UNPKG

@stellar/stellar-sdk

Version:

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

8 lines (5 loc) 158 B
import axios from 'axios'; const axiosClient = axios; const create = axios.create; export { axiosClient, create }; //# sourceMappingURL=axios-client.js.map