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§
- 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.
- test
Structs§
- Parse
Keyring Error - Represents an error that occurs when parsing a string into a
KeyRing
.