UNPKG

@tippingchain/ui-react

Version:
20 lines (17 loc) 432 B
// src/hooks/index.ts // Real-time monitoring hooks export { useTransactionMonitor, type TransactionMonitorState, type UseTransactionMonitorOptions } from './useTransactionMonitor'; export { useBalanceWatcher, type BalanceWatcherState, type UseBalanceWatcherOptions } from './useBalanceWatcher'; export { useRelayProgress, type RelayProgressState, type UseRelayProgressOptions } from './useRelayProgress';