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) 152 B
'use strict'; class InvalidChallengeError extends Error { } exports.InvalidChallengeError = InvalidChallengeError; //# sourceMappingURL=errors.js.map