pub type Bytes48 = FixedBytes<48>;Expand description
A commitment/proof serialized as 0x-prefixed hex string
Aliased Type§
#[repr(transparent)]pub struct Bytes48(pub [u8; 48]);Tuple Fields§
§0: [u8; 48]Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes