Function zombienet_orchestrator::generators::generate_node_keystore
source ยท pub async fn generate_node_keystore<'a, T>(
acc: &NodeAccounts,
node_files_path: impl AsRef<Path>,
scoped_fs: &ScopedFilesystem<'a, T>,
asset_hub_polkadot: bool,
) -> Result<Vec<PathBuf>, GeneratorError>where
T: FileSystem,