@welshare/sdk
    Preparing search index...

    Type Alias BlindfoldFactoryConfig

    type BlindfoldFactoryConfig = {
        operation?: "store" | "match" | "sum";
        seed?: Uint8Array | Buffer | string;
        threshold?: number;
        useClusterKey?: true;
    }
    Index

    Properties

    operation?: "store" | "match" | "sum"
    seed?: Uint8Array | Buffer | string
    threshold?: number
    useClusterKey?: true