referrerpolicy=no-referrer-when-downgrade
pub fn release_proposal_cost<T: Config<I>, I: 'static>(proposal_hash: T::Hash)
Expand description

Release the cost held for storing a proposal once the given proposal is completed.

If there is no associated cost for the given proposal, this call will have no effect.

Parameters:

  • origin: must be Signed or Root.
  • proposal_hash: The hash of the proposal.

Emits ProposalCostReleased if any cost held for a given proposal.

§Warning: Doc-Only

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