Trait PartnerChainRuntime
pub trait PartnerChainRuntime {
type AuthorityId: Send + Sync + 'static + From<CryptoBytes<sp_core::::ecdsa::Public::{constant#0}, (PublicTag, EcdsaTag)>>;
type AuthorityKeys: Send + Sync + 'static + From<(CryptoBytes<sp_core::::sr25519::Public::{constant#0}, Sr25519PublicTag>, CryptoBytes<sp_core::::ed25519::Public::{constant#0}, (PublicTag, Ed25519Tag)>)> + Serialize;
type CommitteeMember: Serialize;
}