Crate bp_xcm_bridge
source ·Expand description
Primitives of the xcm-bridge-hub pallet.
Structs§
- Bridge metadata.
- Bridge identifier - used only for communicating with sibling/parent chains in the same consensus.
- Locations of bridge endpoints at both sides of the bridge.
- A structure containing information about from whom the deposit is reserved.
- Receiver metadata.
Enums§
- Errors that may happen when we check bridge locations.
- Bridge state.
- A minimized version of
pallet_xcm_bridge::Call
that can be used without a runtime.
Traits§
- Channel status provider that may report whether it is congested or not.
- Local XCM channel manager.
Type Aliases§
- An alias for the bridge deposit of
ThisChain
. - Encoded XCM blob. We expect the bridge messages pallet to use this blob type for both inbound and outbound payloads.