string value
string sourceChain
string sourceAddress
event Executed(bytes32 commandId, string sourceChain, string sourceAddress, bytes payload)
event ExecutedWithToken(bytes32 commandId, string sourceChain, string sourceAddress, bytes payload, string symbol, uint256 amount)
constructor(address gateway_) public
function setRemoteValue(string destinationChain, string destinationAddress, string value_) external payable
function _execute(bytes32 commandId_, string sourceChain_, string sourceAddress_, bytes payload_) internal
function _executeWithToken(bytes32 commandId_, string sourceChain_, string sourceAddress_, bytes payload_, string tokenSymbol_, uint256 amount_) internal