Trait sp_application_crypto::AppKey [−][src]
An application-specific key.
Associated Types
type UntypedGeneric: IsWrappedBy<Self>
[src]
The corresponding type as a generic crypto type.
type Public: AppPublic
[src]
The corresponding public key type in this application scheme.
type Pair: AppPair
[src]
The corresponding key pair type in this application scheme.
type Signature: AppSignature
[src]
The corresponding signature type in this application scheme.
Associated Constants
const ID: KeyTypeId
[src]
An identifier for this application-specific key type.
const CRYPTO_ID: CryptoTypeId
[src]
The identifier of the crypto type of this application-specific key type.