UNPKG

414 BTypeScriptView Raw
1import { Settings } from '@neo-one/node-core-esnext-esm';
2export declare const createTest: ({ privateNet, standbyValidators: standbyValidatorsIn, secondsPerBlock, address: addressIn, }?: {
3 readonly privateNet?: boolean | undefined;
4 readonly secondsPerBlock?: number | undefined;
5 readonly standbyValidators?: ReadonlyArray<string> | undefined;
6 readonly address?: string | undefined;
7}) => Settings;