UNPKG

@thirdweb-dev/contracts-js

Version:
42 lines 1.21 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { TokenBundle, TokenBundleInterface } from "../TokenBundle"; export declare class TokenBundle__factory { static readonly abi: ({ type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; } | { type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: { name: string; type: string; internalType: string; components: { name: string; type: string; internalType: string; }[]; }[]; stateMutability: string; })[]; static createInterface(): TokenBundleInterface; static connect(address: string, signerOrProvider: Signer | Provider): TokenBundle; } //# sourceMappingURL=TokenBundle__factory.d.ts.map