mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 08:27:55 +00:00
Parachains hrmp.rs to Frame V2 (#3475)
* migrate * migrate runtimes * runtimes compile * ci * trigger ci
This commit is contained in:
@@ -322,7 +322,7 @@ pub fn dmq_contents<T: dmp::Config>(
|
||||
pub fn inbound_hrmp_channels_contents<T: hrmp::Config>(
|
||||
recipient: ParaId,
|
||||
) -> BTreeMap<ParaId, Vec<InboundHrmpMessage<T::BlockNumber>>> {
|
||||
<hrmp::Module<T>>::inbound_hrmp_channels_contents(recipient)
|
||||
<hrmp::Pallet<T>>::inbound_hrmp_channels_contents(recipient)
|
||||
}
|
||||
|
||||
/// Implementation for the `validation_code_by_hash` function of the runtime API.
|
||||
|
||||
Reference in New Issue
Block a user