UNPKG

@stellar/stellar-sdk

Version:

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

30 lines (28 loc) 936 B
class ExpiredStateError extends Error { } class RestoreFailureError extends Error { } class NeedsMoreSignaturesError extends Error { } class NoSignatureNeededError extends Error { } class NoUnsignedNonInvokerAuthEntriesError extends Error { } class NoSignerError extends Error { } class NotYetSimulatedError extends Error { } class FakeAccountError extends Error { } class SimulationFailedError extends Error { } class InternalWalletError extends Error { } class ExternalServiceError extends Error { } class InvalidClientRequestError extends Error { } class UserRejectedError extends Error { } export { ExpiredStateError, ExternalServiceError, FakeAccountError, InternalWalletError, InvalidClientRequestError, NeedsMoreSignaturesError, NoSignatureNeededError, NoSignerError, NoUnsignedNonInvokerAuthEntriesError, NotYetSimulatedError, RestoreFailureError, SimulationFailedError, UserRejectedError }; //# sourceMappingURL=errors.js.map