How to use the nem2-sdk.AccountHttp function in nem2-sdk

To help you get started, we’ve selected a few nem2-sdk examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github 44uk / nem2-faucet / server / services / account.service.ts View on Github external
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)
  }

nem2-sdk

Reactive Nem2 sdk for typescript and javascript

Apache-2.0
Latest version published 4 years ago

Package Health Score

58 / 100
Full package analysis

Similar packages