WasmTerraExecuteContractSendOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
size is uint128, as bigint
bytes amount = 3;
Link copied to clipboard
abstract fun getCoin(index: Int): String
used in case you are sending native tokens along with this message
repeated string coin = 6;
Link copied to clipboard
abstract fun getCoinBytes(index: Int): ByteString
used in case you are sending native tokens along with this message
repeated string coin = 6;
Link copied to clipboard
abstract fun getCoinCount(): Int
used in case you are sending native tokens along with this message
repeated string coin = 6;
Link copied to clipboard
abstract fun getCoinList(): List<String>
used in case you are sending native tokens along with this message
repeated string coin = 6;
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 getMsg(): String
execute_msg to be executed in the context of recipient contract
string msg = 5;
Link copied to clipboard
abstract fun getMsgBytes(): ByteString
execute_msg to be executed in the context of recipient contract
string msg = 5;
Link copied to clipboard
string recipient_contract_address = 4;
Link copied to clipboard
abstract fun getRecipientContractAddressBytes(): ByteString
string recipient_contract_address = 4;
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