referrerpolicy=no-referrer-when-downgrade

Crate sp_keyring

Source
Expand description

Support code for the runtime. A set of test accounts.

Re-exports§

pub use bandersnatch::Keyring as BandersnatchKeyring;
pub use ed25519::Keyring as Ed25519Keyring;
pub use sr25519::Keyring as Sr25519Keyring;

Modules§

bandersnatch
Test account crypto for bandersnatch. A set of well-known keys used for testing.
ed25519
Test account crypto for ed25519. Support code for the runtime. A set of test accounts.
sr25519
Test account crypto for sr25519. Support code for the runtime. A set of test accounts.

Structs§

ParseKeyringError
Represents an error that occurs when parsing a string into a KeyRing.