LedgerEntry class

Constructors

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

Properties

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

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