UNPKG

locklift

Version:

Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.

4 lines (3 loc) 274 B
import { ExternalContracts } from "../config"; export declare const typeGenerator: (pathToBuildFolder: string, ...additionalFiles: Array<string>) => void; export declare const copyExternalArtifacts: (externalContracts: ExternalContracts, destinationFolder: string) => void;