Skip to main content

Bytes48

Type Alias Bytes48 

Source
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]