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