Trait frame_support::traits::tokens::fungibles::HandleImbalanceDrop [−][src]
pub trait HandleImbalanceDrop<AssetId, Balance> { fn handle(asset: AssetId, amount: Balance); }
Expand description
Handler for when an imbalance gets dropped. This could handle either a credit (negative) or debt (positive) imbalance.