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) 162 B
import { NetworkError } from './network.js'; class BadRequestError extends NetworkError { } export { BadRequestError }; //# sourceMappingURL=bad_request.js.map