referrerpolicy=no-referrer-when-downgrade
pallet_indices::pallet::dispatchables

Function poke_deposit

Source
pub fn poke_deposit<T: Config>(index: T::AccountIndex)
Expand description

Poke the deposit reserved for an index.

The dispatch origin for this call must be Signed and the signing account must have a non-frozen account index.

The transaction fees is waived if the deposit is changed after poking/reconsideration.

  • index: the index whose deposit is to be poked/reconsidered.

Emits DepositPoked if successful.

§Warning: Doc-Only

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