Trait PartnerChainRuntime

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

Required Associated Types§

Source

type AuthorityId: Send + Sync + 'static + From<Public>

Source

type AuthorityKeys: Send + Sync + 'static + From<(Public, Public)> + Serialize

Source

type CommitteeMember: Serialize

Implementors§