Function air_test_utils::key_utils::derive_dummy_keypair

source ยท
pub fn derive_dummy_keypair(seed: &str) -> (KeyPair, String)
Expand description

Derive fake keypair for testing proposes.

This function should be used in production, but it is yet. It returns a keypair determinisitically derived from seed, and a corresponding peer ID that might be useful in tests.