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.