Registry / crypto / sp-keyring

sp-keyring

JSON →
library47.0.0rscratesunverified

Keyring support code for the runtime with a set of test accounts.

# Cargo.toml [dependencies] sp-keyring = "47.0.0"
INSTALL
IMPORT
SIG · SP-KEYRING
S
sp-keyring
cryptorustv47.0.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.

AccountKeyring
use sp_keyring::AccountKeyring;

Access predefined test accounts like Alice and Bob.

use sp_keyring::AccountKeyring; fn main() { let alice = AccountKeyring::Alice; println!("Alice's public key: {:?}", alice.public()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
47.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
sp-keyring — cargo add sp-keyring · libregistry