Skip to main content

Digest

Type Alias Digest 

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

The underlying elements of this word.

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