RPCAccountCurrencies constructor

RPCAccountCurrencies({
  1. required String account,
  2. XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
})

Implementation

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