@airgap/coinlib-core 0.13.6-beta.7 → 0.13.6-beta.8
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.
|
@@ -150838,7 +150838,7 @@ var TezosIndexerClient = /** @class */ (function () {
|
|
|
150838
150838
|
return __generator(this, function (_a) {
|
|
150839
150839
|
switch (_a.label) {
|
|
150840
150840
|
case 0:
|
|
150841
|
-
url = this.url("/tokens/transfers", "anyof.from.to.eq=" + address + "
|
|
150841
|
+
url = this.url("/tokens/transfers", "anyof.from.to.eq=" + address + "&token.contract=" + token.contractAddress + "&token.tokenId=" + token.id, limit, offset);
|
|
150842
150842
|
return [4 /*yield*/, axios_0_19_0_1.default.get(url)];
|
|
150843
150843
|
case 1:
|
|
150844
150844
|
result = (_a.sent()).data;
|
|
@@ -150861,7 +150861,7 @@ var TezosIndexerClient = /** @class */ (function () {
|
|
|
150861
150861
|
return __generator(this, function (_a) {
|
|
150862
150862
|
switch (_a.label) {
|
|
150863
150863
|
case 0:
|
|
150864
|
-
url = this.url("/tokens/transfers", "token.contract=" + token.contractAddress + "
|
|
150864
|
+
url = this.url("/tokens/transfers", "token.contract=" + token.contractAddress + "&token.tokenId=" + token.id, limit, offset);
|
|
150865
150865
|
return [4 /*yield*/, axios_0_19_0_1.default.get(url)];
|
|
150866
150866
|
case 1:
|
|
150867
150867
|
result = (_a.sent()).data;
|
package/package.json
CHANGED
|
@@ -97,7 +97,7 @@ var TezosIndexerClient = /** @class */ (function () {
|
|
|
97
97
|
return __generator(this, function (_a) {
|
|
98
98
|
switch (_a.label) {
|
|
99
99
|
case 0:
|
|
100
|
-
url = this.url("/tokens/transfers", "anyof.from.to.eq=" + address + "
|
|
100
|
+
url = this.url("/tokens/transfers", "anyof.from.to.eq=" + address + "&token.contract=" + token.contractAddress + "&token.tokenId=" + token.id, limit, offset);
|
|
101
101
|
return [4 /*yield*/, axios_0_19_0_1.default.get(url)];
|
|
102
102
|
case 1:
|
|
103
103
|
result = (_a.sent()).data;
|
|
@@ -120,7 +120,7 @@ var TezosIndexerClient = /** @class */ (function () {
|
|
|
120
120
|
return __generator(this, function (_a) {
|
|
121
121
|
switch (_a.label) {
|
|
122
122
|
case 0:
|
|
123
|
-
url = this.url("/tokens/transfers", "token.contract=" + token.contractAddress + "
|
|
123
|
+
url = this.url("/tokens/transfers", "token.contract=" + token.contractAddress + "&token.tokenId=" + token.id, limit, offset);
|
|
124
124
|
return [4 /*yield*/, axios_0_19_0_1.default.get(url)];
|
|
125
125
|
case 1:
|
|
126
126
|
result = (_a.sent()).data;
|