We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932521a commit 08d53beCopy full SHA for 08d53be
snark/src/lib.rs
@@ -16,6 +16,7 @@
16
//! The crate follows the Mina node's Redux architecture pattern with:
17
//! - **State**: [`SnarkState`] - Centralized verification state
18
//! - **Actions**: [`SnarkAction`] - Events triggering verification operations
19
+//! - **Enabling Conditions**: [`redux::EnablingCondition`] - Guards preventing invalid state transitions
20
//! - **Reducers**: Pure functions managing state transitions
21
//! - **Effects**: Service interactions for actual proof verification
22
//!
0 commit comments