RPCAccountOffer constructor

RPCAccountOffer({
  1. required String account,
  2. bool strict = false,
  3. int? limit,
  4. dynamic marker,
  5. XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
})

Implementation

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