RPCAccountInfo constructor

RPCAccountInfo({
  1. required String account,
  2. bool queue = false,
  3. bool signerList = false,
  4. bool strict = false,
  5. XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
})

Implementation

RPCAccountInfo({
  required this.account,
  this.queue = false,
  this.signerList = false,
  this.strict = false,
  XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);