UNPKG

@stellar/stellar-sdk

Version:

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

4 lines (3 loc) 185 B
import { type HttpClient } from "../http-client/index.js"; export declare const version: string; export declare function createHttpClient(headers?: Record<string, string>): HttpClient;