usePoolManagerDashboard
Composes the Pool Manager dashboard view-model:
Composes the Pool Manager dashboard view-model:
import { usePoolManagerDashboard } from "@tetherto/mdk-react-adapter";Signature
(options: UsePoolManagerDashboardOptions = {}) => UsePoolManagerDashboardResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
usePoolConfigsData
Fetches raw pool configurations from `GET /auth/configs/pool`. Returns the untransformed rows in the ` data, isLoading, error ` shape the devkit `usePoolConf…
usePoolRows
Returns one row per configured mining pool, ready for the `MiningPoolsPanel` table. Reuses the same TanStack queryKey as @link usePoolStats so subscribing he…