parent
22a926f2c8
commit
1c74ba1608
@ -1,11 +0,0 @@ |
||||
// SPDX-License-Identifier: MIT OR Apache-2.0 |
||||
pragma solidity >=0.6.11; |
||||
|
||||
interface IValidatorManager { |
||||
function isValidatorSignature( |
||||
uint32 _domain, |
||||
bytes32 _root, |
||||
uint256 _index, |
||||
bytes calldata _signature |
||||
) external view returns (bool); |
||||
} |
Loading…
Reference in new issue