Search
BlockHashResponse struct definition.
BlockHashResponse
@type items() :: list()
@type limit() :: non_neg_integer()
@type next() :: String.t() | nil
@type t() :: %Kadena.Chainweb.P2P.BlockHashResponse{ items: items(), limit: limit(), next: next() }