Crate ac_keystore

Source
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§

LocalKeystore
A local based keystore that is either memory-based or filesystem-based.

Enums§

TraitError
Keystore error

Traits§

Keystore
Something that generates, stores and provides access to secret keys.
KeystoreExt
This is an extension from the substrate-api-client repo. Keep it as a separate trait to make that clear.

Type Aliases§

KeystorePtr
A shared pointer to a keystore implementation.