UNPKG

@stellar/stellar-sdk

Version:

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

27 lines (26 loc) 789 B
export declare class ExpiredStateError extends Error { } export declare class RestoreFailureError extends Error { } export declare class NeedsMoreSignaturesError extends Error { } export declare class NoSignatureNeededError extends Error { } export declare class NoUnsignedNonInvokerAuthEntriesError extends Error { } export declare class NoSignerError extends Error { } export declare class NotYetSimulatedError extends Error { } export declare class FakeAccountError extends Error { } export declare class SimulationFailedError extends Error { } export declare class InternalWalletError extends Error { } export declare class ExternalServiceError extends Error { } export declare class InvalidClientRequestError extends Error { } export declare class UserRejectedError extends Error { }