GetLedgerEntryResponse class

Response when reading the current values of ledger entries. See: https://soroban.stellar.org/api/methods/getLedgerEntry

Inheritance

Constructors

GetLedgerEntryResponse(Map<String, dynamic> jsonResponse)
GetLedgerEntryResponse.fromJson(Map<String, dynamic> json)
factory

Properties

error SorobanRpcErrorResponse?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
isErrorResponse bool
read-onlyinherited
jsonResponse Map<String, dynamic>
read / writeinherited
lastModifiedLedgerSeq String?
The ledger number of the last time this entry was updated (optional)
read / write
latestLedger String?
The current latest ledger observed by the node when this response was generated.
read / write
ledgerEntryData String?
The current value of the given ledger entry (serialized in a base64 string)
read / write
ledgerEntryDataXdr XdrLedgerEntryData?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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