pub fn assert_complete_with_parachain_bridge_constants<R, PI, MI>(
params: AssertCompleteBridgeConstants,
)where
R: Config + Config<PI> + Config<MI>,
<R as BoundedBridgeGrandpaConfig<R::BridgesGrandpaPalletInstance>>::BridgedRelayChain: ChainWithGrandpa,
PI: 'static,
MI: 'static,
Expand description
All bridge-related constants tests for the complete standard parachain messages bridge (i.e. with bridge GRANDPA, parachains and messages pallets deployed).