sui_verifier_v1::verifier

Function sui_verify_module_metered_check_timeout_only

Source
pub fn sui_verify_module_metered_check_timeout_only(
    module: &CompiledModule,
    fn_info_map: &FnInfoMap,
    meter: &mut (impl Meter + ?Sized),
) -> Result<(), ExecutionError>
Expand description

Runs the Sui verifier and checks if the error counts as a Sui verifier timeout NOTE: this function only check if the verifier error is a timeout All other errors are ignored