Module sc_rpc_spec_v2::chain_head
source · Expand description
Re-exports§
pub use api::ChainHeadApiServer;
pub use chain_head::ChainHead;
pub use chain_head::ChainHeadConfig;
pub use event::BestBlockChanged;
pub use event::ErrorEvent;
pub use event::Finalized;
pub use event::FollowEvent;
pub use event::Initialized;
pub use event::NewBlock;
pub use event::RuntimeEvent;
pub use event::RuntimeVersionEvent;
Modules§
- API trait of the chain head.
- API implementation for
chainHead
. - Error helpers for
chainHead
RPC module. - The chain head’s event returned as json compatible object.