Skip to content

API reference

Use the root package name for every supported public import.

import {
deriveThresholdProfile,
validatePollSpec,
verifyBoardConsistency,
verifyTargetFinality,
verifyTranscriptCoreFixture,
} from "sealed-lattice";
  • 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
  • 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