Builder

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

Functions

Link copied to clipboard
The index of the specific output in the transaction.
uint32 index = 2;
Link copied to clipboard
The hash of the referenced transaction.
bytes tx_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 getTxHash(): ByteString
The hash of the referenced transaction.
bytes tx_hash = 1;
Link copied to clipboard
The index of the specific output in the transaction.
uint32 index = 2;
Link copied to clipboard
open fun setTxHash(value: ByteString): Nervos.OutPoint.Builder
The hash of the referenced transaction.
bytes tx_hash = 1;