Wire shape stored inside the Storage Program. Self-contained so a verifier can run verifyAnchorIntegrity without prior context.

interface AnchoredTranscriptPayload {
    channelId: string;
    contentHash: string;
    encrypted: L2PSEncryptedBytes;
    signature: AnchoredTranscriptSignature;
    transcriptVersion: "1";
}

Properties

channelId: string
contentHash: string

Hex sha256 of the decoded ciphertext bytes — public tamper-evidence.

transcriptVersion