pub type DeferredRoot = Word;Expand description
The deferred root committed in public inputs.
Aliased Type§
#[repr(C)]pub struct DeferredRoot {
pub a: Felt,
pub b: Felt,
pub c: Felt,
pub d: Felt,
}Fields§
§a: FeltThe underlying elements of this word.
b: Felt§c: Felt§d: Felt