Type Alias Cell

Source
pub type Cell = FixedBytes<BYTES_PER_CELL>;
Expand description

A commitment/proof serialized as 0x-prefixed hex string

Aliased Type§

struct Cell(pub [u8; 2048]);

Fields§

§0: [u8; 2048]