ckb-script 0.119.0

CKB component to run the type/lock scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
// file is loaded as a module multiple times,this behavior is intentional,
// in order to reuse the test cases
#![allow(clippy::duplicate_mod)]

pub(crate) mod utils;

mod ckb_2019;
mod ckb_2021;
#[path = "ckb_latest/mod.rs"]
mod ckb_2023;