TransactionOutputPlan

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

Types

Link copied to clipboard
class Builder
Describes a preliminary transaction output plan.
Protobuf type TW.NEO.Proto.TransactionOutputPlan

Functions

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 getDefaultInstance(): TransactionOutputPlan
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
open fun newBuilder(prototype: TransactionOutputPlan): NEO.TransactionOutputPlan.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): TransactionOutputPlan
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionOutputPlan
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): TransactionOutputPlan
open fun parseFrom(data: ByteString): TransactionOutputPlan
open fun parseFrom(input: CodedInputStream): TransactionOutputPlan
open fun parseFrom(input: InputStream): TransactionOutputPlan
open fun parseFrom(data: ByteBuffer): TransactionOutputPlan
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
Link copied to clipboard
open fun parser(): Parser<TransactionOutputPlan>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard