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) 306 B
/** @module Horizon */ export * from "./horizon_api"; export * from "./server_api"; export * from "./account_response"; export { HorizonServer as Server } from "./server"; export { SERVER_TIME_MAP, getCurrentServerTime } from "./horizon_axios_client"; declare const _default: any; export default _default;