MDK Logo
UI Kitreact-adapterHooks

useLiveActions

Polls `GET /auth/actions` every 5 s (`voting`, `ready`, `executing`, `done`). Partitions results into the current user's actions vs others', and gates `other…

Polls `GET /auth/actions` every 5 s (`voting`, `ready`, `executing`, `done`). Partitions results into the current user's actions vs others', and gates `othersVoting` behind the `actions:w` permission.

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

Signature

() => LiveActionsData
Package@tetherto/mdk-react-adapter
Requires providerNo