Function inspect_asset_to_reap

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

Queries the total amount of assets currently recorded as pending reaping.

This value reflects the amount tracked in AssetToReap, representing assets that have been accounted for as “to be removed” but may not yet be reflected in the underlying asset system due to lazy execution.

The returned value is purely an accounting snapshot and does not guarantee that reaping (burn/removal) has already occurred.

§Emits

Event::AssetReapable: Contains the total pending reaping amount.

§Warning: Doc-Only

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