Function kabu_exex

Source
pub async fn kabu_exex<Node>(
    ctx: ExExContext<Node>,
    bc: Blockchain,
    config: NodeBlockActorConfig,
) -> Result<()>
where Node: FullNodeComponents<Types: NodeTypes<Primitives = EthPrimitives>>,