useMinerDevices
Fetches miner devices from `GET /auth/list-things` (tag `t-miner`) in the nested shape the devkit Miner Explorer expects. Prefer this over @link useMiners wh…
Fetches miner devices from `GET /auth/list-things` (tag `t-miner`) in the nested shape the devkit Miner Explorer expects. Prefer this over {@link useMiners} when feeding the devkit — only the nested `info.poolConfig` id can resolve pool na…
import { useMinerDevices } from "@tetherto/mdk-react-adapter";Signature
(options: UseMinerDevicesOptions = {}) => UseMinerDevicesResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useMinerDetail
Reads the miner selection the `useExplorerSelection` bridge writes into `devicesStore` and shapes the head miner for the read-only cards of the miner detail …
useMinerDuplicateValidation
Async validation hook that flags duplicate miners against the device inventory (MAC / serial / IP / human-facing code).