UNPKG

blocklock-js

Version:

A library for encrypting and decrypting data for the future

22 lines (21 loc) 767 B
import { type ContractRunner } from "ethers"; import type { ERC165, ERC165Interface } from "../ERC165"; export declare class ERC165__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"; }]; static createInterface(): ERC165Interface; static connect(address: string, runner?: ContractRunner | null): ERC165; }