View Source Soroban.RPC.GetLatestLedgerResponse (Soroban v0.11.1)
GetLatestLedgerResponse
struct definition.
Link to this section Summary
Link to this section Types
@type hash() :: String.t()
@type protocol_version() :: non_neg_integer()
@type sequence() :: non_neg_integer()
@type t() :: %Soroban.RPC.GetLatestLedgerResponse{ id: hash(), protocol_version: protocol_version(), sequence: sequence() }