ckb-script 0.119.0

CKB component to run the type/lock scripts.
Documentation
1
2
3
4
5
6
const SCRIPT_VERSION: crate::ScriptVersion = crate::ScriptVersion::V0;

#[path = "vm_latest/syscalls_1.rs"]
mod syscalls_1;
#[path = "vm_latest/syscalls_2.rs"]
mod syscalls_2;