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