SudtTransferOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): String
Amount to send.
string amount = 4;
Link copied to clipboard
abstract fun getAmountBytes(): ByteString
Amount to send.
string amount = 4;
Link copied to clipboard
abstract fun getChangeAddress(): String
Change address.
string change_address = 2;
Link copied to clipboard
abstract fun getChangeAddressBytes(): ByteString
Change address.
string change_address = 2;
Link copied to clipboard
abstract fun getSudtAddress(): ByteString
SUDT (Simple User Defined Token) address
bytes sudt_address = 3;
Link copied to clipboard
abstract fun getToAddress(): String
Recipient's address.
string to_address = 1;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Recipient's address.
string to_address = 1;
Link copied to clipboard
abstract fun getUseMaxAmount(): Boolean
If sending max amount.
bool use_max_amount = 5;

Inheritors

Link copied to clipboard