Builder

class Builder
Describes a preliminary transaction output plan.
Protobuf type TW.NEO.Proto.TransactionOutputPlan

Functions

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