UNPKG

@astonic-io/astonic-bindings-ts

Version:

Astonic type generation and npm package deployment repo

107 lines (106 loc) 2.87 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IChainlinkRelayer0828__factory = void 0; var ethers_1 = require("ethers"); var _abi = [ { type: "function", name: "getAggregators", inputs: [], outputs: [ { name: "", type: "tuple[]", internalType: "struct IChainlinkRelayer.ChainlinkAggregator[]", components: [ { name: "aggregator", type: "address", internalType: "address", }, { name: "invert", type: "bool", internalType: "bool", }, ], }, ], stateMutability: "nonpayable", }, { type: "function", name: "maxTimestampSpread", inputs: [], outputs: [ { name: "", type: "uint256", internalType: "uint256", }, ], stateMutability: "nonpayable", }, { type: "function", name: "rateFeedDescription", inputs: [], outputs: [ { name: "", type: "string", internalType: "string", }, ], stateMutability: "nonpayable", }, { type: "function", name: "rateFeedId", inputs: [], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "nonpayable", }, { type: "function", name: "relay", inputs: [], outputs: [], stateMutability: "nonpayable", }, { type: "function", name: "sortedOracles", inputs: [], outputs: [ { name: "", type: "address", internalType: "address", }, ], stateMutability: "nonpayable", }, ]; var IChainlinkRelayer0828__factory = /** @class */ (function () { function IChainlinkRelayer0828__factory() { } IChainlinkRelayer0828__factory.createInterface = function () { return new ethers_1.utils.Interface(_abi); }; IChainlinkRelayer0828__factory.connect = function (address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); }; IChainlinkRelayer0828__factory.abi = _abi; return IChainlinkRelayer0828__factory; }()); exports.IChainlinkRelayer0828__factory = IChainlinkRelayer0828__factory;