Module uint

Module uint 

Source
Expand description

Re-export of uint type that is currently use.

Depending on the feature flag, different underlying crate may be used.

  • Default (no feature flag): use primitive-types crate.
  • ruint feature flag: use ruint crate.

Structsยง

H160
Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
H256
Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
U256
Little-endian large integer type 256-bit unsigned integer.