@sparkdreamnft/sparkdreamjs 0.0.4 → 0.0.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 (172) hide show
  1. package/cosmos/auth/v1beta1/tx.registry.d.ts +23 -0
  2. package/cosmos/auth/v1beta1/tx.registry.js +33 -1
  3. package/cosmos/authz/v1beta1/tx.registry.d.ts +47 -0
  4. package/cosmos/authz/v1beta1/tx.registry.js +69 -1
  5. package/cosmos/bank/v1beta1/tx.registry.d.ts +59 -0
  6. package/cosmos/bank/v1beta1/tx.registry.js +87 -1
  7. package/cosmos/benchmark/v1/tx.registry.d.ts +23 -0
  8. package/cosmos/benchmark/v1/tx.registry.js +33 -1
  9. package/cosmos/bundle.d.ts +1138 -181
  10. package/cosmos/bundle.js +184 -184
  11. package/cosmos/circuit/v1/tx.registry.d.ts +47 -0
  12. package/cosmos/circuit/v1/tx.registry.js +69 -1
  13. package/cosmos/consensus/v1/tx.registry.d.ts +23 -0
  14. package/cosmos/consensus/v1/tx.registry.js +33 -1
  15. package/cosmos/counter/v1/tx.registry.d.ts +23 -0
  16. package/cosmos/counter/v1/tx.registry.js +33 -1
  17. package/cosmos/distribution/v1beta1/tx.registry.d.ts +95 -0
  18. package/cosmos/distribution/v1beta1/tx.registry.js +141 -1
  19. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +47 -0
  20. package/cosmos/feegrant/v1beta1/tx.registry.js +69 -1
  21. package/cosmos/gov/v1/tx.registry.d.ts +95 -0
  22. package/cosmos/gov/v1/tx.registry.js +141 -1
  23. package/cosmos/gov/v1beta1/tx.registry.d.ts +59 -0
  24. package/cosmos/gov/v1beta1/tx.registry.js +87 -1
  25. package/cosmos/group/v1/tx.registry.d.ts +179 -0
  26. package/cosmos/group/v1/tx.registry.js +267 -1
  27. package/cosmos/mint/v1beta1/tx.registry.d.ts +23 -0
  28. package/cosmos/mint/v1beta1/tx.registry.js +33 -1
  29. package/cosmos/protocolpool/v1/tx.registry.d.ts +71 -0
  30. package/cosmos/protocolpool/v1/tx.registry.js +105 -1
  31. package/cosmos/staking/v1beta1/tx.registry.d.ts +95 -0
  32. package/cosmos/staking/v1beta1/tx.registry.js +141 -1
  33. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +35 -0
  34. package/cosmos/upgrade/v1beta1/tx.registry.js +51 -1
  35. package/cosmos/vesting/v1beta1/tx.registry.d.ts +47 -0
  36. package/cosmos/vesting/v1beta1/tx.registry.js +69 -1
  37. package/esm/cosmos/auth/v1beta1/tx.registry.js +31 -0
  38. package/esm/cosmos/authz/v1beta1/tx.registry.js +67 -0
  39. package/esm/cosmos/bank/v1beta1/tx.registry.js +85 -0
  40. package/esm/cosmos/benchmark/v1/tx.registry.js +31 -0
  41. package/esm/cosmos/bundle.js +184 -184
  42. package/esm/cosmos/circuit/v1/tx.registry.js +67 -0
  43. package/esm/cosmos/consensus/v1/tx.registry.js +31 -0
  44. package/esm/cosmos/counter/v1/tx.registry.js +31 -0
  45. package/esm/cosmos/distribution/v1beta1/tx.registry.js +139 -0
  46. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +67 -0
  47. package/esm/cosmos/gov/v1/tx.registry.js +139 -0
  48. package/esm/cosmos/gov/v1beta1/tx.registry.js +85 -0
  49. package/esm/cosmos/group/v1/tx.registry.js +265 -0
  50. package/esm/cosmos/mint/v1beta1/tx.registry.js +31 -0
  51. package/esm/cosmos/protocolpool/v1/tx.registry.js +103 -0
  52. package/esm/cosmos/staking/v1beta1/tx.registry.js +139 -0
  53. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +49 -0
  54. package/esm/cosmos/vesting/v1beta1/tx.registry.js +67 -0
  55. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +67 -0
  56. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +49 -0
  57. package/esm/ibc/applications/transfer/v1/tx.registry.js +49 -0
  58. package/esm/ibc/bundle.js +96 -96
  59. package/esm/ibc/core/channel/v1/tx.registry.js +193 -0
  60. package/esm/ibc/core/channel/v2/tx.registry.js +85 -0
  61. package/esm/ibc/core/client/v1/tx.registry.js +157 -0
  62. package/esm/ibc/core/client/v2/tx.registry.js +49 -0
  63. package/esm/ibc/core/connection/v1/tx.registry.js +103 -0
  64. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +67 -0
  65. package/esm/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
  66. package/esm/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
  67. package/esm/sparkdream/blog/{params.js → v1/params.js} +3 -3
  68. package/esm/sparkdream/blog/{post.js → v1/post.js} +3 -3
  69. package/esm/sparkdream/blog/{query.js → v1/query.js} +14 -14
  70. package/esm/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
  71. package/esm/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
  72. package/esm/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
  73. package/esm/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
  74. package/esm/sparkdream/blog/v1/tx.registry.js +87 -0
  75. package/esm/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
  76. package/esm/sparkdream/bundle.js +68 -48
  77. package/esm/sparkdream/client.js +7 -7
  78. package/esm/sparkdream/lcd.js +10 -6
  79. package/esm/sparkdream/rpc.query.js +6 -2
  80. package/esm/sparkdream/rpc.tx.js +6 -2
  81. package/esm/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
  82. package/esm/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
  83. package/esm/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
  84. package/esm/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
  85. package/esm/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
  86. package/esm/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
  87. package/esm/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
  88. package/esm/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
  89. package/esm/sparkdream/sparkdream/v1/tx.registry.js +33 -0
  90. package/esm/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
  91. package/esm/tendermint/bundle.js +18 -18
  92. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +47 -0
  93. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +69 -1
  94. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +35 -0
  95. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -1
  96. package/ibc/applications/transfer/v1/tx.registry.d.ts +35 -0
  97. package/ibc/applications/transfer/v1/tx.registry.js +51 -1
  98. package/ibc/bundle.d.ts +630 -81
  99. package/ibc/bundle.js +96 -96
  100. package/ibc/core/channel/v1/tx.registry.d.ts +131 -0
  101. package/ibc/core/channel/v1/tx.registry.js +195 -1
  102. package/ibc/core/channel/v2/tx.registry.d.ts +59 -0
  103. package/ibc/core/channel/v2/tx.registry.js +87 -1
  104. package/ibc/core/client/v1/tx.registry.d.ts +107 -0
  105. package/ibc/core/client/v1/tx.registry.js +159 -1
  106. package/ibc/core/client/v2/tx.registry.d.ts +35 -0
  107. package/ibc/core/client/v2/tx.registry.js +51 -1
  108. package/ibc/core/connection/v1/tx.registry.d.ts +71 -0
  109. package/ibc/core/connection/v1/tx.registry.js +105 -1
  110. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +47 -0
  111. package/ibc/lightclients/wasm/v1/tx.registry.js +69 -1
  112. package/package.json +1 -1
  113. package/sparkdream/{sparkdream/module → blog/module/v1}/module.d.ts +12 -6
  114. package/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
  115. package/sparkdream/blog/{genesis.d.ts → v1/genesis.d.ts} +4 -4
  116. package/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
  117. package/sparkdream/blog/{params.d.ts → v1/params.d.ts} +3 -3
  118. package/sparkdream/blog/{params.js → v1/params.js} +3 -3
  119. package/sparkdream/blog/{post.d.ts → v1/post.d.ts} +6 -4
  120. package/sparkdream/blog/{post.js → v1/post.js} +3 -3
  121. package/sparkdream/blog/{query.d.ts → v1/query.d.ts} +23 -15
  122. package/sparkdream/blog/{query.js → v1/query.js} +14 -14
  123. package/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
  124. package/sparkdream/blog/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +3 -3
  125. package/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
  126. package/sparkdream/blog/{tx.amino.d.ts → v1/tx.amino.d.ts} +4 -4
  127. package/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
  128. package/sparkdream/blog/{tx.d.ts → v1/tx.d.ts} +29 -17
  129. package/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
  130. package/sparkdream/blog/v1/tx.registry.d.ts +61 -0
  131. package/sparkdream/blog/v1/tx.registry.js +91 -0
  132. package/sparkdream/blog/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +4 -1
  133. package/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
  134. package/sparkdream/bundle.d.ts +476 -348
  135. package/sparkdream/bundle.js +68 -48
  136. package/sparkdream/client.d.ts +15 -15
  137. package/sparkdream/client.js +7 -7
  138. package/sparkdream/lcd.d.ts +6 -2
  139. package/sparkdream/lcd.js +10 -6
  140. package/sparkdream/rpc.query.d.ts +8 -4
  141. package/sparkdream/rpc.query.js +6 -2
  142. package/sparkdream/rpc.tx.d.ts +6 -2
  143. package/sparkdream/rpc.tx.js +6 -2
  144. package/sparkdream/{blog/module → sparkdream/module/v1}/module.d.ts +12 -6
  145. package/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
  146. package/sparkdream/sparkdream/{genesis.d.ts → v1/genesis.d.ts} +4 -4
  147. package/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
  148. package/sparkdream/sparkdream/{params.d.ts → v1/params.d.ts} +3 -3
  149. package/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
  150. package/sparkdream/sparkdream/{query.d.ts → v1/query.d.ts} +6 -6
  151. package/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
  152. package/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
  153. package/sparkdream/sparkdream/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +1 -1
  154. package/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
  155. package/sparkdream/sparkdream/{tx.amino.d.ts → v1/tx.amino.d.ts} +1 -1
  156. package/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
  157. package/sparkdream/sparkdream/{tx.d.ts → v1/tx.d.ts} +5 -5
  158. package/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
  159. package/sparkdream/sparkdream/v1/tx.registry.d.ts +25 -0
  160. package/sparkdream/sparkdream/v1/tx.registry.js +37 -0
  161. package/sparkdream/sparkdream/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +1 -1
  162. package/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
  163. package/tendermint/bundle.d.ts +844 -844
  164. package/tendermint/bundle.js +18 -18
  165. package/esm/sparkdream/blog/tx.registry.js +0 -2
  166. package/esm/sparkdream/sparkdream/tx.registry.js +0 -2
  167. package/sparkdream/blog/tx.registry.d.ts +0 -2
  168. package/sparkdream/blog/tx.registry.js +0 -5
  169. package/sparkdream/sparkdream/tx.registry.d.ts +0 -2
  170. package/sparkdream/sparkdream/tx.registry.js +0 -5
  171. /package/sparkdream/blog/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
  172. /package/sparkdream/sparkdream/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
package/cosmos/bundle.js CHANGED
@@ -152,98 +152,98 @@ const _115 = __importStar(require("./upgrade/v1beta1/upgrade"));
152
152
  const _116 = __importStar(require("./vesting/module/v1/module"));
153
153
  const _117 = __importStar(require("./vesting/v1beta1/tx"));
154
154
  const _118 = __importStar(require("./vesting/v1beta1/vesting"));
155
- const _192 = __importStar(require("./auth/v1beta1/tx.amino"));
156
- const _193 = __importStar(require("./authz/v1beta1/tx.amino"));
157
- const _194 = __importStar(require("./bank/v1beta1/tx.amino"));
158
- const _195 = __importStar(require("./benchmark/v1/tx.amino"));
159
- const _196 = __importStar(require("./circuit/v1/tx.amino"));
160
- const _197 = __importStar(require("./consensus/v1/tx.amino"));
161
- const _198 = __importStar(require("./counter/v1/tx.amino"));
162
- const _199 = __importStar(require("./distribution/v1beta1/tx.amino"));
163
- const _200 = __importStar(require("./feegrant/v1beta1/tx.amino"));
164
- const _201 = __importStar(require("./gov/v1/tx.amino"));
165
- const _202 = __importStar(require("./gov/v1beta1/tx.amino"));
166
- const _203 = __importStar(require("./group/v1/tx.amino"));
167
- const _204 = __importStar(require("./mint/v1beta1/tx.amino"));
168
- const _205 = __importStar(require("./protocolpool/v1/tx.amino"));
169
- const _206 = __importStar(require("./staking/v1beta1/tx.amino"));
170
- const _207 = __importStar(require("./upgrade/v1beta1/tx.amino"));
171
- const _208 = __importStar(require("./vesting/v1beta1/tx.amino"));
172
- const _209 = __importStar(require("./auth/v1beta1/tx.registry"));
173
- const _210 = __importStar(require("./authz/v1beta1/tx.registry"));
174
- const _211 = __importStar(require("./bank/v1beta1/tx.registry"));
175
- const _212 = __importStar(require("./benchmark/v1/tx.registry"));
176
- const _213 = __importStar(require("./circuit/v1/tx.registry"));
177
- const _214 = __importStar(require("./consensus/v1/tx.registry"));
178
- const _215 = __importStar(require("./counter/v1/tx.registry"));
179
- const _216 = __importStar(require("./distribution/v1beta1/tx.registry"));
180
- const _217 = __importStar(require("./feegrant/v1beta1/tx.registry"));
181
- const _218 = __importStar(require("./gov/v1/tx.registry"));
182
- const _219 = __importStar(require("./gov/v1beta1/tx.registry"));
183
- const _220 = __importStar(require("./group/v1/tx.registry"));
184
- const _221 = __importStar(require("./mint/v1beta1/tx.registry"));
185
- const _222 = __importStar(require("./protocolpool/v1/tx.registry"));
186
- const _223 = __importStar(require("./staking/v1beta1/tx.registry"));
187
- const _224 = __importStar(require("./upgrade/v1beta1/tx.registry"));
188
- const _225 = __importStar(require("./vesting/v1beta1/tx.registry"));
189
- const _226 = __importStar(require("./auth/v1beta1/query.lcd"));
190
- const _227 = __importStar(require("./authz/v1beta1/query.lcd"));
191
- const _228 = __importStar(require("./bank/v1beta1/query.lcd"));
192
- const _229 = __importStar(require("./base/node/v1beta1/query.lcd"));
193
- const _230 = __importStar(require("./circuit/v1/query.lcd"));
194
- const _231 = __importStar(require("./consensus/v1/query.lcd"));
195
- const _232 = __importStar(require("./distribution/v1beta1/query.lcd"));
196
- const _233 = __importStar(require("./epochs/v1beta1/query.lcd"));
197
- const _234 = __importStar(require("./feegrant/v1beta1/query.lcd"));
198
- const _235 = __importStar(require("./gov/v1/query.lcd"));
199
- const _236 = __importStar(require("./gov/v1beta1/query.lcd"));
200
- const _237 = __importStar(require("./group/v1/query.lcd"));
201
- const _238 = __importStar(require("./mint/v1beta1/query.lcd"));
202
- const _239 = __importStar(require("./params/v1beta1/query.lcd"));
203
- const _240 = __importStar(require("./protocolpool/v1/query.lcd"));
204
- const _241 = __importStar(require("./staking/v1beta1/query.lcd"));
205
- const _242 = __importStar(require("./tx/v1beta1/service.lcd"));
206
- const _243 = __importStar(require("./upgrade/v1beta1/query.lcd"));
207
- const _244 = __importStar(require("./auth/v1beta1/query.rpc.Query"));
208
- const _245 = __importStar(require("./authz/v1beta1/query.rpc.Query"));
209
- const _246 = __importStar(require("./bank/v1beta1/query.rpc.Query"));
210
- const _247 = __importStar(require("./base/node/v1beta1/query.rpc.Service"));
211
- const _248 = __importStar(require("./circuit/v1/query.rpc.Query"));
212
- const _249 = __importStar(require("./consensus/v1/query.rpc.Query"));
213
- const _250 = __importStar(require("./counter/v1/query.rpc.Query"));
214
- const _251 = __importStar(require("./distribution/v1beta1/query.rpc.Query"));
215
- const _252 = __importStar(require("./epochs/v1beta1/query.rpc.Query"));
216
- const _253 = __importStar(require("./feegrant/v1beta1/query.rpc.Query"));
217
- const _254 = __importStar(require("./gov/v1/query.rpc.Query"));
218
- const _255 = __importStar(require("./gov/v1beta1/query.rpc.Query"));
219
- const _256 = __importStar(require("./group/v1/query.rpc.Query"));
220
- const _257 = __importStar(require("./mint/v1beta1/query.rpc.Query"));
221
- const _258 = __importStar(require("./orm/query/v1alpha1/query.rpc.Query"));
222
- const _259 = __importStar(require("./params/v1beta1/query.rpc.Query"));
223
- const _260 = __importStar(require("./protocolpool/v1/query.rpc.Query"));
224
- const _261 = __importStar(require("./staking/v1beta1/query.rpc.Query"));
225
- const _262 = __importStar(require("./tx/v1beta1/service.rpc.Service"));
226
- const _263 = __importStar(require("./upgrade/v1beta1/query.rpc.Query"));
227
- const _264 = __importStar(require("./auth/v1beta1/tx.rpc.msg"));
228
- const _265 = __importStar(require("./authz/v1beta1/tx.rpc.msg"));
229
- const _266 = __importStar(require("./bank/v1beta1/tx.rpc.msg"));
230
- const _267 = __importStar(require("./benchmark/v1/tx.rpc.msg"));
231
- const _268 = __importStar(require("./circuit/v1/tx.rpc.msg"));
232
- const _269 = __importStar(require("./consensus/v1/tx.rpc.msg"));
233
- const _270 = __importStar(require("./counter/v1/tx.rpc.msg"));
234
- const _271 = __importStar(require("./distribution/v1beta1/tx.rpc.msg"));
235
- const _272 = __importStar(require("./feegrant/v1beta1/tx.rpc.msg"));
236
- const _273 = __importStar(require("./gov/v1/tx.rpc.msg"));
237
- const _274 = __importStar(require("./gov/v1beta1/tx.rpc.msg"));
238
- const _275 = __importStar(require("./group/v1/tx.rpc.msg"));
239
- const _276 = __importStar(require("./mint/v1beta1/tx.rpc.msg"));
240
- const _277 = __importStar(require("./protocolpool/v1/tx.rpc.msg"));
241
- const _278 = __importStar(require("./staking/v1beta1/tx.rpc.msg"));
242
- const _279 = __importStar(require("./upgrade/v1beta1/tx.rpc.msg"));
243
- const _280 = __importStar(require("./vesting/v1beta1/tx.rpc.msg"));
244
- const _336 = __importStar(require("./lcd"));
245
- const _337 = __importStar(require("./rpc.query"));
246
- const _338 = __importStar(require("./rpc.tx"));
155
+ const _194 = __importStar(require("./auth/v1beta1/tx.amino"));
156
+ const _195 = __importStar(require("./authz/v1beta1/tx.amino"));
157
+ const _196 = __importStar(require("./bank/v1beta1/tx.amino"));
158
+ const _197 = __importStar(require("./benchmark/v1/tx.amino"));
159
+ const _198 = __importStar(require("./circuit/v1/tx.amino"));
160
+ const _199 = __importStar(require("./consensus/v1/tx.amino"));
161
+ const _200 = __importStar(require("./counter/v1/tx.amino"));
162
+ const _201 = __importStar(require("./distribution/v1beta1/tx.amino"));
163
+ const _202 = __importStar(require("./feegrant/v1beta1/tx.amino"));
164
+ const _203 = __importStar(require("./gov/v1/tx.amino"));
165
+ const _204 = __importStar(require("./gov/v1beta1/tx.amino"));
166
+ const _205 = __importStar(require("./group/v1/tx.amino"));
167
+ const _206 = __importStar(require("./mint/v1beta1/tx.amino"));
168
+ const _207 = __importStar(require("./protocolpool/v1/tx.amino"));
169
+ const _208 = __importStar(require("./staking/v1beta1/tx.amino"));
170
+ const _209 = __importStar(require("./upgrade/v1beta1/tx.amino"));
171
+ const _210 = __importStar(require("./vesting/v1beta1/tx.amino"));
172
+ const _211 = __importStar(require("./auth/v1beta1/tx.registry"));
173
+ const _212 = __importStar(require("./authz/v1beta1/tx.registry"));
174
+ const _213 = __importStar(require("./bank/v1beta1/tx.registry"));
175
+ const _214 = __importStar(require("./benchmark/v1/tx.registry"));
176
+ const _215 = __importStar(require("./circuit/v1/tx.registry"));
177
+ const _216 = __importStar(require("./consensus/v1/tx.registry"));
178
+ const _217 = __importStar(require("./counter/v1/tx.registry"));
179
+ const _218 = __importStar(require("./distribution/v1beta1/tx.registry"));
180
+ const _219 = __importStar(require("./feegrant/v1beta1/tx.registry"));
181
+ const _220 = __importStar(require("./gov/v1/tx.registry"));
182
+ const _221 = __importStar(require("./gov/v1beta1/tx.registry"));
183
+ const _222 = __importStar(require("./group/v1/tx.registry"));
184
+ const _223 = __importStar(require("./mint/v1beta1/tx.registry"));
185
+ const _224 = __importStar(require("./protocolpool/v1/tx.registry"));
186
+ const _225 = __importStar(require("./staking/v1beta1/tx.registry"));
187
+ const _226 = __importStar(require("./upgrade/v1beta1/tx.registry"));
188
+ const _227 = __importStar(require("./vesting/v1beta1/tx.registry"));
189
+ const _228 = __importStar(require("./auth/v1beta1/query.lcd"));
190
+ const _229 = __importStar(require("./authz/v1beta1/query.lcd"));
191
+ const _230 = __importStar(require("./bank/v1beta1/query.lcd"));
192
+ const _231 = __importStar(require("./base/node/v1beta1/query.lcd"));
193
+ const _232 = __importStar(require("./circuit/v1/query.lcd"));
194
+ const _233 = __importStar(require("./consensus/v1/query.lcd"));
195
+ const _234 = __importStar(require("./distribution/v1beta1/query.lcd"));
196
+ const _235 = __importStar(require("./epochs/v1beta1/query.lcd"));
197
+ const _236 = __importStar(require("./feegrant/v1beta1/query.lcd"));
198
+ const _237 = __importStar(require("./gov/v1/query.lcd"));
199
+ const _238 = __importStar(require("./gov/v1beta1/query.lcd"));
200
+ const _239 = __importStar(require("./group/v1/query.lcd"));
201
+ const _240 = __importStar(require("./mint/v1beta1/query.lcd"));
202
+ const _241 = __importStar(require("./params/v1beta1/query.lcd"));
203
+ const _242 = __importStar(require("./protocolpool/v1/query.lcd"));
204
+ const _243 = __importStar(require("./staking/v1beta1/query.lcd"));
205
+ const _244 = __importStar(require("./tx/v1beta1/service.lcd"));
206
+ const _245 = __importStar(require("./upgrade/v1beta1/query.lcd"));
207
+ const _246 = __importStar(require("./auth/v1beta1/query.rpc.Query"));
208
+ const _247 = __importStar(require("./authz/v1beta1/query.rpc.Query"));
209
+ const _248 = __importStar(require("./bank/v1beta1/query.rpc.Query"));
210
+ const _249 = __importStar(require("./base/node/v1beta1/query.rpc.Service"));
211
+ const _250 = __importStar(require("./circuit/v1/query.rpc.Query"));
212
+ const _251 = __importStar(require("./consensus/v1/query.rpc.Query"));
213
+ const _252 = __importStar(require("./counter/v1/query.rpc.Query"));
214
+ const _253 = __importStar(require("./distribution/v1beta1/query.rpc.Query"));
215
+ const _254 = __importStar(require("./epochs/v1beta1/query.rpc.Query"));
216
+ const _255 = __importStar(require("./feegrant/v1beta1/query.rpc.Query"));
217
+ const _256 = __importStar(require("./gov/v1/query.rpc.Query"));
218
+ const _257 = __importStar(require("./gov/v1beta1/query.rpc.Query"));
219
+ const _258 = __importStar(require("./group/v1/query.rpc.Query"));
220
+ const _259 = __importStar(require("./mint/v1beta1/query.rpc.Query"));
221
+ const _260 = __importStar(require("./orm/query/v1alpha1/query.rpc.Query"));
222
+ const _261 = __importStar(require("./params/v1beta1/query.rpc.Query"));
223
+ const _262 = __importStar(require("./protocolpool/v1/query.rpc.Query"));
224
+ const _263 = __importStar(require("./staking/v1beta1/query.rpc.Query"));
225
+ const _264 = __importStar(require("./tx/v1beta1/service.rpc.Service"));
226
+ const _265 = __importStar(require("./upgrade/v1beta1/query.rpc.Query"));
227
+ const _266 = __importStar(require("./auth/v1beta1/tx.rpc.msg"));
228
+ const _267 = __importStar(require("./authz/v1beta1/tx.rpc.msg"));
229
+ const _268 = __importStar(require("./bank/v1beta1/tx.rpc.msg"));
230
+ const _269 = __importStar(require("./benchmark/v1/tx.rpc.msg"));
231
+ const _270 = __importStar(require("./circuit/v1/tx.rpc.msg"));
232
+ const _271 = __importStar(require("./consensus/v1/tx.rpc.msg"));
233
+ const _272 = __importStar(require("./counter/v1/tx.rpc.msg"));
234
+ const _273 = __importStar(require("./distribution/v1beta1/tx.rpc.msg"));
235
+ const _274 = __importStar(require("./feegrant/v1beta1/tx.rpc.msg"));
236
+ const _275 = __importStar(require("./gov/v1/tx.rpc.msg"));
237
+ const _276 = __importStar(require("./gov/v1beta1/tx.rpc.msg"));
238
+ const _277 = __importStar(require("./group/v1/tx.rpc.msg"));
239
+ const _278 = __importStar(require("./mint/v1beta1/tx.rpc.msg"));
240
+ const _279 = __importStar(require("./protocolpool/v1/tx.rpc.msg"));
241
+ const _280 = __importStar(require("./staking/v1beta1/tx.rpc.msg"));
242
+ const _281 = __importStar(require("./upgrade/v1beta1/tx.rpc.msg"));
243
+ const _282 = __importStar(require("./vesting/v1beta1/tx.rpc.msg"));
244
+ const _338 = __importStar(require("./lcd"));
245
+ const _339 = __importStar(require("./rpc.query"));
246
+ const _340 = __importStar(require("./rpc.tx"));
247
247
  var cosmos;
248
248
  (function (cosmos) {
249
249
  let app;
@@ -268,11 +268,11 @@ var cosmos;
268
268
  ..._5,
269
269
  ..._6,
270
270
  ..._7,
271
- ..._192,
272
- ..._209,
273
- ..._226,
274
- ..._244,
275
- ..._264
271
+ ..._194,
272
+ ..._211,
273
+ ..._228,
274
+ ..._246,
275
+ ..._266
276
276
  };
277
277
  })(auth = cosmos.auth || (cosmos.auth = {}));
278
278
  let authz;
@@ -289,11 +289,11 @@ var cosmos;
289
289
  ..._11,
290
290
  ..._12,
291
291
  ..._13,
292
- ..._193,
293
- ..._210,
294
- ..._227,
295
- ..._245,
296
- ..._265
292
+ ..._195,
293
+ ..._212,
294
+ ..._229,
295
+ ..._247,
296
+ ..._267
297
297
  };
298
298
  })(authz = cosmos.authz || (cosmos.authz = {}));
299
299
  let bank;
@@ -310,11 +310,11 @@ var cosmos;
310
310
  ..._17,
311
311
  ..._18,
312
312
  ..._19,
313
- ..._194,
314
- ..._211,
315
- ..._228,
316
- ..._246,
317
- ..._266
313
+ ..._196,
314
+ ..._213,
315
+ ..._230,
316
+ ..._248,
317
+ ..._268
318
318
  };
319
319
  })(bank = cosmos.bank || (cosmos.bank = {}));
320
320
  let base;
@@ -329,8 +329,8 @@ var cosmos;
329
329
  (function (node) {
330
330
  node.v1beta1 = {
331
331
  ..._21,
332
- ..._229,
333
- ..._247
332
+ ..._231,
333
+ ..._249
334
334
  };
335
335
  })(node = base.node || (base.node = {}));
336
336
  let query;
@@ -360,9 +360,9 @@ var cosmos;
360
360
  benchmark.v1 = {
361
361
  ..._26,
362
362
  ..._27,
363
- ..._195,
364
- ..._212,
365
- ..._267
363
+ ..._197,
364
+ ..._214,
365
+ ..._269
366
366
  };
367
367
  })(benchmark = cosmos.benchmark || (cosmos.benchmark = {}));
368
368
  let circuit;
@@ -377,11 +377,11 @@ var cosmos;
377
377
  ..._29,
378
378
  ..._30,
379
379
  ..._31,
380
- ..._196,
381
- ..._213,
382
- ..._230,
383
- ..._248,
384
- ..._268
380
+ ..._198,
381
+ ..._215,
382
+ ..._232,
383
+ ..._250,
384
+ ..._270
385
385
  };
386
386
  })(circuit = cosmos.circuit || (cosmos.circuit = {}));
387
387
  let consensus;
@@ -395,11 +395,11 @@ var cosmos;
395
395
  consensus.v1 = {
396
396
  ..._33,
397
397
  ..._34,
398
- ..._197,
399
- ..._214,
400
- ..._231,
401
- ..._249,
402
- ..._269
398
+ ..._199,
399
+ ..._216,
400
+ ..._233,
401
+ ..._251,
402
+ ..._271
403
403
  };
404
404
  })(consensus = cosmos.consensus || (cosmos.consensus = {}));
405
405
  let counter;
@@ -413,10 +413,10 @@ var cosmos;
413
413
  counter.v1 = {
414
414
  ..._36,
415
415
  ..._37,
416
- ..._198,
417
- ..._215,
418
- ..._250,
419
- ..._270
416
+ ..._200,
417
+ ..._217,
418
+ ..._252,
419
+ ..._272
420
420
  };
421
421
  })(counter = cosmos.counter || (cosmos.counter = {}));
422
422
  let crisis;
@@ -468,11 +468,11 @@ var cosmos;
468
468
  ..._47,
469
469
  ..._48,
470
470
  ..._49,
471
- ..._199,
472
- ..._216,
473
- ..._232,
474
- ..._251,
475
- ..._271
471
+ ..._201,
472
+ ..._218,
473
+ ..._234,
474
+ ..._253,
475
+ ..._273
476
476
  };
477
477
  })(distribution = cosmos.distribution || (cosmos.distribution = {}));
478
478
  let epochs;
@@ -487,8 +487,8 @@ var cosmos;
487
487
  ..._51,
488
488
  ..._52,
489
489
  ..._53,
490
- ..._233,
491
- ..._252
490
+ ..._235,
491
+ ..._254
492
492
  };
493
493
  })(epochs = cosmos.epochs || (cosmos.epochs = {}));
494
494
  let evidence;
@@ -513,11 +513,11 @@ var cosmos;
513
513
  ..._57,
514
514
  ..._58,
515
515
  ..._59,
516
- ..._200,
517
- ..._217,
518
- ..._234,
519
- ..._253,
520
- ..._272
516
+ ..._202,
517
+ ..._219,
518
+ ..._236,
519
+ ..._255,
520
+ ..._274
521
521
  };
522
522
  })(feegrant = cosmos.feegrant || (cosmos.feegrant = {}));
523
523
  let genutil;
@@ -542,22 +542,22 @@ var cosmos;
542
542
  ..._63,
543
543
  ..._64,
544
544
  ..._65,
545
- ..._201,
546
- ..._218,
547
- ..._235,
548
- ..._254,
549
- ..._273
545
+ ..._203,
546
+ ..._220,
547
+ ..._237,
548
+ ..._256,
549
+ ..._275
550
550
  };
551
551
  gov.v1beta1 = {
552
552
  ..._66,
553
553
  ..._67,
554
554
  ..._68,
555
555
  ..._69,
556
- ..._202,
557
- ..._219,
558
- ..._236,
559
- ..._255,
560
- ..._274
556
+ ..._204,
557
+ ..._221,
558
+ ..._238,
559
+ ..._257,
560
+ ..._276
561
561
  };
562
562
  })(gov = cosmos.gov || (cosmos.gov = {}));
563
563
  let group;
@@ -574,11 +574,11 @@ var cosmos;
574
574
  ..._73,
575
575
  ..._74,
576
576
  ..._75,
577
- ..._203,
578
- ..._220,
579
- ..._237,
580
- ..._256,
581
- ..._275
577
+ ..._205,
578
+ ..._222,
579
+ ..._239,
580
+ ..._258,
581
+ ..._277
582
582
  };
583
583
  })(group = cosmos.group || (cosmos.group = {}));
584
584
  let ics23;
@@ -600,11 +600,11 @@ var cosmos;
600
600
  ..._79,
601
601
  ..._80,
602
602
  ..._81,
603
- ..._204,
604
- ..._221,
605
- ..._238,
606
- ..._257,
607
- ..._276
603
+ ..._206,
604
+ ..._223,
605
+ ..._240,
606
+ ..._259,
607
+ ..._278
608
608
  };
609
609
  })(mint = cosmos.mint || (cosmos.mint = {}));
610
610
  let msg;
@@ -637,7 +637,7 @@ var cosmos;
637
637
  (function (query) {
638
638
  query.v1alpha1 = {
639
639
  ..._85,
640
- ..._258
640
+ ..._260
641
641
  };
642
642
  })(query = orm.query || (orm.query = {}));
643
643
  })(orm = cosmos.orm || (cosmos.orm = {}));
@@ -652,8 +652,8 @@ var cosmos;
652
652
  params.v1beta1 = {
653
653
  ..._87,
654
654
  ..._88,
655
- ..._239,
656
- ..._259
655
+ ..._241,
656
+ ..._261
657
657
  };
658
658
  })(params = cosmos.params || (cosmos.params = {}));
659
659
  let protocolpool;
@@ -669,11 +669,11 @@ var cosmos;
669
669
  ..._91,
670
670
  ..._92,
671
671
  ..._93,
672
- ..._205,
673
- ..._222,
674
- ..._240,
675
- ..._260,
676
- ..._277
672
+ ..._207,
673
+ ..._224,
674
+ ..._242,
675
+ ..._262,
676
+ ..._279
677
677
  };
678
678
  })(protocolpool = cosmos.protocolpool || (cosmos.protocolpool = {}));
679
679
  let query;
@@ -711,11 +711,11 @@ var cosmos;
711
711
  ..._100,
712
712
  ..._101,
713
713
  ..._102,
714
- ..._206,
715
- ..._223,
716
- ..._241,
717
- ..._261,
718
- ..._278
714
+ ..._208,
715
+ ..._225,
716
+ ..._243,
717
+ ..._263,
718
+ ..._280
719
719
  };
720
720
  })(staking = cosmos.staking || (cosmos.staking = {}));
721
721
  let store;
@@ -763,8 +763,8 @@ var cosmos;
763
763
  tx.v1beta1 = {
764
764
  ..._110,
765
765
  ..._111,
766
- ..._242,
767
- ..._262
766
+ ..._244,
767
+ ..._264
768
768
  };
769
769
  })(tx = cosmos.tx || (cosmos.tx = {}));
770
770
  let upgrade;
@@ -779,11 +779,11 @@ var cosmos;
779
779
  ..._113,
780
780
  ..._114,
781
781
  ..._115,
782
- ..._207,
783
- ..._224,
784
- ..._243,
785
- ..._263,
786
- ..._279
782
+ ..._209,
783
+ ..._226,
784
+ ..._245,
785
+ ..._265,
786
+ ..._281
787
787
  };
788
788
  })(upgrade = cosmos.upgrade || (cosmos.upgrade = {}));
789
789
  let vesting;
@@ -797,14 +797,14 @@ var cosmos;
797
797
  vesting.v1beta1 = {
798
798
  ..._117,
799
799
  ..._118,
800
- ..._208,
801
- ..._225,
802
- ..._280
800
+ ..._210,
801
+ ..._227,
802
+ ..._282
803
803
  };
804
804
  })(vesting = cosmos.vesting || (cosmos.vesting = {}));
805
805
  cosmos.ClientFactory = {
806
- ..._336,
807
- ..._337,
808
- ..._338
806
+ ..._338,
807
+ ..._339,
808
+ ..._340
809
809
  };
810
810
  })(cosmos || (exports.cosmos = cosmos = {}));
@@ -1,2 +1,49 @@
1
1
  import { TelescopeGeneratedType } from "../../../types";
2
+ import { Registry } from "@cosmjs/proto-signing";
3
+ import { MsgAuthorizeCircuitBreaker, MsgTripCircuitBreaker, MsgResetCircuitBreaker } from "./tx";
2
4
  export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
5
+ export declare const load: (protoRegistry: Registry) => void;
6
+ export declare const MessageComposer: {
7
+ encoded: {
8
+ authorizeCircuitBreaker(value: MsgAuthorizeCircuitBreaker): {
9
+ typeUrl: string;
10
+ value: Uint8Array<ArrayBufferLike>;
11
+ };
12
+ tripCircuitBreaker(value: MsgTripCircuitBreaker): {
13
+ typeUrl: string;
14
+ value: Uint8Array<ArrayBufferLike>;
15
+ };
16
+ resetCircuitBreaker(value: MsgResetCircuitBreaker): {
17
+ typeUrl: string;
18
+ value: Uint8Array<ArrayBufferLike>;
19
+ };
20
+ };
21
+ withTypeUrl: {
22
+ authorizeCircuitBreaker(value: MsgAuthorizeCircuitBreaker): {
23
+ typeUrl: string;
24
+ value: MsgAuthorizeCircuitBreaker;
25
+ };
26
+ tripCircuitBreaker(value: MsgTripCircuitBreaker): {
27
+ typeUrl: string;
28
+ value: MsgTripCircuitBreaker;
29
+ };
30
+ resetCircuitBreaker(value: MsgResetCircuitBreaker): {
31
+ typeUrl: string;
32
+ value: MsgResetCircuitBreaker;
33
+ };
34
+ };
35
+ fromPartial: {
36
+ authorizeCircuitBreaker(value: MsgAuthorizeCircuitBreaker): {
37
+ typeUrl: string;
38
+ value: MsgAuthorizeCircuitBreaker;
39
+ };
40
+ tripCircuitBreaker(value: MsgTripCircuitBreaker): {
41
+ typeUrl: string;
42
+ value: MsgTripCircuitBreaker;
43
+ };
44
+ resetCircuitBreaker(value: MsgResetCircuitBreaker): {
45
+ typeUrl: string;
46
+ value: MsgResetCircuitBreaker;
47
+ };
48
+ };
49
+ };
@@ -1,5 +1,73 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.registry = void 0;
3
+ exports.MessageComposer = exports.load = exports.registry = void 0;
4
4
  const tx_1 = require("./tx");
5
5
  exports.registry = [["/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker", tx_1.MsgAuthorizeCircuitBreaker], ["/cosmos.circuit.v1.MsgTripCircuitBreaker", tx_1.MsgTripCircuitBreaker], ["/cosmos.circuit.v1.MsgResetCircuitBreaker", tx_1.MsgResetCircuitBreaker]];
6
+ const load = (protoRegistry) => {
7
+ exports.registry.forEach(([typeUrl, mod]) => {
8
+ protoRegistry.register(typeUrl, mod);
9
+ });
10
+ };
11
+ exports.load = load;
12
+ exports.MessageComposer = {
13
+ encoded: {
14
+ authorizeCircuitBreaker(value) {
15
+ return {
16
+ typeUrl: "/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",
17
+ value: tx_1.MsgAuthorizeCircuitBreaker.encode(value).finish()
18
+ };
19
+ },
20
+ tripCircuitBreaker(value) {
21
+ return {
22
+ typeUrl: "/cosmos.circuit.v1.MsgTripCircuitBreaker",
23
+ value: tx_1.MsgTripCircuitBreaker.encode(value).finish()
24
+ };
25
+ },
26
+ resetCircuitBreaker(value) {
27
+ return {
28
+ typeUrl: "/cosmos.circuit.v1.MsgResetCircuitBreaker",
29
+ value: tx_1.MsgResetCircuitBreaker.encode(value).finish()
30
+ };
31
+ }
32
+ },
33
+ withTypeUrl: {
34
+ authorizeCircuitBreaker(value) {
35
+ return {
36
+ typeUrl: "/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",
37
+ value
38
+ };
39
+ },
40
+ tripCircuitBreaker(value) {
41
+ return {
42
+ typeUrl: "/cosmos.circuit.v1.MsgTripCircuitBreaker",
43
+ value
44
+ };
45
+ },
46
+ resetCircuitBreaker(value) {
47
+ return {
48
+ typeUrl: "/cosmos.circuit.v1.MsgResetCircuitBreaker",
49
+ value
50
+ };
51
+ }
52
+ },
53
+ fromPartial: {
54
+ authorizeCircuitBreaker(value) {
55
+ return {
56
+ typeUrl: "/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",
57
+ value: tx_1.MsgAuthorizeCircuitBreaker.fromPartial(value)
58
+ };
59
+ },
60
+ tripCircuitBreaker(value) {
61
+ return {
62
+ typeUrl: "/cosmos.circuit.v1.MsgTripCircuitBreaker",
63
+ value: tx_1.MsgTripCircuitBreaker.fromPartial(value)
64
+ };
65
+ },
66
+ resetCircuitBreaker(value) {
67
+ return {
68
+ typeUrl: "/cosmos.circuit.v1.MsgResetCircuitBreaker",
69
+ value: tx_1.MsgResetCircuitBreaker.fromPartial(value)
70
+ };
71
+ }
72
+ }
73
+ };