RPCAccountObjectType constructor
RPCAccountObjectType({
- required String account,
- AccountObjectType? type,
- bool deleteBlockersOnly = false,
- int? limit,
- dynamic marker,
- 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);