Type Alias revm::interpreter::primitives::alloy_primitives::aliases::B8

source ·
pub type B8 = FixedBytes<1>;
Expand description

1-byte fixed byte-array type.

Aliased Type§

struct B8(pub [u8; 1]);

Fields§

§0: [u8; 1]