Module pallet_inv4::dispatch

source ·
Expand description

Dispatches calls internally, charging fees to the multisig account.

§Overview

This module employs a custom MultisigInternalOrigin to ensure calls originate from the multisig account itself, automating fee payments. The dispatch_call function includes pre and post dispatch handling for streamlined fee management within the multisig context.

Functions§

  • Dispatch a call executing pre/post dispatch for proper fee handling.