UNPKG

stellar-sdk

Version:

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

8 lines (7 loc) 290 B
export * from "./horizon_api"; export * from "./server_api"; export * from "./account_response"; export { Server } from "./server"; export { default as AxiosClient, SERVER_TIME_MAP, getCurrentServerTime } from "./horizon_axios_client"; declare const _default: any; export default _default;