pub fn build_congestion_message<RuntimeCall>(
bridge_id: H256,
is_congested: bool,
) -> Vec<Instruction<RuntimeCall>>Expand description
Builds an (un)congestion XCM program with the report_bridge_status call for
ToRococoXcmRouter.
pub fn build_congestion_message<RuntimeCall>(
bridge_id: H256,
is_congested: bool,
) -> Vec<Instruction<RuntimeCall>>Builds an (un)congestion XCM program with the report_bridge_status call for
ToRococoXcmRouter.