UNPKG

@stellar/stellar-sdk

Version:

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

12 lines (7 loc) 259 B
'use strict'; var fetchClient = require('./fetch-client.js'); var types = require('./types.js'); exports.create = fetchClient.create; exports.httpClient = fetchClient.fetchClient; exports.CancelToken = types.CancelToken; //# sourceMappingURL=index.js.map