RPCAccountOffer constructor
RPCAccountOffer({
- required String account,
- bool strict = false,
- int? limit,
- dynamic marker,
- XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Implementation
RPCAccountOffer({
required this.account,
this.strict = false,
this.limit,
this.marker,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);