UNPKG

@stellar/stellar-sdk

Version:

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

8 lines (5 loc) 165 B
import { NetworkError } from './network.js'; class BadResponseError extends NetworkError { } export { BadResponseError }; //# sourceMappingURL=bad_response.js.map