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 if object ID is for a committee mode server since all fetch key calls go through an aggregator.

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