Expand description
Types for the admin api
Structs§
- EthInfo
- Represents a short summary of the
eth
sub-protocol metadata known about a connected peer - EthProtocol
Info - Represents a short summary of the
eth
sub-protocol metadata known about the host peer. - Node
Info - This includes general information about a running node, spanning networking and protocol details.
- Peer
Info - Represents a short summary of information known about a connected peer.
- Peer
Network Info - Represents networking related information about the peer, including details about whether or not it is inbound, trusted, or static.
- Peer
Protocol Info - Represents the protocols that a peer supports.
- Ports
- Represents a node’s discovery and listener ports.
- Protocol
Info - Represents protocols that the connected RPC node supports.
- Snap
Info - Represents a short summary of the
snap
sub-protocol metadata known about a connected peer. - Snap
Protocol Info - Represents a short summary of the host’s
snap
sub-protocol metadata.
Enums§
- EthPeer
Info - Can contain either eth protocol info or a string “handshake”, which geth uses if the peer is still completing the handshake for the protocol.
- Snap
Peer Info - Can contain either snap protocol info or a string “handshake”, which geth uses if the peer is still completing the handshake for the protocol.