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.

Associated Types

The wrapped type which is just a plain instance of Pair.

Implementors