alloy_primitives::aliases

Type Alias B192

Source
pub type B192 = FixedBytes<24>;
Expand description

24-byte fixed byte-array type.

Aliased Type§

struct B192(pub [u8; 24]);

Fields§

§0: [u8; 24]