RPCGatewayBalances constructor

RPCGatewayBalances({
  1. required String account,
  2. dynamic hotWallet,
  3. bool strict = false,
  4. XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
})

Implementation

RPCGatewayBalances({
  required this.account,
  this.hotWallet,
  this.strict = false,
  XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);