@xpla/xpla-react 1.8.1 → 1.9.0-rc0

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 (2317) hide show
  1. package/dist/amino/amino.cjs +0 -0
  2. package/dist/amino/amino.d.ts +1 -0
  3. package/dist/amino/amino.js +0 -0
  4. package/dist/binary.cjs +305 -0
  5. package/dist/binary.d.ts +132 -0
  6. package/dist/binary.js +302 -0
  7. package/dist/cosmos/app/runtime/v1alpha1/module.cjs +269 -0
  8. package/dist/cosmos/app/runtime/v1alpha1/module.d.ts +245 -0
  9. package/dist/cosmos/app/runtime/v1alpha1/module.js +267 -0
  10. package/dist/cosmos/app/v1alpha1/config.cjs +296 -0
  11. package/dist/cosmos/app/v1alpha1/config.d.ts +250 -0
  12. package/dist/cosmos/app/v1alpha1/config.js +293 -0
  13. package/dist/cosmos/app/v1alpha1/module.cjs +276 -0
  14. package/dist/cosmos/app/v1alpha1/module.d.ts +290 -0
  15. package/dist/cosmos/app/v1alpha1/module.js +273 -0
  16. package/dist/cosmos/app/v1alpha1/query.cjs +157 -0
  17. package/dist/cosmos/app/v1alpha1/query.d.ts +107 -0
  18. package/dist/cosmos/app/v1alpha1/query.js +155 -0
  19. package/dist/cosmos/app/v1alpha1/query.rpc.func.cjs +22 -0
  20. package/dist/cosmos/app/v1alpha1/query.rpc.func.d.ts +15 -0
  21. package/dist/cosmos/app/v1alpha1/query.rpc.func.js +21 -0
  22. package/dist/cosmos/app/v1alpha1/query.rpc.react.cjs +19 -0
  23. package/dist/cosmos/app/v1alpha1/query.rpc.react.d.ts +21 -0
  24. package/dist/cosmos/app/v1alpha1/query.rpc.react.js +18 -0
  25. package/dist/cosmos/auth/module/v1/module.cjs +204 -0
  26. package/dist/cosmos/auth/module/v1/module.d.ts +154 -0
  27. package/dist/cosmos/auth/module/v1/module.js +202 -0
  28. package/dist/cosmos/auth/v1beta1/auth.cjs +423 -0
  29. package/dist/cosmos/auth/v1beta1/auth.d.ts +243 -0
  30. package/dist/cosmos/auth/v1beta1/auth.js +418 -0
  31. package/dist/cosmos/auth/v1beta1/genesis.cjs +97 -0
  32. package/dist/cosmos/auth/v1beta1/genesis.d.ts +71 -0
  33. package/dist/cosmos/auth/v1beta1/genesis.js +96 -0
  34. package/dist/cosmos/auth/v1beta1/query.cjs +1589 -0
  35. package/dist/cosmos/auth/v1beta1/query.d.ts +1070 -0
  36. package/dist/cosmos/auth/v1beta1/query.js +1568 -0
  37. package/dist/cosmos/auth/v1beta1/query.rpc.func.cjs +150 -0
  38. package/dist/cosmos/auth/v1beta1/query.rpc.func.d.ts +80 -0
  39. package/dist/cosmos/auth/v1beta1/query.rpc.func.js +140 -0
  40. package/dist/cosmos/auth/v1beta1/query.rpc.react.cjs +120 -0
  41. package/dist/cosmos/auth/v1beta1/query.rpc.react.d.ts +131 -0
  42. package/dist/cosmos/auth/v1beta1/query.rpc.react.js +110 -0
  43. package/dist/cosmos/auth/v1beta1/tx.cjs +168 -0
  44. package/dist/cosmos/auth/v1beta1/tx.d.ts +122 -0
  45. package/dist/cosmos/auth/v1beta1/tx.js +166 -0
  46. package/dist/cosmos/auth/v1beta1/tx.registry.cjs +29 -0
  47. package/dist/cosmos/auth/v1beta1/tx.registry.d.ts +27 -0
  48. package/dist/cosmos/auth/v1beta1/tx.registry.js +27 -0
  49. package/dist/cosmos/auth/v1beta1/tx.rpc.func.cjs +16 -0
  50. package/dist/cosmos/auth/v1beta1/tx.rpc.func.d.ts +17 -0
  51. package/dist/cosmos/auth/v1beta1/tx.rpc.func.js +15 -0
  52. package/dist/cosmos/auth/v1beta1/tx.rpc.react.cjs +16 -0
  53. package/dist/cosmos/auth/v1beta1/tx.rpc.react.d.ts +21 -0
  54. package/dist/cosmos/auth/v1beta1/tx.rpc.react.js +15 -0
  55. package/dist/cosmos/authz/module/v1/module.cjs +74 -0
  56. package/dist/cosmos/authz/module/v1/module.d.ts +51 -0
  57. package/dist/cosmos/authz/module/v1/module.js +73 -0
  58. package/dist/cosmos/authz/v1beta1/authz.cjs +388 -0
  59. package/dist/cosmos/authz/v1beta1/authz.d.ts +252 -0
  60. package/dist/cosmos/authz/v1beta1/authz.js +384 -0
  61. package/dist/cosmos/authz/v1beta1/event.cjs +198 -0
  62. package/dist/cosmos/authz/v1beta1/event.d.ts +148 -0
  63. package/dist/cosmos/authz/v1beta1/event.js +196 -0
  64. package/dist/cosmos/authz/v1beta1/genesis.cjs +90 -0
  65. package/dist/cosmos/authz/v1beta1/genesis.d.ts +56 -0
  66. package/dist/cosmos/authz/v1beta1/genesis.js +89 -0
  67. package/dist/cosmos/authz/v1beta1/query.cjs +577 -0
  68. package/dist/cosmos/authz/v1beta1/query.d.ts +378 -0
  69. package/dist/cosmos/authz/v1beta1/query.js +571 -0
  70. package/dist/cosmos/authz/v1beta1/query.rpc.func.cjs +49 -0
  71. package/dist/cosmos/authz/v1beta1/query.rpc.func.d.ts +28 -0
  72. package/dist/cosmos/authz/v1beta1/query.rpc.func.js +46 -0
  73. package/dist/cosmos/authz/v1beta1/query.rpc.react.cjs +40 -0
  74. package/dist/cosmos/authz/v1beta1/query.rpc.react.d.ts +44 -0
  75. package/dist/cosmos/authz/v1beta1/query.rpc.react.js +37 -0
  76. package/dist/cosmos/authz/v1beta1/tx.cjs +514 -0
  77. package/dist/cosmos/authz/v1beta1/tx.d.ts +334 -0
  78. package/dist/cosmos/authz/v1beta1/tx.js +507 -0
  79. package/dist/cosmos/authz/v1beta1/tx.registry.cjs +75 -0
  80. package/dist/cosmos/authz/v1beta1/tx.registry.d.ts +51 -0
  81. package/dist/cosmos/authz/v1beta1/tx.registry.js +73 -0
  82. package/dist/cosmos/authz/v1beta1/tx.rpc.func.cjs +37 -0
  83. package/dist/cosmos/authz/v1beta1/tx.rpc.func.d.ts +36 -0
  84. package/dist/cosmos/authz/v1beta1/tx.rpc.func.js +34 -0
  85. package/dist/cosmos/authz/v1beta1/tx.rpc.react.cjs +37 -0
  86. package/dist/cosmos/authz/v1beta1/tx.rpc.react.d.ts +46 -0
  87. package/dist/cosmos/authz/v1beta1/tx.rpc.react.js +34 -0
  88. package/dist/cosmos/autocli/v1/options.cjs +795 -0
  89. package/dist/cosmos/autocli/v1/options.d.ts +637 -0
  90. package/dist/cosmos/autocli/v1/options.js +788 -0
  91. package/dist/cosmos/autocli/v1/query.cjs +242 -0
  92. package/dist/cosmos/autocli/v1/query.d.ts +153 -0
  93. package/dist/cosmos/autocli/v1/query.js +239 -0
  94. package/dist/cosmos/autocli/v1/query.rpc.func.cjs +21 -0
  95. package/dist/cosmos/autocli/v1/query.rpc.func.d.ts +14 -0
  96. package/dist/cosmos/autocli/v1/query.rpc.func.js +20 -0
  97. package/dist/cosmos/autocli/v1/query.rpc.react.cjs +18 -0
  98. package/dist/cosmos/autocli/v1/query.rpc.react.d.ts +20 -0
  99. package/dist/cosmos/autocli/v1/query.rpc.react.js +17 -0
  100. package/dist/cosmos/bank/module/v1/module.cjs +104 -0
  101. package/dist/cosmos/bank/module/v1/module.d.ts +87 -0
  102. package/dist/cosmos/bank/module/v1/module.js +103 -0
  103. package/dist/cosmos/bank/v1beta1/authz.cjs +104 -0
  104. package/dist/cosmos/bank/v1beta1/authz.d.ts +69 -0
  105. package/dist/cosmos/bank/v1beta1/authz.js +103 -0
  106. package/dist/cosmos/bank/v1beta1/bank.cjs +699 -0
  107. package/dist/cosmos/bank/v1beta1/bank.d.ts +484 -0
  108. package/dist/cosmos/bank/v1beta1/bank.js +692 -0
  109. package/dist/cosmos/bank/v1beta1/genesis.cjs +225 -0
  110. package/dist/cosmos/bank/v1beta1/genesis.d.ts +163 -0
  111. package/dist/cosmos/bank/v1beta1/genesis.js +223 -0
  112. package/dist/cosmos/bank/v1beta1/query.cjs +2359 -0
  113. package/dist/cosmos/bank/v1beta1/query.d.ts +1649 -0
  114. package/dist/cosmos/bank/v1beta1/query.js +2332 -0
  115. package/dist/cosmos/bank/v1beta1/query.rpc.func.cjs +216 -0
  116. package/dist/cosmos/bank/v1beta1/query.rpc.func.d.ts +125 -0
  117. package/dist/cosmos/bank/v1beta1/query.rpc.func.js +203 -0
  118. package/dist/cosmos/bank/v1beta1/query.rpc.react.cjs +177 -0
  119. package/dist/cosmos/bank/v1beta1/query.rpc.react.d.ts +191 -0
  120. package/dist/cosmos/bank/v1beta1/query.rpc.react.js +164 -0
  121. package/dist/cosmos/bank/v1beta1/tx.cjs +672 -0
  122. package/dist/cosmos/bank/v1beta1/tx.d.ts +459 -0
  123. package/dist/cosmos/bank/v1beta1/tx.js +664 -0
  124. package/dist/cosmos/bank/v1beta1/tx.registry.cjs +94 -0
  125. package/dist/cosmos/bank/v1beta1/tx.registry.d.ts +63 -0
  126. package/dist/cosmos/bank/v1beta1/tx.registry.js +92 -0
  127. package/dist/cosmos/bank/v1beta1/tx.rpc.func.cjs +43 -0
  128. package/dist/cosmos/bank/v1beta1/tx.rpc.func.d.ts +41 -0
  129. package/dist/cosmos/bank/v1beta1/tx.rpc.func.js +39 -0
  130. package/dist/cosmos/bank/v1beta1/tx.rpc.react.cjs +43 -0
  131. package/dist/cosmos/bank/v1beta1/tx.rpc.react.d.ts +54 -0
  132. package/dist/cosmos/bank/v1beta1/tx.rpc.react.js +39 -0
  133. package/dist/cosmos/base/abci/v1beta1/abci.cjs +1192 -0
  134. package/dist/cosmos/base/abci/v1beta1/abci.d.ts +865 -0
  135. package/dist/cosmos/base/abci/v1beta1/abci.js +1180 -0
  136. package/dist/cosmos/base/node/v1beta1/query.cjs +361 -0
  137. package/dist/cosmos/base/node/v1beta1/query.d.ts +238 -0
  138. package/dist/cosmos/base/node/v1beta1/query.js +356 -0
  139. package/dist/cosmos/base/node/v1beta1/query.rpc.func.cjs +35 -0
  140. package/dist/cosmos/base/node/v1beta1/query.rpc.func.d.ts +21 -0
  141. package/dist/cosmos/base/node/v1beta1/query.rpc.func.js +33 -0
  142. package/dist/cosmos/base/node/v1beta1/query.rpc.react.cjs +29 -0
  143. package/dist/cosmos/base/node/v1beta1/query.rpc.react.d.ts +32 -0
  144. package/dist/cosmos/base/node/v1beta1/query.rpc.react.js +27 -0
  145. package/dist/cosmos/base/query/v1beta1/pagination.cjs +220 -0
  146. package/dist/cosmos/base/query/v1beta1/pagination.d.ts +214 -0
  147. package/dist/cosmos/base/query/v1beta1/pagination.js +217 -0
  148. package/dist/cosmos/base/reflection/v1beta1/reflection.cjs +312 -0
  149. package/dist/cosmos/base/reflection/v1beta1/reflection.d.ts +216 -0
  150. package/dist/cosmos/base/reflection/v1beta1/reflection.js +308 -0
  151. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.cjs +37 -0
  152. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +23 -0
  153. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +35 -0
  154. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.cjs +31 -0
  155. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +34 -0
  156. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +29 -0
  157. package/dist/cosmos/base/reflection/v2alpha1/reflection.cjs +2171 -0
  158. package/dist/cosmos/base/reflection/v2alpha1/reflection.d.ts +1541 -0
  159. package/dist/cosmos/base/reflection/v2alpha1/reflection.js +2145 -0
  160. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.cjs +93 -0
  161. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +51 -0
  162. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +87 -0
  163. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.cjs +75 -0
  164. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +82 -0
  165. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +69 -0
  166. package/dist/cosmos/base/tendermint/v1beta1/query.cjs +1821 -0
  167. package/dist/cosmos/base/tendermint/v1beta1/query.d.ts +1094 -0
  168. package/dist/cosmos/base/tendermint/v1beta1/query.js +1801 -0
  169. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.cjs +107 -0
  170. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +58 -0
  171. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.js +100 -0
  172. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.cjs +86 -0
  173. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +94 -0
  174. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.js +79 -0
  175. package/dist/cosmos/base/tendermint/v1beta1/types.cjs +312 -0
  176. package/dist/cosmos/base/tendermint/v1beta1/types.d.ts +212 -0
  177. package/dist/cosmos/base/tendermint/v1beta1/types.js +309 -0
  178. package/dist/cosmos/base/v1beta1/coin.cjs +347 -0
  179. package/dist/cosmos/base/v1beta1/coin.d.ts +230 -0
  180. package/dist/cosmos/base/v1beta1/coin.js +343 -0
  181. package/dist/cosmos/bundle.cjs +1211 -0
  182. package/dist/cosmos/bundle.d.ts +189 -0
  183. package/dist/cosmos/bundle.js +190 -0
  184. package/dist/cosmos/consensus/module/v1/module.cjs +84 -0
  185. package/dist/cosmos/consensus/module/v1/module.d.ts +61 -0
  186. package/dist/cosmos/consensus/module/v1/module.js +83 -0
  187. package/dist/cosmos/consensus/v1/query.cjs +157 -0
  188. package/dist/cosmos/consensus/v1/query.d.ts +111 -0
  189. package/dist/cosmos/consensus/v1/query.js +155 -0
  190. package/dist/cosmos/consensus/v1/query.rpc.func.cjs +21 -0
  191. package/dist/cosmos/consensus/v1/query.rpc.func.d.ts +14 -0
  192. package/dist/cosmos/consensus/v1/query.rpc.func.js +20 -0
  193. package/dist/cosmos/consensus/v1/query.rpc.react.cjs +18 -0
  194. package/dist/cosmos/consensus/v1/query.rpc.react.d.ts +20 -0
  195. package/dist/cosmos/consensus/v1/query.rpc.react.js +17 -0
  196. package/dist/cosmos/consensus/v1/tx.cjs +195 -0
  197. package/dist/cosmos/consensus/v1/tx.d.ts +132 -0
  198. package/dist/cosmos/consensus/v1/tx.js +193 -0
  199. package/dist/cosmos/consensus/v1/tx.registry.cjs +29 -0
  200. package/dist/cosmos/consensus/v1/tx.registry.d.ts +27 -0
  201. package/dist/cosmos/consensus/v1/tx.registry.js +27 -0
  202. package/dist/cosmos/consensus/v1/tx.rpc.func.cjs +16 -0
  203. package/dist/cosmos/consensus/v1/tx.rpc.func.d.ts +17 -0
  204. package/dist/cosmos/consensus/v1/tx.rpc.func.js +15 -0
  205. package/dist/cosmos/consensus/v1/tx.rpc.react.cjs +16 -0
  206. package/dist/cosmos/consensus/v1/tx.rpc.react.d.ts +21 -0
  207. package/dist/cosmos/consensus/v1/tx.rpc.react.js +15 -0
  208. package/dist/cosmos/crypto/multisig/v1beta1/multisig.cjs +180 -0
  209. package/dist/cosmos/crypto/multisig/v1beta1/multisig.d.ts +121 -0
  210. package/dist/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
  211. package/dist/cosmos/distribution/module/v1/module.cjs +94 -0
  212. package/dist/cosmos/distribution/module/v1/module.d.ts +63 -0
  213. package/dist/cosmos/distribution/module/v1/module.js +93 -0
  214. package/dist/cosmos/distribution/v1beta1/distribution.cjs +1160 -0
  215. package/dist/cosmos/distribution/v1beta1/distribution.d.ts +746 -0
  216. package/dist/cosmos/distribution/v1beta1/distribution.js +1148 -0
  217. package/dist/cosmos/distribution/v1beta1/genesis.cjs +850 -0
  218. package/dist/cosmos/distribution/v1beta1/genesis.d.ts +620 -0
  219. package/dist/cosmos/distribution/v1beta1/genesis.js +842 -0
  220. package/dist/cosmos/distribution/v1beta1/query.cjs +1677 -0
  221. package/dist/cosmos/distribution/v1beta1/query.d.ts +1195 -0
  222. package/dist/cosmos/distribution/v1beta1/query.js +1657 -0
  223. package/dist/cosmos/distribution/v1beta1/query.rpc.func.cjs +150 -0
  224. package/dist/cosmos/distribution/v1beta1/query.rpc.func.d.ts +80 -0
  225. package/dist/cosmos/distribution/v1beta1/query.rpc.func.js +140 -0
  226. package/dist/cosmos/distribution/v1beta1/query.rpc.react.cjs +120 -0
  227. package/dist/cosmos/distribution/v1beta1/query.rpc.react.d.ts +131 -0
  228. package/dist/cosmos/distribution/v1beta1/query.rpc.react.js +110 -0
  229. package/dist/cosmos/distribution/v1beta1/tx.cjs +1163 -0
  230. package/dist/cosmos/distribution/v1beta1/tx.d.ts +751 -0
  231. package/dist/cosmos/distribution/v1beta1/tx.js +1149 -0
  232. package/dist/cosmos/distribution/v1beta1/tx.registry.cjs +151 -0
  233. package/dist/cosmos/distribution/v1beta1/tx.registry.d.ts +99 -0
  234. package/dist/cosmos/distribution/v1beta1/tx.registry.js +149 -0
  235. package/dist/cosmos/distribution/v1beta1/tx.rpc.func.cjs +76 -0
  236. package/dist/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +71 -0
  237. package/dist/cosmos/distribution/v1beta1/tx.rpc.func.js +69 -0
  238. package/dist/cosmos/distribution/v1beta1/tx.rpc.react.cjs +76 -0
  239. package/dist/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +93 -0
  240. package/dist/cosmos/distribution/v1beta1/tx.rpc.react.js +69 -0
  241. package/dist/cosmos/evidence/module/v1/module.cjs +74 -0
  242. package/dist/cosmos/evidence/module/v1/module.d.ts +51 -0
  243. package/dist/cosmos/evidence/module/v1/module.js +73 -0
  244. package/dist/cosmos/evidence/v1beta1/evidence.cjs +113 -0
  245. package/dist/cosmos/evidence/v1beta1/evidence.d.ts +88 -0
  246. package/dist/cosmos/evidence/v1beta1/evidence.js +112 -0
  247. package/dist/cosmos/evidence/v1beta1/genesis.cjs +86 -0
  248. package/dist/cosmos/evidence/v1beta1/genesis.d.ts +62 -0
  249. package/dist/cosmos/evidence/v1beta1/genesis.js +85 -0
  250. package/dist/cosmos/evidence/v1beta1/query.cjs +352 -0
  251. package/dist/cosmos/evidence/v1beta1/query.d.ts +254 -0
  252. package/dist/cosmos/evidence/v1beta1/query.js +347 -0
  253. package/dist/cosmos/evidence/v1beta1/query.rpc.func.cjs +35 -0
  254. package/dist/cosmos/evidence/v1beta1/query.rpc.func.d.ts +21 -0
  255. package/dist/cosmos/evidence/v1beta1/query.rpc.func.js +33 -0
  256. package/dist/cosmos/evidence/v1beta1/query.rpc.react.cjs +29 -0
  257. package/dist/cosmos/evidence/v1beta1/query.rpc.react.d.ts +32 -0
  258. package/dist/cosmos/evidence/v1beta1/query.rpc.react.js +27 -0
  259. package/dist/cosmos/evidence/v1beta1/tx.cjs +177 -0
  260. package/dist/cosmos/evidence/v1beta1/tx.d.ts +134 -0
  261. package/dist/cosmos/evidence/v1beta1/tx.js +174 -0
  262. package/dist/cosmos/evidence/v1beta1/tx.registry.cjs +29 -0
  263. package/dist/cosmos/evidence/v1beta1/tx.registry.d.ts +27 -0
  264. package/dist/cosmos/evidence/v1beta1/tx.registry.js +27 -0
  265. package/dist/cosmos/evidence/v1beta1/tx.rpc.func.cjs +16 -0
  266. package/dist/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +17 -0
  267. package/dist/cosmos/evidence/v1beta1/tx.rpc.func.js +15 -0
  268. package/dist/cosmos/evidence/v1beta1/tx.rpc.react.cjs +16 -0
  269. package/dist/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +21 -0
  270. package/dist/cosmos/evidence/v1beta1/tx.rpc.react.js +15 -0
  271. package/dist/cosmos/evm/feemarket/v1/events.cjs +172 -0
  272. package/dist/cosmos/evm/feemarket/v1/events.d.ts +124 -0
  273. package/dist/cosmos/evm/feemarket/v1/events.js +170 -0
  274. package/dist/cosmos/evm/feemarket/v1/feemarket.cjs +135 -0
  275. package/dist/cosmos/evm/feemarket/v1/feemarket.d.ts +119 -0
  276. package/dist/cosmos/evm/feemarket/v1/feemarket.js +134 -0
  277. package/dist/cosmos/evm/feemarket/v1/genesis.cjs +99 -0
  278. package/dist/cosmos/evm/feemarket/v1/genesis.d.ts +72 -0
  279. package/dist/cosmos/evm/feemarket/v1/genesis.js +98 -0
  280. package/dist/cosmos/evm/feemarket/v1/query.cjs +452 -0
  281. package/dist/cosmos/evm/feemarket/v1/query.d.ts +313 -0
  282. package/dist/cosmos/evm/feemarket/v1/query.js +446 -0
  283. package/dist/cosmos/evm/feemarket/v1/query.rpc.func.cjs +49 -0
  284. package/dist/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +28 -0
  285. package/dist/cosmos/evm/feemarket/v1/query.rpc.func.js +46 -0
  286. package/dist/cosmos/evm/feemarket/v1/query.rpc.react.cjs +40 -0
  287. package/dist/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +44 -0
  288. package/dist/cosmos/evm/feemarket/v1/query.rpc.react.js +37 -0
  289. package/dist/cosmos/evm/feemarket/v1/tx.cjs +168 -0
  290. package/dist/cosmos/evm/feemarket/v1/tx.d.ts +120 -0
  291. package/dist/cosmos/evm/feemarket/v1/tx.js +166 -0
  292. package/dist/cosmos/evm/feemarket/v1/tx.registry.cjs +29 -0
  293. package/dist/cosmos/evm/feemarket/v1/tx.registry.d.ts +27 -0
  294. package/dist/cosmos/evm/feemarket/v1/tx.registry.js +27 -0
  295. package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.cjs +17 -0
  296. package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +18 -0
  297. package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.js +16 -0
  298. package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.cjs +17 -0
  299. package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +22 -0
  300. package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.js +16 -0
  301. package/dist/cosmos/evm/vm/v1/events.cjs +387 -0
  302. package/dist/cosmos/evm/vm/v1/events.d.ts +290 -0
  303. package/dist/cosmos/evm/vm/v1/events.js +383 -0
  304. package/dist/cosmos/evm/vm/v1/evm.cjs +1623 -0
  305. package/dist/cosmos/evm/vm/v1/evm.d.ts +1268 -0
  306. package/dist/cosmos/evm/vm/v1/evm.js +1605 -0
  307. package/dist/cosmos/evm/vm/v1/genesis.cjs +213 -0
  308. package/dist/cosmos/evm/vm/v1/genesis.d.ts +155 -0
  309. package/dist/cosmos/evm/vm/v1/genesis.js +211 -0
  310. package/dist/cosmos/evm/vm/v1/query.cjs +2666 -0
  311. package/dist/cosmos/evm/vm/v1/query.d.ts +1943 -0
  312. package/dist/cosmos/evm/vm/v1/query.js +2635 -0
  313. package/dist/cosmos/evm/vm/v1/query.rpc.func.cjs +226 -0
  314. package/dist/cosmos/evm/vm/v1/query.rpc.func.d.ts +121 -0
  315. package/dist/cosmos/evm/vm/v1/query.rpc.func.js +211 -0
  316. package/dist/cosmos/evm/vm/v1/query.rpc.react.cjs +180 -0
  317. package/dist/cosmos/evm/vm/v1/query.rpc.react.d.ts +197 -0
  318. package/dist/cosmos/evm/vm/v1/query.rpc.react.js +165 -0
  319. package/dist/cosmos/evm/vm/v1/tx.cjs +627 -0
  320. package/dist/cosmos/evm/vm/v1/tx.d.ts +462 -0
  321. package/dist/cosmos/evm/vm/v1/tx.js +619 -0
  322. package/dist/cosmos/evm/vm/v1/tx.registry.cjs +75 -0
  323. package/dist/cosmos/evm/vm/v1/tx.registry.d.ts +51 -0
  324. package/dist/cosmos/evm/vm/v1/tx.registry.js +73 -0
  325. package/dist/cosmos/evm/vm/v1/tx.rpc.func.cjs +35 -0
  326. package/dist/cosmos/evm/vm/v1/tx.rpc.func.d.ts +34 -0
  327. package/dist/cosmos/evm/vm/v1/tx.rpc.func.js +32 -0
  328. package/dist/cosmos/evm/vm/v1/tx.rpc.react.cjs +35 -0
  329. package/dist/cosmos/evm/vm/v1/tx.rpc.react.d.ts +44 -0
  330. package/dist/cosmos/evm/vm/v1/tx.rpc.react.js +32 -0
  331. package/dist/cosmos/feegrant/module/v1/module.cjs +74 -0
  332. package/dist/cosmos/feegrant/module/v1/module.d.ts +51 -0
  333. package/dist/cosmos/feegrant/module/v1/module.js +73 -0
  334. package/dist/cosmos/feegrant/v1beta1/feegrant.cjs +425 -0
  335. package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +323 -0
  336. package/dist/cosmos/feegrant/v1beta1/feegrant.js +421 -0
  337. package/dist/cosmos/feegrant/v1beta1/genesis.cjs +90 -0
  338. package/dist/cosmos/feegrant/v1beta1/genesis.d.ts +56 -0
  339. package/dist/cosmos/feegrant/v1beta1/genesis.js +89 -0
  340. package/dist/cosmos/feegrant/v1beta1/query.cjs +546 -0
  341. package/dist/cosmos/feegrant/v1beta1/query.d.ts +366 -0
  342. package/dist/cosmos/feegrant/v1beta1/query.js +540 -0
  343. package/dist/cosmos/feegrant/v1beta1/query.rpc.func.cjs +49 -0
  344. package/dist/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +28 -0
  345. package/dist/cosmos/feegrant/v1beta1/query.rpc.func.js +46 -0
  346. package/dist/cosmos/feegrant/v1beta1/query.rpc.react.cjs +40 -0
  347. package/dist/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +44 -0
  348. package/dist/cosmos/feegrant/v1beta1/query.rpc.react.js +37 -0
  349. package/dist/cosmos/feegrant/v1beta1/tx.cjs +481 -0
  350. package/dist/cosmos/feegrant/v1beta1/tx.d.ts +341 -0
  351. package/dist/cosmos/feegrant/v1beta1/tx.js +475 -0
  352. package/dist/cosmos/feegrant/v1beta1/tx.registry.cjs +75 -0
  353. package/dist/cosmos/feegrant/v1beta1/tx.registry.d.ts +51 -0
  354. package/dist/cosmos/feegrant/v1beta1/tx.registry.js +73 -0
  355. package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.cjs +33 -0
  356. package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +32 -0
  357. package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.js +30 -0
  358. package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.cjs +33 -0
  359. package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +42 -0
  360. package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.js +30 -0
  361. package/dist/cosmos/gov/module/v1/module.cjs +94 -0
  362. package/dist/cosmos/gov/module/v1/module.d.ts +71 -0
  363. package/dist/cosmos/gov/module/v1/module.js +93 -0
  364. package/dist/cosmos/gov/v1/genesis.cjs +164 -0
  365. package/dist/cosmos/gov/v1/genesis.d.ts +144 -0
  366. package/dist/cosmos/gov/v1/genesis.js +163 -0
  367. package/dist/cosmos/gov/v1/gov.cjs +1198 -0
  368. package/dist/cosmos/gov/v1/gov.d.ts +926 -0
  369. package/dist/cosmos/gov/v1/gov.js +1181 -0
  370. package/dist/cosmos/gov/v1/query.cjs +1569 -0
  371. package/dist/cosmos/gov/v1/query.d.ts +1103 -0
  372. package/dist/cosmos/gov/v1/query.js +1551 -0
  373. package/dist/cosmos/gov/v1/query.rpc.func.cjs +133 -0
  374. package/dist/cosmos/gov/v1/query.rpc.func.d.ts +70 -0
  375. package/dist/cosmos/gov/v1/query.rpc.func.js +124 -0
  376. package/dist/cosmos/gov/v1/query.rpc.react.cjs +106 -0
  377. package/dist/cosmos/gov/v1/query.rpc.react.d.ts +116 -0
  378. package/dist/cosmos/gov/v1/query.rpc.react.js +97 -0
  379. package/dist/cosmos/gov/v1/tx.cjs +1267 -0
  380. package/dist/cosmos/gov/v1/tx.d.ts +908 -0
  381. package/dist/cosmos/gov/v1/tx.js +1253 -0
  382. package/dist/cosmos/gov/v1/tx.registry.cjs +151 -0
  383. package/dist/cosmos/gov/v1/tx.registry.d.ts +99 -0
  384. package/dist/cosmos/gov/v1/tx.registry.js +149 -0
  385. package/dist/cosmos/gov/v1/tx.rpc.func.cjs +65 -0
  386. package/dist/cosmos/gov/v1/tx.rpc.func.d.ts +60 -0
  387. package/dist/cosmos/gov/v1/tx.rpc.func.js +58 -0
  388. package/dist/cosmos/gov/v1/tx.rpc.react.cjs +65 -0
  389. package/dist/cosmos/gov/v1/tx.rpc.react.d.ts +82 -0
  390. package/dist/cosmos/gov/v1/tx.rpc.react.js +58 -0
  391. package/dist/cosmos/gov/v1beta1/genesis.cjs +147 -0
  392. package/dist/cosmos/gov/v1beta1/genesis.d.ts +110 -0
  393. package/dist/cosmos/gov/v1beta1/genesis.js +146 -0
  394. package/dist/cosmos/gov/v1beta1/gov.cjs +1058 -0
  395. package/dist/cosmos/gov/v1beta1/gov.d.ts +758 -0
  396. package/dist/cosmos/gov/v1beta1/gov.js +1040 -0
  397. package/dist/cosmos/gov/v1beta1/query.cjs +1414 -0
  398. package/dist/cosmos/gov/v1beta1/query.d.ts +983 -0
  399. package/dist/cosmos/gov/v1beta1/query.js +1398 -0
  400. package/dist/cosmos/gov/v1beta1/query.rpc.func.cjs +119 -0
  401. package/dist/cosmos/gov/v1beta1/query.rpc.func.d.ts +63 -0
  402. package/dist/cosmos/gov/v1beta1/query.rpc.func.js +111 -0
  403. package/dist/cosmos/gov/v1beta1/query.rpc.react.cjs +95 -0
  404. package/dist/cosmos/gov/v1beta1/query.rpc.react.d.ts +104 -0
  405. package/dist/cosmos/gov/v1beta1/query.rpc.react.js +87 -0
  406. package/dist/cosmos/gov/v1beta1/tx.cjs +712 -0
  407. package/dist/cosmos/gov/v1beta1/tx.d.ts +496 -0
  408. package/dist/cosmos/gov/v1beta1/tx.js +704 -0
  409. package/dist/cosmos/gov/v1beta1/tx.registry.cjs +94 -0
  410. package/dist/cosmos/gov/v1beta1/tx.registry.d.ts +63 -0
  411. package/dist/cosmos/gov/v1beta1/tx.registry.js +92 -0
  412. package/dist/cosmos/gov/v1beta1/tx.rpc.func.cjs +39 -0
  413. package/dist/cosmos/gov/v1beta1/tx.rpc.func.d.ts +37 -0
  414. package/dist/cosmos/gov/v1beta1/tx.rpc.func.js +35 -0
  415. package/dist/cosmos/gov/v1beta1/tx.rpc.react.cjs +39 -0
  416. package/dist/cosmos/gov/v1beta1/tx.rpc.react.d.ts +50 -0
  417. package/dist/cosmos/gov/v1beta1/tx.rpc.react.js +35 -0
  418. package/dist/cosmos/ics23/v1/proofs.cjs +1542 -0
  419. package/dist/cosmos/ics23/v1/proofs.d.ts +1019 -0
  420. package/dist/cosmos/ics23/v1/proofs.js +1520 -0
  421. package/dist/cosmos/mint/module/v1/module.cjs +94 -0
  422. package/dist/cosmos/mint/module/v1/module.d.ts +63 -0
  423. package/dist/cosmos/mint/module/v1/module.js +93 -0
  424. package/dist/cosmos/mint/v1beta1/genesis.cjs +100 -0
  425. package/dist/cosmos/mint/v1beta1/genesis.d.ts +70 -0
  426. package/dist/cosmos/mint/v1beta1/genesis.js +99 -0
  427. package/dist/cosmos/mint/v1beta1/mint.cjs +215 -0
  428. package/dist/cosmos/mint/v1beta1/mint.d.ts +164 -0
  429. package/dist/cosmos/mint/v1beta1/mint.js +213 -0
  430. package/dist/cosmos/mint/v1beta1/query.cjs +454 -0
  431. package/dist/cosmos/mint/v1beta1/query.d.ts +316 -0
  432. package/dist/cosmos/mint/v1beta1/query.js +447 -0
  433. package/dist/cosmos/mint/v1beta1/query.rpc.func.cjs +49 -0
  434. package/dist/cosmos/mint/v1beta1/query.rpc.func.d.ts +28 -0
  435. package/dist/cosmos/mint/v1beta1/query.rpc.func.js +46 -0
  436. package/dist/cosmos/mint/v1beta1/query.rpc.react.cjs +40 -0
  437. package/dist/cosmos/mint/v1beta1/query.rpc.react.d.ts +44 -0
  438. package/dist/cosmos/mint/v1beta1/query.rpc.react.js +37 -0
  439. package/dist/cosmos/mint/v1beta1/tx.cjs +168 -0
  440. package/dist/cosmos/mint/v1beta1/tx.d.ts +122 -0
  441. package/dist/cosmos/mint/v1beta1/tx.js +166 -0
  442. package/dist/cosmos/mint/v1beta1/tx.registry.cjs +29 -0
  443. package/dist/cosmos/mint/v1beta1/tx.registry.d.ts +27 -0
  444. package/dist/cosmos/mint/v1beta1/tx.registry.js +27 -0
  445. package/dist/cosmos/mint/v1beta1/tx.rpc.func.cjs +16 -0
  446. package/dist/cosmos/mint/v1beta1/tx.rpc.func.d.ts +17 -0
  447. package/dist/cosmos/mint/v1beta1/tx.rpc.func.js +15 -0
  448. package/dist/cosmos/mint/v1beta1/tx.rpc.react.cjs +16 -0
  449. package/dist/cosmos/mint/v1beta1/tx.rpc.react.d.ts +21 -0
  450. package/dist/cosmos/mint/v1beta1/tx.rpc.react.js +15 -0
  451. package/dist/cosmos/msg/v1/msg.cjs +0 -0
  452. package/dist/cosmos/msg/v1/msg.d.ts +1 -0
  453. package/dist/cosmos/msg/v1/msg.js +0 -0
  454. package/dist/cosmos/params/module/v1/module.cjs +74 -0
  455. package/dist/cosmos/params/module/v1/module.d.ts +51 -0
  456. package/dist/cosmos/params/module/v1/module.js +73 -0
  457. package/dist/cosmos/params/v1beta1/params.cjs +206 -0
  458. package/dist/cosmos/params/v1beta1/params.d.ts +115 -0
  459. package/dist/cosmos/params/v1beta1/params.js +204 -0
  460. package/dist/cosmos/params/v1beta1/query.cjs +419 -0
  461. package/dist/cosmos/params/v1beta1/query.d.ts +279 -0
  462. package/dist/cosmos/params/v1beta1/query.js +414 -0
  463. package/dist/cosmos/params/v1beta1/query.rpc.func.cjs +36 -0
  464. package/dist/cosmos/params/v1beta1/query.rpc.func.d.ts +22 -0
  465. package/dist/cosmos/params/v1beta1/query.rpc.func.js +34 -0
  466. package/dist/cosmos/params/v1beta1/query.rpc.react.cjs +30 -0
  467. package/dist/cosmos/params/v1beta1/query.rpc.react.d.ts +33 -0
  468. package/dist/cosmos/params/v1beta1/query.rpc.react.js +28 -0
  469. package/dist/cosmos/query/v1/query.cjs +0 -0
  470. package/dist/cosmos/query/v1/query.d.ts +1 -0
  471. package/dist/cosmos/query/v1/query.js +0 -0
  472. package/dist/cosmos/slashing/module/v1/module.cjs +84 -0
  473. package/dist/cosmos/slashing/module/v1/module.d.ts +61 -0
  474. package/dist/cosmos/slashing/module/v1/module.js +83 -0
  475. package/dist/cosmos/slashing/v1beta1/genesis.cjs +383 -0
  476. package/dist/cosmos/slashing/v1beta1/genesis.d.ts +274 -0
  477. package/dist/cosmos/slashing/v1beta1/genesis.js +379 -0
  478. package/dist/cosmos/slashing/v1beta1/query.cjs +495 -0
  479. package/dist/cosmos/slashing/v1beta1/query.d.ts +330 -0
  480. package/dist/cosmos/slashing/v1beta1/query.js +489 -0
  481. package/dist/cosmos/slashing/v1beta1/query.rpc.func.cjs +49 -0
  482. package/dist/cosmos/slashing/v1beta1/query.rpc.func.d.ts +28 -0
  483. package/dist/cosmos/slashing/v1beta1/query.rpc.func.js +46 -0
  484. package/dist/cosmos/slashing/v1beta1/query.rpc.react.cjs +40 -0
  485. package/dist/cosmos/slashing/v1beta1/query.rpc.react.d.ts +44 -0
  486. package/dist/cosmos/slashing/v1beta1/query.rpc.react.js +37 -0
  487. package/dist/cosmos/slashing/v1beta1/slashing.cjs +243 -0
  488. package/dist/cosmos/slashing/v1beta1/slashing.d.ts +166 -0
  489. package/dist/cosmos/slashing/v1beta1/slashing.js +240 -0
  490. package/dist/cosmos/slashing/v1beta1/tx.cjs +314 -0
  491. package/dist/cosmos/slashing/v1beta1/tx.d.ts +216 -0
  492. package/dist/cosmos/slashing/v1beta1/tx.js +310 -0
  493. package/dist/cosmos/slashing/v1beta1/tx.registry.cjs +53 -0
  494. package/dist/cosmos/slashing/v1beta1/tx.registry.d.ts +39 -0
  495. package/dist/cosmos/slashing/v1beta1/tx.registry.js +51 -0
  496. package/dist/cosmos/slashing/v1beta1/tx.rpc.func.cjs +26 -0
  497. package/dist/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +26 -0
  498. package/dist/cosmos/slashing/v1beta1/tx.rpc.func.js +24 -0
  499. package/dist/cosmos/slashing/v1beta1/tx.rpc.react.cjs +26 -0
  500. package/dist/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +33 -0
  501. package/dist/cosmos/slashing/v1beta1/tx.rpc.react.js +24 -0
  502. package/dist/cosmos/staking/module/v1/module.cjs +111 -0
  503. package/dist/cosmos/staking/module/v1/module.d.ts +89 -0
  504. package/dist/cosmos/staking/module/v1/module.js +110 -0
  505. package/dist/cosmos/staking/v1beta1/authz.cjs +244 -0
  506. package/dist/cosmos/staking/v1beta1/authz.d.ts +156 -0
  507. package/dist/cosmos/staking/v1beta1/authz.js +238 -0
  508. package/dist/cosmos/staking/v1beta1/genesis.cjs +247 -0
  509. package/dist/cosmos/staking/v1beta1/genesis.d.ts +185 -0
  510. package/dist/cosmos/staking/v1beta1/genesis.js +244 -0
  511. package/dist/cosmos/staking/v1beta1/query.cjs +2454 -0
  512. package/dist/cosmos/staking/v1beta1/query.d.ts +1710 -0
  513. package/dist/cosmos/staking/v1beta1/query.js +2426 -0
  514. package/dist/cosmos/staking/v1beta1/query.rpc.func.cjs +228 -0
  515. package/dist/cosmos/staking/v1beta1/query.rpc.func.d.ts +130 -0
  516. package/dist/cosmos/staking/v1beta1/query.rpc.func.js +214 -0
  517. package/dist/cosmos/staking/v1beta1/query.rpc.react.cjs +186 -0
  518. package/dist/cosmos/staking/v1beta1/query.rpc.react.d.ts +201 -0
  519. package/dist/cosmos/staking/v1beta1/query.rpc.react.js +172 -0
  520. package/dist/cosmos/staking/v1beta1/staking.cjs +2235 -0
  521. package/dist/cosmos/staking/v1beta1/staking.d.ts +1559 -0
  522. package/dist/cosmos/staking/v1beta1/staking.js +2206 -0
  523. package/dist/cosmos/staking/v1beta1/tx.cjs +1268 -0
  524. package/dist/cosmos/staking/v1beta1/tx.d.ts +790 -0
  525. package/dist/cosmos/staking/v1beta1/tx.js +1254 -0
  526. package/dist/cosmos/staking/v1beta1/tx.registry.cjs +151 -0
  527. package/dist/cosmos/staking/v1beta1/tx.registry.d.ts +99 -0
  528. package/dist/cosmos/staking/v1beta1/tx.registry.js +149 -0
  529. package/dist/cosmos/staking/v1beta1/tx.rpc.func.cjs +68 -0
  530. package/dist/cosmos/staking/v1beta1/tx.rpc.func.d.ts +63 -0
  531. package/dist/cosmos/staking/v1beta1/tx.rpc.func.js +61 -0
  532. package/dist/cosmos/staking/v1beta1/tx.rpc.react.cjs +68 -0
  533. package/dist/cosmos/staking/v1beta1/tx.rpc.react.d.ts +85 -0
  534. package/dist/cosmos/staking/v1beta1/tx.rpc.react.js +61 -0
  535. package/dist/cosmos/tx/config/v1/config.cjs +94 -0
  536. package/dist/cosmos/tx/config/v1/config.d.ts +73 -0
  537. package/dist/cosmos/tx/config/v1/config.js +93 -0
  538. package/dist/cosmos/tx/signing/v1beta1/signing.cjs +560 -0
  539. package/dist/cosmos/tx/signing/v1beta1/signing.d.ts +390 -0
  540. package/dist/cosmos/tx/signing/v1beta1/signing.js +550 -0
  541. package/dist/cosmos/tx/v1beta1/service.cjs +1712 -0
  542. package/dist/cosmos/tx/v1beta1/service.d.ts +1199 -0
  543. package/dist/cosmos/tx/v1beta1/service.js +1685 -0
  544. package/dist/cosmos/tx/v1beta1/service.rpc.func.cjs +133 -0
  545. package/dist/cosmos/tx/v1beta1/service.rpc.func.d.ts +70 -0
  546. package/dist/cosmos/tx/v1beta1/service.rpc.func.js +124 -0
  547. package/dist/cosmos/tx/v1beta1/service.rpc.react.cjs +106 -0
  548. package/dist/cosmos/tx/v1beta1/service.rpc.react.d.ts +116 -0
  549. package/dist/cosmos/tx/v1beta1/service.rpc.react.js +97 -0
  550. package/dist/cosmos/tx/v1beta1/tx.cjs +1355 -0
  551. package/dist/cosmos/tx/v1beta1/tx.d.ts +1164 -0
  552. package/dist/cosmos/tx/v1beta1/tx.js +1341 -0
  553. package/dist/cosmos/upgrade/module/v1/module.cjs +84 -0
  554. package/dist/cosmos/upgrade/module/v1/module.d.ts +61 -0
  555. package/dist/cosmos/upgrade/module/v1/module.js +83 -0
  556. package/dist/cosmos/upgrade/v1beta1/query.cjs +787 -0
  557. package/dist/cosmos/upgrade/v1beta1/query.d.ts +561 -0
  558. package/dist/cosmos/upgrade/v1beta1/query.js +776 -0
  559. package/dist/cosmos/upgrade/v1beta1/query.rpc.func.cjs +83 -0
  560. package/dist/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +48 -0
  561. package/dist/cosmos/upgrade/v1beta1/query.rpc.func.js +78 -0
  562. package/dist/cosmos/upgrade/v1beta1/query.rpc.react.cjs +68 -0
  563. package/dist/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +74 -0
  564. package/dist/cosmos/upgrade/v1beta1/query.rpc.react.js +63 -0
  565. package/dist/cosmos/upgrade/v1beta1/tx.cjs +313 -0
  566. package/dist/cosmos/upgrade/v1beta1/tx.d.ts +215 -0
  567. package/dist/cosmos/upgrade/v1beta1/tx.js +309 -0
  568. package/dist/cosmos/upgrade/v1beta1/tx.registry.cjs +53 -0
  569. package/dist/cosmos/upgrade/v1beta1/tx.registry.d.ts +39 -0
  570. package/dist/cosmos/upgrade/v1beta1/tx.registry.js +51 -0
  571. package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.cjs +24 -0
  572. package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +24 -0
  573. package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.js +22 -0
  574. package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.cjs +24 -0
  575. package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +31 -0
  576. package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.js +22 -0
  577. package/dist/cosmos/upgrade/v1beta1/upgrade.cjs +411 -0
  578. package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +341 -0
  579. package/dist/cosmos/upgrade/v1beta1/upgrade.js +407 -0
  580. package/dist/cosmos_proto/bundle.cjs +7 -0
  581. package/dist/cosmos_proto/bundle.d.ts +2 -0
  582. package/dist/cosmos_proto/bundle.js +3 -0
  583. package/dist/cosmos_proto/cosmos.cjs +221 -0
  584. package/dist/cosmos_proto/cosmos.d.ts +190 -0
  585. package/dist/cosmos_proto/cosmos.js +215 -0
  586. package/dist/cosmwasm/bundle.cjs +185 -0
  587. package/dist/cosmwasm/bundle.d.ts +13 -0
  588. package/dist/cosmwasm/bundle.js +14 -0
  589. package/dist/cosmwasm/wasm/v1/authz.cjs +968 -0
  590. package/dist/cosmwasm/wasm/v1/authz.d.ts +703 -0
  591. package/dist/cosmwasm/wasm/v1/authz.js +957 -0
  592. package/dist/cosmwasm/wasm/v1/genesis.cjs +429 -0
  593. package/dist/cosmwasm/wasm/v1/genesis.d.ts +229 -0
  594. package/dist/cosmwasm/wasm/v1/genesis.js +424 -0
  595. package/dist/cosmwasm/wasm/v1/ibc.cjs +336 -0
  596. package/dist/cosmwasm/wasm/v1/ibc.d.ts +240 -0
  597. package/dist/cosmwasm/wasm/v1/ibc.js +331 -0
  598. package/dist/cosmwasm/wasm/v1/proposal_legacy.cjs +1655 -0
  599. package/dist/cosmwasm/wasm/v1/proposal_legacy.d.ts +1362 -0
  600. package/dist/cosmwasm/wasm/v1/proposal_legacy.js +1642 -0
  601. package/dist/cosmwasm/wasm/v1/query.cjs +2557 -0
  602. package/dist/cosmwasm/wasm/v1/query.d.ts +1730 -0
  603. package/dist/cosmwasm/wasm/v1/query.js +2528 -0
  604. package/dist/cosmwasm/wasm/v1/query.rpc.func.cjs +204 -0
  605. package/dist/cosmwasm/wasm/v1/query.rpc.func.d.ts +106 -0
  606. package/dist/cosmwasm/wasm/v1/query.rpc.func.js +190 -0
  607. package/dist/cosmwasm/wasm/v1/query.rpc.react.cjs +162 -0
  608. package/dist/cosmwasm/wasm/v1/query.rpc.react.d.ts +177 -0
  609. package/dist/cosmwasm/wasm/v1/query.rpc.react.js +148 -0
  610. package/dist/cosmwasm/wasm/v1/tx.cjs +3130 -0
  611. package/dist/cosmwasm/wasm/v1/tx.d.ts +2340 -0
  612. package/dist/cosmwasm/wasm/v1/tx.js +3096 -0
  613. package/dist/cosmwasm/wasm/v1/tx.registry.cjs +341 -0
  614. package/dist/cosmwasm/wasm/v1/tx.registry.d.ts +219 -0
  615. package/dist/cosmwasm/wasm/v1/tx.registry.js +339 -0
  616. package/dist/cosmwasm/wasm/v1/tx.rpc.func.cjs +169 -0
  617. package/dist/cosmwasm/wasm/v1/tx.rpc.func.d.ts +154 -0
  618. package/dist/cosmwasm/wasm/v1/tx.rpc.func.js +152 -0
  619. package/dist/cosmwasm/wasm/v1/tx.rpc.react.cjs +169 -0
  620. package/dist/cosmwasm/wasm/v1/tx.rpc.react.d.ts +206 -0
  621. package/dist/cosmwasm/wasm/v1/tx.rpc.react.js +152 -0
  622. package/dist/cosmwasm/wasm/v1/types.cjs +861 -0
  623. package/dist/cosmwasm/wasm/v1/types.d.ts +563 -0
  624. package/dist/cosmwasm/wasm/v1/types.js +845 -0
  625. package/dist/ethermint/bundle.cjs +131 -0
  626. package/dist/ethermint/bundle.d.ts +26 -0
  627. package/dist/ethermint/bundle.js +27 -0
  628. package/dist/ethermint/crypto/v1/ethsecp256k1/keys.cjs +153 -0
  629. package/dist/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +121 -0
  630. package/dist/ethermint/crypto/v1/ethsecp256k1/keys.js +150 -0
  631. package/dist/ethermint/evm/v1/events.cjs +359 -0
  632. package/dist/ethermint/evm/v1/events.d.ts +282 -0
  633. package/dist/ethermint/evm/v1/events.js +355 -0
  634. package/dist/ethermint/evm/v1/evm.cjs +1021 -0
  635. package/dist/ethermint/evm/v1/evm.d.ts +866 -0
  636. package/dist/ethermint/evm/v1/evm.js +1012 -0
  637. package/dist/ethermint/evm/v1/genesis.cjs +189 -0
  638. package/dist/ethermint/evm/v1/genesis.d.ts +143 -0
  639. package/dist/ethermint/evm/v1/genesis.js +187 -0
  640. package/dist/ethermint/evm/v1/query.cjs +1943 -0
  641. package/dist/ethermint/evm/v1/query.d.ts +1484 -0
  642. package/dist/ethermint/evm/v1/query.js +1918 -0
  643. package/dist/ethermint/evm/v1/query.rpc.func.cjs +179 -0
  644. package/dist/ethermint/evm/v1/query.rpc.func.d.ts +95 -0
  645. package/dist/ethermint/evm/v1/query.rpc.func.js +167 -0
  646. package/dist/ethermint/evm/v1/query.rpc.react.cjs +142 -0
  647. package/dist/ethermint/evm/v1/query.rpc.react.d.ts +156 -0
  648. package/dist/ethermint/evm/v1/query.rpc.react.js +130 -0
  649. package/dist/ethermint/evm/v1/tx.cjs +904 -0
  650. package/dist/ethermint/evm/v1/tx.d.ts +735 -0
  651. package/dist/ethermint/evm/v1/tx.js +895 -0
  652. package/dist/ethermint/evm/v1/tx.registry.cjs +53 -0
  653. package/dist/ethermint/evm/v1/tx.registry.d.ts +39 -0
  654. package/dist/ethermint/evm/v1/tx.registry.js +51 -0
  655. package/dist/ethermint/evm/v1/tx.rpc.func.cjs +24 -0
  656. package/dist/ethermint/evm/v1/tx.rpc.func.d.ts +24 -0
  657. package/dist/ethermint/evm/v1/tx.rpc.func.js +22 -0
  658. package/dist/ethermint/evm/v1/tx.rpc.react.cjs +24 -0
  659. package/dist/ethermint/evm/v1/tx.rpc.react.d.ts +31 -0
  660. package/dist/ethermint/evm/v1/tx.rpc.react.js +22 -0
  661. package/dist/ethermint/feemarket/v1/events.cjs +158 -0
  662. package/dist/ethermint/feemarket/v1/events.d.ts +120 -0
  663. package/dist/ethermint/feemarket/v1/events.js +156 -0
  664. package/dist/ethermint/feemarket/v1/feemarket.cjs +135 -0
  665. package/dist/ethermint/feemarket/v1/feemarket.d.ts +115 -0
  666. package/dist/ethermint/feemarket/v1/feemarket.js +134 -0
  667. package/dist/ethermint/feemarket/v1/genesis.cjs +92 -0
  668. package/dist/ethermint/feemarket/v1/genesis.d.ts +70 -0
  669. package/dist/ethermint/feemarket/v1/genesis.js +91 -0
  670. package/dist/ethermint/feemarket/v1/query.cjs +409 -0
  671. package/dist/ethermint/feemarket/v1/query.d.ts +301 -0
  672. package/dist/ethermint/feemarket/v1/query.js +403 -0
  673. package/dist/ethermint/feemarket/v1/query.rpc.func.cjs +49 -0
  674. package/dist/ethermint/feemarket/v1/query.rpc.func.d.ts +28 -0
  675. package/dist/ethermint/feemarket/v1/query.rpc.func.js +46 -0
  676. package/dist/ethermint/feemarket/v1/query.rpc.react.cjs +40 -0
  677. package/dist/ethermint/feemarket/v1/query.rpc.react.d.ts +44 -0
  678. package/dist/ethermint/feemarket/v1/query.rpc.react.js +37 -0
  679. package/dist/ethermint/feemarket/v1/tx.cjs +161 -0
  680. package/dist/ethermint/feemarket/v1/tx.d.ts +118 -0
  681. package/dist/ethermint/feemarket/v1/tx.js +159 -0
  682. package/dist/ethermint/feemarket/v1/tx.registry.cjs +29 -0
  683. package/dist/ethermint/feemarket/v1/tx.registry.d.ts +27 -0
  684. package/dist/ethermint/feemarket/v1/tx.registry.js +27 -0
  685. package/dist/ethermint/feemarket/v1/tx.rpc.func.cjs +16 -0
  686. package/dist/ethermint/feemarket/v1/tx.rpc.func.d.ts +17 -0
  687. package/dist/ethermint/feemarket/v1/tx.rpc.func.js +15 -0
  688. package/dist/ethermint/feemarket/v1/tx.rpc.react.cjs +16 -0
  689. package/dist/ethermint/feemarket/v1/tx.rpc.react.d.ts +21 -0
  690. package/dist/ethermint/feemarket/v1/tx.rpc.react.js +15 -0
  691. package/dist/ethermint/types/v1/account.cjs +94 -0
  692. package/dist/ethermint/types/v1/account.d.ts +71 -0
  693. package/dist/ethermint/types/v1/account.js +93 -0
  694. package/dist/ethermint/types/v1/dynamic_fee.cjs +77 -0
  695. package/dist/ethermint/types/v1/dynamic_fee.d.ts +59 -0
  696. package/dist/ethermint/types/v1/dynamic_fee.js +76 -0
  697. package/dist/ethermint/types/v1/indexer.cjs +127 -0
  698. package/dist/ethermint/types/v1/indexer.d.ts +113 -0
  699. package/dist/ethermint/types/v1/indexer.js +126 -0
  700. package/dist/ethermint/types/v1/web3.cjs +98 -0
  701. package/dist/ethermint/types/v1/web3.d.ts +84 -0
  702. package/dist/ethermint/types/v1/web3.js +96 -0
  703. package/dist/extern.cjs +32 -0
  704. package/dist/extern.d.ts +11 -0
  705. package/dist/extern.js +29 -0
  706. package/dist/gogoproto/gogo.cjs +0 -0
  707. package/dist/gogoproto/gogo.d.ts +1 -0
  708. package/dist/gogoproto/gogo.js +0 -0
  709. package/dist/google/api/annotations.cjs +0 -0
  710. package/dist/google/api/annotations.d.ts +1 -0
  711. package/dist/google/api/annotations.js +0 -0
  712. package/dist/google/api/http.cjs +588 -0
  713. package/dist/google/api/http.d.ts +1100 -0
  714. package/dist/google/api/http.js +585 -0
  715. package/dist/google/bundle.cjs +127 -0
  716. package/dist/google/bundle.d.ts +6 -0
  717. package/dist/google/bundle.js +7 -0
  718. package/dist/google/protobuf/any.cjs +116 -0
  719. package/dist/google/protobuf/any.d.ts +210 -0
  720. package/dist/google/protobuf/any.js +115 -0
  721. package/dist/google/protobuf/descriptor.cjs +4680 -0
  722. package/dist/google/protobuf/descriptor.d.ts +3713 -0
  723. package/dist/google/protobuf/descriptor.js +4565 -0
  724. package/dist/google/protobuf/duration.cjs +142 -0
  725. package/dist/google/protobuf/duration.d.ts +236 -0
  726. package/dist/google/protobuf/duration.js +141 -0
  727. package/dist/google/protobuf/timestamp.cjs +170 -0
  728. package/dist/google/protobuf/timestamp.d.ts +328 -0
  729. package/dist/google/protobuf/timestamp.js +169 -0
  730. package/dist/helper-func-types.cjs +41 -0
  731. package/dist/helper-func-types.d.ts +39 -0
  732. package/dist/helper-func-types.js +39 -0
  733. package/dist/helpers.cjs +87 -0
  734. package/dist/helpers.d.ts +75 -0
  735. package/dist/helpers.js +65 -0
  736. package/dist/ibc/applications/interchain_accounts/controller/v1/controller.cjs +85 -0
  737. package/dist/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +64 -0
  738. package/dist/ibc/applications/interchain_accounts/controller/v1/controller.js +84 -0
  739. package/dist/ibc/applications/interchain_accounts/controller/v1/query.cjs +323 -0
  740. package/dist/ibc/applications/interchain_accounts/controller/v1/query.d.ts +207 -0
  741. package/dist/ibc/applications/interchain_accounts/controller/v1/query.js +319 -0
  742. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.cjs +35 -0
  743. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +21 -0
  744. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +33 -0
  745. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.cjs +29 -0
  746. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +32 -0
  747. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +27 -0
  748. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.cjs +546 -0
  749. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +339 -0
  750. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.js +540 -0
  751. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.cjs +75 -0
  752. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +51 -0
  753. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +73 -0
  754. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.cjs +31 -0
  755. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +30 -0
  756. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +28 -0
  757. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.cjs +31 -0
  758. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +40 -0
  759. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +28 -0
  760. package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.cjs +525 -0
  761. package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +280 -0
  762. package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.js +520 -0
  763. package/dist/ibc/applications/interchain_accounts/host/v1/host.cjs +187 -0
  764. package/dist/ibc/applications/interchain_accounts/host/v1/host.d.ts +142 -0
  765. package/dist/ibc/applications/interchain_accounts/host/v1/host.js +184 -0
  766. package/dist/ibc/applications/interchain_accounts/host/v1/query.cjs +157 -0
  767. package/dist/ibc/applications/interchain_accounts/host/v1/query.d.ts +107 -0
  768. package/dist/ibc/applications/interchain_accounts/host/v1/query.js +155 -0
  769. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.cjs +21 -0
  770. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +14 -0
  771. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +20 -0
  772. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.cjs +18 -0
  773. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +20 -0
  774. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +17 -0
  775. package/dist/ibc/applications/interchain_accounts/host/v1/tx.cjs +350 -0
  776. package/dist/ibc/applications/interchain_accounts/host/v1/tx.d.ts +245 -0
  777. package/dist/ibc/applications/interchain_accounts/host/v1/tx.js +345 -0
  778. package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.cjs +53 -0
  779. package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +39 -0
  780. package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -0
  781. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.cjs +23 -0
  782. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +23 -0
  783. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +21 -0
  784. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.cjs +23 -0
  785. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +30 -0
  786. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +21 -0
  787. package/dist/ibc/applications/interchain_accounts/v1/account.cjs +101 -0
  788. package/dist/ibc/applications/interchain_accounts/v1/account.d.ts +58 -0
  789. package/dist/ibc/applications/interchain_accounts/v1/account.js +100 -0
  790. package/dist/ibc/applications/interchain_accounts/v1/metadata.cjs +127 -0
  791. package/dist/ibc/applications/interchain_accounts/v1/metadata.d.ts +106 -0
  792. package/dist/ibc/applications/interchain_accounts/v1/metadata.js +126 -0
  793. package/dist/ibc/applications/interchain_accounts/v1/packet.cjs +218 -0
  794. package/dist/ibc/applications/interchain_accounts/v1/packet.d.ts +123 -0
  795. package/dist/ibc/applications/interchain_accounts/v1/packet.js +211 -0
  796. package/dist/ibc/applications/transfer/v1/authz.cjs +211 -0
  797. package/dist/ibc/applications/transfer/v1/authz.d.ts +154 -0
  798. package/dist/ibc/applications/transfer/v1/authz.js +209 -0
  799. package/dist/ibc/applications/transfer/v1/denomtrace.cjs +96 -0
  800. package/dist/ibc/applications/transfer/v1/denomtrace.d.ts +77 -0
  801. package/dist/ibc/applications/transfer/v1/denomtrace.js +95 -0
  802. package/dist/ibc/applications/transfer/v1/genesis.cjs +121 -0
  803. package/dist/ibc/applications/transfer/v1/genesis.d.ts +72 -0
  804. package/dist/ibc/applications/transfer/v1/genesis.js +120 -0
  805. package/dist/ibc/applications/transfer/v1/packet.cjs +120 -0
  806. package/dist/ibc/applications/transfer/v1/packet.d.ts +99 -0
  807. package/dist/ibc/applications/transfer/v1/packet.js +119 -0
  808. package/dist/ibc/applications/transfer/v1/query.cjs +980 -0
  809. package/dist/ibc/applications/transfer/v1/query.d.ts +682 -0
  810. package/dist/ibc/applications/transfer/v1/query.js +968 -0
  811. package/dist/ibc/applications/transfer/v1/query.rpc.func.cjs +91 -0
  812. package/dist/ibc/applications/transfer/v1/query.rpc.func.d.ts +49 -0
  813. package/dist/ibc/applications/transfer/v1/query.rpc.func.js +85 -0
  814. package/dist/ibc/applications/transfer/v1/query.rpc.react.cjs +73 -0
  815. package/dist/ibc/applications/transfer/v1/query.rpc.react.d.ts +80 -0
  816. package/dist/ibc/applications/transfer/v1/query.rpc.react.js +67 -0
  817. package/dist/ibc/applications/transfer/v1/token.cjs +278 -0
  818. package/dist/ibc/applications/transfer/v1/token.d.ts +183 -0
  819. package/dist/ibc/applications/transfer/v1/token.js +275 -0
  820. package/dist/ibc/applications/transfer/v1/transfer.cjs +97 -0
  821. package/dist/ibc/applications/transfer/v1/transfer.d.ts +82 -0
  822. package/dist/ibc/applications/transfer/v1/transfer.js +96 -0
  823. package/dist/ibc/applications/transfer/v1/tx.cjs +397 -0
  824. package/dist/ibc/applications/transfer/v1/tx.d.ts +311 -0
  825. package/dist/ibc/applications/transfer/v1/tx.js +393 -0
  826. package/dist/ibc/applications/transfer/v1/tx.registry.cjs +53 -0
  827. package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +39 -0
  828. package/dist/ibc/applications/transfer/v1/tx.registry.js +51 -0
  829. package/dist/ibc/applications/transfer/v1/tx.rpc.func.cjs +23 -0
  830. package/dist/ibc/applications/transfer/v1/tx.rpc.func.d.ts +23 -0
  831. package/dist/ibc/applications/transfer/v1/tx.rpc.func.js +21 -0
  832. package/dist/ibc/applications/transfer/v1/tx.rpc.react.cjs +23 -0
  833. package/dist/ibc/applications/transfer/v1/tx.rpc.react.d.ts +30 -0
  834. package/dist/ibc/applications/transfer/v1/tx.rpc.react.js +21 -0
  835. package/dist/ibc/bundle.cjs +594 -0
  836. package/dist/ibc/bundle.d.ts +95 -0
  837. package/dist/ibc/bundle.js +96 -0
  838. package/dist/ibc/core/channel/v1/channel.cjs +974 -0
  839. package/dist/ibc/core/channel/v1/channel.d.ts +733 -0
  840. package/dist/ibc/core/channel/v1/channel.js +957 -0
  841. package/dist/ibc/core/channel/v1/genesis.cjs +253 -0
  842. package/dist/ibc/core/channel/v1/genesis.d.ts +132 -0
  843. package/dist/ibc/core/channel/v1/genesis.js +251 -0
  844. package/dist/ibc/core/channel/v1/query.cjs +2778 -0
  845. package/dist/ibc/core/channel/v1/query.d.ts +2025 -0
  846. package/dist/ibc/core/channel/v1/query.js +2749 -0
  847. package/dist/ibc/core/channel/v1/query.rpc.func.cjs +211 -0
  848. package/dist/ibc/core/channel/v1/query.rpc.func.d.ts +113 -0
  849. package/dist/ibc/core/channel/v1/query.rpc.func.js +197 -0
  850. package/dist/ibc/core/channel/v1/query.rpc.react.cjs +169 -0
  851. package/dist/ibc/core/channel/v1/query.rpc.react.d.ts +184 -0
  852. package/dist/ibc/core/channel/v1/query.rpc.react.js +155 -0
  853. package/dist/ibc/core/channel/v1/tx.cjs +1973 -0
  854. package/dist/ibc/core/channel/v1/tx.d.ts +1112 -0
  855. package/dist/ibc/core/channel/v1/tx.js +1948 -0
  856. package/dist/ibc/core/channel/v1/tx.registry.cjs +208 -0
  857. package/dist/ibc/core/channel/v1/tx.registry.d.ts +135 -0
  858. package/dist/ibc/core/channel/v1/tx.registry.js +206 -0
  859. package/dist/ibc/core/channel/v1/tx.rpc.func.cjs +88 -0
  860. package/dist/ibc/core/channel/v1/tx.rpc.func.d.ts +80 -0
  861. package/dist/ibc/core/channel/v1/tx.rpc.func.js +78 -0
  862. package/dist/ibc/core/channel/v1/tx.rpc.react.cjs +88 -0
  863. package/dist/ibc/core/channel/v1/tx.rpc.react.d.ts +111 -0
  864. package/dist/ibc/core/channel/v1/tx.rpc.react.js +78 -0
  865. package/dist/ibc/core/channel/v2/genesis.cjs +317 -0
  866. package/dist/ibc/core/channel/v2/genesis.d.ts +206 -0
  867. package/dist/ibc/core/channel/v2/genesis.js +313 -0
  868. package/dist/ibc/core/channel/v2/packet.cjs +450 -0
  869. package/dist/ibc/core/channel/v2/packet.d.ts +326 -0
  870. package/dist/ibc/core/channel/v2/packet.js +441 -0
  871. package/dist/ibc/core/channel/v2/query.cjs +1536 -0
  872. package/dist/ibc/core/channel/v2/query.d.ts +1071 -0
  873. package/dist/ibc/core/channel/v2/query.js +1519 -0
  874. package/dist/ibc/core/channel/v2/query.rpc.func.cjs +119 -0
  875. package/dist/ibc/core/channel/v2/query.rpc.func.d.ts +63 -0
  876. package/dist/ibc/core/channel/v2/query.rpc.func.js +111 -0
  877. package/dist/ibc/core/channel/v2/query.rpc.react.cjs +95 -0
  878. package/dist/ibc/core/channel/v2/query.rpc.react.d.ts +104 -0
  879. package/dist/ibc/core/channel/v2/query.rpc.react.js +87 -0
  880. package/dist/ibc/core/channel/v2/tx.cjs +805 -0
  881. package/dist/ibc/core/channel/v2/tx.d.ts +441 -0
  882. package/dist/ibc/core/channel/v2/tx.js +792 -0
  883. package/dist/ibc/core/channel/v2/tx.registry.cjs +94 -0
  884. package/dist/ibc/core/channel/v2/tx.registry.d.ts +63 -0
  885. package/dist/ibc/core/channel/v2/tx.registry.js +92 -0
  886. package/dist/ibc/core/channel/v2/tx.rpc.func.cjs +39 -0
  887. package/dist/ibc/core/channel/v2/tx.rpc.func.d.ts +37 -0
  888. package/dist/ibc/core/channel/v2/tx.rpc.func.js +35 -0
  889. package/dist/ibc/core/channel/v2/tx.rpc.react.cjs +39 -0
  890. package/dist/ibc/core/channel/v2/tx.rpc.react.d.ts +50 -0
  891. package/dist/ibc/core/channel/v2/tx.rpc.react.js +35 -0
  892. package/dist/ibc/core/client/v1/client.cjs +458 -0
  893. package/dist/ibc/core/client/v1/client.d.ts +363 -0
  894. package/dist/ibc/core/client/v1/client.js +453 -0
  895. package/dist/ibc/core/client/v1/genesis.cjs +321 -0
  896. package/dist/ibc/core/client/v1/genesis.d.ts +220 -0
  897. package/dist/ibc/core/client/v1/genesis.js +317 -0
  898. package/dist/ibc/core/client/v1/query.cjs +1920 -0
  899. package/dist/ibc/core/client/v1/query.d.ts +1396 -0
  900. package/dist/ibc/core/client/v1/query.js +1897 -0
  901. package/dist/ibc/core/client/v1/query.rpc.func.cjs +163 -0
  902. package/dist/ibc/core/client/v1/query.rpc.func.d.ts +86 -0
  903. package/dist/ibc/core/client/v1/query.rpc.func.js +152 -0
  904. package/dist/ibc/core/client/v1/query.rpc.react.cjs +130 -0
  905. package/dist/ibc/core/client/v1/query.rpc.react.d.ts +142 -0
  906. package/dist/ibc/core/client/v1/query.rpc.react.js +119 -0
  907. package/dist/ibc/core/client/v1/tx.cjs +1351 -0
  908. package/dist/ibc/core/client/v1/tx.d.ts +985 -0
  909. package/dist/ibc/core/client/v1/tx.js +1334 -0
  910. package/dist/ibc/core/client/v1/tx.registry.cjs +170 -0
  911. package/dist/ibc/core/client/v1/tx.registry.d.ts +111 -0
  912. package/dist/ibc/core/client/v1/tx.registry.js +168 -0
  913. package/dist/ibc/core/client/v1/tx.rpc.func.cjs +71 -0
  914. package/dist/ibc/core/client/v1/tx.rpc.func.d.ts +65 -0
  915. package/dist/ibc/core/client/v1/tx.rpc.func.js +63 -0
  916. package/dist/ibc/core/client/v1/tx.rpc.react.cjs +71 -0
  917. package/dist/ibc/core/client/v1/tx.rpc.react.d.ts +90 -0
  918. package/dist/ibc/core/client/v1/tx.rpc.react.js +63 -0
  919. package/dist/ibc/core/client/v2/config.cjs +88 -0
  920. package/dist/ibc/core/client/v2/config.d.ts +70 -0
  921. package/dist/ibc/core/client/v2/config.js +87 -0
  922. package/dist/ibc/core/client/v2/counterparty.cjs +97 -0
  923. package/dist/ibc/core/client/v2/counterparty.d.ts +69 -0
  924. package/dist/ibc/core/client/v2/counterparty.js +95 -0
  925. package/dist/ibc/core/client/v2/genesis.cjs +181 -0
  926. package/dist/ibc/core/client/v2/genesis.d.ts +125 -0
  927. package/dist/ibc/core/client/v2/genesis.js +179 -0
  928. package/dist/ibc/core/client/v2/query.cjs +329 -0
  929. package/dist/ibc/core/client/v2/query.d.ts +222 -0
  930. package/dist/ibc/core/client/v2/query.js +325 -0
  931. package/dist/ibc/core/client/v2/query.rpc.func.cjs +35 -0
  932. package/dist/ibc/core/client/v2/query.rpc.func.d.ts +21 -0
  933. package/dist/ibc/core/client/v2/query.rpc.func.js +33 -0
  934. package/dist/ibc/core/client/v2/query.rpc.react.cjs +29 -0
  935. package/dist/ibc/core/client/v2/query.rpc.react.d.ts +32 -0
  936. package/dist/ibc/core/client/v2/query.rpc.react.js +27 -0
  937. package/dist/ibc/core/client/v2/tx.cjs +350 -0
  938. package/dist/ibc/core/client/v2/tx.d.ts +251 -0
  939. package/dist/ibc/core/client/v2/tx.js +345 -0
  940. package/dist/ibc/core/client/v2/tx.registry.cjs +53 -0
  941. package/dist/ibc/core/client/v2/tx.registry.d.ts +39 -0
  942. package/dist/ibc/core/client/v2/tx.registry.js +51 -0
  943. package/dist/ibc/core/client/v2/tx.rpc.func.cjs +23 -0
  944. package/dist/ibc/core/client/v2/tx.rpc.func.d.ts +23 -0
  945. package/dist/ibc/core/client/v2/tx.rpc.func.js +21 -0
  946. package/dist/ibc/core/client/v2/tx.rpc.react.cjs +23 -0
  947. package/dist/ibc/core/client/v2/tx.rpc.react.d.ts +30 -0
  948. package/dist/ibc/core/client/v2/tx.rpc.react.js +21 -0
  949. package/dist/ibc/core/commitment/v1/commitment.cjs +255 -0
  950. package/dist/ibc/core/commitment/v1/commitment.d.ts +175 -0
  951. package/dist/ibc/core/commitment/v1/commitment.js +251 -0
  952. package/dist/ibc/core/commitment/v2/commitment.cjs +117 -0
  953. package/dist/ibc/core/commitment/v2/commitment.d.ts +145 -0
  954. package/dist/ibc/core/commitment/v2/commitment.js +115 -0
  955. package/dist/ibc/core/connection/v1/connection.cjs +737 -0
  956. package/dist/ibc/core/connection/v1/connection.d.ts +548 -0
  957. package/dist/ibc/core/connection/v1/connection.js +726 -0
  958. package/dist/ibc/core/connection/v1/genesis.cjs +119 -0
  959. package/dist/ibc/core/connection/v1/genesis.d.ts +68 -0
  960. package/dist/ibc/core/connection/v1/genesis.js +118 -0
  961. package/dist/ibc/core/connection/v1/query.cjs +1093 -0
  962. package/dist/ibc/core/connection/v1/query.d.ts +779 -0
  963. package/dist/ibc/core/connection/v1/query.js +1080 -0
  964. package/dist/ibc/core/connection/v1/query.rpc.func.cjs +94 -0
  965. package/dist/ibc/core/connection/v1/query.rpc.func.d.ts +52 -0
  966. package/dist/ibc/core/connection/v1/query.rpc.func.js +88 -0
  967. package/dist/ibc/core/connection/v1/query.rpc.react.cjs +76 -0
  968. package/dist/ibc/core/connection/v1/query.rpc.react.d.ts +83 -0
  969. package/dist/ibc/core/connection/v1/query.rpc.react.js +70 -0
  970. package/dist/ibc/core/connection/v1/tx.cjs +1017 -0
  971. package/dist/ibc/core/connection/v1/tx.d.ts +683 -0
  972. package/dist/ibc/core/connection/v1/tx.js +1006 -0
  973. package/dist/ibc/core/connection/v1/tx.registry.cjs +113 -0
  974. package/dist/ibc/core/connection/v1/tx.registry.d.ts +75 -0
  975. package/dist/ibc/core/connection/v1/tx.registry.js +111 -0
  976. package/dist/ibc/core/connection/v1/tx.rpc.func.cjs +49 -0
  977. package/dist/ibc/core/connection/v1/tx.rpc.func.d.ts +46 -0
  978. package/dist/ibc/core/connection/v1/tx.rpc.func.js +44 -0
  979. package/dist/ibc/core/connection/v1/tx.rpc.react.cjs +49 -0
  980. package/dist/ibc/core/connection/v1/tx.rpc.react.d.ts +62 -0
  981. package/dist/ibc/core/connection/v1/tx.rpc.react.js +44 -0
  982. package/dist/ibc/core/types/v1/genesis.cjs +131 -0
  983. package/dist/ibc/core/types/v1/genesis.d.ts +98 -0
  984. package/dist/ibc/core/types/v1/genesis.js +130 -0
  985. package/dist/ibc/lightclients/solomachine/v2/solomachine.cjs +1613 -0
  986. package/dist/ibc/lightclients/solomachine/v2/solomachine.d.ts +984 -0
  987. package/dist/ibc/lightclients/solomachine/v2/solomachine.js +1592 -0
  988. package/dist/ibc/lightclients/solomachine/v3/solomachine.cjs +806 -0
  989. package/dist/ibc/lightclients/solomachine/v3/solomachine.d.ts +523 -0
  990. package/dist/ibc/lightclients/solomachine/v3/solomachine.js +797 -0
  991. package/dist/ibc/lightclients/tendermint/v1/tendermint.cjs +592 -0
  992. package/dist/ibc/lightclients/tendermint/v1/tendermint.d.ts +429 -0
  993. package/dist/ibc/lightclients/tendermint/v1/tendermint.js +586 -0
  994. package/dist/ibc/lightclients/wasm/v1/genesis.cjs +169 -0
  995. package/dist/ibc/lightclients/wasm/v1/genesis.d.ts +116 -0
  996. package/dist/ibc/lightclients/wasm/v1/genesis.js +166 -0
  997. package/dist/ibc/lightclients/wasm/v1/query.cjs +339 -0
  998. package/dist/ibc/lightclients/wasm/v1/query.d.ts +229 -0
  999. package/dist/ibc/lightclients/wasm/v1/query.js +334 -0
  1000. package/dist/ibc/lightclients/wasm/v1/query.rpc.func.cjs +35 -0
  1001. package/dist/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +21 -0
  1002. package/dist/ibc/lightclients/wasm/v1/query.rpc.func.js +33 -0
  1003. package/dist/ibc/lightclients/wasm/v1/query.rpc.react.cjs +29 -0
  1004. package/dist/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +32 -0
  1005. package/dist/ibc/lightclients/wasm/v1/query.rpc.react.js +27 -0
  1006. package/dist/ibc/lightclients/wasm/v1/tx.cjs +502 -0
  1007. package/dist/ibc/lightclients/wasm/v1/tx.d.ts +356 -0
  1008. package/dist/ibc/lightclients/wasm/v1/tx.js +495 -0
  1009. package/dist/ibc/lightclients/wasm/v1/tx.registry.cjs +75 -0
  1010. package/dist/ibc/lightclients/wasm/v1/tx.registry.d.ts +51 -0
  1011. package/dist/ibc/lightclients/wasm/v1/tx.registry.js +73 -0
  1012. package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.cjs +31 -0
  1013. package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +30 -0
  1014. package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.js +28 -0
  1015. package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.cjs +31 -0
  1016. package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +40 -0
  1017. package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.js +28 -0
  1018. package/dist/ibc/lightclients/wasm/v1/wasm.cjs +348 -0
  1019. package/dist/ibc/lightclients/wasm/v1/wasm.d.ts +235 -0
  1020. package/dist/ibc/lightclients/wasm/v1/wasm.js +343 -0
  1021. package/dist/index.cjs +2494 -0
  1022. package/dist/index.d.ts +380 -0
  1023. package/dist/index.js +379 -0
  1024. package/dist/react-query.cjs +70 -0
  1025. package/dist/react-query.d.ts +64 -0
  1026. package/dist/react-query.js +62 -0
  1027. package/dist/registry.cjs +128 -0
  1028. package/dist/registry.d.ts +34 -0
  1029. package/dist/registry.js +127 -0
  1030. package/dist/tendermint/abci/types.cjs +4790 -0
  1031. package/dist/tendermint/abci/types.d.ts +2759 -0
  1032. package/dist/tendermint/abci/types.js +4718 -0
  1033. package/dist/tendermint/bundle.cjs +117 -0
  1034. package/dist/tendermint/bundle.d.ts +11 -0
  1035. package/dist/tendermint/bundle.js +12 -0
  1036. package/dist/tendermint/crypto/keys.cjs +89 -0
  1037. package/dist/tendermint/crypto/keys.d.ts +55 -0
  1038. package/dist/tendermint/crypto/keys.js +87 -0
  1039. package/dist/tendermint/crypto/proof.cjs +443 -0
  1040. package/dist/tendermint/crypto/proof.d.ts +266 -0
  1041. package/dist/tendermint/crypto/proof.js +437 -0
  1042. package/dist/tendermint/p2p/types.cjs +397 -0
  1043. package/dist/tendermint/p2p/types.d.ts +206 -0
  1044. package/dist/tendermint/p2p/types.js +392 -0
  1045. package/dist/tendermint/types/block.cjs +111 -0
  1046. package/dist/tendermint/types/block.d.ts +58 -0
  1047. package/dist/tendermint/types/block.js +110 -0
  1048. package/dist/tendermint/types/evidence.cjs +387 -0
  1049. package/dist/tendermint/types/evidence.d.ts +208 -0
  1050. package/dist/tendermint/types/evidence.js +383 -0
  1051. package/dist/tendermint/types/params.cjs +589 -0
  1052. package/dist/tendermint/types/params.d.ts +438 -0
  1053. package/dist/tendermint/types/params.js +582 -0
  1054. package/dist/tendermint/types/types.cjs +1608 -0
  1055. package/dist/tendermint/types/types.d.ts +944 -0
  1056. package/dist/tendermint/types/types.js +1588 -0
  1057. package/dist/tendermint/types/validator.cjs +324 -0
  1058. package/dist/tendermint/types/validator.d.ts +165 -0
  1059. package/dist/tendermint/types/validator.js +316 -0
  1060. package/dist/tendermint/version/types.cjs +172 -0
  1061. package/dist/tendermint/version/types.d.ts +116 -0
  1062. package/dist/tendermint/version/types.js +170 -0
  1063. package/dist/types.cjs +0 -0
  1064. package/dist/types.d.ts +72 -0
  1065. package/dist/types.js +0 -0
  1066. package/dist/utf8.cjs +95 -0
  1067. package/dist/utf8.d.ts +30 -0
  1068. package/dist/utf8.js +89 -0
  1069. package/dist/varint.cjs +321 -0
  1070. package/dist/varint.d.ts +107 -0
  1071. package/dist/varint.js +304 -0
  1072. package/dist/xpla/bundle.cjs +86 -0
  1073. package/dist/xpla/bundle.d.ts +29 -0
  1074. package/dist/xpla/bundle.js +30 -0
  1075. package/dist/xpla/burn/v1beta1/burn.cjs +101 -0
  1076. package/dist/xpla/burn/v1beta1/burn.d.ts +58 -0
  1077. package/dist/xpla/burn/v1beta1/burn.js +100 -0
  1078. package/dist/xpla/burn/v1beta1/genesis.cjs +83 -0
  1079. package/dist/xpla/burn/v1beta1/genesis.d.ts +60 -0
  1080. package/dist/xpla/burn/v1beta1/genesis.js +82 -0
  1081. package/dist/xpla/burn/v1beta1/query.cjs +305 -0
  1082. package/dist/xpla/burn/v1beta1/query.d.ts +206 -0
  1083. package/dist/xpla/burn/v1beta1/query.js +301 -0
  1084. package/dist/xpla/burn/v1beta1/query.rpc.func.cjs +35 -0
  1085. package/dist/xpla/burn/v1beta1/query.rpc.func.d.ts +21 -0
  1086. package/dist/xpla/burn/v1beta1/query.rpc.func.js +33 -0
  1087. package/dist/xpla/burn/v1beta1/query.rpc.react.cjs +29 -0
  1088. package/dist/xpla/burn/v1beta1/query.rpc.react.d.ts +32 -0
  1089. package/dist/xpla/burn/v1beta1/query.rpc.react.js +27 -0
  1090. package/dist/xpla/burn/v1beta1/tx.cjs +161 -0
  1091. package/dist/xpla/burn/v1beta1/tx.d.ts +107 -0
  1092. package/dist/xpla/burn/v1beta1/tx.js +159 -0
  1093. package/dist/xpla/burn/v1beta1/tx.registry.cjs +29 -0
  1094. package/dist/xpla/burn/v1beta1/tx.registry.d.ts +27 -0
  1095. package/dist/xpla/burn/v1beta1/tx.registry.js +27 -0
  1096. package/dist/xpla/burn/v1beta1/tx.rpc.func.cjs +15 -0
  1097. package/dist/xpla/burn/v1beta1/tx.rpc.func.d.ts +16 -0
  1098. package/dist/xpla/burn/v1beta1/tx.rpc.func.js +14 -0
  1099. package/dist/xpla/burn/v1beta1/tx.rpc.react.cjs +15 -0
  1100. package/dist/xpla/burn/v1beta1/tx.rpc.react.d.ts +20 -0
  1101. package/dist/xpla/burn/v1beta1/tx.rpc.react.js +14 -0
  1102. package/dist/xpla/reward/v1beta1/genesis.cjs +82 -0
  1103. package/dist/xpla/reward/v1beta1/genesis.d.ts +60 -0
  1104. package/dist/xpla/reward/v1beta1/genesis.js +81 -0
  1105. package/dist/xpla/reward/v1beta1/query.cjs +282 -0
  1106. package/dist/xpla/reward/v1beta1/query.d.ts +206 -0
  1107. package/dist/xpla/reward/v1beta1/query.js +278 -0
  1108. package/dist/xpla/reward/v1beta1/query.rpc.func.cjs +35 -0
  1109. package/dist/xpla/reward/v1beta1/query.rpc.func.d.ts +21 -0
  1110. package/dist/xpla/reward/v1beta1/query.rpc.func.js +33 -0
  1111. package/dist/xpla/reward/v1beta1/query.rpc.react.cjs +29 -0
  1112. package/dist/xpla/reward/v1beta1/query.rpc.react.d.ts +32 -0
  1113. package/dist/xpla/reward/v1beta1/query.rpc.react.js +27 -0
  1114. package/dist/xpla/reward/v1beta1/reward.cjs +119 -0
  1115. package/dist/xpla/reward/v1beta1/reward.d.ts +63 -0
  1116. package/dist/xpla/reward/v1beta1/reward.js +118 -0
  1117. package/dist/xpla/reward/v1beta1/tx.cjs +318 -0
  1118. package/dist/xpla/reward/v1beta1/tx.d.ts +222 -0
  1119. package/dist/xpla/reward/v1beta1/tx.js +314 -0
  1120. package/dist/xpla/reward/v1beta1/tx.registry.cjs +53 -0
  1121. package/dist/xpla/reward/v1beta1/tx.registry.d.ts +39 -0
  1122. package/dist/xpla/reward/v1beta1/tx.registry.js +51 -0
  1123. package/dist/xpla/reward/v1beta1/tx.rpc.func.cjs +26 -0
  1124. package/dist/xpla/reward/v1beta1/tx.rpc.func.d.ts +26 -0
  1125. package/dist/xpla/reward/v1beta1/tx.rpc.func.js +24 -0
  1126. package/dist/xpla/reward/v1beta1/tx.rpc.react.cjs +26 -0
  1127. package/dist/xpla/reward/v1beta1/tx.rpc.react.d.ts +33 -0
  1128. package/dist/xpla/reward/v1beta1/tx.rpc.react.js +24 -0
  1129. package/dist/xpla/volunteer/v1beta1/genesis.cjs +83 -0
  1130. package/dist/xpla/volunteer/v1beta1/genesis.d.ts +54 -0
  1131. package/dist/xpla/volunteer/v1beta1/genesis.js +82 -0
  1132. package/dist/xpla/volunteer/v1beta1/proposal.cjs +485 -0
  1133. package/dist/xpla/volunteer/v1beta1/proposal.d.ts +259 -0
  1134. package/dist/xpla/volunteer/v1beta1/proposal.js +481 -0
  1135. package/dist/xpla/volunteer/v1beta1/query.cjs +139 -0
  1136. package/dist/xpla/volunteer/v1beta1/query.d.ts +96 -0
  1137. package/dist/xpla/volunteer/v1beta1/query.js +137 -0
  1138. package/dist/xpla/volunteer/v1beta1/query.rpc.func.cjs +21 -0
  1139. package/dist/xpla/volunteer/v1beta1/query.rpc.func.d.ts +14 -0
  1140. package/dist/xpla/volunteer/v1beta1/query.rpc.func.js +20 -0
  1141. package/dist/xpla/volunteer/v1beta1/query.rpc.react.cjs +18 -0
  1142. package/dist/xpla/volunteer/v1beta1/query.rpc.react.d.ts +20 -0
  1143. package/dist/xpla/volunteer/v1beta1/query.rpc.react.js +17 -0
  1144. package/dist/xpla/volunteer/v1beta1/tx.cjs +348 -0
  1145. package/dist/xpla/volunteer/v1beta1/tx.d.ts +232 -0
  1146. package/dist/xpla/volunteer/v1beta1/tx.js +344 -0
  1147. package/dist/xpla/volunteer/v1beta1/tx.registry.cjs +53 -0
  1148. package/dist/xpla/volunteer/v1beta1/tx.registry.d.ts +39 -0
  1149. package/dist/xpla/volunteer/v1beta1/tx.registry.js +51 -0
  1150. package/dist/xpla/volunteer/v1beta1/tx.rpc.func.cjs +24 -0
  1151. package/dist/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +24 -0
  1152. package/dist/xpla/volunteer/v1beta1/tx.rpc.func.js +22 -0
  1153. package/dist/xpla/volunteer/v1beta1/tx.rpc.react.cjs +24 -0
  1154. package/dist/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +31 -0
  1155. package/dist/xpla/volunteer/v1beta1/tx.rpc.react.js +22 -0
  1156. package/dist/xpla/volunteer/v1beta1/volunteervalidator.cjs +87 -0
  1157. package/dist/xpla/volunteer/v1beta1/volunteervalidator.d.ts +67 -0
  1158. package/dist/xpla/volunteer/v1beta1/volunteervalidator.js +86 -0
  1159. package/package.json +34 -31
  1160. package/amino/amino.d.ts +0 -1
  1161. package/amino/amino.js +0 -2
  1162. package/binary.d.ts +0 -130
  1163. package/binary.js +0 -370
  1164. package/cosmos/app/runtime/v1alpha1/module.d.ts +0 -217
  1165. package/cosmos/app/runtime/v1alpha1/module.js +0 -309
  1166. package/cosmos/app/v1alpha1/config.d.ts +0 -246
  1167. package/cosmos/app/v1alpha1/config.js +0 -329
  1168. package/cosmos/app/v1alpha1/module.d.ts +0 -286
  1169. package/cosmos/app/v1alpha1/module.js +0 -303
  1170. package/cosmos/app/v1alpha1/query.d.ts +0 -105
  1171. package/cosmos/app/v1alpha1/query.js +0 -164
  1172. package/cosmos/app/v1alpha1/query.rpc.func.d.ts +0 -8
  1173. package/cosmos/app/v1alpha1/query.rpc.func.js +0 -18
  1174. package/cosmos/app/v1alpha1/query.rpc.react.d.ts +0 -8
  1175. package/cosmos/app/v1alpha1/query.rpc.react.js +0 -15
  1176. package/cosmos/auth/module/v1/module.d.ts +0 -138
  1177. package/cosmos/auth/module/v1/module.js +0 -218
  1178. package/cosmos/auth/v1beta1/auth.d.ts +0 -245
  1179. package/cosmos/auth/v1beta1/auth.js +0 -482
  1180. package/cosmos/auth/v1beta1/genesis.d.ts +0 -67
  1181. package/cosmos/auth/v1beta1/genesis.js +0 -104
  1182. package/cosmos/auth/v1beta1/query.d.ts +0 -1160
  1183. package/cosmos/auth/v1beta1/query.js +0 -1727
  1184. package/cosmos/auth/v1beta1/query.rpc.func.d.ts +0 -88
  1185. package/cosmos/auth/v1beta1/query.rpc.func.js +0 -152
  1186. package/cosmos/auth/v1beta1/query.rpc.react.d.ts +0 -88
  1187. package/cosmos/auth/v1beta1/query.rpc.react.js +0 -122
  1188. package/cosmos/auth/v1beta1/tx.d.ts +0 -132
  1189. package/cosmos/auth/v1beta1/tx.js +0 -181
  1190. package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
  1191. package/cosmos/auth/v1beta1/tx.registry.js +0 -31
  1192. package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +0 -11
  1193. package/cosmos/auth/v1beta1/tx.rpc.func.js +0 -17
  1194. package/cosmos/auth/v1beta1/tx.rpc.react.d.ts +0 -11
  1195. package/cosmos/auth/v1beta1/tx.rpc.react.js +0 -17
  1196. package/cosmos/authz/module/v1/module.d.ts +0 -49
  1197. package/cosmos/authz/module/v1/module.js +0 -74
  1198. package/cosmos/authz/v1beta1/authz.d.ts +0 -248
  1199. package/cosmos/authz/v1beta1/authz.js +0 -426
  1200. package/cosmos/authz/v1beta1/event.d.ts +0 -144
  1201. package/cosmos/authz/v1beta1/event.js +0 -218
  1202. package/cosmos/authz/v1beta1/genesis.d.ts +0 -52
  1203. package/cosmos/authz/v1beta1/genesis.js +0 -97
  1204. package/cosmos/authz/v1beta1/query.d.ts +0 -374
  1205. package/cosmos/authz/v1beta1/query.js +0 -643
  1206. package/cosmos/authz/v1beta1/query.rpc.func.d.ts +0 -26
  1207. package/cosmos/authz/v1beta1/query.rpc.func.js +0 -48
  1208. package/cosmos/authz/v1beta1/query.rpc.react.d.ts +0 -26
  1209. package/cosmos/authz/v1beta1/query.rpc.react.js +0 -39
  1210. package/cosmos/authz/v1beta1/tx.d.ts +0 -334
  1211. package/cosmos/authz/v1beta1/tx.js +0 -555
  1212. package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
  1213. package/cosmos/authz/v1beta1/tx.registry.js +0 -67
  1214. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +0 -28
  1215. package/cosmos/authz/v1beta1/tx.rpc.func.js +0 -38
  1216. package/cosmos/authz/v1beta1/tx.rpc.react.d.ts +0 -28
  1217. package/cosmos/authz/v1beta1/tx.rpc.react.js +0 -38
  1218. package/cosmos/autocli/v1/options.d.ts +0 -589
  1219. package/cosmos/autocli/v1/options.js +0 -896
  1220. package/cosmos/autocli/v1/query.d.ts +0 -151
  1221. package/cosmos/autocli/v1/query.js +0 -260
  1222. package/cosmos/autocli/v1/query.rpc.func.d.ts +0 -8
  1223. package/cosmos/autocli/v1/query.rpc.func.js +0 -18
  1224. package/cosmos/autocli/v1/query.rpc.react.d.ts +0 -8
  1225. package/cosmos/autocli/v1/query.rpc.react.js +0 -15
  1226. package/cosmos/bank/module/v1/module.d.ts +0 -83
  1227. package/cosmos/bank/module/v1/module.js +0 -117
  1228. package/cosmos/bank/v1beta1/authz.d.ts +0 -75
  1229. package/cosmos/bank/v1beta1/authz.js +0 -117
  1230. package/cosmos/bank/v1beta1/bank.d.ts +0 -496
  1231. package/cosmos/bank/v1beta1/bank.js +0 -794
  1232. package/cosmos/bank/v1beta1/genesis.d.ts +0 -163
  1233. package/cosmos/bank/v1beta1/genesis.js +0 -263
  1234. package/cosmos/bank/v1beta1/query.d.ts +0 -1719
  1235. package/cosmos/bank/v1beta1/query.js +0 -2601
  1236. package/cosmos/bank/v1beta1/query.rpc.func.d.ts +0 -129
  1237. package/cosmos/bank/v1beta1/query.rpc.func.js +0 -211
  1238. package/cosmos/bank/v1beta1/query.rpc.react.d.ts +0 -129
  1239. package/cosmos/bank/v1beta1/query.rpc.react.js +0 -172
  1240. package/cosmos/bank/v1beta1/tx.d.ts +0 -487
  1241. package/cosmos/bank/v1beta1/tx.js +0 -740
  1242. package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
  1243. package/cosmos/bank/v1beta1/tx.registry.js +0 -85
  1244. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +0 -37
  1245. package/cosmos/bank/v1beta1/tx.rpc.func.js +0 -49
  1246. package/cosmos/bank/v1beta1/tx.rpc.react.d.ts +0 -37
  1247. package/cosmos/bank/v1beta1/tx.rpc.react.js +0 -49
  1248. package/cosmos/base/abci/v1beta1/abci.d.ts +0 -873
  1249. package/cosmos/base/abci/v1beta1/abci.js +0 -1386
  1250. package/cosmos/base/node/v1beta1/query.d.ts +0 -238
  1251. package/cosmos/base/node/v1beta1/query.js +0 -396
  1252. package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +0 -15
  1253. package/cosmos/base/node/v1beta1/query.rpc.func.js +0 -31
  1254. package/cosmos/base/node/v1beta1/query.rpc.react.d.ts +0 -15
  1255. package/cosmos/base/node/v1beta1/query.rpc.react.js +0 -25
  1256. package/cosmos/base/query/v1beta1/pagination.d.ts +0 -214
  1257. package/cosmos/base/query/v1beta1/pagination.js +0 -243
  1258. package/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -214
  1259. package/cosmos/base/reflection/v1beta1/reflection.js +0 -331
  1260. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +0 -17
  1261. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -33
  1262. package/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +0 -17
  1263. package/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -27
  1264. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -1549
  1265. package/cosmos/base/reflection/v2alpha1/reflection.js +0 -2367
  1266. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +0 -45
  1267. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -85
  1268. package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +0 -45
  1269. package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -67
  1270. package/cosmos/base/tendermint/v1beta1/query.d.ts +0 -1116
  1271. package/cosmos/base/tendermint/v1beta1/query.js +0 -2048
  1272. package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +0 -54
  1273. package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -100
  1274. package/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +0 -54
  1275. package/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -79
  1276. package/cosmos/base/tendermint/v1beta1/types.d.ts +0 -208
  1277. package/cosmos/base/tendermint/v1beta1/types.js +0 -383
  1278. package/cosmos/base/v1beta1/coin.d.ts +0 -226
  1279. package/cosmos/base/v1beta1/coin.js +0 -369
  1280. package/cosmos/bundle.d.ts +0 -188
  1281. package/cosmos/bundle.js +0 -990
  1282. package/cosmos/consensus/module/v1/module.d.ts +0 -57
  1283. package/cosmos/consensus/module/v1/module.js +0 -87
  1284. package/cosmos/consensus/v1/query.d.ts +0 -109
  1285. package/cosmos/consensus/v1/query.js +0 -164
  1286. package/cosmos/consensus/v1/query.rpc.func.d.ts +0 -8
  1287. package/cosmos/consensus/v1/query.rpc.func.js +0 -18
  1288. package/cosmos/consensus/v1/query.rpc.react.d.ts +0 -8
  1289. package/cosmos/consensus/v1/query.rpc.react.js +0 -15
  1290. package/cosmos/consensus/v1/tx.d.ts +0 -136
  1291. package/cosmos/consensus/v1/tx.js +0 -216
  1292. package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
  1293. package/cosmos/consensus/v1/tx.registry.js +0 -31
  1294. package/cosmos/consensus/v1/tx.rpc.func.d.ts +0 -11
  1295. package/cosmos/consensus/v1/tx.rpc.func.js +0 -17
  1296. package/cosmos/consensus/v1/tx.rpc.react.d.ts +0 -11
  1297. package/cosmos/consensus/v1/tx.rpc.react.js +0 -17
  1298. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -117
  1299. package/cosmos/crypto/multisig/v1beta1/multisig.js +0 -191
  1300. package/cosmos/distribution/module/v1/module.d.ts +0 -59
  1301. package/cosmos/distribution/module/v1/module.js +0 -99
  1302. package/cosmos/distribution/v1beta1/distribution.d.ts +0 -742
  1303. package/cosmos/distribution/v1beta1/distribution.js +0 -1300
  1304. package/cosmos/distribution/v1beta1/genesis.d.ts +0 -616
  1305. package/cosmos/distribution/v1beta1/genesis.js +0 -982
  1306. package/cosmos/distribution/v1beta1/query.d.ts +0 -1195
  1307. package/cosmos/distribution/v1beta1/query.js +0 -1825
  1308. package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +0 -72
  1309. package/cosmos/distribution/v1beta1/query.rpc.func.js +0 -136
  1310. package/cosmos/distribution/v1beta1/query.rpc.react.d.ts +0 -72
  1311. package/cosmos/distribution/v1beta1/query.rpc.react.js +0 -106
  1312. package/cosmos/distribution/v1beta1/tx.d.ts +0 -805
  1313. package/cosmos/distribution/v1beta1/tx.js +0 -1270
  1314. package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
  1315. package/cosmos/distribution/v1beta1/tx.registry.js +0 -139
  1316. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +0 -65
  1317. package/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -83
  1318. package/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +0 -65
  1319. package/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -83
  1320. package/cosmos/evidence/module/v1/module.d.ts +0 -49
  1321. package/cosmos/evidence/module/v1/module.js +0 -74
  1322. package/cosmos/evidence/v1beta1/evidence.d.ts +0 -84
  1323. package/cosmos/evidence/v1beta1/evidence.js +0 -126
  1324. package/cosmos/evidence/v1beta1/genesis.d.ts +0 -58
  1325. package/cosmos/evidence/v1beta1/genesis.js +0 -91
  1326. package/cosmos/evidence/v1beta1/query.d.ts +0 -254
  1327. package/cosmos/evidence/v1beta1/query.js +0 -379
  1328. package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +0 -15
  1329. package/cosmos/evidence/v1beta1/query.rpc.func.js +0 -31
  1330. package/cosmos/evidence/v1beta1/query.rpc.react.d.ts +0 -15
  1331. package/cosmos/evidence/v1beta1/query.rpc.react.js +0 -25
  1332. package/cosmos/evidence/v1beta1/tx.d.ts +0 -130
  1333. package/cosmos/evidence/v1beta1/tx.js +0 -186
  1334. package/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -23
  1335. package/cosmos/evidence/v1beta1/tx.registry.js +0 -31
  1336. package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +0 -9
  1337. package/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -15
  1338. package/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +0 -9
  1339. package/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -15
  1340. package/cosmos/evm/feemarket/v1/events.d.ts +0 -120
  1341. package/cosmos/evm/feemarket/v1/events.js +0 -182
  1342. package/cosmos/evm/feemarket/v1/feemarket.d.ts +0 -115
  1343. package/cosmos/evm/feemarket/v1/feemarket.js +0 -160
  1344. package/cosmos/evm/feemarket/v1/genesis.d.ts +0 -68
  1345. package/cosmos/evm/feemarket/v1/genesis.js +0 -106
  1346. package/cosmos/evm/feemarket/v1/query.d.ts +0 -315
  1347. package/cosmos/evm/feemarket/v1/query.js +0 -473
  1348. package/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +0 -22
  1349. package/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -44
  1350. package/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +0 -22
  1351. package/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -35
  1352. package/cosmos/evm/feemarket/v1/tx.d.ts +0 -118
  1353. package/cosmos/evm/feemarket/v1/tx.js +0 -177
  1354. package/cosmos/evm/feemarket/v1/tx.registry.d.ts +0 -23
  1355. package/cosmos/evm/feemarket/v1/tx.registry.js +0 -31
  1356. package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +0 -10
  1357. package/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -16
  1358. package/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +0 -10
  1359. package/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -16
  1360. package/cosmos/evm/vm/v1/events.d.ts +0 -286
  1361. package/cosmos/evm/vm/v1/events.js +0 -435
  1362. package/cosmos/evm/vm/v1/evm.d.ts +0 -1090
  1363. package/cosmos/evm/vm/v1/evm.js +0 -1617
  1364. package/cosmos/evm/vm/v1/genesis.d.ts +0 -143
  1365. package/cosmos/evm/vm/v1/genesis.js +0 -227
  1366. package/cosmos/evm/vm/v1/query.d.ts +0 -1773
  1367. package/cosmos/evm/vm/v1/query.js +0 -2680
  1368. package/cosmos/evm/vm/v1/query.rpc.func.d.ts +0 -108
  1369. package/cosmos/evm/vm/v1/query.rpc.func.js +0 -196
  1370. package/cosmos/evm/vm/v1/query.rpc.react.d.ts +0 -108
  1371. package/cosmos/evm/vm/v1/query.rpc.react.js +0 -153
  1372. package/cosmos/evm/vm/v1/tx.d.ts +0 -747
  1373. package/cosmos/evm/vm/v1/tx.js +0 -1132
  1374. package/cosmos/evm/vm/v1/tx.registry.d.ts +0 -35
  1375. package/cosmos/evm/vm/v1/tx.registry.js +0 -49
  1376. package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +0 -17
  1377. package/cosmos/evm/vm/v1/tx.rpc.func.js +0 -25
  1378. package/cosmos/evm/vm/v1/tx.rpc.react.d.ts +0 -17
  1379. package/cosmos/evm/vm/v1/tx.rpc.react.js +0 -25
  1380. package/cosmos/feegrant/module/v1/module.d.ts +0 -49
  1381. package/cosmos/feegrant/module/v1/module.js +0 -74
  1382. package/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -319
  1383. package/cosmos/feegrant/v1beta1/feegrant.js +0 -483
  1384. package/cosmos/feegrant/v1beta1/genesis.d.ts +0 -52
  1385. package/cosmos/feegrant/v1beta1/genesis.js +0 -97
  1386. package/cosmos/feegrant/v1beta1/query.d.ts +0 -374
  1387. package/cosmos/feegrant/v1beta1/query.js +0 -602
  1388. package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +0 -24
  1389. package/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -46
  1390. package/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +0 -24
  1391. package/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -37
  1392. package/cosmos/feegrant/v1beta1/tx.d.ts +0 -355
  1393. package/cosmos/feegrant/v1beta1/tx.js +0 -514
  1394. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
  1395. package/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
  1396. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +0 -26
  1397. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -36
  1398. package/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +0 -26
  1399. package/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -36
  1400. package/cosmos/gov/module/v1/module.d.ts +0 -67
  1401. package/cosmos/gov/module/v1/module.js +0 -99
  1402. package/cosmos/gov/v1/genesis.d.ts +0 -148
  1403. package/cosmos/gov/v1/genesis.js +0 -205
  1404. package/cosmos/gov/v1/gov.d.ts +0 -968
  1405. package/cosmos/gov/v1/gov.js +0 -1441
  1406. package/cosmos/gov/v1/query.d.ts +0 -1105
  1407. package/cosmos/gov/v1/query.js +0 -1716
  1408. package/cosmos/gov/v1/query.rpc.func.d.ts +0 -64
  1409. package/cosmos/gov/v1/query.rpc.func.js +0 -122
  1410. package/cosmos/gov/v1/query.rpc.react.d.ts +0 -64
  1411. package/cosmos/gov/v1/query.rpc.react.js +0 -95
  1412. package/cosmos/gov/v1/tx.d.ts +0 -950
  1413. package/cosmos/gov/v1/tx.js +0 -1406
  1414. package/cosmos/gov/v1/tx.registry.d.ts +0 -95
  1415. package/cosmos/gov/v1/tx.registry.js +0 -139
  1416. package/cosmos/gov/v1/tx.rpc.func.d.ts +0 -56
  1417. package/cosmos/gov/v1/tx.rpc.func.js +0 -74
  1418. package/cosmos/gov/v1/tx.rpc.react.d.ts +0 -56
  1419. package/cosmos/gov/v1/tx.rpc.react.js +0 -74
  1420. package/cosmos/gov/v1beta1/genesis.d.ts +0 -106
  1421. package/cosmos/gov/v1beta1/genesis.js +0 -180
  1422. package/cosmos/gov/v1beta1/gov.d.ts +0 -764
  1423. package/cosmos/gov/v1beta1/gov.js +0 -1214
  1424. package/cosmos/gov/v1beta1/query.d.ts +0 -979
  1425. package/cosmos/gov/v1beta1/query.js +0 -1550
  1426. package/cosmos/gov/v1beta1/query.rpc.func.d.ts +0 -57
  1427. package/cosmos/gov/v1beta1/query.rpc.func.js +0 -109
  1428. package/cosmos/gov/v1beta1/query.rpc.react.d.ts +0 -57
  1429. package/cosmos/gov/v1beta1/query.rpc.react.js +0 -85
  1430. package/cosmos/gov/v1beta1/tx.d.ts +0 -510
  1431. package/cosmos/gov/v1beta1/tx.js +0 -781
  1432. package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
  1433. package/cosmos/gov/v1beta1/tx.registry.js +0 -85
  1434. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +0 -31
  1435. package/cosmos/gov/v1beta1/tx.rpc.func.js +0 -43
  1436. package/cosmos/gov/v1beta1/tx.rpc.react.d.ts +0 -31
  1437. package/cosmos/gov/v1beta1/tx.rpc.react.js +0 -43
  1438. package/cosmos/ics23/v1/proofs.d.ts +0 -1015
  1439. package/cosmos/ics23/v1/proofs.js +0 -1788
  1440. package/cosmos/mint/module/v1/module.d.ts +0 -59
  1441. package/cosmos/mint/module/v1/module.js +0 -99
  1442. package/cosmos/mint/v1beta1/genesis.d.ts +0 -66
  1443. package/cosmos/mint/v1beta1/genesis.js +0 -107
  1444. package/cosmos/mint/v1beta1/mint.d.ts +0 -160
  1445. package/cosmos/mint/v1beta1/mint.js +0 -243
  1446. package/cosmos/mint/v1beta1/query.d.ts +0 -318
  1447. package/cosmos/mint/v1beta1/query.js +0 -474
  1448. package/cosmos/mint/v1beta1/query.rpc.func.d.ts +0 -22
  1449. package/cosmos/mint/v1beta1/query.rpc.func.js +0 -44
  1450. package/cosmos/mint/v1beta1/query.rpc.react.d.ts +0 -22
  1451. package/cosmos/mint/v1beta1/query.rpc.react.js +0 -35
  1452. package/cosmos/mint/v1beta1/tx.d.ts +0 -132
  1453. package/cosmos/mint/v1beta1/tx.js +0 -181
  1454. package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
  1455. package/cosmos/mint/v1beta1/tx.registry.js +0 -31
  1456. package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +0 -11
  1457. package/cosmos/mint/v1beta1/tx.rpc.func.js +0 -17
  1458. package/cosmos/mint/v1beta1/tx.rpc.react.d.ts +0 -11
  1459. package/cosmos/mint/v1beta1/tx.rpc.react.js +0 -17
  1460. package/cosmos/msg/v1/msg.d.ts +0 -1
  1461. package/cosmos/msg/v1/msg.js +0 -2
  1462. package/cosmos/params/module/v1/module.d.ts +0 -49
  1463. package/cosmos/params/module/v1/module.js +0 -74
  1464. package/cosmos/params/v1beta1/params.d.ts +0 -111
  1465. package/cosmos/params/v1beta1/params.js +0 -230
  1466. package/cosmos/params/v1beta1/query.d.ts +0 -295
  1467. package/cosmos/params/v1beta1/query.js +0 -457
  1468. package/cosmos/params/v1beta1/query.rpc.func.d.ts +0 -18
  1469. package/cosmos/params/v1beta1/query.rpc.func.js +0 -34
  1470. package/cosmos/params/v1beta1/query.rpc.react.d.ts +0 -18
  1471. package/cosmos/params/v1beta1/query.rpc.react.js +0 -28
  1472. package/cosmos/query/v1/query.d.ts +0 -1
  1473. package/cosmos/query/v1/query.js +0 -2
  1474. package/cosmos/slashing/module/v1/module.d.ts +0 -57
  1475. package/cosmos/slashing/module/v1/module.js +0 -87
  1476. package/cosmos/slashing/v1beta1/genesis.d.ts +0 -270
  1477. package/cosmos/slashing/v1beta1/genesis.js +0 -425
  1478. package/cosmos/slashing/v1beta1/query.d.ts +0 -328
  1479. package/cosmos/slashing/v1beta1/query.js +0 -532
  1480. package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +0 -22
  1481. package/cosmos/slashing/v1beta1/query.rpc.func.js +0 -44
  1482. package/cosmos/slashing/v1beta1/query.rpc.react.d.ts +0 -22
  1483. package/cosmos/slashing/v1beta1/query.rpc.react.js +0 -35
  1484. package/cosmos/slashing/v1beta1/slashing.d.ts +0 -162
  1485. package/cosmos/slashing/v1beta1/slashing.js +0 -282
  1486. package/cosmos/slashing/v1beta1/tx.d.ts +0 -228
  1487. package/cosmos/slashing/v1beta1/tx.js +0 -334
  1488. package/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -35
  1489. package/cosmos/slashing/v1beta1/tx.registry.js +0 -49
  1490. package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +0 -20
  1491. package/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -28
  1492. package/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +0 -20
  1493. package/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -28
  1494. package/cosmos/staking/module/v1/module.d.ts +0 -85
  1495. package/cosmos/staking/module/v1/module.js +0 -126
  1496. package/cosmos/staking/v1beta1/authz.d.ts +0 -162
  1497. package/cosmos/staking/v1beta1/authz.js +0 -284
  1498. package/cosmos/staking/v1beta1/genesis.d.ts +0 -181
  1499. package/cosmos/staking/v1beta1/genesis.js +0 -294
  1500. package/cosmos/staking/v1beta1/query.d.ts +0 -1710
  1501. package/cosmos/staking/v1beta1/query.js +0 -2684
  1502. package/cosmos/staking/v1beta1/query.rpc.func.d.ts +0 -124
  1503. package/cosmos/staking/v1beta1/query.rpc.func.js +0 -212
  1504. package/cosmos/staking/v1beta1/query.rpc.react.d.ts +0 -124
  1505. package/cosmos/staking/v1beta1/query.rpc.react.js +0 -170
  1506. package/cosmos/staking/v1beta1/staking.d.ts +0 -1559
  1507. package/cosmos/staking/v1beta1/staking.js +0 -2563
  1508. package/cosmos/staking/v1beta1/tx.d.ts +0 -824
  1509. package/cosmos/staking/v1beta1/tx.js +0 -1413
  1510. package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
  1511. package/cosmos/staking/v1beta1/tx.registry.js +0 -139
  1512. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +0 -58
  1513. package/cosmos/staking/v1beta1/tx.rpc.func.js +0 -76
  1514. package/cosmos/staking/v1beta1/tx.rpc.react.d.ts +0 -58
  1515. package/cosmos/staking/v1beta1/tx.rpc.react.js +0 -76
  1516. package/cosmos/tx/config/v1/config.d.ts +0 -69
  1517. package/cosmos/tx/config/v1/config.js +0 -99
  1518. package/cosmos/tx/signing/v1beta1/signing.d.ts +0 -386
  1519. package/cosmos/tx/signing/v1beta1/signing.js +0 -620
  1520. package/cosmos/tx/v1beta1/service.d.ts +0 -1263
  1521. package/cosmos/tx/v1beta1/service.js +0 -1913
  1522. package/cosmos/tx/v1beta1/service.rpc.func.d.ts +0 -74
  1523. package/cosmos/tx/v1beta1/service.rpc.func.js +0 -132
  1524. package/cosmos/tx/v1beta1/service.rpc.react.d.ts +0 -74
  1525. package/cosmos/tx/v1beta1/service.rpc.react.js +0 -105
  1526. package/cosmos/tx/v1beta1/tx.d.ts +0 -1126
  1527. package/cosmos/tx/v1beta1/tx.js +0 -1534
  1528. package/cosmos/upgrade/module/v1/module.d.ts +0 -57
  1529. package/cosmos/upgrade/module/v1/module.js +0 -87
  1530. package/cosmos/upgrade/v1beta1/query.d.ts +0 -591
  1531. package/cosmos/upgrade/v1beta1/query.js +0 -842
  1532. package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +0 -46
  1533. package/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -80
  1534. package/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +0 -46
  1535. package/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -65
  1536. package/cosmos/upgrade/v1beta1/tx.d.ts +0 -239
  1537. package/cosmos/upgrade/v1beta1/tx.js +0 -337
  1538. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
  1539. package/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
  1540. package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +0 -20
  1541. package/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -28
  1542. package/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +0 -20
  1543. package/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -28
  1544. package/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -343
  1545. package/cosmos/upgrade/v1beta1/upgrade.js +0 -459
  1546. package/cosmos_proto/bundle.d.ts +0 -1
  1547. package/cosmos_proto/bundle.js +0 -8
  1548. package/cosmos_proto/cosmos.d.ts +0 -186
  1549. package/cosmos_proto/cosmos.js +0 -252
  1550. package/cosmwasm/bundle.d.ts +0 -12
  1551. package/cosmwasm/bundle.js +0 -174
  1552. package/cosmwasm/wasm/v1/authz.d.ts +0 -701
  1553. package/cosmwasm/wasm/v1/authz.js +0 -1064
  1554. package/cosmwasm/wasm/v1/genesis.d.ts +0 -225
  1555. package/cosmwasm/wasm/v1/genesis.js +0 -494
  1556. package/cosmwasm/wasm/v1/ibc.d.ts +0 -238
  1557. package/cosmwasm/wasm/v1/ibc.js +0 -360
  1558. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +0 -1358
  1559. package/cosmwasm/wasm/v1/proposal_legacy.js +0 -1982
  1560. package/cosmwasm/wasm/v1/query.d.ts +0 -1730
  1561. package/cosmwasm/wasm/v1/query.js +0 -2803
  1562. package/cosmwasm/wasm/v1/query.rpc.func.d.ts +0 -100
  1563. package/cosmwasm/wasm/v1/query.rpc.func.js +0 -188
  1564. package/cosmwasm/wasm/v1/query.rpc.react.d.ts +0 -100
  1565. package/cosmwasm/wasm/v1/query.rpc.react.js +0 -146
  1566. package/cosmwasm/wasm/v1/tx.d.ts +0 -2354
  1567. package/cosmwasm/wasm/v1/tx.js +0 -3485
  1568. package/cosmwasm/wasm/v1/tx.registry.d.ts +0 -215
  1569. package/cosmwasm/wasm/v1/tx.registry.js +0 -319
  1570. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +0 -146
  1571. package/cosmwasm/wasm/v1/tx.rpc.func.js +0 -184
  1572. package/cosmwasm/wasm/v1/tx.rpc.react.d.ts +0 -146
  1573. package/cosmwasm/wasm/v1/tx.rpc.react.js +0 -184
  1574. package/cosmwasm/wasm/v1/types.d.ts +0 -559
  1575. package/cosmwasm/wasm/v1/types.js +0 -973
  1576. package/esm/amino/amino.js +0 -1
  1577. package/esm/binary.js +0 -365
  1578. package/esm/cosmos/app/runtime/v1alpha1/module.js +0 -306
  1579. package/esm/cosmos/app/v1alpha1/config.js +0 -326
  1580. package/esm/cosmos/app/v1alpha1/module.js +0 -300
  1581. package/esm/cosmos/app/v1alpha1/query.js +0 -161
  1582. package/esm/cosmos/app/v1alpha1/query.rpc.func.js +0 -15
  1583. package/esm/cosmos/app/v1alpha1/query.rpc.react.js +0 -12
  1584. package/esm/cosmos/auth/module/v1/module.js +0 -215
  1585. package/esm/cosmos/auth/v1beta1/auth.js +0 -479
  1586. package/esm/cosmos/auth/v1beta1/genesis.js +0 -101
  1587. package/esm/cosmos/auth/v1beta1/query.js +0 -1724
  1588. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +0 -149
  1589. package/esm/cosmos/auth/v1beta1/query.rpc.react.js +0 -119
  1590. package/esm/cosmos/auth/v1beta1/tx.js +0 -178
  1591. package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -28
  1592. package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +0 -14
  1593. package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +0 -14
  1594. package/esm/cosmos/authz/module/v1/module.js +0 -71
  1595. package/esm/cosmos/authz/v1beta1/authz.js +0 -423
  1596. package/esm/cosmos/authz/v1beta1/event.js +0 -215
  1597. package/esm/cosmos/authz/v1beta1/genesis.js +0 -94
  1598. package/esm/cosmos/authz/v1beta1/query.js +0 -640
  1599. package/esm/cosmos/authz/v1beta1/query.rpc.func.js +0 -45
  1600. package/esm/cosmos/authz/v1beta1/query.rpc.react.js +0 -36
  1601. package/esm/cosmos/authz/v1beta1/tx.js +0 -552
  1602. package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -64
  1603. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +0 -35
  1604. package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +0 -35
  1605. package/esm/cosmos/autocli/v1/options.js +0 -893
  1606. package/esm/cosmos/autocli/v1/query.js +0 -257
  1607. package/esm/cosmos/autocli/v1/query.rpc.func.js +0 -15
  1608. package/esm/cosmos/autocli/v1/query.rpc.react.js +0 -12
  1609. package/esm/cosmos/bank/module/v1/module.js +0 -114
  1610. package/esm/cosmos/bank/v1beta1/authz.js +0 -114
  1611. package/esm/cosmos/bank/v1beta1/bank.js +0 -791
  1612. package/esm/cosmos/bank/v1beta1/genesis.js +0 -260
  1613. package/esm/cosmos/bank/v1beta1/query.js +0 -2598
  1614. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +0 -208
  1615. package/esm/cosmos/bank/v1beta1/query.rpc.react.js +0 -169
  1616. package/esm/cosmos/bank/v1beta1/tx.js +0 -737
  1617. package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -82
  1618. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +0 -46
  1619. package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +0 -46
  1620. package/esm/cosmos/base/abci/v1beta1/abci.js +0 -1383
  1621. package/esm/cosmos/base/node/v1beta1/query.js +0 -393
  1622. package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +0 -28
  1623. package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +0 -22
  1624. package/esm/cosmos/base/query/v1beta1/pagination.js +0 -240
  1625. package/esm/cosmos/base/reflection/v1beta1/reflection.js +0 -328
  1626. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -30
  1627. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -24
  1628. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +0 -2364
  1629. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -82
  1630. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -64
  1631. package/esm/cosmos/base/tendermint/v1beta1/query.js +0 -2045
  1632. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -97
  1633. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -76
  1634. package/esm/cosmos/base/tendermint/v1beta1/types.js +0 -380
  1635. package/esm/cosmos/base/v1beta1/coin.js +0 -366
  1636. package/esm/cosmos/bundle.js +0 -188
  1637. package/esm/cosmos/consensus/module/v1/module.js +0 -84
  1638. package/esm/cosmos/consensus/v1/query.js +0 -161
  1639. package/esm/cosmos/consensus/v1/query.rpc.func.js +0 -15
  1640. package/esm/cosmos/consensus/v1/query.rpc.react.js +0 -12
  1641. package/esm/cosmos/consensus/v1/tx.js +0 -213
  1642. package/esm/cosmos/consensus/v1/tx.registry.js +0 -28
  1643. package/esm/cosmos/consensus/v1/tx.rpc.func.js +0 -14
  1644. package/esm/cosmos/consensus/v1/tx.rpc.react.js +0 -14
  1645. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +0 -188
  1646. package/esm/cosmos/distribution/module/v1/module.js +0 -96
  1647. package/esm/cosmos/distribution/v1beta1/distribution.js +0 -1297
  1648. package/esm/cosmos/distribution/v1beta1/genesis.js +0 -979
  1649. package/esm/cosmos/distribution/v1beta1/query.js +0 -1822
  1650. package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +0 -133
  1651. package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +0 -103
  1652. package/esm/cosmos/distribution/v1beta1/tx.js +0 -1267
  1653. package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -136
  1654. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -80
  1655. package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -80
  1656. package/esm/cosmos/evidence/module/v1/module.js +0 -71
  1657. package/esm/cosmos/evidence/v1beta1/evidence.js +0 -123
  1658. package/esm/cosmos/evidence/v1beta1/genesis.js +0 -88
  1659. package/esm/cosmos/evidence/v1beta1/query.js +0 -376
  1660. package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +0 -28
  1661. package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +0 -22
  1662. package/esm/cosmos/evidence/v1beta1/tx.js +0 -183
  1663. package/esm/cosmos/evidence/v1beta1/tx.registry.js +0 -28
  1664. package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -12
  1665. package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -12
  1666. package/esm/cosmos/evm/feemarket/v1/events.js +0 -179
  1667. package/esm/cosmos/evm/feemarket/v1/feemarket.js +0 -157
  1668. package/esm/cosmos/evm/feemarket/v1/genesis.js +0 -103
  1669. package/esm/cosmos/evm/feemarket/v1/query.js +0 -470
  1670. package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -41
  1671. package/esm/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -32
  1672. package/esm/cosmos/evm/feemarket/v1/tx.js +0 -174
  1673. package/esm/cosmos/evm/feemarket/v1/tx.registry.js +0 -28
  1674. package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -13
  1675. package/esm/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -13
  1676. package/esm/cosmos/evm/vm/v1/events.js +0 -432
  1677. package/esm/cosmos/evm/vm/v1/evm.js +0 -1612
  1678. package/esm/cosmos/evm/vm/v1/genesis.js +0 -224
  1679. package/esm/cosmos/evm/vm/v1/query.js +0 -2677
  1680. package/esm/cosmos/evm/vm/v1/query.rpc.func.js +0 -193
  1681. package/esm/cosmos/evm/vm/v1/query.rpc.react.js +0 -150
  1682. package/esm/cosmos/evm/vm/v1/tx.js +0 -1129
  1683. package/esm/cosmos/evm/vm/v1/tx.registry.js +0 -46
  1684. package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +0 -22
  1685. package/esm/cosmos/evm/vm/v1/tx.rpc.react.js +0 -22
  1686. package/esm/cosmos/feegrant/module/v1/module.js +0 -71
  1687. package/esm/cosmos/feegrant/v1beta1/feegrant.js +0 -480
  1688. package/esm/cosmos/feegrant/v1beta1/genesis.js +0 -94
  1689. package/esm/cosmos/feegrant/v1beta1/query.js +0 -599
  1690. package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -43
  1691. package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -34
  1692. package/esm/cosmos/feegrant/v1beta1/tx.js +0 -511
  1693. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -64
  1694. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -33
  1695. package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -33
  1696. package/esm/cosmos/gov/module/v1/module.js +0 -96
  1697. package/esm/cosmos/gov/v1/genesis.js +0 -202
  1698. package/esm/cosmos/gov/v1/gov.js +0 -1434
  1699. package/esm/cosmos/gov/v1/query.js +0 -1713
  1700. package/esm/cosmos/gov/v1/query.rpc.func.js +0 -119
  1701. package/esm/cosmos/gov/v1/query.rpc.react.js +0 -92
  1702. package/esm/cosmos/gov/v1/tx.js +0 -1403
  1703. package/esm/cosmos/gov/v1/tx.registry.js +0 -136
  1704. package/esm/cosmos/gov/v1/tx.rpc.func.js +0 -71
  1705. package/esm/cosmos/gov/v1/tx.rpc.react.js +0 -71
  1706. package/esm/cosmos/gov/v1beta1/genesis.js +0 -177
  1707. package/esm/cosmos/gov/v1beta1/gov.js +0 -1207
  1708. package/esm/cosmos/gov/v1beta1/query.js +0 -1547
  1709. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +0 -106
  1710. package/esm/cosmos/gov/v1beta1/query.rpc.react.js +0 -82
  1711. package/esm/cosmos/gov/v1beta1/tx.js +0 -778
  1712. package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -82
  1713. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +0 -40
  1714. package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +0 -40
  1715. package/esm/cosmos/ics23/v1/proofs.js +0 -1781
  1716. package/esm/cosmos/mint/module/v1/module.js +0 -96
  1717. package/esm/cosmos/mint/v1beta1/genesis.js +0 -104
  1718. package/esm/cosmos/mint/v1beta1/mint.js +0 -240
  1719. package/esm/cosmos/mint/v1beta1/query.js +0 -471
  1720. package/esm/cosmos/mint/v1beta1/query.rpc.func.js +0 -41
  1721. package/esm/cosmos/mint/v1beta1/query.rpc.react.js +0 -32
  1722. package/esm/cosmos/mint/v1beta1/tx.js +0 -178
  1723. package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -28
  1724. package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +0 -14
  1725. package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +0 -14
  1726. package/esm/cosmos/msg/v1/msg.js +0 -1
  1727. package/esm/cosmos/params/module/v1/module.js +0 -71
  1728. package/esm/cosmos/params/v1beta1/params.js +0 -227
  1729. package/esm/cosmos/params/v1beta1/query.js +0 -454
  1730. package/esm/cosmos/params/v1beta1/query.rpc.func.js +0 -31
  1731. package/esm/cosmos/params/v1beta1/query.rpc.react.js +0 -25
  1732. package/esm/cosmos/query/v1/query.js +0 -1
  1733. package/esm/cosmos/slashing/module/v1/module.js +0 -84
  1734. package/esm/cosmos/slashing/v1beta1/genesis.js +0 -422
  1735. package/esm/cosmos/slashing/v1beta1/query.js +0 -529
  1736. package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +0 -41
  1737. package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +0 -32
  1738. package/esm/cosmos/slashing/v1beta1/slashing.js +0 -279
  1739. package/esm/cosmos/slashing/v1beta1/tx.js +0 -331
  1740. package/esm/cosmos/slashing/v1beta1/tx.registry.js +0 -46
  1741. package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -25
  1742. package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -25
  1743. package/esm/cosmos/staking/module/v1/module.js +0 -123
  1744. package/esm/cosmos/staking/v1beta1/authz.js +0 -279
  1745. package/esm/cosmos/staking/v1beta1/genesis.js +0 -291
  1746. package/esm/cosmos/staking/v1beta1/query.js +0 -2681
  1747. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +0 -209
  1748. package/esm/cosmos/staking/v1beta1/query.rpc.react.js +0 -167
  1749. package/esm/cosmos/staking/v1beta1/staking.js +0 -2556
  1750. package/esm/cosmos/staking/v1beta1/tx.js +0 -1410
  1751. package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -136
  1752. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +0 -73
  1753. package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +0 -73
  1754. package/esm/cosmos/tx/config/v1/config.js +0 -96
  1755. package/esm/cosmos/tx/signing/v1beta1/signing.js +0 -615
  1756. package/esm/cosmos/tx/v1beta1/service.js +0 -1906
  1757. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +0 -129
  1758. package/esm/cosmos/tx/v1beta1/service.rpc.react.js +0 -102
  1759. package/esm/cosmos/tx/v1beta1/tx.js +0 -1531
  1760. package/esm/cosmos/upgrade/module/v1/module.js +0 -84
  1761. package/esm/cosmos/upgrade/v1beta1/query.js +0 -839
  1762. package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -77
  1763. package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -62
  1764. package/esm/cosmos/upgrade/v1beta1/tx.js +0 -334
  1765. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -46
  1766. package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -25
  1767. package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -25
  1768. package/esm/cosmos/upgrade/v1beta1/upgrade.js +0 -456
  1769. package/esm/cosmos_proto/bundle.js +0 -1
  1770. package/esm/cosmos_proto/cosmos.js +0 -247
  1771. package/esm/cosmwasm/bundle.js +0 -12
  1772. package/esm/cosmwasm/wasm/v1/authz.js +0 -1061
  1773. package/esm/cosmwasm/wasm/v1/genesis.js +0 -491
  1774. package/esm/cosmwasm/wasm/v1/ibc.js +0 -357
  1775. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +0 -1979
  1776. package/esm/cosmwasm/wasm/v1/query.js +0 -2800
  1777. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +0 -185
  1778. package/esm/cosmwasm/wasm/v1/query.rpc.react.js +0 -143
  1779. package/esm/cosmwasm/wasm/v1/tx.js +0 -3482
  1780. package/esm/cosmwasm/wasm/v1/tx.registry.js +0 -316
  1781. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +0 -181
  1782. package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +0 -181
  1783. package/esm/cosmwasm/wasm/v1/types.js +0 -966
  1784. package/esm/ethermint/bundle.js +0 -25
  1785. package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -157
  1786. package/esm/ethermint/evm/v1/events.js +0 -404
  1787. package/esm/ethermint/evm/v1/evm.js +0 -1256
  1788. package/esm/ethermint/evm/v1/genesis.js +0 -210
  1789. package/esm/ethermint/evm/v1/query.js +0 -2149
  1790. package/esm/ethermint/evm/v1/query.rpc.func.js +0 -162
  1791. package/esm/ethermint/evm/v1/query.rpc.react.js +0 -125
  1792. package/esm/ethermint/evm/v1/tx.js +0 -1084
  1793. package/esm/ethermint/evm/v1/tx.registry.js +0 -46
  1794. package/esm/ethermint/evm/v1/tx.rpc.func.js +0 -21
  1795. package/esm/ethermint/evm/v1/tx.rpc.react.js +0 -21
  1796. package/esm/ethermint/feemarket/v1/events.js +0 -165
  1797. package/esm/ethermint/feemarket/v1/feemarket.js +0 -157
  1798. package/esm/ethermint/feemarket/v1/genesis.js +0 -96
  1799. package/esm/ethermint/feemarket/v1/query.js +0 -427
  1800. package/esm/ethermint/feemarket/v1/query.rpc.func.js +0 -41
  1801. package/esm/ethermint/feemarket/v1/query.rpc.react.js +0 -32
  1802. package/esm/ethermint/feemarket/v1/tx.js +0 -167
  1803. package/esm/ethermint/feemarket/v1/tx.registry.js +0 -28
  1804. package/esm/ethermint/feemarket/v1/tx.rpc.func.js +0 -12
  1805. package/esm/ethermint/feemarket/v1/tx.rpc.react.js +0 -12
  1806. package/esm/ethermint/types/v1/account.js +0 -98
  1807. package/esm/ethermint/types/v1/dynamic_fee.js +0 -77
  1808. package/esm/ethermint/types/v1/indexer.js +0 -149
  1809. package/esm/ethermint/types/v1/web3.js +0 -103
  1810. package/esm/extern.js +0 -40
  1811. package/esm/gogoproto/gogo.js +0 -1
  1812. package/esm/google/api/annotations.js +0 -1
  1813. package/esm/google/api/http.js +0 -644
  1814. package/esm/google/bundle.js +0 -5
  1815. package/esm/google/protobuf/any.js +0 -169
  1816. package/esm/google/protobuf/descriptor.js +0 -5678
  1817. package/esm/google/protobuf/duration.js +0 -140
  1818. package/esm/google/protobuf/timestamp.js +0 -168
  1819. package/esm/helper-func-types.js +0 -52
  1820. package/esm/helpers.js +0 -99
  1821. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -85
  1822. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +0 -339
  1823. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -28
  1824. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -22
  1825. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -596
  1826. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -64
  1827. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -29
  1828. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -29
  1829. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -599
  1830. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +0 -197
  1831. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +0 -161
  1832. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -15
  1833. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -12
  1834. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +0 -375
  1835. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -46
  1836. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -20
  1837. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -20
  1838. package/esm/ibc/applications/interchain_accounts/v1/account.js +0 -105
  1839. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +0 -145
  1840. package/esm/ibc/applications/interchain_accounts/v1/packet.js +0 -234
  1841. package/esm/ibc/applications/transfer/v1/authz.js +0 -242
  1842. package/esm/ibc/applications/transfer/v1/denomtrace.js +0 -98
  1843. package/esm/ibc/applications/transfer/v1/genesis.js +0 -137
  1844. package/esm/ibc/applications/transfer/v1/packet.js +0 -134
  1845. package/esm/ibc/applications/transfer/v1/query.js +0 -1048
  1846. package/esm/ibc/applications/transfer/v1/query.rpc.func.js +0 -80
  1847. package/esm/ibc/applications/transfer/v1/query.rpc.react.js +0 -62
  1848. package/esm/ibc/applications/transfer/v1/token.js +0 -300
  1849. package/esm/ibc/applications/transfer/v1/transfer.js +0 -99
  1850. package/esm/ibc/applications/transfer/v1/tx.js +0 -445
  1851. package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -46
  1852. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +0 -20
  1853. package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +0 -20
  1854. package/esm/ibc/bundle.js +0 -94
  1855. package/esm/ibc/core/channel/v1/channel.js +0 -1120
  1856. package/esm/ibc/core/channel/v1/genesis.js +0 -306
  1857. package/esm/ibc/core/channel/v1/query.js +0 -3137
  1858. package/esm/ibc/core/channel/v1/query.rpc.func.js +0 -192
  1859. package/esm/ibc/core/channel/v1/query.rpc.react.js +0 -150
  1860. package/esm/ibc/core/channel/v1/tx.js +0 -2225
  1861. package/esm/ibc/core/channel/v1/tx.registry.js +0 -190
  1862. package/esm/ibc/core/channel/v1/tx.rpc.func.js +0 -93
  1863. package/esm/ibc/core/channel/v1/tx.rpc.react.js +0 -93
  1864. package/esm/ibc/core/channel/v2/genesis.js +0 -360
  1865. package/esm/ibc/core/channel/v2/packet.js +0 -508
  1866. package/esm/ibc/core/channel/v2/query.js +0 -1727
  1867. package/esm/ibc/core/channel/v2/query.rpc.func.js +0 -106
  1868. package/esm/ibc/core/channel/v2/query.rpc.react.js +0 -82
  1869. package/esm/ibc/core/channel/v2/tx.js +0 -901
  1870. package/esm/ibc/core/channel/v2/tx.registry.js +0 -82
  1871. package/esm/ibc/core/channel/v2/tx.rpc.func.js +0 -38
  1872. package/esm/ibc/core/channel/v2/tx.rpc.react.js +0 -38
  1873. package/esm/ibc/core/client/v1/client.js +0 -488
  1874. package/esm/ibc/core/client/v1/genesis.js +0 -364
  1875. package/esm/ibc/core/client/v1/query.js +0 -2095
  1876. package/esm/ibc/core/client/v1/query.rpc.func.js +0 -147
  1877. package/esm/ibc/core/client/v1/query.rpc.react.js +0 -114
  1878. package/esm/ibc/core/client/v1/tx.js +0 -1458
  1879. package/esm/ibc/core/client/v1/tx.registry.js +0 -154
  1880. package/esm/ibc/core/client/v1/tx.rpc.func.js +0 -74
  1881. package/esm/ibc/core/client/v1/tx.rpc.react.js +0 -74
  1882. package/esm/ibc/core/client/v2/config.js +0 -90
  1883. package/esm/ibc/core/client/v2/counterparty.js +0 -100
  1884. package/esm/ibc/core/client/v2/genesis.js +0 -194
  1885. package/esm/ibc/core/client/v2/query.js +0 -348
  1886. package/esm/ibc/core/client/v2/query.rpc.func.js +0 -28
  1887. package/esm/ibc/core/client/v2/query.rpc.react.js +0 -22
  1888. package/esm/ibc/core/client/v2/tx.js +0 -378
  1889. package/esm/ibc/core/client/v2/tx.registry.js +0 -46
  1890. package/esm/ibc/core/client/v2/tx.rpc.func.js +0 -20
  1891. package/esm/ibc/core/client/v2/tx.rpc.react.js +0 -20
  1892. package/esm/ibc/core/commitment/v1/commitment.js +0 -268
  1893. package/esm/ibc/core/commitment/v2/commitment.js +0 -118
  1894. package/esm/ibc/core/connection/v1/connection.js +0 -833
  1895. package/esm/ibc/core/connection/v1/genesis.js +0 -135
  1896. package/esm/ibc/core/connection/v1/query.js +0 -1202
  1897. package/esm/ibc/core/connection/v1/query.rpc.func.js +0 -83
  1898. package/esm/ibc/core/connection/v1/query.rpc.react.js +0 -65
  1899. package/esm/ibc/core/connection/v1/tx.js +0 -1168
  1900. package/esm/ibc/core/connection/v1/tx.registry.js +0 -100
  1901. package/esm/ibc/core/connection/v1/tx.rpc.func.js +0 -49
  1902. package/esm/ibc/core/connection/v1/tx.rpc.react.js +0 -49
  1903. package/esm/ibc/core/types/v1/genesis.js +0 -147
  1904. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +0 -1797
  1905. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +0 -900
  1906. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +0 -685
  1907. package/esm/ibc/lightclients/wasm/v1/genesis.js +0 -177
  1908. package/esm/ibc/lightclients/wasm/v1/query.js +0 -361
  1909. package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -28
  1910. package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -22
  1911. package/esm/ibc/lightclients/wasm/v1/tx.js +0 -534
  1912. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -64
  1913. package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -29
  1914. package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -29
  1915. package/esm/ibc/lightclients/wasm/v1/wasm.js +0 -372
  1916. package/esm/index.js +0 -21
  1917. package/esm/react-query.js +0 -90
  1918. package/esm/registry.js +0 -162
  1919. package/esm/tendermint/abci/types.js +0 -5622
  1920. package/esm/tendermint/bundle.js +0 -10
  1921. package/esm/tendermint/crypto/keys.js +0 -90
  1922. package/esm/tendermint/crypto/proof.js +0 -494
  1923. package/esm/tendermint/p2p/types.js +0 -453
  1924. package/esm/tendermint/types/block.js +0 -123
  1925. package/esm/tendermint/types/evidence.js +0 -444
  1926. package/esm/tendermint/types/params.js +0 -647
  1927. package/esm/tendermint/types/types.js +0 -1897
  1928. package/esm/tendermint/types/validator.js +0 -367
  1929. package/esm/tendermint/version/types.js +0 -181
  1930. package/esm/types.js +0 -6
  1931. package/esm/utf8.js +0 -136
  1932. package/esm/varint.js +0 -407
  1933. package/esm/xpla/bundle.js +0 -28
  1934. package/esm/xpla/burn/v1beta1/burn.js +0 -111
  1935. package/esm/xpla/burn/v1beta1/genesis.js +0 -87
  1936. package/esm/xpla/burn/v1beta1/query.js +0 -327
  1937. package/esm/xpla/burn/v1beta1/query.rpc.func.js +0 -28
  1938. package/esm/xpla/burn/v1beta1/query.rpc.react.js +0 -22
  1939. package/esm/xpla/burn/v1beta1/tx.js +0 -169
  1940. package/esm/xpla/burn/v1beta1/tx.registry.js +0 -28
  1941. package/esm/xpla/burn/v1beta1/tx.rpc.func.js +0 -11
  1942. package/esm/xpla/burn/v1beta1/tx.rpc.react.js +0 -11
  1943. package/esm/xpla/reward/v1beta1/genesis.js +0 -84
  1944. package/esm/xpla/reward/v1beta1/query.js +0 -297
  1945. package/esm/xpla/reward/v1beta1/query.rpc.func.js +0 -28
  1946. package/esm/xpla/reward/v1beta1/query.rpc.react.js +0 -22
  1947. package/esm/xpla/reward/v1beta1/reward.js +0 -133
  1948. package/esm/xpla/reward/v1beta1/tx.js +0 -337
  1949. package/esm/xpla/reward/v1beta1/tx.registry.js +0 -46
  1950. package/esm/xpla/reward/v1beta1/tx.rpc.func.js +0 -23
  1951. package/esm/xpla/reward/v1beta1/tx.rpc.react.js +0 -23
  1952. package/esm/xpla/volunteer/v1beta1/genesis.js +0 -87
  1953. package/esm/xpla/volunteer/v1beta1/proposal.js +0 -568
  1954. package/esm/xpla/volunteer/v1beta1/query.js +0 -143
  1955. package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +0 -15
  1956. package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +0 -12
  1957. package/esm/xpla/volunteer/v1beta1/tx.js +0 -379
  1958. package/esm/xpla/volunteer/v1beta1/tx.registry.js +0 -46
  1959. package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -21
  1960. package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -21
  1961. package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +0 -89
  1962. package/ethermint/bundle.d.ts +0 -25
  1963. package/ethermint/bundle.js +0 -142
  1964. package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +0 -117
  1965. package/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -160
  1966. package/ethermint/evm/v1/events.d.ts +0 -278
  1967. package/ethermint/evm/v1/events.js +0 -407
  1968. package/ethermint/evm/v1/evm.d.ts +0 -862
  1969. package/ethermint/evm/v1/evm.js +0 -1259
  1970. package/ethermint/evm/v1/genesis.d.ts +0 -139
  1971. package/ethermint/evm/v1/genesis.js +0 -213
  1972. package/ethermint/evm/v1/query.d.ts +0 -1484
  1973. package/ethermint/evm/v1/query.js +0 -2152
  1974. package/ethermint/evm/v1/query.rpc.func.d.ts +0 -89
  1975. package/ethermint/evm/v1/query.rpc.func.js +0 -165
  1976. package/ethermint/evm/v1/query.rpc.react.d.ts +0 -89
  1977. package/ethermint/evm/v1/query.rpc.react.js +0 -128
  1978. package/ethermint/evm/v1/tx.d.ts +0 -735
  1979. package/ethermint/evm/v1/tx.js +0 -1087
  1980. package/ethermint/evm/v1/tx.registry.d.ts +0 -35
  1981. package/ethermint/evm/v1/tx.registry.js +0 -49
  1982. package/ethermint/evm/v1/tx.rpc.func.d.ts +0 -16
  1983. package/ethermint/evm/v1/tx.rpc.func.js +0 -24
  1984. package/ethermint/evm/v1/tx.rpc.react.d.ts +0 -16
  1985. package/ethermint/evm/v1/tx.rpc.react.js +0 -24
  1986. package/ethermint/feemarket/v1/events.d.ts +0 -116
  1987. package/ethermint/feemarket/v1/events.js +0 -168
  1988. package/ethermint/feemarket/v1/feemarket.d.ts +0 -111
  1989. package/ethermint/feemarket/v1/feemarket.js +0 -160
  1990. package/ethermint/feemarket/v1/genesis.d.ts +0 -66
  1991. package/ethermint/feemarket/v1/genesis.js +0 -99
  1992. package/ethermint/feemarket/v1/query.d.ts +0 -303
  1993. package/ethermint/feemarket/v1/query.js +0 -430
  1994. package/ethermint/feemarket/v1/query.rpc.func.d.ts +0 -22
  1995. package/ethermint/feemarket/v1/query.rpc.func.js +0 -44
  1996. package/ethermint/feemarket/v1/query.rpc.react.d.ts +0 -22
  1997. package/ethermint/feemarket/v1/query.rpc.react.js +0 -35
  1998. package/ethermint/feemarket/v1/tx.d.ts +0 -116
  1999. package/ethermint/feemarket/v1/tx.js +0 -170
  2000. package/ethermint/feemarket/v1/tx.registry.d.ts +0 -23
  2001. package/ethermint/feemarket/v1/tx.registry.js +0 -31
  2002. package/ethermint/feemarket/v1/tx.rpc.func.d.ts +0 -9
  2003. package/ethermint/feemarket/v1/tx.rpc.func.js +0 -15
  2004. package/ethermint/feemarket/v1/tx.rpc.react.d.ts +0 -9
  2005. package/ethermint/feemarket/v1/tx.rpc.react.js +0 -15
  2006. package/ethermint/types/v1/account.d.ts +0 -67
  2007. package/ethermint/types/v1/account.js +0 -101
  2008. package/ethermint/types/v1/dynamic_fee.d.ts +0 -55
  2009. package/ethermint/types/v1/dynamic_fee.js +0 -80
  2010. package/ethermint/types/v1/indexer.d.ts +0 -109
  2011. package/ethermint/types/v1/indexer.js +0 -152
  2012. package/ethermint/types/v1/web3.d.ts +0 -80
  2013. package/ethermint/types/v1/web3.js +0 -106
  2014. package/extern.d.ts +0 -11
  2015. package/extern.js +0 -46
  2016. package/gogoproto/gogo.d.ts +0 -1
  2017. package/gogoproto/gogo.js +0 -2
  2018. package/google/api/annotations.d.ts +0 -1
  2019. package/google/api/annotations.js +0 -2
  2020. package/google/api/http.d.ts +0 -1096
  2021. package/google/api/http.js +0 -647
  2022. package/google/bundle.d.ts +0 -5
  2023. package/google/bundle.js +0 -21
  2024. package/google/protobuf/any.d.ts +0 -369
  2025. package/google/protobuf/any.js +0 -172
  2026. package/google/protobuf/descriptor.d.ts +0 -3699
  2027. package/google/protobuf/descriptor.js +0 -5722
  2028. package/google/protobuf/duration.d.ts +0 -232
  2029. package/google/protobuf/duration.js +0 -143
  2030. package/google/protobuf/timestamp.d.ts +0 -323
  2031. package/google/protobuf/timestamp.js +0 -171
  2032. package/helper-func-types.d.ts +0 -40
  2033. package/helper-func-types.js +0 -56
  2034. package/helpers.d.ts +0 -80
  2035. package/helpers.js +0 -114
  2036. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +0 -60
  2037. package/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -88
  2038. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +0 -205
  2039. package/ibc/applications/interchain_accounts/controller/v1/query.js +0 -342
  2040. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +0 -15
  2041. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -31
  2042. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +0 -15
  2043. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -25
  2044. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +0 -337
  2045. package/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -599
  2046. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
  2047. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
  2048. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +0 -22
  2049. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -32
  2050. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +0 -22
  2051. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -32
  2052. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +0 -278
  2053. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -602
  2054. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +0 -138
  2055. package/ibc/applications/interchain_accounts/host/v1/host.js +0 -200
  2056. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +0 -105
  2057. package/ibc/applications/interchain_accounts/host/v1/query.js +0 -164
  2058. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +0 -8
  2059. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -18
  2060. package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +0 -8
  2061. package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -15
  2062. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +0 -243
  2063. package/ibc/applications/interchain_accounts/host/v1/tx.js +0 -378
  2064. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
  2065. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
  2066. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +0 -15
  2067. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -23
  2068. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +0 -15
  2069. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -23
  2070. package/ibc/applications/interchain_accounts/v1/account.d.ts +0 -54
  2071. package/ibc/applications/interchain_accounts/v1/account.js +0 -108
  2072. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +0 -102
  2073. package/ibc/applications/interchain_accounts/v1/metadata.js +0 -148
  2074. package/ibc/applications/interchain_accounts/v1/packet.d.ts +0 -119
  2075. package/ibc/applications/interchain_accounts/v1/packet.js +0 -239
  2076. package/ibc/applications/transfer/v1/authz.d.ts +0 -150
  2077. package/ibc/applications/transfer/v1/authz.js +0 -245
  2078. package/ibc/applications/transfer/v1/denomtrace.d.ts +0 -73
  2079. package/ibc/applications/transfer/v1/denomtrace.js +0 -101
  2080. package/ibc/applications/transfer/v1/genesis.d.ts +0 -68
  2081. package/ibc/applications/transfer/v1/genesis.js +0 -140
  2082. package/ibc/applications/transfer/v1/packet.d.ts +0 -95
  2083. package/ibc/applications/transfer/v1/packet.js +0 -137
  2084. package/ibc/applications/transfer/v1/query.d.ts +0 -680
  2085. package/ibc/applications/transfer/v1/query.js +0 -1051
  2086. package/ibc/applications/transfer/v1/query.rpc.func.d.ts +0 -43
  2087. package/ibc/applications/transfer/v1/query.rpc.func.js +0 -83
  2088. package/ibc/applications/transfer/v1/query.rpc.react.d.ts +0 -43
  2089. package/ibc/applications/transfer/v1/query.rpc.react.js +0 -65
  2090. package/ibc/applications/transfer/v1/token.d.ts +0 -179
  2091. package/ibc/applications/transfer/v1/token.js +0 -303
  2092. package/ibc/applications/transfer/v1/transfer.d.ts +0 -78
  2093. package/ibc/applications/transfer/v1/transfer.js +0 -102
  2094. package/ibc/applications/transfer/v1/tx.d.ts +0 -309
  2095. package/ibc/applications/transfer/v1/tx.js +0 -448
  2096. package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
  2097. package/ibc/applications/transfer/v1/tx.registry.js +0 -49
  2098. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +0 -15
  2099. package/ibc/applications/transfer/v1/tx.rpc.func.js +0 -23
  2100. package/ibc/applications/transfer/v1/tx.rpc.react.d.ts +0 -15
  2101. package/ibc/applications/transfer/v1/tx.rpc.react.js +0 -23
  2102. package/ibc/bundle.d.ts +0 -94
  2103. package/ibc/bundle.js +0 -540
  2104. package/ibc/core/channel/v1/channel.d.ts +0 -729
  2105. package/ibc/core/channel/v1/channel.js +0 -1127
  2106. package/ibc/core/channel/v1/genesis.d.ts +0 -128
  2107. package/ibc/core/channel/v1/genesis.js +0 -309
  2108. package/ibc/core/channel/v1/query.d.ts +0 -2021
  2109. package/ibc/core/channel/v1/query.js +0 -3140
  2110. package/ibc/core/channel/v1/query.rpc.func.d.ts +0 -107
  2111. package/ibc/core/channel/v1/query.rpc.func.js +0 -195
  2112. package/ibc/core/channel/v1/query.rpc.react.d.ts +0 -107
  2113. package/ibc/core/channel/v1/query.rpc.react.js +0 -153
  2114. package/ibc/core/channel/v1/tx.d.ts +0 -1116
  2115. package/ibc/core/channel/v1/tx.js +0 -2230
  2116. package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
  2117. package/ibc/core/channel/v1/tx.registry.js +0 -193
  2118. package/ibc/core/channel/v1/tx.rpc.func.d.ts +0 -72
  2119. package/ibc/core/channel/v1/tx.rpc.func.js +0 -96
  2120. package/ibc/core/channel/v1/tx.rpc.react.d.ts +0 -72
  2121. package/ibc/core/channel/v1/tx.rpc.react.js +0 -96
  2122. package/ibc/core/channel/v2/genesis.d.ts +0 -202
  2123. package/ibc/core/channel/v2/genesis.js +0 -363
  2124. package/ibc/core/channel/v2/packet.d.ts +0 -322
  2125. package/ibc/core/channel/v2/packet.js +0 -513
  2126. package/ibc/core/channel/v2/query.d.ts +0 -1067
  2127. package/ibc/core/channel/v2/query.js +0 -1730
  2128. package/ibc/core/channel/v2/query.rpc.func.d.ts +0 -57
  2129. package/ibc/core/channel/v2/query.rpc.func.js +0 -109
  2130. package/ibc/core/channel/v2/query.rpc.react.d.ts +0 -57
  2131. package/ibc/core/channel/v2/query.rpc.react.js +0 -85
  2132. package/ibc/core/channel/v2/tx.d.ts +0 -437
  2133. package/ibc/core/channel/v2/tx.js +0 -906
  2134. package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
  2135. package/ibc/core/channel/v2/tx.registry.js +0 -85
  2136. package/ibc/core/channel/v2/tx.rpc.func.d.ts +0 -29
  2137. package/ibc/core/channel/v2/tx.rpc.func.js +0 -41
  2138. package/ibc/core/channel/v2/tx.rpc.react.d.ts +0 -29
  2139. package/ibc/core/channel/v2/tx.rpc.react.js +0 -41
  2140. package/ibc/core/client/v1/client.d.ts +0 -359
  2141. package/ibc/core/client/v1/client.js +0 -491
  2142. package/ibc/core/client/v1/genesis.d.ts +0 -216
  2143. package/ibc/core/client/v1/genesis.js +0 -367
  2144. package/ibc/core/client/v1/query.d.ts +0 -1398
  2145. package/ibc/core/client/v1/query.js +0 -2098
  2146. package/ibc/core/client/v1/query.rpc.func.d.ts +0 -80
  2147. package/ibc/core/client/v1/query.rpc.func.js +0 -150
  2148. package/ibc/core/client/v1/query.rpc.react.d.ts +0 -80
  2149. package/ibc/core/client/v1/query.rpc.react.js +0 -117
  2150. package/ibc/core/client/v1/tx.d.ts +0 -995
  2151. package/ibc/core/client/v1/tx.js +0 -1461
  2152. package/ibc/core/client/v1/tx.registry.d.ts +0 -107
  2153. package/ibc/core/client/v1/tx.registry.js +0 -157
  2154. package/ibc/core/client/v1/tx.rpc.func.d.ts +0 -57
  2155. package/ibc/core/client/v1/tx.rpc.func.js +0 -77
  2156. package/ibc/core/client/v1/tx.rpc.react.d.ts +0 -57
  2157. package/ibc/core/client/v1/tx.rpc.react.js +0 -77
  2158. package/ibc/core/client/v2/config.d.ts +0 -66
  2159. package/ibc/core/client/v2/config.js +0 -93
  2160. package/ibc/core/client/v2/counterparty.d.ts +0 -65
  2161. package/ibc/core/client/v2/counterparty.js +0 -103
  2162. package/ibc/core/client/v2/genesis.d.ts +0 -121
  2163. package/ibc/core/client/v2/genesis.js +0 -197
  2164. package/ibc/core/client/v2/query.d.ts +0 -218
  2165. package/ibc/core/client/v2/query.js +0 -351
  2166. package/ibc/core/client/v2/query.rpc.func.d.ts +0 -15
  2167. package/ibc/core/client/v2/query.rpc.func.js +0 -31
  2168. package/ibc/core/client/v2/query.rpc.react.d.ts +0 -15
  2169. package/ibc/core/client/v2/query.rpc.react.js +0 -25
  2170. package/ibc/core/client/v2/tx.d.ts +0 -251
  2171. package/ibc/core/client/v2/tx.js +0 -381
  2172. package/ibc/core/client/v2/tx.registry.d.ts +0 -35
  2173. package/ibc/core/client/v2/tx.registry.js +0 -49
  2174. package/ibc/core/client/v2/tx.rpc.func.d.ts +0 -15
  2175. package/ibc/core/client/v2/tx.rpc.func.js +0 -23
  2176. package/ibc/core/client/v2/tx.rpc.react.d.ts +0 -15
  2177. package/ibc/core/client/v2/tx.rpc.react.js +0 -23
  2178. package/ibc/core/commitment/v1/commitment.d.ts +0 -171
  2179. package/ibc/core/commitment/v1/commitment.js +0 -271
  2180. package/ibc/core/commitment/v2/commitment.d.ts +0 -141
  2181. package/ibc/core/commitment/v2/commitment.js +0 -121
  2182. package/ibc/core/connection/v1/connection.d.ts +0 -544
  2183. package/ibc/core/connection/v1/connection.js +0 -838
  2184. package/ibc/core/connection/v1/genesis.d.ts +0 -64
  2185. package/ibc/core/connection/v1/genesis.js +0 -138
  2186. package/ibc/core/connection/v1/query.d.ts +0 -777
  2187. package/ibc/core/connection/v1/query.js +0 -1205
  2188. package/ibc/core/connection/v1/query.rpc.func.d.ts +0 -46
  2189. package/ibc/core/connection/v1/query.rpc.func.js +0 -86
  2190. package/ibc/core/connection/v1/query.rpc.react.d.ts +0 -46
  2191. package/ibc/core/connection/v1/query.rpc.react.js +0 -68
  2192. package/ibc/core/connection/v1/tx.d.ts +0 -689
  2193. package/ibc/core/connection/v1/tx.js +0 -1171
  2194. package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
  2195. package/ibc/core/connection/v1/tx.registry.js +0 -103
  2196. package/ibc/core/connection/v1/tx.rpc.func.d.ts +0 -38
  2197. package/ibc/core/connection/v1/tx.rpc.func.js +0 -52
  2198. package/ibc/core/connection/v1/tx.rpc.react.d.ts +0 -38
  2199. package/ibc/core/connection/v1/tx.rpc.react.js +0 -52
  2200. package/ibc/core/types/v1/genesis.d.ts +0 -99
  2201. package/ibc/core/types/v1/genesis.js +0 -150
  2202. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -980
  2203. package/ibc/lightclients/solomachine/v2/solomachine.js +0 -1802
  2204. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +0 -519
  2205. package/ibc/lightclients/solomachine/v3/solomachine.js +0 -903
  2206. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -425
  2207. package/ibc/lightclients/tendermint/v1/tendermint.js +0 -688
  2208. package/ibc/lightclients/wasm/v1/genesis.d.ts +0 -112
  2209. package/ibc/lightclients/wasm/v1/genesis.js +0 -180
  2210. package/ibc/lightclients/wasm/v1/query.d.ts +0 -225
  2211. package/ibc/lightclients/wasm/v1/query.js +0 -364
  2212. package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +0 -15
  2213. package/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -31
  2214. package/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +0 -15
  2215. package/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -25
  2216. package/ibc/lightclients/wasm/v1/tx.d.ts +0 -356
  2217. package/ibc/lightclients/wasm/v1/tx.js +0 -537
  2218. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
  2219. package/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
  2220. package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +0 -22
  2221. package/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -32
  2222. package/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +0 -22
  2223. package/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -32
  2224. package/ibc/lightclients/wasm/v1/wasm.d.ts +0 -231
  2225. package/ibc/lightclients/wasm/v1/wasm.js +0 -375
  2226. package/index.d.ts +0 -21
  2227. package/index.js +0 -37
  2228. package/react-query.d.ts +0 -49
  2229. package/react-query.js +0 -98
  2230. package/registry.d.ts +0 -35
  2231. package/registry.js +0 -166
  2232. package/tendermint/abci/types.d.ts +0 -2763
  2233. package/tendermint/abci/types.js +0 -5638
  2234. package/tendermint/bundle.d.ts +0 -10
  2235. package/tendermint/bundle.js +0 -115
  2236. package/tendermint/crypto/keys.d.ts +0 -51
  2237. package/tendermint/crypto/keys.js +0 -93
  2238. package/tendermint/crypto/proof.d.ts +0 -262
  2239. package/tendermint/crypto/proof.js +0 -497
  2240. package/tendermint/p2p/types.d.ts +0 -202
  2241. package/tendermint/p2p/types.js +0 -456
  2242. package/tendermint/types/block.d.ts +0 -54
  2243. package/tendermint/types/block.js +0 -126
  2244. package/tendermint/types/evidence.d.ts +0 -204
  2245. package/tendermint/types/evidence.js +0 -447
  2246. package/tendermint/types/params.d.ts +0 -434
  2247. package/tendermint/types/params.js +0 -650
  2248. package/tendermint/types/types.d.ts +0 -940
  2249. package/tendermint/types/types.js +0 -1902
  2250. package/tendermint/types/validator.d.ts +0 -161
  2251. package/tendermint/types/validator.js +0 -372
  2252. package/tendermint/version/types.d.ts +0 -112
  2253. package/tendermint/version/types.js +0 -184
  2254. package/types.d.ts +0 -74
  2255. package/types.js +0 -7
  2256. package/utf8.d.ts +0 -27
  2257. package/utf8.js +0 -140
  2258. package/varint.d.ts +0 -105
  2259. package/varint.js +0 -425
  2260. package/xpla/bundle.d.ts +0 -28
  2261. package/xpla/bundle.js +0 -71
  2262. package/xpla/burn/v1beta1/burn.d.ts +0 -54
  2263. package/xpla/burn/v1beta1/burn.js +0 -114
  2264. package/xpla/burn/v1beta1/genesis.d.ts +0 -56
  2265. package/xpla/burn/v1beta1/genesis.js +0 -90
  2266. package/xpla/burn/v1beta1/query.d.ts +0 -204
  2267. package/xpla/burn/v1beta1/query.js +0 -330
  2268. package/xpla/burn/v1beta1/query.rpc.func.d.ts +0 -15
  2269. package/xpla/burn/v1beta1/query.rpc.func.js +0 -31
  2270. package/xpla/burn/v1beta1/query.rpc.react.d.ts +0 -15
  2271. package/xpla/burn/v1beta1/query.rpc.react.js +0 -25
  2272. package/xpla/burn/v1beta1/tx.d.ts +0 -105
  2273. package/xpla/burn/v1beta1/tx.js +0 -172
  2274. package/xpla/burn/v1beta1/tx.registry.d.ts +0 -23
  2275. package/xpla/burn/v1beta1/tx.registry.js +0 -31
  2276. package/xpla/burn/v1beta1/tx.rpc.func.d.ts +0 -8
  2277. package/xpla/burn/v1beta1/tx.rpc.func.js +0 -14
  2278. package/xpla/burn/v1beta1/tx.rpc.react.d.ts +0 -8
  2279. package/xpla/burn/v1beta1/tx.rpc.react.js +0 -14
  2280. package/xpla/reward/v1beta1/genesis.d.ts +0 -56
  2281. package/xpla/reward/v1beta1/genesis.js +0 -87
  2282. package/xpla/reward/v1beta1/query.d.ts +0 -206
  2283. package/xpla/reward/v1beta1/query.js +0 -300
  2284. package/xpla/reward/v1beta1/query.rpc.func.d.ts +0 -15
  2285. package/xpla/reward/v1beta1/query.rpc.func.js +0 -31
  2286. package/xpla/reward/v1beta1/query.rpc.react.d.ts +0 -15
  2287. package/xpla/reward/v1beta1/query.rpc.react.js +0 -25
  2288. package/xpla/reward/v1beta1/reward.d.ts +0 -59
  2289. package/xpla/reward/v1beta1/reward.js +0 -136
  2290. package/xpla/reward/v1beta1/tx.d.ts +0 -222
  2291. package/xpla/reward/v1beta1/tx.js +0 -340
  2292. package/xpla/reward/v1beta1/tx.registry.d.ts +0 -35
  2293. package/xpla/reward/v1beta1/tx.registry.js +0 -49
  2294. package/xpla/reward/v1beta1/tx.rpc.func.d.ts +0 -18
  2295. package/xpla/reward/v1beta1/tx.rpc.func.js +0 -26
  2296. package/xpla/reward/v1beta1/tx.rpc.react.d.ts +0 -18
  2297. package/xpla/reward/v1beta1/tx.rpc.react.js +0 -26
  2298. package/xpla/volunteer/v1beta1/genesis.d.ts +0 -50
  2299. package/xpla/volunteer/v1beta1/genesis.js +0 -90
  2300. package/xpla/volunteer/v1beta1/proposal.d.ts +0 -255
  2301. package/xpla/volunteer/v1beta1/proposal.js +0 -571
  2302. package/xpla/volunteer/v1beta1/query.d.ts +0 -94
  2303. package/xpla/volunteer/v1beta1/query.js +0 -146
  2304. package/xpla/volunteer/v1beta1/query.rpc.func.d.ts +0 -8
  2305. package/xpla/volunteer/v1beta1/query.rpc.func.js +0 -18
  2306. package/xpla/volunteer/v1beta1/query.rpc.react.d.ts +0 -8
  2307. package/xpla/volunteer/v1beta1/query.rpc.react.js +0 -15
  2308. package/xpla/volunteer/v1beta1/tx.d.ts +0 -232
  2309. package/xpla/volunteer/v1beta1/tx.js +0 -382
  2310. package/xpla/volunteer/v1beta1/tx.registry.d.ts +0 -35
  2311. package/xpla/volunteer/v1beta1/tx.registry.js +0 -49
  2312. package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +0 -16
  2313. package/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -24
  2314. package/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +0 -16
  2315. package/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -24
  2316. package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +0 -63
  2317. package/xpla/volunteer/v1beta1/volunteervalidator.js +0 -92
@@ -0,0 +1,2454 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
+ const require_binary = require('../../../binary.cjs');
3
+ const require_registry = require('../../../registry.cjs');
4
+ const require_cosmos_base_query_v1beta1_pagination = require('../../base/query/v1beta1/pagination.cjs');
5
+ const require_cosmos_staking_v1beta1_staking = require('./staking.cjs');
6
+
7
+ //#region src/cosmos/staking/v1beta1/query.ts
8
+ function createBaseQueryValidatorsRequest() {
9
+ return {
10
+ status: "",
11
+ pagination: void 0
12
+ };
13
+ }
14
+ /**
15
+ * QueryValidatorsRequest is request type for Query/Validators RPC method.
16
+ * @name QueryValidatorsRequest
17
+ * @package cosmos.staking.v1beta1
18
+ * @see proto type: cosmos.staking.v1beta1.QueryValidatorsRequest
19
+ */
20
+ const QueryValidatorsRequest = {
21
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorsRequest",
22
+ aminoType: "cosmos-sdk/QueryValidatorsRequest",
23
+ is(o) {
24
+ return o && (o.$typeUrl === QueryValidatorsRequest.typeUrl || typeof o.status === "string");
25
+ },
26
+ isAmino(o) {
27
+ return o && (o.$typeUrl === QueryValidatorsRequest.typeUrl || typeof o.status === "string");
28
+ },
29
+ encode(message, writer = require_binary.BinaryWriter.create()) {
30
+ if (message.status !== "") writer.uint32(10).string(message.status);
31
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
32
+ return writer;
33
+ },
34
+ decode(input, length) {
35
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
36
+ let end = length === void 0 ? reader.len : reader.pos + length;
37
+ const message = createBaseQueryValidatorsRequest();
38
+ while (reader.pos < end) {
39
+ const tag = reader.uint32();
40
+ switch (tag >>> 3) {
41
+ case 1:
42
+ message.status = reader.string();
43
+ break;
44
+ case 2:
45
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.decode(reader, reader.uint32());
46
+ break;
47
+ default:
48
+ reader.skipType(tag & 7);
49
+ break;
50
+ }
51
+ }
52
+ return message;
53
+ },
54
+ fromPartial(object) {
55
+ const message = createBaseQueryValidatorsRequest();
56
+ message.status = object.status ?? "";
57
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageRequest.fromPartial(object.pagination) : void 0;
58
+ return message;
59
+ },
60
+ fromAmino(object) {
61
+ const message = createBaseQueryValidatorsRequest();
62
+ if (object.status !== void 0 && object.status !== null) message.status = object.status;
63
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.fromAmino(object.pagination);
64
+ return message;
65
+ },
66
+ toAmino(message) {
67
+ const obj = {};
68
+ obj.status = message.status === "" ? void 0 : message.status;
69
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageRequest.toAmino(message.pagination) : void 0;
70
+ return obj;
71
+ },
72
+ fromAminoMsg(object) {
73
+ return QueryValidatorsRequest.fromAmino(object.value);
74
+ },
75
+ toAminoMsg(message) {
76
+ return {
77
+ type: "cosmos-sdk/QueryValidatorsRequest",
78
+ value: QueryValidatorsRequest.toAmino(message)
79
+ };
80
+ },
81
+ fromProtoMsg(message) {
82
+ return QueryValidatorsRequest.decode(message.value);
83
+ },
84
+ toProto(message) {
85
+ return QueryValidatorsRequest.encode(message).finish();
86
+ },
87
+ toProtoMsg(message) {
88
+ return {
89
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorsRequest",
90
+ value: QueryValidatorsRequest.encode(message).finish()
91
+ };
92
+ },
93
+ registerTypeUrl() {
94
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryValidatorsRequest.typeUrl)) return;
95
+ require_cosmos_base_query_v1beta1_pagination.PageRequest.registerTypeUrl();
96
+ }
97
+ };
98
+ function createBaseQueryValidatorsResponse() {
99
+ return {
100
+ validators: [],
101
+ pagination: void 0
102
+ };
103
+ }
104
+ /**
105
+ * QueryValidatorsResponse is response type for the Query/Validators RPC method
106
+ * @name QueryValidatorsResponse
107
+ * @package cosmos.staking.v1beta1
108
+ * @see proto type: cosmos.staking.v1beta1.QueryValidatorsResponse
109
+ */
110
+ const QueryValidatorsResponse = {
111
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorsResponse",
112
+ aminoType: "cosmos-sdk/QueryValidatorsResponse",
113
+ is(o) {
114
+ return o && (o.$typeUrl === QueryValidatorsResponse.typeUrl || Array.isArray(o.validators) && (!o.validators.length || require_cosmos_staking_v1beta1_staking.Validator.is(o.validators[0])));
115
+ },
116
+ isAmino(o) {
117
+ return o && (o.$typeUrl === QueryValidatorsResponse.typeUrl || Array.isArray(o.validators) && (!o.validators.length || require_cosmos_staking_v1beta1_staking.Validator.isAmino(o.validators[0])));
118
+ },
119
+ encode(message, writer = require_binary.BinaryWriter.create()) {
120
+ for (const v of message.validators) require_cosmos_staking_v1beta1_staking.Validator.encode(v, writer.uint32(10).fork()).ldelim();
121
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
122
+ return writer;
123
+ },
124
+ decode(input, length) {
125
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
126
+ let end = length === void 0 ? reader.len : reader.pos + length;
127
+ const message = createBaseQueryValidatorsResponse();
128
+ while (reader.pos < end) {
129
+ const tag = reader.uint32();
130
+ switch (tag >>> 3) {
131
+ case 1:
132
+ message.validators.push(require_cosmos_staking_v1beta1_staking.Validator.decode(reader, reader.uint32()));
133
+ break;
134
+ case 2:
135
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.decode(reader, reader.uint32());
136
+ break;
137
+ default:
138
+ reader.skipType(tag & 7);
139
+ break;
140
+ }
141
+ }
142
+ return message;
143
+ },
144
+ fromPartial(object) {
145
+ const message = createBaseQueryValidatorsResponse();
146
+ message.validators = object.validators?.map((e) => require_cosmos_staking_v1beta1_staking.Validator.fromPartial(e)) || [];
147
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageResponse.fromPartial(object.pagination) : void 0;
148
+ return message;
149
+ },
150
+ fromAmino(object) {
151
+ const message = createBaseQueryValidatorsResponse();
152
+ message.validators = object.validators?.map((e) => require_cosmos_staking_v1beta1_staking.Validator.fromAmino(e)) || [];
153
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.fromAmino(object.pagination);
154
+ return message;
155
+ },
156
+ toAmino(message) {
157
+ const obj = {};
158
+ if (message.validators) obj.validators = message.validators.map((e) => e ? require_cosmos_staking_v1beta1_staking.Validator.toAmino(e) : void 0);
159
+ else obj.validators = message.validators;
160
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageResponse.toAmino(message.pagination) : void 0;
161
+ return obj;
162
+ },
163
+ fromAminoMsg(object) {
164
+ return QueryValidatorsResponse.fromAmino(object.value);
165
+ },
166
+ toAminoMsg(message) {
167
+ return {
168
+ type: "cosmos-sdk/QueryValidatorsResponse",
169
+ value: QueryValidatorsResponse.toAmino(message)
170
+ };
171
+ },
172
+ fromProtoMsg(message) {
173
+ return QueryValidatorsResponse.decode(message.value);
174
+ },
175
+ toProto(message) {
176
+ return QueryValidatorsResponse.encode(message).finish();
177
+ },
178
+ toProtoMsg(message) {
179
+ return {
180
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorsResponse",
181
+ value: QueryValidatorsResponse.encode(message).finish()
182
+ };
183
+ },
184
+ registerTypeUrl() {
185
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryValidatorsResponse.typeUrl)) return;
186
+ require_cosmos_staking_v1beta1_staking.Validator.registerTypeUrl();
187
+ require_cosmos_base_query_v1beta1_pagination.PageResponse.registerTypeUrl();
188
+ }
189
+ };
190
+ function createBaseQueryValidatorRequest() {
191
+ return { validatorAddr: "" };
192
+ }
193
+ /**
194
+ * QueryValidatorRequest is response type for the Query/Validator RPC method
195
+ * @name QueryValidatorRequest
196
+ * @package cosmos.staking.v1beta1
197
+ * @see proto type: cosmos.staking.v1beta1.QueryValidatorRequest
198
+ */
199
+ const QueryValidatorRequest = {
200
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorRequest",
201
+ aminoType: "cosmos-sdk/QueryValidatorRequest",
202
+ is(o) {
203
+ return o && (o.$typeUrl === QueryValidatorRequest.typeUrl || typeof o.validatorAddr === "string");
204
+ },
205
+ isAmino(o) {
206
+ return o && (o.$typeUrl === QueryValidatorRequest.typeUrl || typeof o.validator_addr === "string");
207
+ },
208
+ encode(message, writer = require_binary.BinaryWriter.create()) {
209
+ if (message.validatorAddr !== "") writer.uint32(10).string(message.validatorAddr);
210
+ return writer;
211
+ },
212
+ decode(input, length) {
213
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
214
+ let end = length === void 0 ? reader.len : reader.pos + length;
215
+ const message = createBaseQueryValidatorRequest();
216
+ while (reader.pos < end) {
217
+ const tag = reader.uint32();
218
+ switch (tag >>> 3) {
219
+ case 1:
220
+ message.validatorAddr = reader.string();
221
+ break;
222
+ default:
223
+ reader.skipType(tag & 7);
224
+ break;
225
+ }
226
+ }
227
+ return message;
228
+ },
229
+ fromPartial(object) {
230
+ const message = createBaseQueryValidatorRequest();
231
+ message.validatorAddr = object.validatorAddr ?? "";
232
+ return message;
233
+ },
234
+ fromAmino(object) {
235
+ const message = createBaseQueryValidatorRequest();
236
+ if (object.validator_addr !== void 0 && object.validator_addr !== null) message.validatorAddr = object.validator_addr;
237
+ return message;
238
+ },
239
+ toAmino(message) {
240
+ const obj = {};
241
+ obj.validator_addr = message.validatorAddr === "" ? void 0 : message.validatorAddr;
242
+ return obj;
243
+ },
244
+ fromAminoMsg(object) {
245
+ return QueryValidatorRequest.fromAmino(object.value);
246
+ },
247
+ toAminoMsg(message) {
248
+ return {
249
+ type: "cosmos-sdk/QueryValidatorRequest",
250
+ value: QueryValidatorRequest.toAmino(message)
251
+ };
252
+ },
253
+ fromProtoMsg(message) {
254
+ return QueryValidatorRequest.decode(message.value);
255
+ },
256
+ toProto(message) {
257
+ return QueryValidatorRequest.encode(message).finish();
258
+ },
259
+ toProtoMsg(message) {
260
+ return {
261
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorRequest",
262
+ value: QueryValidatorRequest.encode(message).finish()
263
+ };
264
+ },
265
+ registerTypeUrl() {}
266
+ };
267
+ function createBaseQueryValidatorResponse() {
268
+ return { validator: require_cosmos_staking_v1beta1_staking.Validator.fromPartial({}) };
269
+ }
270
+ /**
271
+ * QueryValidatorResponse is response type for the Query/Validator RPC method
272
+ * @name QueryValidatorResponse
273
+ * @package cosmos.staking.v1beta1
274
+ * @see proto type: cosmos.staking.v1beta1.QueryValidatorResponse
275
+ */
276
+ const QueryValidatorResponse = {
277
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorResponse",
278
+ aminoType: "cosmos-sdk/QueryValidatorResponse",
279
+ is(o) {
280
+ return o && (o.$typeUrl === QueryValidatorResponse.typeUrl || require_cosmos_staking_v1beta1_staking.Validator.is(o.validator));
281
+ },
282
+ isAmino(o) {
283
+ return o && (o.$typeUrl === QueryValidatorResponse.typeUrl || require_cosmos_staking_v1beta1_staking.Validator.isAmino(o.validator));
284
+ },
285
+ encode(message, writer = require_binary.BinaryWriter.create()) {
286
+ if (message.validator !== void 0) require_cosmos_staking_v1beta1_staking.Validator.encode(message.validator, writer.uint32(10).fork()).ldelim();
287
+ return writer;
288
+ },
289
+ decode(input, length) {
290
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
291
+ let end = length === void 0 ? reader.len : reader.pos + length;
292
+ const message = createBaseQueryValidatorResponse();
293
+ while (reader.pos < end) {
294
+ const tag = reader.uint32();
295
+ switch (tag >>> 3) {
296
+ case 1:
297
+ message.validator = require_cosmos_staking_v1beta1_staking.Validator.decode(reader, reader.uint32());
298
+ break;
299
+ default:
300
+ reader.skipType(tag & 7);
301
+ break;
302
+ }
303
+ }
304
+ return message;
305
+ },
306
+ fromPartial(object) {
307
+ const message = createBaseQueryValidatorResponse();
308
+ message.validator = object.validator !== void 0 && object.validator !== null ? require_cosmos_staking_v1beta1_staking.Validator.fromPartial(object.validator) : void 0;
309
+ return message;
310
+ },
311
+ fromAmino(object) {
312
+ const message = createBaseQueryValidatorResponse();
313
+ if (object.validator !== void 0 && object.validator !== null) message.validator = require_cosmos_staking_v1beta1_staking.Validator.fromAmino(object.validator);
314
+ return message;
315
+ },
316
+ toAmino(message) {
317
+ const obj = {};
318
+ obj.validator = message.validator ? require_cosmos_staking_v1beta1_staking.Validator.toAmino(message.validator) : require_cosmos_staking_v1beta1_staking.Validator.toAmino(require_cosmos_staking_v1beta1_staking.Validator.fromPartial({}));
319
+ return obj;
320
+ },
321
+ fromAminoMsg(object) {
322
+ return QueryValidatorResponse.fromAmino(object.value);
323
+ },
324
+ toAminoMsg(message) {
325
+ return {
326
+ type: "cosmos-sdk/QueryValidatorResponse",
327
+ value: QueryValidatorResponse.toAmino(message)
328
+ };
329
+ },
330
+ fromProtoMsg(message) {
331
+ return QueryValidatorResponse.decode(message.value);
332
+ },
333
+ toProto(message) {
334
+ return QueryValidatorResponse.encode(message).finish();
335
+ },
336
+ toProtoMsg(message) {
337
+ return {
338
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorResponse",
339
+ value: QueryValidatorResponse.encode(message).finish()
340
+ };
341
+ },
342
+ registerTypeUrl() {
343
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryValidatorResponse.typeUrl)) return;
344
+ require_cosmos_staking_v1beta1_staking.Validator.registerTypeUrl();
345
+ }
346
+ };
347
+ function createBaseQueryValidatorDelegationsRequest() {
348
+ return {
349
+ validatorAddr: "",
350
+ pagination: void 0
351
+ };
352
+ }
353
+ /**
354
+ * QueryValidatorDelegationsRequest is request type for the
355
+ * Query/ValidatorDelegations RPC method
356
+ * @name QueryValidatorDelegationsRequest
357
+ * @package cosmos.staking.v1beta1
358
+ * @see proto type: cosmos.staking.v1beta1.QueryValidatorDelegationsRequest
359
+ */
360
+ const QueryValidatorDelegationsRequest = {
361
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorDelegationsRequest",
362
+ aminoType: "cosmos-sdk/QueryValidatorDelegationsRequest",
363
+ is(o) {
364
+ return o && (o.$typeUrl === QueryValidatorDelegationsRequest.typeUrl || typeof o.validatorAddr === "string");
365
+ },
366
+ isAmino(o) {
367
+ return o && (o.$typeUrl === QueryValidatorDelegationsRequest.typeUrl || typeof o.validator_addr === "string");
368
+ },
369
+ encode(message, writer = require_binary.BinaryWriter.create()) {
370
+ if (message.validatorAddr !== "") writer.uint32(10).string(message.validatorAddr);
371
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
372
+ return writer;
373
+ },
374
+ decode(input, length) {
375
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
376
+ let end = length === void 0 ? reader.len : reader.pos + length;
377
+ const message = createBaseQueryValidatorDelegationsRequest();
378
+ while (reader.pos < end) {
379
+ const tag = reader.uint32();
380
+ switch (tag >>> 3) {
381
+ case 1:
382
+ message.validatorAddr = reader.string();
383
+ break;
384
+ case 2:
385
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.decode(reader, reader.uint32());
386
+ break;
387
+ default:
388
+ reader.skipType(tag & 7);
389
+ break;
390
+ }
391
+ }
392
+ return message;
393
+ },
394
+ fromPartial(object) {
395
+ const message = createBaseQueryValidatorDelegationsRequest();
396
+ message.validatorAddr = object.validatorAddr ?? "";
397
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageRequest.fromPartial(object.pagination) : void 0;
398
+ return message;
399
+ },
400
+ fromAmino(object) {
401
+ const message = createBaseQueryValidatorDelegationsRequest();
402
+ if (object.validator_addr !== void 0 && object.validator_addr !== null) message.validatorAddr = object.validator_addr;
403
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.fromAmino(object.pagination);
404
+ return message;
405
+ },
406
+ toAmino(message) {
407
+ const obj = {};
408
+ obj.validator_addr = message.validatorAddr === "" ? void 0 : message.validatorAddr;
409
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageRequest.toAmino(message.pagination) : void 0;
410
+ return obj;
411
+ },
412
+ fromAminoMsg(object) {
413
+ return QueryValidatorDelegationsRequest.fromAmino(object.value);
414
+ },
415
+ toAminoMsg(message) {
416
+ return {
417
+ type: "cosmos-sdk/QueryValidatorDelegationsRequest",
418
+ value: QueryValidatorDelegationsRequest.toAmino(message)
419
+ };
420
+ },
421
+ fromProtoMsg(message) {
422
+ return QueryValidatorDelegationsRequest.decode(message.value);
423
+ },
424
+ toProto(message) {
425
+ return QueryValidatorDelegationsRequest.encode(message).finish();
426
+ },
427
+ toProtoMsg(message) {
428
+ return {
429
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorDelegationsRequest",
430
+ value: QueryValidatorDelegationsRequest.encode(message).finish()
431
+ };
432
+ },
433
+ registerTypeUrl() {
434
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryValidatorDelegationsRequest.typeUrl)) return;
435
+ require_cosmos_base_query_v1beta1_pagination.PageRequest.registerTypeUrl();
436
+ }
437
+ };
438
+ function createBaseQueryValidatorDelegationsResponse() {
439
+ return {
440
+ delegationResponses: [],
441
+ pagination: void 0
442
+ };
443
+ }
444
+ /**
445
+ * QueryValidatorDelegationsResponse is response type for the
446
+ * Query/ValidatorDelegations RPC method
447
+ * @name QueryValidatorDelegationsResponse
448
+ * @package cosmos.staking.v1beta1
449
+ * @see proto type: cosmos.staking.v1beta1.QueryValidatorDelegationsResponse
450
+ */
451
+ const QueryValidatorDelegationsResponse = {
452
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorDelegationsResponse",
453
+ aminoType: "cosmos-sdk/QueryValidatorDelegationsResponse",
454
+ is(o) {
455
+ return o && (o.$typeUrl === QueryValidatorDelegationsResponse.typeUrl || Array.isArray(o.delegationResponses) && (!o.delegationResponses.length || require_cosmos_staking_v1beta1_staking.DelegationResponse.is(o.delegationResponses[0])));
456
+ },
457
+ isAmino(o) {
458
+ return o && (o.$typeUrl === QueryValidatorDelegationsResponse.typeUrl || Array.isArray(o.delegation_responses) && (!o.delegation_responses.length || require_cosmos_staking_v1beta1_staking.DelegationResponse.isAmino(o.delegation_responses[0])));
459
+ },
460
+ encode(message, writer = require_binary.BinaryWriter.create()) {
461
+ for (const v of message.delegationResponses) require_cosmos_staking_v1beta1_staking.DelegationResponse.encode(v, writer.uint32(10).fork()).ldelim();
462
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
463
+ return writer;
464
+ },
465
+ decode(input, length) {
466
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
467
+ let end = length === void 0 ? reader.len : reader.pos + length;
468
+ const message = createBaseQueryValidatorDelegationsResponse();
469
+ while (reader.pos < end) {
470
+ const tag = reader.uint32();
471
+ switch (tag >>> 3) {
472
+ case 1:
473
+ message.delegationResponses.push(require_cosmos_staking_v1beta1_staking.DelegationResponse.decode(reader, reader.uint32()));
474
+ break;
475
+ case 2:
476
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.decode(reader, reader.uint32());
477
+ break;
478
+ default:
479
+ reader.skipType(tag & 7);
480
+ break;
481
+ }
482
+ }
483
+ return message;
484
+ },
485
+ fromPartial(object) {
486
+ const message = createBaseQueryValidatorDelegationsResponse();
487
+ message.delegationResponses = object.delegationResponses?.map((e) => require_cosmos_staking_v1beta1_staking.DelegationResponse.fromPartial(e)) || [];
488
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageResponse.fromPartial(object.pagination) : void 0;
489
+ return message;
490
+ },
491
+ fromAmino(object) {
492
+ const message = createBaseQueryValidatorDelegationsResponse();
493
+ message.delegationResponses = object.delegation_responses?.map((e) => require_cosmos_staking_v1beta1_staking.DelegationResponse.fromAmino(e)) || [];
494
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.fromAmino(object.pagination);
495
+ return message;
496
+ },
497
+ toAmino(message) {
498
+ const obj = {};
499
+ if (message.delegationResponses) obj.delegation_responses = message.delegationResponses.map((e) => e ? require_cosmos_staking_v1beta1_staking.DelegationResponse.toAmino(e) : void 0);
500
+ else obj.delegation_responses = message.delegationResponses;
501
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageResponse.toAmino(message.pagination) : void 0;
502
+ return obj;
503
+ },
504
+ fromAminoMsg(object) {
505
+ return QueryValidatorDelegationsResponse.fromAmino(object.value);
506
+ },
507
+ toAminoMsg(message) {
508
+ return {
509
+ type: "cosmos-sdk/QueryValidatorDelegationsResponse",
510
+ value: QueryValidatorDelegationsResponse.toAmino(message)
511
+ };
512
+ },
513
+ fromProtoMsg(message) {
514
+ return QueryValidatorDelegationsResponse.decode(message.value);
515
+ },
516
+ toProto(message) {
517
+ return QueryValidatorDelegationsResponse.encode(message).finish();
518
+ },
519
+ toProtoMsg(message) {
520
+ return {
521
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorDelegationsResponse",
522
+ value: QueryValidatorDelegationsResponse.encode(message).finish()
523
+ };
524
+ },
525
+ registerTypeUrl() {
526
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryValidatorDelegationsResponse.typeUrl)) return;
527
+ require_cosmos_staking_v1beta1_staking.DelegationResponse.registerTypeUrl();
528
+ require_cosmos_base_query_v1beta1_pagination.PageResponse.registerTypeUrl();
529
+ }
530
+ };
531
+ function createBaseQueryValidatorUnbondingDelegationsRequest() {
532
+ return {
533
+ validatorAddr: "",
534
+ pagination: void 0
535
+ };
536
+ }
537
+ /**
538
+ * QueryValidatorUnbondingDelegationsRequest is required type for the
539
+ * Query/ValidatorUnbondingDelegations RPC method
540
+ * @name QueryValidatorUnbondingDelegationsRequest
541
+ * @package cosmos.staking.v1beta1
542
+ * @see proto type: cosmos.staking.v1beta1.QueryValidatorUnbondingDelegationsRequest
543
+ */
544
+ const QueryValidatorUnbondingDelegationsRequest = {
545
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorUnbondingDelegationsRequest",
546
+ aminoType: "cosmos-sdk/QueryValidatorUnbondingDelegationsRequest",
547
+ is(o) {
548
+ return o && (o.$typeUrl === QueryValidatorUnbondingDelegationsRequest.typeUrl || typeof o.validatorAddr === "string");
549
+ },
550
+ isAmino(o) {
551
+ return o && (o.$typeUrl === QueryValidatorUnbondingDelegationsRequest.typeUrl || typeof o.validator_addr === "string");
552
+ },
553
+ encode(message, writer = require_binary.BinaryWriter.create()) {
554
+ if (message.validatorAddr !== "") writer.uint32(10).string(message.validatorAddr);
555
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
556
+ return writer;
557
+ },
558
+ decode(input, length) {
559
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
560
+ let end = length === void 0 ? reader.len : reader.pos + length;
561
+ const message = createBaseQueryValidatorUnbondingDelegationsRequest();
562
+ while (reader.pos < end) {
563
+ const tag = reader.uint32();
564
+ switch (tag >>> 3) {
565
+ case 1:
566
+ message.validatorAddr = reader.string();
567
+ break;
568
+ case 2:
569
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.decode(reader, reader.uint32());
570
+ break;
571
+ default:
572
+ reader.skipType(tag & 7);
573
+ break;
574
+ }
575
+ }
576
+ return message;
577
+ },
578
+ fromPartial(object) {
579
+ const message = createBaseQueryValidatorUnbondingDelegationsRequest();
580
+ message.validatorAddr = object.validatorAddr ?? "";
581
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageRequest.fromPartial(object.pagination) : void 0;
582
+ return message;
583
+ },
584
+ fromAmino(object) {
585
+ const message = createBaseQueryValidatorUnbondingDelegationsRequest();
586
+ if (object.validator_addr !== void 0 && object.validator_addr !== null) message.validatorAddr = object.validator_addr;
587
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.fromAmino(object.pagination);
588
+ return message;
589
+ },
590
+ toAmino(message) {
591
+ const obj = {};
592
+ obj.validator_addr = message.validatorAddr === "" ? void 0 : message.validatorAddr;
593
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageRequest.toAmino(message.pagination) : void 0;
594
+ return obj;
595
+ },
596
+ fromAminoMsg(object) {
597
+ return QueryValidatorUnbondingDelegationsRequest.fromAmino(object.value);
598
+ },
599
+ toAminoMsg(message) {
600
+ return {
601
+ type: "cosmos-sdk/QueryValidatorUnbondingDelegationsRequest",
602
+ value: QueryValidatorUnbondingDelegationsRequest.toAmino(message)
603
+ };
604
+ },
605
+ fromProtoMsg(message) {
606
+ return QueryValidatorUnbondingDelegationsRequest.decode(message.value);
607
+ },
608
+ toProto(message) {
609
+ return QueryValidatorUnbondingDelegationsRequest.encode(message).finish();
610
+ },
611
+ toProtoMsg(message) {
612
+ return {
613
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorUnbondingDelegationsRequest",
614
+ value: QueryValidatorUnbondingDelegationsRequest.encode(message).finish()
615
+ };
616
+ },
617
+ registerTypeUrl() {
618
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryValidatorUnbondingDelegationsRequest.typeUrl)) return;
619
+ require_cosmos_base_query_v1beta1_pagination.PageRequest.registerTypeUrl();
620
+ }
621
+ };
622
+ function createBaseQueryValidatorUnbondingDelegationsResponse() {
623
+ return {
624
+ unbondingResponses: [],
625
+ pagination: void 0
626
+ };
627
+ }
628
+ /**
629
+ * QueryValidatorUnbondingDelegationsResponse is response type for the
630
+ * Query/ValidatorUnbondingDelegations RPC method.
631
+ * @name QueryValidatorUnbondingDelegationsResponse
632
+ * @package cosmos.staking.v1beta1
633
+ * @see proto type: cosmos.staking.v1beta1.QueryValidatorUnbondingDelegationsResponse
634
+ */
635
+ const QueryValidatorUnbondingDelegationsResponse = {
636
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorUnbondingDelegationsResponse",
637
+ aminoType: "cosmos-sdk/QueryValidatorUnbondingDelegationsResponse",
638
+ is(o) {
639
+ return o && (o.$typeUrl === QueryValidatorUnbondingDelegationsResponse.typeUrl || Array.isArray(o.unbondingResponses) && (!o.unbondingResponses.length || require_cosmos_staking_v1beta1_staking.UnbondingDelegation.is(o.unbondingResponses[0])));
640
+ },
641
+ isAmino(o) {
642
+ return o && (o.$typeUrl === QueryValidatorUnbondingDelegationsResponse.typeUrl || Array.isArray(o.unbonding_responses) && (!o.unbonding_responses.length || require_cosmos_staking_v1beta1_staking.UnbondingDelegation.isAmino(o.unbonding_responses[0])));
643
+ },
644
+ encode(message, writer = require_binary.BinaryWriter.create()) {
645
+ for (const v of message.unbondingResponses) require_cosmos_staking_v1beta1_staking.UnbondingDelegation.encode(v, writer.uint32(10).fork()).ldelim();
646
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
647
+ return writer;
648
+ },
649
+ decode(input, length) {
650
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
651
+ let end = length === void 0 ? reader.len : reader.pos + length;
652
+ const message = createBaseQueryValidatorUnbondingDelegationsResponse();
653
+ while (reader.pos < end) {
654
+ const tag = reader.uint32();
655
+ switch (tag >>> 3) {
656
+ case 1:
657
+ message.unbondingResponses.push(require_cosmos_staking_v1beta1_staking.UnbondingDelegation.decode(reader, reader.uint32()));
658
+ break;
659
+ case 2:
660
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.decode(reader, reader.uint32());
661
+ break;
662
+ default:
663
+ reader.skipType(tag & 7);
664
+ break;
665
+ }
666
+ }
667
+ return message;
668
+ },
669
+ fromPartial(object) {
670
+ const message = createBaseQueryValidatorUnbondingDelegationsResponse();
671
+ message.unbondingResponses = object.unbondingResponses?.map((e) => require_cosmos_staking_v1beta1_staking.UnbondingDelegation.fromPartial(e)) || [];
672
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageResponse.fromPartial(object.pagination) : void 0;
673
+ return message;
674
+ },
675
+ fromAmino(object) {
676
+ const message = createBaseQueryValidatorUnbondingDelegationsResponse();
677
+ message.unbondingResponses = object.unbonding_responses?.map((e) => require_cosmos_staking_v1beta1_staking.UnbondingDelegation.fromAmino(e)) || [];
678
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.fromAmino(object.pagination);
679
+ return message;
680
+ },
681
+ toAmino(message) {
682
+ const obj = {};
683
+ if (message.unbondingResponses) obj.unbonding_responses = message.unbondingResponses.map((e) => e ? require_cosmos_staking_v1beta1_staking.UnbondingDelegation.toAmino(e) : void 0);
684
+ else obj.unbonding_responses = message.unbondingResponses;
685
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageResponse.toAmino(message.pagination) : void 0;
686
+ return obj;
687
+ },
688
+ fromAminoMsg(object) {
689
+ return QueryValidatorUnbondingDelegationsResponse.fromAmino(object.value);
690
+ },
691
+ toAminoMsg(message) {
692
+ return {
693
+ type: "cosmos-sdk/QueryValidatorUnbondingDelegationsResponse",
694
+ value: QueryValidatorUnbondingDelegationsResponse.toAmino(message)
695
+ };
696
+ },
697
+ fromProtoMsg(message) {
698
+ return QueryValidatorUnbondingDelegationsResponse.decode(message.value);
699
+ },
700
+ toProto(message) {
701
+ return QueryValidatorUnbondingDelegationsResponse.encode(message).finish();
702
+ },
703
+ toProtoMsg(message) {
704
+ return {
705
+ typeUrl: "/cosmos.staking.v1beta1.QueryValidatorUnbondingDelegationsResponse",
706
+ value: QueryValidatorUnbondingDelegationsResponse.encode(message).finish()
707
+ };
708
+ },
709
+ registerTypeUrl() {
710
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryValidatorUnbondingDelegationsResponse.typeUrl)) return;
711
+ require_cosmos_staking_v1beta1_staking.UnbondingDelegation.registerTypeUrl();
712
+ require_cosmos_base_query_v1beta1_pagination.PageResponse.registerTypeUrl();
713
+ }
714
+ };
715
+ function createBaseQueryDelegationRequest() {
716
+ return {
717
+ delegatorAddr: "",
718
+ validatorAddr: ""
719
+ };
720
+ }
721
+ /**
722
+ * QueryDelegationRequest is request type for the Query/Delegation RPC method.
723
+ * @name QueryDelegationRequest
724
+ * @package cosmos.staking.v1beta1
725
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegationRequest
726
+ */
727
+ const QueryDelegationRequest = {
728
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegationRequest",
729
+ aminoType: "cosmos-sdk/QueryDelegationRequest",
730
+ is(o) {
731
+ return o && (o.$typeUrl === QueryDelegationRequest.typeUrl || typeof o.delegatorAddr === "string" && typeof o.validatorAddr === "string");
732
+ },
733
+ isAmino(o) {
734
+ return o && (o.$typeUrl === QueryDelegationRequest.typeUrl || typeof o.delegator_addr === "string" && typeof o.validator_addr === "string");
735
+ },
736
+ encode(message, writer = require_binary.BinaryWriter.create()) {
737
+ if (message.delegatorAddr !== "") writer.uint32(10).string(message.delegatorAddr);
738
+ if (message.validatorAddr !== "") writer.uint32(18).string(message.validatorAddr);
739
+ return writer;
740
+ },
741
+ decode(input, length) {
742
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
743
+ let end = length === void 0 ? reader.len : reader.pos + length;
744
+ const message = createBaseQueryDelegationRequest();
745
+ while (reader.pos < end) {
746
+ const tag = reader.uint32();
747
+ switch (tag >>> 3) {
748
+ case 1:
749
+ message.delegatorAddr = reader.string();
750
+ break;
751
+ case 2:
752
+ message.validatorAddr = reader.string();
753
+ break;
754
+ default:
755
+ reader.skipType(tag & 7);
756
+ break;
757
+ }
758
+ }
759
+ return message;
760
+ },
761
+ fromPartial(object) {
762
+ const message = createBaseQueryDelegationRequest();
763
+ message.delegatorAddr = object.delegatorAddr ?? "";
764
+ message.validatorAddr = object.validatorAddr ?? "";
765
+ return message;
766
+ },
767
+ fromAmino(object) {
768
+ const message = createBaseQueryDelegationRequest();
769
+ if (object.delegator_addr !== void 0 && object.delegator_addr !== null) message.delegatorAddr = object.delegator_addr;
770
+ if (object.validator_addr !== void 0 && object.validator_addr !== null) message.validatorAddr = object.validator_addr;
771
+ return message;
772
+ },
773
+ toAmino(message) {
774
+ const obj = {};
775
+ obj.delegator_addr = message.delegatorAddr === "" ? void 0 : message.delegatorAddr;
776
+ obj.validator_addr = message.validatorAddr === "" ? void 0 : message.validatorAddr;
777
+ return obj;
778
+ },
779
+ fromAminoMsg(object) {
780
+ return QueryDelegationRequest.fromAmino(object.value);
781
+ },
782
+ toAminoMsg(message) {
783
+ return {
784
+ type: "cosmos-sdk/QueryDelegationRequest",
785
+ value: QueryDelegationRequest.toAmino(message)
786
+ };
787
+ },
788
+ fromProtoMsg(message) {
789
+ return QueryDelegationRequest.decode(message.value);
790
+ },
791
+ toProto(message) {
792
+ return QueryDelegationRequest.encode(message).finish();
793
+ },
794
+ toProtoMsg(message) {
795
+ return {
796
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegationRequest",
797
+ value: QueryDelegationRequest.encode(message).finish()
798
+ };
799
+ },
800
+ registerTypeUrl() {}
801
+ };
802
+ function createBaseQueryDelegationResponse() {
803
+ return { delegationResponse: void 0 };
804
+ }
805
+ /**
806
+ * QueryDelegationResponse is response type for the Query/Delegation RPC method.
807
+ * @name QueryDelegationResponse
808
+ * @package cosmos.staking.v1beta1
809
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegationResponse
810
+ */
811
+ const QueryDelegationResponse = {
812
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegationResponse",
813
+ aminoType: "cosmos-sdk/QueryDelegationResponse",
814
+ is(o) {
815
+ return o && o.$typeUrl === QueryDelegationResponse.typeUrl;
816
+ },
817
+ isAmino(o) {
818
+ return o && o.$typeUrl === QueryDelegationResponse.typeUrl;
819
+ },
820
+ encode(message, writer = require_binary.BinaryWriter.create()) {
821
+ if (message.delegationResponse !== void 0) require_cosmos_staking_v1beta1_staking.DelegationResponse.encode(message.delegationResponse, writer.uint32(10).fork()).ldelim();
822
+ return writer;
823
+ },
824
+ decode(input, length) {
825
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
826
+ let end = length === void 0 ? reader.len : reader.pos + length;
827
+ const message = createBaseQueryDelegationResponse();
828
+ while (reader.pos < end) {
829
+ const tag = reader.uint32();
830
+ switch (tag >>> 3) {
831
+ case 1:
832
+ message.delegationResponse = require_cosmos_staking_v1beta1_staking.DelegationResponse.decode(reader, reader.uint32());
833
+ break;
834
+ default:
835
+ reader.skipType(tag & 7);
836
+ break;
837
+ }
838
+ }
839
+ return message;
840
+ },
841
+ fromPartial(object) {
842
+ const message = createBaseQueryDelegationResponse();
843
+ message.delegationResponse = object.delegationResponse !== void 0 && object.delegationResponse !== null ? require_cosmos_staking_v1beta1_staking.DelegationResponse.fromPartial(object.delegationResponse) : void 0;
844
+ return message;
845
+ },
846
+ fromAmino(object) {
847
+ const message = createBaseQueryDelegationResponse();
848
+ if (object.delegation_response !== void 0 && object.delegation_response !== null) message.delegationResponse = require_cosmos_staking_v1beta1_staking.DelegationResponse.fromAmino(object.delegation_response);
849
+ return message;
850
+ },
851
+ toAmino(message) {
852
+ const obj = {};
853
+ obj.delegation_response = message.delegationResponse ? require_cosmos_staking_v1beta1_staking.DelegationResponse.toAmino(message.delegationResponse) : void 0;
854
+ return obj;
855
+ },
856
+ fromAminoMsg(object) {
857
+ return QueryDelegationResponse.fromAmino(object.value);
858
+ },
859
+ toAminoMsg(message) {
860
+ return {
861
+ type: "cosmos-sdk/QueryDelegationResponse",
862
+ value: QueryDelegationResponse.toAmino(message)
863
+ };
864
+ },
865
+ fromProtoMsg(message) {
866
+ return QueryDelegationResponse.decode(message.value);
867
+ },
868
+ toProto(message) {
869
+ return QueryDelegationResponse.encode(message).finish();
870
+ },
871
+ toProtoMsg(message) {
872
+ return {
873
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegationResponse",
874
+ value: QueryDelegationResponse.encode(message).finish()
875
+ };
876
+ },
877
+ registerTypeUrl() {
878
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryDelegationResponse.typeUrl)) return;
879
+ require_cosmos_staking_v1beta1_staking.DelegationResponse.registerTypeUrl();
880
+ }
881
+ };
882
+ function createBaseQueryUnbondingDelegationRequest() {
883
+ return {
884
+ delegatorAddr: "",
885
+ validatorAddr: ""
886
+ };
887
+ }
888
+ /**
889
+ * QueryUnbondingDelegationRequest is request type for the
890
+ * Query/UnbondingDelegation RPC method.
891
+ * @name QueryUnbondingDelegationRequest
892
+ * @package cosmos.staking.v1beta1
893
+ * @see proto type: cosmos.staking.v1beta1.QueryUnbondingDelegationRequest
894
+ */
895
+ const QueryUnbondingDelegationRequest = {
896
+ typeUrl: "/cosmos.staking.v1beta1.QueryUnbondingDelegationRequest",
897
+ aminoType: "cosmos-sdk/QueryUnbondingDelegationRequest",
898
+ is(o) {
899
+ return o && (o.$typeUrl === QueryUnbondingDelegationRequest.typeUrl || typeof o.delegatorAddr === "string" && typeof o.validatorAddr === "string");
900
+ },
901
+ isAmino(o) {
902
+ return o && (o.$typeUrl === QueryUnbondingDelegationRequest.typeUrl || typeof o.delegator_addr === "string" && typeof o.validator_addr === "string");
903
+ },
904
+ encode(message, writer = require_binary.BinaryWriter.create()) {
905
+ if (message.delegatorAddr !== "") writer.uint32(10).string(message.delegatorAddr);
906
+ if (message.validatorAddr !== "") writer.uint32(18).string(message.validatorAddr);
907
+ return writer;
908
+ },
909
+ decode(input, length) {
910
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
911
+ let end = length === void 0 ? reader.len : reader.pos + length;
912
+ const message = createBaseQueryUnbondingDelegationRequest();
913
+ while (reader.pos < end) {
914
+ const tag = reader.uint32();
915
+ switch (tag >>> 3) {
916
+ case 1:
917
+ message.delegatorAddr = reader.string();
918
+ break;
919
+ case 2:
920
+ message.validatorAddr = reader.string();
921
+ break;
922
+ default:
923
+ reader.skipType(tag & 7);
924
+ break;
925
+ }
926
+ }
927
+ return message;
928
+ },
929
+ fromPartial(object) {
930
+ const message = createBaseQueryUnbondingDelegationRequest();
931
+ message.delegatorAddr = object.delegatorAddr ?? "";
932
+ message.validatorAddr = object.validatorAddr ?? "";
933
+ return message;
934
+ },
935
+ fromAmino(object) {
936
+ const message = createBaseQueryUnbondingDelegationRequest();
937
+ if (object.delegator_addr !== void 0 && object.delegator_addr !== null) message.delegatorAddr = object.delegator_addr;
938
+ if (object.validator_addr !== void 0 && object.validator_addr !== null) message.validatorAddr = object.validator_addr;
939
+ return message;
940
+ },
941
+ toAmino(message) {
942
+ const obj = {};
943
+ obj.delegator_addr = message.delegatorAddr === "" ? void 0 : message.delegatorAddr;
944
+ obj.validator_addr = message.validatorAddr === "" ? void 0 : message.validatorAddr;
945
+ return obj;
946
+ },
947
+ fromAminoMsg(object) {
948
+ return QueryUnbondingDelegationRequest.fromAmino(object.value);
949
+ },
950
+ toAminoMsg(message) {
951
+ return {
952
+ type: "cosmos-sdk/QueryUnbondingDelegationRequest",
953
+ value: QueryUnbondingDelegationRequest.toAmino(message)
954
+ };
955
+ },
956
+ fromProtoMsg(message) {
957
+ return QueryUnbondingDelegationRequest.decode(message.value);
958
+ },
959
+ toProto(message) {
960
+ return QueryUnbondingDelegationRequest.encode(message).finish();
961
+ },
962
+ toProtoMsg(message) {
963
+ return {
964
+ typeUrl: "/cosmos.staking.v1beta1.QueryUnbondingDelegationRequest",
965
+ value: QueryUnbondingDelegationRequest.encode(message).finish()
966
+ };
967
+ },
968
+ registerTypeUrl() {}
969
+ };
970
+ function createBaseQueryUnbondingDelegationResponse() {
971
+ return { unbond: require_cosmos_staking_v1beta1_staking.UnbondingDelegation.fromPartial({}) };
972
+ }
973
+ /**
974
+ * QueryDelegationResponse is response type for the Query/UnbondingDelegation
975
+ * RPC method.
976
+ * @name QueryUnbondingDelegationResponse
977
+ * @package cosmos.staking.v1beta1
978
+ * @see proto type: cosmos.staking.v1beta1.QueryUnbondingDelegationResponse
979
+ */
980
+ const QueryUnbondingDelegationResponse = {
981
+ typeUrl: "/cosmos.staking.v1beta1.QueryUnbondingDelegationResponse",
982
+ aminoType: "cosmos-sdk/QueryUnbondingDelegationResponse",
983
+ is(o) {
984
+ return o && (o.$typeUrl === QueryUnbondingDelegationResponse.typeUrl || require_cosmos_staking_v1beta1_staking.UnbondingDelegation.is(o.unbond));
985
+ },
986
+ isAmino(o) {
987
+ return o && (o.$typeUrl === QueryUnbondingDelegationResponse.typeUrl || require_cosmos_staking_v1beta1_staking.UnbondingDelegation.isAmino(o.unbond));
988
+ },
989
+ encode(message, writer = require_binary.BinaryWriter.create()) {
990
+ if (message.unbond !== void 0) require_cosmos_staking_v1beta1_staking.UnbondingDelegation.encode(message.unbond, writer.uint32(10).fork()).ldelim();
991
+ return writer;
992
+ },
993
+ decode(input, length) {
994
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
995
+ let end = length === void 0 ? reader.len : reader.pos + length;
996
+ const message = createBaseQueryUnbondingDelegationResponse();
997
+ while (reader.pos < end) {
998
+ const tag = reader.uint32();
999
+ switch (tag >>> 3) {
1000
+ case 1:
1001
+ message.unbond = require_cosmos_staking_v1beta1_staking.UnbondingDelegation.decode(reader, reader.uint32());
1002
+ break;
1003
+ default:
1004
+ reader.skipType(tag & 7);
1005
+ break;
1006
+ }
1007
+ }
1008
+ return message;
1009
+ },
1010
+ fromPartial(object) {
1011
+ const message = createBaseQueryUnbondingDelegationResponse();
1012
+ message.unbond = object.unbond !== void 0 && object.unbond !== null ? require_cosmos_staking_v1beta1_staking.UnbondingDelegation.fromPartial(object.unbond) : void 0;
1013
+ return message;
1014
+ },
1015
+ fromAmino(object) {
1016
+ const message = createBaseQueryUnbondingDelegationResponse();
1017
+ if (object.unbond !== void 0 && object.unbond !== null) message.unbond = require_cosmos_staking_v1beta1_staking.UnbondingDelegation.fromAmino(object.unbond);
1018
+ return message;
1019
+ },
1020
+ toAmino(message) {
1021
+ const obj = {};
1022
+ obj.unbond = message.unbond ? require_cosmos_staking_v1beta1_staking.UnbondingDelegation.toAmino(message.unbond) : require_cosmos_staking_v1beta1_staking.UnbondingDelegation.toAmino(require_cosmos_staking_v1beta1_staking.UnbondingDelegation.fromPartial({}));
1023
+ return obj;
1024
+ },
1025
+ fromAminoMsg(object) {
1026
+ return QueryUnbondingDelegationResponse.fromAmino(object.value);
1027
+ },
1028
+ toAminoMsg(message) {
1029
+ return {
1030
+ type: "cosmos-sdk/QueryUnbondingDelegationResponse",
1031
+ value: QueryUnbondingDelegationResponse.toAmino(message)
1032
+ };
1033
+ },
1034
+ fromProtoMsg(message) {
1035
+ return QueryUnbondingDelegationResponse.decode(message.value);
1036
+ },
1037
+ toProto(message) {
1038
+ return QueryUnbondingDelegationResponse.encode(message).finish();
1039
+ },
1040
+ toProtoMsg(message) {
1041
+ return {
1042
+ typeUrl: "/cosmos.staking.v1beta1.QueryUnbondingDelegationResponse",
1043
+ value: QueryUnbondingDelegationResponse.encode(message).finish()
1044
+ };
1045
+ },
1046
+ registerTypeUrl() {
1047
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryUnbondingDelegationResponse.typeUrl)) return;
1048
+ require_cosmos_staking_v1beta1_staking.UnbondingDelegation.registerTypeUrl();
1049
+ }
1050
+ };
1051
+ function createBaseQueryDelegatorDelegationsRequest() {
1052
+ return {
1053
+ delegatorAddr: "",
1054
+ pagination: void 0
1055
+ };
1056
+ }
1057
+ /**
1058
+ * QueryDelegatorDelegationsRequest is request type for the
1059
+ * Query/DelegatorDelegations RPC method.
1060
+ * @name QueryDelegatorDelegationsRequest
1061
+ * @package cosmos.staking.v1beta1
1062
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegatorDelegationsRequest
1063
+ */
1064
+ const QueryDelegatorDelegationsRequest = {
1065
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorDelegationsRequest",
1066
+ aminoType: "cosmos-sdk/QueryDelegatorDelegationsRequest",
1067
+ is(o) {
1068
+ return o && (o.$typeUrl === QueryDelegatorDelegationsRequest.typeUrl || typeof o.delegatorAddr === "string");
1069
+ },
1070
+ isAmino(o) {
1071
+ return o && (o.$typeUrl === QueryDelegatorDelegationsRequest.typeUrl || typeof o.delegator_addr === "string");
1072
+ },
1073
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1074
+ if (message.delegatorAddr !== "") writer.uint32(10).string(message.delegatorAddr);
1075
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
1076
+ return writer;
1077
+ },
1078
+ decode(input, length) {
1079
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1080
+ let end = length === void 0 ? reader.len : reader.pos + length;
1081
+ const message = createBaseQueryDelegatorDelegationsRequest();
1082
+ while (reader.pos < end) {
1083
+ const tag = reader.uint32();
1084
+ switch (tag >>> 3) {
1085
+ case 1:
1086
+ message.delegatorAddr = reader.string();
1087
+ break;
1088
+ case 2:
1089
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.decode(reader, reader.uint32());
1090
+ break;
1091
+ default:
1092
+ reader.skipType(tag & 7);
1093
+ break;
1094
+ }
1095
+ }
1096
+ return message;
1097
+ },
1098
+ fromPartial(object) {
1099
+ const message = createBaseQueryDelegatorDelegationsRequest();
1100
+ message.delegatorAddr = object.delegatorAddr ?? "";
1101
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageRequest.fromPartial(object.pagination) : void 0;
1102
+ return message;
1103
+ },
1104
+ fromAmino(object) {
1105
+ const message = createBaseQueryDelegatorDelegationsRequest();
1106
+ if (object.delegator_addr !== void 0 && object.delegator_addr !== null) message.delegatorAddr = object.delegator_addr;
1107
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.fromAmino(object.pagination);
1108
+ return message;
1109
+ },
1110
+ toAmino(message) {
1111
+ const obj = {};
1112
+ obj.delegator_addr = message.delegatorAddr === "" ? void 0 : message.delegatorAddr;
1113
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageRequest.toAmino(message.pagination) : void 0;
1114
+ return obj;
1115
+ },
1116
+ fromAminoMsg(object) {
1117
+ return QueryDelegatorDelegationsRequest.fromAmino(object.value);
1118
+ },
1119
+ toAminoMsg(message) {
1120
+ return {
1121
+ type: "cosmos-sdk/QueryDelegatorDelegationsRequest",
1122
+ value: QueryDelegatorDelegationsRequest.toAmino(message)
1123
+ };
1124
+ },
1125
+ fromProtoMsg(message) {
1126
+ return QueryDelegatorDelegationsRequest.decode(message.value);
1127
+ },
1128
+ toProto(message) {
1129
+ return QueryDelegatorDelegationsRequest.encode(message).finish();
1130
+ },
1131
+ toProtoMsg(message) {
1132
+ return {
1133
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorDelegationsRequest",
1134
+ value: QueryDelegatorDelegationsRequest.encode(message).finish()
1135
+ };
1136
+ },
1137
+ registerTypeUrl() {
1138
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryDelegatorDelegationsRequest.typeUrl)) return;
1139
+ require_cosmos_base_query_v1beta1_pagination.PageRequest.registerTypeUrl();
1140
+ }
1141
+ };
1142
+ function createBaseQueryDelegatorDelegationsResponse() {
1143
+ return {
1144
+ delegationResponses: [],
1145
+ pagination: void 0
1146
+ };
1147
+ }
1148
+ /**
1149
+ * QueryDelegatorDelegationsResponse is response type for the
1150
+ * Query/DelegatorDelegations RPC method.
1151
+ * @name QueryDelegatorDelegationsResponse
1152
+ * @package cosmos.staking.v1beta1
1153
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegatorDelegationsResponse
1154
+ */
1155
+ const QueryDelegatorDelegationsResponse = {
1156
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorDelegationsResponse",
1157
+ aminoType: "cosmos-sdk/QueryDelegatorDelegationsResponse",
1158
+ is(o) {
1159
+ return o && (o.$typeUrl === QueryDelegatorDelegationsResponse.typeUrl || Array.isArray(o.delegationResponses) && (!o.delegationResponses.length || require_cosmos_staking_v1beta1_staking.DelegationResponse.is(o.delegationResponses[0])));
1160
+ },
1161
+ isAmino(o) {
1162
+ return o && (o.$typeUrl === QueryDelegatorDelegationsResponse.typeUrl || Array.isArray(o.delegation_responses) && (!o.delegation_responses.length || require_cosmos_staking_v1beta1_staking.DelegationResponse.isAmino(o.delegation_responses[0])));
1163
+ },
1164
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1165
+ for (const v of message.delegationResponses) require_cosmos_staking_v1beta1_staking.DelegationResponse.encode(v, writer.uint32(10).fork()).ldelim();
1166
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
1167
+ return writer;
1168
+ },
1169
+ decode(input, length) {
1170
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1171
+ let end = length === void 0 ? reader.len : reader.pos + length;
1172
+ const message = createBaseQueryDelegatorDelegationsResponse();
1173
+ while (reader.pos < end) {
1174
+ const tag = reader.uint32();
1175
+ switch (tag >>> 3) {
1176
+ case 1:
1177
+ message.delegationResponses.push(require_cosmos_staking_v1beta1_staking.DelegationResponse.decode(reader, reader.uint32()));
1178
+ break;
1179
+ case 2:
1180
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.decode(reader, reader.uint32());
1181
+ break;
1182
+ default:
1183
+ reader.skipType(tag & 7);
1184
+ break;
1185
+ }
1186
+ }
1187
+ return message;
1188
+ },
1189
+ fromPartial(object) {
1190
+ const message = createBaseQueryDelegatorDelegationsResponse();
1191
+ message.delegationResponses = object.delegationResponses?.map((e) => require_cosmos_staking_v1beta1_staking.DelegationResponse.fromPartial(e)) || [];
1192
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageResponse.fromPartial(object.pagination) : void 0;
1193
+ return message;
1194
+ },
1195
+ fromAmino(object) {
1196
+ const message = createBaseQueryDelegatorDelegationsResponse();
1197
+ message.delegationResponses = object.delegation_responses?.map((e) => require_cosmos_staking_v1beta1_staking.DelegationResponse.fromAmino(e)) || [];
1198
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.fromAmino(object.pagination);
1199
+ return message;
1200
+ },
1201
+ toAmino(message) {
1202
+ const obj = {};
1203
+ if (message.delegationResponses) obj.delegation_responses = message.delegationResponses.map((e) => e ? require_cosmos_staking_v1beta1_staking.DelegationResponse.toAmino(e) : void 0);
1204
+ else obj.delegation_responses = message.delegationResponses;
1205
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageResponse.toAmino(message.pagination) : void 0;
1206
+ return obj;
1207
+ },
1208
+ fromAminoMsg(object) {
1209
+ return QueryDelegatorDelegationsResponse.fromAmino(object.value);
1210
+ },
1211
+ toAminoMsg(message) {
1212
+ return {
1213
+ type: "cosmos-sdk/QueryDelegatorDelegationsResponse",
1214
+ value: QueryDelegatorDelegationsResponse.toAmino(message)
1215
+ };
1216
+ },
1217
+ fromProtoMsg(message) {
1218
+ return QueryDelegatorDelegationsResponse.decode(message.value);
1219
+ },
1220
+ toProto(message) {
1221
+ return QueryDelegatorDelegationsResponse.encode(message).finish();
1222
+ },
1223
+ toProtoMsg(message) {
1224
+ return {
1225
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorDelegationsResponse",
1226
+ value: QueryDelegatorDelegationsResponse.encode(message).finish()
1227
+ };
1228
+ },
1229
+ registerTypeUrl() {
1230
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryDelegatorDelegationsResponse.typeUrl)) return;
1231
+ require_cosmos_staking_v1beta1_staking.DelegationResponse.registerTypeUrl();
1232
+ require_cosmos_base_query_v1beta1_pagination.PageResponse.registerTypeUrl();
1233
+ }
1234
+ };
1235
+ function createBaseQueryDelegatorUnbondingDelegationsRequest() {
1236
+ return {
1237
+ delegatorAddr: "",
1238
+ pagination: void 0
1239
+ };
1240
+ }
1241
+ /**
1242
+ * QueryDelegatorUnbondingDelegationsRequest is request type for the
1243
+ * Query/DelegatorUnbondingDelegations RPC method.
1244
+ * @name QueryDelegatorUnbondingDelegationsRequest
1245
+ * @package cosmos.staking.v1beta1
1246
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegatorUnbondingDelegationsRequest
1247
+ */
1248
+ const QueryDelegatorUnbondingDelegationsRequest = {
1249
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorUnbondingDelegationsRequest",
1250
+ aminoType: "cosmos-sdk/QueryDelegatorUnbondingDelegationsRequest",
1251
+ is(o) {
1252
+ return o && (o.$typeUrl === QueryDelegatorUnbondingDelegationsRequest.typeUrl || typeof o.delegatorAddr === "string");
1253
+ },
1254
+ isAmino(o) {
1255
+ return o && (o.$typeUrl === QueryDelegatorUnbondingDelegationsRequest.typeUrl || typeof o.delegator_addr === "string");
1256
+ },
1257
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1258
+ if (message.delegatorAddr !== "") writer.uint32(10).string(message.delegatorAddr);
1259
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
1260
+ return writer;
1261
+ },
1262
+ decode(input, length) {
1263
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1264
+ let end = length === void 0 ? reader.len : reader.pos + length;
1265
+ const message = createBaseQueryDelegatorUnbondingDelegationsRequest();
1266
+ while (reader.pos < end) {
1267
+ const tag = reader.uint32();
1268
+ switch (tag >>> 3) {
1269
+ case 1:
1270
+ message.delegatorAddr = reader.string();
1271
+ break;
1272
+ case 2:
1273
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.decode(reader, reader.uint32());
1274
+ break;
1275
+ default:
1276
+ reader.skipType(tag & 7);
1277
+ break;
1278
+ }
1279
+ }
1280
+ return message;
1281
+ },
1282
+ fromPartial(object) {
1283
+ const message = createBaseQueryDelegatorUnbondingDelegationsRequest();
1284
+ message.delegatorAddr = object.delegatorAddr ?? "";
1285
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageRequest.fromPartial(object.pagination) : void 0;
1286
+ return message;
1287
+ },
1288
+ fromAmino(object) {
1289
+ const message = createBaseQueryDelegatorUnbondingDelegationsRequest();
1290
+ if (object.delegator_addr !== void 0 && object.delegator_addr !== null) message.delegatorAddr = object.delegator_addr;
1291
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.fromAmino(object.pagination);
1292
+ return message;
1293
+ },
1294
+ toAmino(message) {
1295
+ const obj = {};
1296
+ obj.delegator_addr = message.delegatorAddr === "" ? void 0 : message.delegatorAddr;
1297
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageRequest.toAmino(message.pagination) : void 0;
1298
+ return obj;
1299
+ },
1300
+ fromAminoMsg(object) {
1301
+ return QueryDelegatorUnbondingDelegationsRequest.fromAmino(object.value);
1302
+ },
1303
+ toAminoMsg(message) {
1304
+ return {
1305
+ type: "cosmos-sdk/QueryDelegatorUnbondingDelegationsRequest",
1306
+ value: QueryDelegatorUnbondingDelegationsRequest.toAmino(message)
1307
+ };
1308
+ },
1309
+ fromProtoMsg(message) {
1310
+ return QueryDelegatorUnbondingDelegationsRequest.decode(message.value);
1311
+ },
1312
+ toProto(message) {
1313
+ return QueryDelegatorUnbondingDelegationsRequest.encode(message).finish();
1314
+ },
1315
+ toProtoMsg(message) {
1316
+ return {
1317
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorUnbondingDelegationsRequest",
1318
+ value: QueryDelegatorUnbondingDelegationsRequest.encode(message).finish()
1319
+ };
1320
+ },
1321
+ registerTypeUrl() {
1322
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryDelegatorUnbondingDelegationsRequest.typeUrl)) return;
1323
+ require_cosmos_base_query_v1beta1_pagination.PageRequest.registerTypeUrl();
1324
+ }
1325
+ };
1326
+ function createBaseQueryDelegatorUnbondingDelegationsResponse() {
1327
+ return {
1328
+ unbondingResponses: [],
1329
+ pagination: void 0
1330
+ };
1331
+ }
1332
+ /**
1333
+ * QueryUnbondingDelegatorDelegationsResponse is response type for the
1334
+ * Query/UnbondingDelegatorDelegations RPC method.
1335
+ * @name QueryDelegatorUnbondingDelegationsResponse
1336
+ * @package cosmos.staking.v1beta1
1337
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegatorUnbondingDelegationsResponse
1338
+ */
1339
+ const QueryDelegatorUnbondingDelegationsResponse = {
1340
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorUnbondingDelegationsResponse",
1341
+ aminoType: "cosmos-sdk/QueryDelegatorUnbondingDelegationsResponse",
1342
+ is(o) {
1343
+ return o && (o.$typeUrl === QueryDelegatorUnbondingDelegationsResponse.typeUrl || Array.isArray(o.unbondingResponses) && (!o.unbondingResponses.length || require_cosmos_staking_v1beta1_staking.UnbondingDelegation.is(o.unbondingResponses[0])));
1344
+ },
1345
+ isAmino(o) {
1346
+ return o && (o.$typeUrl === QueryDelegatorUnbondingDelegationsResponse.typeUrl || Array.isArray(o.unbonding_responses) && (!o.unbonding_responses.length || require_cosmos_staking_v1beta1_staking.UnbondingDelegation.isAmino(o.unbonding_responses[0])));
1347
+ },
1348
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1349
+ for (const v of message.unbondingResponses) require_cosmos_staking_v1beta1_staking.UnbondingDelegation.encode(v, writer.uint32(10).fork()).ldelim();
1350
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
1351
+ return writer;
1352
+ },
1353
+ decode(input, length) {
1354
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1355
+ let end = length === void 0 ? reader.len : reader.pos + length;
1356
+ const message = createBaseQueryDelegatorUnbondingDelegationsResponse();
1357
+ while (reader.pos < end) {
1358
+ const tag = reader.uint32();
1359
+ switch (tag >>> 3) {
1360
+ case 1:
1361
+ message.unbondingResponses.push(require_cosmos_staking_v1beta1_staking.UnbondingDelegation.decode(reader, reader.uint32()));
1362
+ break;
1363
+ case 2:
1364
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.decode(reader, reader.uint32());
1365
+ break;
1366
+ default:
1367
+ reader.skipType(tag & 7);
1368
+ break;
1369
+ }
1370
+ }
1371
+ return message;
1372
+ },
1373
+ fromPartial(object) {
1374
+ const message = createBaseQueryDelegatorUnbondingDelegationsResponse();
1375
+ message.unbondingResponses = object.unbondingResponses?.map((e) => require_cosmos_staking_v1beta1_staking.UnbondingDelegation.fromPartial(e)) || [];
1376
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageResponse.fromPartial(object.pagination) : void 0;
1377
+ return message;
1378
+ },
1379
+ fromAmino(object) {
1380
+ const message = createBaseQueryDelegatorUnbondingDelegationsResponse();
1381
+ message.unbondingResponses = object.unbonding_responses?.map((e) => require_cosmos_staking_v1beta1_staking.UnbondingDelegation.fromAmino(e)) || [];
1382
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.fromAmino(object.pagination);
1383
+ return message;
1384
+ },
1385
+ toAmino(message) {
1386
+ const obj = {};
1387
+ if (message.unbondingResponses) obj.unbonding_responses = message.unbondingResponses.map((e) => e ? require_cosmos_staking_v1beta1_staking.UnbondingDelegation.toAmino(e) : void 0);
1388
+ else obj.unbonding_responses = message.unbondingResponses;
1389
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageResponse.toAmino(message.pagination) : void 0;
1390
+ return obj;
1391
+ },
1392
+ fromAminoMsg(object) {
1393
+ return QueryDelegatorUnbondingDelegationsResponse.fromAmino(object.value);
1394
+ },
1395
+ toAminoMsg(message) {
1396
+ return {
1397
+ type: "cosmos-sdk/QueryDelegatorUnbondingDelegationsResponse",
1398
+ value: QueryDelegatorUnbondingDelegationsResponse.toAmino(message)
1399
+ };
1400
+ },
1401
+ fromProtoMsg(message) {
1402
+ return QueryDelegatorUnbondingDelegationsResponse.decode(message.value);
1403
+ },
1404
+ toProto(message) {
1405
+ return QueryDelegatorUnbondingDelegationsResponse.encode(message).finish();
1406
+ },
1407
+ toProtoMsg(message) {
1408
+ return {
1409
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorUnbondingDelegationsResponse",
1410
+ value: QueryDelegatorUnbondingDelegationsResponse.encode(message).finish()
1411
+ };
1412
+ },
1413
+ registerTypeUrl() {
1414
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryDelegatorUnbondingDelegationsResponse.typeUrl)) return;
1415
+ require_cosmos_staking_v1beta1_staking.UnbondingDelegation.registerTypeUrl();
1416
+ require_cosmos_base_query_v1beta1_pagination.PageResponse.registerTypeUrl();
1417
+ }
1418
+ };
1419
+ function createBaseQueryRedelegationsRequest() {
1420
+ return {
1421
+ delegatorAddr: "",
1422
+ srcValidatorAddr: "",
1423
+ dstValidatorAddr: "",
1424
+ pagination: void 0
1425
+ };
1426
+ }
1427
+ /**
1428
+ * QueryRedelegationsRequest is request type for the Query/Redelegations RPC
1429
+ * method.
1430
+ * @name QueryRedelegationsRequest
1431
+ * @package cosmos.staking.v1beta1
1432
+ * @see proto type: cosmos.staking.v1beta1.QueryRedelegationsRequest
1433
+ */
1434
+ const QueryRedelegationsRequest = {
1435
+ typeUrl: "/cosmos.staking.v1beta1.QueryRedelegationsRequest",
1436
+ aminoType: "cosmos-sdk/QueryRedelegationsRequest",
1437
+ is(o) {
1438
+ return o && (o.$typeUrl === QueryRedelegationsRequest.typeUrl || typeof o.delegatorAddr === "string" && typeof o.srcValidatorAddr === "string" && typeof o.dstValidatorAddr === "string");
1439
+ },
1440
+ isAmino(o) {
1441
+ return o && (o.$typeUrl === QueryRedelegationsRequest.typeUrl || typeof o.delegator_addr === "string" && typeof o.src_validator_addr === "string" && typeof o.dst_validator_addr === "string");
1442
+ },
1443
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1444
+ if (message.delegatorAddr !== "") writer.uint32(10).string(message.delegatorAddr);
1445
+ if (message.srcValidatorAddr !== "") writer.uint32(18).string(message.srcValidatorAddr);
1446
+ if (message.dstValidatorAddr !== "") writer.uint32(26).string(message.dstValidatorAddr);
1447
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageRequest.encode(message.pagination, writer.uint32(34).fork()).ldelim();
1448
+ return writer;
1449
+ },
1450
+ decode(input, length) {
1451
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1452
+ let end = length === void 0 ? reader.len : reader.pos + length;
1453
+ const message = createBaseQueryRedelegationsRequest();
1454
+ while (reader.pos < end) {
1455
+ const tag = reader.uint32();
1456
+ switch (tag >>> 3) {
1457
+ case 1:
1458
+ message.delegatorAddr = reader.string();
1459
+ break;
1460
+ case 2:
1461
+ message.srcValidatorAddr = reader.string();
1462
+ break;
1463
+ case 3:
1464
+ message.dstValidatorAddr = reader.string();
1465
+ break;
1466
+ case 4:
1467
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.decode(reader, reader.uint32());
1468
+ break;
1469
+ default:
1470
+ reader.skipType(tag & 7);
1471
+ break;
1472
+ }
1473
+ }
1474
+ return message;
1475
+ },
1476
+ fromPartial(object) {
1477
+ const message = createBaseQueryRedelegationsRequest();
1478
+ message.delegatorAddr = object.delegatorAddr ?? "";
1479
+ message.srcValidatorAddr = object.srcValidatorAddr ?? "";
1480
+ message.dstValidatorAddr = object.dstValidatorAddr ?? "";
1481
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageRequest.fromPartial(object.pagination) : void 0;
1482
+ return message;
1483
+ },
1484
+ fromAmino(object) {
1485
+ const message = createBaseQueryRedelegationsRequest();
1486
+ if (object.delegator_addr !== void 0 && object.delegator_addr !== null) message.delegatorAddr = object.delegator_addr;
1487
+ if (object.src_validator_addr !== void 0 && object.src_validator_addr !== null) message.srcValidatorAddr = object.src_validator_addr;
1488
+ if (object.dst_validator_addr !== void 0 && object.dst_validator_addr !== null) message.dstValidatorAddr = object.dst_validator_addr;
1489
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.fromAmino(object.pagination);
1490
+ return message;
1491
+ },
1492
+ toAmino(message) {
1493
+ const obj = {};
1494
+ obj.delegator_addr = message.delegatorAddr === "" ? void 0 : message.delegatorAddr;
1495
+ obj.src_validator_addr = message.srcValidatorAddr === "" ? void 0 : message.srcValidatorAddr;
1496
+ obj.dst_validator_addr = message.dstValidatorAddr === "" ? void 0 : message.dstValidatorAddr;
1497
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageRequest.toAmino(message.pagination) : void 0;
1498
+ return obj;
1499
+ },
1500
+ fromAminoMsg(object) {
1501
+ return QueryRedelegationsRequest.fromAmino(object.value);
1502
+ },
1503
+ toAminoMsg(message) {
1504
+ return {
1505
+ type: "cosmos-sdk/QueryRedelegationsRequest",
1506
+ value: QueryRedelegationsRequest.toAmino(message)
1507
+ };
1508
+ },
1509
+ fromProtoMsg(message) {
1510
+ return QueryRedelegationsRequest.decode(message.value);
1511
+ },
1512
+ toProto(message) {
1513
+ return QueryRedelegationsRequest.encode(message).finish();
1514
+ },
1515
+ toProtoMsg(message) {
1516
+ return {
1517
+ typeUrl: "/cosmos.staking.v1beta1.QueryRedelegationsRequest",
1518
+ value: QueryRedelegationsRequest.encode(message).finish()
1519
+ };
1520
+ },
1521
+ registerTypeUrl() {
1522
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryRedelegationsRequest.typeUrl)) return;
1523
+ require_cosmos_base_query_v1beta1_pagination.PageRequest.registerTypeUrl();
1524
+ }
1525
+ };
1526
+ function createBaseQueryRedelegationsResponse() {
1527
+ return {
1528
+ redelegationResponses: [],
1529
+ pagination: void 0
1530
+ };
1531
+ }
1532
+ /**
1533
+ * QueryRedelegationsResponse is response type for the Query/Redelegations RPC
1534
+ * method.
1535
+ * @name QueryRedelegationsResponse
1536
+ * @package cosmos.staking.v1beta1
1537
+ * @see proto type: cosmos.staking.v1beta1.QueryRedelegationsResponse
1538
+ */
1539
+ const QueryRedelegationsResponse = {
1540
+ typeUrl: "/cosmos.staking.v1beta1.QueryRedelegationsResponse",
1541
+ aminoType: "cosmos-sdk/QueryRedelegationsResponse",
1542
+ is(o) {
1543
+ return o && (o.$typeUrl === QueryRedelegationsResponse.typeUrl || Array.isArray(o.redelegationResponses) && (!o.redelegationResponses.length || require_cosmos_staking_v1beta1_staking.RedelegationResponse.is(o.redelegationResponses[0])));
1544
+ },
1545
+ isAmino(o) {
1546
+ return o && (o.$typeUrl === QueryRedelegationsResponse.typeUrl || Array.isArray(o.redelegation_responses) && (!o.redelegation_responses.length || require_cosmos_staking_v1beta1_staking.RedelegationResponse.isAmino(o.redelegation_responses[0])));
1547
+ },
1548
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1549
+ for (const v of message.redelegationResponses) require_cosmos_staking_v1beta1_staking.RedelegationResponse.encode(v, writer.uint32(10).fork()).ldelim();
1550
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
1551
+ return writer;
1552
+ },
1553
+ decode(input, length) {
1554
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1555
+ let end = length === void 0 ? reader.len : reader.pos + length;
1556
+ const message = createBaseQueryRedelegationsResponse();
1557
+ while (reader.pos < end) {
1558
+ const tag = reader.uint32();
1559
+ switch (tag >>> 3) {
1560
+ case 1:
1561
+ message.redelegationResponses.push(require_cosmos_staking_v1beta1_staking.RedelegationResponse.decode(reader, reader.uint32()));
1562
+ break;
1563
+ case 2:
1564
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.decode(reader, reader.uint32());
1565
+ break;
1566
+ default:
1567
+ reader.skipType(tag & 7);
1568
+ break;
1569
+ }
1570
+ }
1571
+ return message;
1572
+ },
1573
+ fromPartial(object) {
1574
+ const message = createBaseQueryRedelegationsResponse();
1575
+ message.redelegationResponses = object.redelegationResponses?.map((e) => require_cosmos_staking_v1beta1_staking.RedelegationResponse.fromPartial(e)) || [];
1576
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageResponse.fromPartial(object.pagination) : void 0;
1577
+ return message;
1578
+ },
1579
+ fromAmino(object) {
1580
+ const message = createBaseQueryRedelegationsResponse();
1581
+ message.redelegationResponses = object.redelegation_responses?.map((e) => require_cosmos_staking_v1beta1_staking.RedelegationResponse.fromAmino(e)) || [];
1582
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.fromAmino(object.pagination);
1583
+ return message;
1584
+ },
1585
+ toAmino(message) {
1586
+ const obj = {};
1587
+ if (message.redelegationResponses) obj.redelegation_responses = message.redelegationResponses.map((e) => e ? require_cosmos_staking_v1beta1_staking.RedelegationResponse.toAmino(e) : void 0);
1588
+ else obj.redelegation_responses = message.redelegationResponses;
1589
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageResponse.toAmino(message.pagination) : void 0;
1590
+ return obj;
1591
+ },
1592
+ fromAminoMsg(object) {
1593
+ return QueryRedelegationsResponse.fromAmino(object.value);
1594
+ },
1595
+ toAminoMsg(message) {
1596
+ return {
1597
+ type: "cosmos-sdk/QueryRedelegationsResponse",
1598
+ value: QueryRedelegationsResponse.toAmino(message)
1599
+ };
1600
+ },
1601
+ fromProtoMsg(message) {
1602
+ return QueryRedelegationsResponse.decode(message.value);
1603
+ },
1604
+ toProto(message) {
1605
+ return QueryRedelegationsResponse.encode(message).finish();
1606
+ },
1607
+ toProtoMsg(message) {
1608
+ return {
1609
+ typeUrl: "/cosmos.staking.v1beta1.QueryRedelegationsResponse",
1610
+ value: QueryRedelegationsResponse.encode(message).finish()
1611
+ };
1612
+ },
1613
+ registerTypeUrl() {
1614
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryRedelegationsResponse.typeUrl)) return;
1615
+ require_cosmos_staking_v1beta1_staking.RedelegationResponse.registerTypeUrl();
1616
+ require_cosmos_base_query_v1beta1_pagination.PageResponse.registerTypeUrl();
1617
+ }
1618
+ };
1619
+ function createBaseQueryDelegatorValidatorsRequest() {
1620
+ return {
1621
+ delegatorAddr: "",
1622
+ pagination: void 0
1623
+ };
1624
+ }
1625
+ /**
1626
+ * QueryDelegatorValidatorsRequest is request type for the
1627
+ * Query/DelegatorValidators RPC method.
1628
+ * @name QueryDelegatorValidatorsRequest
1629
+ * @package cosmos.staking.v1beta1
1630
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegatorValidatorsRequest
1631
+ */
1632
+ const QueryDelegatorValidatorsRequest = {
1633
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorValidatorsRequest",
1634
+ aminoType: "cosmos-sdk/QueryDelegatorValidatorsRequest",
1635
+ is(o) {
1636
+ return o && (o.$typeUrl === QueryDelegatorValidatorsRequest.typeUrl || typeof o.delegatorAddr === "string");
1637
+ },
1638
+ isAmino(o) {
1639
+ return o && (o.$typeUrl === QueryDelegatorValidatorsRequest.typeUrl || typeof o.delegator_addr === "string");
1640
+ },
1641
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1642
+ if (message.delegatorAddr !== "") writer.uint32(10).string(message.delegatorAddr);
1643
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
1644
+ return writer;
1645
+ },
1646
+ decode(input, length) {
1647
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1648
+ let end = length === void 0 ? reader.len : reader.pos + length;
1649
+ const message = createBaseQueryDelegatorValidatorsRequest();
1650
+ while (reader.pos < end) {
1651
+ const tag = reader.uint32();
1652
+ switch (tag >>> 3) {
1653
+ case 1:
1654
+ message.delegatorAddr = reader.string();
1655
+ break;
1656
+ case 2:
1657
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.decode(reader, reader.uint32());
1658
+ break;
1659
+ default:
1660
+ reader.skipType(tag & 7);
1661
+ break;
1662
+ }
1663
+ }
1664
+ return message;
1665
+ },
1666
+ fromPartial(object) {
1667
+ const message = createBaseQueryDelegatorValidatorsRequest();
1668
+ message.delegatorAddr = object.delegatorAddr ?? "";
1669
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageRequest.fromPartial(object.pagination) : void 0;
1670
+ return message;
1671
+ },
1672
+ fromAmino(object) {
1673
+ const message = createBaseQueryDelegatorValidatorsRequest();
1674
+ if (object.delegator_addr !== void 0 && object.delegator_addr !== null) message.delegatorAddr = object.delegator_addr;
1675
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageRequest.fromAmino(object.pagination);
1676
+ return message;
1677
+ },
1678
+ toAmino(message) {
1679
+ const obj = {};
1680
+ obj.delegator_addr = message.delegatorAddr === "" ? void 0 : message.delegatorAddr;
1681
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageRequest.toAmino(message.pagination) : void 0;
1682
+ return obj;
1683
+ },
1684
+ fromAminoMsg(object) {
1685
+ return QueryDelegatorValidatorsRequest.fromAmino(object.value);
1686
+ },
1687
+ toAminoMsg(message) {
1688
+ return {
1689
+ type: "cosmos-sdk/QueryDelegatorValidatorsRequest",
1690
+ value: QueryDelegatorValidatorsRequest.toAmino(message)
1691
+ };
1692
+ },
1693
+ fromProtoMsg(message) {
1694
+ return QueryDelegatorValidatorsRequest.decode(message.value);
1695
+ },
1696
+ toProto(message) {
1697
+ return QueryDelegatorValidatorsRequest.encode(message).finish();
1698
+ },
1699
+ toProtoMsg(message) {
1700
+ return {
1701
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorValidatorsRequest",
1702
+ value: QueryDelegatorValidatorsRequest.encode(message).finish()
1703
+ };
1704
+ },
1705
+ registerTypeUrl() {
1706
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryDelegatorValidatorsRequest.typeUrl)) return;
1707
+ require_cosmos_base_query_v1beta1_pagination.PageRequest.registerTypeUrl();
1708
+ }
1709
+ };
1710
+ function createBaseQueryDelegatorValidatorsResponse() {
1711
+ return {
1712
+ validators: [],
1713
+ pagination: void 0
1714
+ };
1715
+ }
1716
+ /**
1717
+ * QueryDelegatorValidatorsResponse is response type for the
1718
+ * Query/DelegatorValidators RPC method.
1719
+ * @name QueryDelegatorValidatorsResponse
1720
+ * @package cosmos.staking.v1beta1
1721
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegatorValidatorsResponse
1722
+ */
1723
+ const QueryDelegatorValidatorsResponse = {
1724
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorValidatorsResponse",
1725
+ aminoType: "cosmos-sdk/QueryDelegatorValidatorsResponse",
1726
+ is(o) {
1727
+ return o && (o.$typeUrl === QueryDelegatorValidatorsResponse.typeUrl || Array.isArray(o.validators) && (!o.validators.length || require_cosmos_staking_v1beta1_staking.Validator.is(o.validators[0])));
1728
+ },
1729
+ isAmino(o) {
1730
+ return o && (o.$typeUrl === QueryDelegatorValidatorsResponse.typeUrl || Array.isArray(o.validators) && (!o.validators.length || require_cosmos_staking_v1beta1_staking.Validator.isAmino(o.validators[0])));
1731
+ },
1732
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1733
+ for (const v of message.validators) require_cosmos_staking_v1beta1_staking.Validator.encode(v, writer.uint32(10).fork()).ldelim();
1734
+ if (message.pagination !== void 0) require_cosmos_base_query_v1beta1_pagination.PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
1735
+ return writer;
1736
+ },
1737
+ decode(input, length) {
1738
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1739
+ let end = length === void 0 ? reader.len : reader.pos + length;
1740
+ const message = createBaseQueryDelegatorValidatorsResponse();
1741
+ while (reader.pos < end) {
1742
+ const tag = reader.uint32();
1743
+ switch (tag >>> 3) {
1744
+ case 1:
1745
+ message.validators.push(require_cosmos_staking_v1beta1_staking.Validator.decode(reader, reader.uint32()));
1746
+ break;
1747
+ case 2:
1748
+ message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.decode(reader, reader.uint32());
1749
+ break;
1750
+ default:
1751
+ reader.skipType(tag & 7);
1752
+ break;
1753
+ }
1754
+ }
1755
+ return message;
1756
+ },
1757
+ fromPartial(object) {
1758
+ const message = createBaseQueryDelegatorValidatorsResponse();
1759
+ message.validators = object.validators?.map((e) => require_cosmos_staking_v1beta1_staking.Validator.fromPartial(e)) || [];
1760
+ message.pagination = object.pagination !== void 0 && object.pagination !== null ? require_cosmos_base_query_v1beta1_pagination.PageResponse.fromPartial(object.pagination) : void 0;
1761
+ return message;
1762
+ },
1763
+ fromAmino(object) {
1764
+ const message = createBaseQueryDelegatorValidatorsResponse();
1765
+ message.validators = object.validators?.map((e) => require_cosmos_staking_v1beta1_staking.Validator.fromAmino(e)) || [];
1766
+ if (object.pagination !== void 0 && object.pagination !== null) message.pagination = require_cosmos_base_query_v1beta1_pagination.PageResponse.fromAmino(object.pagination);
1767
+ return message;
1768
+ },
1769
+ toAmino(message) {
1770
+ const obj = {};
1771
+ if (message.validators) obj.validators = message.validators.map((e) => e ? require_cosmos_staking_v1beta1_staking.Validator.toAmino(e) : void 0);
1772
+ else obj.validators = message.validators;
1773
+ obj.pagination = message.pagination ? require_cosmos_base_query_v1beta1_pagination.PageResponse.toAmino(message.pagination) : void 0;
1774
+ return obj;
1775
+ },
1776
+ fromAminoMsg(object) {
1777
+ return QueryDelegatorValidatorsResponse.fromAmino(object.value);
1778
+ },
1779
+ toAminoMsg(message) {
1780
+ return {
1781
+ type: "cosmos-sdk/QueryDelegatorValidatorsResponse",
1782
+ value: QueryDelegatorValidatorsResponse.toAmino(message)
1783
+ };
1784
+ },
1785
+ fromProtoMsg(message) {
1786
+ return QueryDelegatorValidatorsResponse.decode(message.value);
1787
+ },
1788
+ toProto(message) {
1789
+ return QueryDelegatorValidatorsResponse.encode(message).finish();
1790
+ },
1791
+ toProtoMsg(message) {
1792
+ return {
1793
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorValidatorsResponse",
1794
+ value: QueryDelegatorValidatorsResponse.encode(message).finish()
1795
+ };
1796
+ },
1797
+ registerTypeUrl() {
1798
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryDelegatorValidatorsResponse.typeUrl)) return;
1799
+ require_cosmos_staking_v1beta1_staking.Validator.registerTypeUrl();
1800
+ require_cosmos_base_query_v1beta1_pagination.PageResponse.registerTypeUrl();
1801
+ }
1802
+ };
1803
+ function createBaseQueryDelegatorValidatorRequest() {
1804
+ return {
1805
+ delegatorAddr: "",
1806
+ validatorAddr: ""
1807
+ };
1808
+ }
1809
+ /**
1810
+ * QueryDelegatorValidatorRequest is request type for the
1811
+ * Query/DelegatorValidator RPC method.
1812
+ * @name QueryDelegatorValidatorRequest
1813
+ * @package cosmos.staking.v1beta1
1814
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegatorValidatorRequest
1815
+ */
1816
+ const QueryDelegatorValidatorRequest = {
1817
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorValidatorRequest",
1818
+ aminoType: "cosmos-sdk/QueryDelegatorValidatorRequest",
1819
+ is(o) {
1820
+ return o && (o.$typeUrl === QueryDelegatorValidatorRequest.typeUrl || typeof o.delegatorAddr === "string" && typeof o.validatorAddr === "string");
1821
+ },
1822
+ isAmino(o) {
1823
+ return o && (o.$typeUrl === QueryDelegatorValidatorRequest.typeUrl || typeof o.delegator_addr === "string" && typeof o.validator_addr === "string");
1824
+ },
1825
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1826
+ if (message.delegatorAddr !== "") writer.uint32(10).string(message.delegatorAddr);
1827
+ if (message.validatorAddr !== "") writer.uint32(18).string(message.validatorAddr);
1828
+ return writer;
1829
+ },
1830
+ decode(input, length) {
1831
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1832
+ let end = length === void 0 ? reader.len : reader.pos + length;
1833
+ const message = createBaseQueryDelegatorValidatorRequest();
1834
+ while (reader.pos < end) {
1835
+ const tag = reader.uint32();
1836
+ switch (tag >>> 3) {
1837
+ case 1:
1838
+ message.delegatorAddr = reader.string();
1839
+ break;
1840
+ case 2:
1841
+ message.validatorAddr = reader.string();
1842
+ break;
1843
+ default:
1844
+ reader.skipType(tag & 7);
1845
+ break;
1846
+ }
1847
+ }
1848
+ return message;
1849
+ },
1850
+ fromPartial(object) {
1851
+ const message = createBaseQueryDelegatorValidatorRequest();
1852
+ message.delegatorAddr = object.delegatorAddr ?? "";
1853
+ message.validatorAddr = object.validatorAddr ?? "";
1854
+ return message;
1855
+ },
1856
+ fromAmino(object) {
1857
+ const message = createBaseQueryDelegatorValidatorRequest();
1858
+ if (object.delegator_addr !== void 0 && object.delegator_addr !== null) message.delegatorAddr = object.delegator_addr;
1859
+ if (object.validator_addr !== void 0 && object.validator_addr !== null) message.validatorAddr = object.validator_addr;
1860
+ return message;
1861
+ },
1862
+ toAmino(message) {
1863
+ const obj = {};
1864
+ obj.delegator_addr = message.delegatorAddr === "" ? void 0 : message.delegatorAddr;
1865
+ obj.validator_addr = message.validatorAddr === "" ? void 0 : message.validatorAddr;
1866
+ return obj;
1867
+ },
1868
+ fromAminoMsg(object) {
1869
+ return QueryDelegatorValidatorRequest.fromAmino(object.value);
1870
+ },
1871
+ toAminoMsg(message) {
1872
+ return {
1873
+ type: "cosmos-sdk/QueryDelegatorValidatorRequest",
1874
+ value: QueryDelegatorValidatorRequest.toAmino(message)
1875
+ };
1876
+ },
1877
+ fromProtoMsg(message) {
1878
+ return QueryDelegatorValidatorRequest.decode(message.value);
1879
+ },
1880
+ toProto(message) {
1881
+ return QueryDelegatorValidatorRequest.encode(message).finish();
1882
+ },
1883
+ toProtoMsg(message) {
1884
+ return {
1885
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorValidatorRequest",
1886
+ value: QueryDelegatorValidatorRequest.encode(message).finish()
1887
+ };
1888
+ },
1889
+ registerTypeUrl() {}
1890
+ };
1891
+ function createBaseQueryDelegatorValidatorResponse() {
1892
+ return { validator: require_cosmos_staking_v1beta1_staking.Validator.fromPartial({}) };
1893
+ }
1894
+ /**
1895
+ * QueryDelegatorValidatorResponse response type for the
1896
+ * Query/DelegatorValidator RPC method.
1897
+ * @name QueryDelegatorValidatorResponse
1898
+ * @package cosmos.staking.v1beta1
1899
+ * @see proto type: cosmos.staking.v1beta1.QueryDelegatorValidatorResponse
1900
+ */
1901
+ const QueryDelegatorValidatorResponse = {
1902
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorValidatorResponse",
1903
+ aminoType: "cosmos-sdk/QueryDelegatorValidatorResponse",
1904
+ is(o) {
1905
+ return o && (o.$typeUrl === QueryDelegatorValidatorResponse.typeUrl || require_cosmos_staking_v1beta1_staking.Validator.is(o.validator));
1906
+ },
1907
+ isAmino(o) {
1908
+ return o && (o.$typeUrl === QueryDelegatorValidatorResponse.typeUrl || require_cosmos_staking_v1beta1_staking.Validator.isAmino(o.validator));
1909
+ },
1910
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1911
+ if (message.validator !== void 0) require_cosmos_staking_v1beta1_staking.Validator.encode(message.validator, writer.uint32(10).fork()).ldelim();
1912
+ return writer;
1913
+ },
1914
+ decode(input, length) {
1915
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1916
+ let end = length === void 0 ? reader.len : reader.pos + length;
1917
+ const message = createBaseQueryDelegatorValidatorResponse();
1918
+ while (reader.pos < end) {
1919
+ const tag = reader.uint32();
1920
+ switch (tag >>> 3) {
1921
+ case 1:
1922
+ message.validator = require_cosmos_staking_v1beta1_staking.Validator.decode(reader, reader.uint32());
1923
+ break;
1924
+ default:
1925
+ reader.skipType(tag & 7);
1926
+ break;
1927
+ }
1928
+ }
1929
+ return message;
1930
+ },
1931
+ fromPartial(object) {
1932
+ const message = createBaseQueryDelegatorValidatorResponse();
1933
+ message.validator = object.validator !== void 0 && object.validator !== null ? require_cosmos_staking_v1beta1_staking.Validator.fromPartial(object.validator) : void 0;
1934
+ return message;
1935
+ },
1936
+ fromAmino(object) {
1937
+ const message = createBaseQueryDelegatorValidatorResponse();
1938
+ if (object.validator !== void 0 && object.validator !== null) message.validator = require_cosmos_staking_v1beta1_staking.Validator.fromAmino(object.validator);
1939
+ return message;
1940
+ },
1941
+ toAmino(message) {
1942
+ const obj = {};
1943
+ obj.validator = message.validator ? require_cosmos_staking_v1beta1_staking.Validator.toAmino(message.validator) : require_cosmos_staking_v1beta1_staking.Validator.toAmino(require_cosmos_staking_v1beta1_staking.Validator.fromPartial({}));
1944
+ return obj;
1945
+ },
1946
+ fromAminoMsg(object) {
1947
+ return QueryDelegatorValidatorResponse.fromAmino(object.value);
1948
+ },
1949
+ toAminoMsg(message) {
1950
+ return {
1951
+ type: "cosmos-sdk/QueryDelegatorValidatorResponse",
1952
+ value: QueryDelegatorValidatorResponse.toAmino(message)
1953
+ };
1954
+ },
1955
+ fromProtoMsg(message) {
1956
+ return QueryDelegatorValidatorResponse.decode(message.value);
1957
+ },
1958
+ toProto(message) {
1959
+ return QueryDelegatorValidatorResponse.encode(message).finish();
1960
+ },
1961
+ toProtoMsg(message) {
1962
+ return {
1963
+ typeUrl: "/cosmos.staking.v1beta1.QueryDelegatorValidatorResponse",
1964
+ value: QueryDelegatorValidatorResponse.encode(message).finish()
1965
+ };
1966
+ },
1967
+ registerTypeUrl() {
1968
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryDelegatorValidatorResponse.typeUrl)) return;
1969
+ require_cosmos_staking_v1beta1_staking.Validator.registerTypeUrl();
1970
+ }
1971
+ };
1972
+ function createBaseQueryHistoricalInfoRequest() {
1973
+ return { height: BigInt(0) };
1974
+ }
1975
+ /**
1976
+ * QueryHistoricalInfoRequest is request type for the Query/HistoricalInfo RPC
1977
+ * method.
1978
+ * @name QueryHistoricalInfoRequest
1979
+ * @package cosmos.staking.v1beta1
1980
+ * @see proto type: cosmos.staking.v1beta1.QueryHistoricalInfoRequest
1981
+ */
1982
+ const QueryHistoricalInfoRequest = {
1983
+ typeUrl: "/cosmos.staking.v1beta1.QueryHistoricalInfoRequest",
1984
+ aminoType: "cosmos-sdk/QueryHistoricalInfoRequest",
1985
+ is(o) {
1986
+ return o && (o.$typeUrl === QueryHistoricalInfoRequest.typeUrl || typeof o.height === "bigint");
1987
+ },
1988
+ isAmino(o) {
1989
+ return o && (o.$typeUrl === QueryHistoricalInfoRequest.typeUrl || typeof o.height === "bigint");
1990
+ },
1991
+ encode(message, writer = require_binary.BinaryWriter.create()) {
1992
+ if (message.height !== BigInt(0)) writer.uint32(8).int64(message.height);
1993
+ return writer;
1994
+ },
1995
+ decode(input, length) {
1996
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
1997
+ let end = length === void 0 ? reader.len : reader.pos + length;
1998
+ const message = createBaseQueryHistoricalInfoRequest();
1999
+ while (reader.pos < end) {
2000
+ const tag = reader.uint32();
2001
+ switch (tag >>> 3) {
2002
+ case 1:
2003
+ message.height = reader.int64();
2004
+ break;
2005
+ default:
2006
+ reader.skipType(tag & 7);
2007
+ break;
2008
+ }
2009
+ }
2010
+ return message;
2011
+ },
2012
+ fromPartial(object) {
2013
+ const message = createBaseQueryHistoricalInfoRequest();
2014
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
2015
+ return message;
2016
+ },
2017
+ fromAmino(object) {
2018
+ const message = createBaseQueryHistoricalInfoRequest();
2019
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
2020
+ return message;
2021
+ },
2022
+ toAmino(message) {
2023
+ const obj = {};
2024
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
2025
+ return obj;
2026
+ },
2027
+ fromAminoMsg(object) {
2028
+ return QueryHistoricalInfoRequest.fromAmino(object.value);
2029
+ },
2030
+ toAminoMsg(message) {
2031
+ return {
2032
+ type: "cosmos-sdk/QueryHistoricalInfoRequest",
2033
+ value: QueryHistoricalInfoRequest.toAmino(message)
2034
+ };
2035
+ },
2036
+ fromProtoMsg(message) {
2037
+ return QueryHistoricalInfoRequest.decode(message.value);
2038
+ },
2039
+ toProto(message) {
2040
+ return QueryHistoricalInfoRequest.encode(message).finish();
2041
+ },
2042
+ toProtoMsg(message) {
2043
+ return {
2044
+ typeUrl: "/cosmos.staking.v1beta1.QueryHistoricalInfoRequest",
2045
+ value: QueryHistoricalInfoRequest.encode(message).finish()
2046
+ };
2047
+ },
2048
+ registerTypeUrl() {}
2049
+ };
2050
+ function createBaseQueryHistoricalInfoResponse() {
2051
+ return { hist: void 0 };
2052
+ }
2053
+ /**
2054
+ * QueryHistoricalInfoResponse is response type for the Query/HistoricalInfo RPC
2055
+ * method.
2056
+ * @name QueryHistoricalInfoResponse
2057
+ * @package cosmos.staking.v1beta1
2058
+ * @see proto type: cosmos.staking.v1beta1.QueryHistoricalInfoResponse
2059
+ */
2060
+ const QueryHistoricalInfoResponse = {
2061
+ typeUrl: "/cosmos.staking.v1beta1.QueryHistoricalInfoResponse",
2062
+ aminoType: "cosmos-sdk/QueryHistoricalInfoResponse",
2063
+ is(o) {
2064
+ return o && o.$typeUrl === QueryHistoricalInfoResponse.typeUrl;
2065
+ },
2066
+ isAmino(o) {
2067
+ return o && o.$typeUrl === QueryHistoricalInfoResponse.typeUrl;
2068
+ },
2069
+ encode(message, writer = require_binary.BinaryWriter.create()) {
2070
+ if (message.hist !== void 0) require_cosmos_staking_v1beta1_staking.HistoricalInfo.encode(message.hist, writer.uint32(10).fork()).ldelim();
2071
+ return writer;
2072
+ },
2073
+ decode(input, length) {
2074
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
2075
+ let end = length === void 0 ? reader.len : reader.pos + length;
2076
+ const message = createBaseQueryHistoricalInfoResponse();
2077
+ while (reader.pos < end) {
2078
+ const tag = reader.uint32();
2079
+ switch (tag >>> 3) {
2080
+ case 1:
2081
+ message.hist = require_cosmos_staking_v1beta1_staking.HistoricalInfo.decode(reader, reader.uint32());
2082
+ break;
2083
+ default:
2084
+ reader.skipType(tag & 7);
2085
+ break;
2086
+ }
2087
+ }
2088
+ return message;
2089
+ },
2090
+ fromPartial(object) {
2091
+ const message = createBaseQueryHistoricalInfoResponse();
2092
+ message.hist = object.hist !== void 0 && object.hist !== null ? require_cosmos_staking_v1beta1_staking.HistoricalInfo.fromPartial(object.hist) : void 0;
2093
+ return message;
2094
+ },
2095
+ fromAmino(object) {
2096
+ const message = createBaseQueryHistoricalInfoResponse();
2097
+ if (object.hist !== void 0 && object.hist !== null) message.hist = require_cosmos_staking_v1beta1_staking.HistoricalInfo.fromAmino(object.hist);
2098
+ return message;
2099
+ },
2100
+ toAmino(message) {
2101
+ const obj = {};
2102
+ obj.hist = message.hist ? require_cosmos_staking_v1beta1_staking.HistoricalInfo.toAmino(message.hist) : void 0;
2103
+ return obj;
2104
+ },
2105
+ fromAminoMsg(object) {
2106
+ return QueryHistoricalInfoResponse.fromAmino(object.value);
2107
+ },
2108
+ toAminoMsg(message) {
2109
+ return {
2110
+ type: "cosmos-sdk/QueryHistoricalInfoResponse",
2111
+ value: QueryHistoricalInfoResponse.toAmino(message)
2112
+ };
2113
+ },
2114
+ fromProtoMsg(message) {
2115
+ return QueryHistoricalInfoResponse.decode(message.value);
2116
+ },
2117
+ toProto(message) {
2118
+ return QueryHistoricalInfoResponse.encode(message).finish();
2119
+ },
2120
+ toProtoMsg(message) {
2121
+ return {
2122
+ typeUrl: "/cosmos.staking.v1beta1.QueryHistoricalInfoResponse",
2123
+ value: QueryHistoricalInfoResponse.encode(message).finish()
2124
+ };
2125
+ },
2126
+ registerTypeUrl() {
2127
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryHistoricalInfoResponse.typeUrl)) return;
2128
+ require_cosmos_staking_v1beta1_staking.HistoricalInfo.registerTypeUrl();
2129
+ }
2130
+ };
2131
+ function createBaseQueryPoolRequest() {
2132
+ return {};
2133
+ }
2134
+ /**
2135
+ * QueryPoolRequest is request type for the Query/Pool RPC method.
2136
+ * @name QueryPoolRequest
2137
+ * @package cosmos.staking.v1beta1
2138
+ * @see proto type: cosmos.staking.v1beta1.QueryPoolRequest
2139
+ */
2140
+ const QueryPoolRequest = {
2141
+ typeUrl: "/cosmos.staking.v1beta1.QueryPoolRequest",
2142
+ aminoType: "cosmos-sdk/QueryPoolRequest",
2143
+ is(o) {
2144
+ return o && o.$typeUrl === QueryPoolRequest.typeUrl;
2145
+ },
2146
+ isAmino(o) {
2147
+ return o && o.$typeUrl === QueryPoolRequest.typeUrl;
2148
+ },
2149
+ encode(_, writer = require_binary.BinaryWriter.create()) {
2150
+ return writer;
2151
+ },
2152
+ decode(input, length) {
2153
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
2154
+ let end = length === void 0 ? reader.len : reader.pos + length;
2155
+ const message = createBaseQueryPoolRequest();
2156
+ while (reader.pos < end) {
2157
+ const tag = reader.uint32();
2158
+ switch (tag >>> 3) {
2159
+ default:
2160
+ reader.skipType(tag & 7);
2161
+ break;
2162
+ }
2163
+ }
2164
+ return message;
2165
+ },
2166
+ fromPartial(_) {
2167
+ return createBaseQueryPoolRequest();
2168
+ },
2169
+ fromAmino(_) {
2170
+ return createBaseQueryPoolRequest();
2171
+ },
2172
+ toAmino(_) {
2173
+ return {};
2174
+ },
2175
+ fromAminoMsg(object) {
2176
+ return QueryPoolRequest.fromAmino(object.value);
2177
+ },
2178
+ toAminoMsg(message) {
2179
+ return {
2180
+ type: "cosmos-sdk/QueryPoolRequest",
2181
+ value: QueryPoolRequest.toAmino(message)
2182
+ };
2183
+ },
2184
+ fromProtoMsg(message) {
2185
+ return QueryPoolRequest.decode(message.value);
2186
+ },
2187
+ toProto(message) {
2188
+ return QueryPoolRequest.encode(message).finish();
2189
+ },
2190
+ toProtoMsg(message) {
2191
+ return {
2192
+ typeUrl: "/cosmos.staking.v1beta1.QueryPoolRequest",
2193
+ value: QueryPoolRequest.encode(message).finish()
2194
+ };
2195
+ },
2196
+ registerTypeUrl() {}
2197
+ };
2198
+ function createBaseQueryPoolResponse() {
2199
+ return { pool: require_cosmos_staking_v1beta1_staking.Pool.fromPartial({}) };
2200
+ }
2201
+ /**
2202
+ * QueryPoolResponse is response type for the Query/Pool RPC method.
2203
+ * @name QueryPoolResponse
2204
+ * @package cosmos.staking.v1beta1
2205
+ * @see proto type: cosmos.staking.v1beta1.QueryPoolResponse
2206
+ */
2207
+ const QueryPoolResponse = {
2208
+ typeUrl: "/cosmos.staking.v1beta1.QueryPoolResponse",
2209
+ aminoType: "cosmos-sdk/QueryPoolResponse",
2210
+ is(o) {
2211
+ return o && (o.$typeUrl === QueryPoolResponse.typeUrl || require_cosmos_staking_v1beta1_staking.Pool.is(o.pool));
2212
+ },
2213
+ isAmino(o) {
2214
+ return o && (o.$typeUrl === QueryPoolResponse.typeUrl || require_cosmos_staking_v1beta1_staking.Pool.isAmino(o.pool));
2215
+ },
2216
+ encode(message, writer = require_binary.BinaryWriter.create()) {
2217
+ if (message.pool !== void 0) require_cosmos_staking_v1beta1_staking.Pool.encode(message.pool, writer.uint32(10).fork()).ldelim();
2218
+ return writer;
2219
+ },
2220
+ decode(input, length) {
2221
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
2222
+ let end = length === void 0 ? reader.len : reader.pos + length;
2223
+ const message = createBaseQueryPoolResponse();
2224
+ while (reader.pos < end) {
2225
+ const tag = reader.uint32();
2226
+ switch (tag >>> 3) {
2227
+ case 1:
2228
+ message.pool = require_cosmos_staking_v1beta1_staking.Pool.decode(reader, reader.uint32());
2229
+ break;
2230
+ default:
2231
+ reader.skipType(tag & 7);
2232
+ break;
2233
+ }
2234
+ }
2235
+ return message;
2236
+ },
2237
+ fromPartial(object) {
2238
+ const message = createBaseQueryPoolResponse();
2239
+ message.pool = object.pool !== void 0 && object.pool !== null ? require_cosmos_staking_v1beta1_staking.Pool.fromPartial(object.pool) : void 0;
2240
+ return message;
2241
+ },
2242
+ fromAmino(object) {
2243
+ const message = createBaseQueryPoolResponse();
2244
+ if (object.pool !== void 0 && object.pool !== null) message.pool = require_cosmos_staking_v1beta1_staking.Pool.fromAmino(object.pool);
2245
+ return message;
2246
+ },
2247
+ toAmino(message) {
2248
+ const obj = {};
2249
+ obj.pool = message.pool ? require_cosmos_staking_v1beta1_staking.Pool.toAmino(message.pool) : require_cosmos_staking_v1beta1_staking.Pool.toAmino(require_cosmos_staking_v1beta1_staking.Pool.fromPartial({}));
2250
+ return obj;
2251
+ },
2252
+ fromAminoMsg(object) {
2253
+ return QueryPoolResponse.fromAmino(object.value);
2254
+ },
2255
+ toAminoMsg(message) {
2256
+ return {
2257
+ type: "cosmos-sdk/QueryPoolResponse",
2258
+ value: QueryPoolResponse.toAmino(message)
2259
+ };
2260
+ },
2261
+ fromProtoMsg(message) {
2262
+ return QueryPoolResponse.decode(message.value);
2263
+ },
2264
+ toProto(message) {
2265
+ return QueryPoolResponse.encode(message).finish();
2266
+ },
2267
+ toProtoMsg(message) {
2268
+ return {
2269
+ typeUrl: "/cosmos.staking.v1beta1.QueryPoolResponse",
2270
+ value: QueryPoolResponse.encode(message).finish()
2271
+ };
2272
+ },
2273
+ registerTypeUrl() {
2274
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryPoolResponse.typeUrl)) return;
2275
+ require_cosmos_staking_v1beta1_staking.Pool.registerTypeUrl();
2276
+ }
2277
+ };
2278
+ function createBaseQueryParamsRequest() {
2279
+ return {};
2280
+ }
2281
+ /**
2282
+ * QueryParamsRequest is request type for the Query/Params RPC method.
2283
+ * @name QueryParamsRequest
2284
+ * @package cosmos.staking.v1beta1
2285
+ * @see proto type: cosmos.staking.v1beta1.QueryParamsRequest
2286
+ */
2287
+ const QueryParamsRequest = {
2288
+ typeUrl: "/cosmos.staking.v1beta1.QueryParamsRequest",
2289
+ aminoType: "cosmos-sdk/QueryParamsRequest",
2290
+ is(o) {
2291
+ return o && o.$typeUrl === QueryParamsRequest.typeUrl;
2292
+ },
2293
+ isAmino(o) {
2294
+ return o && o.$typeUrl === QueryParamsRequest.typeUrl;
2295
+ },
2296
+ encode(_, writer = require_binary.BinaryWriter.create()) {
2297
+ return writer;
2298
+ },
2299
+ decode(input, length) {
2300
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
2301
+ let end = length === void 0 ? reader.len : reader.pos + length;
2302
+ const message = createBaseQueryParamsRequest();
2303
+ while (reader.pos < end) {
2304
+ const tag = reader.uint32();
2305
+ switch (tag >>> 3) {
2306
+ default:
2307
+ reader.skipType(tag & 7);
2308
+ break;
2309
+ }
2310
+ }
2311
+ return message;
2312
+ },
2313
+ fromPartial(_) {
2314
+ return createBaseQueryParamsRequest();
2315
+ },
2316
+ fromAmino(_) {
2317
+ return createBaseQueryParamsRequest();
2318
+ },
2319
+ toAmino(_) {
2320
+ return {};
2321
+ },
2322
+ fromAminoMsg(object) {
2323
+ return QueryParamsRequest.fromAmino(object.value);
2324
+ },
2325
+ toAminoMsg(message) {
2326
+ return {
2327
+ type: "cosmos-sdk/QueryParamsRequest",
2328
+ value: QueryParamsRequest.toAmino(message)
2329
+ };
2330
+ },
2331
+ fromProtoMsg(message) {
2332
+ return QueryParamsRequest.decode(message.value);
2333
+ },
2334
+ toProto(message) {
2335
+ return QueryParamsRequest.encode(message).finish();
2336
+ },
2337
+ toProtoMsg(message) {
2338
+ return {
2339
+ typeUrl: "/cosmos.staking.v1beta1.QueryParamsRequest",
2340
+ value: QueryParamsRequest.encode(message).finish()
2341
+ };
2342
+ },
2343
+ registerTypeUrl() {}
2344
+ };
2345
+ function createBaseQueryParamsResponse() {
2346
+ return { params: require_cosmos_staking_v1beta1_staking.Params.fromPartial({}) };
2347
+ }
2348
+ /**
2349
+ * QueryParamsResponse is response type for the Query/Params RPC method.
2350
+ * @name QueryParamsResponse
2351
+ * @package cosmos.staking.v1beta1
2352
+ * @see proto type: cosmos.staking.v1beta1.QueryParamsResponse
2353
+ */
2354
+ const QueryParamsResponse = {
2355
+ typeUrl: "/cosmos.staking.v1beta1.QueryParamsResponse",
2356
+ aminoType: "cosmos-sdk/QueryParamsResponse",
2357
+ is(o) {
2358
+ return o && (o.$typeUrl === QueryParamsResponse.typeUrl || require_cosmos_staking_v1beta1_staking.Params.is(o.params));
2359
+ },
2360
+ isAmino(o) {
2361
+ return o && (o.$typeUrl === QueryParamsResponse.typeUrl || require_cosmos_staking_v1beta1_staking.Params.isAmino(o.params));
2362
+ },
2363
+ encode(message, writer = require_binary.BinaryWriter.create()) {
2364
+ if (message.params !== void 0) require_cosmos_staking_v1beta1_staking.Params.encode(message.params, writer.uint32(10).fork()).ldelim();
2365
+ return writer;
2366
+ },
2367
+ decode(input, length) {
2368
+ const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
2369
+ let end = length === void 0 ? reader.len : reader.pos + length;
2370
+ const message = createBaseQueryParamsResponse();
2371
+ while (reader.pos < end) {
2372
+ const tag = reader.uint32();
2373
+ switch (tag >>> 3) {
2374
+ case 1:
2375
+ message.params = require_cosmos_staking_v1beta1_staking.Params.decode(reader, reader.uint32());
2376
+ break;
2377
+ default:
2378
+ reader.skipType(tag & 7);
2379
+ break;
2380
+ }
2381
+ }
2382
+ return message;
2383
+ },
2384
+ fromPartial(object) {
2385
+ const message = createBaseQueryParamsResponse();
2386
+ message.params = object.params !== void 0 && object.params !== null ? require_cosmos_staking_v1beta1_staking.Params.fromPartial(object.params) : void 0;
2387
+ return message;
2388
+ },
2389
+ fromAmino(object) {
2390
+ const message = createBaseQueryParamsResponse();
2391
+ if (object.params !== void 0 && object.params !== null) message.params = require_cosmos_staking_v1beta1_staking.Params.fromAmino(object.params);
2392
+ return message;
2393
+ },
2394
+ toAmino(message) {
2395
+ const obj = {};
2396
+ obj.params = message.params ? require_cosmos_staking_v1beta1_staking.Params.toAmino(message.params) : require_cosmos_staking_v1beta1_staking.Params.toAmino(require_cosmos_staking_v1beta1_staking.Params.fromPartial({}));
2397
+ return obj;
2398
+ },
2399
+ fromAminoMsg(object) {
2400
+ return QueryParamsResponse.fromAmino(object.value);
2401
+ },
2402
+ toAminoMsg(message) {
2403
+ return {
2404
+ type: "cosmos-sdk/QueryParamsResponse",
2405
+ value: QueryParamsResponse.toAmino(message)
2406
+ };
2407
+ },
2408
+ fromProtoMsg(message) {
2409
+ return QueryParamsResponse.decode(message.value);
2410
+ },
2411
+ toProto(message) {
2412
+ return QueryParamsResponse.encode(message).finish();
2413
+ },
2414
+ toProtoMsg(message) {
2415
+ return {
2416
+ typeUrl: "/cosmos.staking.v1beta1.QueryParamsResponse",
2417
+ value: QueryParamsResponse.encode(message).finish()
2418
+ };
2419
+ },
2420
+ registerTypeUrl() {
2421
+ if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryParamsResponse.typeUrl)) return;
2422
+ require_cosmos_staking_v1beta1_staking.Params.registerTypeUrl();
2423
+ }
2424
+ };
2425
+
2426
+ //#endregion
2427
+ exports.QueryDelegationRequest = QueryDelegationRequest;
2428
+ exports.QueryDelegationResponse = QueryDelegationResponse;
2429
+ exports.QueryDelegatorDelegationsRequest = QueryDelegatorDelegationsRequest;
2430
+ exports.QueryDelegatorDelegationsResponse = QueryDelegatorDelegationsResponse;
2431
+ exports.QueryDelegatorUnbondingDelegationsRequest = QueryDelegatorUnbondingDelegationsRequest;
2432
+ exports.QueryDelegatorUnbondingDelegationsResponse = QueryDelegatorUnbondingDelegationsResponse;
2433
+ exports.QueryDelegatorValidatorRequest = QueryDelegatorValidatorRequest;
2434
+ exports.QueryDelegatorValidatorResponse = QueryDelegatorValidatorResponse;
2435
+ exports.QueryDelegatorValidatorsRequest = QueryDelegatorValidatorsRequest;
2436
+ exports.QueryDelegatorValidatorsResponse = QueryDelegatorValidatorsResponse;
2437
+ exports.QueryHistoricalInfoRequest = QueryHistoricalInfoRequest;
2438
+ exports.QueryHistoricalInfoResponse = QueryHistoricalInfoResponse;
2439
+ exports.QueryParamsRequest = QueryParamsRequest;
2440
+ exports.QueryParamsResponse = QueryParamsResponse;
2441
+ exports.QueryPoolRequest = QueryPoolRequest;
2442
+ exports.QueryPoolResponse = QueryPoolResponse;
2443
+ exports.QueryRedelegationsRequest = QueryRedelegationsRequest;
2444
+ exports.QueryRedelegationsResponse = QueryRedelegationsResponse;
2445
+ exports.QueryUnbondingDelegationRequest = QueryUnbondingDelegationRequest;
2446
+ exports.QueryUnbondingDelegationResponse = QueryUnbondingDelegationResponse;
2447
+ exports.QueryValidatorDelegationsRequest = QueryValidatorDelegationsRequest;
2448
+ exports.QueryValidatorDelegationsResponse = QueryValidatorDelegationsResponse;
2449
+ exports.QueryValidatorRequest = QueryValidatorRequest;
2450
+ exports.QueryValidatorResponse = QueryValidatorResponse;
2451
+ exports.QueryValidatorUnbondingDelegationsRequest = QueryValidatorUnbondingDelegationsRequest;
2452
+ exports.QueryValidatorUnbondingDelegationsResponse = QueryValidatorUnbondingDelegationsResponse;
2453
+ exports.QueryValidatorsRequest = QueryValidatorsRequest;
2454
+ exports.QueryValidatorsResponse = QueryValidatorsResponse;