Interface IConfigCopier
Namespace: Catalyst.Abstractions.Config
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IConfigCopier
Methods
| Improve this Doc View SourceRunConfigStartUp(String, NetworkType, String, Boolean, String)
Finds out which config files are missing from the catalyst home directory and copies them over if needed.
Declaration
void RunConfigStartUp(string dataDir, NetworkType networkType = null, string sourceFolder = null, bool overwrite = false, string overrideNetworkFile = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | dataDir | Home catalyst directory |
NetworkType | networkType | Network on which to run the node |
System.String | sourceFolder | |
System.Boolean | overwrite | Should config existing config files be overwritten by default? |
System.String | overrideNetworkFile |