GetLedgerEntryResponse class Null safety

Response when reading the current values of ledger entries.

Inheritance

Constructors

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

Properties

error SorobanRpcErrorResponse?
read / write, inherited
hashCode int
The hash code for this object.
read-only, inherited
isErrorResponse bool
read-only, inherited
jsonResponse Map<String, dynamic>
read / write, inherited
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-only, inherited

Methods

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

Operators

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