Skip to main content

EntrypointInvocationExt

Trait EntrypointInvocationExt 

Source
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.

Required Methods§

Implementations on Foreign Types§

Source§

impl EntrypointInvocationExt for EntrypointInvocation

Implementors§