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
14
15
16
17
mod rust_core_traits;

#[cfg(any(feature = "calc-hash", feature = "std"))]
mod calc_hash;
#[cfg(any(feature = "calc-hash", feature = "std"))]
mod shortcut;

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

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

#[cfg(test)]
mod tests;