MDK Logo
ReferenceUI KitReactHooks

useExplorerList

Fetches the thing list behind one Explorer tab (`container` / `miner` / `cabinet`) from `GET /auth/list-things`, tag-filtered and projected by the foundation…

Fetches the thing list behind one Explorer tab (`container` / `miner` / `cabinet`) from `GET /auth/list-things`, tag-filtered and projected by the foundation's Explorer params builder. Rows are flattened across the per-Kernel envelope so r…

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

Signature

(tab: ExplorerTabValue, options: UseExplorerListOptions = {}) => UseExplorerListResult
Package@tetherto/mdk-react-adapter
Requires providerNo