Skip to main content

NodeInfo

Type-safe structure for Ethereum node information returned by admin_nodeInfo RPC method.

Overview

NodeInfo represents metadata about a local Ethereum node, including network identity, protocol information, chain state, and listening ports. This data is returned by the admin_nodeInfo RPC method available in Geth and compatible clients.

Quick Start

Type Definition

API Reference

Constructors

Methods

Node Properties

Enode URL

The enode field contains the full enode URL for connecting to this node:

Client Name

The name field identifies the client software:

Network Ports

Protocol Information

Use Cases

Node Monitoring

Client Version Check

Multi-Protocol Support Check

References