WasmExecuteContractTransferOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
size is uint128, as bigint
bytes amount = 3;
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 getRecipientAddress(): String
string recipient_address = 4;
Link copied to clipboard
abstract fun getRecipientAddressBytes(): ByteString
string recipient_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