Builder

class Builder
Output of a transaction
Protobuf type TW.NEO.Proto.TransactionOutput

Functions

Link copied to clipboard
Amount (as string)
sint64 amount = 2;
Link copied to clipboard
Asset
string asset_id = 1;
Link copied to clipboard
change address
string change_address = 4;
Link copied to clipboard
destination address
string to_address = 3;
Link copied to clipboard
open fun getAmount(): Long
Amount (as string)
sint64 amount = 2;
Link copied to clipboard
open fun getAssetId(): String
Asset
string asset_id = 1;
Link copied to clipboard
open fun getAssetIdBytes(): ByteString
Asset
string asset_id = 1;
Link copied to clipboard
change address
string change_address = 4;
Link copied to clipboard
open fun getChangeAddressBytes(): ByteString
change address
string change_address = 4;
Link copied to clipboard
open fun getToAddress(): String
destination address
string to_address = 3;
Link copied to clipboard
open fun getToAddressBytes(): ByteString
destination address
string to_address = 3;
Link copied to clipboard
Amount (as string)
sint64 amount = 2;
Link copied to clipboard
Asset
string asset_id = 1;
Link copied to clipboard
open fun setAssetIdBytes(value: ByteString): NEO.TransactionOutput.Builder
Asset
string asset_id = 1;
Link copied to clipboard
change address
string change_address = 4;
Link copied to clipboard
change address
string change_address = 4;
Link copied to clipboard
destination address
string to_address = 3;
Link copied to clipboard
destination address
string to_address = 3;