Expand description
Local keystore implementation. This file is from substrate but was copied here to have access to the private stuff. Original file: https://github.com/paritytech/polkadot-sdk/blob/76a6d478e07b2cdf9e5b87a2a840e92bea8d9e12/substrate/client/keystore/src/local.rs
Structs§
- Local
Keystore - A local based keystore that is either memory-based or filesystem-based.
Enums§
- Trait
Error - Keystore error
Traits§
- Keystore
- Something that generates, stores and provides access to secret keys.
- Keystore
Ext - This is an extension from the substrate-api-client repo. Keep it as a separate trait to make that clear.
Type Aliases§
- Keystore
Ptr - A shared pointer to a keystore implementation.