View Source Kadena.Chainweb.P2P.PeerRequestBody (Kadena v0.19.1)

PeerRequestBody struct definition.

Link to this section Summary

Link to this section Types

@type address() :: map()
@type id() :: String.t()
@type peer() :: Kadena.Chainweb.Peer.t()
@type t() :: %Kadena.Chainweb.P2P.PeerRequestBody{address: address(), id: id()}