@iconlake/client 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -90162,13 +90162,6 @@ class Api extends HttpClient {
90162
90162
  query: t,
90163
90163
  format: "json",
90164
90164
  ...n
90165
- }), this.queryHash = (t, n = {}) => this.request({
90166
- path: "/iconlake/icon/hash",
90167
- method: "POST",
90168
- body: t,
90169
- type: "application/json",
90170
- format: "json",
90171
- ...n
90172
90165
  }), this.queryNFT = (t, n = {}) => this.request({
90173
90166
  path: "/iconlake/icon/nft",
90174
90167
  method: "GET",