Raindex SDK Documentation
    Preparing search index...

    Interface ScenarioCfg

    interface ScenarioCfg {
        bindings: Record<string, string>;
        blocks?: BlocksCfg;
        deployer: DeployerCfg;
        key: string;
        runs?: number;
    }
    Index

    Properties

    bindings: Record<string, string>
    blocks?: BlocksCfg
    deployer: DeployerCfg
    key: string
    runs?: number