SignalCD Modern PoC API
    Preparing search index...

    Interface StoredAuthorizationResolution

    interface StoredAuthorizationResolution {
        chosenControlId: string;
        commonPredecessor: string;
        competingControlIds: readonly string[];
        forkRevision: number;
        messageId: string;
        payload: Uint8Array;
        receivedAt: number;
        resolutionId: string;
        resultingAccess: DocumentAccessState;
        revision: number;
        senderId: string;
    }
    Index
    chosenControlId: string
    commonPredecessor: string
    competingControlIds: readonly string[]
    forkRevision: number
    messageId: string
    payload: Uint8Array
    receivedAt: number
    resolutionId: string
    resultingAccess: DocumentAccessState
    revision: number
    senderId: string