rm IValidatorManager

pull/334/head
Trevor Porter 3 years ago
parent 22a926f2c8
commit 1c74ba1608
  1. 11
      solidity/core/interfaces/IValidatorManager.sol

@ -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…
Cancel
Save