injectivejs 1.11.4 → 1.11.6

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.
Files changed (55) hide show
  1. package/binary.d.ts +1 -1
  2. package/binary.js +1 -1
  3. package/cosmos/auth/v1beta1/auth.js +6 -0
  4. package/cosmos/authz/v1beta1/authz.js +3 -0
  5. package/cosmos/bank/v1beta1/bank.js +3 -0
  6. package/cosmos/distribution/v1beta1/distribution.js +6 -0
  7. package/cosmos/gov/v1beta1/gov.js +3 -0
  8. package/cosmos/group/v1/types.js +6 -0
  9. package/cosmos/upgrade/v1beta1/upgrade.js +6 -0
  10. package/cosmwasm/wasm/v1/proposal_legacy.js +36 -0
  11. package/esm/binary.js +1 -1
  12. package/esm/cosmos/auth/v1beta1/auth.js +6 -0
  13. package/esm/cosmos/authz/v1beta1/authz.js +3 -0
  14. package/esm/cosmos/bank/v1beta1/bank.js +3 -0
  15. package/esm/cosmos/distribution/v1beta1/distribution.js +6 -0
  16. package/esm/cosmos/gov/v1beta1/gov.js +3 -0
  17. package/esm/cosmos/group/v1/types.js +6 -0
  18. package/esm/cosmos/upgrade/v1beta1/upgrade.js +6 -0
  19. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +36 -0
  20. package/esm/extern.js +1 -1
  21. package/esm/helper-func-types.js +1 -1
  22. package/esm/helpers.js +1 -1
  23. package/esm/injective/exchange/v1beta1/authz.js +33 -0
  24. package/esm/injective/exchange/v1beta1/proposal.js +48 -0
  25. package/esm/injective/ocr/v1beta1/ocr.js +6 -0
  26. package/esm/injective/oracle/v1beta1/proposal.js +33 -0
  27. package/esm/injective/peggy/v1/proposal.js +6 -0
  28. package/esm/injective/types/v1beta1/account.js +3 -0
  29. package/esm/injective/wasmx/v1/proposal.js +15 -0
  30. package/esm/registry.js +1 -1
  31. package/esm/types.js +1 -1
  32. package/esm/utf8.js +1 -1
  33. package/esm/varint.js +1 -1
  34. package/extern.d.ts +1 -1
  35. package/extern.js +1 -1
  36. package/helper-func-types.d.ts +1 -1
  37. package/helper-func-types.js +1 -1
  38. package/helpers.d.ts +1 -1
  39. package/helpers.js +1 -1
  40. package/injective/exchange/v1beta1/authz.js +33 -0
  41. package/injective/exchange/v1beta1/proposal.js +48 -0
  42. package/injective/ocr/v1beta1/ocr.js +6 -0
  43. package/injective/oracle/v1beta1/proposal.js +33 -0
  44. package/injective/peggy/v1/proposal.js +6 -0
  45. package/injective/types/v1beta1/account.js +3 -0
  46. package/injective/wasmx/v1/proposal.js +15 -0
  47. package/package.json +8 -8
  48. package/registry.d.ts +1 -1
  49. package/registry.js +1 -1
  50. package/types.d.ts +1 -1
  51. package/types.js +1 -1
  52. package/utf8.d.ts +1 -1
  53. package/utf8.js +1 -1
  54. package/varint.d.ts +1 -1
  55. package/varint.js +1 -1
package/binary.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.9
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
package/binary.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
3
+ * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.9
4
4
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
5
5
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
6
6
  */
@@ -117,6 +117,9 @@ exports.BaseAccount = {
117
117
  };
118
118
  },
119
119
  registerTypeUrl() {
120
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.BaseAccount.typeUrl)) {
121
+ return;
122
+ }
120
123
  registry_1.GlobalDecoderRegistry.register(exports.BaseAccount.typeUrl, exports.BaseAccount);
121
124
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.BaseAccount.aminoType, exports.BaseAccount.typeUrl);
122
125
  }
@@ -224,6 +227,9 @@ exports.ModuleAccount = {
224
227
  };
225
228
  },
226
229
  registerTypeUrl() {
230
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.ModuleAccount.typeUrl)) {
231
+ return;
232
+ }
227
233
  registry_1.GlobalDecoderRegistry.register(exports.ModuleAccount.typeUrl, exports.ModuleAccount);
228
234
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ModuleAccount.aminoType, exports.ModuleAccount.typeUrl);
229
235
  exports.BaseAccount.registerTypeUrl();
@@ -82,6 +82,9 @@ exports.GenericAuthorization = {
82
82
  };
83
83
  },
84
84
  registerTypeUrl() {
85
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.GenericAuthorization.typeUrl)) {
86
+ return;
87
+ }
85
88
  registry_1.GlobalDecoderRegistry.register(exports.GenericAuthorization.typeUrl, exports.GenericAuthorization);
86
89
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GenericAuthorization.aminoType, exports.GenericAuthorization.typeUrl);
87
90
  }
@@ -454,6 +454,9 @@ exports.Supply = {
454
454
  };
455
455
  },
456
456
  registerTypeUrl() {
457
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.Supply.typeUrl)) {
458
+ return;
459
+ }
457
460
  registry_1.GlobalDecoderRegistry.register(exports.Supply.typeUrl, exports.Supply);
458
461
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Supply.aminoType, exports.Supply.typeUrl);
459
462
  coin_1.Coin.registerTypeUrl();
@@ -838,6 +838,9 @@ exports.CommunityPoolSpendProposal = {
838
838
  };
839
839
  },
840
840
  registerTypeUrl() {
841
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.CommunityPoolSpendProposal.typeUrl)) {
842
+ return;
843
+ }
841
844
  registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
842
845
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
843
846
  coin_1.Coin.registerTypeUrl();
@@ -1162,6 +1165,9 @@ exports.CommunityPoolSpendProposalWithDeposit = {
1162
1165
  };
1163
1166
  },
1164
1167
  registerTypeUrl() {
1168
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.CommunityPoolSpendProposalWithDeposit.typeUrl)) {
1169
+ return;
1170
+ }
1165
1171
  registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
1166
1172
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
1167
1173
  }
@@ -332,6 +332,9 @@ exports.TextProposal = {
332
332
  };
333
333
  },
334
334
  registerTypeUrl() {
335
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.TextProposal.typeUrl)) {
336
+ return;
337
+ }
335
338
  registry_1.GlobalDecoderRegistry.register(exports.TextProposal.typeUrl, exports.TextProposal);
336
339
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.TextProposal.aminoType, exports.TextProposal.typeUrl);
337
340
  }
@@ -498,6 +498,9 @@ exports.ThresholdDecisionPolicy = {
498
498
  };
499
499
  },
500
500
  registerTypeUrl() {
501
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.ThresholdDecisionPolicy.typeUrl)) {
502
+ return;
503
+ }
501
504
  registry_1.GlobalDecoderRegistry.register(exports.ThresholdDecisionPolicy.typeUrl, exports.ThresholdDecisionPolicy);
502
505
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ThresholdDecisionPolicy.aminoType, exports.ThresholdDecisionPolicy.typeUrl);
503
506
  exports.DecisionPolicyWindows.registerTypeUrl();
@@ -591,6 +594,9 @@ exports.PercentageDecisionPolicy = {
591
594
  };
592
595
  },
593
596
  registerTypeUrl() {
597
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.PercentageDecisionPolicy.typeUrl)) {
598
+ return;
599
+ }
594
600
  registry_1.GlobalDecoderRegistry.register(exports.PercentageDecisionPolicy.typeUrl, exports.PercentageDecisionPolicy);
595
601
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PercentageDecisionPolicy.aminoType, exports.PercentageDecisionPolicy.typeUrl);
596
602
  exports.DecisionPolicyWindows.registerTypeUrl();
@@ -231,6 +231,9 @@ exports.SoftwareUpgradeProposal = {
231
231
  };
232
232
  },
233
233
  registerTypeUrl() {
234
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.SoftwareUpgradeProposal.typeUrl)) {
235
+ return;
236
+ }
234
237
  registry_1.GlobalDecoderRegistry.register(exports.SoftwareUpgradeProposal.typeUrl, exports.SoftwareUpgradeProposal);
235
238
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.SoftwareUpgradeProposal.aminoType, exports.SoftwareUpgradeProposal.typeUrl);
236
239
  exports.Plan.registerTypeUrl();
@@ -324,6 +327,9 @@ exports.CancelSoftwareUpgradeProposal = {
324
327
  };
325
328
  },
326
329
  registerTypeUrl() {
330
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.CancelSoftwareUpgradeProposal.typeUrl)) {
331
+ return;
332
+ }
327
333
  registry_1.GlobalDecoderRegistry.register(exports.CancelSoftwareUpgradeProposal.typeUrl, exports.CancelSoftwareUpgradeProposal);
328
334
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CancelSoftwareUpgradeProposal.aminoType, exports.CancelSoftwareUpgradeProposal.typeUrl);
329
335
  }
@@ -179,6 +179,9 @@ exports.StoreCodeProposal = {
179
179
  };
180
180
  },
181
181
  registerTypeUrl() {
182
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.StoreCodeProposal.typeUrl)) {
183
+ return;
184
+ }
182
185
  registry_1.GlobalDecoderRegistry.register(exports.StoreCodeProposal.typeUrl, exports.StoreCodeProposal);
183
186
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.StoreCodeProposal.aminoType, exports.StoreCodeProposal.typeUrl);
184
187
  types_1.AccessConfig.registerTypeUrl();
@@ -347,6 +350,9 @@ exports.InstantiateContractProposal = {
347
350
  };
348
351
  },
349
352
  registerTypeUrl() {
353
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.InstantiateContractProposal.typeUrl)) {
354
+ return;
355
+ }
350
356
  registry_1.GlobalDecoderRegistry.register(exports.InstantiateContractProposal.typeUrl, exports.InstantiateContractProposal);
351
357
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.InstantiateContractProposal.aminoType, exports.InstantiateContractProposal.typeUrl);
352
358
  coin_1.Coin.registerTypeUrl();
@@ -539,6 +545,9 @@ exports.InstantiateContract2Proposal = {
539
545
  };
540
546
  },
541
547
  registerTypeUrl() {
548
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.InstantiateContract2Proposal.typeUrl)) {
549
+ return;
550
+ }
542
551
  registry_1.GlobalDecoderRegistry.register(exports.InstantiateContract2Proposal.typeUrl, exports.InstantiateContract2Proposal);
543
552
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.InstantiateContract2Proposal.aminoType, exports.InstantiateContract2Proposal.typeUrl);
544
553
  coin_1.Coin.registerTypeUrl();
@@ -668,6 +677,9 @@ exports.MigrateContractProposal = {
668
677
  };
669
678
  },
670
679
  registerTypeUrl() {
680
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.MigrateContractProposal.typeUrl)) {
681
+ return;
682
+ }
671
683
  registry_1.GlobalDecoderRegistry.register(exports.MigrateContractProposal.typeUrl, exports.MigrateContractProposal);
672
684
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MigrateContractProposal.aminoType, exports.MigrateContractProposal.typeUrl);
673
685
  }
@@ -784,6 +796,9 @@ exports.SudoContractProposal = {
784
796
  };
785
797
  },
786
798
  registerTypeUrl() {
799
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.SudoContractProposal.typeUrl)) {
800
+ return;
801
+ }
787
802
  registry_1.GlobalDecoderRegistry.register(exports.SudoContractProposal.typeUrl, exports.SudoContractProposal);
788
803
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.SudoContractProposal.aminoType, exports.SudoContractProposal.typeUrl);
789
804
  }
@@ -927,6 +942,9 @@ exports.ExecuteContractProposal = {
927
942
  };
928
943
  },
929
944
  registerTypeUrl() {
945
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.ExecuteContractProposal.typeUrl)) {
946
+ return;
947
+ }
930
948
  registry_1.GlobalDecoderRegistry.register(exports.ExecuteContractProposal.typeUrl, exports.ExecuteContractProposal);
931
949
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ExecuteContractProposal.aminoType, exports.ExecuteContractProposal.typeUrl);
932
950
  coin_1.Coin.registerTypeUrl();
@@ -1044,6 +1062,9 @@ exports.UpdateAdminProposal = {
1044
1062
  };
1045
1063
  },
1046
1064
  registerTypeUrl() {
1065
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.UpdateAdminProposal.typeUrl)) {
1066
+ return;
1067
+ }
1047
1068
  registry_1.GlobalDecoderRegistry.register(exports.UpdateAdminProposal.typeUrl, exports.UpdateAdminProposal);
1048
1069
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.UpdateAdminProposal.aminoType, exports.UpdateAdminProposal.typeUrl);
1049
1070
  }
@@ -1148,6 +1169,9 @@ exports.ClearAdminProposal = {
1148
1169
  };
1149
1170
  },
1150
1171
  registerTypeUrl() {
1172
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.ClearAdminProposal.typeUrl)) {
1173
+ return;
1174
+ }
1151
1175
  registry_1.GlobalDecoderRegistry.register(exports.ClearAdminProposal.typeUrl, exports.ClearAdminProposal);
1152
1176
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ClearAdminProposal.aminoType, exports.ClearAdminProposal.typeUrl);
1153
1177
  }
@@ -1265,6 +1289,9 @@ exports.PinCodesProposal = {
1265
1289
  };
1266
1290
  },
1267
1291
  registerTypeUrl() {
1292
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.PinCodesProposal.typeUrl)) {
1293
+ return;
1294
+ }
1268
1295
  registry_1.GlobalDecoderRegistry.register(exports.PinCodesProposal.typeUrl, exports.PinCodesProposal);
1269
1296
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PinCodesProposal.aminoType, exports.PinCodesProposal.typeUrl);
1270
1297
  }
@@ -1382,6 +1409,9 @@ exports.UnpinCodesProposal = {
1382
1409
  };
1383
1410
  },
1384
1411
  registerTypeUrl() {
1412
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.UnpinCodesProposal.typeUrl)) {
1413
+ return;
1414
+ }
1385
1415
  registry_1.GlobalDecoderRegistry.register(exports.UnpinCodesProposal.typeUrl, exports.UnpinCodesProposal);
1386
1416
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.UnpinCodesProposal.aminoType, exports.UnpinCodesProposal.typeUrl);
1387
1417
  }
@@ -1580,6 +1610,9 @@ exports.UpdateInstantiateConfigProposal = {
1580
1610
  };
1581
1611
  },
1582
1612
  registerTypeUrl() {
1613
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.UpdateInstantiateConfigProposal.typeUrl)) {
1614
+ return;
1615
+ }
1583
1616
  registry_1.GlobalDecoderRegistry.register(exports.UpdateInstantiateConfigProposal.typeUrl, exports.UpdateInstantiateConfigProposal);
1584
1617
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.UpdateInstantiateConfigProposal.aminoType, exports.UpdateInstantiateConfigProposal.typeUrl);
1585
1618
  exports.AccessConfigUpdate.registerTypeUrl();
@@ -1808,6 +1841,9 @@ exports.StoreAndInstantiateContractProposal = {
1808
1841
  };
1809
1842
  },
1810
1843
  registerTypeUrl() {
1844
+ if (registry_1.GlobalDecoderRegistry.getDecoder(exports.StoreAndInstantiateContractProposal.typeUrl)) {
1845
+ return;
1846
+ }
1811
1847
  registry_1.GlobalDecoderRegistry.register(exports.StoreAndInstantiateContractProposal.typeUrl, exports.StoreAndInstantiateContractProposal);
1812
1848
  registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.StoreAndInstantiateContractProposal.aminoType, exports.StoreAndInstantiateContractProposal.typeUrl);
1813
1849
  types_1.AccessConfig.registerTypeUrl();
package/esm/binary.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.9
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
@@ -114,6 +114,9 @@ export const BaseAccount = {
114
114
  };
115
115
  },
116
116
  registerTypeUrl() {
117
+ if (GlobalDecoderRegistry.getDecoder(BaseAccount.typeUrl)) {
118
+ return;
119
+ }
117
120
  GlobalDecoderRegistry.register(BaseAccount.typeUrl, BaseAccount);
118
121
  GlobalDecoderRegistry.registerAminoProtoMapping(BaseAccount.aminoType, BaseAccount.typeUrl);
119
122
  }
@@ -221,6 +224,9 @@ export const ModuleAccount = {
221
224
  };
222
225
  },
223
226
  registerTypeUrl() {
227
+ if (GlobalDecoderRegistry.getDecoder(ModuleAccount.typeUrl)) {
228
+ return;
229
+ }
224
230
  GlobalDecoderRegistry.register(ModuleAccount.typeUrl, ModuleAccount);
225
231
  GlobalDecoderRegistry.registerAminoProtoMapping(ModuleAccount.aminoType, ModuleAccount.typeUrl);
226
232
  BaseAccount.registerTypeUrl();
@@ -79,6 +79,9 @@ export const GenericAuthorization = {
79
79
  };
80
80
  },
81
81
  registerTypeUrl() {
82
+ if (GlobalDecoderRegistry.getDecoder(GenericAuthorization.typeUrl)) {
83
+ return;
84
+ }
82
85
  GlobalDecoderRegistry.register(GenericAuthorization.typeUrl, GenericAuthorization);
83
86
  GlobalDecoderRegistry.registerAminoProtoMapping(GenericAuthorization.aminoType, GenericAuthorization.typeUrl);
84
87
  }
@@ -451,6 +451,9 @@ export const Supply = {
451
451
  };
452
452
  },
453
453
  registerTypeUrl() {
454
+ if (GlobalDecoderRegistry.getDecoder(Supply.typeUrl)) {
455
+ return;
456
+ }
454
457
  GlobalDecoderRegistry.register(Supply.typeUrl, Supply);
455
458
  GlobalDecoderRegistry.registerAminoProtoMapping(Supply.aminoType, Supply.typeUrl);
456
459
  Coin.registerTypeUrl();
@@ -835,6 +835,9 @@ export const CommunityPoolSpendProposal = {
835
835
  };
836
836
  },
837
837
  registerTypeUrl() {
838
+ if (GlobalDecoderRegistry.getDecoder(CommunityPoolSpendProposal.typeUrl)) {
839
+ return;
840
+ }
838
841
  GlobalDecoderRegistry.register(CommunityPoolSpendProposal.typeUrl, CommunityPoolSpendProposal);
839
842
  GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposal.aminoType, CommunityPoolSpendProposal.typeUrl);
840
843
  Coin.registerTypeUrl();
@@ -1159,6 +1162,9 @@ export const CommunityPoolSpendProposalWithDeposit = {
1159
1162
  };
1160
1163
  },
1161
1164
  registerTypeUrl() {
1165
+ if (GlobalDecoderRegistry.getDecoder(CommunityPoolSpendProposalWithDeposit.typeUrl)) {
1166
+ return;
1167
+ }
1162
1168
  GlobalDecoderRegistry.register(CommunityPoolSpendProposalWithDeposit.typeUrl, CommunityPoolSpendProposalWithDeposit);
1163
1169
  GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposalWithDeposit.aminoType, CommunityPoolSpendProposalWithDeposit.typeUrl);
1164
1170
  }
@@ -325,6 +325,9 @@ export const TextProposal = {
325
325
  };
326
326
  },
327
327
  registerTypeUrl() {
328
+ if (GlobalDecoderRegistry.getDecoder(TextProposal.typeUrl)) {
329
+ return;
330
+ }
328
331
  GlobalDecoderRegistry.register(TextProposal.typeUrl, TextProposal);
329
332
  GlobalDecoderRegistry.registerAminoProtoMapping(TextProposal.aminoType, TextProposal.typeUrl);
330
333
  }
@@ -489,6 +489,9 @@ export const ThresholdDecisionPolicy = {
489
489
  };
490
490
  },
491
491
  registerTypeUrl() {
492
+ if (GlobalDecoderRegistry.getDecoder(ThresholdDecisionPolicy.typeUrl)) {
493
+ return;
494
+ }
492
495
  GlobalDecoderRegistry.register(ThresholdDecisionPolicy.typeUrl, ThresholdDecisionPolicy);
493
496
  GlobalDecoderRegistry.registerAminoProtoMapping(ThresholdDecisionPolicy.aminoType, ThresholdDecisionPolicy.typeUrl);
494
497
  DecisionPolicyWindows.registerTypeUrl();
@@ -582,6 +585,9 @@ export const PercentageDecisionPolicy = {
582
585
  };
583
586
  },
584
587
  registerTypeUrl() {
588
+ if (GlobalDecoderRegistry.getDecoder(PercentageDecisionPolicy.typeUrl)) {
589
+ return;
590
+ }
585
591
  GlobalDecoderRegistry.register(PercentageDecisionPolicy.typeUrl, PercentageDecisionPolicy);
586
592
  GlobalDecoderRegistry.registerAminoProtoMapping(PercentageDecisionPolicy.aminoType, PercentageDecisionPolicy.typeUrl);
587
593
  DecisionPolicyWindows.registerTypeUrl();
@@ -228,6 +228,9 @@ export const SoftwareUpgradeProposal = {
228
228
  };
229
229
  },
230
230
  registerTypeUrl() {
231
+ if (GlobalDecoderRegistry.getDecoder(SoftwareUpgradeProposal.typeUrl)) {
232
+ return;
233
+ }
231
234
  GlobalDecoderRegistry.register(SoftwareUpgradeProposal.typeUrl, SoftwareUpgradeProposal);
232
235
  GlobalDecoderRegistry.registerAminoProtoMapping(SoftwareUpgradeProposal.aminoType, SoftwareUpgradeProposal.typeUrl);
233
236
  Plan.registerTypeUrl();
@@ -321,6 +324,9 @@ export const CancelSoftwareUpgradeProposal = {
321
324
  };
322
325
  },
323
326
  registerTypeUrl() {
327
+ if (GlobalDecoderRegistry.getDecoder(CancelSoftwareUpgradeProposal.typeUrl)) {
328
+ return;
329
+ }
324
330
  GlobalDecoderRegistry.register(CancelSoftwareUpgradeProposal.typeUrl, CancelSoftwareUpgradeProposal);
325
331
  GlobalDecoderRegistry.registerAminoProtoMapping(CancelSoftwareUpgradeProposal.aminoType, CancelSoftwareUpgradeProposal.typeUrl);
326
332
  }
@@ -176,6 +176,9 @@ export const StoreCodeProposal = {
176
176
  };
177
177
  },
178
178
  registerTypeUrl() {
179
+ if (GlobalDecoderRegistry.getDecoder(StoreCodeProposal.typeUrl)) {
180
+ return;
181
+ }
179
182
  GlobalDecoderRegistry.register(StoreCodeProposal.typeUrl, StoreCodeProposal);
180
183
  GlobalDecoderRegistry.registerAminoProtoMapping(StoreCodeProposal.aminoType, StoreCodeProposal.typeUrl);
181
184
  AccessConfig.registerTypeUrl();
@@ -344,6 +347,9 @@ export const InstantiateContractProposal = {
344
347
  };
345
348
  },
346
349
  registerTypeUrl() {
350
+ if (GlobalDecoderRegistry.getDecoder(InstantiateContractProposal.typeUrl)) {
351
+ return;
352
+ }
347
353
  GlobalDecoderRegistry.register(InstantiateContractProposal.typeUrl, InstantiateContractProposal);
348
354
  GlobalDecoderRegistry.registerAminoProtoMapping(InstantiateContractProposal.aminoType, InstantiateContractProposal.typeUrl);
349
355
  Coin.registerTypeUrl();
@@ -536,6 +542,9 @@ export const InstantiateContract2Proposal = {
536
542
  };
537
543
  },
538
544
  registerTypeUrl() {
545
+ if (GlobalDecoderRegistry.getDecoder(InstantiateContract2Proposal.typeUrl)) {
546
+ return;
547
+ }
539
548
  GlobalDecoderRegistry.register(InstantiateContract2Proposal.typeUrl, InstantiateContract2Proposal);
540
549
  GlobalDecoderRegistry.registerAminoProtoMapping(InstantiateContract2Proposal.aminoType, InstantiateContract2Proposal.typeUrl);
541
550
  Coin.registerTypeUrl();
@@ -665,6 +674,9 @@ export const MigrateContractProposal = {
665
674
  };
666
675
  },
667
676
  registerTypeUrl() {
677
+ if (GlobalDecoderRegistry.getDecoder(MigrateContractProposal.typeUrl)) {
678
+ return;
679
+ }
668
680
  GlobalDecoderRegistry.register(MigrateContractProposal.typeUrl, MigrateContractProposal);
669
681
  GlobalDecoderRegistry.registerAminoProtoMapping(MigrateContractProposal.aminoType, MigrateContractProposal.typeUrl);
670
682
  }
@@ -781,6 +793,9 @@ export const SudoContractProposal = {
781
793
  };
782
794
  },
783
795
  registerTypeUrl() {
796
+ if (GlobalDecoderRegistry.getDecoder(SudoContractProposal.typeUrl)) {
797
+ return;
798
+ }
784
799
  GlobalDecoderRegistry.register(SudoContractProposal.typeUrl, SudoContractProposal);
785
800
  GlobalDecoderRegistry.registerAminoProtoMapping(SudoContractProposal.aminoType, SudoContractProposal.typeUrl);
786
801
  }
@@ -924,6 +939,9 @@ export const ExecuteContractProposal = {
924
939
  };
925
940
  },
926
941
  registerTypeUrl() {
942
+ if (GlobalDecoderRegistry.getDecoder(ExecuteContractProposal.typeUrl)) {
943
+ return;
944
+ }
927
945
  GlobalDecoderRegistry.register(ExecuteContractProposal.typeUrl, ExecuteContractProposal);
928
946
  GlobalDecoderRegistry.registerAminoProtoMapping(ExecuteContractProposal.aminoType, ExecuteContractProposal.typeUrl);
929
947
  Coin.registerTypeUrl();
@@ -1041,6 +1059,9 @@ export const UpdateAdminProposal = {
1041
1059
  };
1042
1060
  },
1043
1061
  registerTypeUrl() {
1062
+ if (GlobalDecoderRegistry.getDecoder(UpdateAdminProposal.typeUrl)) {
1063
+ return;
1064
+ }
1044
1065
  GlobalDecoderRegistry.register(UpdateAdminProposal.typeUrl, UpdateAdminProposal);
1045
1066
  GlobalDecoderRegistry.registerAminoProtoMapping(UpdateAdminProposal.aminoType, UpdateAdminProposal.typeUrl);
1046
1067
  }
@@ -1145,6 +1166,9 @@ export const ClearAdminProposal = {
1145
1166
  };
1146
1167
  },
1147
1168
  registerTypeUrl() {
1169
+ if (GlobalDecoderRegistry.getDecoder(ClearAdminProposal.typeUrl)) {
1170
+ return;
1171
+ }
1148
1172
  GlobalDecoderRegistry.register(ClearAdminProposal.typeUrl, ClearAdminProposal);
1149
1173
  GlobalDecoderRegistry.registerAminoProtoMapping(ClearAdminProposal.aminoType, ClearAdminProposal.typeUrl);
1150
1174
  }
@@ -1262,6 +1286,9 @@ export const PinCodesProposal = {
1262
1286
  };
1263
1287
  },
1264
1288
  registerTypeUrl() {
1289
+ if (GlobalDecoderRegistry.getDecoder(PinCodesProposal.typeUrl)) {
1290
+ return;
1291
+ }
1265
1292
  GlobalDecoderRegistry.register(PinCodesProposal.typeUrl, PinCodesProposal);
1266
1293
  GlobalDecoderRegistry.registerAminoProtoMapping(PinCodesProposal.aminoType, PinCodesProposal.typeUrl);
1267
1294
  }
@@ -1379,6 +1406,9 @@ export const UnpinCodesProposal = {
1379
1406
  };
1380
1407
  },
1381
1408
  registerTypeUrl() {
1409
+ if (GlobalDecoderRegistry.getDecoder(UnpinCodesProposal.typeUrl)) {
1410
+ return;
1411
+ }
1382
1412
  GlobalDecoderRegistry.register(UnpinCodesProposal.typeUrl, UnpinCodesProposal);
1383
1413
  GlobalDecoderRegistry.registerAminoProtoMapping(UnpinCodesProposal.aminoType, UnpinCodesProposal.typeUrl);
1384
1414
  }
@@ -1577,6 +1607,9 @@ export const UpdateInstantiateConfigProposal = {
1577
1607
  };
1578
1608
  },
1579
1609
  registerTypeUrl() {
1610
+ if (GlobalDecoderRegistry.getDecoder(UpdateInstantiateConfigProposal.typeUrl)) {
1611
+ return;
1612
+ }
1580
1613
  GlobalDecoderRegistry.register(UpdateInstantiateConfigProposal.typeUrl, UpdateInstantiateConfigProposal);
1581
1614
  GlobalDecoderRegistry.registerAminoProtoMapping(UpdateInstantiateConfigProposal.aminoType, UpdateInstantiateConfigProposal.typeUrl);
1582
1615
  AccessConfigUpdate.registerTypeUrl();
@@ -1805,6 +1838,9 @@ export const StoreAndInstantiateContractProposal = {
1805
1838
  };
1806
1839
  },
1807
1840
  registerTypeUrl() {
1841
+ if (GlobalDecoderRegistry.getDecoder(StoreAndInstantiateContractProposal.typeUrl)) {
1842
+ return;
1843
+ }
1808
1844
  GlobalDecoderRegistry.register(StoreAndInstantiateContractProposal.typeUrl, StoreAndInstantiateContractProposal);
1809
1845
  GlobalDecoderRegistry.registerAminoProtoMapping(StoreAndInstantiateContractProposal.aminoType, StoreAndInstantiateContractProposal.typeUrl);
1810
1846
  AccessConfig.registerTypeUrl();
package/esm/extern.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.9
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.9
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
package/esm/helpers.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@1.12.9
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
@@ -91,6 +91,9 @@ export const CreateSpotLimitOrderAuthz = {
91
91
  };
92
92
  },
93
93
  registerTypeUrl() {
94
+ if (GlobalDecoderRegistry.getDecoder(CreateSpotLimitOrderAuthz.typeUrl)) {
95
+ return;
96
+ }
94
97
  GlobalDecoderRegistry.register(CreateSpotLimitOrderAuthz.typeUrl, CreateSpotLimitOrderAuthz);
95
98
  GlobalDecoderRegistry.registerAminoProtoMapping(CreateSpotLimitOrderAuthz.aminoType, CreateSpotLimitOrderAuthz.typeUrl);
96
99
  }
@@ -186,6 +189,9 @@ export const CreateSpotMarketOrderAuthz = {
186
189
  };
187
190
  },
188
191
  registerTypeUrl() {
192
+ if (GlobalDecoderRegistry.getDecoder(CreateSpotMarketOrderAuthz.typeUrl)) {
193
+ return;
194
+ }
189
195
  GlobalDecoderRegistry.register(CreateSpotMarketOrderAuthz.typeUrl, CreateSpotMarketOrderAuthz);
190
196
  GlobalDecoderRegistry.registerAminoProtoMapping(CreateSpotMarketOrderAuthz.aminoType, CreateSpotMarketOrderAuthz.typeUrl);
191
197
  }
@@ -281,6 +287,9 @@ export const BatchCreateSpotLimitOrdersAuthz = {
281
287
  };
282
288
  },
283
289
  registerTypeUrl() {
290
+ if (GlobalDecoderRegistry.getDecoder(BatchCreateSpotLimitOrdersAuthz.typeUrl)) {
291
+ return;
292
+ }
284
293
  GlobalDecoderRegistry.register(BatchCreateSpotLimitOrdersAuthz.typeUrl, BatchCreateSpotLimitOrdersAuthz);
285
294
  GlobalDecoderRegistry.registerAminoProtoMapping(BatchCreateSpotLimitOrdersAuthz.aminoType, BatchCreateSpotLimitOrdersAuthz.typeUrl);
286
295
  }
@@ -376,6 +385,9 @@ export const CancelSpotOrderAuthz = {
376
385
  };
377
386
  },
378
387
  registerTypeUrl() {
388
+ if (GlobalDecoderRegistry.getDecoder(CancelSpotOrderAuthz.typeUrl)) {
389
+ return;
390
+ }
379
391
  GlobalDecoderRegistry.register(CancelSpotOrderAuthz.typeUrl, CancelSpotOrderAuthz);
380
392
  GlobalDecoderRegistry.registerAminoProtoMapping(CancelSpotOrderAuthz.aminoType, CancelSpotOrderAuthz.typeUrl);
381
393
  }
@@ -471,6 +483,9 @@ export const BatchCancelSpotOrdersAuthz = {
471
483
  };
472
484
  },
473
485
  registerTypeUrl() {
486
+ if (GlobalDecoderRegistry.getDecoder(BatchCancelSpotOrdersAuthz.typeUrl)) {
487
+ return;
488
+ }
474
489
  GlobalDecoderRegistry.register(BatchCancelSpotOrdersAuthz.typeUrl, BatchCancelSpotOrdersAuthz);
475
490
  GlobalDecoderRegistry.registerAminoProtoMapping(BatchCancelSpotOrdersAuthz.aminoType, BatchCancelSpotOrdersAuthz.typeUrl);
476
491
  }
@@ -566,6 +581,9 @@ export const CreateDerivativeLimitOrderAuthz = {
566
581
  };
567
582
  },
568
583
  registerTypeUrl() {
584
+ if (GlobalDecoderRegistry.getDecoder(CreateDerivativeLimitOrderAuthz.typeUrl)) {
585
+ return;
586
+ }
569
587
  GlobalDecoderRegistry.register(CreateDerivativeLimitOrderAuthz.typeUrl, CreateDerivativeLimitOrderAuthz);
570
588
  GlobalDecoderRegistry.registerAminoProtoMapping(CreateDerivativeLimitOrderAuthz.aminoType, CreateDerivativeLimitOrderAuthz.typeUrl);
571
589
  }
@@ -661,6 +679,9 @@ export const CreateDerivativeMarketOrderAuthz = {
661
679
  };
662
680
  },
663
681
  registerTypeUrl() {
682
+ if (GlobalDecoderRegistry.getDecoder(CreateDerivativeMarketOrderAuthz.typeUrl)) {
683
+ return;
684
+ }
664
685
  GlobalDecoderRegistry.register(CreateDerivativeMarketOrderAuthz.typeUrl, CreateDerivativeMarketOrderAuthz);
665
686
  GlobalDecoderRegistry.registerAminoProtoMapping(CreateDerivativeMarketOrderAuthz.aminoType, CreateDerivativeMarketOrderAuthz.typeUrl);
666
687
  }
@@ -756,6 +777,9 @@ export const BatchCreateDerivativeLimitOrdersAuthz = {
756
777
  };
757
778
  },
758
779
  registerTypeUrl() {
780
+ if (GlobalDecoderRegistry.getDecoder(BatchCreateDerivativeLimitOrdersAuthz.typeUrl)) {
781
+ return;
782
+ }
759
783
  GlobalDecoderRegistry.register(BatchCreateDerivativeLimitOrdersAuthz.typeUrl, BatchCreateDerivativeLimitOrdersAuthz);
760
784
  GlobalDecoderRegistry.registerAminoProtoMapping(BatchCreateDerivativeLimitOrdersAuthz.aminoType, BatchCreateDerivativeLimitOrdersAuthz.typeUrl);
761
785
  }
@@ -851,6 +875,9 @@ export const CancelDerivativeOrderAuthz = {
851
875
  };
852
876
  },
853
877
  registerTypeUrl() {
878
+ if (GlobalDecoderRegistry.getDecoder(CancelDerivativeOrderAuthz.typeUrl)) {
879
+ return;
880
+ }
854
881
  GlobalDecoderRegistry.register(CancelDerivativeOrderAuthz.typeUrl, CancelDerivativeOrderAuthz);
855
882
  GlobalDecoderRegistry.registerAminoProtoMapping(CancelDerivativeOrderAuthz.aminoType, CancelDerivativeOrderAuthz.typeUrl);
856
883
  }
@@ -946,6 +973,9 @@ export const BatchCancelDerivativeOrdersAuthz = {
946
973
  };
947
974
  },
948
975
  registerTypeUrl() {
976
+ if (GlobalDecoderRegistry.getDecoder(BatchCancelDerivativeOrdersAuthz.typeUrl)) {
977
+ return;
978
+ }
949
979
  GlobalDecoderRegistry.register(BatchCancelDerivativeOrdersAuthz.typeUrl, BatchCancelDerivativeOrdersAuthz);
950
980
  GlobalDecoderRegistry.registerAminoProtoMapping(BatchCancelDerivativeOrdersAuthz.aminoType, BatchCancelDerivativeOrdersAuthz.typeUrl);
951
981
  }
@@ -1056,6 +1086,9 @@ export const BatchUpdateOrdersAuthz = {
1056
1086
  };
1057
1087
  },
1058
1088
  registerTypeUrl() {
1089
+ if (GlobalDecoderRegistry.getDecoder(BatchUpdateOrdersAuthz.typeUrl)) {
1090
+ return;
1091
+ }
1059
1092
  GlobalDecoderRegistry.register(BatchUpdateOrdersAuthz.typeUrl, BatchUpdateOrdersAuthz);
1060
1093
  GlobalDecoderRegistry.registerAminoProtoMapping(BatchUpdateOrdersAuthz.aminoType, BatchUpdateOrdersAuthz.typeUrl);
1061
1094
  }