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