UNPKG

@soroswap/sdk

Version:

Official TypeScript SDK for Soroswap.Finance API - DEX and exchange aggregator on Stellar

6 lines 232 B
export { SoroswapSDK } from './soroswap-sdk'; export * from './types'; export { HttpClient } from './clients/http-client'; import { SoroswapSDK } from './soroswap-sdk'; export default SoroswapSDK; //# sourceMappingURL=index.d.ts.map