Skip to main content

kernel_compute

Function kernel_compute 

Source
pub fn kernel_compute<A>(action: &A, kernel_ctx: &ActionContext<'_>) -> Vec<Op>
where A: ActionCompute,
Expand description

Bridge entry point invoked by the kernel-side ActionCompute::compute impl emitted by #[derive(ArkheAction)].

See the module-level docs for the known limitations (world_seed = 0, principal pinning, error suppression).