MDK Logo
UI Kitreact-adapterHooks

usePoolRows

Returns one row per configured mining pool, ready for the `MiningPoolsPanel` table. Reuses the same TanStack queryKey as @link usePoolStats so subscribing he…

Returns one row per configured mining pool, ready for the `<MiningPoolsPanel />` table. Reuses the same TanStack queryKey as {@link usePoolStats} so subscribing here doesn't trigger an extra fetch — both hooks share the cache entry.

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

Signature

(options: UsePoolRowsOptions = {}) => UsePoolRowsResult
Package@tetherto/mdk-react-adapter
Requires providerNo