Module network

Source
Expand description

§Network Controller

Handles HTTP endpoints for network operations including:

  • Listing networks
  • Getting network details
  • Updating network RPC URLs

Functions§

get_network
Retrieves details of a specific network by ID.
list_networks
Lists all networks with pagination support.
update_network
Updates a network’s configuration. Currently supports updating RPC URLs only. Can be extended to support other fields.