123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602 |
- "use strict";
- var _Object$keys2 = require("@babel/runtime-corejs3/core-js-stable/object/keys");
- var _Object$getOwnPropertySymbols = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols");
- var _filterInstanceProperty2 = require("@babel/runtime-corejs3/core-js-stable/instance/filter");
- var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
- var _forEachInstanceProperty2 = require("@babel/runtime-corejs3/core-js-stable/instance/for-each");
- var _Object$getOwnPropertyDescriptors = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors");
- var _Object$defineProperties = require("@babel/runtime-corejs3/core-js-stable/object/define-properties");
- var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
- var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
- _Object$defineProperty(exports, "__esModule", {
- value: true
- });
- exports.default = void 0;
- var _regenerator = _interopRequireDefault(require("@babel/runtime-corejs3/regenerator"));
- var _forEach = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/for-each"));
- var _keys = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/keys"));
- var _filter = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/filter"));
- var _includes = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/includes"));
- var _stringify = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/json/stringify"));
- var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/asyncToGenerator"));
- var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/classCallCheck"));
- var _createClass2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/createClass"));
- var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/defineProperty"));
- function ownKeys(object, enumerableOnly) {
- var keys = _Object$keys2(object);
- if (_Object$getOwnPropertySymbols) {
- var symbols = _Object$getOwnPropertySymbols(object);
- enumerableOnly && (symbols = _filterInstanceProperty2(symbols).call(symbols, function (sym) {
- return _Object$getOwnPropertyDescriptor(object, sym).enumerable;
- })), keys.push.apply(keys, symbols);
- }
- return keys;
- }
- function _objectSpread(target) {
- for (var i = 1; i < arguments.length; i++) {
- var _context44, _context45;
- var source = null != arguments[i] ? arguments[i] : {};
- i % 2 ? _forEachInstanceProperty2(_context44 = ownKeys(Object(source), !0)).call(_context44, function (key) {
- (0, _defineProperty2.default)(target, key, source[key]);
- }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty2(_context45 = ownKeys(Object(source))).call(_context45, function (key) {
- _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key));
- });
- }
- return target;
- }
- /**
- * Automatically generated code, via genWeb3API.js
- * Do not modify manually
- */
- var axios = require('axios');
- var Web3Api = /*#__PURE__*/function () {
- function Web3Api() {
- (0, _classCallCheck2.default)(this, Web3Api);
- }
- (0, _createClass2.default)(Web3Api, null, [{
- key: "initialize",
- value: function (_ref) {
- var apiKey = _ref.apiKey,
- serverUrl = _ref.serverUrl,
- _ref$Moralis = _ref.Moralis,
- Moralis = _ref$Moralis === void 0 ? null : _ref$Moralis;
- if (!serverUrl && !apiKey) {
- throw new Error('Web3Api.initialize failed: initialize with apiKey or serverUrl');
- }
- if (apiKey) this.apiKey = apiKey;
- if (serverUrl) this.serverUrl = serverUrl;
- this.Moralis = Moralis;
- }
- }, {
- key: "getBody",
- value: function (params, bodyParams) {
- var _this = this;
- if (!params || !bodyParams || !bodyParams.length) {
- return undefined;
- }
- var body = {};
- (0, _forEach.default)(bodyParams).call(bodyParams, function (_ref2) {
- var key = _ref2.key,
- type = _ref2.type,
- required = _ref2.required;
- if (params[key] === undefined) {
- if (required) throw new Error("param ".concat(key, " is required!"));
- } else if (type === _this.BodyParamTypes.setBody) {
- body = params[key];
- } else {
- body[key] = params[key];
- } // remove the param so it doesn't also get added as a query param
- delete params[key];
- });
- return body;
- }
- }, {
- key: "getParameterizedUrl",
- value: function (url, params) {
- var _context;
- if (!(0, _keys.default)(params).length) return url; // find url params, they start with :
- var requiredParams = (0, _filter.default)(_context = url.split('/')).call(_context, function (s) {
- return s && (0, _includes.default)(s).call(s, ':');
- });
- if (!requiredParams.length) return url;
- var parameterizedUrl = url;
- (0, _forEach.default)(requiredParams).call(requiredParams, function (p) {
- // strip the : and replace with param value
- var key = p.substr(1);
- var value = params[key];
- if (!value) {
- throw new Error("required param ".concat(key, " not provided"));
- }
- parameterizedUrl = parameterizedUrl.replace(p, value); // remove required param from param list
- // so it doesn't become part of the query params
- delete params[key];
- });
- return parameterizedUrl;
- }
- }, {
- key: "getApiRateLimitInfo",
- value: function (headers) {
- return {
- 'x-rate-limit-limit': headers['x-rate-limit-limit'],
- 'x-rate-limit-remaining-ttl': headers['x-rate-limit-remaining-ttl'],
- 'x-rate-limit-used': headers['x-rate-limit-used'],
- 'x-rate-limit-remaining-ip-ttl': headers['x-rate-limit-remaining-ip-ttl'],
- 'x-rate-limit-ip-used': headers['x-rate-limit-ip-used']
- };
- }
- }, {
- key: "getApiErrorMessage",
- value: function (error, url) {
- var _error$response, _error$response$data;
- return (error === null || error === void 0 ? void 0 : (_error$response = error.response) === null || _error$response === void 0 ? void 0 : (_error$response$data = _error$response.data) === null || _error$response$data === void 0 ? void 0 : _error$response$data.message) || (error === null || error === void 0 ? void 0 : error.message) || (error === null || error === void 0 ? void 0 : error.toString()) || "Web3 API error while calling ".concat(url);
- }
- }, {
- key: "fetch",
- value: function () {
- var _fetch = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(_ref3) {
- var endpoint, providedParams, params, _this$Moralis, User, account, user;
- return _regenerator.default.wrap(function (_context2) {
- while (1) {
- switch (_context2.prev = _context2.next) {
- case 0:
- endpoint = _ref3.endpoint, providedParams = _ref3.params; // Make a shallow copy to prevent modification of original params
- params = _objectSpread({}, providedParams);
- if (this.Moralis) {
- _this$Moralis = this.Moralis, User = _this$Moralis.User, account = _this$Moralis.account;
- user = User.current();
- if (!params.address) {
- if (user) {
- params.address = user.get('ethAddress');
- } else if (account) {
- params.address = account;
- }
- }
- }
- if (this.apiKey) {
- _context2.next = 5;
- break;
- }
- return _context2.abrupt("return", this.fetchFromServer(endpoint.name, params));
- case 5:
- return _context2.abrupt("return", this.fetchFromApi(endpoint, params));
- case 6:
- case "end":
- return _context2.stop();
- }
- }
- }, _callee, this);
- }));
- return function () {
- return _fetch.apply(this, arguments);
- };
- }()
- }, {
- key: "fetchFromApi",
- value: function () {
- var _fetchFromApi = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2(endpoint, params) {
- var _endpoint$method, method, url, bodyParams, parameterizedUrl, body, response, _error$response2, status, headers, data, msg;
- return _regenerator.default.wrap(function (_context3) {
- while (1) {
- switch (_context3.prev = _context3.next) {
- case 0:
- _endpoint$method = endpoint.method, method = _endpoint$method === void 0 ? 'GET' : _endpoint$method, url = endpoint.url, bodyParams = endpoint.bodyParams;
- _context3.prev = 1;
- parameterizedUrl = this.getParameterizedUrl(url, params);
- body = this.getBody(params, bodyParams);
- _context3.next = 6;
- return axios(this.baseURL + parameterizedUrl, {
- params: params,
- method: method,
- body: body,
- headers: {
- Accept: 'application/json',
- 'Content-Type': 'application/json',
- 'x-api-key': this.apiKey
- }
- });
- case 6:
- response = _context3.sent;
- return _context3.abrupt("return", response.data);
- case 10:
- _context3.prev = 10;
- _context3.t0 = _context3["catch"](1);
- _error$response2 = _context3.t0.response, status = _error$response2.status, headers = _error$response2.headers, data = _error$response2.data;
- if (status === 429) {
- msg = "This Moralis Server is rate-limited because of the plan restrictions. See the details about the current rate and throttle limits: ".concat((0, _stringify.default)(this.getApiRateLimitInfo(headers)));
- } else {
- msg = this.getApiErrorMessage(_context3.t0, url);
- }
- throw new Error(msg);
- case 15:
- case "end":
- return _context3.stop();
- }
- }
- }, _callee2, this, [[1, 10]]);
- }));
- return function () {
- return _fetchFromApi.apply(this, arguments);
- };
- }()
- }, {
- key: "fetchFromServer",
- value: function () {
- var _fetchFromServer = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3(name, options) {
- var http, user, response, _error$response3, _error$response3$data;
- return _regenerator.default.wrap(function (_context4) {
- while (1) {
- switch (_context4.prev = _context4.next) {
- case 0:
- if (this.serverUrl) {
- _context4.next = 2;
- break;
- }
- throw new Error('Web3Api not initialized, run Moralis.start() first');
- case 2:
- _context4.prev = 2;
- http = axios.create({
- baseURL: this.serverUrl
- });
- if (!options.chain) options.chain = 'eth';
- user = this.Moralis.User.current();
- if (user) {
- options._SessionToken = user.attributes.sessionToken;
- options._ApplicationId = this.Moralis.applicationId;
- }
- _context4.next = 9;
- return http.post("/functions/".concat(name), options, {
- headers: {
- Accept: 'application/json',
- 'Content-Type': 'application/json'
- }
- });
- case 9:
- response = _context4.sent;
- return _context4.abrupt("return", response.data.result);
- case 13:
- _context4.prev = 13;
- _context4.t0 = _context4["catch"](2);
- if (!((_error$response3 = _context4.t0.response) !== null && _error$response3 !== void 0 && (_error$response3$data = _error$response3.data) !== null && _error$response3$data !== void 0 && _error$response3$data.error)) {
- _context4.next = 17;
- break;
- }
- throw new Error(_context4.t0.response.data.error);
- case 17:
- throw _context4.t0;
- case 18:
- case "end":
- return _context4.stop();
- }
- }
- }, _callee3, this, [[2, 13]]);
- }));
- return function () {
- return _fetchFromServer.apply(this, arguments);
- };
- }()
- }]);
- return Web3Api;
- }();
- (0, _defineProperty2.default)(Web3Api, "baseURL", 'https://deep-index.moralis.io/api/v2');
- (0, _defineProperty2.default)(Web3Api, "BodyParamTypes", {
- setBody: 'set body',
- property: 'property'
- });
- (0, _defineProperty2.default)(Web3Api, "native", {
- getBlock: function () {
- var _getBlock = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() {
- var options,
- _args4 = arguments;
- return _regenerator.default.wrap(function (_context5) {
- while (1) {
- switch (_context5.prev = _context5.next) {
- case 0:
- options = _args4.length > 0 && _args4[0] !== undefined ? _args4[0] : {};
- return _context5.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "native",
- "name": "getBlock",
- "url": "/block/:block_number_or_hash"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context5.stop();
- }
- }
- }, _callee4);
- }));
- return function () {
- return _getBlock.apply(this, arguments);
- };
- }(),
- getDateToBlock: function () {
- var _getDateToBlock = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {
- var options,
- _args5 = arguments;
- return _regenerator.default.wrap(function (_context6) {
- while (1) {
- switch (_context6.prev = _context6.next) {
- case 0:
- options = _args5.length > 0 && _args5[0] !== undefined ? _args5[0] : {};
- return _context6.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "native",
- "name": "getDateToBlock",
- "url": "/dateToBlock"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context6.stop();
- }
- }
- }, _callee5);
- }));
- return function () {
- return _getDateToBlock.apply(this, arguments);
- };
- }(),
- getLogsByAddress: function () {
- var _getLogsByAddress = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {
- var options,
- _args6 = arguments;
- return _regenerator.default.wrap(function (_context7) {
- while (1) {
- switch (_context7.prev = _context7.next) {
- case 0:
- options = _args6.length > 0 && _args6[0] !== undefined ? _args6[0] : {};
- return _context7.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "native",
- "name": "getLogsByAddress",
- "url": "/:address/logs"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context7.stop();
- }
- }
- }, _callee6);
- }));
- return function () {
- return _getLogsByAddress.apply(this, arguments);
- };
- }(),
- getNFTTransfersByBlock: function () {
- var _getNFTTransfersByBlock = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee7() {
- var options,
- _args7 = arguments;
- return _regenerator.default.wrap(function (_context8) {
- while (1) {
- switch (_context8.prev = _context8.next) {
- case 0:
- options = _args7.length > 0 && _args7[0] !== undefined ? _args7[0] : {};
- return _context8.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "native",
- "name": "getNFTTransfersByBlock",
- "url": "/block/:block_number_or_hash/nft/transfers"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context8.stop();
- }
- }
- }, _callee7);
- }));
- return function () {
- return _getNFTTransfersByBlock.apply(this, arguments);
- };
- }(),
- getTransaction: function () {
- var _getTransaction = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {
- var options,
- _args8 = arguments;
- return _regenerator.default.wrap(function (_context9) {
- while (1) {
- switch (_context9.prev = _context9.next) {
- case 0:
- options = _args8.length > 0 && _args8[0] !== undefined ? _args8[0] : {};
- return _context9.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "native",
- "name": "getTransaction",
- "url": "/transaction/:transaction_hash"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context9.stop();
- }
- }
- }, _callee8);
- }));
- return function () {
- return _getTransaction.apply(this, arguments);
- };
- }(),
- getContractEvents: function () {
- var _getContractEvents = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee9() {
- var options,
- _args9 = arguments;
- return _regenerator.default.wrap(function (_context10) {
- while (1) {
- switch (_context10.prev = _context10.next) {
- case 0:
- options = _args9.length > 0 && _args9[0] !== undefined ? _args9[0] : {};
- return _context10.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "POST",
- "group": "native",
- "name": "getContractEvents",
- "url": "/:address/events",
- "bodyParams": [{
- "key": "data",
- "type": "set body",
- "required": false
- }]
- },
- params: options
- }));
- case 2:
- case "end":
- return _context10.stop();
- }
- }
- }, _callee9);
- }));
- return function () {
- return _getContractEvents.apply(this, arguments);
- };
- }(),
- runContractFunction: function () {
- var _runContractFunction = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee10() {
- var options,
- _args10 = arguments;
- return _regenerator.default.wrap(function (_context11) {
- while (1) {
- switch (_context11.prev = _context11.next) {
- case 0:
- options = _args10.length > 0 && _args10[0] !== undefined ? _args10[0] : {};
- return _context11.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "POST",
- "group": "native",
- "name": "runContractFunction",
- "url": "/:address/function",
- "bodyParams": [{
- "key": "abi",
- "type": "property",
- "required": true
- }, {
- "key": "params",
- "type": "property",
- "required": false
- }]
- },
- params: options
- }));
- case 2:
- case "end":
- return _context11.stop();
- }
- }
- }, _callee10);
- }));
- return function () {
- return _runContractFunction.apply(this, arguments);
- };
- }()
- });
- (0, _defineProperty2.default)(Web3Api, "account", {
- getTransactions: function () {
- var _getTransactions = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee11() {
- var options,
- _args11 = arguments;
- return _regenerator.default.wrap(function (_context12) {
- while (1) {
- switch (_context12.prev = _context12.next) {
- case 0:
- options = _args11.length > 0 && _args11[0] !== undefined ? _args11[0] : {};
- return _context12.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "account",
- "name": "getTransactions",
- "url": "/:address"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context12.stop();
- }
- }
- }, _callee11);
- }));
- return function () {
- return _getTransactions.apply(this, arguments);
- };
- }(),
- getNativeBalance: function () {
- var _getNativeBalance = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee12() {
- var options,
- _args12 = arguments;
- return _regenerator.default.wrap(function (_context13) {
- while (1) {
- switch (_context13.prev = _context13.next) {
- case 0:
- options = _args12.length > 0 && _args12[0] !== undefined ? _args12[0] : {};
- return _context13.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "account",
- "name": "getNativeBalance",
- "url": "/:address/balance"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context13.stop();
- }
- }
- }, _callee12);
- }));
- return function () {
- return _getNativeBalance.apply(this, arguments);
- };
- }(),
- getTokenBalances: function () {
- var _getTokenBalances = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee13() {
- var options,
- _args13 = arguments;
- return _regenerator.default.wrap(function (_context14) {
- while (1) {
- switch (_context14.prev = _context14.next) {
- case 0:
- options = _args13.length > 0 && _args13[0] !== undefined ? _args13[0] : {};
- return _context14.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "account",
- "name": "getTokenBalances",
- "url": "/:address/erc20"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context14.stop();
- }
- }
- }, _callee13);
- }));
- return function () {
- return _getTokenBalances.apply(this, arguments);
- };
- }(),
- getTokenTransfers: function () {
- var _getTokenTransfers = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14() {
- var options,
- _args14 = arguments;
- return _regenerator.default.wrap(function (_context15) {
- while (1) {
- switch (_context15.prev = _context15.next) {
- case 0:
- options = _args14.length > 0 && _args14[0] !== undefined ? _args14[0] : {};
- return _context15.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "account",
- "name": "getTokenTransfers",
- "url": "/:address/erc20/transfers"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context15.stop();
- }
- }
- }, _callee14);
- }));
- return function () {
- return _getTokenTransfers.apply(this, arguments);
- };
- }(),
- getNFTs: function () {
- var _getNFTs = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee15() {
- var options,
- _args15 = arguments;
- return _regenerator.default.wrap(function (_context16) {
- while (1) {
- switch (_context16.prev = _context16.next) {
- case 0:
- options = _args15.length > 0 && _args15[0] !== undefined ? _args15[0] : {};
- return _context16.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "account",
- "name": "getNFTs",
- "url": "/:address/nft"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context16.stop();
- }
- }
- }, _callee15);
- }));
- return function () {
- return _getNFTs.apply(this, arguments);
- };
- }(),
- getNFTTransfers: function () {
- var _getNFTTransfers = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee16() {
- var options,
- _args16 = arguments;
- return _regenerator.default.wrap(function (_context17) {
- while (1) {
- switch (_context17.prev = _context17.next) {
- case 0:
- options = _args16.length > 0 && _args16[0] !== undefined ? _args16[0] : {};
- return _context17.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "account",
- "name": "getNFTTransfers",
- "url": "/:address/nft/transfers"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context17.stop();
- }
- }
- }, _callee16);
- }));
- return function () {
- return _getNFTTransfers.apply(this, arguments);
- };
- }(),
- getNFTsForContract: function () {
- var _getNFTsForContract = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee17() {
- var options,
- _args17 = arguments;
- return _regenerator.default.wrap(function (_context18) {
- while (1) {
- switch (_context18.prev = _context18.next) {
- case 0:
- options = _args17.length > 0 && _args17[0] !== undefined ? _args17[0] : {};
- return _context18.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "account",
- "name": "getNFTsForContract",
- "url": "/:address/nft/:token_address"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context18.stop();
- }
- }
- }, _callee17);
- }));
- return function () {
- return _getNFTsForContract.apply(this, arguments);
- };
- }()
- });
- (0, _defineProperty2.default)(Web3Api, "token", {
- getTokenMetadata: function () {
- var _getTokenMetadata = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee18() {
- var options,
- _args18 = arguments;
- return _regenerator.default.wrap(function (_context19) {
- while (1) {
- switch (_context19.prev = _context19.next) {
- case 0:
- options = _args18.length > 0 && _args18[0] !== undefined ? _args18[0] : {};
- return _context19.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getTokenMetadata",
- "url": "/erc20/metadata"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context19.stop();
- }
- }
- }, _callee18);
- }));
- return function () {
- return _getTokenMetadata.apply(this, arguments);
- };
- }(),
- getNFTTrades: function () {
- var _getNFTTrades = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee19() {
- var options,
- _args19 = arguments;
- return _regenerator.default.wrap(function (_context20) {
- while (1) {
- switch (_context20.prev = _context20.next) {
- case 0:
- options = _args19.length > 0 && _args19[0] !== undefined ? _args19[0] : {};
- return _context20.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getNFTTrades",
- "url": "/nft/:address/trades"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context20.stop();
- }
- }
- }, _callee19);
- }));
- return function () {
- return _getNFTTrades.apply(this, arguments);
- };
- }(),
- getNFTLowestPrice: function () {
- var _getNFTLowestPrice = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee20() {
- var options,
- _args20 = arguments;
- return _regenerator.default.wrap(function (_context21) {
- while (1) {
- switch (_context21.prev = _context21.next) {
- case 0:
- options = _args20.length > 0 && _args20[0] !== undefined ? _args20[0] : {};
- return _context21.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getNFTLowestPrice",
- "url": "/nft/:address/lowestprice"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context21.stop();
- }
- }
- }, _callee20);
- }));
- return function () {
- return _getNFTLowestPrice.apply(this, arguments);
- };
- }(),
- getTokenMetadataBySymbol: function () {
- var _getTokenMetadataBySymbol = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee21() {
- var options,
- _args21 = arguments;
- return _regenerator.default.wrap(function (_context22) {
- while (1) {
- switch (_context22.prev = _context22.next) {
- case 0:
- options = _args21.length > 0 && _args21[0] !== undefined ? _args21[0] : {};
- return _context22.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getTokenMetadataBySymbol",
- "url": "/erc20/metadata/symbols"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context22.stop();
- }
- }
- }, _callee21);
- }));
- return function () {
- return _getTokenMetadataBySymbol.apply(this, arguments);
- };
- }(),
- getTokenPrice: function () {
- var _getTokenPrice = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee22() {
- var options,
- _args22 = arguments;
- return _regenerator.default.wrap(function (_context23) {
- while (1) {
- switch (_context23.prev = _context23.next) {
- case 0:
- options = _args22.length > 0 && _args22[0] !== undefined ? _args22[0] : {};
- return _context23.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getTokenPrice",
- "url": "/erc20/:address/price"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context23.stop();
- }
- }
- }, _callee22);
- }));
- return function () {
- return _getTokenPrice.apply(this, arguments);
- };
- }(),
- getTokenAddressTransfers: function () {
- var _getTokenAddressTransfers = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee23() {
- var options,
- _args23 = arguments;
- return _regenerator.default.wrap(function (_context24) {
- while (1) {
- switch (_context24.prev = _context24.next) {
- case 0:
- options = _args23.length > 0 && _args23[0] !== undefined ? _args23[0] : {};
- return _context24.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getTokenAddressTransfers",
- "url": "/erc20/:address/transfers"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context24.stop();
- }
- }
- }, _callee23);
- }));
- return function () {
- return _getTokenAddressTransfers.apply(this, arguments);
- };
- }(),
- getTokenAllowance: function () {
- var _getTokenAllowance = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee24() {
- var options,
- _args24 = arguments;
- return _regenerator.default.wrap(function (_context25) {
- while (1) {
- switch (_context25.prev = _context25.next) {
- case 0:
- options = _args24.length > 0 && _args24[0] !== undefined ? _args24[0] : {};
- return _context25.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getTokenAllowance",
- "url": "/erc20/:address/allowance"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context25.stop();
- }
- }
- }, _callee24);
- }));
- return function () {
- return _getTokenAllowance.apply(this, arguments);
- };
- }(),
- searchNFTs: function () {
- var _searchNFTs = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee25() {
- var options,
- _args25 = arguments;
- return _regenerator.default.wrap(function (_context26) {
- while (1) {
- switch (_context26.prev = _context26.next) {
- case 0:
- options = _args25.length > 0 && _args25[0] !== undefined ? _args25[0] : {};
- return _context26.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "searchNFTs",
- "url": "/nft/search"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context26.stop();
- }
- }
- }, _callee25);
- }));
- return function () {
- return _searchNFTs.apply(this, arguments);
- };
- }(),
- getNftTransfersFromToBlock: function () {
- var _getNftTransfersFromToBlock = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee26() {
- var options,
- _args26 = arguments;
- return _regenerator.default.wrap(function (_context27) {
- while (1) {
- switch (_context27.prev = _context27.next) {
- case 0:
- options = _args26.length > 0 && _args26[0] !== undefined ? _args26[0] : {};
- return _context27.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getNftTransfersFromToBlock",
- "url": "/nft/transfers"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context27.stop();
- }
- }
- }, _callee26);
- }));
- return function () {
- return _getNftTransfersFromToBlock.apply(this, arguments);
- };
- }(),
- getAllTokenIds: function () {
- var _getAllTokenIds = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee27() {
- var options,
- _args27 = arguments;
- return _regenerator.default.wrap(function (_context28) {
- while (1) {
- switch (_context28.prev = _context28.next) {
- case 0:
- options = _args27.length > 0 && _args27[0] !== undefined ? _args27[0] : {};
- return _context28.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getAllTokenIds",
- "url": "/nft/:address"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context28.stop();
- }
- }
- }, _callee27);
- }));
- return function () {
- return _getAllTokenIds.apply(this, arguments);
- };
- }(),
- getContractNFTTransfers: function () {
- var _getContractNFTTransfers = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee28() {
- var options,
- _args28 = arguments;
- return _regenerator.default.wrap(function (_context29) {
- while (1) {
- switch (_context29.prev = _context29.next) {
- case 0:
- options = _args28.length > 0 && _args28[0] !== undefined ? _args28[0] : {};
- return _context29.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getContractNFTTransfers",
- "url": "/nft/:address/transfers"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context29.stop();
- }
- }
- }, _callee28);
- }));
- return function () {
- return _getContractNFTTransfers.apply(this, arguments);
- };
- }(),
- getNFTOwners: function () {
- var _getNFTOwners = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee29() {
- var options,
- _args29 = arguments;
- return _regenerator.default.wrap(function (_context30) {
- while (1) {
- switch (_context30.prev = _context30.next) {
- case 0:
- options = _args29.length > 0 && _args29[0] !== undefined ? _args29[0] : {};
- return _context30.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getNFTOwners",
- "url": "/nft/:address/owners"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context30.stop();
- }
- }
- }, _callee29);
- }));
- return function () {
- return _getNFTOwners.apply(this, arguments);
- };
- }(),
- getNFTMetadata: function () {
- var _getNFTMetadata = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee30() {
- var options,
- _args30 = arguments;
- return _regenerator.default.wrap(function (_context31) {
- while (1) {
- switch (_context31.prev = _context31.next) {
- case 0:
- options = _args30.length > 0 && _args30[0] !== undefined ? _args30[0] : {};
- return _context31.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getNFTMetadata",
- "url": "/nft/:address/metadata"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context31.stop();
- }
- }
- }, _callee30);
- }));
- return function () {
- return _getNFTMetadata.apply(this, arguments);
- };
- }(),
- reSyncMetadata: function () {
- var _reSyncMetadata = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee31() {
- var options,
- _args31 = arguments;
- return _regenerator.default.wrap(function (_context32) {
- while (1) {
- switch (_context32.prev = _context32.next) {
- case 0:
- options = _args31.length > 0 && _args31[0] !== undefined ? _args31[0] : {};
- return _context32.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "reSyncMetadata",
- "url": "/nft/:address/:token_id/metadata/resync"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context32.stop();
- }
- }
- }, _callee31);
- }));
- return function () {
- return _reSyncMetadata.apply(this, arguments);
- };
- }(),
- syncNFTContract: function () {
- var _syncNFTContract = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee32() {
- var options,
- _args32 = arguments;
- return _regenerator.default.wrap(function (_context33) {
- while (1) {
- switch (_context33.prev = _context33.next) {
- case 0:
- options = _args32.length > 0 && _args32[0] !== undefined ? _args32[0] : {};
- return _context33.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "PUT",
- "group": "token",
- "name": "syncNFTContract",
- "url": "/nft/:address/sync"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context33.stop();
- }
- }
- }, _callee32);
- }));
- return function () {
- return _syncNFTContract.apply(this, arguments);
- };
- }(),
- getTokenIdMetadata: function () {
- var _getTokenIdMetadata = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee33() {
- var options,
- _args33 = arguments;
- return _regenerator.default.wrap(function (_context34) {
- while (1) {
- switch (_context34.prev = _context34.next) {
- case 0:
- options = _args33.length > 0 && _args33[0] !== undefined ? _args33[0] : {};
- return _context34.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getTokenIdMetadata",
- "url": "/nft/:address/:token_id"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context34.stop();
- }
- }
- }, _callee33);
- }));
- return function () {
- return _getTokenIdMetadata.apply(this, arguments);
- };
- }(),
- getTokenIdOwners: function () {
- var _getTokenIdOwners = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee34() {
- var options,
- _args34 = arguments;
- return _regenerator.default.wrap(function (_context35) {
- while (1) {
- switch (_context35.prev = _context35.next) {
- case 0:
- options = _args34.length > 0 && _args34[0] !== undefined ? _args34[0] : {};
- return _context35.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getTokenIdOwners",
- "url": "/nft/:address/:token_id/owners"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context35.stop();
- }
- }
- }, _callee34);
- }));
- return function () {
- return _getTokenIdOwners.apply(this, arguments);
- };
- }(),
- getWalletTokenIdTransfers: function () {
- var _getWalletTokenIdTransfers = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee35() {
- var options,
- _args35 = arguments;
- return _regenerator.default.wrap(function (_context36) {
- while (1) {
- switch (_context36.prev = _context36.next) {
- case 0:
- options = _args35.length > 0 && _args35[0] !== undefined ? _args35[0] : {};
- return _context36.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "token",
- "name": "getWalletTokenIdTransfers",
- "url": "/nft/:address/:token_id/transfers"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context36.stop();
- }
- }
- }, _callee35);
- }));
- return function () {
- return _getWalletTokenIdTransfers.apply(this, arguments);
- };
- }()
- });
- (0, _defineProperty2.default)(Web3Api, "resolve", {
- resolveDomain: function () {
- var _resolveDomain = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee36() {
- var options,
- _args36 = arguments;
- return _regenerator.default.wrap(function (_context37) {
- while (1) {
- switch (_context37.prev = _context37.next) {
- case 0:
- options = _args36.length > 0 && _args36[0] !== undefined ? _args36[0] : {};
- return _context37.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "resolve",
- "name": "resolveDomain",
- "url": "/resolve/:domain"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context37.stop();
- }
- }
- }, _callee36);
- }));
- return function () {
- return _resolveDomain.apply(this, arguments);
- };
- }(),
- resolveAddress: function () {
- var _resolveAddress = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee37() {
- var options,
- _args37 = arguments;
- return _regenerator.default.wrap(function (_context38) {
- while (1) {
- switch (_context38.prev = _context38.next) {
- case 0:
- options = _args37.length > 0 && _args37[0] !== undefined ? _args37[0] : {};
- return _context38.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "resolve",
- "name": "resolveAddress",
- "url": "/resolve/:address/reverse"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context38.stop();
- }
- }
- }, _callee37);
- }));
- return function () {
- return _resolveAddress.apply(this, arguments);
- };
- }()
- });
- (0, _defineProperty2.default)(Web3Api, "defi", {
- getPairReserves: function () {
- var _getPairReserves = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee38() {
- var options,
- _args38 = arguments;
- return _regenerator.default.wrap(function (_context39) {
- while (1) {
- switch (_context39.prev = _context39.next) {
- case 0:
- options = _args38.length > 0 && _args38[0] !== undefined ? _args38[0] : {};
- return _context39.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "defi",
- "name": "getPairReserves",
- "url": "/:pair_address/reserves"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context39.stop();
- }
- }
- }, _callee38);
- }));
- return function () {
- return _getPairReserves.apply(this, arguments);
- };
- }(),
- getPairAddress: function () {
- var _getPairAddress = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee39() {
- var options,
- _args39 = arguments;
- return _regenerator.default.wrap(function (_context40) {
- while (1) {
- switch (_context40.prev = _context40.next) {
- case 0:
- options = _args39.length > 0 && _args39[0] !== undefined ? _args39[0] : {};
- return _context40.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "defi",
- "name": "getPairAddress",
- "url": "/:token0_address/:token1_address/pairAddress"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context40.stop();
- }
- }
- }, _callee39);
- }));
- return function () {
- return _getPairAddress.apply(this, arguments);
- };
- }()
- });
- (0, _defineProperty2.default)(Web3Api, "storage", {
- uploadFolder: function () {
- var _uploadFolder = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee40() {
- var options,
- _args40 = arguments;
- return _regenerator.default.wrap(function (_context41) {
- while (1) {
- switch (_context41.prev = _context41.next) {
- case 0:
- options = _args40.length > 0 && _args40[0] !== undefined ? _args40[0] : {};
- return _context41.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "POST",
- "group": "storage",
- "name": "uploadFolder",
- "url": "/ipfs/uploadFolder",
- "bodyParams": [{
- "key": "data",
- "type": "set body",
- "required": false
- }]
- },
- params: options
- }));
- case 2:
- case "end":
- return _context41.stop();
- }
- }
- }, _callee40);
- }));
- return function () {
- return _uploadFolder.apply(this, arguments);
- };
- }()
- });
- (0, _defineProperty2.default)(Web3Api, "info", {
- web3ApiVersion: function () {
- var _web3ApiVersion = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee41() {
- var options,
- _args41 = arguments;
- return _regenerator.default.wrap(function (_context42) {
- while (1) {
- switch (_context42.prev = _context42.next) {
- case 0:
- options = _args41.length > 0 && _args41[0] !== undefined ? _args41[0] : {};
- return _context42.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "info",
- "name": "web3ApiVersion",
- "url": "/web3/version"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context42.stop();
- }
- }
- }, _callee41);
- }));
- return function () {
- return _web3ApiVersion.apply(this, arguments);
- };
- }(),
- endpointWeights: function () {
- var _endpointWeights = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee42() {
- var options,
- _args42 = arguments;
- return _regenerator.default.wrap(function (_context43) {
- while (1) {
- switch (_context43.prev = _context43.next) {
- case 0:
- options = _args42.length > 0 && _args42[0] !== undefined ? _args42[0] : {};
- return _context43.abrupt("return", Web3Api.fetch({
- endpoint: {
- "method": "GET",
- "group": "info",
- "name": "endpointWeights",
- "url": "/info/endpointWeights"
- },
- params: options
- }));
- case 2:
- case "end":
- return _context43.stop();
- }
- }
- }, _callee42);
- }));
- return function () {
- return _endpointWeights.apply(this, arguments);
- };
- }()
- });
- var _default = Web3Api;
- exports.default = _default;
|