UNPKG

@thirdweb-dev/contracts-js

Version:
33 lines 1.02 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IPaymaster, IPaymasterInterface } from "../IPaymaster"; export declare class IPaymaster__factory { static readonly abi: { type: string; name: string; inputs: ({ name: string; type: string; internalType: string; components: { name: string; type: string; internalType: string; }[]; } | { name: string; type: string; internalType: string; components?: undefined; })[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]; static createInterface(): IPaymasterInterface; static connect(address: string, signerOrProvider: Signer | Provider): IPaymaster; } //# sourceMappingURL=IPaymaster__factory.d.ts.map