Register approval for a dispatch to be made from a deterministic composite account if
approved by a total of threshold - 1 of other_signatories.
If there are enough, then dispatch the call.
Payment: DepositBase will be reserved if this is the first approval, plus
threshold times DepositFactor. It is returned once this dispatch happens or
is cancelled.
NOTE: Unless this is the final approval, you will generally want to use
approve_as_multi instead, since it only requires a hash of the call.
Result is equivalent to the dispatched result if threshold is exactly 1. Otherwise
on success, result is Ok and the result from the interior call, if it was executed,
may be found in the deposited MultisigExecuted event.
Register approval for a dispatch to be made from a deterministic composite account if approved by a total of
threshold - 1ofother_signatories.If there are enough, then dispatch the call.
Payment:
DepositBasewill be reserved if this is the first approval, plusthresholdtimesDepositFactor. It is returned once this dispatch happens or is cancelled.NOTE: Unless this is the final approval, you will generally want to use
approve_as_multiinstead, since it only requires a hash of the call.Result is equivalent to the dispatched result if
thresholdis exactly1. Otherwise on success, result isOkand the result from the interior call, if it was executed, may be found in the depositedMultisigExecutedevent.