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.

9 lines (8 loc) 273 B
import { GenericAccount } from "everscale-standalone-client"; import { Address } from "everscale-inpage-provider"; export declare class LockliftWallet extends GenericAccount { constructor(args: { address: string | Address; publicKey?: string; }); }