// This file was autogenerated by Hardhat, do not edit it.
// prettier-ignore
// tslint:disable
// eslint-disable
// biome-ignore format: see above

export interface IWitRandomnessEvents$Type {
  readonly _format: "hh3-artifact-1";
  readonly contractName: "IWitRandomnessEvents";
  readonly sourceName: "contracts/interfaces/IWitRandomnessEvents.sol";
  readonly abi: [{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"randomizeBlock","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"finalityBlock","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"randomness","type":"bytes32"}],"name":"Randomized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"evmRequester","type":"address"},{"indexed":false,"internalType":"uint256","name":"randomizeBlock","type":"uint256"},{"indexed":false,"internalType":"Witnet.QueryId","name":"witOracleQueryId","type":"uint64"}],"name":"Randomizing","type":"event"}];
  readonly bytecode: "0x";
  readonly deployedBytecode: "0x";
  readonly linkReferences: {};
  readonly deployedLinkReferences: {};
  readonly immutableReferences: {};
  readonly inputSourceName: "project/contracts/interfaces/IWitRandomnessEvents.sol";
  readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf";
};

import "hardhat/types/artifacts";
declare module "hardhat/types/artifacts" {
  interface ArtifactMap {
    ["IWitRandomnessEvents"]: IWitRandomnessEvents$Type;
    ["contracts/interfaces/IWitRandomnessEvents.sol:IWitRandomnessEvents"]: IWitRandomnessEvents$Type;
  }
}