TransactionOrBuilder

Functions

Link copied to clipboard
abstract fun getExpiry(): Int
The block height at which the transaction expires and is no longer valid.
uint32 expiry = 6;
Link copied to clipboard
abstract fun getInputs(index: Int): TransactionInput
A list of 1 or more transaction inputs or sources for coins.
repeated .TW.Decred.Proto.TransactionInput inputs = 3;
Link copied to clipboard
abstract fun getInputsCount(): Int
A list of 1 or more transaction inputs or sources for coins.
repeated .TW.Decred.Proto.TransactionInput inputs = 3;
Link copied to clipboard
abstract fun getInputsList(): List<TransactionInput>
A list of 1 or more transaction inputs or sources for coins.
repeated .TW.Decred.Proto.TransactionInput inputs = 3;
Link copied to clipboard
abstract fun getLockTime(): Int
The time when a transaction can be spent (usually zero, in which case it has no effect).
uint32 lockTime = 5;
Link copied to clipboard
abstract fun getOutputs(index: Int): TransactionOutput
A list of 1 or more transaction outputs or destinations for coins
repeated .TW.Decred.Proto.TransactionOutput outputs = 4;
Link copied to clipboard
abstract fun getOutputsCount(): Int
A list of 1 or more transaction outputs or destinations for coins
repeated .TW.Decred.Proto.TransactionOutput outputs = 4;
Link copied to clipboard
abstract fun getOutputsList(): List<TransactionOutput>
A list of 1 or more transaction outputs or destinations for coins
repeated .TW.Decred.Proto.TransactionOutput outputs = 4;
Link copied to clipboard
abstract fun getSerializeType(): Int
Serialization format
uint32 serializeType = 1;
Link copied to clipboard
abstract fun getVersion(): Int
Transaction data format version
uint32 version = 2;

Inheritors

Link copied to clipboard