GetLatestLedgerResponse class

Inheritance

Constructors

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

Properties

error SorobanRpcErrorResponse?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
hash of the latest ledger as a hex-encoded string.
getter/setter pair
isErrorResponse bool
no setterinherited
jsonResponse Map<String, dynamic>
getter/setter pairinherited
protocolVersion int?
Stellar Core protocol version associated with the latest ledger.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int?
Sequence number of the latest ledger.
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