RPCAccountObjectType constructor

RPCAccountObjectType({
  1. required String account,
  2. AccountObjectType? type,
  3. bool deleteBlockersOnly = false,
  4. int? limit,
  5. dynamic marker,
  6. XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
})

Implementation

RPCAccountObjectType({
  required this.account,
  this.type,
  this.deleteBlockersOnly = false,
  this.limit,
  this.marker,
  XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);