Registry / crypto / sp-keystore

sp-keystore

JSON →
library0.47.0rscratesunverified

Keystore primitives for Substrate-based blockchains.

# Cargo.toml [dependencies] sp-keystore = "0.47.0"
INSTALL
IMPORT
SIG · SP-KEYSTORE
S
sp-keystore
cryptorustv0.47.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Keystore
✓ use sp_keystore::Keystore;

Creates a new keystore instance.

use sp_keystore::Keystore; fn main() { let keystore = Keystore::new(); println!("Keystore created"); }
Debug
Known issues
gotchaPart of the Substrate/Polkadot SDK; requires specific runtime dependencies and feature flags.
fix
Add `sp-keystore` with features like `full_crypto` if needed.
affects: >=0.47.0
Upgrade
Version history
0.47.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Resources
sp-keystore — cargo add sp-keystore · libregistry