NativeTransferOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount to send.
uint64 amount = 3;
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 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 = 4;

Inheritors

Link copied to clipboard