Skip to main content

DeferredRoot

Type Alias DeferredRoot 

Source
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: Felt

The underlying elements of this word.

§b: Felt§c: Felt§d: Felt