@getclave/lifi-sdk
Version:
LI.FI Any-to-Any Cross-Chain-Swap SDK
5 lines • 461 B
TypeScript
import type { ExtendedChain } from '@lifi/types';
import type { StatusManager } from './StatusManager';
import type { LiFiStepExtended, Process } from './types';
export declare function waitForDestinationChainTransaction(step: LiFiStepExtended, process: Process, fromChain: ExtendedChain, toChain: ExtendedChain, statusManager: StatusManager, pollingInterval?: number): Promise<LiFiStepExtended>;
//# sourceMappingURL=waitForDestinationChainTransaction.d.ts.map