From d96f87ab1ced9e3c006d288cf74aa6494ff4ba7b Mon Sep 17 00:00:00 2001 From: Alistair Singh Date: Wed, 20 Dec 2023 00:36:26 +0200 Subject: [PATCH] add more comments --- .../runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs index 4c3450b4414c0..2a97105cad9d8 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs @@ -388,6 +388,8 @@ impl cumulus_pallet_xcm::Config for Runtime { type XcmExecutor = XcmExecutor; } +/// Creates an AgentId from a MultiLocation. An AgentId is a unique mapping to a Agent contract +/// which acts as the sovereign account for the MultiLocation. pub type AgentIdOf = HashedDescription)>; /// A `HandleFee` implementation that simply deposits the fees for `ExportMessage` XCM instructions