Function pallet_referenda::pallet::dispatchables::refund_decision_deposit
source · 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 beSigned
orRoot
.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
.