Type Alias U2048

pub type U2048 = Uint<2048, 32>;
Expand description

Uint for 2048 bits.

Aliased Typeยง

pub struct U2048 { /* private fields */ }