Skip to main content

syscall_resume_impl

Function syscall_resume_impl 

Source
pub fn syscall_resume_impl(
    ctx: &mut RuntimeContext,
    call_id: u32,
    return_data: &[u8],
    exit_code: i32,
    fuel_consumed: u64,
    fuel_refunded: i64,
    fuel16_ptr: u32,
) -> Result<(u64, i64, i32), ExitCode>
Expand description

Resumes the runtime identified by call_id using the provided return data and fuel accounting.