Get desktop application:
View/edit binary Protocol Buffers messages
Networking API service of the Mintter daemon.
Lookup details about a known peer.
Request to get peer's addresses.
Required. CID-encoded Peer ID (a.k.a. Device ID).
List peers by status.
Request to get peer's addresses.
(message has no fields)
Various details about a list of peers.
List of known Mintter peers.
Establishes a direct connection with a given peer explicitly.
Request for connecting to a peer explicitly.
A list of multiaddrs for the same peer ID to attempt p2p connection. For example `/ip4/10.0.0.1/tcp/55000/p2p/QmDeadBeef`.
Response for conneting to a peer.
(message has no fields)
Indicates connection status of our node with a remote peer. Mimics libp2p connectedness.
Used in:
NotConnected means no connection to peer, and no extra information (default).
Connected means has an open, live connection to peer.
CanConnect means recently connected to peer, terminated gracefully.
CannotConnect means recently attempted connecting but failed to connect. (should signal "made effort, failed").
Various details about a known peer.
Used as response type in: Networking.GetPeerInfo
Used as field type in:
Libp2p peer ID.
Account ID that this peer is bound to.
List of known multiaddrs of the request peer.
Connection status of our node with a remote peer.