RPCAccountCurrencies constructor
RPCAccountCurrencies({
- required String account,
- XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Implementation
RPCAccountCurrencies({
required this.account,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);