RPCLedger class

Retrieve information about the public ledger. See ledger

Inheritance

Constructors

RPCLedger.new({bool full = false, bool accounts = false, bool transactions = false, bool expand = false, bool ownerFunds = false, bool binary = false, bool queue = false, LedgerEntryType? type, XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated})

Properties

accounts bool
final
binary bool
final
expand bool
final
full bool
final
hashCode int
The hash code for this object.
no setterinherited
ledgerIndex XRPLLedgerIndex?
The ledger index for the lookup.
finalinherited
method String
The RPC method associated with the request.
no setteroverride
ownerFunds bool
final
queue bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactions bool
final
type LedgerEntryType?
final
validate String?
Gets the validation status for the request (default is null == params is valid).
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(Map<String, dynamic> result) LedgerData
Handles the response received from the RPC call.
override
toJson() Map<String, dynamic>
Converts the request to JSON representation.
override
toRequest(int requestId) RPCRequestDetails
Converts the request to an RPCRequestDetails object.
inherited
toString() String
A string representation of this object.
inherited

Operators

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