@tippingchain/ui-react
Version:
TippingChain UI - React components
20 lines (17 loc) • 432 B
text/typescript
// 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';