pub fn shed_penalties<T: Config>()Expand description
Shed (expose) all scheduled penalties for the caller.
Retrieves and emits the penalties currently scheduled for the caller without modifying state.
§Notes
- Each penalty factor represents a ratio applied to the author’s total funds, including both collateral and external backing.
Emits: Event::ScheduledPenalties
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
[Pallet::shed_penalties].