@openocean.finance/widget-sdk
Version:
OpenOcean Any-to-Any Cross-Chain-Swap SDK
5 lines • 392 B
TypeScript
import type { OpenOceanStep } from '@openocean.finance/widget-types';
import type { Process } from '../core/types.js';
export declare const getTransactionNotSentMessage: (step?: OpenOceanStep, process?: Process) => Promise<string>;
export declare const getTransactionFailedMessage: (step: OpenOceanStep, txLink?: string) => Promise<string>;
//# sourceMappingURL=getTransactionMessage.d.ts.map