UNPKG

@stellar/stellar-sdk

Version:

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

10 lines (9 loc) 301 B
/** * InvalidChallengeError is raised when a challenge transaction does not meet * the requirements for a SEP-10 challenge transaction (for example, a non-zero * sequence number). * * @param message - Human-readable error message. */ export declare class InvalidChallengeError extends Error { }