TxOutputOrBuilder

Functions

Link copied to clipboard
abstract fun getAddress(): String
Destination address (string)
string address = 1;
Link copied to clipboard
abstract fun getAddressBytes(): ByteString
Destination address (string)
string address = 1;
Link copied to clipboard
abstract fun getAmount(): Long
ADA amount
uint64 amount = 2;
Link copied to clipboard
abstract fun getTokenAmount(index: Int): TokenAmount
optional token amounts
repeated .TW.Cardano.Proto.TokenAmount token_amount = 3;
Link copied to clipboard
abstract fun getTokenAmountCount(): Int
optional token amounts
repeated .TW.Cardano.Proto.TokenAmount token_amount = 3;
Link copied to clipboard
abstract fun getTokenAmountList(): List<TokenAmount>
optional token amounts
repeated .TW.Cardano.Proto.TokenAmount token_amount = 3;

Inheritors

Link copied to clipboard