View Source Soroban.RPC.GetLatestLedgerResponse (Soroban v0.12.0)

GetLatestLedgerResponse struct definition.

Summary

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()
}