UNPKG

@stellar/stellar-sdk

Version:

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

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