SignalCD Modern PoC API
    Preparing search index...

    Interface ForkResolutionPayload

    interface ForkResolutionPayload {
        approvals: readonly ForkResolutionApproval[];
        chosenControlId: Uint8Array;
        commonPredecessor: Uint8Array;
        competingControlIds: readonly Uint8Array<ArrayBufferLike>[];
        documentId: string;
        forkRevision: number;
        resolutionRevision: number;
        resultingStateCommitment: Uint8Array;
    }
    Index
    approvals: readonly ForkResolutionApproval[]
    chosenControlId: Uint8Array
    commonPredecessor: Uint8Array
    competingControlIds: readonly Uint8Array<ArrayBufferLike>[]
    documentId: string
    forkRevision: number
    resolutionRevision: number
    resultingStateCommitment: Uint8Array