useNotifications
React-bound view of the headless `notificationStore` (toast queue + history).
React-bound view of the headless `notificationStore` (toast queue + history).
import { useNotifications } from "@tetherto/mdk-react-adapter";Signature
() => NotificationStore| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useNotification
Custom hook for showing notifications backed by the headless `notificationStore`. Uses `@tetherto/mdk-react-devkit/primitives` Toast and Toaster components.
useOperationsDashboard
Shapes raw operational metric logs into chart-ready payloads for the four operational-dashboard cards. DI-style: it never fetches - wire your data layer (RTK…