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) 250 B
import dirTree from "directory-tree"; export declare const getContractsTree: (pathToContractsFolder: string) => dirTree.DirectoryTree<Record<string, any>>[] | undefined; export declare const getContractNameFromAbiPath: (pathToAbi: string) => string;