UNPKG

@stellar/stellar-sdk

Version:

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

7 lines (6 loc) 200 B
import { httpClient } from "./http-client"; export * from "./index"; export * as StellarBase from "@stellar/stellar-base"; export { httpClient }; declare const _default: any; export default _default;