Function ckb_debugger_api::run

source ยท
pub fn run(
    mock_tx: &MockTransaction,
    script_group_type: &ScriptGroupType,
    script_hash: &Byte32,
    max_cycle: Cycle,
    debug_printer: Option<Box<dyn Fn(&Byte32, &str) + Sync + Send + 'static>>,
) -> Result<Cycle, String>