UNPKG

@stellar/stellar-sdk

Version:

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

6 lines (5 loc) 225 B
import { HttpClient, HttpClientRequestConfig } from "./types"; declare let httpClient: HttpClient; declare let create: (config?: HttpClientRequestConfig) => HttpClient; export { httpClient, create }; export * from "./types";