referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_xcm_bridge_hub::XcmAsPlainPayload

pub type XcmAsPlainPayload = Vec<u8>;
Expand description

Encoded XCM blob. We expect the bridge messages pallet to use this blob type for both inbound and outbound payloads.

Aliased Type§

struct XcmAsPlainPayload { /* private fields */ }