@thirdweb-dev/contracts-js
Version:
23 lines • 754 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IERC20Permit, IERC20PermitInterface } from "../IERC20Permit";
export declare class IERC20Permit__factory {
static readonly abi: {
type: string;
name: string;
inputs: {
name: string;
type: string;
internalType: string;
}[];
outputs: {
name: string;
type: string;
internalType: string;
}[];
stateMutability: string;
}[];
static createInterface(): IERC20PermitInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IERC20Permit;
}
//# sourceMappingURL=IERC20Permit__factory.d.ts.map