alloy_primitives::aliasesType Alias B32
Source pub type B32 = FixedBytes<4>;
Expand description
struct B32(pub [u8; 4]);
Converts a fixed-width unsigned integer into a fixed byte array
by interpreting the bytes as big-endian.
Converts a fixed-width unsigned integer into a fixed byte array
by interpreting the bytes as big-endian.
Converts a fixed-width unsigned integer into a fixed byte array
by interpreting the bytes as big-endian.
Converts a fixed-width unsigned integer into a fixed byte array
by interpreting the bytes as big-endian.