TransactionPlan

Describes a preliminary transaction plan.
Protobuf type TW.NEO.Proto.TransactionPlan

Types

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

Functions

Link copied to clipboard
open fun getDefaultInstance(): TransactionPlan
Link copied to clipboard
open fun getError(): SigningError
Optional error
.TW.Common.Proto.SigningError error = 4;
Link copied to clipboard
open fun getErrorValue(): Int
Optional error
.TW.Common.Proto.SigningError error = 4;
Link copied to clipboard
open fun getFee(): Long
GAS used
int64 fee = 3;
Link copied to clipboard
open fun getInputs(index: Int): TransactionInput
Selected unspent transaction outputs.
repeated .TW.NEO.Proto.TransactionInput inputs = 2;
Link copied to clipboard
open fun getInputsCount(): Int
Selected unspent transaction outputs.
repeated .TW.NEO.Proto.TransactionInput inputs = 2;
Link copied to clipboard
open fun getInputsList(): List<TransactionInput>
Selected unspent transaction outputs.
repeated .TW.NEO.Proto.TransactionInput inputs = 2;
Link copied to clipboard
open fun getInputsOrBuilder(index: Int): TransactionInputOrBuilder
Selected unspent transaction outputs.
repeated .TW.NEO.Proto.TransactionInput inputs = 2;
Link copied to clipboard
open fun getInputsOrBuilderList(): List<out TransactionInputOrBuilder>
Selected unspent transaction outputs.
repeated .TW.NEO.Proto.TransactionInput inputs = 2;
Link copied to clipboard
open fun getOutputs(index: Int): TransactionOutputPlan
Used assets
repeated .TW.NEO.Proto.TransactionOutputPlan outputs = 1;
Link copied to clipboard
open fun getOutputsCount(): Int
Used assets
repeated .TW.NEO.Proto.TransactionOutputPlan outputs = 1;
Link copied to clipboard
open fun getOutputsList(): List<TransactionOutputPlan>
Used assets
repeated .TW.NEO.Proto.TransactionOutputPlan outputs = 1;
Link copied to clipboard
open fun getOutputsOrBuilder(index: Int): TransactionOutputPlanOrBuilder
Used assets
repeated .TW.NEO.Proto.TransactionOutputPlan outputs = 1;
Link copied to clipboard
open fun getOutputsOrBuilderList(): List<out TransactionOutputPlanOrBuilder>
Used assets
repeated .TW.NEO.Proto.TransactionOutputPlan outputs = 1;
Link copied to clipboard
open fun newBuilder(prototype: TransactionPlan): NEO.TransactionPlan.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): TransactionPlan
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): TransactionPlan
open fun parseFrom(data: ByteString): TransactionPlan
open fun parseFrom(input: CodedInputStream): TransactionPlan
open fun parseFrom(input: InputStream): TransactionPlan
open fun parseFrom(data: ByteBuffer): TransactionPlan
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TransactionPlan
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TransactionPlan
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TransactionPlan
Link copied to clipboard
open fun parser(): Parser<TransactionPlan>

Properties

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