UNPKG

@etherspot/data-utils

Version:
11 lines (8 loc) 248 B
import { BridgingProvider } from '../data/constants.mjs'; declare class GetTransactionStatusDto { fromChainId: number; toChainId: number; transactionHash: string; provider?: BridgingProvider; } export { GetTransactionStatusDto };