Documentation
    Preparing search index...

    Interface SealClientExtensionOptions

    Configuration options for initializing a SealClient

    interface SealClientExtensionOptions {
        serverConfigs: KeyServerConfig[];
        timeout?: number;
        verifyKeyServers?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    serverConfigs: KeyServerConfig[]

    Array of key server configs consisting of objectId, weight, optional API key name and API key

    timeout?: number

    Timeout in milliseconds for network requests.

    verifyKeyServers?: boolean

    Whether to verify the key servers' authenticity.