GetLatestLedgerResponseEnum
public enum GetLatestLedgerResponseEnum : Sendable
Response enum for latest ledger requests.
Returns information about the most recent known ledger.
-
Successfully retrieved latest ledger information from Soroban RPC.
Declaration
Swift
case success(response: GetLatestLedgerResponse) -
Failed to retrieve latest ledger information, error details in associated value.
Declaration
Swift
case failure(error: SorobanRpcRequestError)
View on GitHub
Install in Dash