Function ckb_script::update_caller_machine

source ยท
pub fn update_caller_machine<Mac: SupportMachine>(
    caller: &mut Mac,
    callee_exit_code: i8,
    callee_cycles: u64,
    spawn_data: &SpawnData,
) -> Result<(), Error>
Expand description

Write the data generated by callee back to the caller memory space.