XRPLedgerRequest<T> constructor
XRPLedgerRequest<T> ({
- XRPLLedgerIndex? ledgerIndex,
Creates an instance of XRPLedgerRequest.
The ledgerIndex
parameter specifies the ledger index for the request.
Implementation
XRPLedgerRequest({XRPLLedgerIndex? ledgerIndex})
: super(ledgerIndex: ledgerIndex);