Type Alias 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]
pub type B64 = FixedBytes<8>;
8-byte fixed byte-array type.
struct B64(pub [u8; 8]);
0: [u8; 8]