Expand description
Primitives of the xcm-bridge-hub pallet.
Structs§
- Bridge
- Bridge metadata.
- Bridge
Id - Bridge identifier - used only for communicating with sibling/parent chains in the same consensus.
- Bridge
Locations - Locations of bridge endpoints at both sides of the bridge.
Enums§
- Bridge
Locations Error - Errors that may happen when we check bridge locations.
- Bridge
State - Bridge state.
- XcmBridge
HubCall - A minimized version of
pallet_xcm_bridge_hub::Call
that can be used without a runtime.
Traits§
- Local
XcmChannel Manager - Local XCM channel manager.
Type Aliases§
- XcmAs
Plain Payload - Encoded XCM blob. We expect the bridge messages pallet to use this blob type for both inbound and outbound payloads.