Documentation
    Preparing search index...

    Interface KeyServerConfig

    interface KeyServerConfig {
        aggregatorUrl?: string;
        apiKey?: string;
        apiKeyName?: string;
        objectId: string;
        weight: number;
    }
    Index

    Properties

    aggregatorUrl?: string

    Must be provided for committee mode server. The SDK calls to the aggregator URL which fans out to all committee servers.

    apiKey?: string
    apiKeyName?: string
    objectId: string
    weight: number