@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
4 lines • 447 B
TypeScript
export { SwapError, NonceStepError, PayloadStepError, SignatureStepError, IgnoredSignatureStepError, NotEnoughFunds, ListAccountError, ListCurrencyError, UnknownAccountError, PayinExtraIdError, } from "./SwapError";
export { createStepError, StepError, CustomErrorType, type ParseError } from "./parser";
export { handleErrors, isHandledError, getSwapCode, type ErrorHandlerOptions, } from "./handleSwapErrors";
//# sourceMappingURL=index.d.ts.map