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 provider | No |
useStaticMinerIpAssignment
Derives the static IP address a miner should receive based on its physical position (container number + socket coordinates).
useSubmitSingleAction
Submits a single action from the staged queue by its local `id`. Inspects the 200 response body for embedded errors before treating the call as successful. R…