Builder

class Builder
A transaction output that can be used as input
Protobuf type TW.Cardano.Proto.OutPoint

Functions

Link copied to clipboard
The index of this output within the transaction
uint64 output_index = 2;
Link copied to clipboard
The transaction ID
bytes tx_hash = 1;
Link copied to clipboard
open fun getOutputIndex(): Long
The index of this output within the transaction
uint64 output_index = 2;
Link copied to clipboard
open fun getTxHash(): ByteString
The transaction ID
bytes tx_hash = 1;
Link copied to clipboard
The index of this output within the transaction
uint64 output_index = 2;
Link copied to clipboard
open fun setTxHash(value: ByteString): Cardano.OutPoint.Builder
The transaction ID
bytes tx_hash = 1;