SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getFee(): Long
Fee
int64 fee = 4;
Link copied to clipboard
abstract fun getGasAssetId(): String
Asset ID for gas
string gas_asset_id = 5;
Link copied to clipboard
abstract fun getGasAssetIdBytes(): ByteString
Asset ID for gas
string gas_asset_id = 5;
Link copied to clipboard
abstract fun getGasChangeAddress(): String
Address for the change
string gas_change_address = 6;
Link copied to clipboard
abstract fun getGasChangeAddressBytes(): ByteString
Address for the change
string gas_change_address = 6;
Link copied to clipboard
abstract fun getInputs(index: Int): TransactionInput
Available transaction inputs
repeated .TW.NEO.Proto.TransactionInput inputs = 1;
Link copied to clipboard
abstract fun getInputsCount(): Int
Available transaction inputs
repeated .TW.NEO.Proto.TransactionInput inputs = 1;
Link copied to clipboard
abstract fun getInputsList(): List<TransactionInput>
Available transaction inputs
repeated .TW.NEO.Proto.TransactionInput inputs = 1;
Link copied to clipboard
abstract fun getOutputs(index: Int): TransactionOutput
Transaction outputs
repeated .TW.NEO.Proto.TransactionOutput outputs = 2;
Link copied to clipboard
abstract fun getOutputsCount(): Int
Transaction outputs
repeated .TW.NEO.Proto.TransactionOutput outputs = 2;
Link copied to clipboard
abstract fun getOutputsList(): List<TransactionOutput>
Transaction outputs
repeated .TW.NEO.Proto.TransactionOutput outputs = 2;
Link copied to clipboard
abstract fun getPlan(): TransactionPlan
Optional transaction plan (if missing it will be computed)
.TW.NEO.Proto.TransactionPlan plan = 7;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 3;
Link copied to clipboard
abstract fun hasPlan(): Boolean
Optional transaction plan (if missing it will be computed)
.TW.NEO.Proto.TransactionPlan plan = 7;

Inheritors

Link copied to clipboard