Interface ExecutionConfig

interface ExecutionConfig {
    forceExactBlockTime: boolean;
    processBindingTimeout: number;
    rpcRetryTimes: number;
    sequential: boolean;
    skipStartBlockValidation: boolean;
}

Properties

forceExactBlockTime: boolean
processBindingTimeout: number
rpcRetryTimes: number
sequential: boolean
skipStartBlockValidation: boolean