IAuthVerifier
Last updated
function msgAuth(bytes _authData) external view returns (bool authenticated)Authentication library to allow the validator network to execute cross-chain messages.
_authData
bytes
A bytes32 address encoded via abi.encode(address)
authenticated
bool
returns true if bytes data submitted and decoded to the address is correct
function setNodeGroup(address _nodegroup) external nonpayablePermissioned method to support upgrades to the library
_nodegroup
address
address which has authentication to execute messages
Last updated