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