useCancelAction
Cancels pending actions via `DELETE /auth/actions/:type/cancel?ids=…`. Invalidates the pool/miner/actions caches on success. Gated by `actions:w`.
Cancels pending actions via `DELETE /auth/actions/:type/cancel?ids=…`. Invalidates the pool/miner/actions caches on success. Gated by `actions:w`.
import { useCancelAction } from "@tetherto/mdk-react-adapter";Signature
() => UseCancelActionResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useCabinetGroups
Fetches the Explorer cabinet-tab devices (powermeters + temperature sensors) and groups them by their owning container (`info.container`); devices without a …
useChartDataCheck
Hook to check if chart data is empty or unavailable Returns `true` if data is empty/unavailable (should show empty state) Returns `false` if data exists (sho…