Skip to main content

Crate espresso_types

Crate espresso_types 

Source

Re-exports§

pub use v0::*;

Modules§

eth_signature_key
v0

Functions§

assert_node_feature
Panics when compiled without the node feature. Node binaries call this at startup so a build without consensus support fails immediately instead of at the first gated consensus call (header validation or proposal, epoch root update, L1 deposit fetch). The node binaries also require the feature through their Cargo dependency on this crate, so this only fires if that declaration is removed.