TransactionPlanOrBuilder

Functions

Link copied to clipboard
abstract fun getError(): SigningError
Optional error
.TW.Common.Proto.SigningError error = 4;
Link copied to clipboard
abstract fun getErrorValue(): Int
Optional error
.TW.Common.Proto.SigningError error = 4;
Link copied to clipboard
abstract fun getFee(): Long
GAS used
int64 fee = 3;
Link copied to clipboard
abstract fun getInputs(index: Int): TransactionInput
Selected unspent transaction outputs.
repeated .TW.NEO.Proto.TransactionInput inputs = 2;
Link copied to clipboard
abstract fun getInputsCount(): Int
Selected unspent transaction outputs.
repeated .TW.NEO.Proto.TransactionInput inputs = 2;
Link copied to clipboard
abstract fun getInputsList(): List<TransactionInput>
Selected unspent transaction outputs.
repeated .TW.NEO.Proto.TransactionInput inputs = 2;
Link copied to clipboard
abstract fun getOutputs(index: Int): TransactionOutputPlan
Used assets
repeated .TW.NEO.Proto.TransactionOutputPlan outputs = 1;
Link copied to clipboard
abstract fun getOutputsCount(): Int
Used assets
repeated .TW.NEO.Proto.TransactionOutputPlan outputs = 1;
Link copied to clipboard
abstract fun getOutputsList(): List<TransactionOutputPlan>
Used assets
repeated .TW.NEO.Proto.TransactionOutputPlan outputs = 1;

Inheritors

Link copied to clipboard