Expand description
§The Core Types Library
This Library provides the essential types for CKB.
Re-exports§
Modules§
- All Constants.
- The essential rust types for CKB.
- Global data, initialized in the launch phase.
- 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§
- Block Number And Hash struct
- The 20-byte fixed-length binary data.
- The 32-byte fixed-length binary data.
- Fixed non-negative integer type.
- Fixed non-negative integer type.