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