WasmExecuteContractGenericOrBuilder

Functions

Link copied to clipboard
abstract fun getCoins(index: Int): Amount
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
abstract fun getCoinsCount(): Int
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
abstract fun getCoinsList(): List<Amount>
used in case you are sending native tokens along with this message
Gap in field numbering is intentional
repeated .TW.Cosmos.Proto.Amount coins = 5;
Link copied to clipboard
abstract fun getContractAddress(): String
token contract address
string contract_address = 2;
Link copied to clipboard
abstract fun getContractAddressBytes(): ByteString
token contract address
string contract_address = 2;
Link copied to clipboard
abstract fun getExecuteMsg(): String
execute_msg to be executed in the context of recipient contract
string execute_msg = 3;
Link copied to clipboard
abstract fun getExecuteMsgBytes(): ByteString
execute_msg to be executed in the context of recipient contract
string execute_msg = 3;
Link copied to clipboard
abstract fun getSenderAddress(): String
sender address
string sender_address = 1;
Link copied to clipboard
abstract fun getSenderAddressBytes(): ByteString
sender address
string sender_address = 1;

Inheritors

Link copied to clipboard