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.