UNPKG

ufomarketplace-sdk

Version:

SDK to interact with set ufo marketplace contracts

49 lines 1.43 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IChainlinkOracle__factory = void 0; const ethers_1 = require("ethers"); class IChainlinkOracle__factory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IChainlinkOracle__factory = IChainlinkOracle__factory; const _abi = [ { inputs: [], name: "latestRoundData", outputs: [ { internalType: "uint80", name: "roundId", type: "uint80", }, { internalType: "int256", name: "answer", type: "int256", }, { internalType: "uint256", name: "startedAt", type: "uint256", }, { internalType: "uint256", name: "updatedAt", type: "uint256", }, { internalType: "uint80", name: "answeredInRound", type: "uint80", }, ], stateMutability: "view", type: "function", }, ]; //# sourceMappingURL=IChainlinkOracle__factory.js.map