SignalCD Modern PoC API
    Preparing search index...

    Interface AuthorizationBootstrapMaterial

    Untrusted bootstrap evidence. The client verifies the selected root, identity-key commitments, every control signature/predecessor and every resolution proof before installing authority.

    interface AuthorizationBootstrapMaterial {
        controls: readonly AuthorizationBootstrapControlEvidence[];
        expectedHead?: string;
        expectedRoot?: string;
        initialParticipants?: readonly DocumentParticipant[];
        resolutions: readonly AuthorizationBootstrapResolutionEvidence[];
        roots: readonly Uint8Array<ArrayBufferLike>[];
    }
    Index
    expectedHead?: string
    expectedRoot?: string
    initialParticipants?: readonly DocumentParticipant[]

    Initial authority requested for an explicit local create operation. The session only consumes this field while handling createDocument(); a fresh openDocument() MUST NOT mint authority from bootstrap metadata. Adapters MUST NOT populate this from plaintext server/group membership.

    roots: readonly Uint8Array<ArrayBufferLike>[]