pub trait EntrypointInvocationExt {
// Required method
fn materialise_values(
&self,
registry: &mut InstanceRegistry,
) -> Result<Vec<AbiValue>, KernelError>;
}Expand description
Helpers for working with entrypoint invocations inside the kernel.