Documentation

    Interface SealClientOptions

    Configuration options for initializing a SealClient

    interface SealClientOptions {
        serverObjectIds: string[];
        suiClient: SuiClient;
        timeout?: number;
        verifyKeyServers?: boolean;
    }
    Index

    Properties

    serverObjectIds: string[]
    suiClient: SuiClient
    timeout?: number
    verifyKeyServers?: boolean
    MMNEPVFCICPMFPCPTTAAATR