OutPointOrBuilder

Functions

Link copied to clipboard
abstract fun getHash(): ByteString
The hash of the referenced transaction (network byte order, usually needs to be reversed).
bytes hash = 1;
Link copied to clipboard
abstract fun getIndex(): Int
The index of the specific output in the transaction.
uint32 index = 2;
Link copied to clipboard
abstract fun getSequence(): Int
Transaction version as defined by the sender.
uint32 sequence = 3;

Inheritors

Link copied to clipboard