Skip to main content

U256

Type Alias U256 

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

256-bit unsigned integer type.

Aliased Typeยง

pub struct U256(/* private fields */);