Skip to content

Commit 08d53be

Browse files
committed
fixup! SNARK library: document with top-level comments
1 parent 932521a commit 08d53be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snark/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
//! The crate follows the Mina node's Redux architecture pattern with:
1717
//! - **State**: [`SnarkState`] - Centralized verification state
1818
//! - **Actions**: [`SnarkAction`] - Events triggering verification operations
19+
//! - **Enabling Conditions**: [`redux::EnablingCondition`] - Guards preventing invalid state transitions
1920
//! - **Reducers**: Pure functions managing state transitions
2021
//! - **Effects**: Service interactions for actual proof verification
2122
//!

0 commit comments

Comments
 (0)