UNPKG

witnet-solidity-bridge

Version:

Witnet Solidity Bridge contracts for EVM-compatible chains

27 lines (25 loc) 2.28 kB
// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface IWitRandomnessAdmin$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "IWitRandomnessAdmin"; readonly sourceName: "contracts/interfaces/IWitRandomnessAdmin.sol"; readonly abi: [{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"consumer","type":"address"},{"internalType":"uint24","name":"maxCallbackGasLimit","type":"uint24"}],"name":"settleConsumer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint24","name":"callbackGasLimit","type":"uint24"},{"internalType":"uint16","name":"extraFeePercentage","type":"uint16"},{"internalType":"uint16","name":"minWitnesses","type":"uint16"},{"internalType":"uint64","name":"minInclusionFees","type":"uint64"}],"name":"settleQueryParams","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"","type":"uint16"}],"name":"settleRandomizeWaitingBlocks","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]; readonly bytecode: "0x"; readonly deployedBytecode: "0x"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/interfaces/IWitRandomnessAdmin.sol"; readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["IWitRandomnessAdmin"]: IWitRandomnessAdmin$Type; ["contracts/interfaces/IWitRandomnessAdmin.sol:IWitRandomnessAdmin"]: IWitRandomnessAdmin$Type; } }