Type Alias B512

Source
pub type B512 = FixedBytes<64>;
Expand description

64-byte fixed byte-array type.

Aliased Type§

#[repr(transparent)]
pub struct B512(pub [u8; 64]);

Tuple Fields§

§0: [u8; 64]