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

export interface IWitPriceFeedsConsumer$Type {
  readonly _format: "hh3-artifact-1";
  readonly contractName: "IWitPriceFeedsConsumer";
  readonly sourceName: "contracts/interfaces/IWitPriceFeedsConsumer.sol";
  readonly abi: [{"inputs":[{"internalType":"IWitPriceFeedsTypes.ID4","name":"id4","type":"bytes4"},{"internalType":"Witnet.Timestamp","name":"timestamp","type":"uint64"},{"internalType":"Witnet.TransactionHash","name":"trail","type":"bytes32"},{"internalType":"uint64","name":"price","type":"uint64"},{"internalType":"int56","name":"deltaPrice","type":"int56"},{"internalType":"uint64","name":"deltaSecs","type":"uint64"},{"internalType":"int8","name":"exponent","type":"int8"}],"name":"reportUpdate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"witPriceFeeds","outputs":[{"internalType":"contract IWitPriceFeeds","name":"","type":"address"}],"stateMutability":"view","type":"function"}];
  readonly bytecode: "0x";
  readonly deployedBytecode: "0x";
  readonly linkReferences: {};
  readonly deployedLinkReferences: {};
  readonly immutableReferences: {};
  readonly inputSourceName: "project/contracts/interfaces/IWitPriceFeedsConsumer.sol";
  readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf";
};

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