UNPKG

@getclave/lifi-sdk

Version:

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

5 lines 354 B
import type { LiFiStep } from '@lifi/types'; import type { Process } from '../core/types'; export declare const getTransactionNotSentMessage: (step?: LiFiStep, process?: Process) => Promise<string>; export declare const getTransactionFailedMessage: (step: LiFiStep, txLink?: string) => Promise<string>; //# sourceMappingURL=getTransactionMessage.d.ts.map