Type Alias Cell

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

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

Aliased Type§

#[repr(transparent)]
pub struct Cell(pub [u8; 2048]);

Tuple Fields§

§0: [u8; 2048]