IAuthVerifier

Methods

msgAuth

function msgAuth(bytes _authData) external view returns (bool authenticated)

Authentication library to allow the validator network to execute cross-chain messages.

Parameters

NameTypeDescription

_authData

bytes

A bytes32 address encoded via abi.encode(address)

Returns

NameTypeDescription

authenticated

bool

returns true if bytes data submitted and decoded to the address is correct

setNodeGroup

function setNodeGroup(address _nodegroup) external nonpayable

Permissioned method to support upgrades to the library

Parameters

NameTypeDescription

_nodegroup

address

address which has authentication to execute messages

Last updated