@unique-nft/sdk
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -93,10 +93,9 @@ import Axios from 'axios'; | ||
async getFee(args) { | ||
var _a; | ||
const response = await this.client.instance({ | ||
method: this.method, | ||
url: this.url, | ||
params: { use: "Build", withFee: true }, | ||
params: { use: "GetFee" }, | ||
data: args | ||
}); | ||
return (_a = response == null ? void 0 : response.data) == null ? void 0 : _a.fee; | ||
return response == null ? void 0 : response.data; | ||
} | ||
@@ -508,3 +507,3 @@ async sign(args, options) { | ||
var version = "0.1.12"; | ||
var version = "0.1.13"; | ||
@@ -511,0 +510,0 @@ class Common extends Section { |
{ | ||
"name": "@unique-nft/sdk", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
112352
3260