Trait gclient::ext::sp_runtime::app_crypto::AppPublic
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§
Object Safety§
This trait is not object safe.