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.

12 lines (11 loc) 310 B
import { ConfigState, NetworkValue } from "../config"; export declare class LockliftContext { readonly network: { name: string; config: NetworkValue<ConfigState.INTERNAL>; }; constructor(network: { name: string; config: NetworkValue<ConfigState.INTERNAL>; }); }