UNPKG

@thirdweb-dev/contracts-js

Version:
19 lines 746 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { VRFV2WrapperConsumerBase, VRFV2WrapperConsumerBaseInterface } from "../VRFV2WrapperConsumerBase"; export declare class VRFV2WrapperConsumerBase__factory { static readonly abi: { type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: never[]; stateMutability: string; }[]; static createInterface(): VRFV2WrapperConsumerBaseInterface; static connect(address: string, signerOrProvider: Signer | Provider): VRFV2WrapperConsumerBase; } //# sourceMappingURL=VRFV2WrapperConsumerBase__factory.d.ts.map