Marmot-TS
    Preparing search index...

    Interface AppWitness

    An app-payload witness: an MLS application message whose Marmot app payload decrypts against a candidate branch state. sender is the account identity authenticated by the MLS leaf credential (not a transport/leaf identity).

    interface AppWitness {
        epoch: number;
        sender: Uint8Array;
    }
    Index

    Core - Convergence

    Core - Convergence

    epoch: number
    sender: Uint8Array