[][src]Type Definition sp_core::traits::BareCryptoStorePtr

type BareCryptoStorePtr = Arc<RwLock<dyn BareCryptoStore>>;

A pointer to the key store.