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.

11 lines (10 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.consoleAbi = void 0; exports.consoleAbi = { "ABI version": 2, version: "2.2", header: [], functions: [], events: [{ name: "Log", inputs: [{ name: "_log", type: "string" }], outputs: [] }], };