Crate sp_keystore

Source
Expand description

Keystore traits

Modules§

testing
Types that should only be used for testing!

Macros§

_bandersnatch_experimental_enabled
_bls_experimental_enabled
bandersnatch_experimental_enabled
Enable/disable the given code depending on feature = "bandersnatch-experimental" being enabled for the crate or not.
bls_experimental_enabled
Enable/disable the given code depending on feature = "bls-experimental" being enabled for the crate or not.

Structs§

KeystoreExt
The keystore extension to register/retrieve from the externalities.

Enums§

Error
Keystore error

Traits§

Keystore
Something that generates, stores and provides access to secret keys.

Type Aliases§

KeystorePtr
A shared pointer to a keystore implementation.