Module pallet_multisig::pallet::dispatchables
source · Expand description
Functions§
- Register approval for a dispatch to be made from a deterministic composite account if approved by a total of
threshold - 1
ofother_signatories
. - Register approval for a dispatch to be made from a deterministic composite account if approved by a total of
threshold - 1
ofother_signatories
. - Immediately dispatch a multi-signature call using a single approval from the caller.
- Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously for this operation will be unreserved on success.