Builder

class Builder
Bitcoin transaction out-point reference.
Protobuf type TW.Bitcoin.Proto.OutPoint

Functions

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