UNPKG

@broxus/locklift-deploy

Version:

Locklift plugin for replicable deployments and easy testing

10 lines (9 loc) 271 B
import { WriteDeployInfo } from "./types"; export declare class Logger { printDeployLog: (info: WriteDeployInfo) => void; printRetrievedLog: (info: { type: "Contract" | "Account"; address: string; deploymentName: string; }) => void; }