pub type Digest = Word;Expand description
Stable address of a deferred Node, computed as a 4-felt Poseidon2 digest.
Aliased Type§
#[repr(C)]pub struct Digest {
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