Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(apiUrl: string, networkType?: NetworkType) {
this.apiUrl = apiUrl
this.networkType = networkType
this.accountHttp = new AccountHttp(this.apiUrl)
this.mosaicHttp = new MosaicHttp(this.apiUrl, this.networkType)
}