Introduce reserve-asset transfer extrinsic (#3010)

* Introduce reserve-asset transfer extrinsic

* Fixes
This commit is contained in:
Gavin Wood
2021-05-12 21:07:20 +02:00
committed by GitHub
parent ea42f734dc
commit dcae333e82
4 changed files with 60 additions and 1 deletions
+1
View File
@@ -1316,6 +1316,7 @@ impl pallet_xcm::Config for Runtime {
type XcmExecuteFilter = OnlyWithdrawTeleportForAccounts;
type XcmExecutor = XcmExecutor<XcmConfig>;
type XcmTeleportFilter = All<(MultiLocation, Vec<MultiAsset>)>;
type XcmReserveTransferFilter = All<(MultiLocation, Vec<MultiAsset>)>;
type Weigher = FixedWeightBounds<BaseXcmWeight, Call>;
}