XRPLedgerRequest<T> constructor

XRPLedgerRequest<T>({
  1. XRPLLedgerIndex? ledgerIndex,
})

Creates an instance of XRPLedgerRequest.

The ledgerIndex parameter specifies the ledger index for the request.

Implementation

XRPLedgerRequest({XRPLLedgerIndex? ledgerIndex})
    : super(ledgerIndex: ledgerIndex);