Type Alias revm::primitives::alloy_primitives::aliases::B32

source ·
pub type B32 = FixedBytes<4>;
Expand description

4-byte fixed byte-array type.

Aliased Type§

struct B32(pub [u8; 4]);

Fields§

§0: [u8; 4]