Trait sp_application_crypto::AppPair [−][src]
pub trait AppPair: AppKey + Pair<Public = <Self as AppKey>::Public> { type Generic: IsWrappedBy<Self> + Pair<Public = <<Self as AppKey>::Public as AppPublic>::Generic>; }
Expand description
A application’s key pair.