@stellar/stellar-sdk
Version:
A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.
15 lines (9 loc) • 378 B
JavaScript
;
var axios = require('axios');
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
var axios__default = /*#__PURE__*/_interopDefault(axios);
const axiosClient = axios__default.default;
const create = axios__default.default.create;
exports.axiosClient = axiosClient;
exports.create = create;
//# sourceMappingURL=axios-client.js.map