UNPKG

476 BTypeScriptView Raw
1import { BuidlerRuntimeEnvironment, ProjectPaths } from "@nomiclabs/buidler/types";
2export declare const TRUFFLE_FIXTURE_NAME = "truffle-fixture";
3export declare function hasTruffleFixture(paths: ProjectPaths): Promise<boolean>;
4export declare function hasMigrations(paths: ProjectPaths): Promise<boolean>;
5export declare function getTruffleFixtureFunction(paths: ProjectPaths): Promise<(env: BuidlerRuntimeEnvironment) => Promise<void>>;
6//# sourceMappingURL=fixture.d.ts.map
\No newline at end of file