CurrencyAmountOrBuilder

Functions

Link copied to clipboard
abstract fun getCurrency(): String
Currency code
https://xrpl.org/currency-formats.html#currency-codes
string currency = 1;
Link copied to clipboard
abstract fun getCurrencyBytes(): ByteString
Currency code
https://xrpl.org/currency-formats.html#currency-codes
string currency = 1;
Link copied to clipboard
abstract fun getIssuer(): String
Account
https://xrpl.org/accounts.html
string issuer = 3;
Link copied to clipboard
abstract fun getIssuerBytes(): ByteString
Account
https://xrpl.org/accounts.html
string issuer = 3;
Link copied to clipboard
abstract fun getValue(): String
String number
https://xrpl.org/currency-formats.html#string-numbers
string value = 2;
Link copied to clipboard
abstract fun getValueBytes(): ByteString
String number
https://xrpl.org/currency-formats.html#string-numbers
string value = 2;

Inheritors

Link copied to clipboard