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) 245 B
export * from "./horizon_api.js"; export * from "./server_api.js"; export * from "./account_response.js"; export { HorizonServer as Server } from "./server.js"; export { SERVER_TIME_MAP, getCurrentServerTime, } from "./horizon_axios_client.js";