Marmot-TS
    Preparing search index...

    Type Alias InvalidatedIngestResult

    type InvalidatedIngestResult = {
        epoch?: number;
        event: NostrEvent;
        kind: "invalidated";
        message: MlsMessage;
        payload?: Uint8Array;
        tag?: string;
    }
    Index

    Client - Session

    epoch?: number

    MLS epoch of that fork node.

    event: NostrEvent
    kind: "invalidated"
    message: MlsMessage
    payload?: Uint8Array

    The decrypted Marmot app payload bytes of the invalidated message.

    tag?: string

    Hex confirmation tag of the losing fork-tree node it decrypted against.