Type Alias U256

Source
pub type U256 = Uint<256, 4>;
Expand description

Re-export used alloy_primitives types for convenience. Uint for 256 bits.

Aliased Typeยง

pub struct U256 { /* private fields */ }