Crate sp_keystore
source ·Expand description
Keystore traits
Modules§
- Types that should only be used for testing!
Macros§
- Enable/disable the given code depending on
feature = "bandersnatch-experimental"
being enabled for the crate or not. - Enable/disable the given code depending on
feature = "bls-experimental"
being enabled for the crate or not.
Structs§
- The keystore extension to register/retrieve from the externalities.
Enums§
- Keystore error
Traits§
- Something that generates, stores and provides access to secret keys.
Type Aliases§
- A shared pointer to a keystore implementation.