Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 911 Bytes

File metadata and controls

9 lines (6 loc) · 911 Bytes

UpdateNetworkRequest

Properties

Name Type Description Notes
rpc_urls List List of RPC endpoint configurations for connecting to the network. Supports multiple formats: - Array of strings: `["https://rpc.example.com"]` (defaults to weight 100) - Array of RpcConfig objects: `[{"url": "https://rpc.example.com", "weight": 100}]` - Mixed array: `["https://rpc1.com", {"url": "https://rpc2.com", "weight": 100}]` Must be non-empty and contain valid HTTP/HTTPS URLs if provided. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]