Crate sp_keyring

source ·
Expand description

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

Re-exports§

  • pub use sr25519::Keyring as AccountKeyring;
  • pub use ed25519::Keyring as Ed25519Keyring;
  • pub use sr25519::Keyring as Sr25519Keyring;

Modules§

  • Test account crypto for ed25519. Support code for the runtime. A set of test accounts.
  • Test account crypto for sr25519. Support code for the runtime. A set of test accounts.