View Source Soroban.RPC.GetVersionInfoResponse (Soroban v0.22.0)
GetVersionInfoResponse
struct definition.
Summary
Types
@type build_time_stamp() :: String.t()
@type captive_core_version() :: String.t()
@type commit_hash() :: String.t()
@type protocol_version() :: non_neg_integer()
@type t() :: %Soroban.RPC.GetVersionInfoResponse{ build_time_stamp: build_time_stamp(), captive_core_version: captive_core_version(), commit_hash: commit_hash(), protocol_version: protocol_version(), version: version() }
@type version() :: String.t()