LedgerEntry class

Constructors

LedgerEntry(String key, String xdr, int lastModifiedLedgerSeq, int? liveUntilLedgerSeq)
LedgerEntry.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The key of the ledger entry (serialized in a base64 string)
getter/setter pair
lastModifiedLedgerSeq int
The ledger number of the last time this entry was updated (optional)
getter/setter pair
ledgerEntryDataXdr XdrLedgerEntryData
no setter
liveUntilLedgerSeq int?
The ledger sequence number after which the ledger entry would expire. This field exists only for ContractCodeEntry and ContractDataEntry ledger entries (optional).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xdr String
The current value of the given ledger entry (serialized in a base64 string)
getter/setter pair

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