TxInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAddress(): String
The owner address (string)
string address = 2;
Link copied to clipboard
abstract fun getAddressBytes(): ByteString
The owner address (string)
string address = 2;
Link copied to clipboard
abstract fun getAmount(): Long
ADA amount in the UTXO
uint64 amount = 3;
Link copied to clipboard
abstract fun getOutPoint(): OutPoint
The UTXO
.TW.Cardano.Proto.OutPoint out_point = 1;
Link copied to clipboard
abstract fun getTokenAmount(index: Int): TokenAmount
optional token amounts in the UTXO
repeated .TW.Cardano.Proto.TokenAmount token_amount = 4;
Link copied to clipboard
abstract fun getTokenAmountCount(): Int
optional token amounts in the UTXO
repeated .TW.Cardano.Proto.TokenAmount token_amount = 4;
Link copied to clipboard
abstract fun getTokenAmountList(): List<TokenAmount>
optional token amounts in the UTXO
repeated .TW.Cardano.Proto.TokenAmount token_amount = 4;
Link copied to clipboard
abstract fun hasOutPoint(): Boolean
The UTXO
.TW.Cardano.Proto.OutPoint out_point = 1;

Inheritors

Link copied to clipboard