pub trait PartnerChainRuntime {
type AuthorityId: Send + Sync + 'static + From<Public>;
type AuthorityKeys: Send + Sync + 'static + From<(Public, Public)> + Serialize;
type CommitteeMember: Serialize;
}
pub trait PartnerChainRuntime {
type AuthorityId: Send + Sync + 'static + From<Public>;
type AuthorityKeys: Send + Sync + 'static + From<(Public, Public)> + Serialize;
type CommitteeMember: Serialize;
}