IAppChainGatewayLike

Git Source

This is the minimal interface needed by contracts within this subdirectory.

Functions

receiveDeposit

function receiveDeposit(address recipient_) external payable;

receiveParameters

function receiveParameters(uint256 nonce_, string[] calldata keys_, bytes32[] calldata values_) external;