Crate ckb_types

source ·
Expand description

The Core Types Library

This Library provides the essential types for CKB.

Re-exports

pub use bytes;
pub use molecule;

Modules

All Constants.
The essential rust types for CKB.
Various newtypes of bytes::Bytes, and their associated types.
This module includes several traits.
Types utilities.

Macros

A macro used to create a const H160 from a hexadecimal string or a trimmed hexadecimal string.
A macro used to create a const H256 from a hexadecimal string or a trimmed hexadecimal string.

Structs

The 20-byte fixed-length binary data.
The 32-byte fixed-length binary data.
Fixed non-negative integer type.
Fixed non-negative integer type.