Skip to content

Commit

Permalink
v12.2.0-7-g72ec060f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 20, 2024
1 parent 3eaf6c4 commit 030daad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions stellar-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -29503,6 +29503,25 @@ var Server = function () {
}
return getFeeStats;
}())
}, {
key: "getVersionInfo",
value: (function () {
var _getVersionInfo = server_asyncToGenerator(server_regeneratorRuntime().mark(function _callee21() {
return server_regeneratorRuntime().wrap(function _callee21$(_context21) {
while (1) switch (_context21.prev = _context21.next) {
case 0:
return _context21.abrupt("return", postObject(this.serverURL.toString(), 'getVersionInfo'));
case 1:
case "end":
return _context21.stop();
}
}, _callee21, this);
}));
function getVersionInfo() {
return _getVersionInfo.apply(this, arguments);
}
return getVersionInfo;
}())
}]);
}();

Expand Down
2 changes: 1 addition & 1 deletion stellar-sdk.min.js

Large diffs are not rendered by default.

0 comments on commit 030daad

Please sign in to comment.