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