RPCLedger constructor
RPCLedger({
- bool full = false,
- bool accounts = false,
- bool transactions = false,
- bool expand = false,
- bool ownerFunds = false,
- bool binary = false,
- bool queue = false,
- LedgerEntryType? type,
- XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Implementation
RPCLedger(
{this.full = false,
this.accounts = false,
this.transactions = false,
this.expand = false,
this.ownerFunds = false,
this.binary = false,
this.queue = false,
this.type,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated})
: super(ledgerIndex: ledgerIndex);