referrerpolicy=no-referrer-when-downgrade

Function poke_deposit

Source
pub fn poke_deposit<T: Config<I>, I: 'static>(bounty_id: BountyIndex)
Expand description

Poke the deposit reserved for creating a bounty proposal.

This can be used by accounts to update their reserved amount.

The dispatch origin for this call must be Signed.

Parameters:

  • bounty_id: The bounty id for which to adjust the deposit.

If the deposit is updated, the difference will be reserved/unreserved from the proposer’s account.

The transaction is made free if the deposit is updated and paid otherwise.

Emits DepositPoked if the deposit is updated.

§Warning: Doc-Only

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