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 (9 loc) • 352 B
TypeScript
import { Address } from "everscale-inpage-provider";
export declare const tryToDetectContract: (address: Address, codeHash: string) => string;
export declare const emptyContractAbi: {
readonly "ABI version": 2;
readonly version: "2.2";
readonly header: readonly [];
readonly functions: readonly [];
readonly events: readonly [];
};