Crate ckb_types

source ·
Expand description

§The Core Types Library

This Library provides the essential types for CKB.

Re-exports§

Modules§

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.