Builder
class Builder
Bitcoin transaction out-point reference.
Content copied to clipboard
TW.Bitcoin.Proto.OutPoint
Functions
Link copied to clipboard
The hash of the referenced transaction (network byte order, usually needs to be reversed).
Content copied to clipboard
bytes hash = 1;
Link copied to clipboard
The index of the specific output in the transaction.
Content copied to clipboard
uint32 index = 2;
Link copied to clipboard
Transaction version as defined by the sender.
Content copied to clipboard
uint32 sequence = 3;
Link copied to clipboard
Transaction version as defined by the sender.
Content copied to clipboard
uint32 sequence = 3;
Link copied to clipboard
The hash of the referenced transaction (network byte order, usually needs to be reversed).
Content copied to clipboard
bytes hash = 1;
Link copied to clipboard
The index of the specific output in the transaction.
Content copied to clipboard
uint32 index = 2;
Link copied to clipboard
Transaction version as defined by the sender.
Content copied to clipboard
uint32 sequence = 3;