UNPKG

@stellar/stellar-sdk

Version:

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

10 lines (6 loc) 194 B
'use strict'; var network = require('./network.js'); class BadRequestError extends network.NetworkError { } exports.BadRequestError = BadRequestError; //# sourceMappingURL=bad_request.js.map