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

Refund the Decision Deposit for a closed referendum back to the depositor.

  • origin: must be Signed or Root.
  • index: The index of a closed referendum whose Decision Deposit has not yet been refunded.

Emits DecisionDepositRefunded.

Warning: Doc-Only

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