Crate casper_node
source ·Expand description
Re-exports§
pub use utils::WithDir;
Modules§
- Command-line option parsing.
- The consensus component. Provides distributed consensus among the nodes in the network.
- Contract Runtime component.
- Logging via the tracing crate.
- The set of JSON-RPCs which the API server handles.
- Central storage component.
- Common types used across multiple components.
- Various functions that are not limited to a particular module, but are too small to warrant being factored out into standalone crates.
Macros§
- Construct a fatal error effect.
- Unregisters a metric from the Prometheus registry.
Structs§
- Root configuration.
- On-disk storage configuration.
Constants§
- The maximum thread count which should be spawned by the tokio runtime.