MDK Logo
ReferenceUI KitReactHooks

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 …

Reads the miner selection the `useExplorerSelection` bridge writes into `devicesStore` and shapes the head miner for the read-only cards of the miner detail panel — the info rows ({@link MinerInfoCard}) and the per-chip frequency / temperature stats ({@link MinerChipsCard}). The write controls ({@link MinerControlsCard}) and the aggregate stats ({@link StatsGroupCard}) read the same store directly.

import { useMinerDetail } from "@tetherto/mdk-react-devkit";

Signature

() => UseMinerDetailResult
Package@tetherto/mdk-react-devkit