UNPKG

rubic-sdk-next

Version:
8 lines (7 loc) 472 B
import { Web3PublicSupportedBlockchain } from '../../../../core/blockchain/web3-public-service/models/web3-public-storage'; import { TxStatus } from '../../../../core/blockchain/web3-public-service/web3-public/models/tx-status'; /** * Get cross-chain trade's source transaction status via receipt. * @returns Cross-chain transaction status. */ export declare function getSrcTxStatus(fromBlockchain: Web3PublicSupportedBlockchain, srcTxHash: string): Promise<TxStatus>;