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) 198 B
'use strict'; var network = require('./network.js'); class BadResponseError extends network.NetworkError { } exports.BadResponseError = BadResponseError; //# sourceMappingURL=bad_response.js.map