MDK Logo
UI Kitreact-adapterHooks

useSubmitPendingActions

Submits the locally-staged `actionsStore` queue to the voting/approval workflow. This is the network half of the write flow: the devkit modals only *enqueue*…

Submits the locally-staged `actionsStore` queue to the voting/approval workflow. This is the network half of the write flow: the devkit modals only *enqueue* (`setAddPendingSubmissionAction`); nothing posted to `/auth/actions` until this h…

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

Signature

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