UNPKG

@getclave/lifi-sdk

Version:

LI.FI Any-to-Any Cross-Chain-Swap SDK

6 lines 365 B
import type { LiFiStep } from '@lifi/types'; import { SDKError } from '../../errors/SDKError'; import type { Process } from '../types'; export declare const parseEVMErrors: (e: Error, step?: LiFiStep, process?: Process) => Promise<SDKError>; export declare const isAtomicReadyWalletRejectedUpgradeError: (e: any) => any; //# sourceMappingURL=parseEVMErrors.d.ts.map