loom_node_exex

Function loom_exex

Source
pub async fn loom_exex<Node: FullNodeComponents, DB: DatabaseRef + Send + Sync + Clone + 'static>(
    ctx: ExExContext<Node>,
    bc: Blockchain<DB>,
    config: NodeBlockActorConfig,
) -> Result<()>