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

source ·
pub type B64 = FixedBytes<8>;
Expand description

8-byte fixed byte-array type.

Aliased Type§

struct B64(pub [u8; 8]);

Fields§

§0: [u8; 8]