pub type Bytes48 = FixedBytes<48>;
A commitment/proof serialized as 0x-prefixed hex string
struct Bytes48(pub [u8; 48]);
0: [u8; 48]