pub fn poke_deposit<T: Config>()
Expand description
Poke / Adjust deposits made for proxies and announcements based on current values. This can be used by accounts to possibly lower their locked amount.
The dispatch origin for this call must be Signed.
The transaction fee is waived if the deposit amount has changed.
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
.