toCurrency method

XRPCurrencies toCurrency()

Converts the amount to an XRPCurrencies object with the same currency and issuer.

Implementation

XRPCurrencies toCurrency() =>
    IssuedCurrency(currency: currency, issuer: issuer);