pub type DepositCollectorHooks = FixedDepositCollectorViaDepositsPallet<DipProviderDepositNamespace, ConstU128<COMMITMENT_DEPOSIT>, DepositKey>;
Expand description

The additional logic to execute whenever a deposit is removed by its owner directly via the [pallet_deposit_storage::Pallet] pallet.

Aliased Type§

struct DepositCollectorHooks(/* private fields */);