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) 342 B
/** @module rpc */ export * from "./api"; export { RpcServer as Server, BasicSleepStrategy, LinearSleepStrategy, Durability } from "./server"; export { default as AxiosClient } from "./axios"; export { parseRawSimulation, parseRawEvents } from "./parsers"; export * from "./transaction"; declare const _default: any; export default _default;