@bitgo-beta/abstract-cosmos 1.0.1-beta.0 → 1.0.1-beta.2
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/src/lib/index.d.ts +2 -2
- package/dist/src/lib/index.d.ts.map +1 -1
- package/dist/src/lib/index.js +4 -4
- package/dist/tsconfig.tsbuildinfo +147 -147
- package/package.json +5 -5
package/dist/src/lib/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as CosmosConstants from './constants';
|
|
2
|
-
import * as CosmosLikeUtils from './utils';
|
|
3
2
|
export * from './iface';
|
|
4
3
|
export { CosmosKeyPair } from './keyPair';
|
|
5
4
|
export { CosmosTransaction } from './transaction';
|
|
6
5
|
export { CosmosTransactionBuilder } from './transactionBuilder';
|
|
7
|
-
export {
|
|
6
|
+
export { CosmosLikeUtils } from './utils';
|
|
7
|
+
export { CosmosConstants };
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,aAAa,CAAC;AAC/C,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
package/dist/src/lib/index.js
CHANGED
|
@@ -10,11 +10,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
10
10
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
exports.
|
|
13
|
+
exports.CosmosConstants = exports.CosmosLikeUtils = exports.CosmosTransactionBuilder = exports.CosmosTransaction = exports.CosmosKeyPair = void 0;
|
|
14
14
|
const CosmosConstants = require("./constants");
|
|
15
15
|
exports.CosmosConstants = CosmosConstants;
|
|
16
|
-
const CosmosLikeUtils = require("./utils");
|
|
17
|
-
exports.CosmosLikeUtils = CosmosLikeUtils;
|
|
18
16
|
__exportStar(require("./iface"), exports);
|
|
19
17
|
var keyPair_1 = require("./keyPair");
|
|
20
18
|
Object.defineProperty(exports, "CosmosKeyPair", { enumerable: true, get: function () { return keyPair_1.CosmosKeyPair; } });
|
|
@@ -22,4 +20,6 @@ var transaction_1 = require("./transaction");
|
|
|
22
20
|
Object.defineProperty(exports, "CosmosTransaction", { enumerable: true, get: function () { return transaction_1.CosmosTransaction; } });
|
|
23
21
|
var transactionBuilder_1 = require("./transactionBuilder");
|
|
24
22
|
Object.defineProperty(exports, "CosmosTransactionBuilder", { enumerable: true, get: function () { return transactionBuilder_1.CosmosTransactionBuilder; } });
|
|
25
|
-
|
|
23
|
+
var utils_1 = require("./utils");
|
|
24
|
+
Object.defineProperty(exports, "CosmosLikeUtils", { enumerable: true, get: function () { return utils_1.CosmosLikeUtils; } });
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvbGliL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7QUFBQSwrQ0FBK0M7QUFRdEMsMENBQWU7QUFQeEIsMENBQXdCO0FBRXhCLHFDQUEwQztBQUFqQyx3R0FBQSxhQUFhLE9BQUE7QUFDdEIsNkNBQWtEO0FBQXpDLGdIQUFBLGlCQUFpQixPQUFBO0FBQzFCLDJEQUFnRTtBQUF2RCw4SEFBQSx3QkFBd0IsT0FBQTtBQUNqQyxpQ0FBMEM7QUFBakMsd0dBQUEsZUFBZSxPQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgQ29zbW9zQ29uc3RhbnRzIGZyb20gJy4vY29uc3RhbnRzJztcbmV4cG9ydCAqIGZyb20gJy4vaWZhY2UnO1xuXG5leHBvcnQgeyBDb3Ntb3NLZXlQYWlyIH0gZnJvbSAnLi9rZXlQYWlyJztcbmV4cG9ydCB7IENvc21vc1RyYW5zYWN0aW9uIH0gZnJvbSAnLi90cmFuc2FjdGlvbic7XG5leHBvcnQgeyBDb3Ntb3NUcmFuc2FjdGlvbkJ1aWxkZXIgfSBmcm9tICcuL3RyYW5zYWN0aW9uQnVpbGRlcic7XG5leHBvcnQgeyBDb3Ntb3NMaWtlVXRpbHMgfSBmcm9tICcuL3V0aWxzJztcblxuZXhwb3J0IHsgQ29zbW9zQ29uc3RhbnRzIH07XG4iXX0=
|
|
@@ -882,8 +882,8 @@
|
|
|
882
882
|
"affectsGlobalScope": false
|
|
883
883
|
},
|
|
884
884
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts": {
|
|
885
|
-
"version": "
|
|
886
|
-
"signature": "
|
|
885
|
+
"version": "63c130c81a1eebaebfbc387d670db4a59fb706a7ef76be170a5835f1d8a8192d",
|
|
886
|
+
"signature": "63c130c81a1eebaebfbc387d670db4a59fb706a7ef76be170a5835f1d8a8192d",
|
|
887
887
|
"affectsGlobalScope": false
|
|
888
888
|
},
|
|
889
889
|
"../../sdk-lib-mpc/dist/src/curves/baseCurve.d.ts": {
|
|
@@ -926,14 +926,14 @@
|
|
|
926
926
|
"signature": "8b22694f385be2f039e3676ea7d112b449729da6333e3e1af5f08aae3db99d2b",
|
|
927
927
|
"affectsGlobalScope": false
|
|
928
928
|
},
|
|
929
|
-
"../../sdk-lib-mpc/dist/src/tss/ecdsa/
|
|
930
|
-
"version": "
|
|
931
|
-
"signature": "
|
|
929
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/paillierproof.d.ts": {
|
|
930
|
+
"version": "f7a684dc92f6027cd074080aa2f6105ece4a65c2c64bce2a7214ca4a2ce38d3c",
|
|
931
|
+
"signature": "f7a684dc92f6027cd074080aa2f6105ece4a65c2c64bce2a7214ca4a2ce38d3c",
|
|
932
932
|
"affectsGlobalScope": false
|
|
933
933
|
},
|
|
934
934
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts": {
|
|
935
|
-
"version": "
|
|
936
|
-
"signature": "
|
|
935
|
+
"version": "b9707f86e0e401b657ed40193fcae1cff492e43c201624f9a72aef2f328d76b7",
|
|
936
|
+
"signature": "b9707f86e0e401b657ed40193fcae1cff492e43c201624f9a72aef2f328d76b7",
|
|
937
937
|
"affectsGlobalScope": false
|
|
938
938
|
},
|
|
939
939
|
"../../sdk-lib-mpc/dist/src/tss/index.d.ts": {
|
|
@@ -942,8 +942,8 @@
|
|
|
942
942
|
"affectsGlobalScope": false
|
|
943
943
|
},
|
|
944
944
|
"../../sdk-lib-mpc/dist/src/util.d.ts": {
|
|
945
|
-
"version": "
|
|
946
|
-
"signature": "
|
|
945
|
+
"version": "ba550feb8b9e414177b5401a7f23efc1c2d31a0dd9666c365b7c66e2016e7177",
|
|
946
|
+
"signature": "ba550feb8b9e414177b5401a7f23efc1c2d31a0dd9666c365b7c66e2016e7177",
|
|
947
947
|
"affectsGlobalScope": false
|
|
948
948
|
},
|
|
949
949
|
"../../sdk-lib-mpc/dist/src/openssl/openssl.d.ts": {
|
|
@@ -1012,13 +1012,13 @@
|
|
|
1012
1012
|
"affectsGlobalScope": false
|
|
1013
1013
|
},
|
|
1014
1014
|
"../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts": {
|
|
1015
|
-
"version": "
|
|
1016
|
-
"signature": "
|
|
1015
|
+
"version": "bf0e05c900e4100db2270fbd775dce2774690964759be66eca1f5d0472baaca4",
|
|
1016
|
+
"signature": "bf0e05c900e4100db2270fbd775dce2774690964759be66eca1f5d0472baaca4",
|
|
1017
1017
|
"affectsGlobalScope": false
|
|
1018
1018
|
},
|
|
1019
1019
|
"../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts": {
|
|
1020
|
-
"version": "
|
|
1021
|
-
"signature": "
|
|
1020
|
+
"version": "f8b1f02045ffca5761778d170543b5002cdf2863bcbb90cced6129b5da2f0bad",
|
|
1021
|
+
"signature": "f8b1f02045ffca5761778d170543b5002cdf2863bcbb90cced6129b5da2f0bad",
|
|
1022
1022
|
"affectsGlobalScope": false
|
|
1023
1023
|
},
|
|
1024
1024
|
"../../sdk-core/dist/src/account-lib/mpc/tss/ecdsa/rangeproof.d.ts": {
|
|
@@ -1487,8 +1487,8 @@
|
|
|
1487
1487
|
"affectsGlobalScope": false
|
|
1488
1488
|
},
|
|
1489
1489
|
"../../sdk-core/dist/src/bitgo/tss/ecdsa/ecdsa.d.ts": {
|
|
1490
|
-
"version": "
|
|
1491
|
-
"signature": "
|
|
1490
|
+
"version": "eea76e62102f9b6f962868ebfc2caea84ce670644d8a3b41f54cccb1e7fe77fa",
|
|
1491
|
+
"signature": "eea76e62102f9b6f962868ebfc2caea84ce670644d8a3b41f54cccb1e7fe77fa",
|
|
1492
1492
|
"affectsGlobalScope": false
|
|
1493
1493
|
},
|
|
1494
1494
|
"../../sdk-core/dist/src/bitgo/tss/ecdsa/index.d.ts": {
|
|
@@ -1502,8 +1502,8 @@
|
|
|
1502
1502
|
"affectsGlobalScope": false
|
|
1503
1503
|
},
|
|
1504
1504
|
"../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts": {
|
|
1505
|
-
"version": "
|
|
1506
|
-
"signature": "
|
|
1505
|
+
"version": "65c5fb615aca6cb0b9661fc84f1487518e248edb3783e22725d8b1a98eeedf27",
|
|
1506
|
+
"signature": "65c5fb615aca6cb0b9661fc84f1487518e248edb3783e22725d8b1a98eeedf27",
|
|
1507
1507
|
"affectsGlobalScope": false
|
|
1508
1508
|
},
|
|
1509
1509
|
"../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/index.d.ts": {
|
|
@@ -1787,8 +1787,8 @@
|
|
|
1787
1787
|
"affectsGlobalScope": false
|
|
1788
1788
|
},
|
|
1789
1789
|
"../../sdk-core/dist/src/bitgo/tss/common.d.ts": {
|
|
1790
|
-
"version": "
|
|
1791
|
-
"signature": "
|
|
1790
|
+
"version": "209089210001b25b006bcb6e8a316fb7c87c4350f0dc594d92f7121af9e67870",
|
|
1791
|
+
"signature": "209089210001b25b006bcb6e8a316fb7c87c4350f0dc594d92f7121af9e67870",
|
|
1792
1792
|
"affectsGlobalScope": false
|
|
1793
1793
|
},
|
|
1794
1794
|
"../../sdk-core/dist/src/bitgo/tss/eddsa/eddsa.d.ts": {
|
|
@@ -2171,51 +2171,6 @@
|
|
|
2171
2171
|
"signature": "521a0f691f52b34c1d7d70a6338e70a99c076c670ba2feb30293d850fecf508d",
|
|
2172
2172
|
"affectsGlobalScope": false
|
|
2173
2173
|
},
|
|
2174
|
-
"../../../node_modules/@cosmjs/encoding/build/ascii.d.ts": {
|
|
2175
|
-
"version": "c0b474f26cc3ff83a7bc92abc4f72ca78cbb22631a9cd5ce28f9ae68802f47b5",
|
|
2176
|
-
"signature": "c0b474f26cc3ff83a7bc92abc4f72ca78cbb22631a9cd5ce28f9ae68802f47b5",
|
|
2177
|
-
"affectsGlobalScope": false
|
|
2178
|
-
},
|
|
2179
|
-
"../../../node_modules/@cosmjs/encoding/build/base64.d.ts": {
|
|
2180
|
-
"version": "f68ad124636abfe69a69d6c87238656dbbf45d4fa0b483caa663cbe7211a67ca",
|
|
2181
|
-
"signature": "f68ad124636abfe69a69d6c87238656dbbf45d4fa0b483caa663cbe7211a67ca",
|
|
2182
|
-
"affectsGlobalScope": false
|
|
2183
|
-
},
|
|
2184
|
-
"../../../node_modules/@cosmjs/encoding/build/bech32.d.ts": {
|
|
2185
|
-
"version": "364fb942e218b0f390d4cf697425869431fedf7715fdec7de4541da7b9b55cd1",
|
|
2186
|
-
"signature": "364fb942e218b0f390d4cf697425869431fedf7715fdec7de4541da7b9b55cd1",
|
|
2187
|
-
"affectsGlobalScope": false
|
|
2188
|
-
},
|
|
2189
|
-
"../../../node_modules/@cosmjs/encoding/build/hex.d.ts": {
|
|
2190
|
-
"version": "7ddadda20f6682a87876634b7669d8e5c0e5c2341a1a1f94038f833c7b38ffcd",
|
|
2191
|
-
"signature": "7ddadda20f6682a87876634b7669d8e5c0e5c2341a1a1f94038f833c7b38ffcd",
|
|
2192
|
-
"affectsGlobalScope": false
|
|
2193
|
-
},
|
|
2194
|
-
"../../../node_modules/readonly-date/index.d.ts": {
|
|
2195
|
-
"version": "6ba292cc3df1eea225aacb3182f9b0b8eab9d8637a9c698af1e5b58aa5492e9e",
|
|
2196
|
-
"signature": "6ba292cc3df1eea225aacb3182f9b0b8eab9d8637a9c698af1e5b58aa5492e9e",
|
|
2197
|
-
"affectsGlobalScope": false
|
|
2198
|
-
},
|
|
2199
|
-
"../../../node_modules/@cosmjs/encoding/build/rfc3339.d.ts": {
|
|
2200
|
-
"version": "512ef5675be30738a2beeb4e151d03745c7b5207407a31806a81794a32732d53",
|
|
2201
|
-
"signature": "512ef5675be30738a2beeb4e151d03745c7b5207407a31806a81794a32732d53",
|
|
2202
|
-
"affectsGlobalScope": false
|
|
2203
|
-
},
|
|
2204
|
-
"../../../node_modules/@cosmjs/encoding/build/utf8.d.ts": {
|
|
2205
|
-
"version": "5b92b9c7834c65adb24051dcd43a64231bc8c8bef906774456e29f23f926736a",
|
|
2206
|
-
"signature": "5b92b9c7834c65adb24051dcd43a64231bc8c8bef906774456e29f23f926736a",
|
|
2207
|
-
"affectsGlobalScope": false
|
|
2208
|
-
},
|
|
2209
|
-
"../../../node_modules/@cosmjs/encoding/build/index.d.ts": {
|
|
2210
|
-
"version": "0e0d8c8c39319cea806302bee46a3f85af8b885a71ae2e31fa772376c9a7ba7e",
|
|
2211
|
-
"signature": "0e0d8c8c39319cea806302bee46a3f85af8b885a71ae2e31fa772376c9a7ba7e",
|
|
2212
|
-
"affectsGlobalScope": false
|
|
2213
|
-
},
|
|
2214
|
-
"../../../node_modules/@cosmjs/proto-signing/build/coins.d.ts": {
|
|
2215
|
-
"version": "f86133755a57f62630c55b6d4f2aded22a2ed92bfbdbb80f8de7abfa532fbada",
|
|
2216
|
-
"signature": "f86133755a57f62630c55b6d4f2aded22a2ed92bfbdbb80f8de7abfa532fbada",
|
|
2217
|
-
"affectsGlobalScope": false
|
|
2218
|
-
},
|
|
2219
2174
|
"../../../node_modules/@types/long/index.d.ts": {
|
|
2220
2175
|
"version": "0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70",
|
|
2221
2176
|
"signature": "0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70",
|
|
@@ -2231,6 +2186,21 @@
|
|
|
2231
2186
|
"signature": "932cade1c5802123b5831f332ad8a6297f0f7d14d0ee04f5a774408f393e2200",
|
|
2232
2187
|
"affectsGlobalScope": false
|
|
2233
2188
|
},
|
|
2189
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts": {
|
|
2190
|
+
"version": "47569af979f466eb6d183cba6c716e28f24e99cb6a6e7b5b92dbb25e4bb8cced",
|
|
2191
|
+
"signature": "47569af979f466eb6d183cba6c716e28f24e99cb6a6e7b5b92dbb25e4bb8cced",
|
|
2192
|
+
"affectsGlobalScope": false
|
|
2193
|
+
},
|
|
2194
|
+
"../../../node_modules/@cosmjs/stargate/build/accounts.d.ts": {
|
|
2195
|
+
"version": "26ceee69ce397eacee58c24011044a161b69d2aae975c80c39ff3f6d15dcc648",
|
|
2196
|
+
"signature": "26ceee69ce397eacee58c24011044a161b69d2aae975c80c39ff3f6d15dcc648",
|
|
2197
|
+
"affectsGlobalScope": false
|
|
2198
|
+
},
|
|
2199
|
+
"../../../node_modules/@cosmjs/proto-signing/build/coins.d.ts": {
|
|
2200
|
+
"version": "f86133755a57f62630c55b6d4f2aded22a2ed92bfbdbb80f8de7abfa532fbada",
|
|
2201
|
+
"signature": "f86133755a57f62630c55b6d4f2aded22a2ed92bfbdbb80f8de7abfa532fbada",
|
|
2202
|
+
"affectsGlobalScope": false
|
|
2203
|
+
},
|
|
2234
2204
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts": {
|
|
2235
2205
|
"version": "47569af979f466eb6d183cba6c716e28f24e99cb6a6e7b5b92dbb25e4bb8cced",
|
|
2236
2206
|
"signature": "47569af979f466eb6d183cba6c716e28f24e99cb6a6e7b5b92dbb25e4bb8cced",
|
|
@@ -2306,16 +2276,6 @@
|
|
|
2306
2276
|
"signature": "4047929c4851602f75958e6cc472846814fedef401dde00fcb082240f68ce2f4",
|
|
2307
2277
|
"affectsGlobalScope": false
|
|
2308
2278
|
},
|
|
2309
|
-
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts": {
|
|
2310
|
-
"version": "47569af979f466eb6d183cba6c716e28f24e99cb6a6e7b5b92dbb25e4bb8cced",
|
|
2311
|
-
"signature": "47569af979f466eb6d183cba6c716e28f24e99cb6a6e7b5b92dbb25e4bb8cced",
|
|
2312
|
-
"affectsGlobalScope": false
|
|
2313
|
-
},
|
|
2314
|
-
"../../../node_modules/@cosmjs/stargate/build/accounts.d.ts": {
|
|
2315
|
-
"version": "26ceee69ce397eacee58c24011044a161b69d2aae975c80c39ff3f6d15dcc648",
|
|
2316
|
-
"signature": "26ceee69ce397eacee58c24011044a161b69d2aae975c80c39ff3f6d15dcc648",
|
|
2317
|
-
"affectsGlobalScope": false
|
|
2318
|
-
},
|
|
2319
2279
|
"../../../node_modules/@cosmjs/stargate/build/aminotypes.d.ts": {
|
|
2320
2280
|
"version": "8852cd83c67f56676a2a85609ed75345f5338a43fe893ae1f8a5d0b361d93e99",
|
|
2321
2281
|
"signature": "8852cd83c67f56676a2a85609ed75345f5338a43fe893ae1f8a5d0b361d93e99",
|
|
@@ -2326,6 +2286,11 @@
|
|
|
2326
2286
|
"signature": "a173e9be041c233603b1aa145d8c18d09ac69e4291b4ba76256ec773d3934164",
|
|
2327
2287
|
"affectsGlobalScope": false
|
|
2328
2288
|
},
|
|
2289
|
+
"../../../node_modules/readonly-date/index.d.ts": {
|
|
2290
|
+
"version": "6ba292cc3df1eea225aacb3182f9b0b8eab9d8637a9c698af1e5b58aa5492e9e",
|
|
2291
|
+
"signature": "6ba292cc3df1eea225aacb3182f9b0b8eab9d8637a9c698af1e5b58aa5492e9e",
|
|
2292
|
+
"affectsGlobalScope": false
|
|
2293
|
+
},
|
|
2329
2294
|
"../../../node_modules/@cosmjs/tendermint-rpc/build/dates.d.ts": {
|
|
2330
2295
|
"version": "f9f55a2f6f8e07d3ea10e1154a0fc129ec72c21e57ffe9b8720bbb80ce6407ac",
|
|
2331
2296
|
"signature": "f9f55a2f6f8e07d3ea10e1154a0fc129ec72c21e57ffe9b8720bbb80ce6407ac",
|
|
@@ -2881,6 +2846,51 @@
|
|
|
2881
2846
|
"signature": "b1190c76616b12eda4bd7f373dad60190a76f9c5f01d7dcc0b341a0036177a5b",
|
|
2882
2847
|
"affectsGlobalScope": false
|
|
2883
2848
|
},
|
|
2849
|
+
"../src/lib/iface.ts": {
|
|
2850
|
+
"version": "0b23a9c4de2a9dd82065d666c0cd8860f35ad4ad6702b41f4c9d23d75110a6ba",
|
|
2851
|
+
"signature": "c69501f91a806c6e35f6e7aa34690ad80723f9332f0ec988cba01f7e72ffc8e0",
|
|
2852
|
+
"affectsGlobalScope": false
|
|
2853
|
+
},
|
|
2854
|
+
"../src/lib/keyPair.ts": {
|
|
2855
|
+
"version": "035a3424e4411d97f2bc7fc18215e22b382d48628d46d994b2904c3ababcbbeb",
|
|
2856
|
+
"signature": "24b1f88697c97f1261d976f25a66302ebae1b301699ed5d97c6bec376341b0f7",
|
|
2857
|
+
"affectsGlobalScope": false
|
|
2858
|
+
},
|
|
2859
|
+
"../../../node_modules/@cosmjs/encoding/build/ascii.d.ts": {
|
|
2860
|
+
"version": "c0b474f26cc3ff83a7bc92abc4f72ca78cbb22631a9cd5ce28f9ae68802f47b5",
|
|
2861
|
+
"signature": "c0b474f26cc3ff83a7bc92abc4f72ca78cbb22631a9cd5ce28f9ae68802f47b5",
|
|
2862
|
+
"affectsGlobalScope": false
|
|
2863
|
+
},
|
|
2864
|
+
"../../../node_modules/@cosmjs/encoding/build/base64.d.ts": {
|
|
2865
|
+
"version": "f68ad124636abfe69a69d6c87238656dbbf45d4fa0b483caa663cbe7211a67ca",
|
|
2866
|
+
"signature": "f68ad124636abfe69a69d6c87238656dbbf45d4fa0b483caa663cbe7211a67ca",
|
|
2867
|
+
"affectsGlobalScope": false
|
|
2868
|
+
},
|
|
2869
|
+
"../../../node_modules/@cosmjs/encoding/build/bech32.d.ts": {
|
|
2870
|
+
"version": "364fb942e218b0f390d4cf697425869431fedf7715fdec7de4541da7b9b55cd1",
|
|
2871
|
+
"signature": "364fb942e218b0f390d4cf697425869431fedf7715fdec7de4541da7b9b55cd1",
|
|
2872
|
+
"affectsGlobalScope": false
|
|
2873
|
+
},
|
|
2874
|
+
"../../../node_modules/@cosmjs/encoding/build/hex.d.ts": {
|
|
2875
|
+
"version": "7ddadda20f6682a87876634b7669d8e5c0e5c2341a1a1f94038f833c7b38ffcd",
|
|
2876
|
+
"signature": "7ddadda20f6682a87876634b7669d8e5c0e5c2341a1a1f94038f833c7b38ffcd",
|
|
2877
|
+
"affectsGlobalScope": false
|
|
2878
|
+
},
|
|
2879
|
+
"../../../node_modules/@cosmjs/encoding/build/rfc3339.d.ts": {
|
|
2880
|
+
"version": "512ef5675be30738a2beeb4e151d03745c7b5207407a31806a81794a32732d53",
|
|
2881
|
+
"signature": "512ef5675be30738a2beeb4e151d03745c7b5207407a31806a81794a32732d53",
|
|
2882
|
+
"affectsGlobalScope": false
|
|
2883
|
+
},
|
|
2884
|
+
"../../../node_modules/@cosmjs/encoding/build/utf8.d.ts": {
|
|
2885
|
+
"version": "5b92b9c7834c65adb24051dcd43a64231bc8c8bef906774456e29f23f926736a",
|
|
2886
|
+
"signature": "5b92b9c7834c65adb24051dcd43a64231bc8c8bef906774456e29f23f926736a",
|
|
2887
|
+
"affectsGlobalScope": false
|
|
2888
|
+
},
|
|
2889
|
+
"../../../node_modules/@cosmjs/encoding/build/index.d.ts": {
|
|
2890
|
+
"version": "0e0d8c8c39319cea806302bee46a3f85af8b885a71ae2e31fa772376c9a7ba7e",
|
|
2891
|
+
"signature": "0e0d8c8c39319cea806302bee46a3f85af8b885a71ae2e31fa772376c9a7ba7e",
|
|
2892
|
+
"affectsGlobalScope": false
|
|
2893
|
+
},
|
|
2884
2894
|
"../../../node_modules/cosmjs-types/google/protobuf/any.d.ts": {
|
|
2885
2895
|
"version": "903af31d217e7cc9f455dda8f419f8646504a370c1a5566b80a1794117dd08da",
|
|
2886
2896
|
"signature": "903af31d217e7cc9f455dda8f419f8646504a370c1a5566b80a1794117dd08da",
|
|
@@ -2911,16 +2921,6 @@
|
|
|
2911
2921
|
"signature": "95d8191f4604548619492b470125882be66f9a89a385aef173c8c912786a2861",
|
|
2912
2922
|
"affectsGlobalScope": false
|
|
2913
2923
|
},
|
|
2914
|
-
"../src/lib/iface.ts": {
|
|
2915
|
-
"version": "0b23a9c4de2a9dd82065d666c0cd8860f35ad4ad6702b41f4c9d23d75110a6ba",
|
|
2916
|
-
"signature": "c69501f91a806c6e35f6e7aa34690ad80723f9332f0ec988cba01f7e72ffc8e0",
|
|
2917
|
-
"affectsGlobalScope": false
|
|
2918
|
-
},
|
|
2919
|
-
"../src/lib/keyPair.ts": {
|
|
2920
|
-
"version": "035a3424e4411d97f2bc7fc18215e22b382d48628d46d994b2904c3ababcbbeb",
|
|
2921
|
-
"signature": "24b1f88697c97f1261d976f25a66302ebae1b301699ed5d97c6bec376341b0f7",
|
|
2922
|
-
"affectsGlobalScope": false
|
|
2923
|
-
},
|
|
2924
2924
|
"../src/lib/utils.ts": {
|
|
2925
2925
|
"version": "98ab95a49a65be1866cf5af1df5fcace80c8f5b7d6577d439503230d3a7de1c2",
|
|
2926
2926
|
"signature": "75a57298a8bf4f4baca15436ffa7b839f096e87e508ace472545914d3d2a09c8",
|
|
@@ -2937,8 +2937,8 @@
|
|
|
2937
2937
|
"affectsGlobalScope": false
|
|
2938
2938
|
},
|
|
2939
2939
|
"../src/lib/index.ts": {
|
|
2940
|
-
"version": "
|
|
2941
|
-
"signature": "
|
|
2940
|
+
"version": "7fcd617a635d9b6ff12d6c37e35071e241b70c672ee6f1f776564e4dcf7a0f69",
|
|
2941
|
+
"signature": "cb78c7bc0390a20c256dd55861f58bf82af22accb60812d6ba921f31450838fc",
|
|
2942
2942
|
"affectsGlobalScope": false
|
|
2943
2943
|
},
|
|
2944
2944
|
"../src/index.ts": {
|
|
@@ -4779,7 +4779,7 @@
|
|
|
4779
4779
|
"../../sdk-lib-mpc/dist/src/openssl/openssl.d.ts"
|
|
4780
4780
|
],
|
|
4781
4781
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts": [
|
|
4782
|
-
"../../sdk-lib-mpc/dist/src/tss/ecdsa/
|
|
4782
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/paillierproof.d.ts",
|
|
4783
4783
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts",
|
|
4784
4784
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts"
|
|
4785
4785
|
],
|
|
@@ -5400,11 +5400,11 @@
|
|
|
5400
5400
|
],
|
|
5401
5401
|
"../../../node_modules/@cosmjs/proto-signing/build/pubkey.d.ts": [
|
|
5402
5402
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
5403
|
-
"../../../node_modules/@cosmjs/
|
|
5403
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
5404
5404
|
],
|
|
5405
5405
|
"../../../node_modules/@cosmjs/proto-signing/build/registry.d.ts": [
|
|
5406
5406
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/v1beta1/tx.d.ts",
|
|
5407
|
-
"../../../node_modules/@cosmjs/
|
|
5407
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5408
5408
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5409
5409
|
"../../../node_modules/protobufjs/index.d.ts"
|
|
5410
5410
|
],
|
|
@@ -5416,7 +5416,7 @@
|
|
|
5416
5416
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5417
5417
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts",
|
|
5418
5418
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/v1beta1/tx.d.ts",
|
|
5419
|
-
"../../../node_modules/@cosmjs/
|
|
5419
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
5420
5420
|
],
|
|
5421
5421
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts": [
|
|
5422
5422
|
"../../../node_modules/@types/long/index.d.ts",
|
|
@@ -5428,7 +5428,7 @@
|
|
|
5428
5428
|
],
|
|
5429
5429
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts": [
|
|
5430
5430
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
5431
|
-
"../../../node_modules/@cosmjs/
|
|
5431
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5432
5432
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5433
5433
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5434
5434
|
],
|
|
@@ -5436,7 +5436,7 @@
|
|
|
5436
5436
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5437
5437
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
5438
5438
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts",
|
|
5439
|
-
"../../../node_modules/@cosmjs/
|
|
5439
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5440
5440
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5441
5441
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5442
5442
|
],
|
|
@@ -5446,7 +5446,7 @@
|
|
|
5446
5446
|
],
|
|
5447
5447
|
"../../../node_modules/@cosmjs/stargate/build/accounts.d.ts": [
|
|
5448
5448
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
5449
|
-
"../../../node_modules/@cosmjs/
|
|
5449
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
5450
5450
|
],
|
|
5451
5451
|
"../../../node_modules/@cosmjs/stargate/build/aminotypes.d.ts": [
|
|
5452
5452
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
@@ -5479,8 +5479,8 @@
|
|
|
5479
5479
|
"../../../node_modules/@cosmjs/stargate/build/events.d.ts"
|
|
5480
5480
|
],
|
|
5481
5481
|
"../../../node_modules/@cosmjs/stargate/build/modules/auth/queries.d.ts": [
|
|
5482
|
-
"../../../node_modules/@cosmjs/
|
|
5483
|
-
"../../../node_modules/@cosmjs/stargate/
|
|
5482
|
+
"../../../node_modules/@cosmjs/stargate/build/queryclient/index.d.ts",
|
|
5483
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
5484
5484
|
],
|
|
5485
5485
|
"../../../node_modules/@cosmjs/stargate/build/modules/authz/aminomessages.d.ts": [
|
|
5486
5486
|
"../../../node_modules/@cosmjs/stargate/build/aminotypes.d.ts"
|
|
@@ -5629,9 +5629,9 @@
|
|
|
5629
5629
|
],
|
|
5630
5630
|
"../../../node_modules/@cosmjs/stargate/build/modules/tx/queries.d.ts": [
|
|
5631
5631
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
5632
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5633
5632
|
"../../../node_modules/@cosmjs/stargate/build/queryclient/index.d.ts",
|
|
5634
|
-
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/tx/v1beta1/service.d.ts"
|
|
5633
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/tx/v1beta1/service.d.ts",
|
|
5634
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
5635
5635
|
],
|
|
5636
5636
|
"../../../node_modules/@cosmjs/stargate/build/modules/vesting/aminomessages.d.ts": [
|
|
5637
5637
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
@@ -5685,15 +5685,15 @@
|
|
|
5685
5685
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5686
5686
|
],
|
|
5687
5687
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/authz/v1beta1/authz.d.ts": [
|
|
5688
|
-
"../../../node_modules/@cosmjs/
|
|
5688
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5689
5689
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5690
5690
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5691
5691
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5692
5692
|
],
|
|
5693
5693
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/authz/v1beta1/query.d.ts": [
|
|
5694
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5695
5694
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/authz/v1beta1/authz.d.ts",
|
|
5696
5695
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
5696
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5697
5697
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5698
5698
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5699
5699
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
@@ -5717,7 +5717,7 @@
|
|
|
5717
5717
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5718
5718
|
],
|
|
5719
5719
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/abci/v1beta1/abci.d.ts": [
|
|
5720
|
-
"../../../node_modules/@cosmjs/
|
|
5720
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5721
5721
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/abci/types.d.ts",
|
|
5722
5722
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5723
5723
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
@@ -5753,22 +5753,22 @@
|
|
|
5753
5753
|
],
|
|
5754
5754
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/feegrant/v1beta1/feegrant.d.ts": [
|
|
5755
5755
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5756
|
-
"../../../node_modules/@cosmjs/
|
|
5756
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5757
5757
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
5758
5758
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5759
5759
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5760
5760
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5761
5761
|
],
|
|
5762
5762
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/feegrant/v1beta1/query.d.ts": [
|
|
5763
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5764
5763
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
5765
5764
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/feegrant/v1beta1/feegrant.d.ts",
|
|
5765
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5766
5766
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5767
5767
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5768
5768
|
],
|
|
5769
5769
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/gov.d.ts": [
|
|
5770
5770
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5771
|
-
"../../../node_modules/@cosmjs/
|
|
5771
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5772
5772
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
5773
5773
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5774
5774
|
"../../../node_modules/@types/long/index.d.ts",
|
|
@@ -5776,9 +5776,9 @@
|
|
|
5776
5776
|
],
|
|
5777
5777
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/query.d.ts": [
|
|
5778
5778
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5779
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5780
5779
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
5781
5780
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/gov.d.ts",
|
|
5781
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5782
5782
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
5783
5783
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5784
5784
|
"../../../node_modules/@types/long/index.d.ts",
|
|
@@ -5786,8 +5786,8 @@
|
|
|
5786
5786
|
],
|
|
5787
5787
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/tx.d.ts": [
|
|
5788
5788
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5789
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5790
5789
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/gov.d.ts",
|
|
5790
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5791
5791
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5792
5792
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5793
5793
|
],
|
|
@@ -5811,9 +5811,9 @@
|
|
|
5811
5811
|
],
|
|
5812
5812
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/query.d.ts": [
|
|
5813
5813
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5814
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5815
5814
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
5816
5815
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/staking.d.ts",
|
|
5816
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5817
5817
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
5818
5818
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5819
5819
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/types/types.d.ts",
|
|
@@ -5823,7 +5823,7 @@
|
|
|
5823
5823
|
],
|
|
5824
5824
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/staking.d.ts": [
|
|
5825
5825
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5826
|
-
"../../../node_modules/@cosmjs/
|
|
5826
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5827
5827
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
5828
5828
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5829
5829
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/types/types.d.ts",
|
|
@@ -5833,15 +5833,15 @@
|
|
|
5833
5833
|
],
|
|
5834
5834
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/tx.d.ts": [
|
|
5835
5835
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5836
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5837
5836
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/staking.d.ts",
|
|
5837
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5838
5838
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5839
5839
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5840
5840
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5841
5841
|
],
|
|
5842
5842
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts": [
|
|
5843
5843
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
5844
|
-
"../../../node_modules/@cosmjs/
|
|
5844
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5845
5845
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5846
5846
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5847
5847
|
],
|
|
@@ -5850,9 +5850,9 @@
|
|
|
5850
5850
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
5851
5851
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts",
|
|
5852
5852
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/v1beta1/tx.d.ts",
|
|
5853
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5854
5853
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/abci/v1beta1/abci.d.ts",
|
|
5855
5854
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
5855
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5856
5856
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5857
5857
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/abci/types.d.ts",
|
|
5858
5858
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/crypto/keys.d.ts",
|
|
@@ -5868,12 +5868,12 @@
|
|
|
5868
5868
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
5869
5869
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
5870
5870
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts",
|
|
5871
|
-
"../../../node_modules/@cosmjs/
|
|
5871
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5872
5872
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5873
5873
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5874
5874
|
],
|
|
5875
5875
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/upgrade/v1beta1/upgrade.d.ts": [
|
|
5876
|
-
"../../../node_modules/@cosmjs/
|
|
5876
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5877
5877
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5878
5878
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5879
5879
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
@@ -5912,23 +5912,23 @@
|
|
|
5912
5912
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5913
5913
|
],
|
|
5914
5914
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/channel/v1/query.d.ts": [
|
|
5915
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5916
5915
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
5916
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5917
5917
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/channel/v1/channel.d.ts",
|
|
5918
5918
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/client.d.ts",
|
|
5919
5919
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5920
5920
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5921
5921
|
],
|
|
5922
5922
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/client.d.ts": [
|
|
5923
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5924
5923
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/upgrade/v1beta1/upgrade.d.ts",
|
|
5924
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5925
5925
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
5926
5926
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5927
5927
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5928
5928
|
],
|
|
5929
5929
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/query.d.ts": [
|
|
5930
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5931
5930
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
5931
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5932
5932
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/client.d.ts",
|
|
5933
5933
|
"../../../node_modules/@types/long/index.d.ts",
|
|
5934
5934
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
@@ -5944,8 +5944,8 @@
|
|
|
5944
5944
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
5945
5945
|
],
|
|
5946
5946
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/connection/v1/query.d.ts": [
|
|
5947
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5948
5947
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
5948
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
5949
5949
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/client.d.ts",
|
|
5950
5950
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/connection/v1/connection.d.ts",
|
|
5951
5951
|
"../../../node_modules/@types/long/index.d.ts",
|
|
@@ -8040,7 +8040,7 @@
|
|
|
8040
8040
|
"../../sdk-lib-mpc/dist/src/openssl/openssl.d.ts"
|
|
8041
8041
|
],
|
|
8042
8042
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts": [
|
|
8043
|
-
"../../sdk-lib-mpc/dist/src/tss/ecdsa/
|
|
8043
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/paillierproof.d.ts",
|
|
8044
8044
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts",
|
|
8045
8045
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts"
|
|
8046
8046
|
],
|
|
@@ -8661,11 +8661,11 @@
|
|
|
8661
8661
|
],
|
|
8662
8662
|
"../../../node_modules/@cosmjs/proto-signing/build/pubkey.d.ts": [
|
|
8663
8663
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
8664
|
-
"../../../node_modules/@cosmjs/
|
|
8664
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
8665
8665
|
],
|
|
8666
8666
|
"../../../node_modules/@cosmjs/proto-signing/build/registry.d.ts": [
|
|
8667
8667
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/v1beta1/tx.d.ts",
|
|
8668
|
-
"../../../node_modules/@cosmjs/
|
|
8668
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
8669
8669
|
"../../../node_modules/@types/long/index.d.ts",
|
|
8670
8670
|
"../../../node_modules/protobufjs/index.d.ts"
|
|
8671
8671
|
],
|
|
@@ -8677,7 +8677,7 @@
|
|
|
8677
8677
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
8678
8678
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts",
|
|
8679
8679
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/v1beta1/tx.d.ts",
|
|
8680
|
-
"../../../node_modules/@cosmjs/
|
|
8680
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
8681
8681
|
],
|
|
8682
8682
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts": [
|
|
8683
8683
|
"../../../node_modules/@types/long/index.d.ts",
|
|
@@ -8689,7 +8689,7 @@
|
|
|
8689
8689
|
],
|
|
8690
8690
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts": [
|
|
8691
8691
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
8692
|
-
"../../../node_modules/@cosmjs/
|
|
8692
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
8693
8693
|
"../../../node_modules/@types/long/index.d.ts",
|
|
8694
8694
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
8695
8695
|
],
|
|
@@ -8697,7 +8697,7 @@
|
|
|
8697
8697
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
8698
8698
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
8699
8699
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts",
|
|
8700
|
-
"../../../node_modules/@cosmjs/
|
|
8700
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
8701
8701
|
"../../../node_modules/@types/long/index.d.ts",
|
|
8702
8702
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
8703
8703
|
],
|
|
@@ -8707,7 +8707,7 @@
|
|
|
8707
8707
|
],
|
|
8708
8708
|
"../../../node_modules/@cosmjs/stargate/build/accounts.d.ts": [
|
|
8709
8709
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
8710
|
-
"../../../node_modules/@cosmjs/
|
|
8710
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
8711
8711
|
],
|
|
8712
8712
|
"../../../node_modules/@cosmjs/stargate/build/aminotypes.d.ts": [
|
|
8713
8713
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
@@ -8740,8 +8740,8 @@
|
|
|
8740
8740
|
"../../../node_modules/@cosmjs/stargate/build/events.d.ts"
|
|
8741
8741
|
],
|
|
8742
8742
|
"../../../node_modules/@cosmjs/stargate/build/modules/auth/queries.d.ts": [
|
|
8743
|
-
"../../../node_modules/@cosmjs/
|
|
8744
|
-
"../../../node_modules/@cosmjs/stargate/
|
|
8743
|
+
"../../../node_modules/@cosmjs/stargate/build/queryclient/index.d.ts",
|
|
8744
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
8745
8745
|
],
|
|
8746
8746
|
"../../../node_modules/@cosmjs/stargate/build/modules/authz/aminomessages.d.ts": [
|
|
8747
8747
|
"../../../node_modules/@cosmjs/stargate/build/aminotypes.d.ts"
|
|
@@ -8890,9 +8890,9 @@
|
|
|
8890
8890
|
],
|
|
8891
8891
|
"../../../node_modules/@cosmjs/stargate/build/modules/tx/queries.d.ts": [
|
|
8892
8892
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
8893
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
8894
8893
|
"../../../node_modules/@cosmjs/stargate/build/queryclient/index.d.ts",
|
|
8895
|
-
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/tx/v1beta1/service.d.ts"
|
|
8894
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/tx/v1beta1/service.d.ts",
|
|
8895
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts"
|
|
8896
8896
|
],
|
|
8897
8897
|
"../../../node_modules/@cosmjs/stargate/build/modules/vesting/aminomessages.d.ts": [
|
|
8898
8898
|
"../../../node_modules/@cosmjs/amino/build/index.d.ts",
|
|
@@ -8946,15 +8946,15 @@
|
|
|
8946
8946
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
8947
8947
|
],
|
|
8948
8948
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/authz/v1beta1/authz.d.ts": [
|
|
8949
|
-
"../../../node_modules/@cosmjs/
|
|
8949
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
8950
8950
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
8951
8951
|
"../../../node_modules/@types/long/index.d.ts",
|
|
8952
8952
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
8953
8953
|
],
|
|
8954
8954
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/authz/v1beta1/query.d.ts": [
|
|
8955
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
8956
8955
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/authz/v1beta1/authz.d.ts",
|
|
8957
8956
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
8957
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
8958
8958
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
8959
8959
|
"../../../node_modules/@types/long/index.d.ts",
|
|
8960
8960
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
@@ -8978,7 +8978,7 @@
|
|
|
8978
8978
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
8979
8979
|
],
|
|
8980
8980
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/abci/v1beta1/abci.d.ts": [
|
|
8981
|
-
"../../../node_modules/@cosmjs/
|
|
8981
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
8982
8982
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/abci/types.d.ts",
|
|
8983
8983
|
"../../../node_modules/@types/long/index.d.ts",
|
|
8984
8984
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
@@ -9014,22 +9014,22 @@
|
|
|
9014
9014
|
],
|
|
9015
9015
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/feegrant/v1beta1/feegrant.d.ts": [
|
|
9016
9016
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
9017
|
-
"../../../node_modules/@cosmjs/
|
|
9017
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9018
9018
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
9019
9019
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9020
9020
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9021
9021
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9022
9022
|
],
|
|
9023
9023
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/feegrant/v1beta1/query.d.ts": [
|
|
9024
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9025
9024
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
9026
9025
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/feegrant/v1beta1/feegrant.d.ts",
|
|
9026
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9027
9027
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9028
9028
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9029
9029
|
],
|
|
9030
9030
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/gov.d.ts": [
|
|
9031
9031
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
9032
|
-
"../../../node_modules/@cosmjs/
|
|
9032
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9033
9033
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
9034
9034
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9035
9035
|
"../../../node_modules/@types/long/index.d.ts",
|
|
@@ -9037,9 +9037,9 @@
|
|
|
9037
9037
|
],
|
|
9038
9038
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/query.d.ts": [
|
|
9039
9039
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
9040
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9041
9040
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
9042
9041
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/gov.d.ts",
|
|
9042
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9043
9043
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
9044
9044
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9045
9045
|
"../../../node_modules/@types/long/index.d.ts",
|
|
@@ -9047,8 +9047,8 @@
|
|
|
9047
9047
|
],
|
|
9048
9048
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/tx.d.ts": [
|
|
9049
9049
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
9050
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9051
9050
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/gov/v1beta1/gov.d.ts",
|
|
9051
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9052
9052
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9053
9053
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9054
9054
|
],
|
|
@@ -9072,9 +9072,9 @@
|
|
|
9072
9072
|
],
|
|
9073
9073
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/query.d.ts": [
|
|
9074
9074
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
9075
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9076
9075
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
9077
9076
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/staking.d.ts",
|
|
9077
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9078
9078
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
9079
9079
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9080
9080
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/types/types.d.ts",
|
|
@@ -9084,7 +9084,7 @@
|
|
|
9084
9084
|
],
|
|
9085
9085
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/staking.d.ts": [
|
|
9086
9086
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
9087
|
-
"../../../node_modules/@cosmjs/
|
|
9087
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9088
9088
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/duration.d.ts",
|
|
9089
9089
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9090
9090
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/types/types.d.ts",
|
|
@@ -9094,15 +9094,15 @@
|
|
|
9094
9094
|
],
|
|
9095
9095
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/tx.d.ts": [
|
|
9096
9096
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
9097
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9098
9097
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/staking/v1beta1/staking.d.ts",
|
|
9098
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9099
9099
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9100
9100
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9101
9101
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9102
9102
|
],
|
|
9103
9103
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts": [
|
|
9104
9104
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
9105
|
-
"../../../node_modules/@cosmjs/
|
|
9105
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9106
9106
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9107
9107
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9108
9108
|
],
|
|
@@ -9111,9 +9111,9 @@
|
|
|
9111
9111
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
9112
9112
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts",
|
|
9113
9113
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/v1beta1/tx.d.ts",
|
|
9114
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9115
9114
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/abci/v1beta1/abci.d.ts",
|
|
9116
9115
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
9116
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9117
9117
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9118
9118
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/abci/types.d.ts",
|
|
9119
9119
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/tendermint/crypto/keys.d.ts",
|
|
@@ -9129,12 +9129,12 @@
|
|
|
9129
9129
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/base/v1beta1/coin.d.ts",
|
|
9130
9130
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/crypto/multisig/v1beta1/multisig.d.ts",
|
|
9131
9131
|
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/cosmos/tx/signing/v1beta1/signing.d.ts",
|
|
9132
|
-
"../../../node_modules/@cosmjs/
|
|
9132
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9133
9133
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9134
9134
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9135
9135
|
],
|
|
9136
9136
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/upgrade/v1beta1/upgrade.d.ts": [
|
|
9137
|
-
"../../../node_modules/@cosmjs/
|
|
9137
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9138
9138
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9139
9139
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9140
9140
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
@@ -9173,23 +9173,23 @@
|
|
|
9173
9173
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9174
9174
|
],
|
|
9175
9175
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/channel/v1/query.d.ts": [
|
|
9176
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9177
9176
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
9177
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9178
9178
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/channel/v1/channel.d.ts",
|
|
9179
9179
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/client.d.ts",
|
|
9180
9180
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9181
9181
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9182
9182
|
],
|
|
9183
9183
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/client.d.ts": [
|
|
9184
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9185
9184
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/upgrade/v1beta1/upgrade.d.ts",
|
|
9185
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9186
9186
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/timestamp.d.ts",
|
|
9187
9187
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9188
9188
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9189
9189
|
],
|
|
9190
9190
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/query.d.ts": [
|
|
9191
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9192
9191
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
9192
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9193
9193
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/client.d.ts",
|
|
9194
9194
|
"../../../node_modules/@types/long/index.d.ts",
|
|
9195
9195
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
@@ -9205,8 +9205,8 @@
|
|
|
9205
9205
|
"../../../node_modules/protobufjs/minimal.d.ts"
|
|
9206
9206
|
],
|
|
9207
9207
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/connection/v1/query.d.ts": [
|
|
9208
|
-
"../../../node_modules/@cosmjs/proto-signing/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9209
9208
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination.d.ts",
|
|
9209
|
+
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/google/protobuf/any.d.ts",
|
|
9210
9210
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/client/v1/client.d.ts",
|
|
9211
9211
|
"../../../node_modules/@cosmjs/stargate/node_modules/cosmjs-types/ibc/core/connection/v1/connection.d.ts",
|
|
9212
9212
|
"../../../node_modules/@types/long/index.d.ts",
|
|
@@ -10299,7 +10299,7 @@
|
|
|
10299
10299
|
"../../sdk-lib-mpc/dist/src/openssl/index.d.ts",
|
|
10300
10300
|
"../../sdk-lib-mpc/dist/src/openssl/openssl.d.ts",
|
|
10301
10301
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/index.d.ts",
|
|
10302
|
-
"../../sdk-lib-mpc/dist/src/tss/ecdsa/
|
|
10302
|
+
"../../sdk-lib-mpc/dist/src/tss/ecdsa/paillierproof.d.ts",
|
|
10303
10303
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/rangeproof.d.ts",
|
|
10304
10304
|
"../../sdk-lib-mpc/dist/src/tss/ecdsa/types.d.ts",
|
|
10305
10305
|
"../../sdk-lib-mpc/dist/src/tss/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-cosmos",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.2",
|
|
4
4
|
"description": "BitGo SDK coin library for COSMOS base implementation",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
41
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
42
|
-
"@bitgo-beta/utxo-lib": "8.0.3-beta.
|
|
40
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.20",
|
|
41
|
+
"@bitgo-beta/statics": "15.1.1-beta.21",
|
|
42
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.20",
|
|
43
43
|
"@cosmjs/amino": "^0.29.5",
|
|
44
44
|
"@cosmjs/encoding": "^0.29.5",
|
|
45
45
|
"@cosmjs/proto-signing": "^0.29.5",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/lodash": "^4.14.183"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "beb7c98d5f224e9f878db3e16a4088fca7878e11"
|
|
54
54
|
}
|