pub fn place_decision_deposit<T: Config<I>, I: 'static>(index: ReferendumIndex)
Expand description

Post the Decision Deposit for a referendum.

  • origin: must be Signed and the account must have funds available for the referendum’s track’s Decision Deposit.
  • index: The index of the submitted referendum whose Decision Deposit is yet to be posted.

Emits DecisionDepositPlaced.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::place_decision_deposit.