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§
- Keystore
Ext - 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§
- Keystore
Ptr - A shared pointer to a keystore implementation.