pub async fn load_stored_keys(
storage: &dyn Storage,
toml_keys: &[KeyConfig],
key_map: &RwLock<HashMap<String, String>>,
)Expand description
Load keys from storage and merge with TOML config keys. TOML keys take precedence on name conflicts.