ckb-types 0.40.0

Provides the essential types for CKB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Conversions between packed bytes wrappers and rust structs.
//!
//! ### Warning
//!
//! No more logic is allowed, except serialize and deserialize.

#[macro_use]
mod utilities;

mod blockchain;
mod network;
mod primitive;
mod storage;