An Info API Client. InfoApiClient
Returns peer preferences for Avalanche Community Proposals (ACPs).
Given a blockchain's alias, get its ID.
Get the ID of the network this node is participating in. Network ID of 1 = Mainnet, Network ID of 5 = Fuji (testnet).
Get the name of the network this node is participating in.
Get the ID, the BLS key, and the proof of possession of this node. Note: This endpoint is only available on specific nodes, not on public servers.
Get the IP address of this node.
Get the version of this node.
Get the transaction fee for this node.
Get the virtual machines (VMs) this node is running.
Check whether a given chain is done bootstrapping.
Get a description of peer connections.
Returns the upgrade history and configuration of the network.
Returns the network's observed uptime of this node. This is the only reliable source of data for your node's uptime.
Creates an Info API Client with a given transport configured for a Chain.
The Info API Client is an interface to interact with the Info API through Avalanche-specific JSON-RPC API methods.