Builder

class Builder
https://xrpl.org/currency-formats.html#token-amounts
Protobuf type TW.Ripple.Proto.CurrencyAmount

Functions

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