TransactionInputOrBuilder

Functions

Link copied to clipboard
abstract fun getBlockHeight(): Int
Creation block height
uint32 blockHeight = 4;
Link copied to clipboard
abstract fun getBlockIndex(): Int
Index within the block
uint32 blockIndex = 5;
Link copied to clipboard
abstract fun getPreviousOutput(): OutPoint
Reference to the previous transaction's output.
.TW.Bitcoin.Proto.OutPoint previousOutput = 1;
Link copied to clipboard
abstract fun getScript(): ByteString
Computational script for confirming transaction authorization.
bytes script = 6;
Link copied to clipboard
abstract fun getSequence(): Int
Transaction version as defined by the sender.
uint32 sequence = 2;
Link copied to clipboard
abstract fun getValueIn(): Long
The amount of the input
int64 valueIn = 3;
Link copied to clipboard
abstract fun hasPreviousOutput(): Boolean
Reference to the previous transaction's output.
.TW.Bitcoin.Proto.OutPoint previousOutput = 1;

Inheritors

Link copied to clipboard