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