RPCLedgerEntry class

The ledger_entry method returns a single ledger object from the XRP Ledger in its raw format. See ledger format for information on the different types of objects you can retrieve. See ledger entry

Inheritance

Constructors

RPCLedgerEntry.new({String? index, String? accountRoot, String? check, LedgerDepositPreauth? depositPreauth, String? did, LedgerDirectory? directory, LedgerEscrow? escrow, LedgerOffer? offer, String? paymentChannel, LedgerTicket? ticket, String? bridgeAccount, XChainBridge? bridge, LedgerXChainClaimID? xChainClaimID, LedgerXChainCreateAccountClaimID? xChainCreateAccountClaimID, String? nftPage, bool binary = false, LedgerRippleState? rippleState, XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated})

Properties

accountRoot String?
final
binary bool
final
bridge XChainBridge?
final
bridgeAccount String?
final
check String?
final
depositPreauth LedgerDepositPreauth?
final
did String?
final
directory LedgerDirectory?
final
escrow LedgerEscrow?
final
hashCode int
The hash code for this object.
no setterinherited
index String?
final
ledgerIndex XRPLLedgerIndex?
The ledger index for the lookup.
finalinherited
method String
The RPC method associated with the request.
no setteroverride
nftPage String?
final
offer LedgerOffer?
final
paymentChannel String?
final
rippleState LedgerRippleState?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticket LedgerTicket?
final
validate String?
Gets the validation status for the request (default is null == params is valid).
no setteroverride
xChainClaimID LedgerXChainClaimID?
final
xChainCreateAccountClaimID LedgerXChainCreateAccountClaimID?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(Map<String, dynamic> result) Map<String, dynamic>
Handles the response received from the RPC call.
inherited
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