UNPKG

witnet-solidity-bridge

Version:

Witnet Solidity Bridge contracts for EVM-compatible chains

27 lines (25 loc) 969 B
// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface IWitRandomnessTypes$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "IWitRandomnessTypes"; readonly sourceName: "contracts/interfaces/IWitRandomnessTypes.sol"; readonly abi: []; readonly bytecode: "0x"; readonly deployedBytecode: "0x"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/interfaces/IWitRandomnessTypes.sol"; readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["IWitRandomnessTypes"]: IWitRandomnessTypes$Type; ["contracts/interfaces/IWitRandomnessTypes.sol:IWitRandomnessTypes"]: IWitRandomnessTypes$Type; } }