MDK Logo
UI Kitreact-adapterHooks

useSiteDetailMiners

Resolves the container that backs `selectedUnitId`, then returns the subset of miner devices assigned to that container. Both underlying queries are already …

Resolves the container that backs `selectedUnitId`, then returns the subset of miner devices assigned to that container. Both underlying queries are already issued by the PoolManager page, so React Query deduplicates them — no extra networ…

import { useSiteDetailMiners } from "@tetherto/mdk-react-adapter";

Signature

(selectedUnitId: string | null) => UseSiteDetailMinersResult
Package@tetherto/mdk-react-adapter
Requires providerNo