Module ethers_providers::admin

source ·
Expand description

Types for the admin api

Structs§

  • Represents a short summary of the eth sub-protocol metadata known about a connected peer
  • Represents a short summary of the eth sub-protocol metadata known about the host peer.
  • This includes general information about a running node, spanning networking and protocol details.
  • Represents a short summary of information known about a connected peer.
  • Represents networking related information about the peer, including details about whether or not it is inbound, trusted, or static.
  • Represents the protocols that a peer supports.
  • Represents a node’s discovery and listener ports.
  • Represents protocols that the connected RPC node supports.
  • Represents a short summary of the snap sub-protocol metadata known about a connected peer.
  • Represents a short summary of the host’s snap sub-protocol metadata.

Enums§

  • Can contain either eth protocol info or a string “handshake”, which geth uses if the peer is still completing the handshake for the protocol.
  • Can contain either snap protocol info or a string “handshake”, which geth uses if the peer is still completing the handshake for the protocol.