Type Alias as_multi_threshold_1

as_multi_threshold_1: TxDescriptor<
    { call: TxCallData; other_signatories: SS58String[] },
>

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.

O(Z + C) where Z is the length of the call and C its execution weight.