Crate ckb_types[][src]

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 proc-macro used to create a const H160 from a hexadecimal string or a trimmed hexadecimal string.

A proc-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.