Skip to main content

Module commitment

Module commitment 

Source
Expand description

Commitment type with canonical encoding (MPC-aware, multi-protocol)

Commitments bind off-chain state transitions to the anchoring layer. Each commitment is a node in a commitment chain — a sequence of linked state transitions that clients validate independently of the blockchain.

§Stability Guarantee

Only V2 is supported. V1 was removed to prevent silent divergence between clients. All commitments must use the V2 format. This format will not change without a version bump and backward-compatible migration.

Structs§

Commitment
A V2 commitment binding state to an anchor.

Constants§

COMMITMENT_VERSION
Current commitment format version.