UNPKG

witnet-solidity-bridge

Version:

Witnet Solidity Bridge contracts for EVM-compatible chains

27 lines (25 loc) 1.62 kB
// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface IWitRandomnessConsumer$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "IWitRandomnessConsumer"; readonly sourceName: "contracts/interfaces/IWitRandomnessConsumer.sol"; readonly abi: [{"inputs":[{"internalType":"bytes32","name":"randomness","type":"bytes32"},{"internalType":"uint256","name":"evmRandomizeBlock","type":"uint256"},{"internalType":"uint256","name":"evmFinalityBlock","type":"uint256"},{"internalType":"Witnet.Timestamp","name":"witnetTimestamp","type":"uint64"},{"internalType":"Witnet.TransactionHash","name":"witnetDrTxHash","type":"bytes32"}],"name":"reportRandomness","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"witRandomness","outputs":[{"internalType":"contract IWitRandomness","name":"","type":"address"}],"stateMutability":"view","type":"function"}]; readonly bytecode: "0x"; readonly deployedBytecode: "0x"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/interfaces/IWitRandomnessConsumer.sol"; readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["IWitRandomnessConsumer"]: IWitRandomnessConsumer$Type; ["contracts/interfaces/IWitRandomnessConsumer.sol:IWitRandomnessConsumer"]: IWitRandomnessConsumer$Type; } }