SignalCD Modern PoC API
    Preparing search index...

    Interface DocumentParticipant

    interface DocumentParticipant {
        active: boolean;
        displayName?: string;
        identityKeyCommitment?: string;
        participantId: string;
        role: DocumentRole;
    }
    Index
    active: boolean
    displayName?: string
    identityKeyCommitment?: string

    Hex SHA-256 commitment to the participant's Ed25519 identity key when cryptographically bound.

    participantId: string