Transaction Output Plan
Describes a preliminary transaction output plan.
Content copied to clipboard
TW.NEO.Proto.TransactionOutputPlan
Types
Functions
Link copied to clipboard
Asset
Content copied to clipboard
string asset_id = 4;
Link copied to clipboard
Asset
Content copied to clipboard
string asset_id = 4;
Link copied to clipboard
Maximum available amount.
Content copied to clipboard
int64 available_amount = 2;
Link copied to clipboard
Address for the change
Content copied to clipboard
string change_address = 6;
Link copied to clipboard
Address for the change
Content copied to clipboard
string change_address = 6;
Link copied to clipboard
Link copied to clipboard
Destination address
Content copied to clipboard
string to_address = 5;
Link copied to clipboard
Destination address
Content copied to clipboard
string to_address = 5;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionOutputPlan
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TransactionOutputPlan
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TransactionOutputPlan
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransactionOutputPlan
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionOutputPlan
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TransactionOutputPlan