LookupByLedgerRequest constructor
LookupByLedgerRequest({
- XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Creates an instance of LookupByLedgerRequest.
The ledgerIndex
parameter specifies the ledger index for the lookup (default is XRPLLedgerIndex.validated).
Implementation
LookupByLedgerRequest({this.ledgerIndex = XRPLLedgerIndex.validated});