UNPKG

@thirdweb-dev/contracts-js

Version:
19 lines 627 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IBeacon, IBeaconInterface } from "../IBeacon"; export declare class IBeacon__factory { static readonly abi: { type: string; name: string; inputs: never[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]; static createInterface(): IBeaconInterface; static connect(address: string, signerOrProvider: Signer | Provider): IBeacon; } //# sourceMappingURL=IBeacon__factory.d.ts.map