UNPKG

blocklock-js

Version:

A library for encrypting and decrypting data for the future

40 lines (39 loc) 1.4 kB
import { type ContractRunner } from "ethers"; import type { ERC165Upgradeable, ERC165UpgradeableInterface } from "../ERC165Upgradeable"; export declare class ERC165Upgradeable__factory { static readonly abi: readonly [{ readonly type: "function"; readonly name: "supportsInterface"; readonly inputs: readonly [{ readonly name: "interfaceId"; readonly type: "bytes4"; readonly internalType: "bytes4"; }]; readonly outputs: readonly [{ readonly name: ""; readonly type: "bool"; readonly internalType: "bool"; }]; readonly stateMutability: "view"; }, { readonly type: "event"; readonly name: "Initialized"; readonly inputs: readonly [{ readonly name: "version"; readonly type: "uint64"; readonly indexed: false; readonly internalType: "uint64"; }]; readonly anonymous: false; }, { readonly type: "error"; readonly name: "InvalidInitialization"; readonly inputs: readonly []; }, { readonly type: "error"; readonly name: "NotInitializing"; readonly inputs: readonly []; }]; static createInterface(): ERC165UpgradeableInterface; static connect(address: string, runner?: ContractRunner | null): ERC165Upgradeable; }