GetVersionInfoResponse
public struct GetVersionInfoResponse : Decodable, Sendable
Response containing Soroban RPC server version and commit information.
-
The version of the RPC server.s
Declaration
Swift
public let version: String -
The commit hash of the RPC server.
Declaration
Swift
public let commitHash: String -
The build timestamp of the RPC server.
Declaration
Swift
public let buildTimeStamp: String -
The version of the Captive Core.
Declaration
Swift
public let captiveCoreVersion: String -
The protocol version.
Declaration
Swift
public let protocolVersion: Int -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash