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.

7 lines (6 loc) 279 B
import { ComponentType } from "./constants"; export declare const getComponent: ({ version, component, }: { component: ComponentType; version: string; }) => Promise<string>; export declare function download(fileUrl: string, outputLocationPath: string): Promise<unknown>;