We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a6228 commit 97ffec1Copy full SHA for 97ffec1
src/infrastructure/RepositoryFactoryHttp.ts
@@ -63,6 +63,7 @@ export class RepositoryFactoryHttp implements RepositoryFactory {
63
* Constructor
64
* @param url the server url.
65
* @param networkType optional network type if you don't want to load it from the server.
66
+ * @param generationHash optional node generation hash if you don't want to load it from the server.
67
*/
68
constructor(url: string, networkType?: NetworkType, generationHash?: string) {
69
this.url = url;
0 commit comments