TransactionOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount (as string)
sint64 amount = 2;
Link copied to clipboard
abstract fun getAssetId(): String
Asset
string asset_id = 1;
Link copied to clipboard
abstract fun getAssetIdBytes(): ByteString
Asset
string asset_id = 1;
Link copied to clipboard
abstract fun getChangeAddress(): String
change address
string change_address = 4;
Link copied to clipboard
abstract fun getChangeAddressBytes(): ByteString
change address
string change_address = 4;
Link copied to clipboard
abstract fun getToAddress(): String
destination address
string to_address = 3;
Link copied to clipboard
abstract fun getToAddressBytes(): ByteString
destination address
string to_address = 3;

Inheritors

Link copied to clipboard