Type Definition byte_fmt::U256

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

Uint for 256 bits.

Trait Implementations§

source§

impl From<B64<[u8; 32]>> for U256

source§

fn from(val: B64<[u8; 32]>) -> Self

Converts to this type from the input type.