Skip to main content

U256

Type Alias U256 

Source
pub type U256 = BUint<{ _ }>;
Expand description

256-bit unsigned integer type.

Aliased Typeยง

pub struct U256 { /* private fields */ }