Immediately dispatch a multi-signature call using a single approval from the caller.
The dispatch origin for this call must be Signed.
other_signatories
call
Result is equivalent to the dispatched result.
O(Z + C) where Z is the length of the call and C its execution weight.
Immediately dispatch a multi-signature call using a single approval from the caller.
The dispatch origin for this call must be Signed.
other_signatories
: The accounts (other than the sender) who are part of the multi-signature, but do not participate in the approval process.call
: The call to be executed.Result is equivalent to the dispatched result.
Complexity
O(Z + C) where Z is the length of the call and C its execution weight.