pub trait VtlCall {
// Required methods
fn is_vtl_call_allowed(&self) -> bool;
fn vtl_call(&mut self);
}
Expand description
Implements the HvVtlCall
hypercall.
Required Methods§
Sourcefn is_vtl_call_allowed(&self) -> bool
fn is_vtl_call_allowed(&self) -> bool
Checks if a call to a higher vtl is allowed based on current state.