LoockupLedgerRequest constructor

const LoockupLedgerRequest({
  1. Commitment? commitment,
  2. SolanaRPCEncoding? encoding,
  3. MinContextSlot? minContextSlot,
})

Constructs a LoockupLedgerRequest with optional parameters.

commitment: The desired commitment level for the request.

encoding: The encoding format of the data.

minContextSlot: The minimum context slot for the request.

Implementation

const LoockupLedgerRequest({
  this.commitment,
  this.encoding,
  this.minContextSlot,
});