Function pallet_referenda::pallet::dispatchables::refund_submission_deposit
source · pub fn refund_submission_deposit<T: Config<I>, I: 'static>(
index: ReferendumIndex,
)
Expand description
Refund the Submission Deposit for a closed referendum back to the depositor.
origin
: must beSigned
orRoot
.index
: The index of a closed referendum whose Submission Deposit has not yet been refunded.
Emits SubmissionDepositRefunded
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::refund_submission_deposit
.