GetLedgerEntriesResponse
public struct GetLedgerEntriesResponse : Decodable, Sendable
Response for the getLedgerEntry request See: Stellar developer docs
-
Hash of the latest ledger as a hex-encoded string
Declaration
Swift
public let entries: [LedgerEntry] -
The current latest ledger observed by the node when this response was generated.
Declaration
Swift
public let latestLedger: Int -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash