Transaction Input Or Builder
interface TransactionInputOrBuilder
Functions
Link copied to clipboard
Creation block height
Content copied to clipboard
uint32 blockHeight = 4;
Link copied to clipboard
Index within the block
Content copied to clipboard
uint32 blockIndex = 5;
Link copied to clipboard
Reference to the previous transaction's output.
Content copied to clipboard
.TW.Bitcoin.Proto.OutPoint previousOutput = 1;
Link copied to clipboard
Transaction version as defined by the sender.
Content copied to clipboard
uint32 sequence = 2;
Link copied to clipboard
The amount of the input
Content copied to clipboard
int64 valueIn = 3;
Link copied to clipboard
Reference to the previous transaction's output.
Content copied to clipboard
.TW.Bitcoin.Proto.OutPoint previousOutput = 1;