Companion for Substrate 12307 (#1947)

* Companion for pallet-assets callback

* Update lock file
This commit is contained in:
Dino Pačandi
2022-12-21 15:06:13 +01:00
committed by GitHub
parent 2de0d08e23
commit 6c245a005e
6 changed files with 192 additions and 187 deletions
@@ -403,6 +403,7 @@ impl pallet_assets::Config for Runtime {
type Freezer = ();
type Extra = ();
type WeightInfo = pallet_assets::weights::SubstrateWeight<Runtime>;
type CallbackHandle = ();
type AssetAccountDeposit = AssetAccountDeposit;
type RemoveItemsLimit = frame_support::traits::ConstU32<1000>;
#[cfg(feature = "runtime-benchmarks")]