axelar-gmp-sdk-solidity

Solidity API

ExecutableSample

value

string value

sourceChain

string sourceChain

sourceAddress

string sourceAddress

Executed

event Executed(bytes32 commandId, string sourceChain, string sourceAddress, bytes payload)

ExecutedWithToken

event ExecutedWithToken(bytes32 commandId, string sourceChain, string sourceAddress, bytes payload, string symbol, uint256 amount)

constructor

constructor(address gateway_) public

setRemoteValue

function setRemoteValue(string destinationChain, string destinationAddress, string value_) external payable

_execute

function _execute(bytes32 commandId_, string sourceChain_, string sourceAddress_, bytes payload_) internal

_executeWithToken

function _executeWithToken(bytes32 commandId_, string sourceChain_, string sourceAddress_, bytes payload_, string tokenSymbol_, uint256 amount_) internal