Documentation
    Preparing search index...

    Interface SealClientOptions

    Configuration options for initializing a SealClient

    interface SealClientOptions {
        serverConfigs: KeyServerConfig[];
        suiClient: SealCompatibleClient;
        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.