@blockchaincommons/sskr - v1.0.0-beta.3
    Preparing search index...

    Interface SpecOptions

    Options for Spec.from.

    interface SpecOptions {
        groupThreshold: number | bigint;
        groups: readonly GroupSpec[];
    }
    Index
    groupThreshold: number | bigint

    Groups that must each meet their member threshold; 1 ≤ groupThreshold ≤ groups.length. A usize: a number or a bigint.

    groups: readonly GroupSpec[]

    The groups, at most 16.