Skip to content
Snippets Groups Projects
Verified Commit ba0b04af authored by Loris Moulin's avatar Loris Moulin
Browse files

feat: added Serialization to HrmpChannel

parent b6209b61
Branches
No related merge requests found
use std::marker::PhantomData;
use serde::Serialize;
use crate::shared::{macros::states, types::ParaId};
/// HRMP channel configuration, with fine-grained configuration options.
#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, Clone, PartialEq, Serialize)]
pub struct HrmpChannelConfig {
sender: ParaId,
recipient: ParaId,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment