eth::rpc::RpcEndpointConfig¶
One configured RPC endpoint for a chain.
#include <rpc_manager_config.hpp>
Public Attributes¶
| Name | |
|---|---|
| std::string | chain_name |
| uint64_t | chain_id |
| std::string | url_template |
| std::optional< std::string > | api_key_env_var |
| std::optional< std::string > | api_key_literal |
| uint32_t | priority |
| uint32_t | weight |
| uint32_t | rate_limit_per_second |
| bool | is_paid |
| bool | is_public |
| bool | verified |
Public Attributes Documentation¶
variable chain_name¶
variable chain_id¶
variable url_template¶
variable api_key_env_var¶
variable api_key_literal¶
variable priority¶
variable weight¶
variable rate_limit_per_second¶
variable is_paid¶
variable is_public¶
variable verified¶
Updated on 2026-06-05 at 17:22:18 -0700