UNPKG

@stellar/stellar-sdk

Version:

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

5 lines (4 loc) 157 B
import { HttpClient } from "../http-client"; export declare const version: string; export declare const AxiosClient: HttpClient; export default AxiosClient;