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.
16 lines (15 loc) • 444 B
TypeScript
export declare const consoleAbi: {
readonly "ABI version": 2;
readonly version: "2.2";
readonly header: readonly [];
readonly functions: readonly [];
readonly events: readonly [{
readonly name: "Log";
readonly inputs: readonly [{
readonly name: "_log";
readonly type: "string";
}];
readonly outputs: readonly [];
}];
};
export type ConsoleAbi = typeof consoleAbi;