referrerpolicy=no-referrer-when-downgrade

Type Alias bp_xcm_bridge_hub::XcmAsPlainPayload

source ·
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 */ }