pub type U256 = Uint<256, 4>;Expand description
Types re-used directly from alloy-primitives.
256-bit unsigned integer type, consisting of 4, 64-bit limbs.
Aliased Typeยง
pub struct U256 { /* private fields */ }pub type U256 = Uint<256, 4>;Types re-used directly from alloy-primitives.
256-bit unsigned integer type, consisting of 4, 64-bit limbs.
pub struct U256 { /* private fields */ }