package peer.pb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message PeerRecord

peer_record.proto:15

PeerRecord messages contain information that is useful to share with other peers. Currently, a PeerRecord contains the public listen addresses for a peer, but this is expected to expand to include other information in the future. PeerRecords are designed to be serialized to bytes and placed inside of SignedEnvelopes before sharing with other peers. See https://github.com/libp2p/go-libp2p/blob/master/core/record/pb/envelope.proto for the SignedEnvelope definition.

message PeerRecord.AddressInfo

peer_record.proto:19

AddressInfo is a wrapper around a binary multiaddr. It is defined as a separate message to allow us to add per-address metadata in the future.

Used in: PeerRecord