RPCAccountTx constructor
RPCAccountTx({})
Implementation
RPCAccountTx({
required this.account,
this.limit,
this.marker,
this.ledgerIndexMax,
this.ledgerIndexMin,
this.binary = false,
this.forward = false,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);