Function generate_ckb_syscalls

Source
pub fn generate_ckb_syscalls<DL, M>(
    vm_id: &VmId,
    sg_data: &SgData<DL>,
    vm_context: &VmContext<DL>,
    debug_printer: &DebugPrinter,
) -> Vec<Box<dyn Syscalls<M>>>
Expand description

Generate RISC-V syscalls in CKB environment