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…
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. Removes the action from the queue only on genuine success.
import { useSubmitSingleAction } from "@tetherto/mdk-react-adapter";Signature
() => UseSubmitSingleActionResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
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*…
useSubsidyFees
Aggregates raw subsidy-fee log entries into chart-ready datasets keyed by the active period type (day / week / month / year) and surfaces a summary for the m…