@skip-go/client 1.0.2 → 1.0.3

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 (106) hide show
  1. package/dist/api/getAssets.cjs +15 -0
  2. package/dist/api/{getAssets.d.ts → getAssets.d.cts} +2 -2
  3. package/dist/api/getAssetsBetweenChains.cjs +11 -0
  4. package/dist/api/{getAssetsBetweenChains.d.ts → getAssetsBetweenChains.d.cts} +2 -2
  5. package/dist/api/getBridges.cjs +11 -0
  6. package/dist/api/{getBridges.d.ts → getBridges.d.cts} +2 -2
  7. package/dist/api/getChains.cjs +11 -0
  8. package/dist/api/{getChains.d.ts → getChains.d.cts} +2 -2
  9. package/dist/api/getVenues.cjs +11 -0
  10. package/dist/api/{getVenues.d.ts → getVenues.d.cts} +1 -1
  11. package/dist/api/postAssetsFromSource.cjs +12 -0
  12. package/dist/api/{postAssetsFromSource.d.ts → postAssetsFromSource.d.cts} +2 -2
  13. package/dist/api/postBalances.cjs +11 -0
  14. package/dist/api/{postBalances.d.ts → postBalances.d.cts} +3 -3
  15. package/dist/api/postIbcOriginAssets.cjs +11 -0
  16. package/dist/api/{postIbcOriginAssets.d.ts → postIbcOriginAssets.d.cts} +1 -1
  17. package/dist/api/postMessages.cjs +11 -0
  18. package/dist/api/{postMessages.d.ts → postMessages.d.cts} +186 -186
  19. package/dist/api/postMessagesDirect.cjs +11 -0
  20. package/dist/api/{postMessagesDirect.d.ts → postMessagesDirect.d.cts} +185 -185
  21. package/dist/api/postRecommendAssets.cjs +11 -0
  22. package/dist/api/{postRecommendAssets.d.ts → postRecommendAssets.d.cts} +2 -2
  23. package/dist/api/postRoute.cjs +11 -0
  24. package/dist/api/{postRoute.d.ts → postRoute.d.cts} +163 -163
  25. package/dist/api/postSubmitTransaction.cjs +11 -0
  26. package/dist/api/{postSubmitTransaction.d.ts → postSubmitTransaction.d.cts} +1 -1
  27. package/dist/api/postTrackTransaction.cjs +11 -0
  28. package/dist/api/{postTrackTransaction.d.ts → postTrackTransaction.d.cts} +1 -1
  29. package/dist/api/postTransactionStatus.cjs +11 -0
  30. package/dist/api/{postTransactionStatus.d.ts → postTransactionStatus.d.cts} +3 -3
  31. package/dist/chunk-32MRDO7V.cjs +12 -0
  32. package/dist/chunk-44PBLFB5.cjs +24 -0
  33. package/dist/{chunk-VQ5SIQWU.js → chunk-4R6OCWRR.cjs} +3 -1
  34. package/dist/{chunk-SQGWZAUC.js → chunk-5IAEEEOQ.cjs} +243 -221
  35. package/dist/{chunk-4JJWOILI.js → chunk-77ITCT75.cjs} +5 -3
  36. package/dist/{chunk-3OZQ35X3.js → chunk-7OIZPQJB.cjs} +174 -111
  37. package/dist/{chunk-JTIHU43D.js → chunk-7SK3IFXJ.cjs} +6 -1
  38. package/dist/chunk-DAMZSSOH.cjs +12 -0
  39. package/dist/{chunk-BRMONS6A.js → chunk-ED2OY55G.cjs} +11 -5
  40. package/dist/{chunk-735L35R6.js → chunk-G7BBDZ7C.cjs} +208 -186
  41. package/dist/{chunk-W6TBGBV3.js → chunk-HAR3IXDE.cjs} +31 -1
  42. package/dist/chunk-ISHM4QWP.cjs +16 -0
  43. package/dist/{chunk-VMPFHQ7U.js → chunk-J4LI33TK.cjs} +11 -9
  44. package/dist/chunk-KDN7RCGP.cjs +13 -0
  45. package/dist/{chunk-SWYON2RG.js → chunk-KZOSEIWH.cjs} +4 -1
  46. package/dist/chunk-L5V5PASH.cjs +12 -0
  47. package/dist/chunk-LXYLWTNZ.cjs +12 -0
  48. package/dist/{chunk-C2EDPY6J.js → chunk-PNWIJSMA.cjs} +5 -3
  49. package/dist/{chunk-PRQ2NHRZ.js → chunk-RDOSNDAQ.cjs} +5 -3
  50. package/dist/{chunk-GARVPN2H.js → chunk-SFMBRLUS.cjs} +6 -4
  51. package/dist/{chunk-3N7XVGLX.js → chunk-SW3SEQMJ.cjs} +51 -47
  52. package/dist/chunk-URLFWBSC.cjs +11 -0
  53. package/dist/{chunk-KNV72XRZ.js → chunk-VI7UMBQ7.cjs} +5 -3
  54. package/dist/{chunk-TW77BXMT.js → chunk-ZNXE6PUV.cjs} +9 -7
  55. package/dist/{client-types-CxjtffyG.d.ts → client-types-qvyKvyFh.d.cts} +1 -1
  56. package/dist/{executeRoute-BKvMVd1I.d.ts → executeRoute-BKRpODCc.d.cts} +3 -3
  57. package/dist/{generateApi-DqCp36fX.d.ts → generateApi-C0amiydg.d.cts} +1 -1
  58. package/dist/index.cjs +209 -0
  59. package/dist/{index.d.ts → index.d.cts} +25 -25
  60. package/dist/public-functions/executeRoute.cjs +21 -0
  61. package/dist/public-functions/{executeRoute.d.ts → executeRoute.d.cts} +4 -4
  62. package/dist/public-functions/getFeeInfoForChain.cjs +14 -0
  63. package/dist/public-functions/{getFeeInfoForChain.d.ts → getFeeInfoForChain.d.cts} +2 -2
  64. package/dist/public-functions/getRecommendedGasPrice.cjs +16 -0
  65. package/dist/public-functions/{getRecommendedGasPrice.d.ts → getRecommendedGasPrice.d.cts} +1 -1
  66. package/dist/public-functions/getSigningStargateClient.cjs +13 -0
  67. package/dist/public-functions/setApiOptions.cjs +11 -0
  68. package/dist/public-functions/{setApiOptions.d.ts → setApiOptions.d.cts} +2 -2
  69. package/dist/public-functions/setClientOptions.cjs +13 -0
  70. package/dist/public-functions/setClientOptions.d.cts +9 -0
  71. package/dist/{setClientOptions-DbanEIwL.d.ts → setClientOptions-CT6CHI9I.d.cts} +2 -2
  72. package/package.json +6 -6
  73. package/dist/api/getAssets.js +0 -2
  74. package/dist/api/getAssetsBetweenChains.js +0 -2
  75. package/dist/api/getBridges.js +0 -2
  76. package/dist/api/getChains.js +0 -2
  77. package/dist/api/getVenues.js +0 -2
  78. package/dist/api/postAssetsFromSource.js +0 -3
  79. package/dist/api/postBalances.js +0 -2
  80. package/dist/api/postIbcOriginAssets.js +0 -2
  81. package/dist/api/postMessages.js +0 -2
  82. package/dist/api/postMessagesDirect.js +0 -2
  83. package/dist/api/postRecommendAssets.js +0 -2
  84. package/dist/api/postRoute.js +0 -2
  85. package/dist/api/postSubmitTransaction.js +0 -2
  86. package/dist/api/postTrackTransaction.js +0 -2
  87. package/dist/api/postTransactionStatus.js +0 -2
  88. package/dist/chunk-33K6EESX.js +0 -10
  89. package/dist/chunk-BQTQJQ5E.js +0 -10
  90. package/dist/chunk-BRJDNGYH.js +0 -22
  91. package/dist/chunk-DW4U6YI6.js +0 -10
  92. package/dist/chunk-MGVXJ2U4.js +0 -11
  93. package/dist/chunk-MTMPHY3Y.js +0 -9
  94. package/dist/chunk-RDRDFJQE.js +0 -10
  95. package/dist/chunk-RMP3HM5N.js +0 -14
  96. package/dist/index.js +0 -24
  97. package/dist/public-functions/executeRoute.js +0 -12
  98. package/dist/public-functions/getFeeInfoForChain.js +0 -5
  99. package/dist/public-functions/getRecommendedGasPrice.js +0 -7
  100. package/dist/public-functions/getSigningStargateClient.js +0 -4
  101. package/dist/public-functions/setApiOptions.js +0 -2
  102. package/dist/public-functions/setClientOptions.d.ts +0 -9
  103. package/dist/public-functions/setClientOptions.js +0 -4
  104. /package/dist/{apiState-CdzxTxYd.d.ts → apiState-CdzxTxYd.d.cts} +0 -0
  105. /package/dist/public-functions/{getSigningStargateClient.d.ts → getSigningStargateClient.d.cts} +0 -0
  106. /package/dist/{swaggerTypes-O9-gvCT1.d.ts → swaggerTypes-O9-gvCT1.d.cts} +0 -0
@@ -1,143 +1,165 @@
1
- import { MsgAcceptOwner, MsgAddRemoteTokenMessenger, MsgDepositForBurn, MsgDepositForBurnWithCaller, MsgDisableAttester, MsgEnableAttester, MsgLinkTokenPair, MsgPauseBurningAndMinting, MsgPauseSendingAndReceivingMessages, MsgReceiveMessage, MsgRemoveRemoteTokenMessenger, MsgReplaceDepositForBurn, MsgReplaceMessage, MsgSendMessage, MsgSendMessageWithCaller, MsgUnlinkTokenPair, MsgUnpauseBurningAndMinting, MsgUnpauseSendingAndReceivingMessages, MsgUpdateOwner, MsgUpdateAttesterManager, MsgUpdateTokenController, MsgUpdatePauser, MsgUpdateMaxMessageBodySize, MsgSetMaxBurnAmountPerMessage, MsgUpdateSignatureThreshold, MsgExecute, MsgInitiateTokenDeposit, Coin, isSet, Long, Timestamp, toTimestamp, Period, fromTimestamp, fromJsonTimestamp, padDecimal } from './chunk-3OZQ35X3.js';
2
- import { ClientState } from './chunk-BRMONS6A.js';
3
- import { ApiState, createRequestClient } from './chunk-W6TBGBV3.js';
4
- import { AminoTypes, createDefaultAminoConverters, defaultRegistryTypes } from '@cosmjs/stargate';
5
- import { createWasmAminoConverters } from '@cosmjs/cosmwasm-stargate/build/modules/wasm/aminomessages';
6
- import '@cosmjs/proto-signing';
7
- import '@cosmjs/tendermint-rpc';
8
- import * as _m08 from 'protobufjs/minimal';
9
- import { Decimal } from '@cosmjs/math';
10
- import { Registry } from '@cosmjs/proto-signing/build/registry';
11
- import { MsgExecuteContract } from 'cosmjs-types/cosmwasm/wasm/v1/tx';
1
+ 'use strict';
12
2
 
13
- var registry = [["/circle.cctp.v1.MsgAcceptOwner", MsgAcceptOwner], ["/circle.cctp.v1.MsgAddRemoteTokenMessenger", MsgAddRemoteTokenMessenger], ["/circle.cctp.v1.MsgDepositForBurn", MsgDepositForBurn], ["/circle.cctp.v1.MsgDepositForBurnWithCaller", MsgDepositForBurnWithCaller], ["/circle.cctp.v1.MsgDisableAttester", MsgDisableAttester], ["/circle.cctp.v1.MsgEnableAttester", MsgEnableAttester], ["/circle.cctp.v1.MsgLinkTokenPair", MsgLinkTokenPair], ["/circle.cctp.v1.MsgPauseBurningAndMinting", MsgPauseBurningAndMinting], ["/circle.cctp.v1.MsgPauseSendingAndReceivingMessages", MsgPauseSendingAndReceivingMessages], ["/circle.cctp.v1.MsgReceiveMessage", MsgReceiveMessage], ["/circle.cctp.v1.MsgRemoveRemoteTokenMessenger", MsgRemoveRemoteTokenMessenger], ["/circle.cctp.v1.MsgReplaceDepositForBurn", MsgReplaceDepositForBurn], ["/circle.cctp.v1.MsgReplaceMessage", MsgReplaceMessage], ["/circle.cctp.v1.MsgSendMessage", MsgSendMessage], ["/circle.cctp.v1.MsgSendMessageWithCaller", MsgSendMessageWithCaller], ["/circle.cctp.v1.MsgUnlinkTokenPair", MsgUnlinkTokenPair], ["/circle.cctp.v1.MsgUnpauseBurningAndMinting", MsgUnpauseBurningAndMinting], ["/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages", MsgUnpauseSendingAndReceivingMessages], ["/circle.cctp.v1.MsgUpdateOwner", MsgUpdateOwner], ["/circle.cctp.v1.MsgUpdateAttesterManager", MsgUpdateAttesterManager], ["/circle.cctp.v1.MsgUpdateTokenController", MsgUpdateTokenController], ["/circle.cctp.v1.MsgUpdatePauser", MsgUpdatePauser], ["/circle.cctp.v1.MsgUpdateMaxMessageBodySize", MsgUpdateMaxMessageBodySize], ["/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage", MsgSetMaxBurnAmountPerMessage], ["/circle.cctp.v1.MsgUpdateSignatureThreshold", MsgUpdateSignatureThreshold]];
3
+ var chunk7OIZPQJB_cjs = require('./chunk-7OIZPQJB.cjs');
4
+ var chunkED2OY55G_cjs = require('./chunk-ED2OY55G.cjs');
5
+ var chunkHAR3IXDE_cjs = require('./chunk-HAR3IXDE.cjs');
6
+ var stargate = require('@cosmjs/stargate');
7
+ var aminomessages = require('@cosmjs/cosmwasm-stargate/build/modules/wasm/aminomessages');
8
+ require('@cosmjs/proto-signing');
9
+ require('@cosmjs/tendermint-rpc');
10
+ var _m08 = require('protobufjs/minimal');
11
+ var math = require('@cosmjs/math');
12
+ var registry$1 = require('@cosmjs/proto-signing/build/registry');
13
+ var tx = require('cosmjs-types/cosmwasm/wasm/v1/tx');
14
+
15
+ function _interopNamespace(e) {
16
+ if (e && e.__esModule) return e;
17
+ var n = Object.create(null);
18
+ if (e) {
19
+ Object.keys(e).forEach(function (k) {
20
+ if (k !== 'default') {
21
+ var d = Object.getOwnPropertyDescriptor(e, k);
22
+ Object.defineProperty(n, k, d.get ? d : {
23
+ enumerable: true,
24
+ get: function () { return e[k]; }
25
+ });
26
+ }
27
+ });
28
+ }
29
+ n.default = e;
30
+ return Object.freeze(n);
31
+ }
32
+
33
+ var _m08__namespace = /*#__PURE__*/_interopNamespace(_m08);
34
+
35
+ var registry = [["/circle.cctp.v1.MsgAcceptOwner", chunk7OIZPQJB_cjs.MsgAcceptOwner], ["/circle.cctp.v1.MsgAddRemoteTokenMessenger", chunk7OIZPQJB_cjs.MsgAddRemoteTokenMessenger], ["/circle.cctp.v1.MsgDepositForBurn", chunk7OIZPQJB_cjs.MsgDepositForBurn], ["/circle.cctp.v1.MsgDepositForBurnWithCaller", chunk7OIZPQJB_cjs.MsgDepositForBurnWithCaller], ["/circle.cctp.v1.MsgDisableAttester", chunk7OIZPQJB_cjs.MsgDisableAttester], ["/circle.cctp.v1.MsgEnableAttester", chunk7OIZPQJB_cjs.MsgEnableAttester], ["/circle.cctp.v1.MsgLinkTokenPair", chunk7OIZPQJB_cjs.MsgLinkTokenPair], ["/circle.cctp.v1.MsgPauseBurningAndMinting", chunk7OIZPQJB_cjs.MsgPauseBurningAndMinting], ["/circle.cctp.v1.MsgPauseSendingAndReceivingMessages", chunk7OIZPQJB_cjs.MsgPauseSendingAndReceivingMessages], ["/circle.cctp.v1.MsgReceiveMessage", chunk7OIZPQJB_cjs.MsgReceiveMessage], ["/circle.cctp.v1.MsgRemoveRemoteTokenMessenger", chunk7OIZPQJB_cjs.MsgRemoveRemoteTokenMessenger], ["/circle.cctp.v1.MsgReplaceDepositForBurn", chunk7OIZPQJB_cjs.MsgReplaceDepositForBurn], ["/circle.cctp.v1.MsgReplaceMessage", chunk7OIZPQJB_cjs.MsgReplaceMessage], ["/circle.cctp.v1.MsgSendMessage", chunk7OIZPQJB_cjs.MsgSendMessage], ["/circle.cctp.v1.MsgSendMessageWithCaller", chunk7OIZPQJB_cjs.MsgSendMessageWithCaller], ["/circle.cctp.v1.MsgUnlinkTokenPair", chunk7OIZPQJB_cjs.MsgUnlinkTokenPair], ["/circle.cctp.v1.MsgUnpauseBurningAndMinting", chunk7OIZPQJB_cjs.MsgUnpauseBurningAndMinting], ["/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages", chunk7OIZPQJB_cjs.MsgUnpauseSendingAndReceivingMessages], ["/circle.cctp.v1.MsgUpdateOwner", chunk7OIZPQJB_cjs.MsgUpdateOwner], ["/circle.cctp.v1.MsgUpdateAttesterManager", chunk7OIZPQJB_cjs.MsgUpdateAttesterManager], ["/circle.cctp.v1.MsgUpdateTokenController", chunk7OIZPQJB_cjs.MsgUpdateTokenController], ["/circle.cctp.v1.MsgUpdatePauser", chunk7OIZPQJB_cjs.MsgUpdatePauser], ["/circle.cctp.v1.MsgUpdateMaxMessageBodySize", chunk7OIZPQJB_cjs.MsgUpdateMaxMessageBodySize], ["/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage", chunk7OIZPQJB_cjs.MsgSetMaxBurnAmountPerMessage], ["/circle.cctp.v1.MsgUpdateSignatureThreshold", chunk7OIZPQJB_cjs.MsgUpdateSignatureThreshold]];
14
36
 
15
37
  // src/codegen/circle/cctp/v1/tx.amino.ts
16
38
  var AminoConverter = {
17
39
  "/circle.cctp.v1.MsgAcceptOwner": {
18
40
  aminoType: "cctp/AcceptOwner",
19
- toAmino: MsgAcceptOwner.toAmino,
20
- fromAmino: MsgAcceptOwner.fromAmino
41
+ toAmino: chunk7OIZPQJB_cjs.MsgAcceptOwner.toAmino,
42
+ fromAmino: chunk7OIZPQJB_cjs.MsgAcceptOwner.fromAmino
21
43
  },
22
44
  "/circle.cctp.v1.MsgAddRemoteTokenMessenger": {
23
45
  aminoType: "cctp/AddRemoteTokenMessenger",
24
- toAmino: MsgAddRemoteTokenMessenger.toAmino,
25
- fromAmino: MsgAddRemoteTokenMessenger.fromAmino
46
+ toAmino: chunk7OIZPQJB_cjs.MsgAddRemoteTokenMessenger.toAmino,
47
+ fromAmino: chunk7OIZPQJB_cjs.MsgAddRemoteTokenMessenger.fromAmino
26
48
  },
27
49
  "/circle.cctp.v1.MsgDepositForBurn": {
28
50
  aminoType: "cctp/DepositForBurn",
29
- toAmino: MsgDepositForBurn.toAmino,
30
- fromAmino: MsgDepositForBurn.fromAmino
51
+ toAmino: chunk7OIZPQJB_cjs.MsgDepositForBurn.toAmino,
52
+ fromAmino: chunk7OIZPQJB_cjs.MsgDepositForBurn.fromAmino
31
53
  },
32
54
  "/circle.cctp.v1.MsgDepositForBurnWithCaller": {
33
55
  aminoType: "cctp/DepositForBurnWithCaller",
34
- toAmino: MsgDepositForBurnWithCaller.toAmino,
35
- fromAmino: MsgDepositForBurnWithCaller.fromAmino
56
+ toAmino: chunk7OIZPQJB_cjs.MsgDepositForBurnWithCaller.toAmino,
57
+ fromAmino: chunk7OIZPQJB_cjs.MsgDepositForBurnWithCaller.fromAmino
36
58
  },
37
59
  "/circle.cctp.v1.MsgDisableAttester": {
38
60
  aminoType: "cctp/DisableAttester",
39
- toAmino: MsgDisableAttester.toAmino,
40
- fromAmino: MsgDisableAttester.fromAmino
61
+ toAmino: chunk7OIZPQJB_cjs.MsgDisableAttester.toAmino,
62
+ fromAmino: chunk7OIZPQJB_cjs.MsgDisableAttester.fromAmino
41
63
  },
42
64
  "/circle.cctp.v1.MsgEnableAttester": {
43
65
  aminoType: "cctp/EnableAttester",
44
- toAmino: MsgEnableAttester.toAmino,
45
- fromAmino: MsgEnableAttester.fromAmino
66
+ toAmino: chunk7OIZPQJB_cjs.MsgEnableAttester.toAmino,
67
+ fromAmino: chunk7OIZPQJB_cjs.MsgEnableAttester.fromAmino
46
68
  },
47
69
  "/circle.cctp.v1.MsgLinkTokenPair": {
48
70
  aminoType: "cctp/LinkTokenPair",
49
- toAmino: MsgLinkTokenPair.toAmino,
50
- fromAmino: MsgLinkTokenPair.fromAmino
71
+ toAmino: chunk7OIZPQJB_cjs.MsgLinkTokenPair.toAmino,
72
+ fromAmino: chunk7OIZPQJB_cjs.MsgLinkTokenPair.fromAmino
51
73
  },
52
74
  "/circle.cctp.v1.MsgPauseBurningAndMinting": {
53
75
  aminoType: "cctp/PauseBurningAndMinting",
54
- toAmino: MsgPauseBurningAndMinting.toAmino,
55
- fromAmino: MsgPauseBurningAndMinting.fromAmino
76
+ toAmino: chunk7OIZPQJB_cjs.MsgPauseBurningAndMinting.toAmino,
77
+ fromAmino: chunk7OIZPQJB_cjs.MsgPauseBurningAndMinting.fromAmino
56
78
  },
57
79
  "/circle.cctp.v1.MsgPauseSendingAndReceivingMessages": {
58
80
  aminoType: "cctp/PauseSendingAndReceivingMessages",
59
- toAmino: MsgPauseSendingAndReceivingMessages.toAmino,
60
- fromAmino: MsgPauseSendingAndReceivingMessages.fromAmino
81
+ toAmino: chunk7OIZPQJB_cjs.MsgPauseSendingAndReceivingMessages.toAmino,
82
+ fromAmino: chunk7OIZPQJB_cjs.MsgPauseSendingAndReceivingMessages.fromAmino
61
83
  },
62
84
  "/circle.cctp.v1.MsgReceiveMessage": {
63
85
  aminoType: "cctp/ReceiveMessage",
64
- toAmino: MsgReceiveMessage.toAmino,
65
- fromAmino: MsgReceiveMessage.fromAmino
86
+ toAmino: chunk7OIZPQJB_cjs.MsgReceiveMessage.toAmino,
87
+ fromAmino: chunk7OIZPQJB_cjs.MsgReceiveMessage.fromAmino
66
88
  },
67
89
  "/circle.cctp.v1.MsgRemoveRemoteTokenMessenger": {
68
90
  aminoType: "cctp/RemoveRemoteTokenMessenger",
69
- toAmino: MsgRemoveRemoteTokenMessenger.toAmino,
70
- fromAmino: MsgRemoveRemoteTokenMessenger.fromAmino
91
+ toAmino: chunk7OIZPQJB_cjs.MsgRemoveRemoteTokenMessenger.toAmino,
92
+ fromAmino: chunk7OIZPQJB_cjs.MsgRemoveRemoteTokenMessenger.fromAmino
71
93
  },
72
94
  "/circle.cctp.v1.MsgReplaceDepositForBurn": {
73
95
  aminoType: "cctp/ReplaceDepositForBurn",
74
- toAmino: MsgReplaceDepositForBurn.toAmino,
75
- fromAmino: MsgReplaceDepositForBurn.fromAmino
96
+ toAmino: chunk7OIZPQJB_cjs.MsgReplaceDepositForBurn.toAmino,
97
+ fromAmino: chunk7OIZPQJB_cjs.MsgReplaceDepositForBurn.fromAmino
76
98
  },
77
99
  "/circle.cctp.v1.MsgReplaceMessage": {
78
100
  aminoType: "cctp/ReplaceMessage",
79
- toAmino: MsgReplaceMessage.toAmino,
80
- fromAmino: MsgReplaceMessage.fromAmino
101
+ toAmino: chunk7OIZPQJB_cjs.MsgReplaceMessage.toAmino,
102
+ fromAmino: chunk7OIZPQJB_cjs.MsgReplaceMessage.fromAmino
81
103
  },
82
104
  "/circle.cctp.v1.MsgSendMessage": {
83
105
  aminoType: "cctp/SendMessage",
84
- toAmino: MsgSendMessage.toAmino,
85
- fromAmino: MsgSendMessage.fromAmino
106
+ toAmino: chunk7OIZPQJB_cjs.MsgSendMessage.toAmino,
107
+ fromAmino: chunk7OIZPQJB_cjs.MsgSendMessage.fromAmino
86
108
  },
87
109
  "/circle.cctp.v1.MsgSendMessageWithCaller": {
88
110
  aminoType: "cctp/SendMessageWithCaller",
89
- toAmino: MsgSendMessageWithCaller.toAmino,
90
- fromAmino: MsgSendMessageWithCaller.fromAmino
111
+ toAmino: chunk7OIZPQJB_cjs.MsgSendMessageWithCaller.toAmino,
112
+ fromAmino: chunk7OIZPQJB_cjs.MsgSendMessageWithCaller.fromAmino
91
113
  },
92
114
  "/circle.cctp.v1.MsgUnlinkTokenPair": {
93
115
  aminoType: "cctp/UnlinkTokenPair",
94
- toAmino: MsgUnlinkTokenPair.toAmino,
95
- fromAmino: MsgUnlinkTokenPair.fromAmino
116
+ toAmino: chunk7OIZPQJB_cjs.MsgUnlinkTokenPair.toAmino,
117
+ fromAmino: chunk7OIZPQJB_cjs.MsgUnlinkTokenPair.fromAmino
96
118
  },
97
119
  "/circle.cctp.v1.MsgUnpauseBurningAndMinting": {
98
120
  aminoType: "cctp/UnpauseBurningAndMinting",
99
- toAmino: MsgUnpauseBurningAndMinting.toAmino,
100
- fromAmino: MsgUnpauseBurningAndMinting.fromAmino
121
+ toAmino: chunk7OIZPQJB_cjs.MsgUnpauseBurningAndMinting.toAmino,
122
+ fromAmino: chunk7OIZPQJB_cjs.MsgUnpauseBurningAndMinting.fromAmino
101
123
  },
102
124
  "/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages": {
103
125
  aminoType: "cctp/UnpauseSendingAndReceivingMessages",
104
- toAmino: MsgUnpauseSendingAndReceivingMessages.toAmino,
105
- fromAmino: MsgUnpauseSendingAndReceivingMessages.fromAmino
126
+ toAmino: chunk7OIZPQJB_cjs.MsgUnpauseSendingAndReceivingMessages.toAmino,
127
+ fromAmino: chunk7OIZPQJB_cjs.MsgUnpauseSendingAndReceivingMessages.fromAmino
106
128
  },
107
129
  "/circle.cctp.v1.MsgUpdateOwner": {
108
130
  aminoType: "cctp/UpdateOwner",
109
- toAmino: MsgUpdateOwner.toAmino,
110
- fromAmino: MsgUpdateOwner.fromAmino
131
+ toAmino: chunk7OIZPQJB_cjs.MsgUpdateOwner.toAmino,
132
+ fromAmino: chunk7OIZPQJB_cjs.MsgUpdateOwner.fromAmino
111
133
  },
112
134
  "/circle.cctp.v1.MsgUpdateAttesterManager": {
113
135
  aminoType: "cctp/UpdateAttesterManager",
114
- toAmino: MsgUpdateAttesterManager.toAmino,
115
- fromAmino: MsgUpdateAttesterManager.fromAmino
136
+ toAmino: chunk7OIZPQJB_cjs.MsgUpdateAttesterManager.toAmino,
137
+ fromAmino: chunk7OIZPQJB_cjs.MsgUpdateAttesterManager.fromAmino
116
138
  },
117
139
  "/circle.cctp.v1.MsgUpdateTokenController": {
118
140
  aminoType: "cctp/UpdateTokenController",
119
- toAmino: MsgUpdateTokenController.toAmino,
120
- fromAmino: MsgUpdateTokenController.fromAmino
141
+ toAmino: chunk7OIZPQJB_cjs.MsgUpdateTokenController.toAmino,
142
+ fromAmino: chunk7OIZPQJB_cjs.MsgUpdateTokenController.fromAmino
121
143
  },
122
144
  "/circle.cctp.v1.MsgUpdatePauser": {
123
145
  aminoType: "cctp/UpdatePauser",
124
- toAmino: MsgUpdatePauser.toAmino,
125
- fromAmino: MsgUpdatePauser.fromAmino
146
+ toAmino: chunk7OIZPQJB_cjs.MsgUpdatePauser.toAmino,
147
+ fromAmino: chunk7OIZPQJB_cjs.MsgUpdatePauser.fromAmino
126
148
  },
127
149
  "/circle.cctp.v1.MsgUpdateMaxMessageBodySize": {
128
150
  aminoType: "cctp/UpdateMaxMessageBodySize",
129
- toAmino: MsgUpdateMaxMessageBodySize.toAmino,
130
- fromAmino: MsgUpdateMaxMessageBodySize.fromAmino
151
+ toAmino: chunk7OIZPQJB_cjs.MsgUpdateMaxMessageBodySize.toAmino,
152
+ fromAmino: chunk7OIZPQJB_cjs.MsgUpdateMaxMessageBodySize.fromAmino
131
153
  },
132
154
  "/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage": {
133
155
  aminoType: "cctp/SetMaxBurnAmountPerMessage",
134
- toAmino: MsgSetMaxBurnAmountPerMessage.toAmino,
135
- fromAmino: MsgSetMaxBurnAmountPerMessage.fromAmino
156
+ toAmino: chunk7OIZPQJB_cjs.MsgSetMaxBurnAmountPerMessage.toAmino,
157
+ fromAmino: chunk7OIZPQJB_cjs.MsgSetMaxBurnAmountPerMessage.fromAmino
136
158
  },
137
159
  "/circle.cctp.v1.MsgUpdateSignatureThreshold": {
138
160
  aminoType: "cctp/UpdateSignatureThreshold",
139
- toAmino: MsgUpdateSignatureThreshold.toAmino,
140
- fromAmino: MsgUpdateSignatureThreshold.fromAmino
161
+ toAmino: chunk7OIZPQJB_cjs.MsgUpdateSignatureThreshold.toAmino,
162
+ fromAmino: chunk7OIZPQJB_cjs.MsgUpdateSignatureThreshold.fromAmino
141
163
  }
142
164
  };
143
165
 
@@ -154,7 +176,7 @@ function createBaseParams() {
154
176
  }
155
177
  var Params = {
156
178
  typeUrl: "/evmos.erc20.v1.Params",
157
- encode(message, writer = _m08.Writer.create()) {
179
+ encode(message, writer = _m08__namespace.Writer.create()) {
158
180
  if (message.enableErc20 === true) {
159
181
  writer.uint32(8).bool(message.enableErc20);
160
182
  }
@@ -164,7 +186,7 @@ var Params = {
164
186
  return writer;
165
187
  },
166
188
  decode(input, length) {
167
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
189
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
168
190
  let end = length === void 0 ? reader.len : reader.pos + length;
169
191
  const message = createBaseParams();
170
192
  while (reader.pos < end) {
@@ -185,8 +207,8 @@ var Params = {
185
207
  },
186
208
  fromJSON(object) {
187
209
  return {
188
- enableErc20: isSet(object.enableErc20) ? Boolean(object.enableErc20) : false,
189
- enableEvmHook: isSet(object.enableEvmHook) ? Boolean(object.enableEvmHook) : false
210
+ enableErc20: chunk7OIZPQJB_cjs.isSet(object.enableErc20) ? Boolean(object.enableErc20) : false,
211
+ enableEvmHook: chunk7OIZPQJB_cjs.isSet(object.enableEvmHook) ? Boolean(object.enableEvmHook) : false
190
212
  };
191
213
  },
192
214
  toJSON(message) {
@@ -241,16 +263,16 @@ var Params = {
241
263
  };
242
264
  function createBaseMsgConvertCoin() {
243
265
  return {
244
- coin: Coin.fromPartial({}),
266
+ coin: chunk7OIZPQJB_cjs.Coin.fromPartial({}),
245
267
  receiver: "",
246
268
  sender: ""
247
269
  };
248
270
  }
249
271
  var MsgConvertCoin = {
250
272
  typeUrl: "/evmos.erc20.v1.MsgConvertCoin",
251
- encode(message, writer = _m08.Writer.create()) {
273
+ encode(message, writer = _m08__namespace.Writer.create()) {
252
274
  if (message.coin !== void 0) {
253
- Coin.encode(message.coin, writer.uint32(10).fork()).ldelim();
275
+ chunk7OIZPQJB_cjs.Coin.encode(message.coin, writer.uint32(10).fork()).ldelim();
254
276
  }
255
277
  if (message.receiver !== "") {
256
278
  writer.uint32(18).string(message.receiver);
@@ -261,14 +283,14 @@ var MsgConvertCoin = {
261
283
  return writer;
262
284
  },
263
285
  decode(input, length) {
264
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
286
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
265
287
  let end = length === void 0 ? reader.len : reader.pos + length;
266
288
  const message = createBaseMsgConvertCoin();
267
289
  while (reader.pos < end) {
268
290
  const tag = reader.uint32();
269
291
  switch (tag >>> 3) {
270
292
  case 1:
271
- message.coin = Coin.decode(reader, reader.uint32());
293
+ message.coin = chunk7OIZPQJB_cjs.Coin.decode(reader, reader.uint32());
272
294
  break;
273
295
  case 2:
274
296
  message.receiver = reader.string();
@@ -285,21 +307,21 @@ var MsgConvertCoin = {
285
307
  },
286
308
  fromJSON(object) {
287
309
  return {
288
- coin: isSet(object.coin) ? Coin.fromJSON(object.coin) : void 0,
289
- receiver: isSet(object.receiver) ? String(object.receiver) : "",
290
- sender: isSet(object.sender) ? String(object.sender) : ""
310
+ coin: chunk7OIZPQJB_cjs.isSet(object.coin) ? chunk7OIZPQJB_cjs.Coin.fromJSON(object.coin) : void 0,
311
+ receiver: chunk7OIZPQJB_cjs.isSet(object.receiver) ? String(object.receiver) : "",
312
+ sender: chunk7OIZPQJB_cjs.isSet(object.sender) ? String(object.sender) : ""
291
313
  };
292
314
  },
293
315
  toJSON(message) {
294
316
  const obj = {};
295
- message.coin !== void 0 && (obj.coin = message.coin ? Coin.toJSON(message.coin) : void 0);
317
+ message.coin !== void 0 && (obj.coin = message.coin ? chunk7OIZPQJB_cjs.Coin.toJSON(message.coin) : void 0);
296
318
  message.receiver !== void 0 && (obj.receiver = message.receiver);
297
319
  message.sender !== void 0 && (obj.sender = message.sender);
298
320
  return obj;
299
321
  },
300
322
  fromPartial(object) {
301
323
  const message = createBaseMsgConvertCoin();
302
- message.coin = object.coin !== void 0 && object.coin !== null ? Coin.fromPartial(object.coin) : void 0;
324
+ message.coin = object.coin !== void 0 && object.coin !== null ? chunk7OIZPQJB_cjs.Coin.fromPartial(object.coin) : void 0;
303
325
  message.receiver = object.receiver ?? "";
304
326
  message.sender = object.sender ?? "";
305
327
  return message;
@@ -307,7 +329,7 @@ var MsgConvertCoin = {
307
329
  fromAmino(object) {
308
330
  const message = createBaseMsgConvertCoin();
309
331
  if (object.coin !== void 0 && object.coin !== null) {
310
- message.coin = Coin.fromAmino(object.coin);
332
+ message.coin = chunk7OIZPQJB_cjs.Coin.fromAmino(object.coin);
311
333
  }
312
334
  if (object.receiver !== void 0 && object.receiver !== null) {
313
335
  message.receiver = object.receiver;
@@ -319,7 +341,7 @@ var MsgConvertCoin = {
319
341
  },
320
342
  toAmino(message) {
321
343
  const obj = {};
322
- obj.coin = message.coin ? Coin.toAmino(message.coin) : void 0;
344
+ obj.coin = message.coin ? chunk7OIZPQJB_cjs.Coin.toAmino(message.coin) : void 0;
323
345
  obj.receiver = message.receiver === "" ? void 0 : message.receiver;
324
346
  obj.sender = message.sender === "" ? void 0 : message.sender;
325
347
  return obj;
@@ -356,7 +378,7 @@ function createBaseMsgConvertERC20() {
356
378
  }
357
379
  var MsgConvertERC20 = {
358
380
  typeUrl: "/evmos.erc20.v1.MsgConvertERC20",
359
- encode(message, writer = _m08.Writer.create()) {
381
+ encode(message, writer = _m08__namespace.Writer.create()) {
360
382
  if (message.contractAddress !== "") {
361
383
  writer.uint32(10).string(message.contractAddress);
362
384
  }
@@ -372,7 +394,7 @@ var MsgConvertERC20 = {
372
394
  return writer;
373
395
  },
374
396
  decode(input, length) {
375
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
397
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
376
398
  let end = length === void 0 ? reader.len : reader.pos + length;
377
399
  const message = createBaseMsgConvertERC20();
378
400
  while (reader.pos < end) {
@@ -399,10 +421,10 @@ var MsgConvertERC20 = {
399
421
  },
400
422
  fromJSON(object) {
401
423
  return {
402
- contractAddress: isSet(object.contractAddress) ? String(object.contractAddress) : "",
403
- amount: isSet(object.amount) ? String(object.amount) : "",
404
- receiver: isSet(object.receiver) ? String(object.receiver) : "",
405
- sender: isSet(object.sender) ? String(object.sender) : ""
424
+ contractAddress: chunk7OIZPQJB_cjs.isSet(object.contractAddress) ? String(object.contractAddress) : "",
425
+ amount: chunk7OIZPQJB_cjs.isSet(object.amount) ? String(object.amount) : "",
426
+ receiver: chunk7OIZPQJB_cjs.isSet(object.receiver) ? String(object.receiver) : "",
427
+ sender: chunk7OIZPQJB_cjs.isSet(object.sender) ? String(object.sender) : ""
406
428
  };
407
429
  },
408
430
  toJSON(message) {
@@ -475,7 +497,7 @@ function createBaseMsgUpdateParams() {
475
497
  }
476
498
  var MsgUpdateParams = {
477
499
  typeUrl: "/evmos.erc20.v1.MsgUpdateParams",
478
- encode(message, writer = _m08.Writer.create()) {
500
+ encode(message, writer = _m08__namespace.Writer.create()) {
479
501
  if (message.authority !== "") {
480
502
  writer.uint32(10).string(message.authority);
481
503
  }
@@ -485,7 +507,7 @@ var MsgUpdateParams = {
485
507
  return writer;
486
508
  },
487
509
  decode(input, length) {
488
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
510
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
489
511
  let end = length === void 0 ? reader.len : reader.pos + length;
490
512
  const message = createBaseMsgUpdateParams();
491
513
  while (reader.pos < end) {
@@ -506,8 +528,8 @@ var MsgUpdateParams = {
506
528
  },
507
529
  fromJSON(object) {
508
530
  return {
509
- authority: isSet(object.authority) ? String(object.authority) : "",
510
- params: isSet(object.params) ? Params.fromJSON(object.params) : void 0
531
+ authority: chunk7OIZPQJB_cjs.isSet(object.authority) ? String(object.authority) : "",
532
+ params: chunk7OIZPQJB_cjs.isSet(object.params) ? Params.fromJSON(object.params) : void 0
511
533
  };
512
534
  },
513
535
  toJSON(message) {
@@ -572,33 +594,33 @@ function createBaseInflationDistribution() {
572
594
  }
573
595
  var InflationDistribution = {
574
596
  typeUrl: "/evmos.inflation.v1.InflationDistribution",
575
- encode(message, writer = _m08.Writer.create()) {
597
+ encode(message, writer = _m08__namespace.Writer.create()) {
576
598
  if (message.stakingRewards !== "") {
577
- writer.uint32(10).string(Decimal.fromUserInput(message.stakingRewards, 18).atomics);
599
+ writer.uint32(10).string(math.Decimal.fromUserInput(message.stakingRewards, 18).atomics);
578
600
  }
579
601
  if (message.usageIncentives !== "") {
580
- writer.uint32(18).string(Decimal.fromUserInput(message.usageIncentives, 18).atomics);
602
+ writer.uint32(18).string(math.Decimal.fromUserInput(message.usageIncentives, 18).atomics);
581
603
  }
582
604
  if (message.communityPool !== "") {
583
- writer.uint32(26).string(Decimal.fromUserInput(message.communityPool, 18).atomics);
605
+ writer.uint32(26).string(math.Decimal.fromUserInput(message.communityPool, 18).atomics);
584
606
  }
585
607
  return writer;
586
608
  },
587
609
  decode(input, length) {
588
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
610
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
589
611
  let end = length === void 0 ? reader.len : reader.pos + length;
590
612
  const message = createBaseInflationDistribution();
591
613
  while (reader.pos < end) {
592
614
  const tag = reader.uint32();
593
615
  switch (tag >>> 3) {
594
616
  case 1:
595
- message.stakingRewards = Decimal.fromAtomics(reader.string(), 18).toString();
617
+ message.stakingRewards = math.Decimal.fromAtomics(reader.string(), 18).toString();
596
618
  break;
597
619
  case 2:
598
- message.usageIncentives = Decimal.fromAtomics(reader.string(), 18).toString();
620
+ message.usageIncentives = math.Decimal.fromAtomics(reader.string(), 18).toString();
599
621
  break;
600
622
  case 3:
601
- message.communityPool = Decimal.fromAtomics(reader.string(), 18).toString();
623
+ message.communityPool = math.Decimal.fromAtomics(reader.string(), 18).toString();
602
624
  break;
603
625
  default:
604
626
  reader.skipType(tag & 7);
@@ -609,9 +631,9 @@ var InflationDistribution = {
609
631
  },
610
632
  fromJSON(object) {
611
633
  return {
612
- stakingRewards: isSet(object.stakingRewards) ? String(object.stakingRewards) : "",
613
- usageIncentives: isSet(object.usageIncentives) ? String(object.usageIncentives) : "",
614
- communityPool: isSet(object.communityPool) ? String(object.communityPool) : ""
634
+ stakingRewards: chunk7OIZPQJB_cjs.isSet(object.stakingRewards) ? String(object.stakingRewards) : "",
635
+ usageIncentives: chunk7OIZPQJB_cjs.isSet(object.usageIncentives) ? String(object.usageIncentives) : "",
636
+ communityPool: chunk7OIZPQJB_cjs.isSet(object.communityPool) ? String(object.communityPool) : ""
615
637
  };
616
638
  },
617
639
  toJSON(message) {
@@ -643,9 +665,9 @@ var InflationDistribution = {
643
665
  },
644
666
  toAmino(message) {
645
667
  const obj = {};
646
- obj.staking_rewards = padDecimal(message.stakingRewards) === "" ? void 0 : padDecimal(message.stakingRewards);
647
- obj.usage_incentives = padDecimal(message.usageIncentives) === "" ? void 0 : padDecimal(message.usageIncentives);
648
- obj.community_pool = padDecimal(message.communityPool) === "" ? void 0 : padDecimal(message.communityPool);
668
+ obj.staking_rewards = chunk7OIZPQJB_cjs.padDecimal(message.stakingRewards) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.stakingRewards);
669
+ obj.usage_incentives = chunk7OIZPQJB_cjs.padDecimal(message.usageIncentives) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.usageIncentives);
670
+ obj.community_pool = chunk7OIZPQJB_cjs.padDecimal(message.communityPool) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.communityPool);
649
671
  return obj;
650
672
  },
651
673
  fromAminoMsg(object) {
@@ -681,45 +703,45 @@ function createBaseExponentialCalculation() {
681
703
  }
682
704
  var ExponentialCalculation = {
683
705
  typeUrl: "/evmos.inflation.v1.ExponentialCalculation",
684
- encode(message, writer = _m08.Writer.create()) {
706
+ encode(message, writer = _m08__namespace.Writer.create()) {
685
707
  if (message.a !== "") {
686
- writer.uint32(10).string(Decimal.fromUserInput(message.a, 18).atomics);
708
+ writer.uint32(10).string(math.Decimal.fromUserInput(message.a, 18).atomics);
687
709
  }
688
710
  if (message.r !== "") {
689
- writer.uint32(18).string(Decimal.fromUserInput(message.r, 18).atomics);
711
+ writer.uint32(18).string(math.Decimal.fromUserInput(message.r, 18).atomics);
690
712
  }
691
713
  if (message.c !== "") {
692
- writer.uint32(26).string(Decimal.fromUserInput(message.c, 18).atomics);
714
+ writer.uint32(26).string(math.Decimal.fromUserInput(message.c, 18).atomics);
693
715
  }
694
716
  if (message.bondingTarget !== "") {
695
- writer.uint32(34).string(Decimal.fromUserInput(message.bondingTarget, 18).atomics);
717
+ writer.uint32(34).string(math.Decimal.fromUserInput(message.bondingTarget, 18).atomics);
696
718
  }
697
719
  if (message.maxVariance !== "") {
698
- writer.uint32(42).string(Decimal.fromUserInput(message.maxVariance, 18).atomics);
720
+ writer.uint32(42).string(math.Decimal.fromUserInput(message.maxVariance, 18).atomics);
699
721
  }
700
722
  return writer;
701
723
  },
702
724
  decode(input, length) {
703
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
725
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
704
726
  let end = length === void 0 ? reader.len : reader.pos + length;
705
727
  const message = createBaseExponentialCalculation();
706
728
  while (reader.pos < end) {
707
729
  const tag = reader.uint32();
708
730
  switch (tag >>> 3) {
709
731
  case 1:
710
- message.a = Decimal.fromAtomics(reader.string(), 18).toString();
732
+ message.a = math.Decimal.fromAtomics(reader.string(), 18).toString();
711
733
  break;
712
734
  case 2:
713
- message.r = Decimal.fromAtomics(reader.string(), 18).toString();
735
+ message.r = math.Decimal.fromAtomics(reader.string(), 18).toString();
714
736
  break;
715
737
  case 3:
716
- message.c = Decimal.fromAtomics(reader.string(), 18).toString();
738
+ message.c = math.Decimal.fromAtomics(reader.string(), 18).toString();
717
739
  break;
718
740
  case 4:
719
- message.bondingTarget = Decimal.fromAtomics(reader.string(), 18).toString();
741
+ message.bondingTarget = math.Decimal.fromAtomics(reader.string(), 18).toString();
720
742
  break;
721
743
  case 5:
722
- message.maxVariance = Decimal.fromAtomics(reader.string(), 18).toString();
744
+ message.maxVariance = math.Decimal.fromAtomics(reader.string(), 18).toString();
723
745
  break;
724
746
  default:
725
747
  reader.skipType(tag & 7);
@@ -730,11 +752,11 @@ var ExponentialCalculation = {
730
752
  },
731
753
  fromJSON(object) {
732
754
  return {
733
- a: isSet(object.a) ? String(object.a) : "",
734
- r: isSet(object.r) ? String(object.r) : "",
735
- c: isSet(object.c) ? String(object.c) : "",
736
- bondingTarget: isSet(object.bondingTarget) ? String(object.bondingTarget) : "",
737
- maxVariance: isSet(object.maxVariance) ? String(object.maxVariance) : ""
755
+ a: chunk7OIZPQJB_cjs.isSet(object.a) ? String(object.a) : "",
756
+ r: chunk7OIZPQJB_cjs.isSet(object.r) ? String(object.r) : "",
757
+ c: chunk7OIZPQJB_cjs.isSet(object.c) ? String(object.c) : "",
758
+ bondingTarget: chunk7OIZPQJB_cjs.isSet(object.bondingTarget) ? String(object.bondingTarget) : "",
759
+ maxVariance: chunk7OIZPQJB_cjs.isSet(object.maxVariance) ? String(object.maxVariance) : ""
738
760
  };
739
761
  },
740
762
  toJSON(message) {
@@ -776,11 +798,11 @@ var ExponentialCalculation = {
776
798
  },
777
799
  toAmino(message) {
778
800
  const obj = {};
779
- obj.a = padDecimal(message.a) === "" ? void 0 : padDecimal(message.a);
780
- obj.r = padDecimal(message.r) === "" ? void 0 : padDecimal(message.r);
781
- obj.c = padDecimal(message.c) === "" ? void 0 : padDecimal(message.c);
782
- obj.bonding_target = padDecimal(message.bondingTarget) === "" ? void 0 : padDecimal(message.bondingTarget);
783
- obj.max_variance = padDecimal(message.maxVariance) === "" ? void 0 : padDecimal(message.maxVariance);
801
+ obj.a = chunk7OIZPQJB_cjs.padDecimal(message.a) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.a);
802
+ obj.r = chunk7OIZPQJB_cjs.padDecimal(message.r) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.r);
803
+ obj.c = chunk7OIZPQJB_cjs.padDecimal(message.c) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.c);
804
+ obj.bonding_target = chunk7OIZPQJB_cjs.padDecimal(message.bondingTarget) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.bondingTarget);
805
+ obj.max_variance = chunk7OIZPQJB_cjs.padDecimal(message.maxVariance) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.maxVariance);
784
806
  return obj;
785
807
  },
786
808
  fromAminoMsg(object) {
@@ -815,7 +837,7 @@ function createBaseParams2() {
815
837
  }
816
838
  var Params2 = {
817
839
  typeUrl: "/evmos.inflation.v1.Params",
818
- encode(message, writer = _m08.Writer.create()) {
840
+ encode(message, writer = _m08__namespace.Writer.create()) {
819
841
  if (message.mintDenom !== "") {
820
842
  writer.uint32(10).string(message.mintDenom);
821
843
  }
@@ -831,7 +853,7 @@ var Params2 = {
831
853
  return writer;
832
854
  },
833
855
  decode(input, length) {
834
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
856
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
835
857
  let end = length === void 0 ? reader.len : reader.pos + length;
836
858
  const message = createBaseParams2();
837
859
  while (reader.pos < end) {
@@ -858,10 +880,10 @@ var Params2 = {
858
880
  },
859
881
  fromJSON(object) {
860
882
  return {
861
- mintDenom: isSet(object.mintDenom) ? String(object.mintDenom) : "",
862
- exponentialCalculation: isSet(object.exponentialCalculation) ? ExponentialCalculation.fromJSON(object.exponentialCalculation) : void 0,
863
- inflationDistribution: isSet(object.inflationDistribution) ? InflationDistribution.fromJSON(object.inflationDistribution) : void 0,
864
- enableInflation: isSet(object.enableInflation) ? Boolean(object.enableInflation) : false
883
+ mintDenom: chunk7OIZPQJB_cjs.isSet(object.mintDenom) ? String(object.mintDenom) : "",
884
+ exponentialCalculation: chunk7OIZPQJB_cjs.isSet(object.exponentialCalculation) ? ExponentialCalculation.fromJSON(object.exponentialCalculation) : void 0,
885
+ inflationDistribution: chunk7OIZPQJB_cjs.isSet(object.inflationDistribution) ? InflationDistribution.fromJSON(object.inflationDistribution) : void 0,
886
+ enableInflation: chunk7OIZPQJB_cjs.isSet(object.enableInflation) ? Boolean(object.enableInflation) : false
865
887
  };
866
888
  },
867
889
  toJSON(message) {
@@ -934,7 +956,7 @@ function createBaseMsgUpdateParams2() {
934
956
  }
935
957
  var MsgUpdateParams2 = {
936
958
  typeUrl: "/evmos.inflation.v1.MsgUpdateParams",
937
- encode(message, writer = _m08.Writer.create()) {
959
+ encode(message, writer = _m08__namespace.Writer.create()) {
938
960
  if (message.authority !== "") {
939
961
  writer.uint32(10).string(message.authority);
940
962
  }
@@ -944,7 +966,7 @@ var MsgUpdateParams2 = {
944
966
  return writer;
945
967
  },
946
968
  decode(input, length) {
947
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
969
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
948
970
  let end = length === void 0 ? reader.len : reader.pos + length;
949
971
  const message = createBaseMsgUpdateParams2();
950
972
  while (reader.pos < end) {
@@ -965,8 +987,8 @@ var MsgUpdateParams2 = {
965
987
  },
966
988
  fromJSON(object) {
967
989
  return {
968
- authority: isSet(object.authority) ? String(object.authority) : "",
969
- params: isSet(object.params) ? Params2.fromJSON(object.params) : void 0
990
+ authority: chunk7OIZPQJB_cjs.isSet(object.authority) ? String(object.authority) : "",
991
+ params: chunk7OIZPQJB_cjs.isSet(object.params) ? Params2.fromJSON(object.params) : void 0
970
992
  };
971
993
  },
972
994
  toJSON(message) {
@@ -1026,17 +1048,17 @@ function createBaseParams3() {
1026
1048
  return {
1027
1049
  enableRevenue: false,
1028
1050
  developerShares: "",
1029
- addrDerivationCostCreate: Long.UZERO
1051
+ addrDerivationCostCreate: chunk7OIZPQJB_cjs.Long.UZERO
1030
1052
  };
1031
1053
  }
1032
1054
  var Params3 = {
1033
1055
  typeUrl: "/evmos.revenue.v1.Params",
1034
- encode(message, writer = _m08.Writer.create()) {
1056
+ encode(message, writer = _m08__namespace.Writer.create()) {
1035
1057
  if (message.enableRevenue === true) {
1036
1058
  writer.uint32(8).bool(message.enableRevenue);
1037
1059
  }
1038
1060
  if (message.developerShares !== "") {
1039
- writer.uint32(18).string(Decimal.fromUserInput(message.developerShares, 18).atomics);
1061
+ writer.uint32(18).string(math.Decimal.fromUserInput(message.developerShares, 18).atomics);
1040
1062
  }
1041
1063
  if (!message.addrDerivationCostCreate.isZero()) {
1042
1064
  writer.uint32(24).uint64(message.addrDerivationCostCreate);
@@ -1044,7 +1066,7 @@ var Params3 = {
1044
1066
  return writer;
1045
1067
  },
1046
1068
  decode(input, length) {
1047
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1069
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1048
1070
  let end = length === void 0 ? reader.len : reader.pos + length;
1049
1071
  const message = createBaseParams3();
1050
1072
  while (reader.pos < end) {
@@ -1054,7 +1076,7 @@ var Params3 = {
1054
1076
  message.enableRevenue = reader.bool();
1055
1077
  break;
1056
1078
  case 2:
1057
- message.developerShares = Decimal.fromAtomics(reader.string(), 18).toString();
1079
+ message.developerShares = math.Decimal.fromAtomics(reader.string(), 18).toString();
1058
1080
  break;
1059
1081
  case 3:
1060
1082
  message.addrDerivationCostCreate = reader.uint64();
@@ -1068,23 +1090,23 @@ var Params3 = {
1068
1090
  },
1069
1091
  fromJSON(object) {
1070
1092
  return {
1071
- enableRevenue: isSet(object.enableRevenue) ? Boolean(object.enableRevenue) : false,
1072
- developerShares: isSet(object.developerShares) ? String(object.developerShares) : "",
1073
- addrDerivationCostCreate: isSet(object.addrDerivationCostCreate) ? Long.fromValue(object.addrDerivationCostCreate) : Long.UZERO
1093
+ enableRevenue: chunk7OIZPQJB_cjs.isSet(object.enableRevenue) ? Boolean(object.enableRevenue) : false,
1094
+ developerShares: chunk7OIZPQJB_cjs.isSet(object.developerShares) ? String(object.developerShares) : "",
1095
+ addrDerivationCostCreate: chunk7OIZPQJB_cjs.isSet(object.addrDerivationCostCreate) ? chunk7OIZPQJB_cjs.Long.fromValue(object.addrDerivationCostCreate) : chunk7OIZPQJB_cjs.Long.UZERO
1074
1096
  };
1075
1097
  },
1076
1098
  toJSON(message) {
1077
1099
  const obj = {};
1078
1100
  message.enableRevenue !== void 0 && (obj.enableRevenue = message.enableRevenue);
1079
1101
  message.developerShares !== void 0 && (obj.developerShares = message.developerShares);
1080
- message.addrDerivationCostCreate !== void 0 && (obj.addrDerivationCostCreate = (message.addrDerivationCostCreate || Long.UZERO).toString());
1102
+ message.addrDerivationCostCreate !== void 0 && (obj.addrDerivationCostCreate = (message.addrDerivationCostCreate || chunk7OIZPQJB_cjs.Long.UZERO).toString());
1081
1103
  return obj;
1082
1104
  },
1083
1105
  fromPartial(object) {
1084
1106
  const message = createBaseParams3();
1085
1107
  message.enableRevenue = object.enableRevenue ?? false;
1086
1108
  message.developerShares = object.developerShares ?? "";
1087
- message.addrDerivationCostCreate = object.addrDerivationCostCreate !== void 0 && object.addrDerivationCostCreate !== null ? Long.fromValue(object.addrDerivationCostCreate) : Long.UZERO;
1109
+ message.addrDerivationCostCreate = object.addrDerivationCostCreate !== void 0 && object.addrDerivationCostCreate !== null ? chunk7OIZPQJB_cjs.Long.fromValue(object.addrDerivationCostCreate) : chunk7OIZPQJB_cjs.Long.UZERO;
1088
1110
  return message;
1089
1111
  },
1090
1112
  fromAmino(object) {
@@ -1096,14 +1118,14 @@ var Params3 = {
1096
1118
  message.developerShares = object.developer_shares;
1097
1119
  }
1098
1120
  if (object.addr_derivation_cost_create !== void 0 && object.addr_derivation_cost_create !== null) {
1099
- message.addrDerivationCostCreate = Long.fromString(object.addr_derivation_cost_create);
1121
+ message.addrDerivationCostCreate = chunk7OIZPQJB_cjs.Long.fromString(object.addr_derivation_cost_create);
1100
1122
  }
1101
1123
  return message;
1102
1124
  },
1103
1125
  toAmino(message) {
1104
1126
  const obj = {};
1105
1127
  obj.enable_revenue = message.enableRevenue === false ? void 0 : message.enableRevenue;
1106
- obj.developer_shares = padDecimal(message.developerShares) === "" ? void 0 : padDecimal(message.developerShares);
1128
+ obj.developer_shares = chunk7OIZPQJB_cjs.padDecimal(message.developerShares) === "" ? void 0 : chunk7OIZPQJB_cjs.padDecimal(message.developerShares);
1107
1129
  obj.addr_derivation_cost_create = !message.addrDerivationCostCreate.isZero() ? message.addrDerivationCostCreate.toString() : void 0;
1108
1130
  return obj;
1109
1131
  },
@@ -1139,7 +1161,7 @@ function createBaseMsgRegisterRevenue() {
1139
1161
  }
1140
1162
  var MsgRegisterRevenue = {
1141
1163
  typeUrl: "/evmos.revenue.v1.MsgRegisterRevenue",
1142
- encode(message, writer = _m08.Writer.create()) {
1164
+ encode(message, writer = _m08__namespace.Writer.create()) {
1143
1165
  if (message.contractAddress !== "") {
1144
1166
  writer.uint32(10).string(message.contractAddress);
1145
1167
  }
@@ -1157,7 +1179,7 @@ var MsgRegisterRevenue = {
1157
1179
  return writer;
1158
1180
  },
1159
1181
  decode(input, length) {
1160
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1182
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1161
1183
  let end = length === void 0 ? reader.len : reader.pos + length;
1162
1184
  const message = createBaseMsgRegisterRevenue();
1163
1185
  while (reader.pos < end) {
@@ -1191,10 +1213,10 @@ var MsgRegisterRevenue = {
1191
1213
  },
1192
1214
  fromJSON(object) {
1193
1215
  return {
1194
- contractAddress: isSet(object.contractAddress) ? String(object.contractAddress) : "",
1195
- deployerAddress: isSet(object.deployerAddress) ? String(object.deployerAddress) : "",
1196
- withdrawerAddress: isSet(object.withdrawerAddress) ? String(object.withdrawerAddress) : "",
1197
- nonces: Array.isArray(object?.nonces) ? object.nonces.map((e) => Long.fromValue(e)) : []
1216
+ contractAddress: chunk7OIZPQJB_cjs.isSet(object.contractAddress) ? String(object.contractAddress) : "",
1217
+ deployerAddress: chunk7OIZPQJB_cjs.isSet(object.deployerAddress) ? String(object.deployerAddress) : "",
1218
+ withdrawerAddress: chunk7OIZPQJB_cjs.isSet(object.withdrawerAddress) ? String(object.withdrawerAddress) : "",
1219
+ nonces: Array.isArray(object?.nonces) ? object.nonces.map((e) => chunk7OIZPQJB_cjs.Long.fromValue(e)) : []
1198
1220
  };
1199
1221
  },
1200
1222
  toJSON(message) {
@@ -1203,7 +1225,7 @@ var MsgRegisterRevenue = {
1203
1225
  message.deployerAddress !== void 0 && (obj.deployerAddress = message.deployerAddress);
1204
1226
  message.withdrawerAddress !== void 0 && (obj.withdrawerAddress = message.withdrawerAddress);
1205
1227
  if (message.nonces) {
1206
- obj.nonces = message.nonces.map((e) => (e || Long.UZERO).toString());
1228
+ obj.nonces = message.nonces.map((e) => (e || chunk7OIZPQJB_cjs.Long.UZERO).toString());
1207
1229
  } else {
1208
1230
  obj.nonces = [];
1209
1231
  }
@@ -1214,7 +1236,7 @@ var MsgRegisterRevenue = {
1214
1236
  message.contractAddress = object.contractAddress ?? "";
1215
1237
  message.deployerAddress = object.deployerAddress ?? "";
1216
1238
  message.withdrawerAddress = object.withdrawerAddress ?? "";
1217
- message.nonces = object.nonces?.map((e) => Long.fromValue(e)) || [];
1239
+ message.nonces = object.nonces?.map((e) => chunk7OIZPQJB_cjs.Long.fromValue(e)) || [];
1218
1240
  return message;
1219
1241
  },
1220
1242
  fromAmino(object) {
@@ -1228,7 +1250,7 @@ var MsgRegisterRevenue = {
1228
1250
  if (object.withdrawer_address !== void 0 && object.withdrawer_address !== null) {
1229
1251
  message.withdrawerAddress = object.withdrawer_address;
1230
1252
  }
1231
- message.nonces = object.nonces?.map((e) => Long.fromString(e)) || [];
1253
+ message.nonces = object.nonces?.map((e) => chunk7OIZPQJB_cjs.Long.fromString(e)) || [];
1232
1254
  return message;
1233
1255
  },
1234
1256
  toAmino(message) {
@@ -1274,7 +1296,7 @@ function createBaseMsgUpdateRevenue() {
1274
1296
  }
1275
1297
  var MsgUpdateRevenue = {
1276
1298
  typeUrl: "/evmos.revenue.v1.MsgUpdateRevenue",
1277
- encode(message, writer = _m08.Writer.create()) {
1299
+ encode(message, writer = _m08__namespace.Writer.create()) {
1278
1300
  if (message.contractAddress !== "") {
1279
1301
  writer.uint32(10).string(message.contractAddress);
1280
1302
  }
@@ -1287,7 +1309,7 @@ var MsgUpdateRevenue = {
1287
1309
  return writer;
1288
1310
  },
1289
1311
  decode(input, length) {
1290
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1312
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1291
1313
  let end = length === void 0 ? reader.len : reader.pos + length;
1292
1314
  const message = createBaseMsgUpdateRevenue();
1293
1315
  while (reader.pos < end) {
@@ -1311,9 +1333,9 @@ var MsgUpdateRevenue = {
1311
1333
  },
1312
1334
  fromJSON(object) {
1313
1335
  return {
1314
- contractAddress: isSet(object.contractAddress) ? String(object.contractAddress) : "",
1315
- deployerAddress: isSet(object.deployerAddress) ? String(object.deployerAddress) : "",
1316
- withdrawerAddress: isSet(object.withdrawerAddress) ? String(object.withdrawerAddress) : ""
1336
+ contractAddress: chunk7OIZPQJB_cjs.isSet(object.contractAddress) ? String(object.contractAddress) : "",
1337
+ deployerAddress: chunk7OIZPQJB_cjs.isSet(object.deployerAddress) ? String(object.deployerAddress) : "",
1338
+ withdrawerAddress: chunk7OIZPQJB_cjs.isSet(object.withdrawerAddress) ? String(object.withdrawerAddress) : ""
1317
1339
  };
1318
1340
  },
1319
1341
  toJSON(message) {
@@ -1380,7 +1402,7 @@ function createBaseMsgCancelRevenue() {
1380
1402
  }
1381
1403
  var MsgCancelRevenue = {
1382
1404
  typeUrl: "/evmos.revenue.v1.MsgCancelRevenue",
1383
- encode(message, writer = _m08.Writer.create()) {
1405
+ encode(message, writer = _m08__namespace.Writer.create()) {
1384
1406
  if (message.contractAddress !== "") {
1385
1407
  writer.uint32(10).string(message.contractAddress);
1386
1408
  }
@@ -1390,7 +1412,7 @@ var MsgCancelRevenue = {
1390
1412
  return writer;
1391
1413
  },
1392
1414
  decode(input, length) {
1393
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1415
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1394
1416
  let end = length === void 0 ? reader.len : reader.pos + length;
1395
1417
  const message = createBaseMsgCancelRevenue();
1396
1418
  while (reader.pos < end) {
@@ -1411,8 +1433,8 @@ var MsgCancelRevenue = {
1411
1433
  },
1412
1434
  fromJSON(object) {
1413
1435
  return {
1414
- contractAddress: isSet(object.contractAddress) ? String(object.contractAddress) : "",
1415
- deployerAddress: isSet(object.deployerAddress) ? String(object.deployerAddress) : ""
1436
+ contractAddress: chunk7OIZPQJB_cjs.isSet(object.contractAddress) ? String(object.contractAddress) : "",
1437
+ deployerAddress: chunk7OIZPQJB_cjs.isSet(object.deployerAddress) ? String(object.deployerAddress) : ""
1416
1438
  };
1417
1439
  },
1418
1440
  toJSON(message) {
@@ -1473,7 +1495,7 @@ function createBaseMsgUpdateParams3() {
1473
1495
  }
1474
1496
  var MsgUpdateParams3 = {
1475
1497
  typeUrl: "/evmos.revenue.v1.MsgUpdateParams",
1476
- encode(message, writer = _m08.Writer.create()) {
1498
+ encode(message, writer = _m08__namespace.Writer.create()) {
1477
1499
  if (message.authority !== "") {
1478
1500
  writer.uint32(10).string(message.authority);
1479
1501
  }
@@ -1483,7 +1505,7 @@ var MsgUpdateParams3 = {
1483
1505
  return writer;
1484
1506
  },
1485
1507
  decode(input, length) {
1486
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1508
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1487
1509
  let end = length === void 0 ? reader.len : reader.pos + length;
1488
1510
  const message = createBaseMsgUpdateParams3();
1489
1511
  while (reader.pos < end) {
@@ -1504,8 +1526,8 @@ var MsgUpdateParams3 = {
1504
1526
  },
1505
1527
  fromJSON(object) {
1506
1528
  return {
1507
- authority: isSet(object.authority) ? String(object.authority) : "",
1508
- params: isSet(object.params) ? Params3.fromJSON(object.params) : void 0
1529
+ authority: chunk7OIZPQJB_cjs.isSet(object.authority) ? String(object.authority) : "",
1530
+ params: chunk7OIZPQJB_cjs.isSet(object.params) ? Params3.fromJSON(object.params) : void 0
1509
1531
  };
1510
1532
  },
1511
1533
  toJSON(message) {
@@ -1570,7 +1592,7 @@ function createBaseMsgCreateClawbackVestingAccount() {
1570
1592
  }
1571
1593
  var MsgCreateClawbackVestingAccount = {
1572
1594
  typeUrl: "/evmos.vesting.v2.MsgCreateClawbackVestingAccount",
1573
- encode(message, writer = _m08.Writer.create()) {
1595
+ encode(message, writer = _m08__namespace.Writer.create()) {
1574
1596
  if (message.funderAddress !== "") {
1575
1597
  writer.uint32(10).string(message.funderAddress);
1576
1598
  }
@@ -1583,7 +1605,7 @@ var MsgCreateClawbackVestingAccount = {
1583
1605
  return writer;
1584
1606
  },
1585
1607
  decode(input, length) {
1586
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1608
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1587
1609
  let end = length === void 0 ? reader.len : reader.pos + length;
1588
1610
  const message = createBaseMsgCreateClawbackVestingAccount();
1589
1611
  while (reader.pos < end) {
@@ -1607,9 +1629,9 @@ var MsgCreateClawbackVestingAccount = {
1607
1629
  },
1608
1630
  fromJSON(object) {
1609
1631
  return {
1610
- funderAddress: isSet(object.funderAddress) ? String(object.funderAddress) : "",
1611
- vestingAddress: isSet(object.vestingAddress) ? String(object.vestingAddress) : "",
1612
- enableGovClawback: isSet(object.enableGovClawback) ? Boolean(object.enableGovClawback) : false
1632
+ funderAddress: chunk7OIZPQJB_cjs.isSet(object.funderAddress) ? String(object.funderAddress) : "",
1633
+ vestingAddress: chunk7OIZPQJB_cjs.isSet(object.vestingAddress) ? String(object.vestingAddress) : "",
1634
+ enableGovClawback: chunk7OIZPQJB_cjs.isSet(object.enableGovClawback) ? Boolean(object.enableGovClawback) : false
1613
1635
  };
1614
1636
  },
1615
1637
  toJSON(message) {
@@ -1679,7 +1701,7 @@ function createBaseMsgFundVestingAccount() {
1679
1701
  }
1680
1702
  var MsgFundVestingAccount = {
1681
1703
  typeUrl: "/evmos.vesting.v2.MsgFundVestingAccount",
1682
- encode(message, writer = _m08.Writer.create()) {
1704
+ encode(message, writer = _m08__namespace.Writer.create()) {
1683
1705
  if (message.funderAddress !== "") {
1684
1706
  writer.uint32(10).string(message.funderAddress);
1685
1707
  }
@@ -1687,18 +1709,18 @@ var MsgFundVestingAccount = {
1687
1709
  writer.uint32(18).string(message.vestingAddress);
1688
1710
  }
1689
1711
  if (message.startTime !== void 0) {
1690
- Timestamp.encode(toTimestamp(message.startTime), writer.uint32(26).fork()).ldelim();
1712
+ chunk7OIZPQJB_cjs.Timestamp.encode(chunk7OIZPQJB_cjs.toTimestamp(message.startTime), writer.uint32(26).fork()).ldelim();
1691
1713
  }
1692
1714
  for (const v of message.lockupPeriods) {
1693
- Period.encode(v, writer.uint32(34).fork()).ldelim();
1715
+ chunk7OIZPQJB_cjs.Period.encode(v, writer.uint32(34).fork()).ldelim();
1694
1716
  }
1695
1717
  for (const v of message.vestingPeriods) {
1696
- Period.encode(v, writer.uint32(42).fork()).ldelim();
1718
+ chunk7OIZPQJB_cjs.Period.encode(v, writer.uint32(42).fork()).ldelim();
1697
1719
  }
1698
1720
  return writer;
1699
1721
  },
1700
1722
  decode(input, length) {
1701
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1723
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1702
1724
  let end = length === void 0 ? reader.len : reader.pos + length;
1703
1725
  const message = createBaseMsgFundVestingAccount();
1704
1726
  while (reader.pos < end) {
@@ -1711,13 +1733,13 @@ var MsgFundVestingAccount = {
1711
1733
  message.vestingAddress = reader.string();
1712
1734
  break;
1713
1735
  case 3:
1714
- message.startTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1736
+ message.startTime = chunk7OIZPQJB_cjs.fromTimestamp(chunk7OIZPQJB_cjs.Timestamp.decode(reader, reader.uint32()));
1715
1737
  break;
1716
1738
  case 4:
1717
- message.lockupPeriods.push(Period.decode(reader, reader.uint32()));
1739
+ message.lockupPeriods.push(chunk7OIZPQJB_cjs.Period.decode(reader, reader.uint32()));
1718
1740
  break;
1719
1741
  case 5:
1720
- message.vestingPeriods.push(Period.decode(reader, reader.uint32()));
1742
+ message.vestingPeriods.push(chunk7OIZPQJB_cjs.Period.decode(reader, reader.uint32()));
1721
1743
  break;
1722
1744
  default:
1723
1745
  reader.skipType(tag & 7);
@@ -1728,11 +1750,11 @@ var MsgFundVestingAccount = {
1728
1750
  },
1729
1751
  fromJSON(object) {
1730
1752
  return {
1731
- funderAddress: isSet(object.funderAddress) ? String(object.funderAddress) : "",
1732
- vestingAddress: isSet(object.vestingAddress) ? String(object.vestingAddress) : "",
1733
- startTime: isSet(object.startTime) ? fromJsonTimestamp(object.startTime) : void 0,
1734
- lockupPeriods: Array.isArray(object?.lockupPeriods) ? object.lockupPeriods.map((e) => Period.fromJSON(e)) : [],
1735
- vestingPeriods: Array.isArray(object?.vestingPeriods) ? object.vestingPeriods.map((e) => Period.fromJSON(e)) : []
1753
+ funderAddress: chunk7OIZPQJB_cjs.isSet(object.funderAddress) ? String(object.funderAddress) : "",
1754
+ vestingAddress: chunk7OIZPQJB_cjs.isSet(object.vestingAddress) ? String(object.vestingAddress) : "",
1755
+ startTime: chunk7OIZPQJB_cjs.isSet(object.startTime) ? chunk7OIZPQJB_cjs.fromJsonTimestamp(object.startTime) : void 0,
1756
+ lockupPeriods: Array.isArray(object?.lockupPeriods) ? object.lockupPeriods.map((e) => chunk7OIZPQJB_cjs.Period.fromJSON(e)) : [],
1757
+ vestingPeriods: Array.isArray(object?.vestingPeriods) ? object.vestingPeriods.map((e) => chunk7OIZPQJB_cjs.Period.fromJSON(e)) : []
1736
1758
  };
1737
1759
  },
1738
1760
  toJSON(message) {
@@ -1741,12 +1763,12 @@ var MsgFundVestingAccount = {
1741
1763
  message.vestingAddress !== void 0 && (obj.vestingAddress = message.vestingAddress);
1742
1764
  message.startTime !== void 0 && (obj.startTime = message.startTime.toISOString());
1743
1765
  if (message.lockupPeriods) {
1744
- obj.lockupPeriods = message.lockupPeriods.map((e) => e ? Period.toJSON(e) : void 0);
1766
+ obj.lockupPeriods = message.lockupPeriods.map((e) => e ? chunk7OIZPQJB_cjs.Period.toJSON(e) : void 0);
1745
1767
  } else {
1746
1768
  obj.lockupPeriods = [];
1747
1769
  }
1748
1770
  if (message.vestingPeriods) {
1749
- obj.vestingPeriods = message.vestingPeriods.map((e) => e ? Period.toJSON(e) : void 0);
1771
+ obj.vestingPeriods = message.vestingPeriods.map((e) => e ? chunk7OIZPQJB_cjs.Period.toJSON(e) : void 0);
1750
1772
  } else {
1751
1773
  obj.vestingPeriods = [];
1752
1774
  }
@@ -1757,8 +1779,8 @@ var MsgFundVestingAccount = {
1757
1779
  message.funderAddress = object.funderAddress ?? "";
1758
1780
  message.vestingAddress = object.vestingAddress ?? "";
1759
1781
  message.startTime = object.startTime ?? void 0;
1760
- message.lockupPeriods = object.lockupPeriods?.map((e) => Period.fromPartial(e)) || [];
1761
- message.vestingPeriods = object.vestingPeriods?.map((e) => Period.fromPartial(e)) || [];
1782
+ message.lockupPeriods = object.lockupPeriods?.map((e) => chunk7OIZPQJB_cjs.Period.fromPartial(e)) || [];
1783
+ message.vestingPeriods = object.vestingPeriods?.map((e) => chunk7OIZPQJB_cjs.Period.fromPartial(e)) || [];
1762
1784
  return message;
1763
1785
  },
1764
1786
  fromAmino(object) {
@@ -1770,24 +1792,24 @@ var MsgFundVestingAccount = {
1770
1792
  message.vestingAddress = object.vesting_address;
1771
1793
  }
1772
1794
  if (object.start_time !== void 0 && object.start_time !== null) {
1773
- message.startTime = fromTimestamp(Timestamp.fromAmino(object.start_time));
1795
+ message.startTime = chunk7OIZPQJB_cjs.fromTimestamp(chunk7OIZPQJB_cjs.Timestamp.fromAmino(object.start_time));
1774
1796
  }
1775
- message.lockupPeriods = object.lockup_periods?.map((e) => Period.fromAmino(e)) || [];
1776
- message.vestingPeriods = object.vesting_periods?.map((e) => Period.fromAmino(e)) || [];
1797
+ message.lockupPeriods = object.lockup_periods?.map((e) => chunk7OIZPQJB_cjs.Period.fromAmino(e)) || [];
1798
+ message.vestingPeriods = object.vesting_periods?.map((e) => chunk7OIZPQJB_cjs.Period.fromAmino(e)) || [];
1777
1799
  return message;
1778
1800
  },
1779
1801
  toAmino(message) {
1780
1802
  const obj = {};
1781
1803
  obj.funder_address = message.funderAddress === "" ? void 0 : message.funderAddress;
1782
1804
  obj.vesting_address = message.vestingAddress === "" ? void 0 : message.vestingAddress;
1783
- obj.start_time = message.startTime ? Timestamp.toAmino(toTimestamp(message.startTime)) : void 0;
1805
+ obj.start_time = message.startTime ? chunk7OIZPQJB_cjs.Timestamp.toAmino(chunk7OIZPQJB_cjs.toTimestamp(message.startTime)) : void 0;
1784
1806
  if (message.lockupPeriods) {
1785
- obj.lockup_periods = message.lockupPeriods.map((e) => e ? Period.toAmino(e) : void 0);
1807
+ obj.lockup_periods = message.lockupPeriods.map((e) => e ? chunk7OIZPQJB_cjs.Period.toAmino(e) : void 0);
1786
1808
  } else {
1787
1809
  obj.lockup_periods = message.lockupPeriods;
1788
1810
  }
1789
1811
  if (message.vestingPeriods) {
1790
- obj.vesting_periods = message.vestingPeriods.map((e) => e ? Period.toAmino(e) : void 0);
1812
+ obj.vesting_periods = message.vestingPeriods.map((e) => e ? chunk7OIZPQJB_cjs.Period.toAmino(e) : void 0);
1791
1813
  } else {
1792
1814
  obj.vesting_periods = message.vestingPeriods;
1793
1815
  }
@@ -1824,7 +1846,7 @@ function createBaseMsgClawback() {
1824
1846
  }
1825
1847
  var MsgClawback = {
1826
1848
  typeUrl: "/evmos.vesting.v2.MsgClawback",
1827
- encode(message, writer = _m08.Writer.create()) {
1849
+ encode(message, writer = _m08__namespace.Writer.create()) {
1828
1850
  if (message.funderAddress !== "") {
1829
1851
  writer.uint32(10).string(message.funderAddress);
1830
1852
  }
@@ -1837,7 +1859,7 @@ var MsgClawback = {
1837
1859
  return writer;
1838
1860
  },
1839
1861
  decode(input, length) {
1840
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1862
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1841
1863
  let end = length === void 0 ? reader.len : reader.pos + length;
1842
1864
  const message = createBaseMsgClawback();
1843
1865
  while (reader.pos < end) {
@@ -1861,9 +1883,9 @@ var MsgClawback = {
1861
1883
  },
1862
1884
  fromJSON(object) {
1863
1885
  return {
1864
- funderAddress: isSet(object.funderAddress) ? String(object.funderAddress) : "",
1865
- accountAddress: isSet(object.accountAddress) ? String(object.accountAddress) : "",
1866
- destAddress: isSet(object.destAddress) ? String(object.destAddress) : ""
1886
+ funderAddress: chunk7OIZPQJB_cjs.isSet(object.funderAddress) ? String(object.funderAddress) : "",
1887
+ accountAddress: chunk7OIZPQJB_cjs.isSet(object.accountAddress) ? String(object.accountAddress) : "",
1888
+ destAddress: chunk7OIZPQJB_cjs.isSet(object.destAddress) ? String(object.destAddress) : ""
1867
1889
  };
1868
1890
  },
1869
1891
  toJSON(message) {
@@ -1931,7 +1953,7 @@ function createBaseMsgUpdateVestingFunder() {
1931
1953
  }
1932
1954
  var MsgUpdateVestingFunder = {
1933
1955
  typeUrl: "/evmos.vesting.v2.MsgUpdateVestingFunder",
1934
- encode(message, writer = _m08.Writer.create()) {
1956
+ encode(message, writer = _m08__namespace.Writer.create()) {
1935
1957
  if (message.funderAddress !== "") {
1936
1958
  writer.uint32(10).string(message.funderAddress);
1937
1959
  }
@@ -1944,7 +1966,7 @@ var MsgUpdateVestingFunder = {
1944
1966
  return writer;
1945
1967
  },
1946
1968
  decode(input, length) {
1947
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
1969
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
1948
1970
  let end = length === void 0 ? reader.len : reader.pos + length;
1949
1971
  const message = createBaseMsgUpdateVestingFunder();
1950
1972
  while (reader.pos < end) {
@@ -1968,9 +1990,9 @@ var MsgUpdateVestingFunder = {
1968
1990
  },
1969
1991
  fromJSON(object) {
1970
1992
  return {
1971
- funderAddress: isSet(object.funderAddress) ? String(object.funderAddress) : "",
1972
- newFunderAddress: isSet(object.newFunderAddress) ? String(object.newFunderAddress) : "",
1973
- vestingAddress: isSet(object.vestingAddress) ? String(object.vestingAddress) : ""
1993
+ funderAddress: chunk7OIZPQJB_cjs.isSet(object.funderAddress) ? String(object.funderAddress) : "",
1994
+ newFunderAddress: chunk7OIZPQJB_cjs.isSet(object.newFunderAddress) ? String(object.newFunderAddress) : "",
1995
+ vestingAddress: chunk7OIZPQJB_cjs.isSet(object.vestingAddress) ? String(object.vestingAddress) : ""
1974
1996
  };
1975
1997
  },
1976
1998
  toJSON(message) {
@@ -2036,14 +2058,14 @@ function createBaseMsgConvertVestingAccount() {
2036
2058
  }
2037
2059
  var MsgConvertVestingAccount = {
2038
2060
  typeUrl: "/evmos.vesting.v2.MsgConvertVestingAccount",
2039
- encode(message, writer = _m08.Writer.create()) {
2061
+ encode(message, writer = _m08__namespace.Writer.create()) {
2040
2062
  if (message.vestingAddress !== "") {
2041
2063
  writer.uint32(10).string(message.vestingAddress);
2042
2064
  }
2043
2065
  return writer;
2044
2066
  },
2045
2067
  decode(input, length) {
2046
- const reader = input instanceof _m08.Reader ? input : new _m08.Reader(input);
2068
+ const reader = input instanceof _m08__namespace.Reader ? input : new _m08__namespace.Reader(input);
2047
2069
  let end = length === void 0 ? reader.len : reader.pos + length;
2048
2070
  const message = createBaseMsgConvertVestingAccount();
2049
2071
  while (reader.pos < end) {
@@ -2061,7 +2083,7 @@ var MsgConvertVestingAccount = {
2061
2083
  },
2062
2084
  fromJSON(object) {
2063
2085
  return {
2064
- vestingAddress: isSet(object.vestingAddress) ? String(object.vestingAddress) : ""
2086
+ vestingAddress: chunk7OIZPQJB_cjs.isSet(object.vestingAddress) ? String(object.vestingAddress) : ""
2065
2087
  };
2066
2088
  },
2067
2089
  toJSON(message) {
@@ -2202,28 +2224,28 @@ var evmosAminoConverters = {
2202
2224
  };
2203
2225
  var evmosProtoRegistry = [...registry2, ...registry3, ...registry4, ...registry5];
2204
2226
  var setClientOptions = (options = {}) => {
2205
- ApiState.client = createRequestClient({
2227
+ chunkHAR3IXDE_cjs.ApiState.client = chunkHAR3IXDE_cjs.createRequestClient({
2206
2228
  baseUrl: options.apiUrl || "https://api.skip.build",
2207
2229
  apiKey: options.apiKey
2208
2230
  });
2209
- ClientState.endpointOptions = options.endpointOptions ?? {};
2210
- ClientState.aminoTypes = new AminoTypes({
2211
- ...createDefaultAminoConverters(),
2212
- ...createWasmAminoConverters(),
2231
+ chunkED2OY55G_cjs.ClientState.endpointOptions = options.endpointOptions ?? {};
2232
+ chunkED2OY55G_cjs.ClientState.aminoTypes = new stargate.AminoTypes({
2233
+ ...stargate.createDefaultAminoConverters(),
2234
+ ...aminomessages.createWasmAminoConverters(),
2213
2235
  ...circleAminoConverters,
2214
2236
  ...evmosAminoConverters,
2215
2237
  ...options.aminoTypes ?? {}
2216
2238
  });
2217
- ClientState.registry = new Registry([
2218
- ...defaultRegistryTypes,
2219
- ["/cosmwasm.wasm.v1.MsgExecuteContract", MsgExecuteContract],
2220
- ["/initia.move.v1.MsgExecute", MsgExecute],
2221
- ["/opinit.ophost.v1.MsgInitiateTokenDeposit", MsgInitiateTokenDeposit],
2239
+ chunkED2OY55G_cjs.ClientState.registry = new registry$1.Registry([
2240
+ ...stargate.defaultRegistryTypes,
2241
+ ["/cosmwasm.wasm.v1.MsgExecuteContract", tx.MsgExecuteContract],
2242
+ ["/initia.move.v1.MsgExecute", chunk7OIZPQJB_cjs.MsgExecute],
2243
+ ["/opinit.ophost.v1.MsgInitiateTokenDeposit", chunk7OIZPQJB_cjs.MsgInitiateTokenDeposit],
2222
2244
  ...circleProtoRegistry,
2223
2245
  ...evmosProtoRegistry,
2224
2246
  ...options.registryTypes ?? []
2225
2247
  ]);
2226
- ApiState.setClientInitialized();
2248
+ chunkHAR3IXDE_cjs.ApiState.setClientInitialized();
2227
2249
  };
2228
2250
 
2229
- export { setClientOptions };
2251
+ exports.setClientOptions = setClientOptions;