ckb-standalone-types 0.1.2

A standalone version of ckb-types
Documentation
#![allow(clippy::all)]
#![allow(unused_imports)]

mod blockchain;

pub mod packed {
    pub use super::blockchain::*;
    pub use molecule::prelude::{Byte, ByteReader};
}