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]

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 2048 bytes