@waves/balances
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@waves/balances", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Get Waves Assets and Balances", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -55,2 +55,6 @@ import { default as fetch } from 'cross-fetch'; | ||
public getAssets(ids: Array<string>): Promise<Array<MyAsset>> { | ||
return this._assets.getAssets(ids); | ||
} | ||
public changeUser(address: string): void { | ||
@@ -57,0 +61,0 @@ this.hasData = false; |
import { Money, Asset } from '@waves/data-entities'; | ||
import { TMoneyInput } from '@waves/data-entities/dist/entities/Money'; | ||
import { BigNumber } from '@waves/bignumber'; | ||
@@ -5,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
178559
928