@xpla/xplajs 1.7.0-beta.8 → 1.7.0

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 (825) hide show
  1. package/README.md +3 -3
  2. package/binary.d.ts +1 -1
  3. package/binary.js +2 -2
  4. package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -0
  5. package/cosmos/app/runtime/v1alpha1/module.js +5 -6
  6. package/cosmos/app/runtime/v2/module.d.ts +3 -0
  7. package/cosmos/app/runtime/v2/module.js +8 -9
  8. package/cosmos/app/v1alpha1/config.d.ts +3 -0
  9. package/cosmos/app/v1alpha1/config.js +9 -8
  10. package/cosmos/app/v1alpha1/module.d.ts +3 -0
  11. package/cosmos/app/v1alpha1/module.js +8 -9
  12. package/cosmos/app/v1alpha1/query.d.ts +2 -0
  13. package/cosmos/app/v1alpha1/query.js +5 -6
  14. package/cosmos/app/v1alpha1/query.rpc.func.js +2 -1
  15. package/cosmos/auth/module/v1/module.d.ts +2 -0
  16. package/cosmos/auth/module/v1/module.js +5 -6
  17. package/cosmos/auth/v1beta1/accounts.d.ts +2 -0
  18. package/cosmos/auth/v1beta1/accounts.js +5 -6
  19. package/cosmos/auth/v1beta1/auth.d.ts +4 -0
  20. package/cosmos/auth/v1beta1/auth.js +14 -11
  21. package/cosmos/auth/v1beta1/genesis.d.ts +1 -0
  22. package/cosmos/auth/v1beta1/genesis.js +2 -4
  23. package/cosmos/auth/v1beta1/query.d.ts +20 -0
  24. package/cosmos/auth/v1beta1/query.js +51 -54
  25. package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
  26. package/cosmos/auth/v1beta1/tx.d.ts +2 -0
  27. package/cosmos/auth/v1beta1/tx.js +5 -6
  28. package/cosmos/auth/v1beta1/tx.registry.d.ts +21 -0
  29. package/cosmos/auth/v1beta1/tx.registry.js +27 -1
  30. package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -1
  31. package/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
  32. package/cosmos/authz/module/v1/module.d.ts +1 -0
  33. package/cosmos/authz/module/v1/module.js +2 -4
  34. package/cosmos/authz/v1beta1/authz.d.ts +11 -7
  35. package/cosmos/authz/v1beta1/authz.js +28 -9
  36. package/cosmos/authz/v1beta1/event.d.ts +2 -0
  37. package/cosmos/authz/v1beta1/event.js +4 -7
  38. package/cosmos/authz/v1beta1/genesis.d.ts +1 -0
  39. package/cosmos/authz/v1beta1/genesis.js +3 -3
  40. package/cosmos/authz/v1beta1/query.d.ts +6 -0
  41. package/cosmos/authz/v1beta1/query.js +21 -13
  42. package/cosmos/authz/v1beta1/query.rpc.func.js +6 -3
  43. package/cosmos/authz/v1beta1/tx.d.ts +6 -0
  44. package/cosmos/authz/v1beta1/tx.js +14 -18
  45. package/cosmos/authz/v1beta1/tx.registry.d.ts +45 -0
  46. package/cosmos/authz/v1beta1/tx.registry.js +63 -1
  47. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
  48. package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
  49. package/cosmos/autocli/v1/options.d.ts +7 -0
  50. package/cosmos/autocli/v1/options.js +21 -13
  51. package/cosmos/autocli/v1/query.d.ts +3 -0
  52. package/cosmos/autocli/v1/query.js +8 -6
  53. package/cosmos/autocli/v1/query.rpc.func.js +2 -1
  54. package/cosmos/bank/module/v1/module.d.ts +1 -0
  55. package/cosmos/bank/module/v1/module.js +2 -4
  56. package/cosmos/bank/v1beta1/authz.d.ts +1 -0
  57. package/cosmos/bank/v1beta1/authz.js +5 -2
  58. package/cosmos/bank/v1beta1/bank.d.ts +7 -0
  59. package/cosmos/bank/v1beta1/bank.js +21 -16
  60. package/cosmos/bank/v1beta1/genesis.d.ts +2 -0
  61. package/cosmos/bank/v1beta1/genesis.js +10 -5
  62. package/cosmos/bank/v1beta1/query.d.ts +27 -0
  63. package/cosmos/bank/v1beta1/query.js +82 -61
  64. package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
  65. package/cosmos/bank/v1beta1/tx.d.ts +8 -0
  66. package/cosmos/bank/v1beta1/tx.js +21 -21
  67. package/cosmos/bank/v1beta1/tx.registry.d.ts +57 -0
  68. package/cosmos/bank/v1beta1/tx.registry.js +81 -1
  69. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
  70. package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
  71. package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
  72. package/cosmos/base/abci/v1beta1/abci.js +29 -28
  73. package/cosmos/base/grpc/v2/service.d.ts +5 -0
  74. package/cosmos/base/grpc/v2/service.js +11 -15
  75. package/cosmos/base/grpc/v2/service.rpc.func.js +4 -2
  76. package/cosmos/base/node/v1beta1/query.d.ts +4 -0
  77. package/cosmos/base/node/v1beta1/query.js +8 -13
  78. package/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
  79. package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
  80. package/cosmos/base/query/v1beta1/pagination.js +4 -7
  81. package/cosmos/base/reflection/v1beta1/reflection.d.ts +4 -0
  82. package/cosmos/base/reflection/v1beta1/reflection.js +8 -13
  83. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -2
  84. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -0
  85. package/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
  86. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
  87. package/cosmos/base/tendermint/v1beta1/query.d.ts +19 -0
  88. package/cosmos/base/tendermint/v1beta1/query.js +55 -48
  89. package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
  90. package/cosmos/base/tendermint/v1beta1/types.d.ts +2 -0
  91. package/cosmos/base/tendermint/v1beta1/types.js +10 -5
  92. package/cosmos/base/v1beta1/coin.d.ts +4 -0
  93. package/cosmos/base/v1beta1/coin.js +15 -19
  94. package/cosmos/circuit/v1/tx.rpc.func.d.ts +3 -3
  95. package/cosmos/circuit/v1/types.js +4 -4
  96. package/cosmos/consensus/module/v1/module.d.ts +1 -0
  97. package/cosmos/consensus/module/v1/module.js +2 -4
  98. package/cosmos/consensus/v1/query.d.ts +2 -0
  99. package/cosmos/consensus/v1/query.js +5 -6
  100. package/cosmos/consensus/v1/query.rpc.func.js +2 -1
  101. package/cosmos/consensus/v1/tx.d.ts +2 -0
  102. package/cosmos/consensus/v1/tx.js +8 -6
  103. package/cosmos/consensus/v1/tx.registry.d.ts +21 -0
  104. package/cosmos/consensus/v1/tx.registry.js +27 -1
  105. package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -1
  106. package/cosmos/consensus/v1/tx.rpc.func.js +2 -1
  107. package/cosmos/crisis/v1beta1/tx.rpc.func.d.ts +2 -2
  108. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
  109. package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
  110. package/cosmos/distribution/module/v1/module.d.ts +1 -0
  111. package/cosmos/distribution/module/v1/module.js +2 -4
  112. package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
  113. package/cosmos/distribution/v1beta1/distribution.js +52 -42
  114. package/cosmos/distribution/v1beta1/genesis.d.ts +8 -0
  115. package/cosmos/distribution/v1beta1/genesis.js +31 -18
  116. package/cosmos/distribution/v1beta1/query.d.ts +20 -0
  117. package/cosmos/distribution/v1beta1/query.js +51 -52
  118. package/cosmos/distribution/v1beta1/query.rpc.func.js +20 -10
  119. package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
  120. package/cosmos/distribution/v1beta1/tx.js +34 -37
  121. package/cosmos/distribution/v1beta1/tx.registry.d.ts +93 -0
  122. package/cosmos/distribution/v1beta1/tx.registry.js +135 -1
  123. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
  124. package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
  125. package/cosmos/evidence/module/v1/module.d.ts +1 -0
  126. package/cosmos/evidence/module/v1/module.js +2 -4
  127. package/cosmos/evidence/v1beta1/evidence.d.ts +1 -0
  128. package/cosmos/evidence/v1beta1/evidence.js +2 -4
  129. package/cosmos/evidence/v1beta1/genesis.d.ts +1 -0
  130. package/cosmos/evidence/v1beta1/genesis.js +2 -4
  131. package/cosmos/evidence/v1beta1/query.d.ts +4 -0
  132. package/cosmos/evidence/v1beta1/query.js +10 -11
  133. package/cosmos/evidence/v1beta1/query.rpc.func.js +4 -2
  134. package/cosmos/evidence/v1beta1/tx.d.ts +2 -0
  135. package/cosmos/evidence/v1beta1/tx.js +5 -7
  136. package/cosmos/evidence/v1beta1/tx.registry.d.ts +21 -0
  137. package/cosmos/evidence/v1beta1/tx.registry.js +27 -1
  138. package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -1
  139. package/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
  140. package/cosmos/feegrant/module/v1/module.d.ts +1 -0
  141. package/cosmos/feegrant/module/v1/module.js +2 -4
  142. package/cosmos/feegrant/v1beta1/feegrant.d.ts +4 -0
  143. package/cosmos/feegrant/v1beta1/feegrant.js +23 -8
  144. package/cosmos/feegrant/v1beta1/genesis.d.ts +1 -0
  145. package/cosmos/feegrant/v1beta1/genesis.js +3 -3
  146. package/cosmos/feegrant/v1beta1/query.d.ts +6 -0
  147. package/cosmos/feegrant/v1beta1/query.js +19 -14
  148. package/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -3
  149. package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
  150. package/cosmos/feegrant/v1beta1/tx.js +16 -17
  151. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +45 -0
  152. package/cosmos/feegrant/v1beta1/tx.registry.js +63 -1
  153. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
  154. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
  155. package/cosmos/gov/module/v1/module.d.ts +1 -0
  156. package/cosmos/gov/module/v1/module.js +2 -4
  157. package/cosmos/gov/v1/genesis.d.ts +1 -0
  158. package/cosmos/gov/v1/genesis.js +9 -3
  159. package/cosmos/gov/v1/gov.d.ts +9 -0
  160. package/cosmos/gov/v1/gov.js +31 -30
  161. package/cosmos/gov/v1/query.d.ts +18 -0
  162. package/cosmos/gov/v1/query.js +53 -44
  163. package/cosmos/gov/v1/query.rpc.func.js +18 -9
  164. package/cosmos/gov/v1/tx.d.ts +21 -7
  165. package/cosmos/gov/v1/tx.js +58 -37
  166. package/cosmos/gov/v1/tx.registry.d.ts +93 -0
  167. package/cosmos/gov/v1/tx.registry.js +135 -1
  168. package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
  169. package/cosmos/gov/v1/tx.rpc.func.js +14 -7
  170. package/cosmos/gov/v1beta1/genesis.d.ts +1 -0
  171. package/cosmos/gov/v1beta1/genesis.js +8 -3
  172. package/cosmos/gov/v1beta1/gov.d.ts +15 -6
  173. package/cosmos/gov/v1beta1/gov.js +61 -32
  174. package/cosmos/gov/v1beta1/query.d.ts +16 -0
  175. package/cosmos/gov/v1beta1/query.js +48 -38
  176. package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
  177. package/cosmos/gov/v1beta1/tx.d.ts +14 -6
  178. package/cosmos/gov/v1beta1/tx.js +45 -22
  179. package/cosmos/gov/v1beta1/tx.registry.d.ts +57 -0
  180. package/cosmos/gov/v1beta1/tx.registry.js +81 -1
  181. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
  182. package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
  183. package/cosmos/group/v1/tx.js +4 -4
  184. package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
  185. package/cosmos/group/v1/types.js +10 -10
  186. package/cosmos/ics23/v1/proofs.d.ts +13 -0
  187. package/cosmos/ics23/v1/proofs.js +51 -37
  188. package/cosmos/mint/module/v1/module.d.ts +1 -0
  189. package/cosmos/mint/module/v1/module.js +2 -4
  190. package/cosmos/mint/v1beta1/genesis.d.ts +1 -0
  191. package/cosmos/mint/v1beta1/genesis.js +4 -3
  192. package/cosmos/mint/v1beta1/mint.d.ts +2 -0
  193. package/cosmos/mint/v1beta1/mint.js +23 -25
  194. package/cosmos/mint/v1beta1/query.d.ts +6 -0
  195. package/cosmos/mint/v1beta1/query.js +13 -18
  196. package/cosmos/mint/v1beta1/query.rpc.func.js +6 -3
  197. package/cosmos/mint/v1beta1/tx.d.ts +2 -0
  198. package/cosmos/mint/v1beta1/tx.js +5 -6
  199. package/cosmos/mint/v1beta1/tx.registry.d.ts +21 -0
  200. package/cosmos/mint/v1beta1/tx.registry.js +27 -1
  201. package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -1
  202. package/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
  203. package/cosmos/nft/v1beta1/tx.rpc.func.d.ts +1 -1
  204. package/cosmos/orm/v1alpha1/schema.js +4 -4
  205. package/cosmos/params/module/v1/module.d.ts +1 -0
  206. package/cosmos/params/module/v1/module.js +2 -4
  207. package/cosmos/params/v1beta1/params.d.ts +2 -0
  208. package/cosmos/params/v1beta1/params.js +7 -5
  209. package/cosmos/params/v1beta1/query.d.ts +5 -0
  210. package/cosmos/params/v1beta1/query.js +12 -14
  211. package/cosmos/params/v1beta1/query.rpc.func.js +4 -2
  212. package/cosmos/rpc.query.js +7 -17
  213. package/cosmos/rpc.tx.js +7 -17
  214. package/cosmos/slashing/module/v1/module.d.ts +1 -0
  215. package/cosmos/slashing/module/v1/module.js +2 -4
  216. package/cosmos/slashing/v1beta1/genesis.d.ts +4 -0
  217. package/cosmos/slashing/v1beta1/genesis.js +13 -10
  218. package/cosmos/slashing/v1beta1/query.d.ts +6 -0
  219. package/cosmos/slashing/v1beta1/query.js +17 -15
  220. package/cosmos/slashing/v1beta1/query.rpc.func.js +6 -3
  221. package/cosmos/slashing/v1beta1/slashing.d.ts +2 -0
  222. package/cosmos/slashing/v1beta1/slashing.js +4 -7
  223. package/cosmos/slashing/v1beta1/tx.d.ts +4 -0
  224. package/cosmos/slashing/v1beta1/tx.js +9 -12
  225. package/cosmos/slashing/v1beta1/tx.registry.d.ts +33 -0
  226. package/cosmos/slashing/v1beta1/tx.registry.js +45 -1
  227. package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -2
  228. package/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
  229. package/cosmos/staking/module/v1/module.d.ts +1 -0
  230. package/cosmos/staking/module/v1/module.js +2 -4
  231. package/cosmos/staking/v1beta1/authz.d.ts +2 -0
  232. package/cosmos/staking/v1beta1/authz.js +12 -9
  233. package/cosmos/staking/v1beta1/genesis.d.ts +2 -0
  234. package/cosmos/staking/v1beta1/genesis.js +10 -6
  235. package/cosmos/staking/v1beta1/query.d.ts +28 -0
  236. package/cosmos/staking/v1beta1/query.js +84 -64
  237. package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
  238. package/cosmos/staking/v1beta1/staking.d.ts +21 -0
  239. package/cosmos/staking/v1beta1/staking.js +90 -84
  240. package/cosmos/staking/v1beta1/tx.d.ts +14 -0
  241. package/cosmos/staking/v1beta1/tx.js +44 -41
  242. package/cosmos/staking/v1beta1/tx.registry.d.ts +93 -0
  243. package/cosmos/staking/v1beta1/tx.registry.js +135 -1
  244. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
  245. package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
  246. package/cosmos/tx/config/v1/config.d.ts +1 -0
  247. package/cosmos/tx/config/v1/config.js +2 -4
  248. package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
  249. package/cosmos/tx/signing/v1beta1/signing.js +20 -16
  250. package/cosmos/tx/v1beta1/service.d.ts +18 -0
  251. package/cosmos/tx/v1beta1/service.js +60 -52
  252. package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
  253. package/cosmos/tx/v1beta1/tx.d.ts +13 -0
  254. package/cosmos/tx/v1beta1/tx.js +40 -31
  255. package/cosmos/upgrade/module/v1/module.d.ts +1 -0
  256. package/cosmos/upgrade/module/v1/module.js +2 -4
  257. package/cosmos/upgrade/v1beta1/query.d.ts +10 -0
  258. package/cosmos/upgrade/v1beta1/query.js +22 -29
  259. package/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -5
  260. package/cosmos/upgrade/v1beta1/tx.d.ts +4 -0
  261. package/cosmos/upgrade/v1beta1/tx.js +9 -12
  262. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +33 -0
  263. package/cosmos/upgrade/v1beta1/tx.registry.js +45 -1
  264. package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -2
  265. package/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
  266. package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
  267. package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
  268. package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
  269. package/cosmos_proto/cosmos.d.ts +2 -0
  270. package/cosmos_proto/cosmos.js +8 -9
  271. package/cosmwasm/wasm/v1/authz.d.ts +11 -0
  272. package/cosmwasm/wasm/v1/authz.js +50 -23
  273. package/cosmwasm/wasm/v1/genesis.d.ts +4 -0
  274. package/cosmwasm/wasm/v1/genesis.js +16 -10
  275. package/cosmwasm/wasm/v1/ibc.d.ts +34 -0
  276. package/cosmwasm/wasm/v1/ibc.js +71 -11
  277. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
  278. package/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
  279. package/cosmwasm/wasm/v1/query.d.ts +123 -0
  280. package/cosmwasm/wasm/v1/query.js +257 -56
  281. package/cosmwasm/wasm/v1/query.lcd.d.ts +2 -1
  282. package/cosmwasm/wasm/v1/query.lcd.js +20 -0
  283. package/cosmwasm/wasm/v1/query.rpc.Query.d.ts +5 -1
  284. package/cosmwasm/wasm/v1/query.rpc.Query.js +9 -0
  285. package/cosmwasm/wasm/v1/query.rpc.func.d.ts +2 -1
  286. package/cosmwasm/wasm/v1/query.rpc.func.js +32 -12
  287. package/cosmwasm/wasm/v1/tx.d.ts +36 -2
  288. package/cosmwasm/wasm/v1/tx.js +78 -96
  289. package/cosmwasm/wasm/v1/tx.registry.d.ts +213 -0
  290. package/cosmwasm/wasm/v1/tx.registry.js +315 -1
  291. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
  292. package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
  293. package/cosmwasm/wasm/v1/types.d.ts +8 -0
  294. package/cosmwasm/wasm/v1/types.js +27 -29
  295. package/esm/binary.js +1 -1
  296. package/esm/cosmos/app/runtime/v1alpha1/module.js +5 -6
  297. package/esm/cosmos/app/runtime/v2/module.js +8 -9
  298. package/esm/cosmos/app/v1alpha1/config.js +9 -8
  299. package/esm/cosmos/app/v1alpha1/module.js +8 -9
  300. package/esm/cosmos/app/v1alpha1/query.js +5 -6
  301. package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -1
  302. package/esm/cosmos/auth/module/v1/module.js +5 -6
  303. package/esm/cosmos/auth/v1beta1/accounts.js +5 -6
  304. package/esm/cosmos/auth/v1beta1/auth.js +14 -11
  305. package/esm/cosmos/auth/v1beta1/genesis.js +2 -4
  306. package/esm/cosmos/auth/v1beta1/query.js +51 -54
  307. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
  308. package/esm/cosmos/auth/v1beta1/tx.js +5 -6
  309. package/esm/cosmos/auth/v1beta1/tx.registry.js +26 -0
  310. package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
  311. package/esm/cosmos/authz/module/v1/module.js +2 -4
  312. package/esm/cosmos/authz/v1beta1/authz.js +28 -9
  313. package/esm/cosmos/authz/v1beta1/event.js +4 -7
  314. package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
  315. package/esm/cosmos/authz/v1beta1/query.js +21 -13
  316. package/esm/cosmos/authz/v1beta1/query.rpc.func.js +6 -3
  317. package/esm/cosmos/authz/v1beta1/tx.js +14 -18
  318. package/esm/cosmos/authz/v1beta1/tx.registry.js +62 -0
  319. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
  320. package/esm/cosmos/autocli/v1/options.js +21 -13
  321. package/esm/cosmos/autocli/v1/query.js +8 -6
  322. package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -1
  323. package/esm/cosmos/bank/module/v1/module.js +2 -4
  324. package/esm/cosmos/bank/v1beta1/authz.js +5 -2
  325. package/esm/cosmos/bank/v1beta1/bank.js +21 -16
  326. package/esm/cosmos/bank/v1beta1/genesis.js +10 -5
  327. package/esm/cosmos/bank/v1beta1/query.js +82 -61
  328. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
  329. package/esm/cosmos/bank/v1beta1/tx.js +21 -21
  330. package/esm/cosmos/bank/v1beta1/tx.registry.js +80 -0
  331. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
  332. package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
  333. package/esm/cosmos/base/grpc/v2/service.js +11 -15
  334. package/esm/cosmos/base/grpc/v2/service.rpc.func.js +4 -2
  335. package/esm/cosmos/base/node/v1beta1/query.js +8 -13
  336. package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
  337. package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
  338. package/esm/cosmos/base/reflection/v1beta1/reflection.js +8 -13
  339. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -2
  340. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
  341. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
  342. package/esm/cosmos/base/tendermint/v1beta1/query.js +55 -48
  343. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
  344. package/esm/cosmos/base/tendermint/v1beta1/types.js +10 -5
  345. package/esm/cosmos/base/v1beta1/coin.js +15 -19
  346. package/esm/cosmos/consensus/module/v1/module.js +2 -4
  347. package/esm/cosmos/consensus/v1/query.js +5 -6
  348. package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -1
  349. package/esm/cosmos/consensus/v1/tx.js +8 -6
  350. package/esm/cosmos/consensus/v1/tx.registry.js +26 -0
  351. package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -1
  352. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
  353. package/esm/cosmos/distribution/module/v1/module.js +2 -4
  354. package/esm/cosmos/distribution/v1beta1/distribution.js +52 -42
  355. package/esm/cosmos/distribution/v1beta1/genesis.js +31 -18
  356. package/esm/cosmos/distribution/v1beta1/query.js +51 -52
  357. package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +20 -10
  358. package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
  359. package/esm/cosmos/distribution/v1beta1/tx.registry.js +134 -0
  360. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
  361. package/esm/cosmos/evidence/module/v1/module.js +2 -4
  362. package/esm/cosmos/evidence/v1beta1/evidence.js +2 -4
  363. package/esm/cosmos/evidence/v1beta1/genesis.js +2 -4
  364. package/esm/cosmos/evidence/v1beta1/query.js +10 -11
  365. package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +4 -2
  366. package/esm/cosmos/evidence/v1beta1/tx.js +5 -7
  367. package/esm/cosmos/evidence/v1beta1/tx.registry.js +26 -0
  368. package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
  369. package/esm/cosmos/feegrant/module/v1/module.js +2 -4
  370. package/esm/cosmos/feegrant/v1beta1/feegrant.js +23 -8
  371. package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
  372. package/esm/cosmos/feegrant/v1beta1/query.js +19 -14
  373. package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -3
  374. package/esm/cosmos/feegrant/v1beta1/tx.js +16 -17
  375. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +62 -0
  376. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
  377. package/esm/cosmos/gov/module/v1/module.js +2 -4
  378. package/esm/cosmos/gov/v1/genesis.js +9 -3
  379. package/esm/cosmos/gov/v1/gov.js +24 -23
  380. package/esm/cosmos/gov/v1/query.js +53 -44
  381. package/esm/cosmos/gov/v1/query.rpc.func.js +18 -9
  382. package/esm/cosmos/gov/v1/tx.js +58 -37
  383. package/esm/cosmos/gov/v1/tx.registry.js +134 -0
  384. package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
  385. package/esm/cosmos/gov/v1beta1/genesis.js +8 -3
  386. package/esm/cosmos/gov/v1beta1/gov.js +54 -25
  387. package/esm/cosmos/gov/v1beta1/query.js +48 -38
  388. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
  389. package/esm/cosmos/gov/v1beta1/tx.js +46 -23
  390. package/esm/cosmos/gov/v1beta1/tx.registry.js +80 -0
  391. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
  392. package/esm/cosmos/ics23/v1/proofs.js +44 -30
  393. package/esm/cosmos/mint/module/v1/module.js +2 -4
  394. package/esm/cosmos/mint/v1beta1/genesis.js +4 -3
  395. package/esm/cosmos/mint/v1beta1/mint.js +23 -25
  396. package/esm/cosmos/mint/v1beta1/query.js +13 -18
  397. package/esm/cosmos/mint/v1beta1/query.rpc.func.js +6 -3
  398. package/esm/cosmos/mint/v1beta1/tx.js +5 -6
  399. package/esm/cosmos/mint/v1beta1/tx.registry.js +26 -0
  400. package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
  401. package/esm/cosmos/params/module/v1/module.js +2 -4
  402. package/esm/cosmos/params/v1beta1/params.js +7 -5
  403. package/esm/cosmos/params/v1beta1/query.js +12 -14
  404. package/esm/cosmos/params/v1beta1/query.rpc.func.js +4 -2
  405. package/esm/cosmos/slashing/module/v1/module.js +2 -4
  406. package/esm/cosmos/slashing/v1beta1/genesis.js +13 -10
  407. package/esm/cosmos/slashing/v1beta1/query.js +17 -15
  408. package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +6 -3
  409. package/esm/cosmos/slashing/v1beta1/slashing.js +4 -7
  410. package/esm/cosmos/slashing/v1beta1/tx.js +9 -12
  411. package/esm/cosmos/slashing/v1beta1/tx.registry.js +44 -0
  412. package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
  413. package/esm/cosmos/staking/module/v1/module.js +2 -4
  414. package/esm/cosmos/staking/v1beta1/authz.js +8 -5
  415. package/esm/cosmos/staking/v1beta1/genesis.js +10 -6
  416. package/esm/cosmos/staking/v1beta1/query.js +84 -64
  417. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
  418. package/esm/cosmos/staking/v1beta1/staking.js +81 -75
  419. package/esm/cosmos/staking/v1beta1/tx.js +42 -39
  420. package/esm/cosmos/staking/v1beta1/tx.registry.js +134 -0
  421. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
  422. package/esm/cosmos/tx/config/v1/config.js +2 -4
  423. package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
  424. package/esm/cosmos/tx/v1beta1/service.js +53 -45
  425. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
  426. package/esm/cosmos/tx/v1beta1/tx.js +40 -31
  427. package/esm/cosmos/upgrade/module/v1/module.js +2 -4
  428. package/esm/cosmos/upgrade/v1beta1/query.js +22 -29
  429. package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -5
  430. package/esm/cosmos/upgrade/v1beta1/tx.js +9 -12
  431. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +44 -0
  432. package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
  433. package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
  434. package/esm/cosmos_proto/cosmos.js +4 -5
  435. package/esm/cosmwasm/wasm/v1/authz.js +50 -23
  436. package/esm/cosmwasm/wasm/v1/genesis.js +16 -10
  437. package/esm/cosmwasm/wasm/v1/ibc.js +70 -10
  438. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
  439. package/esm/cosmwasm/wasm/v1/query.js +256 -55
  440. package/esm/cosmwasm/wasm/v1/query.lcd.js +20 -0
  441. package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +10 -1
  442. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +31 -12
  443. package/esm/cosmwasm/wasm/v1/tx.js +78 -96
  444. package/esm/cosmwasm/wasm/v1/tx.registry.js +314 -0
  445. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
  446. package/esm/cosmwasm/wasm/v1/types.js +20 -22
  447. package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
  448. package/esm/ethermint/evm/v1/events.js +8 -9
  449. package/esm/ethermint/evm/v1/evm.js +20 -14
  450. package/esm/ethermint/evm/v1/genesis.js +7 -3
  451. package/esm/ethermint/evm/v1/query.js +56 -44
  452. package/esm/ethermint/evm/v1/query.rpc.func.js +24 -12
  453. package/esm/ethermint/evm/v1/tx.js +24 -14
  454. package/esm/ethermint/evm/v1/tx.registry.js +44 -0
  455. package/esm/ethermint/evm/v1/tx.rpc.func.js +4 -2
  456. package/esm/ethermint/feemarket/v1/events.js +4 -5
  457. package/esm/ethermint/feemarket/v1/feemarket.js +9 -10
  458. package/esm/ethermint/feemarket/v1/genesis.js +3 -2
  459. package/esm/ethermint/feemarket/v1/query.js +13 -12
  460. package/esm/ethermint/feemarket/v1/query.rpc.func.js +6 -3
  461. package/esm/ethermint/feemarket/v1/tx.js +5 -5
  462. package/esm/ethermint/feemarket/v1/tx.registry.js +26 -0
  463. package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
  464. package/esm/ethermint/types/v1/account.js +4 -1
  465. package/esm/ethermint/types/v1/dynamic_fee.js +2 -3
  466. package/esm/ethermint/types/v1/indexer.js +2 -3
  467. package/esm/ethermint/types/v1/web3.js +2 -3
  468. package/esm/extern.js +2 -2
  469. package/esm/google/api/http.js +9 -5
  470. package/esm/google/protobuf/any.js +2 -1
  471. package/esm/google/protobuf/descriptor.js +117 -43
  472. package/esm/google/protobuf/duration.js +2 -3
  473. package/esm/google/protobuf/timestamp.js +2 -3
  474. package/esm/helper-func-types.js +16 -6
  475. package/esm/helpers.js +2 -2
  476. package/esm/ibc/applications/fee/v1/ack.js +2 -4
  477. package/esm/ibc/applications/fee/v1/fee.js +13 -9
  478. package/esm/ibc/applications/fee/v1/genesis.js +16 -14
  479. package/esm/ibc/applications/fee/v1/metadata.js +2 -4
  480. package/esm/ibc/applications/fee/v1/query.js +57 -47
  481. package/esm/ibc/applications/fee/v1/query.rpc.func.js +20 -10
  482. package/esm/ibc/applications/fee/v1/tx.js +19 -23
  483. package/esm/ibc/applications/fee/v1/tx.registry.js +80 -0
  484. package/esm/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
  485. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
  486. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
  487. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -2
  488. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
  489. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +62 -0
  490. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
  491. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
  492. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
  493. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
  494. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -1
  495. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
  496. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +44 -0
  497. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
  498. package/esm/ibc/applications/interchain_accounts/v1/account.js +5 -2
  499. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
  500. package/esm/ibc/applications/interchain_accounts/v1/packet.js +4 -7
  501. package/esm/ibc/applications/transfer/v1/authz.js +8 -4
  502. package/esm/ibc/applications/transfer/v1/genesis.js +5 -3
  503. package/esm/ibc/applications/transfer/v1/query.js +30 -32
  504. package/esm/ibc/applications/transfer/v1/query.rpc.func.js +12 -6
  505. package/esm/ibc/applications/transfer/v1/transfer.js +4 -7
  506. package/esm/ibc/applications/transfer/v1/tx.js +11 -11
  507. package/esm/ibc/applications/transfer/v1/tx.registry.js +44 -0
  508. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
  509. package/esm/ibc/applications/transfer/v2/packet.js +2 -4
  510. package/esm/ibc/core/channel/v1/channel.js +23 -23
  511. package/esm/ibc/core/channel/v1/genesis.js +8 -6
  512. package/esm/ibc/core/channel/v1/query.js +101 -82
  513. package/esm/ibc/core/channel/v1/query.rpc.func.js +34 -17
  514. package/esm/ibc/core/channel/v1/tx.js +105 -96
  515. package/esm/ibc/core/channel/v1/tx.registry.js +350 -0
  516. package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
  517. package/esm/ibc/core/channel/v1/upgrade.js +8 -9
  518. package/esm/ibc/core/client/v1/client.js +19 -18
  519. package/esm/ibc/core/client/v1/genesis.js +11 -8
  520. package/esm/ibc/core/client/v1/query.js +54 -51
  521. package/esm/ibc/core/client/v1/query.rpc.func.js +20 -10
  522. package/esm/ibc/core/client/v1/tx.js +29 -42
  523. package/esm/ibc/core/client/v1/tx.registry.js +134 -0
  524. package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
  525. package/esm/ibc/core/commitment/v1/commitment.js +9 -12
  526. package/esm/ibc/core/connection/v1/connection.js +19 -19
  527. package/esm/ibc/core/connection/v1/genesis.js +5 -3
  528. package/esm/ibc/core/connection/v1/query.js +35 -30
  529. package/esm/ibc/core/connection/v1/query.rpc.func.js +12 -6
  530. package/esm/ibc/core/connection/v1/tx.js +28 -26
  531. package/esm/ibc/core/connection/v1/tx.registry.js +98 -0
  532. package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
  533. package/esm/ibc/core/types/v1/genesis.js +5 -3
  534. package/esm/ibc/lightclients/localhost/v2/localhost.js +3 -3
  535. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +36 -45
  536. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
  537. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
  538. package/esm/ibc/lightclients/wasm/v1/genesis.js +5 -6
  539. package/esm/ibc/lightclients/wasm/v1/query.js +10 -11
  540. package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -2
  541. package/esm/ibc/lightclients/wasm/v1/tx.js +12 -19
  542. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +62 -0
  543. package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
  544. package/esm/ibc/lightclients/wasm/v1/wasm.js +9 -12
  545. package/esm/registry.js +1 -1
  546. package/esm/tendermint/abci/types.js +156 -73
  547. package/esm/tendermint/crypto/keys.js +2 -3
  548. package/esm/tendermint/crypto/proof.js +12 -9
  549. package/esm/tendermint/p2p/types.js +10 -8
  550. package/esm/tendermint/types/block.js +6 -2
  551. package/esm/tendermint/types/evidence.js +14 -5
  552. package/esm/tendermint/types/params.js +19 -14
  553. package/esm/tendermint/types/types.js +47 -20
  554. package/esm/tendermint/types/validator.js +9 -4
  555. package/esm/tendermint/version/types.js +4 -5
  556. package/esm/test.js +51 -0
  557. package/esm/types.js +1 -1
  558. package/esm/utf8.js +1 -1
  559. package/esm/varint.js +1 -1
  560. package/esm/xpla/lcd.js +102 -102
  561. package/esm/xpla/reward/v1beta1/genesis.js +3 -2
  562. package/esm/xpla/reward/v1beta1/query.js +10 -7
  563. package/esm/xpla/reward/v1beta1/query.rpc.func.js +4 -2
  564. package/esm/xpla/reward/v1beta1/reward.js +12 -13
  565. package/esm/xpla/reward/v1beta1/tx.js +10 -9
  566. package/esm/xpla/reward/v1beta1/tx.registry.js +44 -0
  567. package/esm/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
  568. package/esm/xpla/rpc.query.js +89 -89
  569. package/esm/xpla/volunteer/v1beta1/genesis.js +3 -2
  570. package/esm/xpla/volunteer/v1beta1/proposal.js +11 -11
  571. package/esm/xpla/volunteer/v1beta1/query.js +4 -5
  572. package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -1
  573. package/esm/xpla/volunteer/v1beta1/tx.js +10 -10
  574. package/esm/xpla/volunteer/v1beta1/tx.registry.js +44 -0
  575. package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
  576. package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
  577. package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +2 -0
  578. package/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
  579. package/ethermint/evm/v1/events.d.ts +4 -0
  580. package/ethermint/evm/v1/events.js +8 -9
  581. package/ethermint/evm/v1/evm.d.ts +8 -0
  582. package/ethermint/evm/v1/evm.js +20 -14
  583. package/ethermint/evm/v1/genesis.d.ts +2 -0
  584. package/ethermint/evm/v1/genesis.js +7 -3
  585. package/ethermint/evm/v1/query.d.ts +24 -0
  586. package/ethermint/evm/v1/query.js +56 -44
  587. package/ethermint/evm/v1/query.rpc.func.js +24 -12
  588. package/ethermint/evm/v1/tx.d.ts +8 -0
  589. package/ethermint/evm/v1/tx.js +24 -14
  590. package/ethermint/evm/v1/tx.registry.d.ts +33 -0
  591. package/ethermint/evm/v1/tx.registry.js +45 -1
  592. package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -2
  593. package/ethermint/evm/v1/tx.rpc.func.js +4 -2
  594. package/ethermint/feemarket/v1/events.d.ts +2 -0
  595. package/ethermint/feemarket/v1/events.js +4 -5
  596. package/ethermint/feemarket/v1/feemarket.d.ts +1 -0
  597. package/ethermint/feemarket/v1/feemarket.js +9 -10
  598. package/ethermint/feemarket/v1/genesis.d.ts +1 -0
  599. package/ethermint/feemarket/v1/genesis.js +3 -2
  600. package/ethermint/feemarket/v1/query.d.ts +6 -0
  601. package/ethermint/feemarket/v1/query.js +13 -12
  602. package/ethermint/feemarket/v1/query.rpc.func.js +6 -3
  603. package/ethermint/feemarket/v1/tx.d.ts +2 -0
  604. package/ethermint/feemarket/v1/tx.js +5 -5
  605. package/ethermint/feemarket/v1/tx.registry.d.ts +21 -0
  606. package/ethermint/feemarket/v1/tx.registry.js +27 -1
  607. package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -1
  608. package/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
  609. package/ethermint/types/v1/account.d.ts +1 -0
  610. package/ethermint/types/v1/account.js +4 -1
  611. package/ethermint/types/v1/dynamic_fee.d.ts +1 -0
  612. package/ethermint/types/v1/dynamic_fee.js +2 -3
  613. package/ethermint/types/v1/indexer.d.ts +1 -0
  614. package/ethermint/types/v1/indexer.js +2 -3
  615. package/ethermint/types/v1/web3.d.ts +1 -0
  616. package/ethermint/types/v1/web3.js +2 -3
  617. package/extern.d.ts +1 -1
  618. package/extern.js +2 -2
  619. package/google/api/http.d.ts +3 -0
  620. package/google/api/http.js +9 -5
  621. package/google/protobuf/any.d.ts +1 -0
  622. package/google/protobuf/any.js +2 -1
  623. package/google/protobuf/descriptor.d.ts +33 -0
  624. package/google/protobuf/descriptor.js +171 -96
  625. package/google/protobuf/duration.d.ts +2 -1
  626. package/google/protobuf/duration.js +2 -3
  627. package/google/protobuf/timestamp.d.ts +2 -1
  628. package/google/protobuf/timestamp.js +2 -3
  629. package/helper-func-types.d.ts +6 -3
  630. package/helper-func-types.js +20 -9
  631. package/helpers.d.ts +1 -1
  632. package/helpers.js +14 -14
  633. package/ibc/applications/fee/v1/ack.d.ts +1 -0
  634. package/ibc/applications/fee/v1/ack.js +2 -4
  635. package/ibc/applications/fee/v1/fee.d.ts +4 -0
  636. package/ibc/applications/fee/v1/fee.js +13 -9
  637. package/ibc/applications/fee/v1/genesis.d.ts +5 -0
  638. package/ibc/applications/fee/v1/genesis.js +16 -14
  639. package/ibc/applications/fee/v1/metadata.d.ts +1 -0
  640. package/ibc/applications/fee/v1/metadata.js +2 -4
  641. package/ibc/applications/fee/v1/query.d.ts +20 -0
  642. package/ibc/applications/fee/v1/query.js +57 -47
  643. package/ibc/applications/fee/v1/query.rpc.func.js +20 -10
  644. package/ibc/applications/fee/v1/tx.d.ts +8 -0
  645. package/ibc/applications/fee/v1/tx.js +19 -23
  646. package/ibc/applications/fee/v1/tx.registry.d.ts +57 -0
  647. package/ibc/applications/fee/v1/tx.registry.js +81 -1
  648. package/ibc/applications/fee/v1/tx.rpc.func.d.ts +4 -4
  649. package/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
  650. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -0
  651. package/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
  652. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +4 -0
  653. package/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
  654. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -2
  655. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +6 -0
  656. package/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
  657. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +45 -0
  658. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +63 -1
  659. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -3
  660. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
  661. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -0
  662. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
  663. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -0
  664. package/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
  665. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +2 -0
  666. package/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
  667. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -1
  668. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +4 -0
  669. package/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
  670. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +33 -0
  671. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +45 -1
  672. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -2
  673. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
  674. package/ibc/applications/interchain_accounts/v1/account.d.ts +1 -0
  675. package/ibc/applications/interchain_accounts/v1/account.js +5 -2
  676. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -0
  677. package/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
  678. package/ibc/applications/interchain_accounts/v1/packet.d.ts +2 -0
  679. package/ibc/applications/interchain_accounts/v1/packet.js +8 -11
  680. package/ibc/applications/transfer/v1/authz.d.ts +2 -0
  681. package/ibc/applications/transfer/v1/authz.js +8 -4
  682. package/ibc/applications/transfer/v1/genesis.d.ts +1 -0
  683. package/ibc/applications/transfer/v1/genesis.js +5 -3
  684. package/ibc/applications/transfer/v1/query.d.ts +12 -0
  685. package/ibc/applications/transfer/v1/query.js +30 -32
  686. package/ibc/applications/transfer/v1/query.rpc.func.js +12 -6
  687. package/ibc/applications/transfer/v1/transfer.d.ts +2 -0
  688. package/ibc/applications/transfer/v1/transfer.js +4 -7
  689. package/ibc/applications/transfer/v1/tx.d.ts +4 -0
  690. package/ibc/applications/transfer/v1/tx.js +11 -11
  691. package/ibc/applications/transfer/v1/tx.registry.d.ts +33 -0
  692. package/ibc/applications/transfer/v1/tx.registry.js +45 -1
  693. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
  694. package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
  695. package/ibc/applications/transfer/v2/packet.d.ts +1 -0
  696. package/ibc/applications/transfer/v2/packet.js +2 -4
  697. package/ibc/core/channel/v1/channel.d.ts +9 -0
  698. package/ibc/core/channel/v1/channel.js +30 -30
  699. package/ibc/core/channel/v1/genesis.d.ts +2 -0
  700. package/ibc/core/channel/v1/genesis.js +8 -6
  701. package/ibc/core/channel/v1/query.d.ts +34 -0
  702. package/ibc/core/channel/v1/query.js +101 -82
  703. package/ibc/core/channel/v1/query.rpc.func.js +34 -17
  704. package/ibc/core/channel/v1/tx.d.ts +38 -0
  705. package/ibc/core/channel/v1/tx.js +109 -100
  706. package/ibc/core/channel/v1/tx.registry.d.ts +237 -0
  707. package/ibc/core/channel/v1/tx.registry.js +351 -1
  708. package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
  709. package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
  710. package/ibc/core/channel/v1/upgrade.d.ts +3 -0
  711. package/ibc/core/channel/v1/upgrade.js +8 -9
  712. package/ibc/core/client/v1/client.d.ts +7 -0
  713. package/ibc/core/client/v1/client.js +19 -18
  714. package/ibc/core/client/v1/genesis.d.ts +3 -0
  715. package/ibc/core/client/v1/genesis.js +11 -8
  716. package/ibc/core/client/v1/query.d.ts +20 -0
  717. package/ibc/core/client/v1/query.js +54 -51
  718. package/ibc/core/client/v1/query.rpc.func.js +20 -10
  719. package/ibc/core/client/v1/tx.d.ts +14 -0
  720. package/ibc/core/client/v1/tx.js +29 -42
  721. package/ibc/core/client/v1/tx.registry.d.ts +93 -0
  722. package/ibc/core/client/v1/tx.registry.js +135 -1
  723. package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
  724. package/ibc/core/client/v1/tx.rpc.func.js +14 -7
  725. package/ibc/core/commitment/v1/commitment.d.ts +4 -0
  726. package/ibc/core/commitment/v1/commitment.js +9 -12
  727. package/ibc/core/connection/v1/connection.d.ts +7 -0
  728. package/ibc/core/connection/v1/connection.js +23 -23
  729. package/ibc/core/connection/v1/genesis.d.ts +1 -0
  730. package/ibc/core/connection/v1/genesis.js +5 -3
  731. package/ibc/core/connection/v1/query.d.ts +12 -0
  732. package/ibc/core/connection/v1/query.js +35 -30
  733. package/ibc/core/connection/v1/query.rpc.func.js +12 -6
  734. package/ibc/core/connection/v1/tx.d.ts +10 -0
  735. package/ibc/core/connection/v1/tx.js +28 -26
  736. package/ibc/core/connection/v1/tx.registry.d.ts +69 -0
  737. package/ibc/core/connection/v1/tx.registry.js +99 -1
  738. package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
  739. package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
  740. package/ibc/core/types/v1/genesis.d.ts +1 -0
  741. package/ibc/core/types/v1/genesis.js +5 -3
  742. package/ibc/lightclients/localhost/v2/localhost.d.ts +1 -0
  743. package/ibc/lightclients/localhost/v2/localhost.js +3 -3
  744. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +16 -0
  745. package/ibc/lightclients/solomachine/v2/solomachine.js +40 -49
  746. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +8 -0
  747. package/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
  748. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +5 -0
  749. package/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
  750. package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -0
  751. package/ibc/lightclients/wasm/v1/genesis.js +5 -6
  752. package/ibc/lightclients/wasm/v1/query.d.ts +4 -0
  753. package/ibc/lightclients/wasm/v1/query.js +10 -11
  754. package/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -2
  755. package/ibc/lightclients/wasm/v1/tx.d.ts +6 -0
  756. package/ibc/lightclients/wasm/v1/tx.js +12 -19
  757. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +45 -0
  758. package/ibc/lightclients/wasm/v1/tx.registry.js +63 -1
  759. package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -3
  760. package/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
  761. package/ibc/lightclients/wasm/v1/wasm.d.ts +4 -0
  762. package/ibc/lightclients/wasm/v1/wasm.js +9 -12
  763. package/package.json +8 -7
  764. package/registry.d.ts +1 -1
  765. package/registry.js +1 -1
  766. package/tendermint/abci/types.d.ts +47 -0
  767. package/tendermint/abci/types.js +176 -93
  768. package/tendermint/crypto/keys.d.ts +1 -0
  769. package/tendermint/crypto/keys.js +2 -3
  770. package/tendermint/crypto/proof.d.ts +5 -0
  771. package/tendermint/crypto/proof.js +12 -9
  772. package/tendermint/p2p/types.d.ts +4 -0
  773. package/tendermint/p2p/types.js +10 -8
  774. package/tendermint/types/block.d.ts +1 -0
  775. package/tendermint/types/block.js +6 -2
  776. package/tendermint/types/evidence.d.ts +4 -0
  777. package/tendermint/types/evidence.js +14 -5
  778. package/tendermint/types/params.d.ts +7 -0
  779. package/tendermint/types/params.js +19 -14
  780. package/tendermint/types/types.d.ts +15 -0
  781. package/tendermint/types/types.js +51 -24
  782. package/tendermint/types/validator.d.ts +3 -0
  783. package/tendermint/types/validator.js +13 -8
  784. package/tendermint/version/types.d.ts +2 -0
  785. package/tendermint/version/types.js +4 -5
  786. package/test.d.ts +1 -0
  787. package/test.js +53 -0
  788. package/types.d.ts +2 -7
  789. package/types.js +1 -1
  790. package/utf8.d.ts +1 -1
  791. package/utf8.js +5 -4
  792. package/varint.d.ts +1 -1
  793. package/varint.js +18 -17
  794. package/xpla/lcd.d.ts +78 -78
  795. package/xpla/lcd.js +109 -119
  796. package/xpla/reward/v1beta1/genesis.d.ts +1 -0
  797. package/xpla/reward/v1beta1/genesis.js +3 -2
  798. package/xpla/reward/v1beta1/query.d.ts +4 -0
  799. package/xpla/reward/v1beta1/query.js +10 -7
  800. package/xpla/reward/v1beta1/query.rpc.func.js +4 -2
  801. package/xpla/reward/v1beta1/reward.d.ts +1 -0
  802. package/xpla/reward/v1beta1/reward.js +12 -13
  803. package/xpla/reward/v1beta1/tx.d.ts +4 -0
  804. package/xpla/reward/v1beta1/tx.js +10 -9
  805. package/xpla/reward/v1beta1/tx.registry.d.ts +33 -0
  806. package/xpla/reward/v1beta1/tx.registry.js +45 -1
  807. package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -2
  808. package/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
  809. package/xpla/rpc.query.d.ts +261 -260
  810. package/xpla/rpc.query.js +96 -106
  811. package/xpla/volunteer/v1beta1/genesis.d.ts +1 -0
  812. package/xpla/volunteer/v1beta1/genesis.js +3 -2
  813. package/xpla/volunteer/v1beta1/proposal.d.ts +4 -0
  814. package/xpla/volunteer/v1beta1/proposal.js +15 -15
  815. package/xpla/volunteer/v1beta1/query.d.ts +2 -0
  816. package/xpla/volunteer/v1beta1/query.js +4 -5
  817. package/xpla/volunteer/v1beta1/query.rpc.func.js +2 -1
  818. package/xpla/volunteer/v1beta1/tx.d.ts +4 -0
  819. package/xpla/volunteer/v1beta1/tx.js +12 -12
  820. package/xpla/volunteer/v1beta1/tx.registry.d.ts +33 -0
  821. package/xpla/volunteer/v1beta1/tx.registry.js +45 -1
  822. package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -2
  823. package/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
  824. package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +1 -0
  825. package/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
@@ -1,2 +1,95 @@
1
1
  import { TelescopeGeneratedType } from "../../../types";
2
+ import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
2
3
  export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
4
+ export declare const MessageComposer: {
5
+ encoded: {
6
+ setWithdrawAddress(value: MsgSetWithdrawAddress): {
7
+ typeUrl: string;
8
+ value: Uint8Array;
9
+ };
10
+ withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): {
11
+ typeUrl: string;
12
+ value: Uint8Array;
13
+ };
14
+ withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): {
15
+ typeUrl: string;
16
+ value: Uint8Array;
17
+ };
18
+ fundCommunityPool(value: MsgFundCommunityPool): {
19
+ typeUrl: string;
20
+ value: Uint8Array;
21
+ };
22
+ updateParams(value: MsgUpdateParams): {
23
+ typeUrl: string;
24
+ value: Uint8Array;
25
+ };
26
+ communityPoolSpend(value: MsgCommunityPoolSpend): {
27
+ typeUrl: string;
28
+ value: Uint8Array;
29
+ };
30
+ depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): {
31
+ typeUrl: string;
32
+ value: Uint8Array;
33
+ };
34
+ };
35
+ withTypeUrl: {
36
+ setWithdrawAddress(value: MsgSetWithdrawAddress): {
37
+ typeUrl: string;
38
+ value: MsgSetWithdrawAddress;
39
+ };
40
+ withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): {
41
+ typeUrl: string;
42
+ value: MsgWithdrawDelegatorReward;
43
+ };
44
+ withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): {
45
+ typeUrl: string;
46
+ value: MsgWithdrawValidatorCommission;
47
+ };
48
+ fundCommunityPool(value: MsgFundCommunityPool): {
49
+ typeUrl: string;
50
+ value: MsgFundCommunityPool;
51
+ };
52
+ updateParams(value: MsgUpdateParams): {
53
+ typeUrl: string;
54
+ value: MsgUpdateParams;
55
+ };
56
+ communityPoolSpend(value: MsgCommunityPoolSpend): {
57
+ typeUrl: string;
58
+ value: MsgCommunityPoolSpend;
59
+ };
60
+ depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): {
61
+ typeUrl: string;
62
+ value: MsgDepositValidatorRewardsPool;
63
+ };
64
+ };
65
+ fromPartial: {
66
+ setWithdrawAddress(value: MsgSetWithdrawAddress): {
67
+ typeUrl: string;
68
+ value: MsgSetWithdrawAddress;
69
+ };
70
+ withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): {
71
+ typeUrl: string;
72
+ value: MsgWithdrawDelegatorReward;
73
+ };
74
+ withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): {
75
+ typeUrl: string;
76
+ value: MsgWithdrawValidatorCommission;
77
+ };
78
+ fundCommunityPool(value: MsgFundCommunityPool): {
79
+ typeUrl: string;
80
+ value: MsgFundCommunityPool;
81
+ };
82
+ updateParams(value: MsgUpdateParams): {
83
+ typeUrl: string;
84
+ value: MsgUpdateParams;
85
+ };
86
+ communityPoolSpend(value: MsgCommunityPoolSpend): {
87
+ typeUrl: string;
88
+ value: MsgCommunityPoolSpend;
89
+ };
90
+ depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): {
91
+ typeUrl: string;
92
+ value: MsgDepositValidatorRewardsPool;
93
+ };
94
+ };
95
+ };
@@ -1,5 +1,139 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.registry = void 0;
3
+ exports.MessageComposer = exports.registry = void 0;
4
4
  const tx_1 = require("./tx");
5
5
  exports.registry = [["/cosmos.distribution.v1beta1.MsgSetWithdrawAddress", tx_1.MsgSetWithdrawAddress], ["/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward", tx_1.MsgWithdrawDelegatorReward], ["/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", tx_1.MsgWithdrawValidatorCommission], ["/cosmos.distribution.v1beta1.MsgFundCommunityPool", tx_1.MsgFundCommunityPool], ["/cosmos.distribution.v1beta1.MsgUpdateParams", tx_1.MsgUpdateParams], ["/cosmos.distribution.v1beta1.MsgCommunityPoolSpend", tx_1.MsgCommunityPoolSpend], ["/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool", tx_1.MsgDepositValidatorRewardsPool]];
6
+ exports.MessageComposer = {
7
+ encoded: {
8
+ setWithdrawAddress(value) {
9
+ return {
10
+ typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
11
+ value: tx_1.MsgSetWithdrawAddress.encode(value).finish()
12
+ };
13
+ },
14
+ withdrawDelegatorReward(value) {
15
+ return {
16
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
17
+ value: tx_1.MsgWithdrawDelegatorReward.encode(value).finish()
18
+ };
19
+ },
20
+ withdrawValidatorCommission(value) {
21
+ return {
22
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
23
+ value: tx_1.MsgWithdrawValidatorCommission.encode(value).finish()
24
+ };
25
+ },
26
+ fundCommunityPool(value) {
27
+ return {
28
+ typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
29
+ value: tx_1.MsgFundCommunityPool.encode(value).finish()
30
+ };
31
+ },
32
+ updateParams(value) {
33
+ return {
34
+ typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
35
+ value: tx_1.MsgUpdateParams.encode(value).finish()
36
+ };
37
+ },
38
+ communityPoolSpend(value) {
39
+ return {
40
+ typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
41
+ value: tx_1.MsgCommunityPoolSpend.encode(value).finish()
42
+ };
43
+ },
44
+ depositValidatorRewardsPool(value) {
45
+ return {
46
+ typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
47
+ value: tx_1.MsgDepositValidatorRewardsPool.encode(value).finish()
48
+ };
49
+ }
50
+ },
51
+ withTypeUrl: {
52
+ setWithdrawAddress(value) {
53
+ return {
54
+ typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
55
+ value
56
+ };
57
+ },
58
+ withdrawDelegatorReward(value) {
59
+ return {
60
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
61
+ value
62
+ };
63
+ },
64
+ withdrawValidatorCommission(value) {
65
+ return {
66
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
67
+ value
68
+ };
69
+ },
70
+ fundCommunityPool(value) {
71
+ return {
72
+ typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
73
+ value
74
+ };
75
+ },
76
+ updateParams(value) {
77
+ return {
78
+ typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
79
+ value
80
+ };
81
+ },
82
+ communityPoolSpend(value) {
83
+ return {
84
+ typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
85
+ value
86
+ };
87
+ },
88
+ depositValidatorRewardsPool(value) {
89
+ return {
90
+ typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
91
+ value
92
+ };
93
+ }
94
+ },
95
+ fromPartial: {
96
+ setWithdrawAddress(value) {
97
+ return {
98
+ typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
99
+ value: tx_1.MsgSetWithdrawAddress.fromPartial(value)
100
+ };
101
+ },
102
+ withdrawDelegatorReward(value) {
103
+ return {
104
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
105
+ value: tx_1.MsgWithdrawDelegatorReward.fromPartial(value)
106
+ };
107
+ },
108
+ withdrawValidatorCommission(value) {
109
+ return {
110
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
111
+ value: tx_1.MsgWithdrawValidatorCommission.fromPartial(value)
112
+ };
113
+ },
114
+ fundCommunityPool(value) {
115
+ return {
116
+ typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
117
+ value: tx_1.MsgFundCommunityPool.fromPartial(value)
118
+ };
119
+ },
120
+ updateParams(value) {
121
+ return {
122
+ typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
123
+ value: tx_1.MsgUpdateParams.fromPartial(value)
124
+ };
125
+ },
126
+ communityPoolSpend(value) {
127
+ return {
128
+ typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
129
+ value: tx_1.MsgCommunityPoolSpend.fromPartial(value)
130
+ };
131
+ },
132
+ depositValidatorRewardsPool(value) {
133
+ return {
134
+ typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
135
+ value: tx_1.MsgDepositValidatorRewardsPool.fromPartial(value)
136
+ };
137
+ }
138
+ }
139
+ };
@@ -1,9 +1,9 @@
1
1
  import { SigningClientResolver } from "../../../helper-func-types";
2
2
  import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
3
- export declare const createSetWithdrawAddress: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSetWithdrawAddress, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
4
- export declare const createWithdrawDelegatorReward: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawDelegatorReward, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
5
- export declare const createWithdrawValidatorCommission: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawValidatorCommission, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
6
- export declare const createFundCommunityPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgFundCommunityPool, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
7
- export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
8
- export declare const createCommunityPoolSpend: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCommunityPoolSpend, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
9
- export declare const createDepositValidatorRewardsPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDepositValidatorRewardsPool, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
3
+ export declare const createSetWithdrawAddress: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSetWithdrawAddress | MsgSetWithdrawAddress[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
4
+ export declare const createWithdrawDelegatorReward: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawDelegatorReward | MsgWithdrawDelegatorReward[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
5
+ export declare const createWithdrawValidatorCommission: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawValidatorCommission | MsgWithdrawValidatorCommission[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
6
+ export declare const createFundCommunityPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgFundCommunityPool | MsgFundCommunityPool[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
7
+ export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
8
+ export declare const createCommunityPoolSpend: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCommunityPoolSpend | MsgCommunityPoolSpend[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
9
+ export declare const createDepositValidatorRewardsPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDepositValidatorRewardsPool | MsgDepositValidatorRewardsPool[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
@@ -8,48 +8,55 @@ const createSetWithdrawAddress = (clientResolver) => (0, helper_func_types_1.bui
8
8
  clientResolver,
9
9
  typeUrl: tx_1.MsgSetWithdrawAddress.typeUrl,
10
10
  encoders: (0, utils_1.toEncoders)(tx_1.MsgSetWithdrawAddress),
11
- converters: (0, utils_1.toConverters)(tx_1.MsgSetWithdrawAddress)
11
+ converters: (0, utils_1.toConverters)(tx_1.MsgSetWithdrawAddress),
12
+ deps: [tx_1.MsgSetWithdrawAddress]
12
13
  });
13
14
  exports.createSetWithdrawAddress = createSetWithdrawAddress;
14
15
  const createWithdrawDelegatorReward = (clientResolver) => (0, helper_func_types_1.buildTx)({
15
16
  clientResolver,
16
17
  typeUrl: tx_1.MsgWithdrawDelegatorReward.typeUrl,
17
18
  encoders: (0, utils_1.toEncoders)(tx_1.MsgWithdrawDelegatorReward),
18
- converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawDelegatorReward)
19
+ converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawDelegatorReward),
20
+ deps: [tx_1.MsgWithdrawDelegatorReward]
19
21
  });
20
22
  exports.createWithdrawDelegatorReward = createWithdrawDelegatorReward;
21
23
  const createWithdrawValidatorCommission = (clientResolver) => (0, helper_func_types_1.buildTx)({
22
24
  clientResolver,
23
25
  typeUrl: tx_1.MsgWithdrawValidatorCommission.typeUrl,
24
26
  encoders: (0, utils_1.toEncoders)(tx_1.MsgWithdrawValidatorCommission),
25
- converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawValidatorCommission)
27
+ converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawValidatorCommission),
28
+ deps: [tx_1.MsgWithdrawValidatorCommission]
26
29
  });
27
30
  exports.createWithdrawValidatorCommission = createWithdrawValidatorCommission;
28
31
  const createFundCommunityPool = (clientResolver) => (0, helper_func_types_1.buildTx)({
29
32
  clientResolver,
30
33
  typeUrl: tx_1.MsgFundCommunityPool.typeUrl,
31
34
  encoders: (0, utils_1.toEncoders)(tx_1.MsgFundCommunityPool),
32
- converters: (0, utils_1.toConverters)(tx_1.MsgFundCommunityPool)
35
+ converters: (0, utils_1.toConverters)(tx_1.MsgFundCommunityPool),
36
+ deps: [tx_1.MsgFundCommunityPool]
33
37
  });
34
38
  exports.createFundCommunityPool = createFundCommunityPool;
35
39
  const createUpdateParams = (clientResolver) => (0, helper_func_types_1.buildTx)({
36
40
  clientResolver,
37
41
  typeUrl: tx_1.MsgUpdateParams.typeUrl,
38
42
  encoders: (0, utils_1.toEncoders)(tx_1.MsgUpdateParams),
39
- converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams)
43
+ converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams),
44
+ deps: [tx_1.MsgUpdateParams]
40
45
  });
41
46
  exports.createUpdateParams = createUpdateParams;
42
47
  const createCommunityPoolSpend = (clientResolver) => (0, helper_func_types_1.buildTx)({
43
48
  clientResolver,
44
49
  typeUrl: tx_1.MsgCommunityPoolSpend.typeUrl,
45
50
  encoders: (0, utils_1.toEncoders)(tx_1.MsgCommunityPoolSpend),
46
- converters: (0, utils_1.toConverters)(tx_1.MsgCommunityPoolSpend)
51
+ converters: (0, utils_1.toConverters)(tx_1.MsgCommunityPoolSpend),
52
+ deps: [tx_1.MsgCommunityPoolSpend]
47
53
  });
48
54
  exports.createCommunityPoolSpend = createCommunityPoolSpend;
49
55
  const createDepositValidatorRewardsPool = (clientResolver) => (0, helper_func_types_1.buildTx)({
50
56
  clientResolver,
51
57
  typeUrl: tx_1.MsgDepositValidatorRewardsPool.typeUrl,
52
58
  encoders: (0, utils_1.toEncoders)(tx_1.MsgDepositValidatorRewardsPool),
53
- converters: (0, utils_1.toConverters)(tx_1.MsgDepositValidatorRewardsPool)
59
+ converters: (0, utils_1.toConverters)(tx_1.MsgDepositValidatorRewardsPool),
60
+ deps: [tx_1.MsgDepositValidatorRewardsPool]
54
61
  });
55
62
  exports.createDepositValidatorRewardsPool = createDepositValidatorRewardsPool;
@@ -29,4 +29,5 @@ export declare const Module: {
29
29
  fromProtoMsg(message: ModuleProtoMsg): Module;
30
30
  toProto(message: Module): Uint8Array;
31
31
  toProtoMsg(message: Module): ModuleProtoMsg;
32
+ registerTypeUrl(): void;
32
33
  };
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Module = void 0;
4
4
  const binary_1 = require("../../../../binary");
5
- const registry_1 = require("../../../../registry");
6
5
  function createBaseModule() {
7
6
  return {};
8
7
  }
@@ -64,7 +63,6 @@ exports.Module = {
64
63
  typeUrl: "/cosmos.evidence.module.v1.Module",
65
64
  value: exports.Module.encode(message).finish()
66
65
  };
67
- }
66
+ },
67
+ registerTypeUrl() { }
68
68
  };
69
- registry_1.GlobalDecoderRegistry.register(exports.Module.typeUrl, exports.Module);
70
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Module.aminoType, exports.Module.typeUrl);
@@ -51,4 +51,5 @@ export declare const Equivocation: {
51
51
  fromProtoMsg(message: EquivocationProtoMsg): Equivocation;
52
52
  toProto(message: Equivocation): Uint8Array;
53
53
  toProtoMsg(message: Equivocation): EquivocationProtoMsg;
54
+ registerTypeUrl(): void;
54
55
  };
@@ -4,7 +4,6 @@ exports.Equivocation = void 0;
4
4
  const timestamp_1 = require("../../../google/protobuf/timestamp");
5
5
  const binary_1 = require("../../../binary");
6
6
  const helpers_1 = require("../../../helpers");
7
- const registry_1 = require("../../../registry");
8
7
  function createBaseEquivocation() {
9
8
  return {
10
9
  height: BigInt(0),
@@ -115,7 +114,6 @@ exports.Equivocation = {
115
114
  typeUrl: "/cosmos.evidence.v1beta1.Equivocation",
116
115
  value: exports.Equivocation.encode(message).finish()
117
116
  };
118
- }
117
+ },
118
+ registerTypeUrl() { }
119
119
  };
120
- registry_1.GlobalDecoderRegistry.register(exports.Equivocation.typeUrl, exports.Equivocation);
121
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Equivocation.aminoType, exports.Equivocation.typeUrl);
@@ -34,4 +34,5 @@ export declare const GenesisState: {
34
34
  fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
35
35
  toProto(message: GenesisState): Uint8Array;
36
36
  toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
37
+ registerTypeUrl(): void;
37
38
  };
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GenesisState = void 0;
4
4
  const any_1 = require("../../../google/protobuf/any");
5
5
  const binary_1 = require("../../../binary");
6
- const registry_1 = require("../../../registry");
7
6
  function createBaseGenesisState() {
8
7
  return {
9
8
  evidence: []
@@ -81,7 +80,6 @@ exports.GenesisState = {
81
80
  typeUrl: "/cosmos.evidence.v1beta1.GenesisState",
82
81
  value: exports.GenesisState.encode(message).finish()
83
82
  };
84
- }
83
+ },
84
+ registerTypeUrl() { }
85
85
  };
86
- registry_1.GlobalDecoderRegistry.register(exports.GenesisState.typeUrl, exports.GenesisState);
87
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GenesisState.aminoType, exports.GenesisState.typeUrl);
@@ -125,6 +125,7 @@ export declare const QueryEvidenceRequest: {
125
125
  fromProtoMsg(message: QueryEvidenceRequestProtoMsg): QueryEvidenceRequest;
126
126
  toProto(message: QueryEvidenceRequest): Uint8Array;
127
127
  toProtoMsg(message: QueryEvidenceRequest): QueryEvidenceRequestProtoMsg;
128
+ registerTypeUrl(): void;
128
129
  };
129
130
  export declare const QueryEvidenceResponse: {
130
131
  typeUrl: string;
@@ -141,6 +142,7 @@ export declare const QueryEvidenceResponse: {
141
142
  fromProtoMsg(message: QueryEvidenceResponseProtoMsg): QueryEvidenceResponse;
142
143
  toProto(message: QueryEvidenceResponse): Uint8Array;
143
144
  toProtoMsg(message: QueryEvidenceResponse): QueryEvidenceResponseProtoMsg;
145
+ registerTypeUrl(): void;
144
146
  };
145
147
  export declare const QueryAllEvidenceRequest: {
146
148
  typeUrl: string;
@@ -157,6 +159,7 @@ export declare const QueryAllEvidenceRequest: {
157
159
  fromProtoMsg(message: QueryAllEvidenceRequestProtoMsg): QueryAllEvidenceRequest;
158
160
  toProto(message: QueryAllEvidenceRequest): Uint8Array;
159
161
  toProtoMsg(message: QueryAllEvidenceRequest): QueryAllEvidenceRequestProtoMsg;
162
+ registerTypeUrl(): void;
160
163
  };
161
164
  export declare const QueryAllEvidenceResponse: {
162
165
  typeUrl: string;
@@ -173,4 +176,5 @@ export declare const QueryAllEvidenceResponse: {
173
176
  fromProtoMsg(message: QueryAllEvidenceResponseProtoMsg): QueryAllEvidenceResponse;
174
177
  toProto(message: QueryAllEvidenceResponse): Uint8Array;
175
178
  toProtoMsg(message: QueryAllEvidenceResponse): QueryAllEvidenceResponseProtoMsg;
179
+ registerTypeUrl(): void;
176
180
  };
@@ -5,7 +5,6 @@ const pagination_1 = require("../../base/query/v1beta1/pagination");
5
5
  const any_1 = require("../../../google/protobuf/any");
6
6
  const binary_1 = require("../../../binary");
7
7
  const helpers_1 = require("../../../helpers");
8
- const registry_1 = require("../../../registry");
9
8
  function createBaseQueryEvidenceRequest() {
10
9
  return {
11
10
  evidenceHash: new Uint8Array(),
@@ -92,10 +91,9 @@ exports.QueryEvidenceRequest = {
92
91
  typeUrl: "/cosmos.evidence.v1beta1.QueryEvidenceRequest",
93
92
  value: exports.QueryEvidenceRequest.encode(message).finish()
94
93
  };
95
- }
94
+ },
95
+ registerTypeUrl() { }
96
96
  };
97
- registry_1.GlobalDecoderRegistry.register(exports.QueryEvidenceRequest.typeUrl, exports.QueryEvidenceRequest);
98
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryEvidenceRequest.aminoType, exports.QueryEvidenceRequest.typeUrl);
99
97
  function createBaseQueryEvidenceResponse() {
100
98
  return {
101
99
  evidence: undefined
@@ -170,10 +168,9 @@ exports.QueryEvidenceResponse = {
170
168
  typeUrl: "/cosmos.evidence.v1beta1.QueryEvidenceResponse",
171
169
  value: exports.QueryEvidenceResponse.encode(message).finish()
172
170
  };
173
- }
171
+ },
172
+ registerTypeUrl() { }
174
173
  };
175
- registry_1.GlobalDecoderRegistry.register(exports.QueryEvidenceResponse.typeUrl, exports.QueryEvidenceResponse);
176
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryEvidenceResponse.aminoType, exports.QueryEvidenceResponse.typeUrl);
177
174
  function createBaseQueryAllEvidenceRequest() {
178
175
  return {
179
176
  pagination: undefined
@@ -248,10 +245,11 @@ exports.QueryAllEvidenceRequest = {
248
245
  typeUrl: "/cosmos.evidence.v1beta1.QueryAllEvidenceRequest",
249
246
  value: exports.QueryAllEvidenceRequest.encode(message).finish()
250
247
  };
248
+ },
249
+ registerTypeUrl() {
250
+ pagination_1.PageRequest.registerTypeUrl();
251
251
  }
252
252
  };
253
- registry_1.GlobalDecoderRegistry.register(exports.QueryAllEvidenceRequest.typeUrl, exports.QueryAllEvidenceRequest);
254
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryAllEvidenceRequest.aminoType, exports.QueryAllEvidenceRequest.typeUrl);
255
253
  function createBaseQueryAllEvidenceResponse() {
256
254
  return {
257
255
  evidence: [],
@@ -341,7 +339,8 @@ exports.QueryAllEvidenceResponse = {
341
339
  typeUrl: "/cosmos.evidence.v1beta1.QueryAllEvidenceResponse",
342
340
  value: exports.QueryAllEvidenceResponse.encode(message).finish()
343
341
  };
342
+ },
343
+ registerTypeUrl() {
344
+ pagination_1.PageResponse.registerTypeUrl();
344
345
  }
345
346
  };
346
- registry_1.GlobalDecoderRegistry.register(exports.QueryAllEvidenceResponse.typeUrl, exports.QueryAllEvidenceResponse);
347
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryAllEvidenceResponse.aminoType, exports.QueryAllEvidenceResponse.typeUrl);
@@ -8,7 +8,8 @@ const createGetEvidence = (clientResolver) => (0, helper_func_types_1.buildQuery
8
8
  decode: query_1.QueryEvidenceResponse.decode,
9
9
  service: "cosmos.evidence.v1beta1.Query",
10
10
  method: "Evidence",
11
- clientResolver
11
+ clientResolver,
12
+ deps: [query_1.QueryEvidenceRequest, query_1.QueryEvidenceResponse]
12
13
  });
13
14
  exports.createGetEvidence = createGetEvidence;
14
15
  const createGetAllEvidence = (clientResolver) => (0, helper_func_types_1.buildQuery)({
@@ -16,6 +17,7 @@ const createGetAllEvidence = (clientResolver) => (0, helper_func_types_1.buildQu
16
17
  decode: query_1.QueryAllEvidenceResponse.decode,
17
18
  service: "cosmos.evidence.v1beta1.Query",
18
19
  method: "AllEvidence",
19
- clientResolver
20
+ clientResolver,
21
+ deps: [query_1.QueryAllEvidenceRequest, query_1.QueryAllEvidenceResponse]
20
22
  });
21
23
  exports.createGetAllEvidence = createGetAllEvidence;
@@ -65,6 +65,7 @@ export declare const MsgSubmitEvidence: {
65
65
  fromProtoMsg(message: MsgSubmitEvidenceProtoMsg): MsgSubmitEvidence;
66
66
  toProto(message: MsgSubmitEvidence): Uint8Array;
67
67
  toProtoMsg(message: MsgSubmitEvidence): MsgSubmitEvidenceProtoMsg;
68
+ registerTypeUrl(): void;
68
69
  };
69
70
  export declare const MsgSubmitEvidenceResponse: {
70
71
  typeUrl: string;
@@ -81,4 +82,5 @@ export declare const MsgSubmitEvidenceResponse: {
81
82
  fromProtoMsg(message: MsgSubmitEvidenceResponseProtoMsg): MsgSubmitEvidenceResponse;
82
83
  toProto(message: MsgSubmitEvidenceResponse): Uint8Array;
83
84
  toProtoMsg(message: MsgSubmitEvidenceResponse): MsgSubmitEvidenceResponseProtoMsg;
85
+ registerTypeUrl(): void;
84
86
  };
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MsgSubmitEvidenceResponse = exports.MsgSubmitEvidence = void 0;
4
4
  const any_1 = require("../../../google/protobuf/any");
5
5
  const binary_1 = require("../../../binary");
6
- const helpers_1 = require("../../../helpers");
7
6
  const registry_1 = require("../../../registry");
7
+ const helpers_1 = require("../../../helpers");
8
8
  function createBaseMsgSubmitEvidence() {
9
9
  return {
10
10
  submitter: "",
@@ -91,10 +91,9 @@ exports.MsgSubmitEvidence = {
91
91
  typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
92
92
  value: exports.MsgSubmitEvidence.encode(message).finish()
93
93
  };
94
- }
94
+ },
95
+ registerTypeUrl() { }
95
96
  };
96
- registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitEvidence.typeUrl, exports.MsgSubmitEvidence);
97
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitEvidence.aminoType, exports.MsgSubmitEvidence.typeUrl);
98
97
  function createBaseMsgSubmitEvidenceResponse() {
99
98
  return {
100
99
  hash: new Uint8Array()
@@ -169,7 +168,6 @@ exports.MsgSubmitEvidenceResponse = {
169
168
  typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidenceResponse",
170
169
  value: exports.MsgSubmitEvidenceResponse.encode(message).finish()
171
170
  };
172
- }
171
+ },
172
+ registerTypeUrl() { }
173
173
  };
174
- registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitEvidenceResponse.typeUrl, exports.MsgSubmitEvidenceResponse);
175
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitEvidenceResponse.aminoType, exports.MsgSubmitEvidenceResponse.typeUrl);
@@ -1,2 +1,23 @@
1
1
  import { TelescopeGeneratedType } from "../../../types";
2
+ import { MsgSubmitEvidence } from "./tx";
2
3
  export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
4
+ export declare const MessageComposer: {
5
+ encoded: {
6
+ submitEvidence(value: MsgSubmitEvidence): {
7
+ typeUrl: string;
8
+ value: Uint8Array;
9
+ };
10
+ };
11
+ withTypeUrl: {
12
+ submitEvidence(value: MsgSubmitEvidence): {
13
+ typeUrl: string;
14
+ value: MsgSubmitEvidence;
15
+ };
16
+ };
17
+ fromPartial: {
18
+ submitEvidence(value: MsgSubmitEvidence): {
19
+ typeUrl: string;
20
+ value: MsgSubmitEvidence;
21
+ };
22
+ };
23
+ };
@@ -1,5 +1,31 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.registry = void 0;
3
+ exports.MessageComposer = exports.registry = void 0;
4
4
  const tx_1 = require("./tx");
5
5
  exports.registry = [["/cosmos.evidence.v1beta1.MsgSubmitEvidence", tx_1.MsgSubmitEvidence]];
6
+ exports.MessageComposer = {
7
+ encoded: {
8
+ submitEvidence(value) {
9
+ return {
10
+ typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
11
+ value: tx_1.MsgSubmitEvidence.encode(value).finish()
12
+ };
13
+ }
14
+ },
15
+ withTypeUrl: {
16
+ submitEvidence(value) {
17
+ return {
18
+ typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
19
+ value
20
+ };
21
+ }
22
+ },
23
+ fromPartial: {
24
+ submitEvidence(value) {
25
+ return {
26
+ typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
27
+ value: tx_1.MsgSubmitEvidence.fromPartial(value)
28
+ };
29
+ }
30
+ }
31
+ };
@@ -1,3 +1,3 @@
1
1
  import { SigningClientResolver } from "../../../helper-func-types";
2
2
  import { MsgSubmitEvidence } from "./tx";
3
- export declare const createSubmitEvidence: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitEvidence, fee: import("../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
3
+ export declare const createSubmitEvidence: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitEvidence | MsgSubmitEvidence[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
@@ -8,6 +8,7 @@ const createSubmitEvidence = (clientResolver) => (0, helper_func_types_1.buildTx
8
8
  clientResolver,
9
9
  typeUrl: tx_1.MsgSubmitEvidence.typeUrl,
10
10
  encoders: (0, utils_1.toEncoders)(tx_1.MsgSubmitEvidence),
11
- converters: (0, utils_1.toConverters)(tx_1.MsgSubmitEvidence)
11
+ converters: (0, utils_1.toConverters)(tx_1.MsgSubmitEvidence),
12
+ deps: [tx_1.MsgSubmitEvidence]
12
13
  });
13
14
  exports.createSubmitEvidence = createSubmitEvidence;
@@ -29,4 +29,5 @@ export declare const Module: {
29
29
  fromProtoMsg(message: ModuleProtoMsg): Module;
30
30
  toProto(message: Module): Uint8Array;
31
31
  toProtoMsg(message: Module): ModuleProtoMsg;
32
+ registerTypeUrl(): void;
32
33
  };
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Module = void 0;
4
4
  const binary_1 = require("../../../../binary");
5
- const registry_1 = require("../../../../registry");
6
5
  function createBaseModule() {
7
6
  return {};
8
7
  }
@@ -64,7 +63,6 @@ exports.Module = {
64
63
  typeUrl: "/cosmos.feegrant.module.v1.Module",
65
64
  value: exports.Module.encode(message).finish()
66
65
  };
67
- }
66
+ },
67
+ registerTypeUrl() { }
68
68
  };
69
- registry_1.GlobalDecoderRegistry.register(exports.Module.typeUrl, exports.Module);
70
- registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Module.aminoType, exports.Module.typeUrl);