API reference
Use the root package name for every supported public import.
import { deriveThresholdProfile, validatePollSpec, verifyBoardConsistency, verifyTargetFinality, verifyTranscriptCoreFixture,} from "sealed-lattice";What lives here
Section titled “What lives here”- poll specification validation and canonical hash derivation
- threshold and frozen roster profile derivation
- lifecycle label, lifecycle transition, and action capability checks
- board consistency, cast receipt, close record, target finality, roster manifest, recovery epoch, and first-valid ordering checks
- transcript-core fixture verification through the bundled Rust/WASM kernel
- generated reference pages for the exported runtime functions and public types
Current limits
Section titled “Current limits”- no public subpaths are supported
- no complete direct encrypted ballot voting API is available yet
- no production ballot generation or casting API is available yet
- no public proof construction API is available yet
- no public aggregation or evaluator replay API is available yet
- no production target-bound decryption or result release API is available yet
- reserved complete-protocol entry points fail closed with
OperationUnavailable
Generated reference
Section titled “Generated reference” Generated reference Browse the generated page for exported functions and public types.
Get started Install the package and run the shortest current verification example.