Interface RatchetRequestMessage

interface RatchetRequestMessage {
    data: {
        keyIndex?: number;
        participantIdentity?: string;
    };
    kind: "ratchetRequest";
}

Hierarchy (view full)

Properties

Properties

data: {
    keyIndex?: number;
    participantIdentity?: string;
}
kind: "ratchetRequest"