TransferTRC20ContractOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
Amount to send, (uint256, serialized big endian)
bytes amount = 4;
Link copied to clipboard
abstract fun getContractAddress(): String
Contract name.
string contract_address = 1;
Link copied to clipboard
abstract fun getContractAddressBytes(): ByteString
Contract name.
string contract_address = 1;
Link copied to clipboard
abstract fun getOwnerAddress(): String
Sender address.
string owner_address = 2;
Link copied to clipboard
abstract fun getOwnerAddressBytes(): ByteString
Sender address.
string owner_address = 2;
Link copied to clipboard
abstract fun getToAddress(): String
Recipient address.
string to_address = 3;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Recipient address.
string to_address = 3;

Inheritors

Link copied to clipboard