Interface RatchetRequestMessage

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

Hierarchy (View Summary)

Properties

Properties

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