TransactionOutputPlanOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount to be received at the other end.
int64 amount = 1;
Link copied to clipboard
abstract fun getAssetId(): String
Asset
string asset_id = 4;
Link copied to clipboard
abstract fun getAssetIdBytes(): ByteString
Asset
string asset_id = 4;
Link copied to clipboard
abstract fun getAvailableAmount(): Long
Maximum available amount.
int64 available_amount = 2;
Link copied to clipboard
abstract fun getChange(): Long
Amount that is left as change
int64 change = 3;
Link copied to clipboard
abstract fun getChangeAddress(): String
Address for the change
string change_address = 6;
Link copied to clipboard
abstract fun getChangeAddressBytes(): ByteString
Address for the change
string change_address = 6;
Link copied to clipboard
abstract fun getToAddress(): String
Destination address
string to_address = 5;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
Destination address
string to_address = 5;

Inheritors

Link copied to clipboard