ChainRuntime¶
Public Attributes¶
| Name | |
|---|---|
| ChainTarget | target |
| eth::Hash256 | genesis |
| eth::ForkId | fork_id |
| std::shared_ptr< DialStats > | stats |
| std::shared_ptr< discv4::WatcherPool > | pool |
| std::shared_ptr< discv4::DialScheduler > | scheduler |
| std::shared_ptr< discv4::discv4_client > | dv4 |
| std::shared_ptr< std::atomic< int > > | peers_count |
| std::shared_ptr< std::atomic< int > > | chain_peers_loaded |
| std::vector< discv4::ValidatedPeer > | bootstrap_peers |
| std::shared_ptr< std::function< void()> > | on_connection_activity |
Public Attributes Documentation¶
variable target¶
variable genesis¶
variable fork_id¶
variable stats¶
variable pool¶
variable scheduler¶
variable dv4¶
variable peers_count¶
variable chain_peers_loaded¶
variable bootstrap_peers¶
variable on_connection_activity¶
Updated on 2026-06-05 at 17:22:18 -0700