Trait sp_application_crypto::AppPair [−][src]
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
.