Function polkadot_runtime_parachains::runtime_api_impl::v1::inbound_hrmp_channels_contents [−][src]
pub fn inbound_hrmp_channels_contents<T: Config>(
recipient: ParaId
) -> BTreeMap<ParaId, Vec<InboundHrmpMessage<T::BlockNumber>>>
Expand description
Implementation for the inbound_hrmp_channels_contents
function of the runtime API.