UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

24 lines (19 loc) 787 B
'use strict'; var horizon_api = require('./horizon_api.js'); var server_api = require('./server_api.js'); var account_response = require('./account_response.js'); var server = require('./server.js'); var horizon_axios_client = require('./horizon_axios_client.js'); Object.defineProperty(exports, "HorizonApi", { enumerable: true, get: function () { return horizon_api.HorizonApi; } }); Object.defineProperty(exports, "ServerApi", { enumerable: true, get: function () { return server_api.ServerApi; } }); exports.AccountResponse = account_response.AccountResponse; exports.Server = server.HorizonServer; exports.SERVER_TIME_MAP = horizon_axios_client.SERVER_TIME_MAP; exports.getCurrentServerTime = horizon_axios_client.getCurrentServerTime; //# sourceMappingURL=index.js.map