Type Definition alloy_primitives::aliases::U128

source ·
pub type U128 = Uint<128, 2>;
Expand description

Uint for 128 bits. Similar to u128.

Trait Implementations§

source§

impl From<FixedBytes<16>> for U128

source§

fn from(value: B128) -> Self

Converts a fixed byte array into a fixed-width unsigned integer by interpreting the bytes as big-endian.