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.

10 lines (8 loc) 240 B
export const consoleAbi = { "ABI version": 2, version: "2.2", header: [], functions: [], events: [{ name: "Log", inputs: [{ name: "_log", type: "string" }], outputs: [] }], } as const; export type ConsoleAbi = typeof consoleAbi;