§8.7 anchor entrypoint. Encrypts a ChannelTranscript to the L2PS
member set, anchors the ciphertext via SR-2, and signs the plaintext
hash with the connected Demos key.
Policy behaviour:
none → throws (caller should not have invoked this).
recommended → only anchors when consent === true; otherwise returns null.
required → always anchors; broadcast failures propagate so
the caller's phase can fail per §8.7.
The SP is deployed via SR-2 with mode: "public" (anyone reads the
ciphertext + the public content hash for tamper-evidence; only the
owner can overwrite).
§8.7 anchor entrypoint. Encrypts a
ChannelTranscriptto the L2PS member set, anchors the ciphertext via SR-2, and signs the plaintext hash with the connected Demos key.Policy behaviour:
none→ throws (caller should not have invoked this).recommended→ only anchors whenconsent === true; otherwise returnsnull.required→ always anchors; broadcast failures propagate so the caller's phase can fail per §8.7.The SP is deployed via SR-2 with
mode: "public"(anyone reads the ciphertext + the public content hash for tamper-evidence; only the owner can overwrite).