execute: TxDescriptor<{
    length_bound: number;
    proposal: TxCallData;
}>

Dispatch a proposal from a member using the Member origin.

Origin must be a member of the collective.

  • O(B + M + P) where:
  • B is proposal size in bytes (length-fee-bounded)
  • M members-count (code-bounded)
  • P complexity of dispatching proposal