LookupByLedgerRequest class abstract
An abstract class representing a request that can be looked up by ledger index.
- Implementers
Constructors
- LookupByLedgerRequest.new({XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated})
- Creates an instance of LookupByLedgerRequest.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ledgerIndex → XRPLLedgerIndex?
-
The ledger index for the lookup.
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(
) → Map< String, dynamic> - Converts the request to JSON representation.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited