pub type XcmAsPlainPayload = Vec<u8>;
Encoded XCM blob. We expect the bridge messages pallet to use this blob type for both inbound and outbound payloads.
struct XcmAsPlainPayload { /* private fields */ }