Trait sp_application_crypto::AppPair [−][src]
pub trait AppPair: AppKey + Pair<Public = Self::Public> { type Generic: IsWrappedBy<Self> + Pair<Public = <Self::Public as AppPublic>::Generic>; }
A application’s key pair.
Associated Types
type Generic: IsWrappedBy<Self> + Pair<Public = <Self::Public as AppPublic>::Generic>
[src]
The wrapped type which is just a plain instance of Pair
.
Implementors
Loading content...