ckb-gen-types 1.1.0

Provides the generated types for CKB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(feature = "std")]
mod calc_hash;
#[cfg(feature = "std")]
mod capacity;

#[cfg(any(feature = "check-data", feature = "std"))]
mod check_data;

#[cfg(any(feature = "serialized-size", feature = "std"))]
mod serialized_size;

#[cfg(feature = "std")]
mod rust_core_traits;