BUPKIS
    Preparing search index...

    Interface ChainGeneratorConfig

    Configuration for chain generation.

    interface ChainGeneratorConfig {
        maxChainLength?: number;
        minChainLength?: number;
    }
    Index

    Properties

    maxChainLength?: number

    Maximum number of assertions in the chain.

    4
    
    minChainLength?: number

    Minimum number of assertions in the chain.

    1