@thirdweb-dev/contracts-js
Version:
23 lines • 768 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { SeaportEIP1271, SeaportEIP1271Interface } from "../SeaportEIP1271";
export declare class SeaportEIP1271__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(): SeaportEIP1271Interface;
static connect(address: string, signerOrProvider: Signer | Provider): SeaportEIP1271;
}
//# sourceMappingURL=SeaportEIP1271__factory.d.ts.map