LoockupLedgerRequest class abstract

An abstract class representing a request to lookup ledger data.

Implementers

Constructors

LoockupLedgerRequest({Commitment? commitment, SolanaRPCEncoding? encoding, MinContextSlot? minContextSlot})
Constructs a LoockupLedgerRequest with optional parameters.
const

Properties

commitment Commitment?
The desired commitment level for the request.
final
encoding SolanaRPCEncoding?
The encoding format of the data.
final
hashCode int
The hash code for this object.
no setterinherited
minContextSlot MinContextSlot?
The minimum context slot for the request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() List
Converts the request to JSON format.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited