@astonic-io/astonic-bindings-ts
Version:
Astonic type generation and npm package deployment repo
23 lines (22 loc) • 851 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IFreezer0828, IFreezer0828Interface } from "../../IFreezer.sol/IFreezer0828";
export declare class IFreezer0828__factory {
static readonly abi: readonly [{
readonly type: "function";
readonly name: "isFrozen";
readonly inputs: readonly [{
readonly name: "";
readonly type: "address";
readonly internalType: "address";
}];
readonly outputs: readonly [{
readonly name: "";
readonly type: "bool";
readonly internalType: "bool";
}];
readonly stateMutability: "view";
}];
static createInterface(): IFreezer0828Interface;
static connect(address: string, signerOrProvider: Signer | Provider): IFreezer0828;
}