@thirdweb-dev/contracts-js
Version:
19 lines • 675 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ERC1967Upgrade, ERC1967UpgradeInterface } from "../ERC1967Upgrade";
export declare class ERC1967Upgrade__factory {
static readonly abi: {
type: string;
name: string;
inputs: {
name: string;
type: string;
indexed: boolean;
internalType: string;
}[];
anonymous: boolean;
}[];
static createInterface(): ERC1967UpgradeInterface;
static connect(address: string, signerOrProvider: Signer | Provider): ERC1967Upgrade;
}
//# sourceMappingURL=ERC1967Upgrade__factory.d.ts.map