UNPKG

@nomiclabs/buidler-truffle5

Version:
6 lines 476 B
import { BuidlerRuntimeEnvironment, ProjectPaths } from "@nomiclabs/buidler/types"; export declare const TRUFFLE_FIXTURE_NAME = "truffle-fixture"; export declare function hasTruffleFixture(paths: ProjectPaths): Promise<boolean>; export declare function hasMigrations(paths: ProjectPaths): Promise<boolean>; export declare function getTruffleFixtureFunction(paths: ProjectPaths): Promise<(env: BuidlerRuntimeEnvironment) => Promise<void>>; //# sourceMappingURL=fixture.d.ts.map