toCurrency method
Converts the amount to an XRPCurrencies object with the same currency and issuer.
Implementation
XRPCurrencies toCurrency() =>
IssuedCurrency(currency: currency, issuer: issuer);
Converts the amount to an XRPCurrencies object with the same currency and issuer.
XRPCurrencies toCurrency() =>
IssuedCurrency(currency: currency, issuer: issuer);