pub trait AppPublic: AppCrypto + Public + Debug + MaybeHash + Codec {
    type Generic: IsWrappedBy<Self> + Public + Debug + MaybeHash + Codec;
}
Expand description

Application-specific public key.

Required Associated Types§

type Generic: IsWrappedBy<Self> + Public + Debug + MaybeHash + Codec

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

Object Safety§

This trait is not object safe.

Implementors§

§

impl AppPublic for gclient::ext::sp_runtime::app_crypto::ecdsa::AppPublic

§

impl AppPublic for gclient::ext::sp_runtime::app_crypto::ed25519::AppPublic

§

impl AppPublic for gclient::ext::sp_runtime::app_crypto::sr25519::AppPublic