IForeignGatewaySingleMessage

Git Source

Inherits: IArbitrator

Functions

chainID

function chainID() external view returns (uint256);

relayRule

Relay the rule call from the home gateway to the arbitrable.

function relayRule(bytes32 _disputeHash, uint256 _ruling, address _forwarder) external;

withdrawFees

function withdrawFees(bytes32 _disputeHash) external;

disputeHashToForeignID

function disputeHashToForeignID(bytes32 _disputeHash) external view returns (uint256);

homeChainID

function homeChainID() external view returns (uint256);

homeGateway

function homeGateway() external view returns (address);