UNPKG

@pvpbet/pvpbet

Version:

A decentralized PVP betting platform based on the Ethereum Virtual Machine (EVM).

22 lines (17 loc) 702 B
// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import "hardhat/types/artifacts"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import { TestBetOption$Type } from "./TestBetOption"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["TestBetOption"]: TestBetOption$Type; ["contracts/test/TestBetOption.sol:TestBetOption"]: TestBetOption$Type; } interface ContractTypesMap { ["TestBetOption"]: GetContractReturnType<TestBetOption$Type["abi"]>; ["contracts/test/TestBetOption.sol:TestBetOption"]: GetContractReturnType<TestBetOption$Type["abi"]>; } }