Trait gclient::ext::sp_runtime::app_crypto::Public

pub trait Public:
    CryptoType
    + ByteArray
    + PartialEq
    + Eq
    + Clone
    + Send
    + Sync
    + Derive { }
Expand description

Trait suitable for cryptographic public keys.

Object Safety§

This trait is not object safe.

Implementors§

§

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

§

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

§

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

§

impl<const N: usize, SubTag> Public for CryptoBytes<N, (PublicTag, SubTag)>
where CryptoBytes<N, (PublicTag, SubTag)>: CryptoType,