@thirdweb-dev/contracts-js
Version:
33 lines • 1.03 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { BaseAccount, BaseAccountInterface } from "../BaseAccount";
export declare class BaseAccount__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(): BaseAccountInterface;
static connect(address: string, signerOrProvider: Signer | Provider): BaseAccount;
}
//# sourceMappingURL=BaseAccount__factory.d.ts.map