mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 07:17:56 +00:00
Encryption support for the statement store (#14440)
* Added ECIES encryption * tweaks * fmt * Make clippy happy * Use local keystore * qed
This commit is contained in:
@@ -26,6 +26,7 @@ use std::io;
|
||||
/// Local keystore implementation
|
||||
mod local;
|
||||
pub use local::LocalKeystore;
|
||||
pub use sp_keystore::Keystore;
|
||||
|
||||
/// Keystore error.
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
|
||||
Reference in New Issue
Block a user