Type Alias revm::primitives::alloy_primitives::aliases::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]