@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,136 @@
1
1
  import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
2
2
  export const registry = [["/cosmos.distribution.v1beta1.MsgSetWithdrawAddress", MsgSetWithdrawAddress], ["/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward", MsgWithdrawDelegatorReward], ["/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", MsgWithdrawValidatorCommission], ["/cosmos.distribution.v1beta1.MsgFundCommunityPool", MsgFundCommunityPool], ["/cosmos.distribution.v1beta1.MsgUpdateParams", MsgUpdateParams], ["/cosmos.distribution.v1beta1.MsgCommunityPoolSpend", MsgCommunityPoolSpend], ["/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool", MsgDepositValidatorRewardsPool]];
3
+ export const MessageComposer = {
4
+ encoded: {
5
+ setWithdrawAddress(value) {
6
+ return {
7
+ typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
8
+ value: MsgSetWithdrawAddress.encode(value).finish()
9
+ };
10
+ },
11
+ withdrawDelegatorReward(value) {
12
+ return {
13
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
14
+ value: MsgWithdrawDelegatorReward.encode(value).finish()
15
+ };
16
+ },
17
+ withdrawValidatorCommission(value) {
18
+ return {
19
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
20
+ value: MsgWithdrawValidatorCommission.encode(value).finish()
21
+ };
22
+ },
23
+ fundCommunityPool(value) {
24
+ return {
25
+ typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
26
+ value: MsgFundCommunityPool.encode(value).finish()
27
+ };
28
+ },
29
+ updateParams(value) {
30
+ return {
31
+ typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
32
+ value: MsgUpdateParams.encode(value).finish()
33
+ };
34
+ },
35
+ communityPoolSpend(value) {
36
+ return {
37
+ typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
38
+ value: MsgCommunityPoolSpend.encode(value).finish()
39
+ };
40
+ },
41
+ depositValidatorRewardsPool(value) {
42
+ return {
43
+ typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
44
+ value: MsgDepositValidatorRewardsPool.encode(value).finish()
45
+ };
46
+ }
47
+ },
48
+ withTypeUrl: {
49
+ setWithdrawAddress(value) {
50
+ return {
51
+ typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
52
+ value
53
+ };
54
+ },
55
+ withdrawDelegatorReward(value) {
56
+ return {
57
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
58
+ value
59
+ };
60
+ },
61
+ withdrawValidatorCommission(value) {
62
+ return {
63
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
64
+ value
65
+ };
66
+ },
67
+ fundCommunityPool(value) {
68
+ return {
69
+ typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
70
+ value
71
+ };
72
+ },
73
+ updateParams(value) {
74
+ return {
75
+ typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
76
+ value
77
+ };
78
+ },
79
+ communityPoolSpend(value) {
80
+ return {
81
+ typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
82
+ value
83
+ };
84
+ },
85
+ depositValidatorRewardsPool(value) {
86
+ return {
87
+ typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
88
+ value
89
+ };
90
+ }
91
+ },
92
+ fromPartial: {
93
+ setWithdrawAddress(value) {
94
+ return {
95
+ typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
96
+ value: MsgSetWithdrawAddress.fromPartial(value)
97
+ };
98
+ },
99
+ withdrawDelegatorReward(value) {
100
+ return {
101
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
102
+ value: MsgWithdrawDelegatorReward.fromPartial(value)
103
+ };
104
+ },
105
+ withdrawValidatorCommission(value) {
106
+ return {
107
+ typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
108
+ value: MsgWithdrawValidatorCommission.fromPartial(value)
109
+ };
110
+ },
111
+ fundCommunityPool(value) {
112
+ return {
113
+ typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
114
+ value: MsgFundCommunityPool.fromPartial(value)
115
+ };
116
+ },
117
+ updateParams(value) {
118
+ return {
119
+ typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
120
+ value: MsgUpdateParams.fromPartial(value)
121
+ };
122
+ },
123
+ communityPoolSpend(value) {
124
+ return {
125
+ typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
126
+ value: MsgCommunityPoolSpend.fromPartial(value)
127
+ };
128
+ },
129
+ depositValidatorRewardsPool(value) {
130
+ return {
131
+ typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
132
+ value: MsgDepositValidatorRewardsPool.fromPartial(value)
133
+ };
134
+ }
135
+ }
136
+ };
@@ -5,41 +5,48 @@ export const createSetWithdrawAddress = (clientResolver) => buildTx({
5
5
  clientResolver,
6
6
  typeUrl: MsgSetWithdrawAddress.typeUrl,
7
7
  encoders: toEncoders(MsgSetWithdrawAddress),
8
- converters: toConverters(MsgSetWithdrawAddress)
8
+ converters: toConverters(MsgSetWithdrawAddress),
9
+ deps: [MsgSetWithdrawAddress]
9
10
  });
10
11
  export const createWithdrawDelegatorReward = (clientResolver) => buildTx({
11
12
  clientResolver,
12
13
  typeUrl: MsgWithdrawDelegatorReward.typeUrl,
13
14
  encoders: toEncoders(MsgWithdrawDelegatorReward),
14
- converters: toConverters(MsgWithdrawDelegatorReward)
15
+ converters: toConverters(MsgWithdrawDelegatorReward),
16
+ deps: [MsgWithdrawDelegatorReward]
15
17
  });
16
18
  export const createWithdrawValidatorCommission = (clientResolver) => buildTx({
17
19
  clientResolver,
18
20
  typeUrl: MsgWithdrawValidatorCommission.typeUrl,
19
21
  encoders: toEncoders(MsgWithdrawValidatorCommission),
20
- converters: toConverters(MsgWithdrawValidatorCommission)
22
+ converters: toConverters(MsgWithdrawValidatorCommission),
23
+ deps: [MsgWithdrawValidatorCommission]
21
24
  });
22
25
  export const createFundCommunityPool = (clientResolver) => buildTx({
23
26
  clientResolver,
24
27
  typeUrl: MsgFundCommunityPool.typeUrl,
25
28
  encoders: toEncoders(MsgFundCommunityPool),
26
- converters: toConverters(MsgFundCommunityPool)
29
+ converters: toConverters(MsgFundCommunityPool),
30
+ deps: [MsgFundCommunityPool]
27
31
  });
28
32
  export const createUpdateParams = (clientResolver) => buildTx({
29
33
  clientResolver,
30
34
  typeUrl: MsgUpdateParams.typeUrl,
31
35
  encoders: toEncoders(MsgUpdateParams),
32
- converters: toConverters(MsgUpdateParams)
36
+ converters: toConverters(MsgUpdateParams),
37
+ deps: [MsgUpdateParams]
33
38
  });
34
39
  export const createCommunityPoolSpend = (clientResolver) => buildTx({
35
40
  clientResolver,
36
41
  typeUrl: MsgCommunityPoolSpend.typeUrl,
37
42
  encoders: toEncoders(MsgCommunityPoolSpend),
38
- converters: toConverters(MsgCommunityPoolSpend)
43
+ converters: toConverters(MsgCommunityPoolSpend),
44
+ deps: [MsgCommunityPoolSpend]
39
45
  });
40
46
  export const createDepositValidatorRewardsPool = (clientResolver) => buildTx({
41
47
  clientResolver,
42
48
  typeUrl: MsgDepositValidatorRewardsPool.typeUrl,
43
49
  encoders: toEncoders(MsgDepositValidatorRewardsPool),
44
- converters: toConverters(MsgDepositValidatorRewardsPool)
50
+ converters: toConverters(MsgDepositValidatorRewardsPool),
51
+ deps: [MsgDepositValidatorRewardsPool]
45
52
  });
@@ -1,5 +1,4 @@
1
1
  import { BinaryReader, BinaryWriter } from "../../../../binary";
2
- import { GlobalDecoderRegistry } from "../../../../registry";
3
2
  function createBaseModule() {
4
3
  return {};
5
4
  }
@@ -61,7 +60,6 @@ export const Module = {
61
60
  typeUrl: "/cosmos.evidence.module.v1.Module",
62
61
  value: Module.encode(message).finish()
63
62
  };
64
- }
63
+ },
64
+ registerTypeUrl() { }
65
65
  };
66
- GlobalDecoderRegistry.register(Module.typeUrl, Module);
67
- GlobalDecoderRegistry.registerAminoProtoMapping(Module.aminoType, Module.typeUrl);
@@ -1,7 +1,6 @@
1
1
  import { Timestamp } from "../../../google/protobuf/timestamp";
2
2
  import { BinaryReader, BinaryWriter } from "../../../binary";
3
3
  import { toTimestamp, fromTimestamp } from "../../../helpers";
4
- import { GlobalDecoderRegistry } from "../../../registry";
5
4
  function createBaseEquivocation() {
6
5
  return {
7
6
  height: BigInt(0),
@@ -112,7 +111,6 @@ export const Equivocation = {
112
111
  typeUrl: "/cosmos.evidence.v1beta1.Equivocation",
113
112
  value: Equivocation.encode(message).finish()
114
113
  };
115
- }
114
+ },
115
+ registerTypeUrl() { }
116
116
  };
117
- GlobalDecoderRegistry.register(Equivocation.typeUrl, Equivocation);
118
- GlobalDecoderRegistry.registerAminoProtoMapping(Equivocation.aminoType, Equivocation.typeUrl);
@@ -1,6 +1,5 @@
1
1
  import { Any } from "../../../google/protobuf/any";
2
2
  import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
4
3
  function createBaseGenesisState() {
5
4
  return {
6
5
  evidence: []
@@ -78,7 +77,6 @@ export const GenesisState = {
78
77
  typeUrl: "/cosmos.evidence.v1beta1.GenesisState",
79
78
  value: GenesisState.encode(message).finish()
80
79
  };
81
- }
80
+ },
81
+ registerTypeUrl() { }
82
82
  };
83
- GlobalDecoderRegistry.register(GenesisState.typeUrl, GenesisState);
84
- GlobalDecoderRegistry.registerAminoProtoMapping(GenesisState.aminoType, GenesisState.typeUrl);
@@ -2,7 +2,6 @@ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
2
2
  import { Any } from "../../../google/protobuf/any";
3
3
  import { BinaryReader, BinaryWriter } from "../../../binary";
4
4
  import { bytesFromBase64, base64FromBytes } from "../../../helpers";
5
- import { GlobalDecoderRegistry } from "../../../registry";
6
5
  function createBaseQueryEvidenceRequest() {
7
6
  return {
8
7
  evidenceHash: new Uint8Array(),
@@ -89,10 +88,9 @@ export const QueryEvidenceRequest = {
89
88
  typeUrl: "/cosmos.evidence.v1beta1.QueryEvidenceRequest",
90
89
  value: QueryEvidenceRequest.encode(message).finish()
91
90
  };
92
- }
91
+ },
92
+ registerTypeUrl() { }
93
93
  };
94
- GlobalDecoderRegistry.register(QueryEvidenceRequest.typeUrl, QueryEvidenceRequest);
95
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryEvidenceRequest.aminoType, QueryEvidenceRequest.typeUrl);
96
94
  function createBaseQueryEvidenceResponse() {
97
95
  return {
98
96
  evidence: undefined
@@ -167,10 +165,9 @@ export const QueryEvidenceResponse = {
167
165
  typeUrl: "/cosmos.evidence.v1beta1.QueryEvidenceResponse",
168
166
  value: QueryEvidenceResponse.encode(message).finish()
169
167
  };
170
- }
168
+ },
169
+ registerTypeUrl() { }
171
170
  };
172
- GlobalDecoderRegistry.register(QueryEvidenceResponse.typeUrl, QueryEvidenceResponse);
173
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryEvidenceResponse.aminoType, QueryEvidenceResponse.typeUrl);
174
171
  function createBaseQueryAllEvidenceRequest() {
175
172
  return {
176
173
  pagination: undefined
@@ -245,10 +242,11 @@ export const QueryAllEvidenceRequest = {
245
242
  typeUrl: "/cosmos.evidence.v1beta1.QueryAllEvidenceRequest",
246
243
  value: QueryAllEvidenceRequest.encode(message).finish()
247
244
  };
245
+ },
246
+ registerTypeUrl() {
247
+ PageRequest.registerTypeUrl();
248
248
  }
249
249
  };
250
- GlobalDecoderRegistry.register(QueryAllEvidenceRequest.typeUrl, QueryAllEvidenceRequest);
251
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryAllEvidenceRequest.aminoType, QueryAllEvidenceRequest.typeUrl);
252
250
  function createBaseQueryAllEvidenceResponse() {
253
251
  return {
254
252
  evidence: [],
@@ -338,7 +336,8 @@ export const QueryAllEvidenceResponse = {
338
336
  typeUrl: "/cosmos.evidence.v1beta1.QueryAllEvidenceResponse",
339
337
  value: QueryAllEvidenceResponse.encode(message).finish()
340
338
  };
339
+ },
340
+ registerTypeUrl() {
341
+ PageResponse.registerTypeUrl();
341
342
  }
342
343
  };
343
- GlobalDecoderRegistry.register(QueryAllEvidenceResponse.typeUrl, QueryAllEvidenceResponse);
344
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryAllEvidenceResponse.aminoType, QueryAllEvidenceResponse.typeUrl);
@@ -5,12 +5,14 @@ export const createGetEvidence = (clientResolver) => buildQuery({
5
5
  decode: QueryEvidenceResponse.decode,
6
6
  service: "cosmos.evidence.v1beta1.Query",
7
7
  method: "Evidence",
8
- clientResolver
8
+ clientResolver,
9
+ deps: [QueryEvidenceRequest, QueryEvidenceResponse]
9
10
  });
10
11
  export const createGetAllEvidence = (clientResolver) => buildQuery({
11
12
  encode: QueryAllEvidenceRequest.encode,
12
13
  decode: QueryAllEvidenceResponse.decode,
13
14
  service: "cosmos.evidence.v1beta1.Query",
14
15
  method: "AllEvidence",
15
- clientResolver
16
+ clientResolver,
17
+ deps: [QueryAllEvidenceRequest, QueryAllEvidenceResponse]
16
18
  });
@@ -1,7 +1,7 @@
1
1
  import { Any } from "../../../google/protobuf/any";
2
2
  import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { bytesFromBase64, base64FromBytes } from "../../../helpers";
4
3
  import { GlobalDecoderRegistry } from "../../../registry";
4
+ import { bytesFromBase64, base64FromBytes } from "../../../helpers";
5
5
  function createBaseMsgSubmitEvidence() {
6
6
  return {
7
7
  submitter: "",
@@ -88,10 +88,9 @@ export const MsgSubmitEvidence = {
88
88
  typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
89
89
  value: MsgSubmitEvidence.encode(message).finish()
90
90
  };
91
- }
91
+ },
92
+ registerTypeUrl() { }
92
93
  };
93
- GlobalDecoderRegistry.register(MsgSubmitEvidence.typeUrl, MsgSubmitEvidence);
94
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgSubmitEvidence.aminoType, MsgSubmitEvidence.typeUrl);
95
94
  function createBaseMsgSubmitEvidenceResponse() {
96
95
  return {
97
96
  hash: new Uint8Array()
@@ -166,7 +165,6 @@ export const MsgSubmitEvidenceResponse = {
166
165
  typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidenceResponse",
167
166
  value: MsgSubmitEvidenceResponse.encode(message).finish()
168
167
  };
169
- }
168
+ },
169
+ registerTypeUrl() { }
170
170
  };
171
- GlobalDecoderRegistry.register(MsgSubmitEvidenceResponse.typeUrl, MsgSubmitEvidenceResponse);
172
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgSubmitEvidenceResponse.aminoType, MsgSubmitEvidenceResponse.typeUrl);
@@ -1,2 +1,28 @@
1
1
  import { MsgSubmitEvidence } from "./tx";
2
2
  export const registry = [["/cosmos.evidence.v1beta1.MsgSubmitEvidence", MsgSubmitEvidence]];
3
+ export const MessageComposer = {
4
+ encoded: {
5
+ submitEvidence(value) {
6
+ return {
7
+ typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
8
+ value: MsgSubmitEvidence.encode(value).finish()
9
+ };
10
+ }
11
+ },
12
+ withTypeUrl: {
13
+ submitEvidence(value) {
14
+ return {
15
+ typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
16
+ value
17
+ };
18
+ }
19
+ },
20
+ fromPartial: {
21
+ submitEvidence(value) {
22
+ return {
23
+ typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
24
+ value: MsgSubmitEvidence.fromPartial(value)
25
+ };
26
+ }
27
+ }
28
+ };
@@ -5,5 +5,6 @@ export const createSubmitEvidence = (clientResolver) => buildTx({
5
5
  clientResolver,
6
6
  typeUrl: MsgSubmitEvidence.typeUrl,
7
7
  encoders: toEncoders(MsgSubmitEvidence),
8
- converters: toConverters(MsgSubmitEvidence)
8
+ converters: toConverters(MsgSubmitEvidence),
9
+ deps: [MsgSubmitEvidence]
9
10
  });
@@ -1,5 +1,4 @@
1
1
  import { BinaryReader, BinaryWriter } from "../../../../binary";
2
- import { GlobalDecoderRegistry } from "../../../../registry";
3
2
  function createBaseModule() {
4
3
  return {};
5
4
  }
@@ -61,7 +60,6 @@ export const Module = {
61
60
  typeUrl: "/cosmos.feegrant.module.v1.Module",
62
61
  value: Module.encode(message).finish()
63
62
  };
64
- }
63
+ },
64
+ registerTypeUrl() { }
65
65
  };
66
- GlobalDecoderRegistry.register(Module.typeUrl, Module);
67
- GlobalDecoderRegistry.registerAminoProtoMapping(Module.aminoType, Module.typeUrl);
@@ -94,10 +94,13 @@ export const BasicAllowance = {
94
94
  typeUrl: "/cosmos.feegrant.v1beta1.BasicAllowance",
95
95
  value: BasicAllowance.encode(message).finish()
96
96
  };
97
+ },
98
+ registerTypeUrl() {
99
+ GlobalDecoderRegistry.register(BasicAllowance.typeUrl, BasicAllowance);
100
+ GlobalDecoderRegistry.registerAminoProtoMapping(BasicAllowance.aminoType, BasicAllowance.typeUrl);
101
+ Coin.registerTypeUrl();
97
102
  }
98
103
  };
99
- GlobalDecoderRegistry.register(BasicAllowance.typeUrl, BasicAllowance);
100
- GlobalDecoderRegistry.registerAminoProtoMapping(BasicAllowance.aminoType, BasicAllowance.typeUrl);
101
104
  function createBasePeriodicAllowance() {
102
105
  return {
103
106
  basic: BasicAllowance.fromPartial({}),
@@ -226,10 +229,14 @@ export const PeriodicAllowance = {
226
229
  typeUrl: "/cosmos.feegrant.v1beta1.PeriodicAllowance",
227
230
  value: PeriodicAllowance.encode(message).finish()
228
231
  };
232
+ },
233
+ registerTypeUrl() {
234
+ GlobalDecoderRegistry.register(PeriodicAllowance.typeUrl, PeriodicAllowance);
235
+ GlobalDecoderRegistry.registerAminoProtoMapping(PeriodicAllowance.aminoType, PeriodicAllowance.typeUrl);
236
+ BasicAllowance.registerTypeUrl();
237
+ Coin.registerTypeUrl();
229
238
  }
230
239
  };
231
- GlobalDecoderRegistry.register(PeriodicAllowance.typeUrl, PeriodicAllowance);
232
- GlobalDecoderRegistry.registerAminoProtoMapping(PeriodicAllowance.aminoType, PeriodicAllowance.typeUrl);
233
240
  function createBaseAllowedMsgAllowance() {
234
241
  return {
235
242
  allowance: undefined,
@@ -319,10 +326,15 @@ export const AllowedMsgAllowance = {
319
326
  typeUrl: "/cosmos.feegrant.v1beta1.AllowedMsgAllowance",
320
327
  value: AllowedMsgAllowance.encode(message).finish()
321
328
  };
329
+ },
330
+ registerTypeUrl() {
331
+ GlobalDecoderRegistry.register(AllowedMsgAllowance.typeUrl, AllowedMsgAllowance);
332
+ GlobalDecoderRegistry.registerAminoProtoMapping(AllowedMsgAllowance.aminoType, AllowedMsgAllowance.typeUrl);
333
+ BasicAllowance.registerTypeUrl();
334
+ PeriodicAllowance.registerTypeUrl();
335
+ AllowedMsgAllowance.registerTypeUrl();
322
336
  }
323
337
  };
324
- GlobalDecoderRegistry.register(AllowedMsgAllowance.typeUrl, AllowedMsgAllowance);
325
- GlobalDecoderRegistry.registerAminoProtoMapping(AllowedMsgAllowance.aminoType, AllowedMsgAllowance.typeUrl);
326
338
  function createBaseGrant() {
327
339
  return {
328
340
  granter: "",
@@ -421,7 +433,10 @@ export const Grant = {
421
433
  typeUrl: "/cosmos.feegrant.v1beta1.Grant",
422
434
  value: Grant.encode(message).finish()
423
435
  };
436
+ },
437
+ registerTypeUrl() {
438
+ BasicAllowance.registerTypeUrl();
439
+ PeriodicAllowance.registerTypeUrl();
440
+ AllowedMsgAllowance.registerTypeUrl();
424
441
  }
425
442
  };
426
- GlobalDecoderRegistry.register(Grant.typeUrl, Grant);
427
- GlobalDecoderRegistry.registerAminoProtoMapping(Grant.aminoType, Grant.typeUrl);
@@ -1,6 +1,5 @@
1
1
  import { Grant } from "./feegrant";
2
2
  import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
4
3
  function createBaseGenesisState() {
5
4
  return {
6
5
  allowances: []
@@ -78,7 +77,8 @@ export const GenesisState = {
78
77
  typeUrl: "/cosmos.feegrant.v1beta1.GenesisState",
79
78
  value: GenesisState.encode(message).finish()
80
79
  };
80
+ },
81
+ registerTypeUrl() {
82
+ Grant.registerTypeUrl();
81
83
  }
82
84
  };
83
- GlobalDecoderRegistry.register(GenesisState.typeUrl, GenesisState);
84
- GlobalDecoderRegistry.registerAminoProtoMapping(GenesisState.aminoType, GenesisState.typeUrl);
@@ -1,7 +1,6 @@
1
1
  import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
2
2
  import { Grant } from "./feegrant";
3
3
  import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../registry";
5
4
  function createBaseQueryAllowanceRequest() {
6
5
  return {
7
6
  granter: "",
@@ -88,10 +87,9 @@ export const QueryAllowanceRequest = {
88
87
  typeUrl: "/cosmos.feegrant.v1beta1.QueryAllowanceRequest",
89
88
  value: QueryAllowanceRequest.encode(message).finish()
90
89
  };
91
- }
90
+ },
91
+ registerTypeUrl() { }
92
92
  };
93
- GlobalDecoderRegistry.register(QueryAllowanceRequest.typeUrl, QueryAllowanceRequest);
94
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryAllowanceRequest.aminoType, QueryAllowanceRequest.typeUrl);
95
93
  function createBaseQueryAllowanceResponse() {
96
94
  return {
97
95
  allowance: undefined
@@ -166,10 +164,11 @@ export const QueryAllowanceResponse = {
166
164
  typeUrl: "/cosmos.feegrant.v1beta1.QueryAllowanceResponse",
167
165
  value: QueryAllowanceResponse.encode(message).finish()
168
166
  };
167
+ },
168
+ registerTypeUrl() {
169
+ Grant.registerTypeUrl();
169
170
  }
170
171
  };
171
- GlobalDecoderRegistry.register(QueryAllowanceResponse.typeUrl, QueryAllowanceResponse);
172
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryAllowanceResponse.aminoType, QueryAllowanceResponse.typeUrl);
173
172
  function createBaseQueryAllowancesRequest() {
174
173
  return {
175
174
  grantee: "",
@@ -256,10 +255,11 @@ export const QueryAllowancesRequest = {
256
255
  typeUrl: "/cosmos.feegrant.v1beta1.QueryAllowancesRequest",
257
256
  value: QueryAllowancesRequest.encode(message).finish()
258
257
  };
258
+ },
259
+ registerTypeUrl() {
260
+ PageRequest.registerTypeUrl();
259
261
  }
260
262
  };
261
- GlobalDecoderRegistry.register(QueryAllowancesRequest.typeUrl, QueryAllowancesRequest);
262
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryAllowancesRequest.aminoType, QueryAllowancesRequest.typeUrl);
263
263
  function createBaseQueryAllowancesResponse() {
264
264
  return {
265
265
  allowances: [],
@@ -349,10 +349,12 @@ export const QueryAllowancesResponse = {
349
349
  typeUrl: "/cosmos.feegrant.v1beta1.QueryAllowancesResponse",
350
350
  value: QueryAllowancesResponse.encode(message).finish()
351
351
  };
352
+ },
353
+ registerTypeUrl() {
354
+ Grant.registerTypeUrl();
355
+ PageResponse.registerTypeUrl();
352
356
  }
353
357
  };
354
- GlobalDecoderRegistry.register(QueryAllowancesResponse.typeUrl, QueryAllowancesResponse);
355
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryAllowancesResponse.aminoType, QueryAllowancesResponse.typeUrl);
356
358
  function createBaseQueryAllowancesByGranterRequest() {
357
359
  return {
358
360
  granter: "",
@@ -439,10 +441,11 @@ export const QueryAllowancesByGranterRequest = {
439
441
  typeUrl: "/cosmos.feegrant.v1beta1.QueryAllowancesByGranterRequest",
440
442
  value: QueryAllowancesByGranterRequest.encode(message).finish()
441
443
  };
444
+ },
445
+ registerTypeUrl() {
446
+ PageRequest.registerTypeUrl();
442
447
  }
443
448
  };
444
- GlobalDecoderRegistry.register(QueryAllowancesByGranterRequest.typeUrl, QueryAllowancesByGranterRequest);
445
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryAllowancesByGranterRequest.aminoType, QueryAllowancesByGranterRequest.typeUrl);
446
449
  function createBaseQueryAllowancesByGranterResponse() {
447
450
  return {
448
451
  allowances: [],
@@ -532,7 +535,9 @@ export const QueryAllowancesByGranterResponse = {
532
535
  typeUrl: "/cosmos.feegrant.v1beta1.QueryAllowancesByGranterResponse",
533
536
  value: QueryAllowancesByGranterResponse.encode(message).finish()
534
537
  };
538
+ },
539
+ registerTypeUrl() {
540
+ Grant.registerTypeUrl();
541
+ PageResponse.registerTypeUrl();
535
542
  }
536
543
  };
537
- GlobalDecoderRegistry.register(QueryAllowancesByGranterResponse.typeUrl, QueryAllowancesByGranterResponse);
538
- GlobalDecoderRegistry.registerAminoProtoMapping(QueryAllowancesByGranterResponse.aminoType, QueryAllowancesByGranterResponse.typeUrl);
@@ -5,19 +5,22 @@ export const createGetAllowance = (clientResolver) => buildQuery({
5
5
  decode: QueryAllowanceResponse.decode,
6
6
  service: "cosmos.feegrant.v1beta1.Query",
7
7
  method: "Allowance",
8
- clientResolver
8
+ clientResolver,
9
+ deps: [QueryAllowanceRequest, QueryAllowanceResponse]
9
10
  });
10
11
  export const createGetAllowances = (clientResolver) => buildQuery({
11
12
  encode: QueryAllowancesRequest.encode,
12
13
  decode: QueryAllowancesResponse.decode,
13
14
  service: "cosmos.feegrant.v1beta1.Query",
14
15
  method: "Allowances",
15
- clientResolver
16
+ clientResolver,
17
+ deps: [QueryAllowancesRequest, QueryAllowancesResponse]
16
18
  });
17
19
  export const createGetAllowancesByGranter = (clientResolver) => buildQuery({
18
20
  encode: QueryAllowancesByGranterRequest.encode,
19
21
  decode: QueryAllowancesByGranterResponse.decode,
20
22
  service: "cosmos.feegrant.v1beta1.Query",
21
23
  method: "AllowancesByGranter",
22
- clientResolver
24
+ clientResolver,
25
+ deps: [QueryAllowancesByGranterRequest, QueryAllowancesByGranterResponse]
23
26
  });