@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,4718 @@
1
+ import { BinaryReader, BinaryWriter } from "../../binary.js";
2
+ import { base64FromBytes, bytesFromBase64, fromTimestamp, isSet, toTimestamp } from "../../helpers.js";
3
+ import { GlobalDecoderRegistry } from "../../registry.js";
4
+ import { Timestamp } from "../../google/protobuf/timestamp.js";
5
+ import { ConsensusParams } from "../types/params.js";
6
+ import { ProofOps } from "../crypto/proof.js";
7
+ import { PublicKey } from "../crypto/keys.js";
8
+
9
+ //#region src/tendermint/abci/types.ts
10
+ let CheckTxType = /* @__PURE__ */ function(CheckTxType) {
11
+ CheckTxType[CheckTxType["NEW"] = 0] = "NEW";
12
+ CheckTxType[CheckTxType["RECHECK"] = 1] = "RECHECK";
13
+ CheckTxType[CheckTxType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
14
+ return CheckTxType;
15
+ }({});
16
+ const CheckTxTypeAmino = CheckTxType;
17
+ function checkTxTypeFromJSON(object) {
18
+ switch (object) {
19
+ case 0:
20
+ case "NEW": return CheckTxType.NEW;
21
+ case 1:
22
+ case "RECHECK": return CheckTxType.RECHECK;
23
+ default: return CheckTxType.UNRECOGNIZED;
24
+ }
25
+ }
26
+ function checkTxTypeToJSON(object) {
27
+ switch (object) {
28
+ case CheckTxType.NEW: return "NEW";
29
+ case CheckTxType.RECHECK: return "RECHECK";
30
+ case CheckTxType.UNRECOGNIZED:
31
+ default: return "UNRECOGNIZED";
32
+ }
33
+ }
34
+ let ResponseOfferSnapshot_Result = /* @__PURE__ */ function(ResponseOfferSnapshot_Result) {
35
+ /** UNKNOWN - Unknown result, abort all snapshot restoration */
36
+ ResponseOfferSnapshot_Result[ResponseOfferSnapshot_Result["UNKNOWN"] = 0] = "UNKNOWN";
37
+ /** ACCEPT - Snapshot accepted, apply chunks */
38
+ ResponseOfferSnapshot_Result[ResponseOfferSnapshot_Result["ACCEPT"] = 1] = "ACCEPT";
39
+ /** ABORT - Abort all snapshot restoration */
40
+ ResponseOfferSnapshot_Result[ResponseOfferSnapshot_Result["ABORT"] = 2] = "ABORT";
41
+ /** REJECT - Reject this specific snapshot, try others */
42
+ ResponseOfferSnapshot_Result[ResponseOfferSnapshot_Result["REJECT"] = 3] = "REJECT";
43
+ /** REJECT_FORMAT - Reject all snapshots of this format, try others */
44
+ ResponseOfferSnapshot_Result[ResponseOfferSnapshot_Result["REJECT_FORMAT"] = 4] = "REJECT_FORMAT";
45
+ /** REJECT_SENDER - Reject all snapshots from the sender(s), try others */
46
+ ResponseOfferSnapshot_Result[ResponseOfferSnapshot_Result["REJECT_SENDER"] = 5] = "REJECT_SENDER";
47
+ ResponseOfferSnapshot_Result[ResponseOfferSnapshot_Result["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
48
+ return ResponseOfferSnapshot_Result;
49
+ }({});
50
+ const ResponseOfferSnapshot_ResultAmino = ResponseOfferSnapshot_Result;
51
+ function responseOfferSnapshot_ResultFromJSON(object) {
52
+ switch (object) {
53
+ case 0:
54
+ case "UNKNOWN": return ResponseOfferSnapshot_Result.UNKNOWN;
55
+ case 1:
56
+ case "ACCEPT": return ResponseOfferSnapshot_Result.ACCEPT;
57
+ case 2:
58
+ case "ABORT": return ResponseOfferSnapshot_Result.ABORT;
59
+ case 3:
60
+ case "REJECT": return ResponseOfferSnapshot_Result.REJECT;
61
+ case 4:
62
+ case "REJECT_FORMAT": return ResponseOfferSnapshot_Result.REJECT_FORMAT;
63
+ case 5:
64
+ case "REJECT_SENDER": return ResponseOfferSnapshot_Result.REJECT_SENDER;
65
+ default: return ResponseOfferSnapshot_Result.UNRECOGNIZED;
66
+ }
67
+ }
68
+ function responseOfferSnapshot_ResultToJSON(object) {
69
+ switch (object) {
70
+ case ResponseOfferSnapshot_Result.UNKNOWN: return "UNKNOWN";
71
+ case ResponseOfferSnapshot_Result.ACCEPT: return "ACCEPT";
72
+ case ResponseOfferSnapshot_Result.ABORT: return "ABORT";
73
+ case ResponseOfferSnapshot_Result.REJECT: return "REJECT";
74
+ case ResponseOfferSnapshot_Result.REJECT_FORMAT: return "REJECT_FORMAT";
75
+ case ResponseOfferSnapshot_Result.REJECT_SENDER: return "REJECT_SENDER";
76
+ case ResponseOfferSnapshot_Result.UNRECOGNIZED:
77
+ default: return "UNRECOGNIZED";
78
+ }
79
+ }
80
+ let ResponseApplySnapshotChunk_Result = /* @__PURE__ */ function(ResponseApplySnapshotChunk_Result) {
81
+ /** UNKNOWN - Unknown result, abort all snapshot restoration */
82
+ ResponseApplySnapshotChunk_Result[ResponseApplySnapshotChunk_Result["UNKNOWN"] = 0] = "UNKNOWN";
83
+ /** ACCEPT - Chunk successfully accepted */
84
+ ResponseApplySnapshotChunk_Result[ResponseApplySnapshotChunk_Result["ACCEPT"] = 1] = "ACCEPT";
85
+ /** ABORT - Abort all snapshot restoration */
86
+ ResponseApplySnapshotChunk_Result[ResponseApplySnapshotChunk_Result["ABORT"] = 2] = "ABORT";
87
+ /** RETRY - Retry chunk (combine with refetch and reject) */
88
+ ResponseApplySnapshotChunk_Result[ResponseApplySnapshotChunk_Result["RETRY"] = 3] = "RETRY";
89
+ /** RETRY_SNAPSHOT - Retry snapshot (combine with refetch and reject) */
90
+ ResponseApplySnapshotChunk_Result[ResponseApplySnapshotChunk_Result["RETRY_SNAPSHOT"] = 4] = "RETRY_SNAPSHOT";
91
+ /** REJECT_SNAPSHOT - Reject this snapshot, try others */
92
+ ResponseApplySnapshotChunk_Result[ResponseApplySnapshotChunk_Result["REJECT_SNAPSHOT"] = 5] = "REJECT_SNAPSHOT";
93
+ ResponseApplySnapshotChunk_Result[ResponseApplySnapshotChunk_Result["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
94
+ return ResponseApplySnapshotChunk_Result;
95
+ }({});
96
+ const ResponseApplySnapshotChunk_ResultAmino = ResponseApplySnapshotChunk_Result;
97
+ function responseApplySnapshotChunk_ResultFromJSON(object) {
98
+ switch (object) {
99
+ case 0:
100
+ case "UNKNOWN": return ResponseApplySnapshotChunk_Result.UNKNOWN;
101
+ case 1:
102
+ case "ACCEPT": return ResponseApplySnapshotChunk_Result.ACCEPT;
103
+ case 2:
104
+ case "ABORT": return ResponseApplySnapshotChunk_Result.ABORT;
105
+ case 3:
106
+ case "RETRY": return ResponseApplySnapshotChunk_Result.RETRY;
107
+ case 4:
108
+ case "RETRY_SNAPSHOT": return ResponseApplySnapshotChunk_Result.RETRY_SNAPSHOT;
109
+ case 5:
110
+ case "REJECT_SNAPSHOT": return ResponseApplySnapshotChunk_Result.REJECT_SNAPSHOT;
111
+ default: return ResponseApplySnapshotChunk_Result.UNRECOGNIZED;
112
+ }
113
+ }
114
+ function responseApplySnapshotChunk_ResultToJSON(object) {
115
+ switch (object) {
116
+ case ResponseApplySnapshotChunk_Result.UNKNOWN: return "UNKNOWN";
117
+ case ResponseApplySnapshotChunk_Result.ACCEPT: return "ACCEPT";
118
+ case ResponseApplySnapshotChunk_Result.ABORT: return "ABORT";
119
+ case ResponseApplySnapshotChunk_Result.RETRY: return "RETRY";
120
+ case ResponseApplySnapshotChunk_Result.RETRY_SNAPSHOT: return "RETRY_SNAPSHOT";
121
+ case ResponseApplySnapshotChunk_Result.REJECT_SNAPSHOT: return "REJECT_SNAPSHOT";
122
+ case ResponseApplySnapshotChunk_Result.UNRECOGNIZED:
123
+ default: return "UNRECOGNIZED";
124
+ }
125
+ }
126
+ let ResponseProcessProposal_ProposalStatus = /* @__PURE__ */ function(ResponseProcessProposal_ProposalStatus) {
127
+ ResponseProcessProposal_ProposalStatus[ResponseProcessProposal_ProposalStatus["UNKNOWN"] = 0] = "UNKNOWN";
128
+ ResponseProcessProposal_ProposalStatus[ResponseProcessProposal_ProposalStatus["ACCEPT"] = 1] = "ACCEPT";
129
+ ResponseProcessProposal_ProposalStatus[ResponseProcessProposal_ProposalStatus["REJECT"] = 2] = "REJECT";
130
+ ResponseProcessProposal_ProposalStatus[ResponseProcessProposal_ProposalStatus["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
131
+ return ResponseProcessProposal_ProposalStatus;
132
+ }({});
133
+ const ResponseProcessProposal_ProposalStatusAmino = ResponseProcessProposal_ProposalStatus;
134
+ function responseProcessProposal_ProposalStatusFromJSON(object) {
135
+ switch (object) {
136
+ case 0:
137
+ case "UNKNOWN": return ResponseProcessProposal_ProposalStatus.UNKNOWN;
138
+ case 1:
139
+ case "ACCEPT": return ResponseProcessProposal_ProposalStatus.ACCEPT;
140
+ case 2:
141
+ case "REJECT": return ResponseProcessProposal_ProposalStatus.REJECT;
142
+ default: return ResponseProcessProposal_ProposalStatus.UNRECOGNIZED;
143
+ }
144
+ }
145
+ function responseProcessProposal_ProposalStatusToJSON(object) {
146
+ switch (object) {
147
+ case ResponseProcessProposal_ProposalStatus.UNKNOWN: return "UNKNOWN";
148
+ case ResponseProcessProposal_ProposalStatus.ACCEPT: return "ACCEPT";
149
+ case ResponseProcessProposal_ProposalStatus.REJECT: return "REJECT";
150
+ case ResponseProcessProposal_ProposalStatus.UNRECOGNIZED:
151
+ default: return "UNRECOGNIZED";
152
+ }
153
+ }
154
+ let ResponseVerifyVoteExtension_VerifyStatus = /* @__PURE__ */ function(ResponseVerifyVoteExtension_VerifyStatus) {
155
+ ResponseVerifyVoteExtension_VerifyStatus[ResponseVerifyVoteExtension_VerifyStatus["UNKNOWN"] = 0] = "UNKNOWN";
156
+ ResponseVerifyVoteExtension_VerifyStatus[ResponseVerifyVoteExtension_VerifyStatus["ACCEPT"] = 1] = "ACCEPT";
157
+ /**
158
+ * REJECT - Rejecting the vote extension will reject the entire precommit by the sender.
159
+ * Incorrectly implementing this thus has liveness implications as it may affect
160
+ * CometBFT's ability to receive 2/3+ valid votes to finalize the block.
161
+ * Honest nodes should never be rejected.
162
+ */
163
+ ResponseVerifyVoteExtension_VerifyStatus[ResponseVerifyVoteExtension_VerifyStatus["REJECT"] = 2] = "REJECT";
164
+ ResponseVerifyVoteExtension_VerifyStatus[ResponseVerifyVoteExtension_VerifyStatus["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
165
+ return ResponseVerifyVoteExtension_VerifyStatus;
166
+ }({});
167
+ const ResponseVerifyVoteExtension_VerifyStatusAmino = ResponseVerifyVoteExtension_VerifyStatus;
168
+ function responseVerifyVoteExtension_VerifyStatusFromJSON(object) {
169
+ switch (object) {
170
+ case 0:
171
+ case "UNKNOWN": return ResponseVerifyVoteExtension_VerifyStatus.UNKNOWN;
172
+ case 1:
173
+ case "ACCEPT": return ResponseVerifyVoteExtension_VerifyStatus.ACCEPT;
174
+ case 2:
175
+ case "REJECT": return ResponseVerifyVoteExtension_VerifyStatus.REJECT;
176
+ default: return ResponseVerifyVoteExtension_VerifyStatus.UNRECOGNIZED;
177
+ }
178
+ }
179
+ function responseVerifyVoteExtension_VerifyStatusToJSON(object) {
180
+ switch (object) {
181
+ case ResponseVerifyVoteExtension_VerifyStatus.UNKNOWN: return "UNKNOWN";
182
+ case ResponseVerifyVoteExtension_VerifyStatus.ACCEPT: return "ACCEPT";
183
+ case ResponseVerifyVoteExtension_VerifyStatus.REJECT: return "REJECT";
184
+ case ResponseVerifyVoteExtension_VerifyStatus.UNRECOGNIZED:
185
+ default: return "UNRECOGNIZED";
186
+ }
187
+ }
188
+ let MisbehaviorType = /* @__PURE__ */ function(MisbehaviorType) {
189
+ MisbehaviorType[MisbehaviorType["UNKNOWN"] = 0] = "UNKNOWN";
190
+ MisbehaviorType[MisbehaviorType["DUPLICATE_VOTE"] = 1] = "DUPLICATE_VOTE";
191
+ MisbehaviorType[MisbehaviorType["LIGHT_CLIENT_ATTACK"] = 2] = "LIGHT_CLIENT_ATTACK";
192
+ MisbehaviorType[MisbehaviorType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
193
+ return MisbehaviorType;
194
+ }({});
195
+ const MisbehaviorTypeAmino = MisbehaviorType;
196
+ function misbehaviorTypeFromJSON(object) {
197
+ switch (object) {
198
+ case 0:
199
+ case "UNKNOWN": return MisbehaviorType.UNKNOWN;
200
+ case 1:
201
+ case "DUPLICATE_VOTE": return MisbehaviorType.DUPLICATE_VOTE;
202
+ case 2:
203
+ case "LIGHT_CLIENT_ATTACK": return MisbehaviorType.LIGHT_CLIENT_ATTACK;
204
+ default: return MisbehaviorType.UNRECOGNIZED;
205
+ }
206
+ }
207
+ function misbehaviorTypeToJSON(object) {
208
+ switch (object) {
209
+ case MisbehaviorType.UNKNOWN: return "UNKNOWN";
210
+ case MisbehaviorType.DUPLICATE_VOTE: return "DUPLICATE_VOTE";
211
+ case MisbehaviorType.LIGHT_CLIENT_ATTACK: return "LIGHT_CLIENT_ATTACK";
212
+ case MisbehaviorType.UNRECOGNIZED:
213
+ default: return "UNRECOGNIZED";
214
+ }
215
+ }
216
+ function createBaseRequest() {
217
+ return {
218
+ echo: void 0,
219
+ flush: void 0,
220
+ info: void 0,
221
+ initChain: void 0,
222
+ query: void 0,
223
+ checkTx: void 0,
224
+ commit: void 0,
225
+ listSnapshots: void 0,
226
+ offerSnapshot: void 0,
227
+ loadSnapshotChunk: void 0,
228
+ applySnapshotChunk: void 0,
229
+ prepareProposal: void 0,
230
+ processProposal: void 0,
231
+ extendVote: void 0,
232
+ verifyVoteExtension: void 0,
233
+ finalizeBlock: void 0
234
+ };
235
+ }
236
+ /**
237
+ * @name Request
238
+ * @package tendermint.abci
239
+ * @see proto type: tendermint.abci.Request
240
+ */
241
+ const Request = {
242
+ typeUrl: "/tendermint.abci.Request",
243
+ is(o) {
244
+ return o && o.$typeUrl === Request.typeUrl;
245
+ },
246
+ isAmino(o) {
247
+ return o && o.$typeUrl === Request.typeUrl;
248
+ },
249
+ encode(message, writer = BinaryWriter.create()) {
250
+ if (message.echo !== void 0) RequestEcho.encode(message.echo, writer.uint32(10).fork()).ldelim();
251
+ if (message.flush !== void 0) RequestFlush.encode(message.flush, writer.uint32(18).fork()).ldelim();
252
+ if (message.info !== void 0) RequestInfo.encode(message.info, writer.uint32(26).fork()).ldelim();
253
+ if (message.initChain !== void 0) RequestInitChain.encode(message.initChain, writer.uint32(42).fork()).ldelim();
254
+ if (message.query !== void 0) RequestQuery.encode(message.query, writer.uint32(50).fork()).ldelim();
255
+ if (message.checkTx !== void 0) RequestCheckTx.encode(message.checkTx, writer.uint32(66).fork()).ldelim();
256
+ if (message.commit !== void 0) RequestCommit.encode(message.commit, writer.uint32(90).fork()).ldelim();
257
+ if (message.listSnapshots !== void 0) RequestListSnapshots.encode(message.listSnapshots, writer.uint32(98).fork()).ldelim();
258
+ if (message.offerSnapshot !== void 0) RequestOfferSnapshot.encode(message.offerSnapshot, writer.uint32(106).fork()).ldelim();
259
+ if (message.loadSnapshotChunk !== void 0) RequestLoadSnapshotChunk.encode(message.loadSnapshotChunk, writer.uint32(114).fork()).ldelim();
260
+ if (message.applySnapshotChunk !== void 0) RequestApplySnapshotChunk.encode(message.applySnapshotChunk, writer.uint32(122).fork()).ldelim();
261
+ if (message.prepareProposal !== void 0) RequestPrepareProposal.encode(message.prepareProposal, writer.uint32(130).fork()).ldelim();
262
+ if (message.processProposal !== void 0) RequestProcessProposal.encode(message.processProposal, writer.uint32(138).fork()).ldelim();
263
+ if (message.extendVote !== void 0) RequestExtendVote.encode(message.extendVote, writer.uint32(146).fork()).ldelim();
264
+ if (message.verifyVoteExtension !== void 0) RequestVerifyVoteExtension.encode(message.verifyVoteExtension, writer.uint32(154).fork()).ldelim();
265
+ if (message.finalizeBlock !== void 0) RequestFinalizeBlock.encode(message.finalizeBlock, writer.uint32(162).fork()).ldelim();
266
+ return writer;
267
+ },
268
+ decode(input, length) {
269
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
270
+ let end = length === void 0 ? reader.len : reader.pos + length;
271
+ const message = createBaseRequest();
272
+ while (reader.pos < end) {
273
+ const tag = reader.uint32();
274
+ switch (tag >>> 3) {
275
+ case 1:
276
+ message.echo = RequestEcho.decode(reader, reader.uint32());
277
+ break;
278
+ case 2:
279
+ message.flush = RequestFlush.decode(reader, reader.uint32());
280
+ break;
281
+ case 3:
282
+ message.info = RequestInfo.decode(reader, reader.uint32());
283
+ break;
284
+ case 5:
285
+ message.initChain = RequestInitChain.decode(reader, reader.uint32());
286
+ break;
287
+ case 6:
288
+ message.query = RequestQuery.decode(reader, reader.uint32());
289
+ break;
290
+ case 8:
291
+ message.checkTx = RequestCheckTx.decode(reader, reader.uint32());
292
+ break;
293
+ case 11:
294
+ message.commit = RequestCommit.decode(reader, reader.uint32());
295
+ break;
296
+ case 12:
297
+ message.listSnapshots = RequestListSnapshots.decode(reader, reader.uint32());
298
+ break;
299
+ case 13:
300
+ message.offerSnapshot = RequestOfferSnapshot.decode(reader, reader.uint32());
301
+ break;
302
+ case 14:
303
+ message.loadSnapshotChunk = RequestLoadSnapshotChunk.decode(reader, reader.uint32());
304
+ break;
305
+ case 15:
306
+ message.applySnapshotChunk = RequestApplySnapshotChunk.decode(reader, reader.uint32());
307
+ break;
308
+ case 16:
309
+ message.prepareProposal = RequestPrepareProposal.decode(reader, reader.uint32());
310
+ break;
311
+ case 17:
312
+ message.processProposal = RequestProcessProposal.decode(reader, reader.uint32());
313
+ break;
314
+ case 18:
315
+ message.extendVote = RequestExtendVote.decode(reader, reader.uint32());
316
+ break;
317
+ case 19:
318
+ message.verifyVoteExtension = RequestVerifyVoteExtension.decode(reader, reader.uint32());
319
+ break;
320
+ case 20:
321
+ message.finalizeBlock = RequestFinalizeBlock.decode(reader, reader.uint32());
322
+ break;
323
+ default:
324
+ reader.skipType(tag & 7);
325
+ break;
326
+ }
327
+ }
328
+ return message;
329
+ },
330
+ fromPartial(object) {
331
+ const message = createBaseRequest();
332
+ message.echo = object.echo !== void 0 && object.echo !== null ? RequestEcho.fromPartial(object.echo) : void 0;
333
+ message.flush = object.flush !== void 0 && object.flush !== null ? RequestFlush.fromPartial(object.flush) : void 0;
334
+ message.info = object.info !== void 0 && object.info !== null ? RequestInfo.fromPartial(object.info) : void 0;
335
+ message.initChain = object.initChain !== void 0 && object.initChain !== null ? RequestInitChain.fromPartial(object.initChain) : void 0;
336
+ message.query = object.query !== void 0 && object.query !== null ? RequestQuery.fromPartial(object.query) : void 0;
337
+ message.checkTx = object.checkTx !== void 0 && object.checkTx !== null ? RequestCheckTx.fromPartial(object.checkTx) : void 0;
338
+ message.commit = object.commit !== void 0 && object.commit !== null ? RequestCommit.fromPartial(object.commit) : void 0;
339
+ message.listSnapshots = object.listSnapshots !== void 0 && object.listSnapshots !== null ? RequestListSnapshots.fromPartial(object.listSnapshots) : void 0;
340
+ message.offerSnapshot = object.offerSnapshot !== void 0 && object.offerSnapshot !== null ? RequestOfferSnapshot.fromPartial(object.offerSnapshot) : void 0;
341
+ message.loadSnapshotChunk = object.loadSnapshotChunk !== void 0 && object.loadSnapshotChunk !== null ? RequestLoadSnapshotChunk.fromPartial(object.loadSnapshotChunk) : void 0;
342
+ message.applySnapshotChunk = object.applySnapshotChunk !== void 0 && object.applySnapshotChunk !== null ? RequestApplySnapshotChunk.fromPartial(object.applySnapshotChunk) : void 0;
343
+ message.prepareProposal = object.prepareProposal !== void 0 && object.prepareProposal !== null ? RequestPrepareProposal.fromPartial(object.prepareProposal) : void 0;
344
+ message.processProposal = object.processProposal !== void 0 && object.processProposal !== null ? RequestProcessProposal.fromPartial(object.processProposal) : void 0;
345
+ message.extendVote = object.extendVote !== void 0 && object.extendVote !== null ? RequestExtendVote.fromPartial(object.extendVote) : void 0;
346
+ message.verifyVoteExtension = object.verifyVoteExtension !== void 0 && object.verifyVoteExtension !== null ? RequestVerifyVoteExtension.fromPartial(object.verifyVoteExtension) : void 0;
347
+ message.finalizeBlock = object.finalizeBlock !== void 0 && object.finalizeBlock !== null ? RequestFinalizeBlock.fromPartial(object.finalizeBlock) : void 0;
348
+ return message;
349
+ },
350
+ fromAmino(object) {
351
+ const message = createBaseRequest();
352
+ if (object.echo !== void 0 && object.echo !== null) message.echo = RequestEcho.fromAmino(object.echo);
353
+ if (object.flush !== void 0 && object.flush !== null) message.flush = RequestFlush.fromAmino(object.flush);
354
+ if (object.info !== void 0 && object.info !== null) message.info = RequestInfo.fromAmino(object.info);
355
+ if (object.init_chain !== void 0 && object.init_chain !== null) message.initChain = RequestInitChain.fromAmino(object.init_chain);
356
+ if (object.query !== void 0 && object.query !== null) message.query = RequestQuery.fromAmino(object.query);
357
+ if (object.check_tx !== void 0 && object.check_tx !== null) message.checkTx = RequestCheckTx.fromAmino(object.check_tx);
358
+ if (object.commit !== void 0 && object.commit !== null) message.commit = RequestCommit.fromAmino(object.commit);
359
+ if (object.list_snapshots !== void 0 && object.list_snapshots !== null) message.listSnapshots = RequestListSnapshots.fromAmino(object.list_snapshots);
360
+ if (object.offer_snapshot !== void 0 && object.offer_snapshot !== null) message.offerSnapshot = RequestOfferSnapshot.fromAmino(object.offer_snapshot);
361
+ if (object.load_snapshot_chunk !== void 0 && object.load_snapshot_chunk !== null) message.loadSnapshotChunk = RequestLoadSnapshotChunk.fromAmino(object.load_snapshot_chunk);
362
+ if (object.apply_snapshot_chunk !== void 0 && object.apply_snapshot_chunk !== null) message.applySnapshotChunk = RequestApplySnapshotChunk.fromAmino(object.apply_snapshot_chunk);
363
+ if (object.prepare_proposal !== void 0 && object.prepare_proposal !== null) message.prepareProposal = RequestPrepareProposal.fromAmino(object.prepare_proposal);
364
+ if (object.process_proposal !== void 0 && object.process_proposal !== null) message.processProposal = RequestProcessProposal.fromAmino(object.process_proposal);
365
+ if (object.extend_vote !== void 0 && object.extend_vote !== null) message.extendVote = RequestExtendVote.fromAmino(object.extend_vote);
366
+ if (object.verify_vote_extension !== void 0 && object.verify_vote_extension !== null) message.verifyVoteExtension = RequestVerifyVoteExtension.fromAmino(object.verify_vote_extension);
367
+ if (object.finalize_block !== void 0 && object.finalize_block !== null) message.finalizeBlock = RequestFinalizeBlock.fromAmino(object.finalize_block);
368
+ return message;
369
+ },
370
+ toAmino(message) {
371
+ const obj = {};
372
+ obj.echo = message.echo ? RequestEcho.toAmino(message.echo) : void 0;
373
+ obj.flush = message.flush ? RequestFlush.toAmino(message.flush) : void 0;
374
+ obj.info = message.info ? RequestInfo.toAmino(message.info) : void 0;
375
+ obj.init_chain = message.initChain ? RequestInitChain.toAmino(message.initChain) : void 0;
376
+ obj.query = message.query ? RequestQuery.toAmino(message.query) : void 0;
377
+ obj.check_tx = message.checkTx ? RequestCheckTx.toAmino(message.checkTx) : void 0;
378
+ obj.commit = message.commit ? RequestCommit.toAmino(message.commit) : void 0;
379
+ obj.list_snapshots = message.listSnapshots ? RequestListSnapshots.toAmino(message.listSnapshots) : void 0;
380
+ obj.offer_snapshot = message.offerSnapshot ? RequestOfferSnapshot.toAmino(message.offerSnapshot) : void 0;
381
+ obj.load_snapshot_chunk = message.loadSnapshotChunk ? RequestLoadSnapshotChunk.toAmino(message.loadSnapshotChunk) : void 0;
382
+ obj.apply_snapshot_chunk = message.applySnapshotChunk ? RequestApplySnapshotChunk.toAmino(message.applySnapshotChunk) : void 0;
383
+ obj.prepare_proposal = message.prepareProposal ? RequestPrepareProposal.toAmino(message.prepareProposal) : void 0;
384
+ obj.process_proposal = message.processProposal ? RequestProcessProposal.toAmino(message.processProposal) : void 0;
385
+ obj.extend_vote = message.extendVote ? RequestExtendVote.toAmino(message.extendVote) : void 0;
386
+ obj.verify_vote_extension = message.verifyVoteExtension ? RequestVerifyVoteExtension.toAmino(message.verifyVoteExtension) : void 0;
387
+ obj.finalize_block = message.finalizeBlock ? RequestFinalizeBlock.toAmino(message.finalizeBlock) : void 0;
388
+ return obj;
389
+ },
390
+ fromAminoMsg(object) {
391
+ return Request.fromAmino(object.value);
392
+ },
393
+ fromProtoMsg(message) {
394
+ return Request.decode(message.value);
395
+ },
396
+ toProto(message) {
397
+ return Request.encode(message).finish();
398
+ },
399
+ toProtoMsg(message) {
400
+ return {
401
+ typeUrl: "/tendermint.abci.Request",
402
+ value: Request.encode(message).finish()
403
+ };
404
+ },
405
+ registerTypeUrl() {
406
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(Request.typeUrl)) return;
407
+ RequestEcho.registerTypeUrl();
408
+ RequestFlush.registerTypeUrl();
409
+ RequestInfo.registerTypeUrl();
410
+ RequestInitChain.registerTypeUrl();
411
+ RequestQuery.registerTypeUrl();
412
+ RequestCheckTx.registerTypeUrl();
413
+ RequestCommit.registerTypeUrl();
414
+ RequestListSnapshots.registerTypeUrl();
415
+ RequestOfferSnapshot.registerTypeUrl();
416
+ RequestLoadSnapshotChunk.registerTypeUrl();
417
+ RequestApplySnapshotChunk.registerTypeUrl();
418
+ RequestPrepareProposal.registerTypeUrl();
419
+ RequestProcessProposal.registerTypeUrl();
420
+ RequestExtendVote.registerTypeUrl();
421
+ RequestVerifyVoteExtension.registerTypeUrl();
422
+ RequestFinalizeBlock.registerTypeUrl();
423
+ }
424
+ };
425
+ function createBaseRequestEcho() {
426
+ return { message: "" };
427
+ }
428
+ /**
429
+ * @name RequestEcho
430
+ * @package tendermint.abci
431
+ * @see proto type: tendermint.abci.RequestEcho
432
+ */
433
+ const RequestEcho = {
434
+ typeUrl: "/tendermint.abci.RequestEcho",
435
+ is(o) {
436
+ return o && (o.$typeUrl === RequestEcho.typeUrl || typeof o.message === "string");
437
+ },
438
+ isAmino(o) {
439
+ return o && (o.$typeUrl === RequestEcho.typeUrl || typeof o.message === "string");
440
+ },
441
+ encode(message, writer = BinaryWriter.create()) {
442
+ if (message.message !== "") writer.uint32(10).string(message.message);
443
+ return writer;
444
+ },
445
+ decode(input, length) {
446
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
447
+ let end = length === void 0 ? reader.len : reader.pos + length;
448
+ const message = createBaseRequestEcho();
449
+ while (reader.pos < end) {
450
+ const tag = reader.uint32();
451
+ switch (tag >>> 3) {
452
+ case 1:
453
+ message.message = reader.string();
454
+ break;
455
+ default:
456
+ reader.skipType(tag & 7);
457
+ break;
458
+ }
459
+ }
460
+ return message;
461
+ },
462
+ fromPartial(object) {
463
+ const message = createBaseRequestEcho();
464
+ message.message = object.message ?? "";
465
+ return message;
466
+ },
467
+ fromAmino(object) {
468
+ const message = createBaseRequestEcho();
469
+ if (object.message !== void 0 && object.message !== null) message.message = object.message;
470
+ return message;
471
+ },
472
+ toAmino(message) {
473
+ const obj = {};
474
+ obj.message = message.message === "" ? void 0 : message.message;
475
+ return obj;
476
+ },
477
+ fromAminoMsg(object) {
478
+ return RequestEcho.fromAmino(object.value);
479
+ },
480
+ fromProtoMsg(message) {
481
+ return RequestEcho.decode(message.value);
482
+ },
483
+ toProto(message) {
484
+ return RequestEcho.encode(message).finish();
485
+ },
486
+ toProtoMsg(message) {
487
+ return {
488
+ typeUrl: "/tendermint.abci.RequestEcho",
489
+ value: RequestEcho.encode(message).finish()
490
+ };
491
+ },
492
+ registerTypeUrl() {}
493
+ };
494
+ function createBaseRequestFlush() {
495
+ return {};
496
+ }
497
+ /**
498
+ * @name RequestFlush
499
+ * @package tendermint.abci
500
+ * @see proto type: tendermint.abci.RequestFlush
501
+ */
502
+ const RequestFlush = {
503
+ typeUrl: "/tendermint.abci.RequestFlush",
504
+ is(o) {
505
+ return o && o.$typeUrl === RequestFlush.typeUrl;
506
+ },
507
+ isAmino(o) {
508
+ return o && o.$typeUrl === RequestFlush.typeUrl;
509
+ },
510
+ encode(_, writer = BinaryWriter.create()) {
511
+ return writer;
512
+ },
513
+ decode(input, length) {
514
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
515
+ let end = length === void 0 ? reader.len : reader.pos + length;
516
+ const message = createBaseRequestFlush();
517
+ while (reader.pos < end) {
518
+ const tag = reader.uint32();
519
+ switch (tag >>> 3) {
520
+ default:
521
+ reader.skipType(tag & 7);
522
+ break;
523
+ }
524
+ }
525
+ return message;
526
+ },
527
+ fromPartial(_) {
528
+ return createBaseRequestFlush();
529
+ },
530
+ fromAmino(_) {
531
+ return createBaseRequestFlush();
532
+ },
533
+ toAmino(_) {
534
+ return {};
535
+ },
536
+ fromAminoMsg(object) {
537
+ return RequestFlush.fromAmino(object.value);
538
+ },
539
+ fromProtoMsg(message) {
540
+ return RequestFlush.decode(message.value);
541
+ },
542
+ toProto(message) {
543
+ return RequestFlush.encode(message).finish();
544
+ },
545
+ toProtoMsg(message) {
546
+ return {
547
+ typeUrl: "/tendermint.abci.RequestFlush",
548
+ value: RequestFlush.encode(message).finish()
549
+ };
550
+ },
551
+ registerTypeUrl() {}
552
+ };
553
+ function createBaseRequestInfo() {
554
+ return {
555
+ version: "",
556
+ blockVersion: BigInt(0),
557
+ p2pVersion: BigInt(0),
558
+ abciVersion: ""
559
+ };
560
+ }
561
+ /**
562
+ * @name RequestInfo
563
+ * @package tendermint.abci
564
+ * @see proto type: tendermint.abci.RequestInfo
565
+ */
566
+ const RequestInfo = {
567
+ typeUrl: "/tendermint.abci.RequestInfo",
568
+ is(o) {
569
+ return o && (o.$typeUrl === RequestInfo.typeUrl || typeof o.version === "string" && typeof o.blockVersion === "bigint" && typeof o.p2pVersion === "bigint" && typeof o.abciVersion === "string");
570
+ },
571
+ isAmino(o) {
572
+ return o && (o.$typeUrl === RequestInfo.typeUrl || typeof o.version === "string" && typeof o.block_version === "bigint" && typeof o.p2p_version === "bigint" && typeof o.abci_version === "string");
573
+ },
574
+ encode(message, writer = BinaryWriter.create()) {
575
+ if (message.version !== "") writer.uint32(10).string(message.version);
576
+ if (message.blockVersion !== BigInt(0)) writer.uint32(16).uint64(message.blockVersion);
577
+ if (message.p2pVersion !== BigInt(0)) writer.uint32(24).uint64(message.p2pVersion);
578
+ if (message.abciVersion !== "") writer.uint32(34).string(message.abciVersion);
579
+ return writer;
580
+ },
581
+ decode(input, length) {
582
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
583
+ let end = length === void 0 ? reader.len : reader.pos + length;
584
+ const message = createBaseRequestInfo();
585
+ while (reader.pos < end) {
586
+ const tag = reader.uint32();
587
+ switch (tag >>> 3) {
588
+ case 1:
589
+ message.version = reader.string();
590
+ break;
591
+ case 2:
592
+ message.blockVersion = reader.uint64();
593
+ break;
594
+ case 3:
595
+ message.p2pVersion = reader.uint64();
596
+ break;
597
+ case 4:
598
+ message.abciVersion = reader.string();
599
+ break;
600
+ default:
601
+ reader.skipType(tag & 7);
602
+ break;
603
+ }
604
+ }
605
+ return message;
606
+ },
607
+ fromPartial(object) {
608
+ const message = createBaseRequestInfo();
609
+ message.version = object.version ?? "";
610
+ message.blockVersion = object.blockVersion !== void 0 && object.blockVersion !== null ? BigInt(object.blockVersion.toString()) : BigInt(0);
611
+ message.p2pVersion = object.p2pVersion !== void 0 && object.p2pVersion !== null ? BigInt(object.p2pVersion.toString()) : BigInt(0);
612
+ message.abciVersion = object.abciVersion ?? "";
613
+ return message;
614
+ },
615
+ fromAmino(object) {
616
+ const message = createBaseRequestInfo();
617
+ if (object.version !== void 0 && object.version !== null) message.version = object.version;
618
+ if (object.block_version !== void 0 && object.block_version !== null) message.blockVersion = BigInt(object.block_version);
619
+ if (object.p2p_version !== void 0 && object.p2p_version !== null) message.p2pVersion = BigInt(object.p2p_version);
620
+ if (object.abci_version !== void 0 && object.abci_version !== null) message.abciVersion = object.abci_version;
621
+ return message;
622
+ },
623
+ toAmino(message) {
624
+ const obj = {};
625
+ obj.version = message.version === "" ? void 0 : message.version;
626
+ obj.block_version = message.blockVersion !== BigInt(0) ? message.blockVersion?.toString() : void 0;
627
+ obj.p2p_version = message.p2pVersion !== BigInt(0) ? message.p2pVersion?.toString() : void 0;
628
+ obj.abci_version = message.abciVersion === "" ? void 0 : message.abciVersion;
629
+ return obj;
630
+ },
631
+ fromAminoMsg(object) {
632
+ return RequestInfo.fromAmino(object.value);
633
+ },
634
+ fromProtoMsg(message) {
635
+ return RequestInfo.decode(message.value);
636
+ },
637
+ toProto(message) {
638
+ return RequestInfo.encode(message).finish();
639
+ },
640
+ toProtoMsg(message) {
641
+ return {
642
+ typeUrl: "/tendermint.abci.RequestInfo",
643
+ value: RequestInfo.encode(message).finish()
644
+ };
645
+ },
646
+ registerTypeUrl() {}
647
+ };
648
+ function createBaseRequestInitChain() {
649
+ return {
650
+ time: /* @__PURE__ */ new Date(),
651
+ chainId: "",
652
+ consensusParams: void 0,
653
+ validators: [],
654
+ appStateBytes: new Uint8Array(),
655
+ initialHeight: BigInt(0)
656
+ };
657
+ }
658
+ /**
659
+ * @name RequestInitChain
660
+ * @package tendermint.abci
661
+ * @see proto type: tendermint.abci.RequestInitChain
662
+ */
663
+ const RequestInitChain = {
664
+ typeUrl: "/tendermint.abci.RequestInitChain",
665
+ is(o) {
666
+ return o && (o.$typeUrl === RequestInitChain.typeUrl || Timestamp.is(o.time) && typeof o.chainId === "string" && Array.isArray(o.validators) && (!o.validators.length || ValidatorUpdate.is(o.validators[0])) && (o.appStateBytes instanceof Uint8Array || typeof o.appStateBytes === "string") && typeof o.initialHeight === "bigint");
667
+ },
668
+ isAmino(o) {
669
+ return o && (o.$typeUrl === RequestInitChain.typeUrl || Timestamp.isAmino(o.time) && typeof o.chain_id === "string" && Array.isArray(o.validators) && (!o.validators.length || ValidatorUpdate.isAmino(o.validators[0])) && (o.app_state_bytes instanceof Uint8Array || typeof o.app_state_bytes === "string") && typeof o.initial_height === "bigint");
670
+ },
671
+ encode(message, writer = BinaryWriter.create()) {
672
+ if (message.time !== void 0) Timestamp.encode(toTimestamp(message.time), writer.uint32(10).fork()).ldelim();
673
+ if (message.chainId !== "") writer.uint32(18).string(message.chainId);
674
+ if (message.consensusParams !== void 0) ConsensusParams.encode(message.consensusParams, writer.uint32(26).fork()).ldelim();
675
+ for (const v of message.validators) ValidatorUpdate.encode(v, writer.uint32(34).fork()).ldelim();
676
+ if (message.appStateBytes.length !== 0) writer.uint32(42).bytes(message.appStateBytes);
677
+ if (message.initialHeight !== BigInt(0)) writer.uint32(48).int64(message.initialHeight);
678
+ return writer;
679
+ },
680
+ decode(input, length) {
681
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
682
+ let end = length === void 0 ? reader.len : reader.pos + length;
683
+ const message = createBaseRequestInitChain();
684
+ while (reader.pos < end) {
685
+ const tag = reader.uint32();
686
+ switch (tag >>> 3) {
687
+ case 1:
688
+ message.time = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
689
+ break;
690
+ case 2:
691
+ message.chainId = reader.string();
692
+ break;
693
+ case 3:
694
+ message.consensusParams = ConsensusParams.decode(reader, reader.uint32());
695
+ break;
696
+ case 4:
697
+ message.validators.push(ValidatorUpdate.decode(reader, reader.uint32()));
698
+ break;
699
+ case 5:
700
+ message.appStateBytes = reader.bytes();
701
+ break;
702
+ case 6:
703
+ message.initialHeight = reader.int64();
704
+ break;
705
+ default:
706
+ reader.skipType(tag & 7);
707
+ break;
708
+ }
709
+ }
710
+ return message;
711
+ },
712
+ fromPartial(object) {
713
+ const message = createBaseRequestInitChain();
714
+ message.time = object.time ?? void 0;
715
+ message.chainId = object.chainId ?? "";
716
+ message.consensusParams = object.consensusParams !== void 0 && object.consensusParams !== null ? ConsensusParams.fromPartial(object.consensusParams) : void 0;
717
+ message.validators = object.validators?.map((e) => ValidatorUpdate.fromPartial(e)) || [];
718
+ message.appStateBytes = object.appStateBytes ?? new Uint8Array();
719
+ message.initialHeight = object.initialHeight !== void 0 && object.initialHeight !== null ? BigInt(object.initialHeight.toString()) : BigInt(0);
720
+ return message;
721
+ },
722
+ fromAmino(object) {
723
+ const message = createBaseRequestInitChain();
724
+ if (object.time !== void 0 && object.time !== null) message.time = fromTimestamp(Timestamp.fromAmino(object.time));
725
+ if (object.chain_id !== void 0 && object.chain_id !== null) message.chainId = object.chain_id;
726
+ if (object.consensus_params !== void 0 && object.consensus_params !== null) message.consensusParams = ConsensusParams.fromAmino(object.consensus_params);
727
+ message.validators = object.validators?.map((e) => ValidatorUpdate.fromAmino(e)) || [];
728
+ if (object.app_state_bytes !== void 0 && object.app_state_bytes !== null) message.appStateBytes = bytesFromBase64(object.app_state_bytes);
729
+ if (object.initial_height !== void 0 && object.initial_height !== null) message.initialHeight = BigInt(object.initial_height);
730
+ return message;
731
+ },
732
+ toAmino(message) {
733
+ const obj = {};
734
+ obj.time = message.time ? Timestamp.toAmino(toTimestamp(message.time)) : void 0;
735
+ obj.chain_id = message.chainId === "" ? void 0 : message.chainId;
736
+ obj.consensus_params = message.consensusParams ? ConsensusParams.toAmino(message.consensusParams) : void 0;
737
+ if (message.validators) obj.validators = message.validators.map((e) => e ? ValidatorUpdate.toAmino(e) : void 0);
738
+ else obj.validators = message.validators;
739
+ obj.app_state_bytes = message.appStateBytes ? base64FromBytes(message.appStateBytes) : void 0;
740
+ obj.initial_height = message.initialHeight !== BigInt(0) ? message.initialHeight?.toString() : void 0;
741
+ return obj;
742
+ },
743
+ fromAminoMsg(object) {
744
+ return RequestInitChain.fromAmino(object.value);
745
+ },
746
+ fromProtoMsg(message) {
747
+ return RequestInitChain.decode(message.value);
748
+ },
749
+ toProto(message) {
750
+ return RequestInitChain.encode(message).finish();
751
+ },
752
+ toProtoMsg(message) {
753
+ return {
754
+ typeUrl: "/tendermint.abci.RequestInitChain",
755
+ value: RequestInitChain.encode(message).finish()
756
+ };
757
+ },
758
+ registerTypeUrl() {
759
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(RequestInitChain.typeUrl)) return;
760
+ ConsensusParams.registerTypeUrl();
761
+ ValidatorUpdate.registerTypeUrl();
762
+ }
763
+ };
764
+ function createBaseRequestQuery() {
765
+ return {
766
+ data: new Uint8Array(),
767
+ path: "",
768
+ height: BigInt(0),
769
+ prove: false
770
+ };
771
+ }
772
+ /**
773
+ * @name RequestQuery
774
+ * @package tendermint.abci
775
+ * @see proto type: tendermint.abci.RequestQuery
776
+ */
777
+ const RequestQuery = {
778
+ typeUrl: "/tendermint.abci.RequestQuery",
779
+ is(o) {
780
+ return o && (o.$typeUrl === RequestQuery.typeUrl || (o.data instanceof Uint8Array || typeof o.data === "string") && typeof o.path === "string" && typeof o.height === "bigint" && typeof o.prove === "boolean");
781
+ },
782
+ isAmino(o) {
783
+ return o && (o.$typeUrl === RequestQuery.typeUrl || (o.data instanceof Uint8Array || typeof o.data === "string") && typeof o.path === "string" && typeof o.height === "bigint" && typeof o.prove === "boolean");
784
+ },
785
+ encode(message, writer = BinaryWriter.create()) {
786
+ if (message.data.length !== 0) writer.uint32(10).bytes(message.data);
787
+ if (message.path !== "") writer.uint32(18).string(message.path);
788
+ if (message.height !== BigInt(0)) writer.uint32(24).int64(message.height);
789
+ if (message.prove === true) writer.uint32(32).bool(message.prove);
790
+ return writer;
791
+ },
792
+ decode(input, length) {
793
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
794
+ let end = length === void 0 ? reader.len : reader.pos + length;
795
+ const message = createBaseRequestQuery();
796
+ while (reader.pos < end) {
797
+ const tag = reader.uint32();
798
+ switch (tag >>> 3) {
799
+ case 1:
800
+ message.data = reader.bytes();
801
+ break;
802
+ case 2:
803
+ message.path = reader.string();
804
+ break;
805
+ case 3:
806
+ message.height = reader.int64();
807
+ break;
808
+ case 4:
809
+ message.prove = reader.bool();
810
+ break;
811
+ default:
812
+ reader.skipType(tag & 7);
813
+ break;
814
+ }
815
+ }
816
+ return message;
817
+ },
818
+ fromPartial(object) {
819
+ const message = createBaseRequestQuery();
820
+ message.data = object.data ?? new Uint8Array();
821
+ message.path = object.path ?? "";
822
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
823
+ message.prove = object.prove ?? false;
824
+ return message;
825
+ },
826
+ fromAmino(object) {
827
+ const message = createBaseRequestQuery();
828
+ if (object.data !== void 0 && object.data !== null) message.data = bytesFromBase64(object.data);
829
+ if (object.path !== void 0 && object.path !== null) message.path = object.path;
830
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
831
+ if (object.prove !== void 0 && object.prove !== null) message.prove = object.prove;
832
+ return message;
833
+ },
834
+ toAmino(message) {
835
+ const obj = {};
836
+ obj.data = message.data ? base64FromBytes(message.data) : void 0;
837
+ obj.path = message.path === "" ? void 0 : message.path;
838
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
839
+ obj.prove = message.prove === false ? void 0 : message.prove;
840
+ return obj;
841
+ },
842
+ fromAminoMsg(object) {
843
+ return RequestQuery.fromAmino(object.value);
844
+ },
845
+ fromProtoMsg(message) {
846
+ return RequestQuery.decode(message.value);
847
+ },
848
+ toProto(message) {
849
+ return RequestQuery.encode(message).finish();
850
+ },
851
+ toProtoMsg(message) {
852
+ return {
853
+ typeUrl: "/tendermint.abci.RequestQuery",
854
+ value: RequestQuery.encode(message).finish()
855
+ };
856
+ },
857
+ registerTypeUrl() {}
858
+ };
859
+ function createBaseRequestCheckTx() {
860
+ return {
861
+ tx: new Uint8Array(),
862
+ type: 0
863
+ };
864
+ }
865
+ /**
866
+ * @name RequestCheckTx
867
+ * @package tendermint.abci
868
+ * @see proto type: tendermint.abci.RequestCheckTx
869
+ */
870
+ const RequestCheckTx = {
871
+ typeUrl: "/tendermint.abci.RequestCheckTx",
872
+ is(o) {
873
+ return o && (o.$typeUrl === RequestCheckTx.typeUrl || (o.tx instanceof Uint8Array || typeof o.tx === "string") && isSet(o.type));
874
+ },
875
+ isAmino(o) {
876
+ return o && (o.$typeUrl === RequestCheckTx.typeUrl || (o.tx instanceof Uint8Array || typeof o.tx === "string") && isSet(o.type));
877
+ },
878
+ encode(message, writer = BinaryWriter.create()) {
879
+ if (message.tx.length !== 0) writer.uint32(10).bytes(message.tx);
880
+ if (message.type !== 0) writer.uint32(16).int32(message.type);
881
+ return writer;
882
+ },
883
+ decode(input, length) {
884
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
885
+ let end = length === void 0 ? reader.len : reader.pos + length;
886
+ const message = createBaseRequestCheckTx();
887
+ while (reader.pos < end) {
888
+ const tag = reader.uint32();
889
+ switch (tag >>> 3) {
890
+ case 1:
891
+ message.tx = reader.bytes();
892
+ break;
893
+ case 2:
894
+ message.type = reader.int32();
895
+ break;
896
+ default:
897
+ reader.skipType(tag & 7);
898
+ break;
899
+ }
900
+ }
901
+ return message;
902
+ },
903
+ fromPartial(object) {
904
+ const message = createBaseRequestCheckTx();
905
+ message.tx = object.tx ?? new Uint8Array();
906
+ message.type = object.type ?? 0;
907
+ return message;
908
+ },
909
+ fromAmino(object) {
910
+ const message = createBaseRequestCheckTx();
911
+ if (object.tx !== void 0 && object.tx !== null) message.tx = bytesFromBase64(object.tx);
912
+ if (object.type !== void 0 && object.type !== null) message.type = object.type;
913
+ return message;
914
+ },
915
+ toAmino(message) {
916
+ const obj = {};
917
+ obj.tx = message.tx ? base64FromBytes(message.tx) : void 0;
918
+ obj.type = message.type === 0 ? void 0 : message.type;
919
+ return obj;
920
+ },
921
+ fromAminoMsg(object) {
922
+ return RequestCheckTx.fromAmino(object.value);
923
+ },
924
+ fromProtoMsg(message) {
925
+ return RequestCheckTx.decode(message.value);
926
+ },
927
+ toProto(message) {
928
+ return RequestCheckTx.encode(message).finish();
929
+ },
930
+ toProtoMsg(message) {
931
+ return {
932
+ typeUrl: "/tendermint.abci.RequestCheckTx",
933
+ value: RequestCheckTx.encode(message).finish()
934
+ };
935
+ },
936
+ registerTypeUrl() {}
937
+ };
938
+ function createBaseRequestCommit() {
939
+ return {};
940
+ }
941
+ /**
942
+ * @name RequestCommit
943
+ * @package tendermint.abci
944
+ * @see proto type: tendermint.abci.RequestCommit
945
+ */
946
+ const RequestCommit = {
947
+ typeUrl: "/tendermint.abci.RequestCommit",
948
+ is(o) {
949
+ return o && o.$typeUrl === RequestCommit.typeUrl;
950
+ },
951
+ isAmino(o) {
952
+ return o && o.$typeUrl === RequestCommit.typeUrl;
953
+ },
954
+ encode(_, writer = BinaryWriter.create()) {
955
+ return writer;
956
+ },
957
+ decode(input, length) {
958
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
959
+ let end = length === void 0 ? reader.len : reader.pos + length;
960
+ const message = createBaseRequestCommit();
961
+ while (reader.pos < end) {
962
+ const tag = reader.uint32();
963
+ switch (tag >>> 3) {
964
+ default:
965
+ reader.skipType(tag & 7);
966
+ break;
967
+ }
968
+ }
969
+ return message;
970
+ },
971
+ fromPartial(_) {
972
+ return createBaseRequestCommit();
973
+ },
974
+ fromAmino(_) {
975
+ return createBaseRequestCommit();
976
+ },
977
+ toAmino(_) {
978
+ return {};
979
+ },
980
+ fromAminoMsg(object) {
981
+ return RequestCommit.fromAmino(object.value);
982
+ },
983
+ fromProtoMsg(message) {
984
+ return RequestCommit.decode(message.value);
985
+ },
986
+ toProto(message) {
987
+ return RequestCommit.encode(message).finish();
988
+ },
989
+ toProtoMsg(message) {
990
+ return {
991
+ typeUrl: "/tendermint.abci.RequestCommit",
992
+ value: RequestCommit.encode(message).finish()
993
+ };
994
+ },
995
+ registerTypeUrl() {}
996
+ };
997
+ function createBaseRequestListSnapshots() {
998
+ return {};
999
+ }
1000
+ /**
1001
+ * lists available snapshots
1002
+ * @name RequestListSnapshots
1003
+ * @package tendermint.abci
1004
+ * @see proto type: tendermint.abci.RequestListSnapshots
1005
+ */
1006
+ const RequestListSnapshots = {
1007
+ typeUrl: "/tendermint.abci.RequestListSnapshots",
1008
+ is(o) {
1009
+ return o && o.$typeUrl === RequestListSnapshots.typeUrl;
1010
+ },
1011
+ isAmino(o) {
1012
+ return o && o.$typeUrl === RequestListSnapshots.typeUrl;
1013
+ },
1014
+ encode(_, writer = BinaryWriter.create()) {
1015
+ return writer;
1016
+ },
1017
+ decode(input, length) {
1018
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1019
+ let end = length === void 0 ? reader.len : reader.pos + length;
1020
+ const message = createBaseRequestListSnapshots();
1021
+ while (reader.pos < end) {
1022
+ const tag = reader.uint32();
1023
+ switch (tag >>> 3) {
1024
+ default:
1025
+ reader.skipType(tag & 7);
1026
+ break;
1027
+ }
1028
+ }
1029
+ return message;
1030
+ },
1031
+ fromPartial(_) {
1032
+ return createBaseRequestListSnapshots();
1033
+ },
1034
+ fromAmino(_) {
1035
+ return createBaseRequestListSnapshots();
1036
+ },
1037
+ toAmino(_) {
1038
+ return {};
1039
+ },
1040
+ fromAminoMsg(object) {
1041
+ return RequestListSnapshots.fromAmino(object.value);
1042
+ },
1043
+ fromProtoMsg(message) {
1044
+ return RequestListSnapshots.decode(message.value);
1045
+ },
1046
+ toProto(message) {
1047
+ return RequestListSnapshots.encode(message).finish();
1048
+ },
1049
+ toProtoMsg(message) {
1050
+ return {
1051
+ typeUrl: "/tendermint.abci.RequestListSnapshots",
1052
+ value: RequestListSnapshots.encode(message).finish()
1053
+ };
1054
+ },
1055
+ registerTypeUrl() {}
1056
+ };
1057
+ function createBaseRequestOfferSnapshot() {
1058
+ return {
1059
+ snapshot: void 0,
1060
+ appHash: new Uint8Array()
1061
+ };
1062
+ }
1063
+ /**
1064
+ * offers a snapshot to the application
1065
+ * @name RequestOfferSnapshot
1066
+ * @package tendermint.abci
1067
+ * @see proto type: tendermint.abci.RequestOfferSnapshot
1068
+ */
1069
+ const RequestOfferSnapshot = {
1070
+ typeUrl: "/tendermint.abci.RequestOfferSnapshot",
1071
+ is(o) {
1072
+ return o && (o.$typeUrl === RequestOfferSnapshot.typeUrl || o.appHash instanceof Uint8Array || typeof o.appHash === "string");
1073
+ },
1074
+ isAmino(o) {
1075
+ return o && (o.$typeUrl === RequestOfferSnapshot.typeUrl || o.app_hash instanceof Uint8Array || typeof o.app_hash === "string");
1076
+ },
1077
+ encode(message, writer = BinaryWriter.create()) {
1078
+ if (message.snapshot !== void 0) Snapshot.encode(message.snapshot, writer.uint32(10).fork()).ldelim();
1079
+ if (message.appHash.length !== 0) writer.uint32(18).bytes(message.appHash);
1080
+ return writer;
1081
+ },
1082
+ decode(input, length) {
1083
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1084
+ let end = length === void 0 ? reader.len : reader.pos + length;
1085
+ const message = createBaseRequestOfferSnapshot();
1086
+ while (reader.pos < end) {
1087
+ const tag = reader.uint32();
1088
+ switch (tag >>> 3) {
1089
+ case 1:
1090
+ message.snapshot = Snapshot.decode(reader, reader.uint32());
1091
+ break;
1092
+ case 2:
1093
+ message.appHash = reader.bytes();
1094
+ break;
1095
+ default:
1096
+ reader.skipType(tag & 7);
1097
+ break;
1098
+ }
1099
+ }
1100
+ return message;
1101
+ },
1102
+ fromPartial(object) {
1103
+ const message = createBaseRequestOfferSnapshot();
1104
+ message.snapshot = object.snapshot !== void 0 && object.snapshot !== null ? Snapshot.fromPartial(object.snapshot) : void 0;
1105
+ message.appHash = object.appHash ?? new Uint8Array();
1106
+ return message;
1107
+ },
1108
+ fromAmino(object) {
1109
+ const message = createBaseRequestOfferSnapshot();
1110
+ if (object.snapshot !== void 0 && object.snapshot !== null) message.snapshot = Snapshot.fromAmino(object.snapshot);
1111
+ if (object.app_hash !== void 0 && object.app_hash !== null) message.appHash = bytesFromBase64(object.app_hash);
1112
+ return message;
1113
+ },
1114
+ toAmino(message) {
1115
+ const obj = {};
1116
+ obj.snapshot = message.snapshot ? Snapshot.toAmino(message.snapshot) : void 0;
1117
+ obj.app_hash = message.appHash ? base64FromBytes(message.appHash) : void 0;
1118
+ return obj;
1119
+ },
1120
+ fromAminoMsg(object) {
1121
+ return RequestOfferSnapshot.fromAmino(object.value);
1122
+ },
1123
+ fromProtoMsg(message) {
1124
+ return RequestOfferSnapshot.decode(message.value);
1125
+ },
1126
+ toProto(message) {
1127
+ return RequestOfferSnapshot.encode(message).finish();
1128
+ },
1129
+ toProtoMsg(message) {
1130
+ return {
1131
+ typeUrl: "/tendermint.abci.RequestOfferSnapshot",
1132
+ value: RequestOfferSnapshot.encode(message).finish()
1133
+ };
1134
+ },
1135
+ registerTypeUrl() {
1136
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(RequestOfferSnapshot.typeUrl)) return;
1137
+ Snapshot.registerTypeUrl();
1138
+ }
1139
+ };
1140
+ function createBaseRequestLoadSnapshotChunk() {
1141
+ return {
1142
+ height: BigInt(0),
1143
+ format: 0,
1144
+ chunk: 0
1145
+ };
1146
+ }
1147
+ /**
1148
+ * loads a snapshot chunk
1149
+ * @name RequestLoadSnapshotChunk
1150
+ * @package tendermint.abci
1151
+ * @see proto type: tendermint.abci.RequestLoadSnapshotChunk
1152
+ */
1153
+ const RequestLoadSnapshotChunk = {
1154
+ typeUrl: "/tendermint.abci.RequestLoadSnapshotChunk",
1155
+ is(o) {
1156
+ return o && (o.$typeUrl === RequestLoadSnapshotChunk.typeUrl || typeof o.height === "bigint" && typeof o.format === "number" && typeof o.chunk === "number");
1157
+ },
1158
+ isAmino(o) {
1159
+ return o && (o.$typeUrl === RequestLoadSnapshotChunk.typeUrl || typeof o.height === "bigint" && typeof o.format === "number" && typeof o.chunk === "number");
1160
+ },
1161
+ encode(message, writer = BinaryWriter.create()) {
1162
+ if (message.height !== BigInt(0)) writer.uint32(8).uint64(message.height);
1163
+ if (message.format !== 0) writer.uint32(16).uint32(message.format);
1164
+ if (message.chunk !== 0) writer.uint32(24).uint32(message.chunk);
1165
+ return writer;
1166
+ },
1167
+ decode(input, length) {
1168
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1169
+ let end = length === void 0 ? reader.len : reader.pos + length;
1170
+ const message = createBaseRequestLoadSnapshotChunk();
1171
+ while (reader.pos < end) {
1172
+ const tag = reader.uint32();
1173
+ switch (tag >>> 3) {
1174
+ case 1:
1175
+ message.height = reader.uint64();
1176
+ break;
1177
+ case 2:
1178
+ message.format = reader.uint32();
1179
+ break;
1180
+ case 3:
1181
+ message.chunk = reader.uint32();
1182
+ break;
1183
+ default:
1184
+ reader.skipType(tag & 7);
1185
+ break;
1186
+ }
1187
+ }
1188
+ return message;
1189
+ },
1190
+ fromPartial(object) {
1191
+ const message = createBaseRequestLoadSnapshotChunk();
1192
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
1193
+ message.format = object.format ?? 0;
1194
+ message.chunk = object.chunk ?? 0;
1195
+ return message;
1196
+ },
1197
+ fromAmino(object) {
1198
+ const message = createBaseRequestLoadSnapshotChunk();
1199
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
1200
+ if (object.format !== void 0 && object.format !== null) message.format = object.format;
1201
+ if (object.chunk !== void 0 && object.chunk !== null) message.chunk = object.chunk;
1202
+ return message;
1203
+ },
1204
+ toAmino(message) {
1205
+ const obj = {};
1206
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
1207
+ obj.format = message.format === 0 ? void 0 : message.format;
1208
+ obj.chunk = message.chunk === 0 ? void 0 : message.chunk;
1209
+ return obj;
1210
+ },
1211
+ fromAminoMsg(object) {
1212
+ return RequestLoadSnapshotChunk.fromAmino(object.value);
1213
+ },
1214
+ fromProtoMsg(message) {
1215
+ return RequestLoadSnapshotChunk.decode(message.value);
1216
+ },
1217
+ toProto(message) {
1218
+ return RequestLoadSnapshotChunk.encode(message).finish();
1219
+ },
1220
+ toProtoMsg(message) {
1221
+ return {
1222
+ typeUrl: "/tendermint.abci.RequestLoadSnapshotChunk",
1223
+ value: RequestLoadSnapshotChunk.encode(message).finish()
1224
+ };
1225
+ },
1226
+ registerTypeUrl() {}
1227
+ };
1228
+ function createBaseRequestApplySnapshotChunk() {
1229
+ return {
1230
+ index: 0,
1231
+ chunk: new Uint8Array(),
1232
+ sender: ""
1233
+ };
1234
+ }
1235
+ /**
1236
+ * Applies a snapshot chunk
1237
+ * @name RequestApplySnapshotChunk
1238
+ * @package tendermint.abci
1239
+ * @see proto type: tendermint.abci.RequestApplySnapshotChunk
1240
+ */
1241
+ const RequestApplySnapshotChunk = {
1242
+ typeUrl: "/tendermint.abci.RequestApplySnapshotChunk",
1243
+ is(o) {
1244
+ return o && (o.$typeUrl === RequestApplySnapshotChunk.typeUrl || typeof o.index === "number" && (o.chunk instanceof Uint8Array || typeof o.chunk === "string") && typeof o.sender === "string");
1245
+ },
1246
+ isAmino(o) {
1247
+ return o && (o.$typeUrl === RequestApplySnapshotChunk.typeUrl || typeof o.index === "number" && (o.chunk instanceof Uint8Array || typeof o.chunk === "string") && typeof o.sender === "string");
1248
+ },
1249
+ encode(message, writer = BinaryWriter.create()) {
1250
+ if (message.index !== 0) writer.uint32(8).uint32(message.index);
1251
+ if (message.chunk.length !== 0) writer.uint32(18).bytes(message.chunk);
1252
+ if (message.sender !== "") writer.uint32(26).string(message.sender);
1253
+ return writer;
1254
+ },
1255
+ decode(input, length) {
1256
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1257
+ let end = length === void 0 ? reader.len : reader.pos + length;
1258
+ const message = createBaseRequestApplySnapshotChunk();
1259
+ while (reader.pos < end) {
1260
+ const tag = reader.uint32();
1261
+ switch (tag >>> 3) {
1262
+ case 1:
1263
+ message.index = reader.uint32();
1264
+ break;
1265
+ case 2:
1266
+ message.chunk = reader.bytes();
1267
+ break;
1268
+ case 3:
1269
+ message.sender = reader.string();
1270
+ break;
1271
+ default:
1272
+ reader.skipType(tag & 7);
1273
+ break;
1274
+ }
1275
+ }
1276
+ return message;
1277
+ },
1278
+ fromPartial(object) {
1279
+ const message = createBaseRequestApplySnapshotChunk();
1280
+ message.index = object.index ?? 0;
1281
+ message.chunk = object.chunk ?? new Uint8Array();
1282
+ message.sender = object.sender ?? "";
1283
+ return message;
1284
+ },
1285
+ fromAmino(object) {
1286
+ const message = createBaseRequestApplySnapshotChunk();
1287
+ if (object.index !== void 0 && object.index !== null) message.index = object.index;
1288
+ if (object.chunk !== void 0 && object.chunk !== null) message.chunk = bytesFromBase64(object.chunk);
1289
+ if (object.sender !== void 0 && object.sender !== null) message.sender = object.sender;
1290
+ return message;
1291
+ },
1292
+ toAmino(message) {
1293
+ const obj = {};
1294
+ obj.index = message.index === 0 ? void 0 : message.index;
1295
+ obj.chunk = message.chunk ? base64FromBytes(message.chunk) : void 0;
1296
+ obj.sender = message.sender === "" ? void 0 : message.sender;
1297
+ return obj;
1298
+ },
1299
+ fromAminoMsg(object) {
1300
+ return RequestApplySnapshotChunk.fromAmino(object.value);
1301
+ },
1302
+ fromProtoMsg(message) {
1303
+ return RequestApplySnapshotChunk.decode(message.value);
1304
+ },
1305
+ toProto(message) {
1306
+ return RequestApplySnapshotChunk.encode(message).finish();
1307
+ },
1308
+ toProtoMsg(message) {
1309
+ return {
1310
+ typeUrl: "/tendermint.abci.RequestApplySnapshotChunk",
1311
+ value: RequestApplySnapshotChunk.encode(message).finish()
1312
+ };
1313
+ },
1314
+ registerTypeUrl() {}
1315
+ };
1316
+ function createBaseRequestPrepareProposal() {
1317
+ return {
1318
+ maxTxBytes: BigInt(0),
1319
+ txs: [],
1320
+ localLastCommit: ExtendedCommitInfo.fromPartial({}),
1321
+ misbehavior: [],
1322
+ height: BigInt(0),
1323
+ time: /* @__PURE__ */ new Date(),
1324
+ nextValidatorsHash: new Uint8Array(),
1325
+ proposerAddress: new Uint8Array()
1326
+ };
1327
+ }
1328
+ /**
1329
+ * @name RequestPrepareProposal
1330
+ * @package tendermint.abci
1331
+ * @see proto type: tendermint.abci.RequestPrepareProposal
1332
+ */
1333
+ const RequestPrepareProposal = {
1334
+ typeUrl: "/tendermint.abci.RequestPrepareProposal",
1335
+ is(o) {
1336
+ return o && (o.$typeUrl === RequestPrepareProposal.typeUrl || typeof o.maxTxBytes === "bigint" && Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string") && ExtendedCommitInfo.is(o.localLastCommit) && Array.isArray(o.misbehavior) && (!o.misbehavior.length || Misbehavior.is(o.misbehavior[0])) && typeof o.height === "bigint" && Timestamp.is(o.time) && (o.nextValidatorsHash instanceof Uint8Array || typeof o.nextValidatorsHash === "string") && (o.proposerAddress instanceof Uint8Array || typeof o.proposerAddress === "string"));
1337
+ },
1338
+ isAmino(o) {
1339
+ return o && (o.$typeUrl === RequestPrepareProposal.typeUrl || typeof o.max_tx_bytes === "bigint" && Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string") && ExtendedCommitInfo.isAmino(o.local_last_commit) && Array.isArray(o.misbehavior) && (!o.misbehavior.length || Misbehavior.isAmino(o.misbehavior[0])) && typeof o.height === "bigint" && Timestamp.isAmino(o.time) && (o.next_validators_hash instanceof Uint8Array || typeof o.next_validators_hash === "string") && (o.proposer_address instanceof Uint8Array || typeof o.proposer_address === "string"));
1340
+ },
1341
+ encode(message, writer = BinaryWriter.create()) {
1342
+ if (message.maxTxBytes !== BigInt(0)) writer.uint32(8).int64(message.maxTxBytes);
1343
+ for (const v of message.txs) writer.uint32(18).bytes(v);
1344
+ if (message.localLastCommit !== void 0) ExtendedCommitInfo.encode(message.localLastCommit, writer.uint32(26).fork()).ldelim();
1345
+ for (const v of message.misbehavior) Misbehavior.encode(v, writer.uint32(34).fork()).ldelim();
1346
+ if (message.height !== BigInt(0)) writer.uint32(40).int64(message.height);
1347
+ if (message.time !== void 0) Timestamp.encode(toTimestamp(message.time), writer.uint32(50).fork()).ldelim();
1348
+ if (message.nextValidatorsHash.length !== 0) writer.uint32(58).bytes(message.nextValidatorsHash);
1349
+ if (message.proposerAddress.length !== 0) writer.uint32(66).bytes(message.proposerAddress);
1350
+ return writer;
1351
+ },
1352
+ decode(input, length) {
1353
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1354
+ let end = length === void 0 ? reader.len : reader.pos + length;
1355
+ const message = createBaseRequestPrepareProposal();
1356
+ while (reader.pos < end) {
1357
+ const tag = reader.uint32();
1358
+ switch (tag >>> 3) {
1359
+ case 1:
1360
+ message.maxTxBytes = reader.int64();
1361
+ break;
1362
+ case 2:
1363
+ message.txs.push(reader.bytes());
1364
+ break;
1365
+ case 3:
1366
+ message.localLastCommit = ExtendedCommitInfo.decode(reader, reader.uint32());
1367
+ break;
1368
+ case 4:
1369
+ message.misbehavior.push(Misbehavior.decode(reader, reader.uint32()));
1370
+ break;
1371
+ case 5:
1372
+ message.height = reader.int64();
1373
+ break;
1374
+ case 6:
1375
+ message.time = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1376
+ break;
1377
+ case 7:
1378
+ message.nextValidatorsHash = reader.bytes();
1379
+ break;
1380
+ case 8:
1381
+ message.proposerAddress = reader.bytes();
1382
+ break;
1383
+ default:
1384
+ reader.skipType(tag & 7);
1385
+ break;
1386
+ }
1387
+ }
1388
+ return message;
1389
+ },
1390
+ fromPartial(object) {
1391
+ const message = createBaseRequestPrepareProposal();
1392
+ message.maxTxBytes = object.maxTxBytes !== void 0 && object.maxTxBytes !== null ? BigInt(object.maxTxBytes.toString()) : BigInt(0);
1393
+ message.txs = object.txs?.map((e) => e) || [];
1394
+ message.localLastCommit = object.localLastCommit !== void 0 && object.localLastCommit !== null ? ExtendedCommitInfo.fromPartial(object.localLastCommit) : void 0;
1395
+ message.misbehavior = object.misbehavior?.map((e) => Misbehavior.fromPartial(e)) || [];
1396
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
1397
+ message.time = object.time ?? void 0;
1398
+ message.nextValidatorsHash = object.nextValidatorsHash ?? new Uint8Array();
1399
+ message.proposerAddress = object.proposerAddress ?? new Uint8Array();
1400
+ return message;
1401
+ },
1402
+ fromAmino(object) {
1403
+ const message = createBaseRequestPrepareProposal();
1404
+ if (object.max_tx_bytes !== void 0 && object.max_tx_bytes !== null) message.maxTxBytes = BigInt(object.max_tx_bytes);
1405
+ message.txs = object.txs?.map((e) => bytesFromBase64(e)) || [];
1406
+ if (object.local_last_commit !== void 0 && object.local_last_commit !== null) message.localLastCommit = ExtendedCommitInfo.fromAmino(object.local_last_commit);
1407
+ message.misbehavior = object.misbehavior?.map((e) => Misbehavior.fromAmino(e)) || [];
1408
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
1409
+ if (object.time !== void 0 && object.time !== null) message.time = fromTimestamp(Timestamp.fromAmino(object.time));
1410
+ if (object.next_validators_hash !== void 0 && object.next_validators_hash !== null) message.nextValidatorsHash = bytesFromBase64(object.next_validators_hash);
1411
+ if (object.proposer_address !== void 0 && object.proposer_address !== null) message.proposerAddress = bytesFromBase64(object.proposer_address);
1412
+ return message;
1413
+ },
1414
+ toAmino(message) {
1415
+ const obj = {};
1416
+ obj.max_tx_bytes = message.maxTxBytes !== BigInt(0) ? message.maxTxBytes?.toString() : void 0;
1417
+ if (message.txs) obj.txs = message.txs.map((e) => base64FromBytes(e));
1418
+ else obj.txs = message.txs;
1419
+ obj.local_last_commit = message.localLastCommit ? ExtendedCommitInfo.toAmino(message.localLastCommit) : void 0;
1420
+ if (message.misbehavior) obj.misbehavior = message.misbehavior.map((e) => e ? Misbehavior.toAmino(e) : void 0);
1421
+ else obj.misbehavior = message.misbehavior;
1422
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
1423
+ obj.time = message.time ? Timestamp.toAmino(toTimestamp(message.time)) : void 0;
1424
+ obj.next_validators_hash = message.nextValidatorsHash ? base64FromBytes(message.nextValidatorsHash) : void 0;
1425
+ obj.proposer_address = message.proposerAddress ? base64FromBytes(message.proposerAddress) : void 0;
1426
+ return obj;
1427
+ },
1428
+ fromAminoMsg(object) {
1429
+ return RequestPrepareProposal.fromAmino(object.value);
1430
+ },
1431
+ fromProtoMsg(message) {
1432
+ return RequestPrepareProposal.decode(message.value);
1433
+ },
1434
+ toProto(message) {
1435
+ return RequestPrepareProposal.encode(message).finish();
1436
+ },
1437
+ toProtoMsg(message) {
1438
+ return {
1439
+ typeUrl: "/tendermint.abci.RequestPrepareProposal",
1440
+ value: RequestPrepareProposal.encode(message).finish()
1441
+ };
1442
+ },
1443
+ registerTypeUrl() {
1444
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(RequestPrepareProposal.typeUrl)) return;
1445
+ ExtendedCommitInfo.registerTypeUrl();
1446
+ Misbehavior.registerTypeUrl();
1447
+ }
1448
+ };
1449
+ function createBaseRequestProcessProposal() {
1450
+ return {
1451
+ txs: [],
1452
+ proposedLastCommit: CommitInfo.fromPartial({}),
1453
+ misbehavior: [],
1454
+ hash: new Uint8Array(),
1455
+ height: BigInt(0),
1456
+ time: /* @__PURE__ */ new Date(),
1457
+ nextValidatorsHash: new Uint8Array(),
1458
+ proposerAddress: new Uint8Array()
1459
+ };
1460
+ }
1461
+ /**
1462
+ * @name RequestProcessProposal
1463
+ * @package tendermint.abci
1464
+ * @see proto type: tendermint.abci.RequestProcessProposal
1465
+ */
1466
+ const RequestProcessProposal = {
1467
+ typeUrl: "/tendermint.abci.RequestProcessProposal",
1468
+ is(o) {
1469
+ return o && (o.$typeUrl === RequestProcessProposal.typeUrl || Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string") && CommitInfo.is(o.proposedLastCommit) && Array.isArray(o.misbehavior) && (!o.misbehavior.length || Misbehavior.is(o.misbehavior[0])) && (o.hash instanceof Uint8Array || typeof o.hash === "string") && typeof o.height === "bigint" && Timestamp.is(o.time) && (o.nextValidatorsHash instanceof Uint8Array || typeof o.nextValidatorsHash === "string") && (o.proposerAddress instanceof Uint8Array || typeof o.proposerAddress === "string"));
1470
+ },
1471
+ isAmino(o) {
1472
+ return o && (o.$typeUrl === RequestProcessProposal.typeUrl || Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string") && CommitInfo.isAmino(o.proposed_last_commit) && Array.isArray(o.misbehavior) && (!o.misbehavior.length || Misbehavior.isAmino(o.misbehavior[0])) && (o.hash instanceof Uint8Array || typeof o.hash === "string") && typeof o.height === "bigint" && Timestamp.isAmino(o.time) && (o.next_validators_hash instanceof Uint8Array || typeof o.next_validators_hash === "string") && (o.proposer_address instanceof Uint8Array || typeof o.proposer_address === "string"));
1473
+ },
1474
+ encode(message, writer = BinaryWriter.create()) {
1475
+ for (const v of message.txs) writer.uint32(10).bytes(v);
1476
+ if (message.proposedLastCommit !== void 0) CommitInfo.encode(message.proposedLastCommit, writer.uint32(18).fork()).ldelim();
1477
+ for (const v of message.misbehavior) Misbehavior.encode(v, writer.uint32(26).fork()).ldelim();
1478
+ if (message.hash.length !== 0) writer.uint32(34).bytes(message.hash);
1479
+ if (message.height !== BigInt(0)) writer.uint32(40).int64(message.height);
1480
+ if (message.time !== void 0) Timestamp.encode(toTimestamp(message.time), writer.uint32(50).fork()).ldelim();
1481
+ if (message.nextValidatorsHash.length !== 0) writer.uint32(58).bytes(message.nextValidatorsHash);
1482
+ if (message.proposerAddress.length !== 0) writer.uint32(66).bytes(message.proposerAddress);
1483
+ return writer;
1484
+ },
1485
+ decode(input, length) {
1486
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1487
+ let end = length === void 0 ? reader.len : reader.pos + length;
1488
+ const message = createBaseRequestProcessProposal();
1489
+ while (reader.pos < end) {
1490
+ const tag = reader.uint32();
1491
+ switch (tag >>> 3) {
1492
+ case 1:
1493
+ message.txs.push(reader.bytes());
1494
+ break;
1495
+ case 2:
1496
+ message.proposedLastCommit = CommitInfo.decode(reader, reader.uint32());
1497
+ break;
1498
+ case 3:
1499
+ message.misbehavior.push(Misbehavior.decode(reader, reader.uint32()));
1500
+ break;
1501
+ case 4:
1502
+ message.hash = reader.bytes();
1503
+ break;
1504
+ case 5:
1505
+ message.height = reader.int64();
1506
+ break;
1507
+ case 6:
1508
+ message.time = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1509
+ break;
1510
+ case 7:
1511
+ message.nextValidatorsHash = reader.bytes();
1512
+ break;
1513
+ case 8:
1514
+ message.proposerAddress = reader.bytes();
1515
+ break;
1516
+ default:
1517
+ reader.skipType(tag & 7);
1518
+ break;
1519
+ }
1520
+ }
1521
+ return message;
1522
+ },
1523
+ fromPartial(object) {
1524
+ const message = createBaseRequestProcessProposal();
1525
+ message.txs = object.txs?.map((e) => e) || [];
1526
+ message.proposedLastCommit = object.proposedLastCommit !== void 0 && object.proposedLastCommit !== null ? CommitInfo.fromPartial(object.proposedLastCommit) : void 0;
1527
+ message.misbehavior = object.misbehavior?.map((e) => Misbehavior.fromPartial(e)) || [];
1528
+ message.hash = object.hash ?? new Uint8Array();
1529
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
1530
+ message.time = object.time ?? void 0;
1531
+ message.nextValidatorsHash = object.nextValidatorsHash ?? new Uint8Array();
1532
+ message.proposerAddress = object.proposerAddress ?? new Uint8Array();
1533
+ return message;
1534
+ },
1535
+ fromAmino(object) {
1536
+ const message = createBaseRequestProcessProposal();
1537
+ message.txs = object.txs?.map((e) => bytesFromBase64(e)) || [];
1538
+ if (object.proposed_last_commit !== void 0 && object.proposed_last_commit !== null) message.proposedLastCommit = CommitInfo.fromAmino(object.proposed_last_commit);
1539
+ message.misbehavior = object.misbehavior?.map((e) => Misbehavior.fromAmino(e)) || [];
1540
+ if (object.hash !== void 0 && object.hash !== null) message.hash = bytesFromBase64(object.hash);
1541
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
1542
+ if (object.time !== void 0 && object.time !== null) message.time = fromTimestamp(Timestamp.fromAmino(object.time));
1543
+ if (object.next_validators_hash !== void 0 && object.next_validators_hash !== null) message.nextValidatorsHash = bytesFromBase64(object.next_validators_hash);
1544
+ if (object.proposer_address !== void 0 && object.proposer_address !== null) message.proposerAddress = bytesFromBase64(object.proposer_address);
1545
+ return message;
1546
+ },
1547
+ toAmino(message) {
1548
+ const obj = {};
1549
+ if (message.txs) obj.txs = message.txs.map((e) => base64FromBytes(e));
1550
+ else obj.txs = message.txs;
1551
+ obj.proposed_last_commit = message.proposedLastCommit ? CommitInfo.toAmino(message.proposedLastCommit) : void 0;
1552
+ if (message.misbehavior) obj.misbehavior = message.misbehavior.map((e) => e ? Misbehavior.toAmino(e) : void 0);
1553
+ else obj.misbehavior = message.misbehavior;
1554
+ obj.hash = message.hash ? base64FromBytes(message.hash) : void 0;
1555
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
1556
+ obj.time = message.time ? Timestamp.toAmino(toTimestamp(message.time)) : void 0;
1557
+ obj.next_validators_hash = message.nextValidatorsHash ? base64FromBytes(message.nextValidatorsHash) : void 0;
1558
+ obj.proposer_address = message.proposerAddress ? base64FromBytes(message.proposerAddress) : void 0;
1559
+ return obj;
1560
+ },
1561
+ fromAminoMsg(object) {
1562
+ return RequestProcessProposal.fromAmino(object.value);
1563
+ },
1564
+ fromProtoMsg(message) {
1565
+ return RequestProcessProposal.decode(message.value);
1566
+ },
1567
+ toProto(message) {
1568
+ return RequestProcessProposal.encode(message).finish();
1569
+ },
1570
+ toProtoMsg(message) {
1571
+ return {
1572
+ typeUrl: "/tendermint.abci.RequestProcessProposal",
1573
+ value: RequestProcessProposal.encode(message).finish()
1574
+ };
1575
+ },
1576
+ registerTypeUrl() {
1577
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(RequestProcessProposal.typeUrl)) return;
1578
+ CommitInfo.registerTypeUrl();
1579
+ Misbehavior.registerTypeUrl();
1580
+ }
1581
+ };
1582
+ function createBaseRequestExtendVote() {
1583
+ return {
1584
+ hash: new Uint8Array(),
1585
+ height: BigInt(0),
1586
+ time: /* @__PURE__ */ new Date(),
1587
+ txs: [],
1588
+ proposedLastCommit: CommitInfo.fromPartial({}),
1589
+ misbehavior: [],
1590
+ nextValidatorsHash: new Uint8Array(),
1591
+ proposerAddress: new Uint8Array()
1592
+ };
1593
+ }
1594
+ /**
1595
+ * Extends a vote with application-injected data
1596
+ * @name RequestExtendVote
1597
+ * @package tendermint.abci
1598
+ * @see proto type: tendermint.abci.RequestExtendVote
1599
+ */
1600
+ const RequestExtendVote = {
1601
+ typeUrl: "/tendermint.abci.RequestExtendVote",
1602
+ is(o) {
1603
+ return o && (o.$typeUrl === RequestExtendVote.typeUrl || (o.hash instanceof Uint8Array || typeof o.hash === "string") && typeof o.height === "bigint" && Timestamp.is(o.time) && Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string") && CommitInfo.is(o.proposedLastCommit) && Array.isArray(o.misbehavior) && (!o.misbehavior.length || Misbehavior.is(o.misbehavior[0])) && (o.nextValidatorsHash instanceof Uint8Array || typeof o.nextValidatorsHash === "string") && (o.proposerAddress instanceof Uint8Array || typeof o.proposerAddress === "string"));
1604
+ },
1605
+ isAmino(o) {
1606
+ return o && (o.$typeUrl === RequestExtendVote.typeUrl || (o.hash instanceof Uint8Array || typeof o.hash === "string") && typeof o.height === "bigint" && Timestamp.isAmino(o.time) && Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string") && CommitInfo.isAmino(o.proposed_last_commit) && Array.isArray(o.misbehavior) && (!o.misbehavior.length || Misbehavior.isAmino(o.misbehavior[0])) && (o.next_validators_hash instanceof Uint8Array || typeof o.next_validators_hash === "string") && (o.proposer_address instanceof Uint8Array || typeof o.proposer_address === "string"));
1607
+ },
1608
+ encode(message, writer = BinaryWriter.create()) {
1609
+ if (message.hash.length !== 0) writer.uint32(10).bytes(message.hash);
1610
+ if (message.height !== BigInt(0)) writer.uint32(16).int64(message.height);
1611
+ if (message.time !== void 0) Timestamp.encode(toTimestamp(message.time), writer.uint32(26).fork()).ldelim();
1612
+ for (const v of message.txs) writer.uint32(34).bytes(v);
1613
+ if (message.proposedLastCommit !== void 0) CommitInfo.encode(message.proposedLastCommit, writer.uint32(42).fork()).ldelim();
1614
+ for (const v of message.misbehavior) Misbehavior.encode(v, writer.uint32(50).fork()).ldelim();
1615
+ if (message.nextValidatorsHash.length !== 0) writer.uint32(58).bytes(message.nextValidatorsHash);
1616
+ if (message.proposerAddress.length !== 0) writer.uint32(66).bytes(message.proposerAddress);
1617
+ return writer;
1618
+ },
1619
+ decode(input, length) {
1620
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1621
+ let end = length === void 0 ? reader.len : reader.pos + length;
1622
+ const message = createBaseRequestExtendVote();
1623
+ while (reader.pos < end) {
1624
+ const tag = reader.uint32();
1625
+ switch (tag >>> 3) {
1626
+ case 1:
1627
+ message.hash = reader.bytes();
1628
+ break;
1629
+ case 2:
1630
+ message.height = reader.int64();
1631
+ break;
1632
+ case 3:
1633
+ message.time = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1634
+ break;
1635
+ case 4:
1636
+ message.txs.push(reader.bytes());
1637
+ break;
1638
+ case 5:
1639
+ message.proposedLastCommit = CommitInfo.decode(reader, reader.uint32());
1640
+ break;
1641
+ case 6:
1642
+ message.misbehavior.push(Misbehavior.decode(reader, reader.uint32()));
1643
+ break;
1644
+ case 7:
1645
+ message.nextValidatorsHash = reader.bytes();
1646
+ break;
1647
+ case 8:
1648
+ message.proposerAddress = reader.bytes();
1649
+ break;
1650
+ default:
1651
+ reader.skipType(tag & 7);
1652
+ break;
1653
+ }
1654
+ }
1655
+ return message;
1656
+ },
1657
+ fromPartial(object) {
1658
+ const message = createBaseRequestExtendVote();
1659
+ message.hash = object.hash ?? new Uint8Array();
1660
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
1661
+ message.time = object.time ?? void 0;
1662
+ message.txs = object.txs?.map((e) => e) || [];
1663
+ message.proposedLastCommit = object.proposedLastCommit !== void 0 && object.proposedLastCommit !== null ? CommitInfo.fromPartial(object.proposedLastCommit) : void 0;
1664
+ message.misbehavior = object.misbehavior?.map((e) => Misbehavior.fromPartial(e)) || [];
1665
+ message.nextValidatorsHash = object.nextValidatorsHash ?? new Uint8Array();
1666
+ message.proposerAddress = object.proposerAddress ?? new Uint8Array();
1667
+ return message;
1668
+ },
1669
+ fromAmino(object) {
1670
+ const message = createBaseRequestExtendVote();
1671
+ if (object.hash !== void 0 && object.hash !== null) message.hash = bytesFromBase64(object.hash);
1672
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
1673
+ if (object.time !== void 0 && object.time !== null) message.time = fromTimestamp(Timestamp.fromAmino(object.time));
1674
+ message.txs = object.txs?.map((e) => bytesFromBase64(e)) || [];
1675
+ if (object.proposed_last_commit !== void 0 && object.proposed_last_commit !== null) message.proposedLastCommit = CommitInfo.fromAmino(object.proposed_last_commit);
1676
+ message.misbehavior = object.misbehavior?.map((e) => Misbehavior.fromAmino(e)) || [];
1677
+ if (object.next_validators_hash !== void 0 && object.next_validators_hash !== null) message.nextValidatorsHash = bytesFromBase64(object.next_validators_hash);
1678
+ if (object.proposer_address !== void 0 && object.proposer_address !== null) message.proposerAddress = bytesFromBase64(object.proposer_address);
1679
+ return message;
1680
+ },
1681
+ toAmino(message) {
1682
+ const obj = {};
1683
+ obj.hash = message.hash ? base64FromBytes(message.hash) : void 0;
1684
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
1685
+ obj.time = message.time ? Timestamp.toAmino(toTimestamp(message.time)) : void 0;
1686
+ if (message.txs) obj.txs = message.txs.map((e) => base64FromBytes(e));
1687
+ else obj.txs = message.txs;
1688
+ obj.proposed_last_commit = message.proposedLastCommit ? CommitInfo.toAmino(message.proposedLastCommit) : void 0;
1689
+ if (message.misbehavior) obj.misbehavior = message.misbehavior.map((e) => e ? Misbehavior.toAmino(e) : void 0);
1690
+ else obj.misbehavior = message.misbehavior;
1691
+ obj.next_validators_hash = message.nextValidatorsHash ? base64FromBytes(message.nextValidatorsHash) : void 0;
1692
+ obj.proposer_address = message.proposerAddress ? base64FromBytes(message.proposerAddress) : void 0;
1693
+ return obj;
1694
+ },
1695
+ fromAminoMsg(object) {
1696
+ return RequestExtendVote.fromAmino(object.value);
1697
+ },
1698
+ fromProtoMsg(message) {
1699
+ return RequestExtendVote.decode(message.value);
1700
+ },
1701
+ toProto(message) {
1702
+ return RequestExtendVote.encode(message).finish();
1703
+ },
1704
+ toProtoMsg(message) {
1705
+ return {
1706
+ typeUrl: "/tendermint.abci.RequestExtendVote",
1707
+ value: RequestExtendVote.encode(message).finish()
1708
+ };
1709
+ },
1710
+ registerTypeUrl() {
1711
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(RequestExtendVote.typeUrl)) return;
1712
+ CommitInfo.registerTypeUrl();
1713
+ Misbehavior.registerTypeUrl();
1714
+ }
1715
+ };
1716
+ function createBaseRequestVerifyVoteExtension() {
1717
+ return {
1718
+ hash: new Uint8Array(),
1719
+ validatorAddress: new Uint8Array(),
1720
+ height: BigInt(0),
1721
+ voteExtension: new Uint8Array()
1722
+ };
1723
+ }
1724
+ /**
1725
+ * Verify the vote extension
1726
+ * @name RequestVerifyVoteExtension
1727
+ * @package tendermint.abci
1728
+ * @see proto type: tendermint.abci.RequestVerifyVoteExtension
1729
+ */
1730
+ const RequestVerifyVoteExtension = {
1731
+ typeUrl: "/tendermint.abci.RequestVerifyVoteExtension",
1732
+ is(o) {
1733
+ return o && (o.$typeUrl === RequestVerifyVoteExtension.typeUrl || (o.hash instanceof Uint8Array || typeof o.hash === "string") && (o.validatorAddress instanceof Uint8Array || typeof o.validatorAddress === "string") && typeof o.height === "bigint" && (o.voteExtension instanceof Uint8Array || typeof o.voteExtension === "string"));
1734
+ },
1735
+ isAmino(o) {
1736
+ return o && (o.$typeUrl === RequestVerifyVoteExtension.typeUrl || (o.hash instanceof Uint8Array || typeof o.hash === "string") && (o.validator_address instanceof Uint8Array || typeof o.validator_address === "string") && typeof o.height === "bigint" && (o.vote_extension instanceof Uint8Array || typeof o.vote_extension === "string"));
1737
+ },
1738
+ encode(message, writer = BinaryWriter.create()) {
1739
+ if (message.hash.length !== 0) writer.uint32(10).bytes(message.hash);
1740
+ if (message.validatorAddress.length !== 0) writer.uint32(18).bytes(message.validatorAddress);
1741
+ if (message.height !== BigInt(0)) writer.uint32(24).int64(message.height);
1742
+ if (message.voteExtension.length !== 0) writer.uint32(34).bytes(message.voteExtension);
1743
+ return writer;
1744
+ },
1745
+ decode(input, length) {
1746
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1747
+ let end = length === void 0 ? reader.len : reader.pos + length;
1748
+ const message = createBaseRequestVerifyVoteExtension();
1749
+ while (reader.pos < end) {
1750
+ const tag = reader.uint32();
1751
+ switch (tag >>> 3) {
1752
+ case 1:
1753
+ message.hash = reader.bytes();
1754
+ break;
1755
+ case 2:
1756
+ message.validatorAddress = reader.bytes();
1757
+ break;
1758
+ case 3:
1759
+ message.height = reader.int64();
1760
+ break;
1761
+ case 4:
1762
+ message.voteExtension = reader.bytes();
1763
+ break;
1764
+ default:
1765
+ reader.skipType(tag & 7);
1766
+ break;
1767
+ }
1768
+ }
1769
+ return message;
1770
+ },
1771
+ fromPartial(object) {
1772
+ const message = createBaseRequestVerifyVoteExtension();
1773
+ message.hash = object.hash ?? new Uint8Array();
1774
+ message.validatorAddress = object.validatorAddress ?? new Uint8Array();
1775
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
1776
+ message.voteExtension = object.voteExtension ?? new Uint8Array();
1777
+ return message;
1778
+ },
1779
+ fromAmino(object) {
1780
+ const message = createBaseRequestVerifyVoteExtension();
1781
+ if (object.hash !== void 0 && object.hash !== null) message.hash = bytesFromBase64(object.hash);
1782
+ if (object.validator_address !== void 0 && object.validator_address !== null) message.validatorAddress = bytesFromBase64(object.validator_address);
1783
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
1784
+ if (object.vote_extension !== void 0 && object.vote_extension !== null) message.voteExtension = bytesFromBase64(object.vote_extension);
1785
+ return message;
1786
+ },
1787
+ toAmino(message) {
1788
+ const obj = {};
1789
+ obj.hash = message.hash ? base64FromBytes(message.hash) : void 0;
1790
+ obj.validator_address = message.validatorAddress ? base64FromBytes(message.validatorAddress) : void 0;
1791
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
1792
+ obj.vote_extension = message.voteExtension ? base64FromBytes(message.voteExtension) : void 0;
1793
+ return obj;
1794
+ },
1795
+ fromAminoMsg(object) {
1796
+ return RequestVerifyVoteExtension.fromAmino(object.value);
1797
+ },
1798
+ fromProtoMsg(message) {
1799
+ return RequestVerifyVoteExtension.decode(message.value);
1800
+ },
1801
+ toProto(message) {
1802
+ return RequestVerifyVoteExtension.encode(message).finish();
1803
+ },
1804
+ toProtoMsg(message) {
1805
+ return {
1806
+ typeUrl: "/tendermint.abci.RequestVerifyVoteExtension",
1807
+ value: RequestVerifyVoteExtension.encode(message).finish()
1808
+ };
1809
+ },
1810
+ registerTypeUrl() {}
1811
+ };
1812
+ function createBaseRequestFinalizeBlock() {
1813
+ return {
1814
+ txs: [],
1815
+ decidedLastCommit: CommitInfo.fromPartial({}),
1816
+ misbehavior: [],
1817
+ hash: new Uint8Array(),
1818
+ height: BigInt(0),
1819
+ time: /* @__PURE__ */ new Date(),
1820
+ nextValidatorsHash: new Uint8Array(),
1821
+ proposerAddress: new Uint8Array()
1822
+ };
1823
+ }
1824
+ /**
1825
+ * @name RequestFinalizeBlock
1826
+ * @package tendermint.abci
1827
+ * @see proto type: tendermint.abci.RequestFinalizeBlock
1828
+ */
1829
+ const RequestFinalizeBlock = {
1830
+ typeUrl: "/tendermint.abci.RequestFinalizeBlock",
1831
+ is(o) {
1832
+ return o && (o.$typeUrl === RequestFinalizeBlock.typeUrl || Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string") && CommitInfo.is(o.decidedLastCommit) && Array.isArray(o.misbehavior) && (!o.misbehavior.length || Misbehavior.is(o.misbehavior[0])) && (o.hash instanceof Uint8Array || typeof o.hash === "string") && typeof o.height === "bigint" && Timestamp.is(o.time) && (o.nextValidatorsHash instanceof Uint8Array || typeof o.nextValidatorsHash === "string") && (o.proposerAddress instanceof Uint8Array || typeof o.proposerAddress === "string"));
1833
+ },
1834
+ isAmino(o) {
1835
+ return o && (o.$typeUrl === RequestFinalizeBlock.typeUrl || Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string") && CommitInfo.isAmino(o.decided_last_commit) && Array.isArray(o.misbehavior) && (!o.misbehavior.length || Misbehavior.isAmino(o.misbehavior[0])) && (o.hash instanceof Uint8Array || typeof o.hash === "string") && typeof o.height === "bigint" && Timestamp.isAmino(o.time) && (o.next_validators_hash instanceof Uint8Array || typeof o.next_validators_hash === "string") && (o.proposer_address instanceof Uint8Array || typeof o.proposer_address === "string"));
1836
+ },
1837
+ encode(message, writer = BinaryWriter.create()) {
1838
+ for (const v of message.txs) writer.uint32(10).bytes(v);
1839
+ if (message.decidedLastCommit !== void 0) CommitInfo.encode(message.decidedLastCommit, writer.uint32(18).fork()).ldelim();
1840
+ for (const v of message.misbehavior) Misbehavior.encode(v, writer.uint32(26).fork()).ldelim();
1841
+ if (message.hash.length !== 0) writer.uint32(34).bytes(message.hash);
1842
+ if (message.height !== BigInt(0)) writer.uint32(40).int64(message.height);
1843
+ if (message.time !== void 0) Timestamp.encode(toTimestamp(message.time), writer.uint32(50).fork()).ldelim();
1844
+ if (message.nextValidatorsHash.length !== 0) writer.uint32(58).bytes(message.nextValidatorsHash);
1845
+ if (message.proposerAddress.length !== 0) writer.uint32(66).bytes(message.proposerAddress);
1846
+ return writer;
1847
+ },
1848
+ decode(input, length) {
1849
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1850
+ let end = length === void 0 ? reader.len : reader.pos + length;
1851
+ const message = createBaseRequestFinalizeBlock();
1852
+ while (reader.pos < end) {
1853
+ const tag = reader.uint32();
1854
+ switch (tag >>> 3) {
1855
+ case 1:
1856
+ message.txs.push(reader.bytes());
1857
+ break;
1858
+ case 2:
1859
+ message.decidedLastCommit = CommitInfo.decode(reader, reader.uint32());
1860
+ break;
1861
+ case 3:
1862
+ message.misbehavior.push(Misbehavior.decode(reader, reader.uint32()));
1863
+ break;
1864
+ case 4:
1865
+ message.hash = reader.bytes();
1866
+ break;
1867
+ case 5:
1868
+ message.height = reader.int64();
1869
+ break;
1870
+ case 6:
1871
+ message.time = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1872
+ break;
1873
+ case 7:
1874
+ message.nextValidatorsHash = reader.bytes();
1875
+ break;
1876
+ case 8:
1877
+ message.proposerAddress = reader.bytes();
1878
+ break;
1879
+ default:
1880
+ reader.skipType(tag & 7);
1881
+ break;
1882
+ }
1883
+ }
1884
+ return message;
1885
+ },
1886
+ fromPartial(object) {
1887
+ const message = createBaseRequestFinalizeBlock();
1888
+ message.txs = object.txs?.map((e) => e) || [];
1889
+ message.decidedLastCommit = object.decidedLastCommit !== void 0 && object.decidedLastCommit !== null ? CommitInfo.fromPartial(object.decidedLastCommit) : void 0;
1890
+ message.misbehavior = object.misbehavior?.map((e) => Misbehavior.fromPartial(e)) || [];
1891
+ message.hash = object.hash ?? new Uint8Array();
1892
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
1893
+ message.time = object.time ?? void 0;
1894
+ message.nextValidatorsHash = object.nextValidatorsHash ?? new Uint8Array();
1895
+ message.proposerAddress = object.proposerAddress ?? new Uint8Array();
1896
+ return message;
1897
+ },
1898
+ fromAmino(object) {
1899
+ const message = createBaseRequestFinalizeBlock();
1900
+ message.txs = object.txs?.map((e) => bytesFromBase64(e)) || [];
1901
+ if (object.decided_last_commit !== void 0 && object.decided_last_commit !== null) message.decidedLastCommit = CommitInfo.fromAmino(object.decided_last_commit);
1902
+ message.misbehavior = object.misbehavior?.map((e) => Misbehavior.fromAmino(e)) || [];
1903
+ if (object.hash !== void 0 && object.hash !== null) message.hash = bytesFromBase64(object.hash);
1904
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
1905
+ if (object.time !== void 0 && object.time !== null) message.time = fromTimestamp(Timestamp.fromAmino(object.time));
1906
+ if (object.next_validators_hash !== void 0 && object.next_validators_hash !== null) message.nextValidatorsHash = bytesFromBase64(object.next_validators_hash);
1907
+ if (object.proposer_address !== void 0 && object.proposer_address !== null) message.proposerAddress = bytesFromBase64(object.proposer_address);
1908
+ return message;
1909
+ },
1910
+ toAmino(message) {
1911
+ const obj = {};
1912
+ if (message.txs) obj.txs = message.txs.map((e) => base64FromBytes(e));
1913
+ else obj.txs = message.txs;
1914
+ obj.decided_last_commit = message.decidedLastCommit ? CommitInfo.toAmino(message.decidedLastCommit) : void 0;
1915
+ if (message.misbehavior) obj.misbehavior = message.misbehavior.map((e) => e ? Misbehavior.toAmino(e) : void 0);
1916
+ else obj.misbehavior = message.misbehavior;
1917
+ obj.hash = message.hash ? base64FromBytes(message.hash) : void 0;
1918
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
1919
+ obj.time = message.time ? Timestamp.toAmino(toTimestamp(message.time)) : void 0;
1920
+ obj.next_validators_hash = message.nextValidatorsHash ? base64FromBytes(message.nextValidatorsHash) : void 0;
1921
+ obj.proposer_address = message.proposerAddress ? base64FromBytes(message.proposerAddress) : void 0;
1922
+ return obj;
1923
+ },
1924
+ fromAminoMsg(object) {
1925
+ return RequestFinalizeBlock.fromAmino(object.value);
1926
+ },
1927
+ fromProtoMsg(message) {
1928
+ return RequestFinalizeBlock.decode(message.value);
1929
+ },
1930
+ toProto(message) {
1931
+ return RequestFinalizeBlock.encode(message).finish();
1932
+ },
1933
+ toProtoMsg(message) {
1934
+ return {
1935
+ typeUrl: "/tendermint.abci.RequestFinalizeBlock",
1936
+ value: RequestFinalizeBlock.encode(message).finish()
1937
+ };
1938
+ },
1939
+ registerTypeUrl() {
1940
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(RequestFinalizeBlock.typeUrl)) return;
1941
+ CommitInfo.registerTypeUrl();
1942
+ Misbehavior.registerTypeUrl();
1943
+ }
1944
+ };
1945
+ function createBaseResponse() {
1946
+ return {
1947
+ exception: void 0,
1948
+ echo: void 0,
1949
+ flush: void 0,
1950
+ info: void 0,
1951
+ initChain: void 0,
1952
+ query: void 0,
1953
+ checkTx: void 0,
1954
+ commit: void 0,
1955
+ listSnapshots: void 0,
1956
+ offerSnapshot: void 0,
1957
+ loadSnapshotChunk: void 0,
1958
+ applySnapshotChunk: void 0,
1959
+ prepareProposal: void 0,
1960
+ processProposal: void 0,
1961
+ extendVote: void 0,
1962
+ verifyVoteExtension: void 0,
1963
+ finalizeBlock: void 0
1964
+ };
1965
+ }
1966
+ /**
1967
+ * @name Response
1968
+ * @package tendermint.abci
1969
+ * @see proto type: tendermint.abci.Response
1970
+ */
1971
+ const Response = {
1972
+ typeUrl: "/tendermint.abci.Response",
1973
+ is(o) {
1974
+ return o && o.$typeUrl === Response.typeUrl;
1975
+ },
1976
+ isAmino(o) {
1977
+ return o && o.$typeUrl === Response.typeUrl;
1978
+ },
1979
+ encode(message, writer = BinaryWriter.create()) {
1980
+ if (message.exception !== void 0) ResponseException.encode(message.exception, writer.uint32(10).fork()).ldelim();
1981
+ if (message.echo !== void 0) ResponseEcho.encode(message.echo, writer.uint32(18).fork()).ldelim();
1982
+ if (message.flush !== void 0) ResponseFlush.encode(message.flush, writer.uint32(26).fork()).ldelim();
1983
+ if (message.info !== void 0) ResponseInfo.encode(message.info, writer.uint32(34).fork()).ldelim();
1984
+ if (message.initChain !== void 0) ResponseInitChain.encode(message.initChain, writer.uint32(50).fork()).ldelim();
1985
+ if (message.query !== void 0) ResponseQuery.encode(message.query, writer.uint32(58).fork()).ldelim();
1986
+ if (message.checkTx !== void 0) ResponseCheckTx.encode(message.checkTx, writer.uint32(74).fork()).ldelim();
1987
+ if (message.commit !== void 0) ResponseCommit.encode(message.commit, writer.uint32(98).fork()).ldelim();
1988
+ if (message.listSnapshots !== void 0) ResponseListSnapshots.encode(message.listSnapshots, writer.uint32(106).fork()).ldelim();
1989
+ if (message.offerSnapshot !== void 0) ResponseOfferSnapshot.encode(message.offerSnapshot, writer.uint32(114).fork()).ldelim();
1990
+ if (message.loadSnapshotChunk !== void 0) ResponseLoadSnapshotChunk.encode(message.loadSnapshotChunk, writer.uint32(122).fork()).ldelim();
1991
+ if (message.applySnapshotChunk !== void 0) ResponseApplySnapshotChunk.encode(message.applySnapshotChunk, writer.uint32(130).fork()).ldelim();
1992
+ if (message.prepareProposal !== void 0) ResponsePrepareProposal.encode(message.prepareProposal, writer.uint32(138).fork()).ldelim();
1993
+ if (message.processProposal !== void 0) ResponseProcessProposal.encode(message.processProposal, writer.uint32(146).fork()).ldelim();
1994
+ if (message.extendVote !== void 0) ResponseExtendVote.encode(message.extendVote, writer.uint32(154).fork()).ldelim();
1995
+ if (message.verifyVoteExtension !== void 0) ResponseVerifyVoteExtension.encode(message.verifyVoteExtension, writer.uint32(162).fork()).ldelim();
1996
+ if (message.finalizeBlock !== void 0) ResponseFinalizeBlock.encode(message.finalizeBlock, writer.uint32(170).fork()).ldelim();
1997
+ return writer;
1998
+ },
1999
+ decode(input, length) {
2000
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2001
+ let end = length === void 0 ? reader.len : reader.pos + length;
2002
+ const message = createBaseResponse();
2003
+ while (reader.pos < end) {
2004
+ const tag = reader.uint32();
2005
+ switch (tag >>> 3) {
2006
+ case 1:
2007
+ message.exception = ResponseException.decode(reader, reader.uint32());
2008
+ break;
2009
+ case 2:
2010
+ message.echo = ResponseEcho.decode(reader, reader.uint32());
2011
+ break;
2012
+ case 3:
2013
+ message.flush = ResponseFlush.decode(reader, reader.uint32());
2014
+ break;
2015
+ case 4:
2016
+ message.info = ResponseInfo.decode(reader, reader.uint32());
2017
+ break;
2018
+ case 6:
2019
+ message.initChain = ResponseInitChain.decode(reader, reader.uint32());
2020
+ break;
2021
+ case 7:
2022
+ message.query = ResponseQuery.decode(reader, reader.uint32());
2023
+ break;
2024
+ case 9:
2025
+ message.checkTx = ResponseCheckTx.decode(reader, reader.uint32());
2026
+ break;
2027
+ case 12:
2028
+ message.commit = ResponseCommit.decode(reader, reader.uint32());
2029
+ break;
2030
+ case 13:
2031
+ message.listSnapshots = ResponseListSnapshots.decode(reader, reader.uint32());
2032
+ break;
2033
+ case 14:
2034
+ message.offerSnapshot = ResponseOfferSnapshot.decode(reader, reader.uint32());
2035
+ break;
2036
+ case 15:
2037
+ message.loadSnapshotChunk = ResponseLoadSnapshotChunk.decode(reader, reader.uint32());
2038
+ break;
2039
+ case 16:
2040
+ message.applySnapshotChunk = ResponseApplySnapshotChunk.decode(reader, reader.uint32());
2041
+ break;
2042
+ case 17:
2043
+ message.prepareProposal = ResponsePrepareProposal.decode(reader, reader.uint32());
2044
+ break;
2045
+ case 18:
2046
+ message.processProposal = ResponseProcessProposal.decode(reader, reader.uint32());
2047
+ break;
2048
+ case 19:
2049
+ message.extendVote = ResponseExtendVote.decode(reader, reader.uint32());
2050
+ break;
2051
+ case 20:
2052
+ message.verifyVoteExtension = ResponseVerifyVoteExtension.decode(reader, reader.uint32());
2053
+ break;
2054
+ case 21:
2055
+ message.finalizeBlock = ResponseFinalizeBlock.decode(reader, reader.uint32());
2056
+ break;
2057
+ default:
2058
+ reader.skipType(tag & 7);
2059
+ break;
2060
+ }
2061
+ }
2062
+ return message;
2063
+ },
2064
+ fromPartial(object) {
2065
+ const message = createBaseResponse();
2066
+ message.exception = object.exception !== void 0 && object.exception !== null ? ResponseException.fromPartial(object.exception) : void 0;
2067
+ message.echo = object.echo !== void 0 && object.echo !== null ? ResponseEcho.fromPartial(object.echo) : void 0;
2068
+ message.flush = object.flush !== void 0 && object.flush !== null ? ResponseFlush.fromPartial(object.flush) : void 0;
2069
+ message.info = object.info !== void 0 && object.info !== null ? ResponseInfo.fromPartial(object.info) : void 0;
2070
+ message.initChain = object.initChain !== void 0 && object.initChain !== null ? ResponseInitChain.fromPartial(object.initChain) : void 0;
2071
+ message.query = object.query !== void 0 && object.query !== null ? ResponseQuery.fromPartial(object.query) : void 0;
2072
+ message.checkTx = object.checkTx !== void 0 && object.checkTx !== null ? ResponseCheckTx.fromPartial(object.checkTx) : void 0;
2073
+ message.commit = object.commit !== void 0 && object.commit !== null ? ResponseCommit.fromPartial(object.commit) : void 0;
2074
+ message.listSnapshots = object.listSnapshots !== void 0 && object.listSnapshots !== null ? ResponseListSnapshots.fromPartial(object.listSnapshots) : void 0;
2075
+ message.offerSnapshot = object.offerSnapshot !== void 0 && object.offerSnapshot !== null ? ResponseOfferSnapshot.fromPartial(object.offerSnapshot) : void 0;
2076
+ message.loadSnapshotChunk = object.loadSnapshotChunk !== void 0 && object.loadSnapshotChunk !== null ? ResponseLoadSnapshotChunk.fromPartial(object.loadSnapshotChunk) : void 0;
2077
+ message.applySnapshotChunk = object.applySnapshotChunk !== void 0 && object.applySnapshotChunk !== null ? ResponseApplySnapshotChunk.fromPartial(object.applySnapshotChunk) : void 0;
2078
+ message.prepareProposal = object.prepareProposal !== void 0 && object.prepareProposal !== null ? ResponsePrepareProposal.fromPartial(object.prepareProposal) : void 0;
2079
+ message.processProposal = object.processProposal !== void 0 && object.processProposal !== null ? ResponseProcessProposal.fromPartial(object.processProposal) : void 0;
2080
+ message.extendVote = object.extendVote !== void 0 && object.extendVote !== null ? ResponseExtendVote.fromPartial(object.extendVote) : void 0;
2081
+ message.verifyVoteExtension = object.verifyVoteExtension !== void 0 && object.verifyVoteExtension !== null ? ResponseVerifyVoteExtension.fromPartial(object.verifyVoteExtension) : void 0;
2082
+ message.finalizeBlock = object.finalizeBlock !== void 0 && object.finalizeBlock !== null ? ResponseFinalizeBlock.fromPartial(object.finalizeBlock) : void 0;
2083
+ return message;
2084
+ },
2085
+ fromAmino(object) {
2086
+ const message = createBaseResponse();
2087
+ if (object.exception !== void 0 && object.exception !== null) message.exception = ResponseException.fromAmino(object.exception);
2088
+ if (object.echo !== void 0 && object.echo !== null) message.echo = ResponseEcho.fromAmino(object.echo);
2089
+ if (object.flush !== void 0 && object.flush !== null) message.flush = ResponseFlush.fromAmino(object.flush);
2090
+ if (object.info !== void 0 && object.info !== null) message.info = ResponseInfo.fromAmino(object.info);
2091
+ if (object.init_chain !== void 0 && object.init_chain !== null) message.initChain = ResponseInitChain.fromAmino(object.init_chain);
2092
+ if (object.query !== void 0 && object.query !== null) message.query = ResponseQuery.fromAmino(object.query);
2093
+ if (object.check_tx !== void 0 && object.check_tx !== null) message.checkTx = ResponseCheckTx.fromAmino(object.check_tx);
2094
+ if (object.commit !== void 0 && object.commit !== null) message.commit = ResponseCommit.fromAmino(object.commit);
2095
+ if (object.list_snapshots !== void 0 && object.list_snapshots !== null) message.listSnapshots = ResponseListSnapshots.fromAmino(object.list_snapshots);
2096
+ if (object.offer_snapshot !== void 0 && object.offer_snapshot !== null) message.offerSnapshot = ResponseOfferSnapshot.fromAmino(object.offer_snapshot);
2097
+ if (object.load_snapshot_chunk !== void 0 && object.load_snapshot_chunk !== null) message.loadSnapshotChunk = ResponseLoadSnapshotChunk.fromAmino(object.load_snapshot_chunk);
2098
+ if (object.apply_snapshot_chunk !== void 0 && object.apply_snapshot_chunk !== null) message.applySnapshotChunk = ResponseApplySnapshotChunk.fromAmino(object.apply_snapshot_chunk);
2099
+ if (object.prepare_proposal !== void 0 && object.prepare_proposal !== null) message.prepareProposal = ResponsePrepareProposal.fromAmino(object.prepare_proposal);
2100
+ if (object.process_proposal !== void 0 && object.process_proposal !== null) message.processProposal = ResponseProcessProposal.fromAmino(object.process_proposal);
2101
+ if (object.extend_vote !== void 0 && object.extend_vote !== null) message.extendVote = ResponseExtendVote.fromAmino(object.extend_vote);
2102
+ if (object.verify_vote_extension !== void 0 && object.verify_vote_extension !== null) message.verifyVoteExtension = ResponseVerifyVoteExtension.fromAmino(object.verify_vote_extension);
2103
+ if (object.finalize_block !== void 0 && object.finalize_block !== null) message.finalizeBlock = ResponseFinalizeBlock.fromAmino(object.finalize_block);
2104
+ return message;
2105
+ },
2106
+ toAmino(message) {
2107
+ const obj = {};
2108
+ obj.exception = message.exception ? ResponseException.toAmino(message.exception) : void 0;
2109
+ obj.echo = message.echo ? ResponseEcho.toAmino(message.echo) : void 0;
2110
+ obj.flush = message.flush ? ResponseFlush.toAmino(message.flush) : void 0;
2111
+ obj.info = message.info ? ResponseInfo.toAmino(message.info) : void 0;
2112
+ obj.init_chain = message.initChain ? ResponseInitChain.toAmino(message.initChain) : void 0;
2113
+ obj.query = message.query ? ResponseQuery.toAmino(message.query) : void 0;
2114
+ obj.check_tx = message.checkTx ? ResponseCheckTx.toAmino(message.checkTx) : void 0;
2115
+ obj.commit = message.commit ? ResponseCommit.toAmino(message.commit) : void 0;
2116
+ obj.list_snapshots = message.listSnapshots ? ResponseListSnapshots.toAmino(message.listSnapshots) : void 0;
2117
+ obj.offer_snapshot = message.offerSnapshot ? ResponseOfferSnapshot.toAmino(message.offerSnapshot) : void 0;
2118
+ obj.load_snapshot_chunk = message.loadSnapshotChunk ? ResponseLoadSnapshotChunk.toAmino(message.loadSnapshotChunk) : void 0;
2119
+ obj.apply_snapshot_chunk = message.applySnapshotChunk ? ResponseApplySnapshotChunk.toAmino(message.applySnapshotChunk) : void 0;
2120
+ obj.prepare_proposal = message.prepareProposal ? ResponsePrepareProposal.toAmino(message.prepareProposal) : void 0;
2121
+ obj.process_proposal = message.processProposal ? ResponseProcessProposal.toAmino(message.processProposal) : void 0;
2122
+ obj.extend_vote = message.extendVote ? ResponseExtendVote.toAmino(message.extendVote) : void 0;
2123
+ obj.verify_vote_extension = message.verifyVoteExtension ? ResponseVerifyVoteExtension.toAmino(message.verifyVoteExtension) : void 0;
2124
+ obj.finalize_block = message.finalizeBlock ? ResponseFinalizeBlock.toAmino(message.finalizeBlock) : void 0;
2125
+ return obj;
2126
+ },
2127
+ fromAminoMsg(object) {
2128
+ return Response.fromAmino(object.value);
2129
+ },
2130
+ fromProtoMsg(message) {
2131
+ return Response.decode(message.value);
2132
+ },
2133
+ toProto(message) {
2134
+ return Response.encode(message).finish();
2135
+ },
2136
+ toProtoMsg(message) {
2137
+ return {
2138
+ typeUrl: "/tendermint.abci.Response",
2139
+ value: Response.encode(message).finish()
2140
+ };
2141
+ },
2142
+ registerTypeUrl() {
2143
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(Response.typeUrl)) return;
2144
+ ResponseException.registerTypeUrl();
2145
+ ResponseEcho.registerTypeUrl();
2146
+ ResponseFlush.registerTypeUrl();
2147
+ ResponseInfo.registerTypeUrl();
2148
+ ResponseInitChain.registerTypeUrl();
2149
+ ResponseQuery.registerTypeUrl();
2150
+ ResponseCheckTx.registerTypeUrl();
2151
+ ResponseCommit.registerTypeUrl();
2152
+ ResponseListSnapshots.registerTypeUrl();
2153
+ ResponseOfferSnapshot.registerTypeUrl();
2154
+ ResponseLoadSnapshotChunk.registerTypeUrl();
2155
+ ResponseApplySnapshotChunk.registerTypeUrl();
2156
+ ResponsePrepareProposal.registerTypeUrl();
2157
+ ResponseProcessProposal.registerTypeUrl();
2158
+ ResponseExtendVote.registerTypeUrl();
2159
+ ResponseVerifyVoteExtension.registerTypeUrl();
2160
+ ResponseFinalizeBlock.registerTypeUrl();
2161
+ }
2162
+ };
2163
+ function createBaseResponseException() {
2164
+ return { error: "" };
2165
+ }
2166
+ /**
2167
+ * nondeterministic
2168
+ * @name ResponseException
2169
+ * @package tendermint.abci
2170
+ * @see proto type: tendermint.abci.ResponseException
2171
+ */
2172
+ const ResponseException = {
2173
+ typeUrl: "/tendermint.abci.ResponseException",
2174
+ is(o) {
2175
+ return o && (o.$typeUrl === ResponseException.typeUrl || typeof o.error === "string");
2176
+ },
2177
+ isAmino(o) {
2178
+ return o && (o.$typeUrl === ResponseException.typeUrl || typeof o.error === "string");
2179
+ },
2180
+ encode(message, writer = BinaryWriter.create()) {
2181
+ if (message.error !== "") writer.uint32(10).string(message.error);
2182
+ return writer;
2183
+ },
2184
+ decode(input, length) {
2185
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2186
+ let end = length === void 0 ? reader.len : reader.pos + length;
2187
+ const message = createBaseResponseException();
2188
+ while (reader.pos < end) {
2189
+ const tag = reader.uint32();
2190
+ switch (tag >>> 3) {
2191
+ case 1:
2192
+ message.error = reader.string();
2193
+ break;
2194
+ default:
2195
+ reader.skipType(tag & 7);
2196
+ break;
2197
+ }
2198
+ }
2199
+ return message;
2200
+ },
2201
+ fromPartial(object) {
2202
+ const message = createBaseResponseException();
2203
+ message.error = object.error ?? "";
2204
+ return message;
2205
+ },
2206
+ fromAmino(object) {
2207
+ const message = createBaseResponseException();
2208
+ if (object.error !== void 0 && object.error !== null) message.error = object.error;
2209
+ return message;
2210
+ },
2211
+ toAmino(message) {
2212
+ const obj = {};
2213
+ obj.error = message.error === "" ? void 0 : message.error;
2214
+ return obj;
2215
+ },
2216
+ fromAminoMsg(object) {
2217
+ return ResponseException.fromAmino(object.value);
2218
+ },
2219
+ fromProtoMsg(message) {
2220
+ return ResponseException.decode(message.value);
2221
+ },
2222
+ toProto(message) {
2223
+ return ResponseException.encode(message).finish();
2224
+ },
2225
+ toProtoMsg(message) {
2226
+ return {
2227
+ typeUrl: "/tendermint.abci.ResponseException",
2228
+ value: ResponseException.encode(message).finish()
2229
+ };
2230
+ },
2231
+ registerTypeUrl() {}
2232
+ };
2233
+ function createBaseResponseEcho() {
2234
+ return { message: "" };
2235
+ }
2236
+ /**
2237
+ * @name ResponseEcho
2238
+ * @package tendermint.abci
2239
+ * @see proto type: tendermint.abci.ResponseEcho
2240
+ */
2241
+ const ResponseEcho = {
2242
+ typeUrl: "/tendermint.abci.ResponseEcho",
2243
+ is(o) {
2244
+ return o && (o.$typeUrl === ResponseEcho.typeUrl || typeof o.message === "string");
2245
+ },
2246
+ isAmino(o) {
2247
+ return o && (o.$typeUrl === ResponseEcho.typeUrl || typeof o.message === "string");
2248
+ },
2249
+ encode(message, writer = BinaryWriter.create()) {
2250
+ if (message.message !== "") writer.uint32(10).string(message.message);
2251
+ return writer;
2252
+ },
2253
+ decode(input, length) {
2254
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2255
+ let end = length === void 0 ? reader.len : reader.pos + length;
2256
+ const message = createBaseResponseEcho();
2257
+ while (reader.pos < end) {
2258
+ const tag = reader.uint32();
2259
+ switch (tag >>> 3) {
2260
+ case 1:
2261
+ message.message = reader.string();
2262
+ break;
2263
+ default:
2264
+ reader.skipType(tag & 7);
2265
+ break;
2266
+ }
2267
+ }
2268
+ return message;
2269
+ },
2270
+ fromPartial(object) {
2271
+ const message = createBaseResponseEcho();
2272
+ message.message = object.message ?? "";
2273
+ return message;
2274
+ },
2275
+ fromAmino(object) {
2276
+ const message = createBaseResponseEcho();
2277
+ if (object.message !== void 0 && object.message !== null) message.message = object.message;
2278
+ return message;
2279
+ },
2280
+ toAmino(message) {
2281
+ const obj = {};
2282
+ obj.message = message.message === "" ? void 0 : message.message;
2283
+ return obj;
2284
+ },
2285
+ fromAminoMsg(object) {
2286
+ return ResponseEcho.fromAmino(object.value);
2287
+ },
2288
+ fromProtoMsg(message) {
2289
+ return ResponseEcho.decode(message.value);
2290
+ },
2291
+ toProto(message) {
2292
+ return ResponseEcho.encode(message).finish();
2293
+ },
2294
+ toProtoMsg(message) {
2295
+ return {
2296
+ typeUrl: "/tendermint.abci.ResponseEcho",
2297
+ value: ResponseEcho.encode(message).finish()
2298
+ };
2299
+ },
2300
+ registerTypeUrl() {}
2301
+ };
2302
+ function createBaseResponseFlush() {
2303
+ return {};
2304
+ }
2305
+ /**
2306
+ * @name ResponseFlush
2307
+ * @package tendermint.abci
2308
+ * @see proto type: tendermint.abci.ResponseFlush
2309
+ */
2310
+ const ResponseFlush = {
2311
+ typeUrl: "/tendermint.abci.ResponseFlush",
2312
+ is(o) {
2313
+ return o && o.$typeUrl === ResponseFlush.typeUrl;
2314
+ },
2315
+ isAmino(o) {
2316
+ return o && o.$typeUrl === ResponseFlush.typeUrl;
2317
+ },
2318
+ encode(_, writer = BinaryWriter.create()) {
2319
+ return writer;
2320
+ },
2321
+ decode(input, length) {
2322
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2323
+ let end = length === void 0 ? reader.len : reader.pos + length;
2324
+ const message = createBaseResponseFlush();
2325
+ while (reader.pos < end) {
2326
+ const tag = reader.uint32();
2327
+ switch (tag >>> 3) {
2328
+ default:
2329
+ reader.skipType(tag & 7);
2330
+ break;
2331
+ }
2332
+ }
2333
+ return message;
2334
+ },
2335
+ fromPartial(_) {
2336
+ return createBaseResponseFlush();
2337
+ },
2338
+ fromAmino(_) {
2339
+ return createBaseResponseFlush();
2340
+ },
2341
+ toAmino(_) {
2342
+ return {};
2343
+ },
2344
+ fromAminoMsg(object) {
2345
+ return ResponseFlush.fromAmino(object.value);
2346
+ },
2347
+ fromProtoMsg(message) {
2348
+ return ResponseFlush.decode(message.value);
2349
+ },
2350
+ toProto(message) {
2351
+ return ResponseFlush.encode(message).finish();
2352
+ },
2353
+ toProtoMsg(message) {
2354
+ return {
2355
+ typeUrl: "/tendermint.abci.ResponseFlush",
2356
+ value: ResponseFlush.encode(message).finish()
2357
+ };
2358
+ },
2359
+ registerTypeUrl() {}
2360
+ };
2361
+ function createBaseResponseInfo() {
2362
+ return {
2363
+ data: "",
2364
+ version: "",
2365
+ appVersion: BigInt(0),
2366
+ lastBlockHeight: BigInt(0),
2367
+ lastBlockAppHash: new Uint8Array()
2368
+ };
2369
+ }
2370
+ /**
2371
+ * @name ResponseInfo
2372
+ * @package tendermint.abci
2373
+ * @see proto type: tendermint.abci.ResponseInfo
2374
+ */
2375
+ const ResponseInfo = {
2376
+ typeUrl: "/tendermint.abci.ResponseInfo",
2377
+ is(o) {
2378
+ return o && (o.$typeUrl === ResponseInfo.typeUrl || typeof o.data === "string" && typeof o.version === "string" && typeof o.appVersion === "bigint" && typeof o.lastBlockHeight === "bigint" && (o.lastBlockAppHash instanceof Uint8Array || typeof o.lastBlockAppHash === "string"));
2379
+ },
2380
+ isAmino(o) {
2381
+ return o && (o.$typeUrl === ResponseInfo.typeUrl || typeof o.data === "string" && typeof o.version === "string" && typeof o.app_version === "bigint" && typeof o.last_block_height === "bigint" && (o.last_block_app_hash instanceof Uint8Array || typeof o.last_block_app_hash === "string"));
2382
+ },
2383
+ encode(message, writer = BinaryWriter.create()) {
2384
+ if (message.data !== "") writer.uint32(10).string(message.data);
2385
+ if (message.version !== "") writer.uint32(18).string(message.version);
2386
+ if (message.appVersion !== BigInt(0)) writer.uint32(24).uint64(message.appVersion);
2387
+ if (message.lastBlockHeight !== BigInt(0)) writer.uint32(32).int64(message.lastBlockHeight);
2388
+ if (message.lastBlockAppHash.length !== 0) writer.uint32(42).bytes(message.lastBlockAppHash);
2389
+ return writer;
2390
+ },
2391
+ decode(input, length) {
2392
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2393
+ let end = length === void 0 ? reader.len : reader.pos + length;
2394
+ const message = createBaseResponseInfo();
2395
+ while (reader.pos < end) {
2396
+ const tag = reader.uint32();
2397
+ switch (tag >>> 3) {
2398
+ case 1:
2399
+ message.data = reader.string();
2400
+ break;
2401
+ case 2:
2402
+ message.version = reader.string();
2403
+ break;
2404
+ case 3:
2405
+ message.appVersion = reader.uint64();
2406
+ break;
2407
+ case 4:
2408
+ message.lastBlockHeight = reader.int64();
2409
+ break;
2410
+ case 5:
2411
+ message.lastBlockAppHash = reader.bytes();
2412
+ break;
2413
+ default:
2414
+ reader.skipType(tag & 7);
2415
+ break;
2416
+ }
2417
+ }
2418
+ return message;
2419
+ },
2420
+ fromPartial(object) {
2421
+ const message = createBaseResponseInfo();
2422
+ message.data = object.data ?? "";
2423
+ message.version = object.version ?? "";
2424
+ message.appVersion = object.appVersion !== void 0 && object.appVersion !== null ? BigInt(object.appVersion.toString()) : BigInt(0);
2425
+ message.lastBlockHeight = object.lastBlockHeight !== void 0 && object.lastBlockHeight !== null ? BigInt(object.lastBlockHeight.toString()) : BigInt(0);
2426
+ message.lastBlockAppHash = object.lastBlockAppHash ?? new Uint8Array();
2427
+ return message;
2428
+ },
2429
+ fromAmino(object) {
2430
+ const message = createBaseResponseInfo();
2431
+ if (object.data !== void 0 && object.data !== null) message.data = object.data;
2432
+ if (object.version !== void 0 && object.version !== null) message.version = object.version;
2433
+ if (object.app_version !== void 0 && object.app_version !== null) message.appVersion = BigInt(object.app_version);
2434
+ if (object.last_block_height !== void 0 && object.last_block_height !== null) message.lastBlockHeight = BigInt(object.last_block_height);
2435
+ if (object.last_block_app_hash !== void 0 && object.last_block_app_hash !== null) message.lastBlockAppHash = bytesFromBase64(object.last_block_app_hash);
2436
+ return message;
2437
+ },
2438
+ toAmino(message) {
2439
+ const obj = {};
2440
+ obj.data = message.data === "" ? void 0 : message.data;
2441
+ obj.version = message.version === "" ? void 0 : message.version;
2442
+ obj.app_version = message.appVersion !== BigInt(0) ? message.appVersion?.toString() : void 0;
2443
+ obj.last_block_height = message.lastBlockHeight !== BigInt(0) ? message.lastBlockHeight?.toString() : void 0;
2444
+ obj.last_block_app_hash = message.lastBlockAppHash ? base64FromBytes(message.lastBlockAppHash) : void 0;
2445
+ return obj;
2446
+ },
2447
+ fromAminoMsg(object) {
2448
+ return ResponseInfo.fromAmino(object.value);
2449
+ },
2450
+ fromProtoMsg(message) {
2451
+ return ResponseInfo.decode(message.value);
2452
+ },
2453
+ toProto(message) {
2454
+ return ResponseInfo.encode(message).finish();
2455
+ },
2456
+ toProtoMsg(message) {
2457
+ return {
2458
+ typeUrl: "/tendermint.abci.ResponseInfo",
2459
+ value: ResponseInfo.encode(message).finish()
2460
+ };
2461
+ },
2462
+ registerTypeUrl() {}
2463
+ };
2464
+ function createBaseResponseInitChain() {
2465
+ return {
2466
+ consensusParams: void 0,
2467
+ validators: [],
2468
+ appHash: new Uint8Array()
2469
+ };
2470
+ }
2471
+ /**
2472
+ * @name ResponseInitChain
2473
+ * @package tendermint.abci
2474
+ * @see proto type: tendermint.abci.ResponseInitChain
2475
+ */
2476
+ const ResponseInitChain = {
2477
+ typeUrl: "/tendermint.abci.ResponseInitChain",
2478
+ is(o) {
2479
+ return o && (o.$typeUrl === ResponseInitChain.typeUrl || Array.isArray(o.validators) && (!o.validators.length || ValidatorUpdate.is(o.validators[0])) && (o.appHash instanceof Uint8Array || typeof o.appHash === "string"));
2480
+ },
2481
+ isAmino(o) {
2482
+ return o && (o.$typeUrl === ResponseInitChain.typeUrl || Array.isArray(o.validators) && (!o.validators.length || ValidatorUpdate.isAmino(o.validators[0])) && (o.app_hash instanceof Uint8Array || typeof o.app_hash === "string"));
2483
+ },
2484
+ encode(message, writer = BinaryWriter.create()) {
2485
+ if (message.consensusParams !== void 0) ConsensusParams.encode(message.consensusParams, writer.uint32(10).fork()).ldelim();
2486
+ for (const v of message.validators) ValidatorUpdate.encode(v, writer.uint32(18).fork()).ldelim();
2487
+ if (message.appHash.length !== 0) writer.uint32(26).bytes(message.appHash);
2488
+ return writer;
2489
+ },
2490
+ decode(input, length) {
2491
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2492
+ let end = length === void 0 ? reader.len : reader.pos + length;
2493
+ const message = createBaseResponseInitChain();
2494
+ while (reader.pos < end) {
2495
+ const tag = reader.uint32();
2496
+ switch (tag >>> 3) {
2497
+ case 1:
2498
+ message.consensusParams = ConsensusParams.decode(reader, reader.uint32());
2499
+ break;
2500
+ case 2:
2501
+ message.validators.push(ValidatorUpdate.decode(reader, reader.uint32()));
2502
+ break;
2503
+ case 3:
2504
+ message.appHash = reader.bytes();
2505
+ break;
2506
+ default:
2507
+ reader.skipType(tag & 7);
2508
+ break;
2509
+ }
2510
+ }
2511
+ return message;
2512
+ },
2513
+ fromPartial(object) {
2514
+ const message = createBaseResponseInitChain();
2515
+ message.consensusParams = object.consensusParams !== void 0 && object.consensusParams !== null ? ConsensusParams.fromPartial(object.consensusParams) : void 0;
2516
+ message.validators = object.validators?.map((e) => ValidatorUpdate.fromPartial(e)) || [];
2517
+ message.appHash = object.appHash ?? new Uint8Array();
2518
+ return message;
2519
+ },
2520
+ fromAmino(object) {
2521
+ const message = createBaseResponseInitChain();
2522
+ if (object.consensus_params !== void 0 && object.consensus_params !== null) message.consensusParams = ConsensusParams.fromAmino(object.consensus_params);
2523
+ message.validators = object.validators?.map((e) => ValidatorUpdate.fromAmino(e)) || [];
2524
+ if (object.app_hash !== void 0 && object.app_hash !== null) message.appHash = bytesFromBase64(object.app_hash);
2525
+ return message;
2526
+ },
2527
+ toAmino(message) {
2528
+ const obj = {};
2529
+ obj.consensus_params = message.consensusParams ? ConsensusParams.toAmino(message.consensusParams) : void 0;
2530
+ if (message.validators) obj.validators = message.validators.map((e) => e ? ValidatorUpdate.toAmino(e) : void 0);
2531
+ else obj.validators = message.validators;
2532
+ obj.app_hash = message.appHash ? base64FromBytes(message.appHash) : void 0;
2533
+ return obj;
2534
+ },
2535
+ fromAminoMsg(object) {
2536
+ return ResponseInitChain.fromAmino(object.value);
2537
+ },
2538
+ fromProtoMsg(message) {
2539
+ return ResponseInitChain.decode(message.value);
2540
+ },
2541
+ toProto(message) {
2542
+ return ResponseInitChain.encode(message).finish();
2543
+ },
2544
+ toProtoMsg(message) {
2545
+ return {
2546
+ typeUrl: "/tendermint.abci.ResponseInitChain",
2547
+ value: ResponseInitChain.encode(message).finish()
2548
+ };
2549
+ },
2550
+ registerTypeUrl() {
2551
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ResponseInitChain.typeUrl)) return;
2552
+ ConsensusParams.registerTypeUrl();
2553
+ ValidatorUpdate.registerTypeUrl();
2554
+ }
2555
+ };
2556
+ function createBaseResponseQuery() {
2557
+ return {
2558
+ code: 0,
2559
+ log: "",
2560
+ info: "",
2561
+ index: BigInt(0),
2562
+ key: new Uint8Array(),
2563
+ value: new Uint8Array(),
2564
+ proofOps: void 0,
2565
+ height: BigInt(0),
2566
+ codespace: ""
2567
+ };
2568
+ }
2569
+ /**
2570
+ * @name ResponseQuery
2571
+ * @package tendermint.abci
2572
+ * @see proto type: tendermint.abci.ResponseQuery
2573
+ */
2574
+ const ResponseQuery = {
2575
+ typeUrl: "/tendermint.abci.ResponseQuery",
2576
+ is(o) {
2577
+ return o && (o.$typeUrl === ResponseQuery.typeUrl || typeof o.code === "number" && typeof o.log === "string" && typeof o.info === "string" && typeof o.index === "bigint" && (o.key instanceof Uint8Array || typeof o.key === "string") && (o.value instanceof Uint8Array || typeof o.value === "string") && typeof o.height === "bigint" && typeof o.codespace === "string");
2578
+ },
2579
+ isAmino(o) {
2580
+ return o && (o.$typeUrl === ResponseQuery.typeUrl || typeof o.code === "number" && typeof o.log === "string" && typeof o.info === "string" && typeof o.index === "bigint" && (o.key instanceof Uint8Array || typeof o.key === "string") && (o.value instanceof Uint8Array || typeof o.value === "string") && typeof o.height === "bigint" && typeof o.codespace === "string");
2581
+ },
2582
+ encode(message, writer = BinaryWriter.create()) {
2583
+ if (message.code !== 0) writer.uint32(8).uint32(message.code);
2584
+ if (message.log !== "") writer.uint32(26).string(message.log);
2585
+ if (message.info !== "") writer.uint32(34).string(message.info);
2586
+ if (message.index !== BigInt(0)) writer.uint32(40).int64(message.index);
2587
+ if (message.key.length !== 0) writer.uint32(50).bytes(message.key);
2588
+ if (message.value.length !== 0) writer.uint32(58).bytes(message.value);
2589
+ if (message.proofOps !== void 0) ProofOps.encode(message.proofOps, writer.uint32(66).fork()).ldelim();
2590
+ if (message.height !== BigInt(0)) writer.uint32(72).int64(message.height);
2591
+ if (message.codespace !== "") writer.uint32(82).string(message.codespace);
2592
+ return writer;
2593
+ },
2594
+ decode(input, length) {
2595
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2596
+ let end = length === void 0 ? reader.len : reader.pos + length;
2597
+ const message = createBaseResponseQuery();
2598
+ while (reader.pos < end) {
2599
+ const tag = reader.uint32();
2600
+ switch (tag >>> 3) {
2601
+ case 1:
2602
+ message.code = reader.uint32();
2603
+ break;
2604
+ case 3:
2605
+ message.log = reader.string();
2606
+ break;
2607
+ case 4:
2608
+ message.info = reader.string();
2609
+ break;
2610
+ case 5:
2611
+ message.index = reader.int64();
2612
+ break;
2613
+ case 6:
2614
+ message.key = reader.bytes();
2615
+ break;
2616
+ case 7:
2617
+ message.value = reader.bytes();
2618
+ break;
2619
+ case 8:
2620
+ message.proofOps = ProofOps.decode(reader, reader.uint32());
2621
+ break;
2622
+ case 9:
2623
+ message.height = reader.int64();
2624
+ break;
2625
+ case 10:
2626
+ message.codespace = reader.string();
2627
+ break;
2628
+ default:
2629
+ reader.skipType(tag & 7);
2630
+ break;
2631
+ }
2632
+ }
2633
+ return message;
2634
+ },
2635
+ fromPartial(object) {
2636
+ const message = createBaseResponseQuery();
2637
+ message.code = object.code ?? 0;
2638
+ message.log = object.log ?? "";
2639
+ message.info = object.info ?? "";
2640
+ message.index = object.index !== void 0 && object.index !== null ? BigInt(object.index.toString()) : BigInt(0);
2641
+ message.key = object.key ?? new Uint8Array();
2642
+ message.value = object.value ?? new Uint8Array();
2643
+ message.proofOps = object.proofOps !== void 0 && object.proofOps !== null ? ProofOps.fromPartial(object.proofOps) : void 0;
2644
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
2645
+ message.codespace = object.codespace ?? "";
2646
+ return message;
2647
+ },
2648
+ fromAmino(object) {
2649
+ const message = createBaseResponseQuery();
2650
+ if (object.code !== void 0 && object.code !== null) message.code = object.code;
2651
+ if (object.log !== void 0 && object.log !== null) message.log = object.log;
2652
+ if (object.info !== void 0 && object.info !== null) message.info = object.info;
2653
+ if (object.index !== void 0 && object.index !== null) message.index = BigInt(object.index);
2654
+ if (object.key !== void 0 && object.key !== null) message.key = bytesFromBase64(object.key);
2655
+ if (object.value !== void 0 && object.value !== null) message.value = bytesFromBase64(object.value);
2656
+ if (object.proof_ops !== void 0 && object.proof_ops !== null) message.proofOps = ProofOps.fromAmino(object.proof_ops);
2657
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
2658
+ if (object.codespace !== void 0 && object.codespace !== null) message.codespace = object.codespace;
2659
+ return message;
2660
+ },
2661
+ toAmino(message) {
2662
+ const obj = {};
2663
+ obj.code = message.code === 0 ? void 0 : message.code;
2664
+ obj.log = message.log === "" ? void 0 : message.log;
2665
+ obj.info = message.info === "" ? void 0 : message.info;
2666
+ obj.index = message.index !== BigInt(0) ? message.index?.toString() : void 0;
2667
+ obj.key = message.key ? base64FromBytes(message.key) : void 0;
2668
+ obj.value = message.value ? base64FromBytes(message.value) : void 0;
2669
+ obj.proof_ops = message.proofOps ? ProofOps.toAmino(message.proofOps) : void 0;
2670
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
2671
+ obj.codespace = message.codespace === "" ? void 0 : message.codespace;
2672
+ return obj;
2673
+ },
2674
+ fromAminoMsg(object) {
2675
+ return ResponseQuery.fromAmino(object.value);
2676
+ },
2677
+ fromProtoMsg(message) {
2678
+ return ResponseQuery.decode(message.value);
2679
+ },
2680
+ toProto(message) {
2681
+ return ResponseQuery.encode(message).finish();
2682
+ },
2683
+ toProtoMsg(message) {
2684
+ return {
2685
+ typeUrl: "/tendermint.abci.ResponseQuery",
2686
+ value: ResponseQuery.encode(message).finish()
2687
+ };
2688
+ },
2689
+ registerTypeUrl() {
2690
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ResponseQuery.typeUrl)) return;
2691
+ ProofOps.registerTypeUrl();
2692
+ }
2693
+ };
2694
+ function createBaseResponseCheckTx() {
2695
+ return {
2696
+ code: 0,
2697
+ data: new Uint8Array(),
2698
+ log: "",
2699
+ info: "",
2700
+ gasWanted: BigInt(0),
2701
+ gasUsed: BigInt(0),
2702
+ events: [],
2703
+ codespace: ""
2704
+ };
2705
+ }
2706
+ /**
2707
+ * @name ResponseCheckTx
2708
+ * @package tendermint.abci
2709
+ * @see proto type: tendermint.abci.ResponseCheckTx
2710
+ */
2711
+ const ResponseCheckTx = {
2712
+ typeUrl: "/tendermint.abci.ResponseCheckTx",
2713
+ is(o) {
2714
+ return o && (o.$typeUrl === ResponseCheckTx.typeUrl || typeof o.code === "number" && (o.data instanceof Uint8Array || typeof o.data === "string") && typeof o.log === "string" && typeof o.info === "string" && typeof o.gasWanted === "bigint" && typeof o.gasUsed === "bigint" && Array.isArray(o.events) && (!o.events.length || Event.is(o.events[0])) && typeof o.codespace === "string");
2715
+ },
2716
+ isAmino(o) {
2717
+ return o && (o.$typeUrl === ResponseCheckTx.typeUrl || typeof o.code === "number" && (o.data instanceof Uint8Array || typeof o.data === "string") && typeof o.log === "string" && typeof o.info === "string" && typeof o.gas_wanted === "bigint" && typeof o.gas_used === "bigint" && Array.isArray(o.events) && (!o.events.length || Event.isAmino(o.events[0])) && typeof o.codespace === "string");
2718
+ },
2719
+ encode(message, writer = BinaryWriter.create()) {
2720
+ if (message.code !== 0) writer.uint32(8).uint32(message.code);
2721
+ if (message.data.length !== 0) writer.uint32(18).bytes(message.data);
2722
+ if (message.log !== "") writer.uint32(26).string(message.log);
2723
+ if (message.info !== "") writer.uint32(34).string(message.info);
2724
+ if (message.gasWanted !== BigInt(0)) writer.uint32(40).int64(message.gasWanted);
2725
+ if (message.gasUsed !== BigInt(0)) writer.uint32(48).int64(message.gasUsed);
2726
+ for (const v of message.events) Event.encode(v, writer.uint32(58).fork()).ldelim();
2727
+ if (message.codespace !== "") writer.uint32(66).string(message.codespace);
2728
+ return writer;
2729
+ },
2730
+ decode(input, length) {
2731
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2732
+ let end = length === void 0 ? reader.len : reader.pos + length;
2733
+ const message = createBaseResponseCheckTx();
2734
+ while (reader.pos < end) {
2735
+ const tag = reader.uint32();
2736
+ switch (tag >>> 3) {
2737
+ case 1:
2738
+ message.code = reader.uint32();
2739
+ break;
2740
+ case 2:
2741
+ message.data = reader.bytes();
2742
+ break;
2743
+ case 3:
2744
+ message.log = reader.string();
2745
+ break;
2746
+ case 4:
2747
+ message.info = reader.string();
2748
+ break;
2749
+ case 5:
2750
+ message.gasWanted = reader.int64();
2751
+ break;
2752
+ case 6:
2753
+ message.gasUsed = reader.int64();
2754
+ break;
2755
+ case 7:
2756
+ message.events.push(Event.decode(reader, reader.uint32()));
2757
+ break;
2758
+ case 8:
2759
+ message.codespace = reader.string();
2760
+ break;
2761
+ default:
2762
+ reader.skipType(tag & 7);
2763
+ break;
2764
+ }
2765
+ }
2766
+ return message;
2767
+ },
2768
+ fromPartial(object) {
2769
+ const message = createBaseResponseCheckTx();
2770
+ message.code = object.code ?? 0;
2771
+ message.data = object.data ?? new Uint8Array();
2772
+ message.log = object.log ?? "";
2773
+ message.info = object.info ?? "";
2774
+ message.gasWanted = object.gasWanted !== void 0 && object.gasWanted !== null ? BigInt(object.gasWanted.toString()) : BigInt(0);
2775
+ message.gasUsed = object.gasUsed !== void 0 && object.gasUsed !== null ? BigInt(object.gasUsed.toString()) : BigInt(0);
2776
+ message.events = object.events?.map((e) => Event.fromPartial(e)) || [];
2777
+ message.codespace = object.codespace ?? "";
2778
+ return message;
2779
+ },
2780
+ fromAmino(object) {
2781
+ const message = createBaseResponseCheckTx();
2782
+ if (object.code !== void 0 && object.code !== null) message.code = object.code;
2783
+ if (object.data !== void 0 && object.data !== null) message.data = bytesFromBase64(object.data);
2784
+ if (object.log !== void 0 && object.log !== null) message.log = object.log;
2785
+ if (object.info !== void 0 && object.info !== null) message.info = object.info;
2786
+ if (object.gas_wanted !== void 0 && object.gas_wanted !== null) message.gasWanted = BigInt(object.gas_wanted);
2787
+ if (object.gas_used !== void 0 && object.gas_used !== null) message.gasUsed = BigInt(object.gas_used);
2788
+ message.events = object.events?.map((e) => Event.fromAmino(e)) || [];
2789
+ if (object.codespace !== void 0 && object.codespace !== null) message.codespace = object.codespace;
2790
+ return message;
2791
+ },
2792
+ toAmino(message) {
2793
+ const obj = {};
2794
+ obj.code = message.code === 0 ? void 0 : message.code;
2795
+ obj.data = message.data ? base64FromBytes(message.data) : void 0;
2796
+ obj.log = message.log === "" ? void 0 : message.log;
2797
+ obj.info = message.info === "" ? void 0 : message.info;
2798
+ obj.gas_wanted = message.gasWanted !== BigInt(0) ? message.gasWanted?.toString() : void 0;
2799
+ obj.gas_used = message.gasUsed !== BigInt(0) ? message.gasUsed?.toString() : void 0;
2800
+ if (message.events) obj.events = message.events.map((e) => e ? Event.toAmino(e) : void 0);
2801
+ else obj.events = message.events;
2802
+ obj.codespace = message.codespace === "" ? void 0 : message.codespace;
2803
+ return obj;
2804
+ },
2805
+ fromAminoMsg(object) {
2806
+ return ResponseCheckTx.fromAmino(object.value);
2807
+ },
2808
+ fromProtoMsg(message) {
2809
+ return ResponseCheckTx.decode(message.value);
2810
+ },
2811
+ toProto(message) {
2812
+ return ResponseCheckTx.encode(message).finish();
2813
+ },
2814
+ toProtoMsg(message) {
2815
+ return {
2816
+ typeUrl: "/tendermint.abci.ResponseCheckTx",
2817
+ value: ResponseCheckTx.encode(message).finish()
2818
+ };
2819
+ },
2820
+ registerTypeUrl() {
2821
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ResponseCheckTx.typeUrl)) return;
2822
+ Event.registerTypeUrl();
2823
+ }
2824
+ };
2825
+ function createBaseResponseCommit() {
2826
+ return { retainHeight: BigInt(0) };
2827
+ }
2828
+ /**
2829
+ * @name ResponseCommit
2830
+ * @package tendermint.abci
2831
+ * @see proto type: tendermint.abci.ResponseCommit
2832
+ */
2833
+ const ResponseCommit = {
2834
+ typeUrl: "/tendermint.abci.ResponseCommit",
2835
+ is(o) {
2836
+ return o && (o.$typeUrl === ResponseCommit.typeUrl || typeof o.retainHeight === "bigint");
2837
+ },
2838
+ isAmino(o) {
2839
+ return o && (o.$typeUrl === ResponseCommit.typeUrl || typeof o.retain_height === "bigint");
2840
+ },
2841
+ encode(message, writer = BinaryWriter.create()) {
2842
+ if (message.retainHeight !== BigInt(0)) writer.uint32(24).int64(message.retainHeight);
2843
+ return writer;
2844
+ },
2845
+ decode(input, length) {
2846
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2847
+ let end = length === void 0 ? reader.len : reader.pos + length;
2848
+ const message = createBaseResponseCommit();
2849
+ while (reader.pos < end) {
2850
+ const tag = reader.uint32();
2851
+ switch (tag >>> 3) {
2852
+ case 3:
2853
+ message.retainHeight = reader.int64();
2854
+ break;
2855
+ default:
2856
+ reader.skipType(tag & 7);
2857
+ break;
2858
+ }
2859
+ }
2860
+ return message;
2861
+ },
2862
+ fromPartial(object) {
2863
+ const message = createBaseResponseCommit();
2864
+ message.retainHeight = object.retainHeight !== void 0 && object.retainHeight !== null ? BigInt(object.retainHeight.toString()) : BigInt(0);
2865
+ return message;
2866
+ },
2867
+ fromAmino(object) {
2868
+ const message = createBaseResponseCommit();
2869
+ if (object.retain_height !== void 0 && object.retain_height !== null) message.retainHeight = BigInt(object.retain_height);
2870
+ return message;
2871
+ },
2872
+ toAmino(message) {
2873
+ const obj = {};
2874
+ obj.retain_height = message.retainHeight !== BigInt(0) ? message.retainHeight?.toString() : void 0;
2875
+ return obj;
2876
+ },
2877
+ fromAminoMsg(object) {
2878
+ return ResponseCommit.fromAmino(object.value);
2879
+ },
2880
+ fromProtoMsg(message) {
2881
+ return ResponseCommit.decode(message.value);
2882
+ },
2883
+ toProto(message) {
2884
+ return ResponseCommit.encode(message).finish();
2885
+ },
2886
+ toProtoMsg(message) {
2887
+ return {
2888
+ typeUrl: "/tendermint.abci.ResponseCommit",
2889
+ value: ResponseCommit.encode(message).finish()
2890
+ };
2891
+ },
2892
+ registerTypeUrl() {}
2893
+ };
2894
+ function createBaseResponseListSnapshots() {
2895
+ return { snapshots: [] };
2896
+ }
2897
+ /**
2898
+ * @name ResponseListSnapshots
2899
+ * @package tendermint.abci
2900
+ * @see proto type: tendermint.abci.ResponseListSnapshots
2901
+ */
2902
+ const ResponseListSnapshots = {
2903
+ typeUrl: "/tendermint.abci.ResponseListSnapshots",
2904
+ is(o) {
2905
+ return o && (o.$typeUrl === ResponseListSnapshots.typeUrl || Array.isArray(o.snapshots) && (!o.snapshots.length || Snapshot.is(o.snapshots[0])));
2906
+ },
2907
+ isAmino(o) {
2908
+ return o && (o.$typeUrl === ResponseListSnapshots.typeUrl || Array.isArray(o.snapshots) && (!o.snapshots.length || Snapshot.isAmino(o.snapshots[0])));
2909
+ },
2910
+ encode(message, writer = BinaryWriter.create()) {
2911
+ for (const v of message.snapshots) Snapshot.encode(v, writer.uint32(10).fork()).ldelim();
2912
+ return writer;
2913
+ },
2914
+ decode(input, length) {
2915
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2916
+ let end = length === void 0 ? reader.len : reader.pos + length;
2917
+ const message = createBaseResponseListSnapshots();
2918
+ while (reader.pos < end) {
2919
+ const tag = reader.uint32();
2920
+ switch (tag >>> 3) {
2921
+ case 1:
2922
+ message.snapshots.push(Snapshot.decode(reader, reader.uint32()));
2923
+ break;
2924
+ default:
2925
+ reader.skipType(tag & 7);
2926
+ break;
2927
+ }
2928
+ }
2929
+ return message;
2930
+ },
2931
+ fromPartial(object) {
2932
+ const message = createBaseResponseListSnapshots();
2933
+ message.snapshots = object.snapshots?.map((e) => Snapshot.fromPartial(e)) || [];
2934
+ return message;
2935
+ },
2936
+ fromAmino(object) {
2937
+ const message = createBaseResponseListSnapshots();
2938
+ message.snapshots = object.snapshots?.map((e) => Snapshot.fromAmino(e)) || [];
2939
+ return message;
2940
+ },
2941
+ toAmino(message) {
2942
+ const obj = {};
2943
+ if (message.snapshots) obj.snapshots = message.snapshots.map((e) => e ? Snapshot.toAmino(e) : void 0);
2944
+ else obj.snapshots = message.snapshots;
2945
+ return obj;
2946
+ },
2947
+ fromAminoMsg(object) {
2948
+ return ResponseListSnapshots.fromAmino(object.value);
2949
+ },
2950
+ fromProtoMsg(message) {
2951
+ return ResponseListSnapshots.decode(message.value);
2952
+ },
2953
+ toProto(message) {
2954
+ return ResponseListSnapshots.encode(message).finish();
2955
+ },
2956
+ toProtoMsg(message) {
2957
+ return {
2958
+ typeUrl: "/tendermint.abci.ResponseListSnapshots",
2959
+ value: ResponseListSnapshots.encode(message).finish()
2960
+ };
2961
+ },
2962
+ registerTypeUrl() {
2963
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ResponseListSnapshots.typeUrl)) return;
2964
+ Snapshot.registerTypeUrl();
2965
+ }
2966
+ };
2967
+ function createBaseResponseOfferSnapshot() {
2968
+ return { result: 0 };
2969
+ }
2970
+ /**
2971
+ * @name ResponseOfferSnapshot
2972
+ * @package tendermint.abci
2973
+ * @see proto type: tendermint.abci.ResponseOfferSnapshot
2974
+ */
2975
+ const ResponseOfferSnapshot = {
2976
+ typeUrl: "/tendermint.abci.ResponseOfferSnapshot",
2977
+ is(o) {
2978
+ return o && (o.$typeUrl === ResponseOfferSnapshot.typeUrl || isSet(o.result));
2979
+ },
2980
+ isAmino(o) {
2981
+ return o && (o.$typeUrl === ResponseOfferSnapshot.typeUrl || isSet(o.result));
2982
+ },
2983
+ encode(message, writer = BinaryWriter.create()) {
2984
+ if (message.result !== 0) writer.uint32(8).int32(message.result);
2985
+ return writer;
2986
+ },
2987
+ decode(input, length) {
2988
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2989
+ let end = length === void 0 ? reader.len : reader.pos + length;
2990
+ const message = createBaseResponseOfferSnapshot();
2991
+ while (reader.pos < end) {
2992
+ const tag = reader.uint32();
2993
+ switch (tag >>> 3) {
2994
+ case 1:
2995
+ message.result = reader.int32();
2996
+ break;
2997
+ default:
2998
+ reader.skipType(tag & 7);
2999
+ break;
3000
+ }
3001
+ }
3002
+ return message;
3003
+ },
3004
+ fromPartial(object) {
3005
+ const message = createBaseResponseOfferSnapshot();
3006
+ message.result = object.result ?? 0;
3007
+ return message;
3008
+ },
3009
+ fromAmino(object) {
3010
+ const message = createBaseResponseOfferSnapshot();
3011
+ if (object.result !== void 0 && object.result !== null) message.result = object.result;
3012
+ return message;
3013
+ },
3014
+ toAmino(message) {
3015
+ const obj = {};
3016
+ obj.result = message.result === 0 ? void 0 : message.result;
3017
+ return obj;
3018
+ },
3019
+ fromAminoMsg(object) {
3020
+ return ResponseOfferSnapshot.fromAmino(object.value);
3021
+ },
3022
+ fromProtoMsg(message) {
3023
+ return ResponseOfferSnapshot.decode(message.value);
3024
+ },
3025
+ toProto(message) {
3026
+ return ResponseOfferSnapshot.encode(message).finish();
3027
+ },
3028
+ toProtoMsg(message) {
3029
+ return {
3030
+ typeUrl: "/tendermint.abci.ResponseOfferSnapshot",
3031
+ value: ResponseOfferSnapshot.encode(message).finish()
3032
+ };
3033
+ },
3034
+ registerTypeUrl() {}
3035
+ };
3036
+ function createBaseResponseLoadSnapshotChunk() {
3037
+ return { chunk: new Uint8Array() };
3038
+ }
3039
+ /**
3040
+ * @name ResponseLoadSnapshotChunk
3041
+ * @package tendermint.abci
3042
+ * @see proto type: tendermint.abci.ResponseLoadSnapshotChunk
3043
+ */
3044
+ const ResponseLoadSnapshotChunk = {
3045
+ typeUrl: "/tendermint.abci.ResponseLoadSnapshotChunk",
3046
+ is(o) {
3047
+ return o && (o.$typeUrl === ResponseLoadSnapshotChunk.typeUrl || o.chunk instanceof Uint8Array || typeof o.chunk === "string");
3048
+ },
3049
+ isAmino(o) {
3050
+ return o && (o.$typeUrl === ResponseLoadSnapshotChunk.typeUrl || o.chunk instanceof Uint8Array || typeof o.chunk === "string");
3051
+ },
3052
+ encode(message, writer = BinaryWriter.create()) {
3053
+ if (message.chunk.length !== 0) writer.uint32(10).bytes(message.chunk);
3054
+ return writer;
3055
+ },
3056
+ decode(input, length) {
3057
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3058
+ let end = length === void 0 ? reader.len : reader.pos + length;
3059
+ const message = createBaseResponseLoadSnapshotChunk();
3060
+ while (reader.pos < end) {
3061
+ const tag = reader.uint32();
3062
+ switch (tag >>> 3) {
3063
+ case 1:
3064
+ message.chunk = reader.bytes();
3065
+ break;
3066
+ default:
3067
+ reader.skipType(tag & 7);
3068
+ break;
3069
+ }
3070
+ }
3071
+ return message;
3072
+ },
3073
+ fromPartial(object) {
3074
+ const message = createBaseResponseLoadSnapshotChunk();
3075
+ message.chunk = object.chunk ?? new Uint8Array();
3076
+ return message;
3077
+ },
3078
+ fromAmino(object) {
3079
+ const message = createBaseResponseLoadSnapshotChunk();
3080
+ if (object.chunk !== void 0 && object.chunk !== null) message.chunk = bytesFromBase64(object.chunk);
3081
+ return message;
3082
+ },
3083
+ toAmino(message) {
3084
+ const obj = {};
3085
+ obj.chunk = message.chunk ? base64FromBytes(message.chunk) : void 0;
3086
+ return obj;
3087
+ },
3088
+ fromAminoMsg(object) {
3089
+ return ResponseLoadSnapshotChunk.fromAmino(object.value);
3090
+ },
3091
+ fromProtoMsg(message) {
3092
+ return ResponseLoadSnapshotChunk.decode(message.value);
3093
+ },
3094
+ toProto(message) {
3095
+ return ResponseLoadSnapshotChunk.encode(message).finish();
3096
+ },
3097
+ toProtoMsg(message) {
3098
+ return {
3099
+ typeUrl: "/tendermint.abci.ResponseLoadSnapshotChunk",
3100
+ value: ResponseLoadSnapshotChunk.encode(message).finish()
3101
+ };
3102
+ },
3103
+ registerTypeUrl() {}
3104
+ };
3105
+ function createBaseResponseApplySnapshotChunk() {
3106
+ return {
3107
+ result: 0,
3108
+ refetchChunks: [],
3109
+ rejectSenders: []
3110
+ };
3111
+ }
3112
+ /**
3113
+ * @name ResponseApplySnapshotChunk
3114
+ * @package tendermint.abci
3115
+ * @see proto type: tendermint.abci.ResponseApplySnapshotChunk
3116
+ */
3117
+ const ResponseApplySnapshotChunk = {
3118
+ typeUrl: "/tendermint.abci.ResponseApplySnapshotChunk",
3119
+ is(o) {
3120
+ return o && (o.$typeUrl === ResponseApplySnapshotChunk.typeUrl || isSet(o.result) && Array.isArray(o.refetchChunks) && (!o.refetchChunks.length || typeof o.refetchChunks[0] === "number") && Array.isArray(o.rejectSenders) && (!o.rejectSenders.length || typeof o.rejectSenders[0] === "string"));
3121
+ },
3122
+ isAmino(o) {
3123
+ return o && (o.$typeUrl === ResponseApplySnapshotChunk.typeUrl || isSet(o.result) && Array.isArray(o.refetch_chunks) && (!o.refetch_chunks.length || typeof o.refetch_chunks[0] === "number") && Array.isArray(o.reject_senders) && (!o.reject_senders.length || typeof o.reject_senders[0] === "string"));
3124
+ },
3125
+ encode(message, writer = BinaryWriter.create()) {
3126
+ if (message.result !== 0) writer.uint32(8).int32(message.result);
3127
+ writer.uint32(18).fork();
3128
+ for (const v of message.refetchChunks) writer.uint32(v);
3129
+ writer.ldelim();
3130
+ for (const v of message.rejectSenders) writer.uint32(26).string(v);
3131
+ return writer;
3132
+ },
3133
+ decode(input, length) {
3134
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3135
+ let end = length === void 0 ? reader.len : reader.pos + length;
3136
+ const message = createBaseResponseApplySnapshotChunk();
3137
+ while (reader.pos < end) {
3138
+ const tag = reader.uint32();
3139
+ switch (tag >>> 3) {
3140
+ case 1:
3141
+ message.result = reader.int32();
3142
+ break;
3143
+ case 2:
3144
+ if ((tag & 7) === 2) {
3145
+ const end2 = reader.uint32() + reader.pos;
3146
+ while (reader.pos < end2) message.refetchChunks.push(reader.uint32());
3147
+ } else message.refetchChunks.push(reader.uint32());
3148
+ break;
3149
+ case 3:
3150
+ message.rejectSenders.push(reader.string());
3151
+ break;
3152
+ default:
3153
+ reader.skipType(tag & 7);
3154
+ break;
3155
+ }
3156
+ }
3157
+ return message;
3158
+ },
3159
+ fromPartial(object) {
3160
+ const message = createBaseResponseApplySnapshotChunk();
3161
+ message.result = object.result ?? 0;
3162
+ message.refetchChunks = object.refetchChunks?.map((e) => e) || [];
3163
+ message.rejectSenders = object.rejectSenders?.map((e) => e) || [];
3164
+ return message;
3165
+ },
3166
+ fromAmino(object) {
3167
+ const message = createBaseResponseApplySnapshotChunk();
3168
+ if (object.result !== void 0 && object.result !== null) message.result = object.result;
3169
+ message.refetchChunks = object.refetch_chunks?.map((e) => e) || [];
3170
+ message.rejectSenders = object.reject_senders?.map((e) => e) || [];
3171
+ return message;
3172
+ },
3173
+ toAmino(message) {
3174
+ const obj = {};
3175
+ obj.result = message.result === 0 ? void 0 : message.result;
3176
+ if (message.refetchChunks) obj.refetch_chunks = message.refetchChunks.map((e) => e);
3177
+ else obj.refetch_chunks = message.refetchChunks;
3178
+ if (message.rejectSenders) obj.reject_senders = message.rejectSenders.map((e) => e);
3179
+ else obj.reject_senders = message.rejectSenders;
3180
+ return obj;
3181
+ },
3182
+ fromAminoMsg(object) {
3183
+ return ResponseApplySnapshotChunk.fromAmino(object.value);
3184
+ },
3185
+ fromProtoMsg(message) {
3186
+ return ResponseApplySnapshotChunk.decode(message.value);
3187
+ },
3188
+ toProto(message) {
3189
+ return ResponseApplySnapshotChunk.encode(message).finish();
3190
+ },
3191
+ toProtoMsg(message) {
3192
+ return {
3193
+ typeUrl: "/tendermint.abci.ResponseApplySnapshotChunk",
3194
+ value: ResponseApplySnapshotChunk.encode(message).finish()
3195
+ };
3196
+ },
3197
+ registerTypeUrl() {}
3198
+ };
3199
+ function createBaseResponsePrepareProposal() {
3200
+ return { txs: [] };
3201
+ }
3202
+ /**
3203
+ * @name ResponsePrepareProposal
3204
+ * @package tendermint.abci
3205
+ * @see proto type: tendermint.abci.ResponsePrepareProposal
3206
+ */
3207
+ const ResponsePrepareProposal = {
3208
+ typeUrl: "/tendermint.abci.ResponsePrepareProposal",
3209
+ is(o) {
3210
+ return o && (o.$typeUrl === ResponsePrepareProposal.typeUrl || Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string"));
3211
+ },
3212
+ isAmino(o) {
3213
+ return o && (o.$typeUrl === ResponsePrepareProposal.typeUrl || Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string"));
3214
+ },
3215
+ encode(message, writer = BinaryWriter.create()) {
3216
+ for (const v of message.txs) writer.uint32(10).bytes(v);
3217
+ return writer;
3218
+ },
3219
+ decode(input, length) {
3220
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3221
+ let end = length === void 0 ? reader.len : reader.pos + length;
3222
+ const message = createBaseResponsePrepareProposal();
3223
+ while (reader.pos < end) {
3224
+ const tag = reader.uint32();
3225
+ switch (tag >>> 3) {
3226
+ case 1:
3227
+ message.txs.push(reader.bytes());
3228
+ break;
3229
+ default:
3230
+ reader.skipType(tag & 7);
3231
+ break;
3232
+ }
3233
+ }
3234
+ return message;
3235
+ },
3236
+ fromPartial(object) {
3237
+ const message = createBaseResponsePrepareProposal();
3238
+ message.txs = object.txs?.map((e) => e) || [];
3239
+ return message;
3240
+ },
3241
+ fromAmino(object) {
3242
+ const message = createBaseResponsePrepareProposal();
3243
+ message.txs = object.txs?.map((e) => bytesFromBase64(e)) || [];
3244
+ return message;
3245
+ },
3246
+ toAmino(message) {
3247
+ const obj = {};
3248
+ if (message.txs) obj.txs = message.txs.map((e) => base64FromBytes(e));
3249
+ else obj.txs = message.txs;
3250
+ return obj;
3251
+ },
3252
+ fromAminoMsg(object) {
3253
+ return ResponsePrepareProposal.fromAmino(object.value);
3254
+ },
3255
+ fromProtoMsg(message) {
3256
+ return ResponsePrepareProposal.decode(message.value);
3257
+ },
3258
+ toProto(message) {
3259
+ return ResponsePrepareProposal.encode(message).finish();
3260
+ },
3261
+ toProtoMsg(message) {
3262
+ return {
3263
+ typeUrl: "/tendermint.abci.ResponsePrepareProposal",
3264
+ value: ResponsePrepareProposal.encode(message).finish()
3265
+ };
3266
+ },
3267
+ registerTypeUrl() {}
3268
+ };
3269
+ function createBaseResponseProcessProposal() {
3270
+ return { status: 0 };
3271
+ }
3272
+ /**
3273
+ * @name ResponseProcessProposal
3274
+ * @package tendermint.abci
3275
+ * @see proto type: tendermint.abci.ResponseProcessProposal
3276
+ */
3277
+ const ResponseProcessProposal = {
3278
+ typeUrl: "/tendermint.abci.ResponseProcessProposal",
3279
+ is(o) {
3280
+ return o && (o.$typeUrl === ResponseProcessProposal.typeUrl || isSet(o.status));
3281
+ },
3282
+ isAmino(o) {
3283
+ return o && (o.$typeUrl === ResponseProcessProposal.typeUrl || isSet(o.status));
3284
+ },
3285
+ encode(message, writer = BinaryWriter.create()) {
3286
+ if (message.status !== 0) writer.uint32(8).int32(message.status);
3287
+ return writer;
3288
+ },
3289
+ decode(input, length) {
3290
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3291
+ let end = length === void 0 ? reader.len : reader.pos + length;
3292
+ const message = createBaseResponseProcessProposal();
3293
+ while (reader.pos < end) {
3294
+ const tag = reader.uint32();
3295
+ switch (tag >>> 3) {
3296
+ case 1:
3297
+ message.status = reader.int32();
3298
+ break;
3299
+ default:
3300
+ reader.skipType(tag & 7);
3301
+ break;
3302
+ }
3303
+ }
3304
+ return message;
3305
+ },
3306
+ fromPartial(object) {
3307
+ const message = createBaseResponseProcessProposal();
3308
+ message.status = object.status ?? 0;
3309
+ return message;
3310
+ },
3311
+ fromAmino(object) {
3312
+ const message = createBaseResponseProcessProposal();
3313
+ if (object.status !== void 0 && object.status !== null) message.status = object.status;
3314
+ return message;
3315
+ },
3316
+ toAmino(message) {
3317
+ const obj = {};
3318
+ obj.status = message.status === 0 ? void 0 : message.status;
3319
+ return obj;
3320
+ },
3321
+ fromAminoMsg(object) {
3322
+ return ResponseProcessProposal.fromAmino(object.value);
3323
+ },
3324
+ fromProtoMsg(message) {
3325
+ return ResponseProcessProposal.decode(message.value);
3326
+ },
3327
+ toProto(message) {
3328
+ return ResponseProcessProposal.encode(message).finish();
3329
+ },
3330
+ toProtoMsg(message) {
3331
+ return {
3332
+ typeUrl: "/tendermint.abci.ResponseProcessProposal",
3333
+ value: ResponseProcessProposal.encode(message).finish()
3334
+ };
3335
+ },
3336
+ registerTypeUrl() {}
3337
+ };
3338
+ function createBaseResponseExtendVote() {
3339
+ return { voteExtension: new Uint8Array() };
3340
+ }
3341
+ /**
3342
+ * @name ResponseExtendVote
3343
+ * @package tendermint.abci
3344
+ * @see proto type: tendermint.abci.ResponseExtendVote
3345
+ */
3346
+ const ResponseExtendVote = {
3347
+ typeUrl: "/tendermint.abci.ResponseExtendVote",
3348
+ is(o) {
3349
+ return o && (o.$typeUrl === ResponseExtendVote.typeUrl || o.voteExtension instanceof Uint8Array || typeof o.voteExtension === "string");
3350
+ },
3351
+ isAmino(o) {
3352
+ return o && (o.$typeUrl === ResponseExtendVote.typeUrl || o.vote_extension instanceof Uint8Array || typeof o.vote_extension === "string");
3353
+ },
3354
+ encode(message, writer = BinaryWriter.create()) {
3355
+ if (message.voteExtension.length !== 0) writer.uint32(10).bytes(message.voteExtension);
3356
+ return writer;
3357
+ },
3358
+ decode(input, length) {
3359
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3360
+ let end = length === void 0 ? reader.len : reader.pos + length;
3361
+ const message = createBaseResponseExtendVote();
3362
+ while (reader.pos < end) {
3363
+ const tag = reader.uint32();
3364
+ switch (tag >>> 3) {
3365
+ case 1:
3366
+ message.voteExtension = reader.bytes();
3367
+ break;
3368
+ default:
3369
+ reader.skipType(tag & 7);
3370
+ break;
3371
+ }
3372
+ }
3373
+ return message;
3374
+ },
3375
+ fromPartial(object) {
3376
+ const message = createBaseResponseExtendVote();
3377
+ message.voteExtension = object.voteExtension ?? new Uint8Array();
3378
+ return message;
3379
+ },
3380
+ fromAmino(object) {
3381
+ const message = createBaseResponseExtendVote();
3382
+ if (object.vote_extension !== void 0 && object.vote_extension !== null) message.voteExtension = bytesFromBase64(object.vote_extension);
3383
+ return message;
3384
+ },
3385
+ toAmino(message) {
3386
+ const obj = {};
3387
+ obj.vote_extension = message.voteExtension ? base64FromBytes(message.voteExtension) : void 0;
3388
+ return obj;
3389
+ },
3390
+ fromAminoMsg(object) {
3391
+ return ResponseExtendVote.fromAmino(object.value);
3392
+ },
3393
+ fromProtoMsg(message) {
3394
+ return ResponseExtendVote.decode(message.value);
3395
+ },
3396
+ toProto(message) {
3397
+ return ResponseExtendVote.encode(message).finish();
3398
+ },
3399
+ toProtoMsg(message) {
3400
+ return {
3401
+ typeUrl: "/tendermint.abci.ResponseExtendVote",
3402
+ value: ResponseExtendVote.encode(message).finish()
3403
+ };
3404
+ },
3405
+ registerTypeUrl() {}
3406
+ };
3407
+ function createBaseResponseVerifyVoteExtension() {
3408
+ return { status: 0 };
3409
+ }
3410
+ /**
3411
+ * @name ResponseVerifyVoteExtension
3412
+ * @package tendermint.abci
3413
+ * @see proto type: tendermint.abci.ResponseVerifyVoteExtension
3414
+ */
3415
+ const ResponseVerifyVoteExtension = {
3416
+ typeUrl: "/tendermint.abci.ResponseVerifyVoteExtension",
3417
+ is(o) {
3418
+ return o && (o.$typeUrl === ResponseVerifyVoteExtension.typeUrl || isSet(o.status));
3419
+ },
3420
+ isAmino(o) {
3421
+ return o && (o.$typeUrl === ResponseVerifyVoteExtension.typeUrl || isSet(o.status));
3422
+ },
3423
+ encode(message, writer = BinaryWriter.create()) {
3424
+ if (message.status !== 0) writer.uint32(8).int32(message.status);
3425
+ return writer;
3426
+ },
3427
+ decode(input, length) {
3428
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3429
+ let end = length === void 0 ? reader.len : reader.pos + length;
3430
+ const message = createBaseResponseVerifyVoteExtension();
3431
+ while (reader.pos < end) {
3432
+ const tag = reader.uint32();
3433
+ switch (tag >>> 3) {
3434
+ case 1:
3435
+ message.status = reader.int32();
3436
+ break;
3437
+ default:
3438
+ reader.skipType(tag & 7);
3439
+ break;
3440
+ }
3441
+ }
3442
+ return message;
3443
+ },
3444
+ fromPartial(object) {
3445
+ const message = createBaseResponseVerifyVoteExtension();
3446
+ message.status = object.status ?? 0;
3447
+ return message;
3448
+ },
3449
+ fromAmino(object) {
3450
+ const message = createBaseResponseVerifyVoteExtension();
3451
+ if (object.status !== void 0 && object.status !== null) message.status = object.status;
3452
+ return message;
3453
+ },
3454
+ toAmino(message) {
3455
+ const obj = {};
3456
+ obj.status = message.status === 0 ? void 0 : message.status;
3457
+ return obj;
3458
+ },
3459
+ fromAminoMsg(object) {
3460
+ return ResponseVerifyVoteExtension.fromAmino(object.value);
3461
+ },
3462
+ fromProtoMsg(message) {
3463
+ return ResponseVerifyVoteExtension.decode(message.value);
3464
+ },
3465
+ toProto(message) {
3466
+ return ResponseVerifyVoteExtension.encode(message).finish();
3467
+ },
3468
+ toProtoMsg(message) {
3469
+ return {
3470
+ typeUrl: "/tendermint.abci.ResponseVerifyVoteExtension",
3471
+ value: ResponseVerifyVoteExtension.encode(message).finish()
3472
+ };
3473
+ },
3474
+ registerTypeUrl() {}
3475
+ };
3476
+ function createBaseResponseFinalizeBlock() {
3477
+ return {
3478
+ events: [],
3479
+ txResults: [],
3480
+ validatorUpdates: [],
3481
+ consensusParamUpdates: void 0,
3482
+ appHash: new Uint8Array()
3483
+ };
3484
+ }
3485
+ /**
3486
+ * @name ResponseFinalizeBlock
3487
+ * @package tendermint.abci
3488
+ * @see proto type: tendermint.abci.ResponseFinalizeBlock
3489
+ */
3490
+ const ResponseFinalizeBlock = {
3491
+ typeUrl: "/tendermint.abci.ResponseFinalizeBlock",
3492
+ is(o) {
3493
+ return o && (o.$typeUrl === ResponseFinalizeBlock.typeUrl || Array.isArray(o.events) && (!o.events.length || Event.is(o.events[0])) && Array.isArray(o.txResults) && (!o.txResults.length || ExecTxResult.is(o.txResults[0])) && Array.isArray(o.validatorUpdates) && (!o.validatorUpdates.length || ValidatorUpdate.is(o.validatorUpdates[0])) && (o.appHash instanceof Uint8Array || typeof o.appHash === "string"));
3494
+ },
3495
+ isAmino(o) {
3496
+ return o && (o.$typeUrl === ResponseFinalizeBlock.typeUrl || Array.isArray(o.events) && (!o.events.length || Event.isAmino(o.events[0])) && Array.isArray(o.tx_results) && (!o.tx_results.length || ExecTxResult.isAmino(o.tx_results[0])) && Array.isArray(o.validator_updates) && (!o.validator_updates.length || ValidatorUpdate.isAmino(o.validator_updates[0])) && (o.app_hash instanceof Uint8Array || typeof o.app_hash === "string"));
3497
+ },
3498
+ encode(message, writer = BinaryWriter.create()) {
3499
+ for (const v of message.events) Event.encode(v, writer.uint32(10).fork()).ldelim();
3500
+ for (const v of message.txResults) ExecTxResult.encode(v, writer.uint32(18).fork()).ldelim();
3501
+ for (const v of message.validatorUpdates) ValidatorUpdate.encode(v, writer.uint32(26).fork()).ldelim();
3502
+ if (message.consensusParamUpdates !== void 0) ConsensusParams.encode(message.consensusParamUpdates, writer.uint32(34).fork()).ldelim();
3503
+ if (message.appHash.length !== 0) writer.uint32(42).bytes(message.appHash);
3504
+ return writer;
3505
+ },
3506
+ decode(input, length) {
3507
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3508
+ let end = length === void 0 ? reader.len : reader.pos + length;
3509
+ const message = createBaseResponseFinalizeBlock();
3510
+ while (reader.pos < end) {
3511
+ const tag = reader.uint32();
3512
+ switch (tag >>> 3) {
3513
+ case 1:
3514
+ message.events.push(Event.decode(reader, reader.uint32()));
3515
+ break;
3516
+ case 2:
3517
+ message.txResults.push(ExecTxResult.decode(reader, reader.uint32()));
3518
+ break;
3519
+ case 3:
3520
+ message.validatorUpdates.push(ValidatorUpdate.decode(reader, reader.uint32()));
3521
+ break;
3522
+ case 4:
3523
+ message.consensusParamUpdates = ConsensusParams.decode(reader, reader.uint32());
3524
+ break;
3525
+ case 5:
3526
+ message.appHash = reader.bytes();
3527
+ break;
3528
+ default:
3529
+ reader.skipType(tag & 7);
3530
+ break;
3531
+ }
3532
+ }
3533
+ return message;
3534
+ },
3535
+ fromPartial(object) {
3536
+ const message = createBaseResponseFinalizeBlock();
3537
+ message.events = object.events?.map((e) => Event.fromPartial(e)) || [];
3538
+ message.txResults = object.txResults?.map((e) => ExecTxResult.fromPartial(e)) || [];
3539
+ message.validatorUpdates = object.validatorUpdates?.map((e) => ValidatorUpdate.fromPartial(e)) || [];
3540
+ message.consensusParamUpdates = object.consensusParamUpdates !== void 0 && object.consensusParamUpdates !== null ? ConsensusParams.fromPartial(object.consensusParamUpdates) : void 0;
3541
+ message.appHash = object.appHash ?? new Uint8Array();
3542
+ return message;
3543
+ },
3544
+ fromAmino(object) {
3545
+ const message = createBaseResponseFinalizeBlock();
3546
+ message.events = object.events?.map((e) => Event.fromAmino(e)) || [];
3547
+ message.txResults = object.tx_results?.map((e) => ExecTxResult.fromAmino(e)) || [];
3548
+ message.validatorUpdates = object.validator_updates?.map((e) => ValidatorUpdate.fromAmino(e)) || [];
3549
+ if (object.consensus_param_updates !== void 0 && object.consensus_param_updates !== null) message.consensusParamUpdates = ConsensusParams.fromAmino(object.consensus_param_updates);
3550
+ if (object.app_hash !== void 0 && object.app_hash !== null) message.appHash = bytesFromBase64(object.app_hash);
3551
+ return message;
3552
+ },
3553
+ toAmino(message) {
3554
+ const obj = {};
3555
+ if (message.events) obj.events = message.events.map((e) => e ? Event.toAmino(e) : void 0);
3556
+ else obj.events = message.events;
3557
+ if (message.txResults) obj.tx_results = message.txResults.map((e) => e ? ExecTxResult.toAmino(e) : void 0);
3558
+ else obj.tx_results = message.txResults;
3559
+ if (message.validatorUpdates) obj.validator_updates = message.validatorUpdates.map((e) => e ? ValidatorUpdate.toAmino(e) : void 0);
3560
+ else obj.validator_updates = message.validatorUpdates;
3561
+ obj.consensus_param_updates = message.consensusParamUpdates ? ConsensusParams.toAmino(message.consensusParamUpdates) : void 0;
3562
+ obj.app_hash = message.appHash ? base64FromBytes(message.appHash) : void 0;
3563
+ return obj;
3564
+ },
3565
+ fromAminoMsg(object) {
3566
+ return ResponseFinalizeBlock.fromAmino(object.value);
3567
+ },
3568
+ fromProtoMsg(message) {
3569
+ return ResponseFinalizeBlock.decode(message.value);
3570
+ },
3571
+ toProto(message) {
3572
+ return ResponseFinalizeBlock.encode(message).finish();
3573
+ },
3574
+ toProtoMsg(message) {
3575
+ return {
3576
+ typeUrl: "/tendermint.abci.ResponseFinalizeBlock",
3577
+ value: ResponseFinalizeBlock.encode(message).finish()
3578
+ };
3579
+ },
3580
+ registerTypeUrl() {
3581
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ResponseFinalizeBlock.typeUrl)) return;
3582
+ Event.registerTypeUrl();
3583
+ ExecTxResult.registerTypeUrl();
3584
+ ValidatorUpdate.registerTypeUrl();
3585
+ ConsensusParams.registerTypeUrl();
3586
+ }
3587
+ };
3588
+ function createBaseCommitInfo() {
3589
+ return {
3590
+ round: 0,
3591
+ votes: []
3592
+ };
3593
+ }
3594
+ /**
3595
+ * @name CommitInfo
3596
+ * @package tendermint.abci
3597
+ * @see proto type: tendermint.abci.CommitInfo
3598
+ */
3599
+ const CommitInfo = {
3600
+ typeUrl: "/tendermint.abci.CommitInfo",
3601
+ is(o) {
3602
+ return o && (o.$typeUrl === CommitInfo.typeUrl || typeof o.round === "number" && Array.isArray(o.votes) && (!o.votes.length || VoteInfo.is(o.votes[0])));
3603
+ },
3604
+ isAmino(o) {
3605
+ return o && (o.$typeUrl === CommitInfo.typeUrl || typeof o.round === "number" && Array.isArray(o.votes) && (!o.votes.length || VoteInfo.isAmino(o.votes[0])));
3606
+ },
3607
+ encode(message, writer = BinaryWriter.create()) {
3608
+ if (message.round !== 0) writer.uint32(8).int32(message.round);
3609
+ for (const v of message.votes) VoteInfo.encode(v, writer.uint32(18).fork()).ldelim();
3610
+ return writer;
3611
+ },
3612
+ decode(input, length) {
3613
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3614
+ let end = length === void 0 ? reader.len : reader.pos + length;
3615
+ const message = createBaseCommitInfo();
3616
+ while (reader.pos < end) {
3617
+ const tag = reader.uint32();
3618
+ switch (tag >>> 3) {
3619
+ case 1:
3620
+ message.round = reader.int32();
3621
+ break;
3622
+ case 2:
3623
+ message.votes.push(VoteInfo.decode(reader, reader.uint32()));
3624
+ break;
3625
+ default:
3626
+ reader.skipType(tag & 7);
3627
+ break;
3628
+ }
3629
+ }
3630
+ return message;
3631
+ },
3632
+ fromPartial(object) {
3633
+ const message = createBaseCommitInfo();
3634
+ message.round = object.round ?? 0;
3635
+ message.votes = object.votes?.map((e) => VoteInfo.fromPartial(e)) || [];
3636
+ return message;
3637
+ },
3638
+ fromAmino(object) {
3639
+ const message = createBaseCommitInfo();
3640
+ if (object.round !== void 0 && object.round !== null) message.round = object.round;
3641
+ message.votes = object.votes?.map((e) => VoteInfo.fromAmino(e)) || [];
3642
+ return message;
3643
+ },
3644
+ toAmino(message) {
3645
+ const obj = {};
3646
+ obj.round = message.round === 0 ? void 0 : message.round;
3647
+ if (message.votes) obj.votes = message.votes.map((e) => e ? VoteInfo.toAmino(e) : void 0);
3648
+ else obj.votes = message.votes;
3649
+ return obj;
3650
+ },
3651
+ fromAminoMsg(object) {
3652
+ return CommitInfo.fromAmino(object.value);
3653
+ },
3654
+ fromProtoMsg(message) {
3655
+ return CommitInfo.decode(message.value);
3656
+ },
3657
+ toProto(message) {
3658
+ return CommitInfo.encode(message).finish();
3659
+ },
3660
+ toProtoMsg(message) {
3661
+ return {
3662
+ typeUrl: "/tendermint.abci.CommitInfo",
3663
+ value: CommitInfo.encode(message).finish()
3664
+ };
3665
+ },
3666
+ registerTypeUrl() {
3667
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(CommitInfo.typeUrl)) return;
3668
+ VoteInfo.registerTypeUrl();
3669
+ }
3670
+ };
3671
+ function createBaseExtendedCommitInfo() {
3672
+ return {
3673
+ round: 0,
3674
+ votes: []
3675
+ };
3676
+ }
3677
+ /**
3678
+ * ExtendedCommitInfo is similar to CommitInfo except that it is only used in
3679
+ * the PrepareProposal request such that CometBFT can provide vote extensions
3680
+ * to the application.
3681
+ * @name ExtendedCommitInfo
3682
+ * @package tendermint.abci
3683
+ * @see proto type: tendermint.abci.ExtendedCommitInfo
3684
+ */
3685
+ const ExtendedCommitInfo = {
3686
+ typeUrl: "/tendermint.abci.ExtendedCommitInfo",
3687
+ is(o) {
3688
+ return o && (o.$typeUrl === ExtendedCommitInfo.typeUrl || typeof o.round === "number" && Array.isArray(o.votes) && (!o.votes.length || ExtendedVoteInfo.is(o.votes[0])));
3689
+ },
3690
+ isAmino(o) {
3691
+ return o && (o.$typeUrl === ExtendedCommitInfo.typeUrl || typeof o.round === "number" && Array.isArray(o.votes) && (!o.votes.length || ExtendedVoteInfo.isAmino(o.votes[0])));
3692
+ },
3693
+ encode(message, writer = BinaryWriter.create()) {
3694
+ if (message.round !== 0) writer.uint32(8).int32(message.round);
3695
+ for (const v of message.votes) ExtendedVoteInfo.encode(v, writer.uint32(18).fork()).ldelim();
3696
+ return writer;
3697
+ },
3698
+ decode(input, length) {
3699
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3700
+ let end = length === void 0 ? reader.len : reader.pos + length;
3701
+ const message = createBaseExtendedCommitInfo();
3702
+ while (reader.pos < end) {
3703
+ const tag = reader.uint32();
3704
+ switch (tag >>> 3) {
3705
+ case 1:
3706
+ message.round = reader.int32();
3707
+ break;
3708
+ case 2:
3709
+ message.votes.push(ExtendedVoteInfo.decode(reader, reader.uint32()));
3710
+ break;
3711
+ default:
3712
+ reader.skipType(tag & 7);
3713
+ break;
3714
+ }
3715
+ }
3716
+ return message;
3717
+ },
3718
+ fromPartial(object) {
3719
+ const message = createBaseExtendedCommitInfo();
3720
+ message.round = object.round ?? 0;
3721
+ message.votes = object.votes?.map((e) => ExtendedVoteInfo.fromPartial(e)) || [];
3722
+ return message;
3723
+ },
3724
+ fromAmino(object) {
3725
+ const message = createBaseExtendedCommitInfo();
3726
+ if (object.round !== void 0 && object.round !== null) message.round = object.round;
3727
+ message.votes = object.votes?.map((e) => ExtendedVoteInfo.fromAmino(e)) || [];
3728
+ return message;
3729
+ },
3730
+ toAmino(message) {
3731
+ const obj = {};
3732
+ obj.round = message.round === 0 ? void 0 : message.round;
3733
+ if (message.votes) obj.votes = message.votes.map((e) => e ? ExtendedVoteInfo.toAmino(e) : void 0);
3734
+ else obj.votes = message.votes;
3735
+ return obj;
3736
+ },
3737
+ fromAminoMsg(object) {
3738
+ return ExtendedCommitInfo.fromAmino(object.value);
3739
+ },
3740
+ fromProtoMsg(message) {
3741
+ return ExtendedCommitInfo.decode(message.value);
3742
+ },
3743
+ toProto(message) {
3744
+ return ExtendedCommitInfo.encode(message).finish();
3745
+ },
3746
+ toProtoMsg(message) {
3747
+ return {
3748
+ typeUrl: "/tendermint.abci.ExtendedCommitInfo",
3749
+ value: ExtendedCommitInfo.encode(message).finish()
3750
+ };
3751
+ },
3752
+ registerTypeUrl() {
3753
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ExtendedCommitInfo.typeUrl)) return;
3754
+ ExtendedVoteInfo.registerTypeUrl();
3755
+ }
3756
+ };
3757
+ function createBaseEvent() {
3758
+ return {
3759
+ type: "",
3760
+ attributes: []
3761
+ };
3762
+ }
3763
+ /**
3764
+ * Event allows application developers to attach additional information to
3765
+ * ResponseFinalizeBlock and ResponseCheckTx.
3766
+ * Later, transactions may be queried using these events.
3767
+ * @name Event
3768
+ * @package tendermint.abci
3769
+ * @see proto type: tendermint.abci.Event
3770
+ */
3771
+ const Event = {
3772
+ typeUrl: "/tendermint.abci.Event",
3773
+ is(o) {
3774
+ return o && (o.$typeUrl === Event.typeUrl || typeof o.type === "string" && Array.isArray(o.attributes) && (!o.attributes.length || EventAttribute.is(o.attributes[0])));
3775
+ },
3776
+ isAmino(o) {
3777
+ return o && (o.$typeUrl === Event.typeUrl || typeof o.type === "string" && Array.isArray(o.attributes) && (!o.attributes.length || EventAttribute.isAmino(o.attributes[0])));
3778
+ },
3779
+ encode(message, writer = BinaryWriter.create()) {
3780
+ if (message.type !== "") writer.uint32(10).string(message.type);
3781
+ for (const v of message.attributes) EventAttribute.encode(v, writer.uint32(18).fork()).ldelim();
3782
+ return writer;
3783
+ },
3784
+ decode(input, length) {
3785
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3786
+ let end = length === void 0 ? reader.len : reader.pos + length;
3787
+ const message = createBaseEvent();
3788
+ while (reader.pos < end) {
3789
+ const tag = reader.uint32();
3790
+ switch (tag >>> 3) {
3791
+ case 1:
3792
+ message.type = reader.string();
3793
+ break;
3794
+ case 2:
3795
+ message.attributes.push(EventAttribute.decode(reader, reader.uint32()));
3796
+ break;
3797
+ default:
3798
+ reader.skipType(tag & 7);
3799
+ break;
3800
+ }
3801
+ }
3802
+ return message;
3803
+ },
3804
+ fromPartial(object) {
3805
+ const message = createBaseEvent();
3806
+ message.type = object.type ?? "";
3807
+ message.attributes = object.attributes?.map((e) => EventAttribute.fromPartial(e)) || [];
3808
+ return message;
3809
+ },
3810
+ fromAmino(object) {
3811
+ const message = createBaseEvent();
3812
+ if (object.type !== void 0 && object.type !== null) message.type = object.type;
3813
+ message.attributes = object.attributes?.map((e) => EventAttribute.fromAmino(e)) || [];
3814
+ return message;
3815
+ },
3816
+ toAmino(message) {
3817
+ const obj = {};
3818
+ obj.type = message.type === "" ? void 0 : message.type;
3819
+ if (message.attributes) obj.attributes = message.attributes.map((e) => e ? EventAttribute.toAmino(e) : void 0);
3820
+ else obj.attributes = message.attributes;
3821
+ return obj;
3822
+ },
3823
+ fromAminoMsg(object) {
3824
+ return Event.fromAmino(object.value);
3825
+ },
3826
+ fromProtoMsg(message) {
3827
+ return Event.decode(message.value);
3828
+ },
3829
+ toProto(message) {
3830
+ return Event.encode(message).finish();
3831
+ },
3832
+ toProtoMsg(message) {
3833
+ return {
3834
+ typeUrl: "/tendermint.abci.Event",
3835
+ value: Event.encode(message).finish()
3836
+ };
3837
+ },
3838
+ registerTypeUrl() {
3839
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(Event.typeUrl)) return;
3840
+ EventAttribute.registerTypeUrl();
3841
+ }
3842
+ };
3843
+ function createBaseEventAttribute() {
3844
+ return {
3845
+ key: "",
3846
+ value: "",
3847
+ index: false
3848
+ };
3849
+ }
3850
+ /**
3851
+ * EventAttribute is a single key-value pair, associated with an event.
3852
+ * @name EventAttribute
3853
+ * @package tendermint.abci
3854
+ * @see proto type: tendermint.abci.EventAttribute
3855
+ */
3856
+ const EventAttribute = {
3857
+ typeUrl: "/tendermint.abci.EventAttribute",
3858
+ is(o) {
3859
+ return o && (o.$typeUrl === EventAttribute.typeUrl || typeof o.key === "string" && typeof o.value === "string" && typeof o.index === "boolean");
3860
+ },
3861
+ isAmino(o) {
3862
+ return o && (o.$typeUrl === EventAttribute.typeUrl || typeof o.key === "string" && typeof o.value === "string" && typeof o.index === "boolean");
3863
+ },
3864
+ encode(message, writer = BinaryWriter.create()) {
3865
+ if (message.key !== "") writer.uint32(10).string(message.key);
3866
+ if (message.value !== "") writer.uint32(18).string(message.value);
3867
+ if (message.index === true) writer.uint32(24).bool(message.index);
3868
+ return writer;
3869
+ },
3870
+ decode(input, length) {
3871
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3872
+ let end = length === void 0 ? reader.len : reader.pos + length;
3873
+ const message = createBaseEventAttribute();
3874
+ while (reader.pos < end) {
3875
+ const tag = reader.uint32();
3876
+ switch (tag >>> 3) {
3877
+ case 1:
3878
+ message.key = reader.string();
3879
+ break;
3880
+ case 2:
3881
+ message.value = reader.string();
3882
+ break;
3883
+ case 3:
3884
+ message.index = reader.bool();
3885
+ break;
3886
+ default:
3887
+ reader.skipType(tag & 7);
3888
+ break;
3889
+ }
3890
+ }
3891
+ return message;
3892
+ },
3893
+ fromPartial(object) {
3894
+ const message = createBaseEventAttribute();
3895
+ message.key = object.key ?? "";
3896
+ message.value = object.value ?? "";
3897
+ message.index = object.index ?? false;
3898
+ return message;
3899
+ },
3900
+ fromAmino(object) {
3901
+ const message = createBaseEventAttribute();
3902
+ if (object.key !== void 0 && object.key !== null) message.key = object.key;
3903
+ if (object.value !== void 0 && object.value !== null) message.value = object.value;
3904
+ if (object.index !== void 0 && object.index !== null) message.index = object.index;
3905
+ return message;
3906
+ },
3907
+ toAmino(message) {
3908
+ const obj = {};
3909
+ obj.key = message.key === "" ? void 0 : message.key;
3910
+ obj.value = message.value === "" ? void 0 : message.value;
3911
+ obj.index = message.index === false ? void 0 : message.index;
3912
+ return obj;
3913
+ },
3914
+ fromAminoMsg(object) {
3915
+ return EventAttribute.fromAmino(object.value);
3916
+ },
3917
+ fromProtoMsg(message) {
3918
+ return EventAttribute.decode(message.value);
3919
+ },
3920
+ toProto(message) {
3921
+ return EventAttribute.encode(message).finish();
3922
+ },
3923
+ toProtoMsg(message) {
3924
+ return {
3925
+ typeUrl: "/tendermint.abci.EventAttribute",
3926
+ value: EventAttribute.encode(message).finish()
3927
+ };
3928
+ },
3929
+ registerTypeUrl() {}
3930
+ };
3931
+ function createBaseExecTxResult() {
3932
+ return {
3933
+ code: 0,
3934
+ data: new Uint8Array(),
3935
+ log: "",
3936
+ info: "",
3937
+ gasWanted: BigInt(0),
3938
+ gasUsed: BigInt(0),
3939
+ events: [],
3940
+ codespace: ""
3941
+ };
3942
+ }
3943
+ /**
3944
+ * ExecTxResult contains results of executing one individual transaction.
3945
+ *
3946
+ * * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
3947
+ * @name ExecTxResult
3948
+ * @package tendermint.abci
3949
+ * @see proto type: tendermint.abci.ExecTxResult
3950
+ */
3951
+ const ExecTxResult = {
3952
+ typeUrl: "/tendermint.abci.ExecTxResult",
3953
+ is(o) {
3954
+ return o && (o.$typeUrl === ExecTxResult.typeUrl || typeof o.code === "number" && (o.data instanceof Uint8Array || typeof o.data === "string") && typeof o.log === "string" && typeof o.info === "string" && typeof o.gasWanted === "bigint" && typeof o.gasUsed === "bigint" && Array.isArray(o.events) && (!o.events.length || Event.is(o.events[0])) && typeof o.codespace === "string");
3955
+ },
3956
+ isAmino(o) {
3957
+ return o && (o.$typeUrl === ExecTxResult.typeUrl || typeof o.code === "number" && (o.data instanceof Uint8Array || typeof o.data === "string") && typeof o.log === "string" && typeof o.info === "string" && typeof o.gas_wanted === "bigint" && typeof o.gas_used === "bigint" && Array.isArray(o.events) && (!o.events.length || Event.isAmino(o.events[0])) && typeof o.codespace === "string");
3958
+ },
3959
+ encode(message, writer = BinaryWriter.create()) {
3960
+ if (message.code !== 0) writer.uint32(8).uint32(message.code);
3961
+ if (message.data.length !== 0) writer.uint32(18).bytes(message.data);
3962
+ if (message.log !== "") writer.uint32(26).string(message.log);
3963
+ if (message.info !== "") writer.uint32(34).string(message.info);
3964
+ if (message.gasWanted !== BigInt(0)) writer.uint32(40).int64(message.gasWanted);
3965
+ if (message.gasUsed !== BigInt(0)) writer.uint32(48).int64(message.gasUsed);
3966
+ for (const v of message.events) Event.encode(v, writer.uint32(58).fork()).ldelim();
3967
+ if (message.codespace !== "") writer.uint32(66).string(message.codespace);
3968
+ return writer;
3969
+ },
3970
+ decode(input, length) {
3971
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
3972
+ let end = length === void 0 ? reader.len : reader.pos + length;
3973
+ const message = createBaseExecTxResult();
3974
+ while (reader.pos < end) {
3975
+ const tag = reader.uint32();
3976
+ switch (tag >>> 3) {
3977
+ case 1:
3978
+ message.code = reader.uint32();
3979
+ break;
3980
+ case 2:
3981
+ message.data = reader.bytes();
3982
+ break;
3983
+ case 3:
3984
+ message.log = reader.string();
3985
+ break;
3986
+ case 4:
3987
+ message.info = reader.string();
3988
+ break;
3989
+ case 5:
3990
+ message.gasWanted = reader.int64();
3991
+ break;
3992
+ case 6:
3993
+ message.gasUsed = reader.int64();
3994
+ break;
3995
+ case 7:
3996
+ message.events.push(Event.decode(reader, reader.uint32()));
3997
+ break;
3998
+ case 8:
3999
+ message.codespace = reader.string();
4000
+ break;
4001
+ default:
4002
+ reader.skipType(tag & 7);
4003
+ break;
4004
+ }
4005
+ }
4006
+ return message;
4007
+ },
4008
+ fromPartial(object) {
4009
+ const message = createBaseExecTxResult();
4010
+ message.code = object.code ?? 0;
4011
+ message.data = object.data ?? new Uint8Array();
4012
+ message.log = object.log ?? "";
4013
+ message.info = object.info ?? "";
4014
+ message.gasWanted = object.gasWanted !== void 0 && object.gasWanted !== null ? BigInt(object.gasWanted.toString()) : BigInt(0);
4015
+ message.gasUsed = object.gasUsed !== void 0 && object.gasUsed !== null ? BigInt(object.gasUsed.toString()) : BigInt(0);
4016
+ message.events = object.events?.map((e) => Event.fromPartial(e)) || [];
4017
+ message.codespace = object.codespace ?? "";
4018
+ return message;
4019
+ },
4020
+ fromAmino(object) {
4021
+ const message = createBaseExecTxResult();
4022
+ if (object.code !== void 0 && object.code !== null) message.code = object.code;
4023
+ if (object.data !== void 0 && object.data !== null) message.data = bytesFromBase64(object.data);
4024
+ if (object.log !== void 0 && object.log !== null) message.log = object.log;
4025
+ if (object.info !== void 0 && object.info !== null) message.info = object.info;
4026
+ if (object.gas_wanted !== void 0 && object.gas_wanted !== null) message.gasWanted = BigInt(object.gas_wanted);
4027
+ if (object.gas_used !== void 0 && object.gas_used !== null) message.gasUsed = BigInt(object.gas_used);
4028
+ message.events = object.events?.map((e) => Event.fromAmino(e)) || [];
4029
+ if (object.codespace !== void 0 && object.codespace !== null) message.codespace = object.codespace;
4030
+ return message;
4031
+ },
4032
+ toAmino(message) {
4033
+ const obj = {};
4034
+ obj.code = message.code === 0 ? void 0 : message.code;
4035
+ obj.data = message.data ? base64FromBytes(message.data) : void 0;
4036
+ obj.log = message.log === "" ? void 0 : message.log;
4037
+ obj.info = message.info === "" ? void 0 : message.info;
4038
+ obj.gas_wanted = message.gasWanted !== BigInt(0) ? message.gasWanted?.toString() : void 0;
4039
+ obj.gas_used = message.gasUsed !== BigInt(0) ? message.gasUsed?.toString() : void 0;
4040
+ if (message.events) obj.events = message.events.map((e) => e ? Event.toAmino(e) : void 0);
4041
+ else obj.events = message.events;
4042
+ obj.codespace = message.codespace === "" ? void 0 : message.codespace;
4043
+ return obj;
4044
+ },
4045
+ fromAminoMsg(object) {
4046
+ return ExecTxResult.fromAmino(object.value);
4047
+ },
4048
+ fromProtoMsg(message) {
4049
+ return ExecTxResult.decode(message.value);
4050
+ },
4051
+ toProto(message) {
4052
+ return ExecTxResult.encode(message).finish();
4053
+ },
4054
+ toProtoMsg(message) {
4055
+ return {
4056
+ typeUrl: "/tendermint.abci.ExecTxResult",
4057
+ value: ExecTxResult.encode(message).finish()
4058
+ };
4059
+ },
4060
+ registerTypeUrl() {
4061
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ExecTxResult.typeUrl)) return;
4062
+ Event.registerTypeUrl();
4063
+ }
4064
+ };
4065
+ function createBaseTxResult() {
4066
+ return {
4067
+ height: BigInt(0),
4068
+ index: 0,
4069
+ tx: new Uint8Array(),
4070
+ result: ExecTxResult.fromPartial({})
4071
+ };
4072
+ }
4073
+ /**
4074
+ * TxResult contains results of executing the transaction.
4075
+ *
4076
+ * One usage is indexing transaction results.
4077
+ * @name TxResult
4078
+ * @package tendermint.abci
4079
+ * @see proto type: tendermint.abci.TxResult
4080
+ */
4081
+ const TxResult = {
4082
+ typeUrl: "/tendermint.abci.TxResult",
4083
+ is(o) {
4084
+ return o && (o.$typeUrl === TxResult.typeUrl || typeof o.height === "bigint" && typeof o.index === "number" && (o.tx instanceof Uint8Array || typeof o.tx === "string") && ExecTxResult.is(o.result));
4085
+ },
4086
+ isAmino(o) {
4087
+ return o && (o.$typeUrl === TxResult.typeUrl || typeof o.height === "bigint" && typeof o.index === "number" && (o.tx instanceof Uint8Array || typeof o.tx === "string") && ExecTxResult.isAmino(o.result));
4088
+ },
4089
+ encode(message, writer = BinaryWriter.create()) {
4090
+ if (message.height !== BigInt(0)) writer.uint32(8).int64(message.height);
4091
+ if (message.index !== 0) writer.uint32(16).uint32(message.index);
4092
+ if (message.tx.length !== 0) writer.uint32(26).bytes(message.tx);
4093
+ if (message.result !== void 0) ExecTxResult.encode(message.result, writer.uint32(34).fork()).ldelim();
4094
+ return writer;
4095
+ },
4096
+ decode(input, length) {
4097
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
4098
+ let end = length === void 0 ? reader.len : reader.pos + length;
4099
+ const message = createBaseTxResult();
4100
+ while (reader.pos < end) {
4101
+ const tag = reader.uint32();
4102
+ switch (tag >>> 3) {
4103
+ case 1:
4104
+ message.height = reader.int64();
4105
+ break;
4106
+ case 2:
4107
+ message.index = reader.uint32();
4108
+ break;
4109
+ case 3:
4110
+ message.tx = reader.bytes();
4111
+ break;
4112
+ case 4:
4113
+ message.result = ExecTxResult.decode(reader, reader.uint32());
4114
+ break;
4115
+ default:
4116
+ reader.skipType(tag & 7);
4117
+ break;
4118
+ }
4119
+ }
4120
+ return message;
4121
+ },
4122
+ fromPartial(object) {
4123
+ const message = createBaseTxResult();
4124
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
4125
+ message.index = object.index ?? 0;
4126
+ message.tx = object.tx ?? new Uint8Array();
4127
+ message.result = object.result !== void 0 && object.result !== null ? ExecTxResult.fromPartial(object.result) : void 0;
4128
+ return message;
4129
+ },
4130
+ fromAmino(object) {
4131
+ const message = createBaseTxResult();
4132
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
4133
+ if (object.index !== void 0 && object.index !== null) message.index = object.index;
4134
+ if (object.tx !== void 0 && object.tx !== null) message.tx = bytesFromBase64(object.tx);
4135
+ if (object.result !== void 0 && object.result !== null) message.result = ExecTxResult.fromAmino(object.result);
4136
+ return message;
4137
+ },
4138
+ toAmino(message) {
4139
+ const obj = {};
4140
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
4141
+ obj.index = message.index === 0 ? void 0 : message.index;
4142
+ obj.tx = message.tx ? base64FromBytes(message.tx) : void 0;
4143
+ obj.result = message.result ? ExecTxResult.toAmino(message.result) : void 0;
4144
+ return obj;
4145
+ },
4146
+ fromAminoMsg(object) {
4147
+ return TxResult.fromAmino(object.value);
4148
+ },
4149
+ fromProtoMsg(message) {
4150
+ return TxResult.decode(message.value);
4151
+ },
4152
+ toProto(message) {
4153
+ return TxResult.encode(message).finish();
4154
+ },
4155
+ toProtoMsg(message) {
4156
+ return {
4157
+ typeUrl: "/tendermint.abci.TxResult",
4158
+ value: TxResult.encode(message).finish()
4159
+ };
4160
+ },
4161
+ registerTypeUrl() {
4162
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(TxResult.typeUrl)) return;
4163
+ ExecTxResult.registerTypeUrl();
4164
+ }
4165
+ };
4166
+ function createBaseValidator() {
4167
+ return {
4168
+ address: new Uint8Array(),
4169
+ power: BigInt(0)
4170
+ };
4171
+ }
4172
+ /**
4173
+ * @name Validator
4174
+ * @package tendermint.abci
4175
+ * @see proto type: tendermint.abci.Validator
4176
+ */
4177
+ const Validator = {
4178
+ typeUrl: "/tendermint.abci.Validator",
4179
+ is(o) {
4180
+ return o && (o.$typeUrl === Validator.typeUrl || (o.address instanceof Uint8Array || typeof o.address === "string") && typeof o.power === "bigint");
4181
+ },
4182
+ isAmino(o) {
4183
+ return o && (o.$typeUrl === Validator.typeUrl || (o.address instanceof Uint8Array || typeof o.address === "string") && typeof o.power === "bigint");
4184
+ },
4185
+ encode(message, writer = BinaryWriter.create()) {
4186
+ if (message.address.length !== 0) writer.uint32(10).bytes(message.address);
4187
+ if (message.power !== BigInt(0)) writer.uint32(24).int64(message.power);
4188
+ return writer;
4189
+ },
4190
+ decode(input, length) {
4191
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
4192
+ let end = length === void 0 ? reader.len : reader.pos + length;
4193
+ const message = createBaseValidator();
4194
+ while (reader.pos < end) {
4195
+ const tag = reader.uint32();
4196
+ switch (tag >>> 3) {
4197
+ case 1:
4198
+ message.address = reader.bytes();
4199
+ break;
4200
+ case 3:
4201
+ message.power = reader.int64();
4202
+ break;
4203
+ default:
4204
+ reader.skipType(tag & 7);
4205
+ break;
4206
+ }
4207
+ }
4208
+ return message;
4209
+ },
4210
+ fromPartial(object) {
4211
+ const message = createBaseValidator();
4212
+ message.address = object.address ?? new Uint8Array();
4213
+ message.power = object.power !== void 0 && object.power !== null ? BigInt(object.power.toString()) : BigInt(0);
4214
+ return message;
4215
+ },
4216
+ fromAmino(object) {
4217
+ const message = createBaseValidator();
4218
+ if (object.address !== void 0 && object.address !== null) message.address = bytesFromBase64(object.address);
4219
+ if (object.power !== void 0 && object.power !== null) message.power = BigInt(object.power);
4220
+ return message;
4221
+ },
4222
+ toAmino(message) {
4223
+ const obj = {};
4224
+ obj.address = message.address ? base64FromBytes(message.address) : void 0;
4225
+ obj.power = message.power !== BigInt(0) ? message.power?.toString() : void 0;
4226
+ return obj;
4227
+ },
4228
+ fromAminoMsg(object) {
4229
+ return Validator.fromAmino(object.value);
4230
+ },
4231
+ fromProtoMsg(message) {
4232
+ return Validator.decode(message.value);
4233
+ },
4234
+ toProto(message) {
4235
+ return Validator.encode(message).finish();
4236
+ },
4237
+ toProtoMsg(message) {
4238
+ return {
4239
+ typeUrl: "/tendermint.abci.Validator",
4240
+ value: Validator.encode(message).finish()
4241
+ };
4242
+ },
4243
+ registerTypeUrl() {}
4244
+ };
4245
+ function createBaseValidatorUpdate() {
4246
+ return {
4247
+ pubKey: PublicKey.fromPartial({}),
4248
+ power: BigInt(0)
4249
+ };
4250
+ }
4251
+ /**
4252
+ * @name ValidatorUpdate
4253
+ * @package tendermint.abci
4254
+ * @see proto type: tendermint.abci.ValidatorUpdate
4255
+ */
4256
+ const ValidatorUpdate = {
4257
+ typeUrl: "/tendermint.abci.ValidatorUpdate",
4258
+ is(o) {
4259
+ return o && (o.$typeUrl === ValidatorUpdate.typeUrl || PublicKey.is(o.pubKey) && typeof o.power === "bigint");
4260
+ },
4261
+ isAmino(o) {
4262
+ return o && (o.$typeUrl === ValidatorUpdate.typeUrl || PublicKey.isAmino(o.pub_key) && typeof o.power === "bigint");
4263
+ },
4264
+ encode(message, writer = BinaryWriter.create()) {
4265
+ if (message.pubKey !== void 0) PublicKey.encode(message.pubKey, writer.uint32(10).fork()).ldelim();
4266
+ if (message.power !== BigInt(0)) writer.uint32(16).int64(message.power);
4267
+ return writer;
4268
+ },
4269
+ decode(input, length) {
4270
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
4271
+ let end = length === void 0 ? reader.len : reader.pos + length;
4272
+ const message = createBaseValidatorUpdate();
4273
+ while (reader.pos < end) {
4274
+ const tag = reader.uint32();
4275
+ switch (tag >>> 3) {
4276
+ case 1:
4277
+ message.pubKey = PublicKey.decode(reader, reader.uint32());
4278
+ break;
4279
+ case 2:
4280
+ message.power = reader.int64();
4281
+ break;
4282
+ default:
4283
+ reader.skipType(tag & 7);
4284
+ break;
4285
+ }
4286
+ }
4287
+ return message;
4288
+ },
4289
+ fromPartial(object) {
4290
+ const message = createBaseValidatorUpdate();
4291
+ message.pubKey = object.pubKey !== void 0 && object.pubKey !== null ? PublicKey.fromPartial(object.pubKey) : void 0;
4292
+ message.power = object.power !== void 0 && object.power !== null ? BigInt(object.power.toString()) : BigInt(0);
4293
+ return message;
4294
+ },
4295
+ fromAmino(object) {
4296
+ const message = createBaseValidatorUpdate();
4297
+ if (object.pub_key !== void 0 && object.pub_key !== null) message.pubKey = PublicKey.fromAmino(object.pub_key);
4298
+ if (object.power !== void 0 && object.power !== null) message.power = BigInt(object.power);
4299
+ return message;
4300
+ },
4301
+ toAmino(message) {
4302
+ const obj = {};
4303
+ obj.pub_key = message.pubKey ? PublicKey.toAmino(message.pubKey) : void 0;
4304
+ obj.power = message.power !== BigInt(0) ? message.power?.toString() : void 0;
4305
+ return obj;
4306
+ },
4307
+ fromAminoMsg(object) {
4308
+ return ValidatorUpdate.fromAmino(object.value);
4309
+ },
4310
+ fromProtoMsg(message) {
4311
+ return ValidatorUpdate.decode(message.value);
4312
+ },
4313
+ toProto(message) {
4314
+ return ValidatorUpdate.encode(message).finish();
4315
+ },
4316
+ toProtoMsg(message) {
4317
+ return {
4318
+ typeUrl: "/tendermint.abci.ValidatorUpdate",
4319
+ value: ValidatorUpdate.encode(message).finish()
4320
+ };
4321
+ },
4322
+ registerTypeUrl() {
4323
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ValidatorUpdate.typeUrl)) return;
4324
+ PublicKey.registerTypeUrl();
4325
+ }
4326
+ };
4327
+ function createBaseVoteInfo() {
4328
+ return {
4329
+ validator: Validator.fromPartial({}),
4330
+ blockIdFlag: 0
4331
+ };
4332
+ }
4333
+ /**
4334
+ * @name VoteInfo
4335
+ * @package tendermint.abci
4336
+ * @see proto type: tendermint.abci.VoteInfo
4337
+ */
4338
+ const VoteInfo = {
4339
+ typeUrl: "/tendermint.abci.VoteInfo",
4340
+ is(o) {
4341
+ return o && (o.$typeUrl === VoteInfo.typeUrl || Validator.is(o.validator) && isSet(o.blockIdFlag));
4342
+ },
4343
+ isAmino(o) {
4344
+ return o && (o.$typeUrl === VoteInfo.typeUrl || Validator.isAmino(o.validator) && isSet(o.block_id_flag));
4345
+ },
4346
+ encode(message, writer = BinaryWriter.create()) {
4347
+ if (message.validator !== void 0) Validator.encode(message.validator, writer.uint32(10).fork()).ldelim();
4348
+ if (message.blockIdFlag !== 0) writer.uint32(24).int32(message.blockIdFlag);
4349
+ return writer;
4350
+ },
4351
+ decode(input, length) {
4352
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
4353
+ let end = length === void 0 ? reader.len : reader.pos + length;
4354
+ const message = createBaseVoteInfo();
4355
+ while (reader.pos < end) {
4356
+ const tag = reader.uint32();
4357
+ switch (tag >>> 3) {
4358
+ case 1:
4359
+ message.validator = Validator.decode(reader, reader.uint32());
4360
+ break;
4361
+ case 3:
4362
+ message.blockIdFlag = reader.int32();
4363
+ break;
4364
+ default:
4365
+ reader.skipType(tag & 7);
4366
+ break;
4367
+ }
4368
+ }
4369
+ return message;
4370
+ },
4371
+ fromPartial(object) {
4372
+ const message = createBaseVoteInfo();
4373
+ message.validator = object.validator !== void 0 && object.validator !== null ? Validator.fromPartial(object.validator) : void 0;
4374
+ message.blockIdFlag = object.blockIdFlag ?? 0;
4375
+ return message;
4376
+ },
4377
+ fromAmino(object) {
4378
+ const message = createBaseVoteInfo();
4379
+ if (object.validator !== void 0 && object.validator !== null) message.validator = Validator.fromAmino(object.validator);
4380
+ if (object.block_id_flag !== void 0 && object.block_id_flag !== null) message.blockIdFlag = object.block_id_flag;
4381
+ return message;
4382
+ },
4383
+ toAmino(message) {
4384
+ const obj = {};
4385
+ obj.validator = message.validator ? Validator.toAmino(message.validator) : void 0;
4386
+ obj.block_id_flag = message.blockIdFlag === 0 ? void 0 : message.blockIdFlag;
4387
+ return obj;
4388
+ },
4389
+ fromAminoMsg(object) {
4390
+ return VoteInfo.fromAmino(object.value);
4391
+ },
4392
+ fromProtoMsg(message) {
4393
+ return VoteInfo.decode(message.value);
4394
+ },
4395
+ toProto(message) {
4396
+ return VoteInfo.encode(message).finish();
4397
+ },
4398
+ toProtoMsg(message) {
4399
+ return {
4400
+ typeUrl: "/tendermint.abci.VoteInfo",
4401
+ value: VoteInfo.encode(message).finish()
4402
+ };
4403
+ },
4404
+ registerTypeUrl() {
4405
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(VoteInfo.typeUrl)) return;
4406
+ Validator.registerTypeUrl();
4407
+ }
4408
+ };
4409
+ function createBaseExtendedVoteInfo() {
4410
+ return {
4411
+ validator: Validator.fromPartial({}),
4412
+ voteExtension: new Uint8Array(),
4413
+ extensionSignature: new Uint8Array(),
4414
+ blockIdFlag: 0
4415
+ };
4416
+ }
4417
+ /**
4418
+ * @name ExtendedVoteInfo
4419
+ * @package tendermint.abci
4420
+ * @see proto type: tendermint.abci.ExtendedVoteInfo
4421
+ */
4422
+ const ExtendedVoteInfo = {
4423
+ typeUrl: "/tendermint.abci.ExtendedVoteInfo",
4424
+ is(o) {
4425
+ return o && (o.$typeUrl === ExtendedVoteInfo.typeUrl || Validator.is(o.validator) && (o.voteExtension instanceof Uint8Array || typeof o.voteExtension === "string") && (o.extensionSignature instanceof Uint8Array || typeof o.extensionSignature === "string") && isSet(o.blockIdFlag));
4426
+ },
4427
+ isAmino(o) {
4428
+ return o && (o.$typeUrl === ExtendedVoteInfo.typeUrl || Validator.isAmino(o.validator) && (o.vote_extension instanceof Uint8Array || typeof o.vote_extension === "string") && (o.extension_signature instanceof Uint8Array || typeof o.extension_signature === "string") && isSet(o.block_id_flag));
4429
+ },
4430
+ encode(message, writer = BinaryWriter.create()) {
4431
+ if (message.validator !== void 0) Validator.encode(message.validator, writer.uint32(10).fork()).ldelim();
4432
+ if (message.voteExtension.length !== 0) writer.uint32(26).bytes(message.voteExtension);
4433
+ if (message.extensionSignature.length !== 0) writer.uint32(34).bytes(message.extensionSignature);
4434
+ if (message.blockIdFlag !== 0) writer.uint32(40).int32(message.blockIdFlag);
4435
+ return writer;
4436
+ },
4437
+ decode(input, length) {
4438
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
4439
+ let end = length === void 0 ? reader.len : reader.pos + length;
4440
+ const message = createBaseExtendedVoteInfo();
4441
+ while (reader.pos < end) {
4442
+ const tag = reader.uint32();
4443
+ switch (tag >>> 3) {
4444
+ case 1:
4445
+ message.validator = Validator.decode(reader, reader.uint32());
4446
+ break;
4447
+ case 3:
4448
+ message.voteExtension = reader.bytes();
4449
+ break;
4450
+ case 4:
4451
+ message.extensionSignature = reader.bytes();
4452
+ break;
4453
+ case 5:
4454
+ message.blockIdFlag = reader.int32();
4455
+ break;
4456
+ default:
4457
+ reader.skipType(tag & 7);
4458
+ break;
4459
+ }
4460
+ }
4461
+ return message;
4462
+ },
4463
+ fromPartial(object) {
4464
+ const message = createBaseExtendedVoteInfo();
4465
+ message.validator = object.validator !== void 0 && object.validator !== null ? Validator.fromPartial(object.validator) : void 0;
4466
+ message.voteExtension = object.voteExtension ?? new Uint8Array();
4467
+ message.extensionSignature = object.extensionSignature ?? new Uint8Array();
4468
+ message.blockIdFlag = object.blockIdFlag ?? 0;
4469
+ return message;
4470
+ },
4471
+ fromAmino(object) {
4472
+ const message = createBaseExtendedVoteInfo();
4473
+ if (object.validator !== void 0 && object.validator !== null) message.validator = Validator.fromAmino(object.validator);
4474
+ if (object.vote_extension !== void 0 && object.vote_extension !== null) message.voteExtension = bytesFromBase64(object.vote_extension);
4475
+ if (object.extension_signature !== void 0 && object.extension_signature !== null) message.extensionSignature = bytesFromBase64(object.extension_signature);
4476
+ if (object.block_id_flag !== void 0 && object.block_id_flag !== null) message.blockIdFlag = object.block_id_flag;
4477
+ return message;
4478
+ },
4479
+ toAmino(message) {
4480
+ const obj = {};
4481
+ obj.validator = message.validator ? Validator.toAmino(message.validator) : void 0;
4482
+ obj.vote_extension = message.voteExtension ? base64FromBytes(message.voteExtension) : void 0;
4483
+ obj.extension_signature = message.extensionSignature ? base64FromBytes(message.extensionSignature) : void 0;
4484
+ obj.block_id_flag = message.blockIdFlag === 0 ? void 0 : message.blockIdFlag;
4485
+ return obj;
4486
+ },
4487
+ fromAminoMsg(object) {
4488
+ return ExtendedVoteInfo.fromAmino(object.value);
4489
+ },
4490
+ fromProtoMsg(message) {
4491
+ return ExtendedVoteInfo.decode(message.value);
4492
+ },
4493
+ toProto(message) {
4494
+ return ExtendedVoteInfo.encode(message).finish();
4495
+ },
4496
+ toProtoMsg(message) {
4497
+ return {
4498
+ typeUrl: "/tendermint.abci.ExtendedVoteInfo",
4499
+ value: ExtendedVoteInfo.encode(message).finish()
4500
+ };
4501
+ },
4502
+ registerTypeUrl() {
4503
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(ExtendedVoteInfo.typeUrl)) return;
4504
+ Validator.registerTypeUrl();
4505
+ }
4506
+ };
4507
+ function createBaseMisbehavior() {
4508
+ return {
4509
+ type: 0,
4510
+ validator: Validator.fromPartial({}),
4511
+ height: BigInt(0),
4512
+ time: /* @__PURE__ */ new Date(),
4513
+ totalVotingPower: BigInt(0)
4514
+ };
4515
+ }
4516
+ /**
4517
+ * @name Misbehavior
4518
+ * @package tendermint.abci
4519
+ * @see proto type: tendermint.abci.Misbehavior
4520
+ */
4521
+ const Misbehavior = {
4522
+ typeUrl: "/tendermint.abci.Misbehavior",
4523
+ is(o) {
4524
+ return o && (o.$typeUrl === Misbehavior.typeUrl || isSet(o.type) && Validator.is(o.validator) && typeof o.height === "bigint" && Timestamp.is(o.time) && typeof o.totalVotingPower === "bigint");
4525
+ },
4526
+ isAmino(o) {
4527
+ return o && (o.$typeUrl === Misbehavior.typeUrl || isSet(o.type) && Validator.isAmino(o.validator) && typeof o.height === "bigint" && Timestamp.isAmino(o.time) && typeof o.total_voting_power === "bigint");
4528
+ },
4529
+ encode(message, writer = BinaryWriter.create()) {
4530
+ if (message.type !== 0) writer.uint32(8).int32(message.type);
4531
+ if (message.validator !== void 0) Validator.encode(message.validator, writer.uint32(18).fork()).ldelim();
4532
+ if (message.height !== BigInt(0)) writer.uint32(24).int64(message.height);
4533
+ if (message.time !== void 0) Timestamp.encode(toTimestamp(message.time), writer.uint32(34).fork()).ldelim();
4534
+ if (message.totalVotingPower !== BigInt(0)) writer.uint32(40).int64(message.totalVotingPower);
4535
+ return writer;
4536
+ },
4537
+ decode(input, length) {
4538
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
4539
+ let end = length === void 0 ? reader.len : reader.pos + length;
4540
+ const message = createBaseMisbehavior();
4541
+ while (reader.pos < end) {
4542
+ const tag = reader.uint32();
4543
+ switch (tag >>> 3) {
4544
+ case 1:
4545
+ message.type = reader.int32();
4546
+ break;
4547
+ case 2:
4548
+ message.validator = Validator.decode(reader, reader.uint32());
4549
+ break;
4550
+ case 3:
4551
+ message.height = reader.int64();
4552
+ break;
4553
+ case 4:
4554
+ message.time = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
4555
+ break;
4556
+ case 5:
4557
+ message.totalVotingPower = reader.int64();
4558
+ break;
4559
+ default:
4560
+ reader.skipType(tag & 7);
4561
+ break;
4562
+ }
4563
+ }
4564
+ return message;
4565
+ },
4566
+ fromPartial(object) {
4567
+ const message = createBaseMisbehavior();
4568
+ message.type = object.type ?? 0;
4569
+ message.validator = object.validator !== void 0 && object.validator !== null ? Validator.fromPartial(object.validator) : void 0;
4570
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
4571
+ message.time = object.time ?? void 0;
4572
+ message.totalVotingPower = object.totalVotingPower !== void 0 && object.totalVotingPower !== null ? BigInt(object.totalVotingPower.toString()) : BigInt(0);
4573
+ return message;
4574
+ },
4575
+ fromAmino(object) {
4576
+ const message = createBaseMisbehavior();
4577
+ if (object.type !== void 0 && object.type !== null) message.type = object.type;
4578
+ if (object.validator !== void 0 && object.validator !== null) message.validator = Validator.fromAmino(object.validator);
4579
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
4580
+ if (object.time !== void 0 && object.time !== null) message.time = fromTimestamp(Timestamp.fromAmino(object.time));
4581
+ if (object.total_voting_power !== void 0 && object.total_voting_power !== null) message.totalVotingPower = BigInt(object.total_voting_power);
4582
+ return message;
4583
+ },
4584
+ toAmino(message) {
4585
+ const obj = {};
4586
+ obj.type = message.type === 0 ? void 0 : message.type;
4587
+ obj.validator = message.validator ? Validator.toAmino(message.validator) : void 0;
4588
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
4589
+ obj.time = message.time ? Timestamp.toAmino(toTimestamp(message.time)) : void 0;
4590
+ obj.total_voting_power = message.totalVotingPower !== BigInt(0) ? message.totalVotingPower?.toString() : void 0;
4591
+ return obj;
4592
+ },
4593
+ fromAminoMsg(object) {
4594
+ return Misbehavior.fromAmino(object.value);
4595
+ },
4596
+ fromProtoMsg(message) {
4597
+ return Misbehavior.decode(message.value);
4598
+ },
4599
+ toProto(message) {
4600
+ return Misbehavior.encode(message).finish();
4601
+ },
4602
+ toProtoMsg(message) {
4603
+ return {
4604
+ typeUrl: "/tendermint.abci.Misbehavior",
4605
+ value: Misbehavior.encode(message).finish()
4606
+ };
4607
+ },
4608
+ registerTypeUrl() {
4609
+ if (!GlobalDecoderRegistry.registerExistingTypeUrl(Misbehavior.typeUrl)) return;
4610
+ Validator.registerTypeUrl();
4611
+ }
4612
+ };
4613
+ function createBaseSnapshot() {
4614
+ return {
4615
+ height: BigInt(0),
4616
+ format: 0,
4617
+ chunks: 0,
4618
+ hash: new Uint8Array(),
4619
+ metadata: new Uint8Array()
4620
+ };
4621
+ }
4622
+ /**
4623
+ * @name Snapshot
4624
+ * @package tendermint.abci
4625
+ * @see proto type: tendermint.abci.Snapshot
4626
+ */
4627
+ const Snapshot = {
4628
+ typeUrl: "/tendermint.abci.Snapshot",
4629
+ is(o) {
4630
+ return o && (o.$typeUrl === Snapshot.typeUrl || typeof o.height === "bigint" && typeof o.format === "number" && typeof o.chunks === "number" && (o.hash instanceof Uint8Array || typeof o.hash === "string") && (o.metadata instanceof Uint8Array || typeof o.metadata === "string"));
4631
+ },
4632
+ isAmino(o) {
4633
+ return o && (o.$typeUrl === Snapshot.typeUrl || typeof o.height === "bigint" && typeof o.format === "number" && typeof o.chunks === "number" && (o.hash instanceof Uint8Array || typeof o.hash === "string") && (o.metadata instanceof Uint8Array || typeof o.metadata === "string"));
4634
+ },
4635
+ encode(message, writer = BinaryWriter.create()) {
4636
+ if (message.height !== BigInt(0)) writer.uint32(8).uint64(message.height);
4637
+ if (message.format !== 0) writer.uint32(16).uint32(message.format);
4638
+ if (message.chunks !== 0) writer.uint32(24).uint32(message.chunks);
4639
+ if (message.hash.length !== 0) writer.uint32(34).bytes(message.hash);
4640
+ if (message.metadata.length !== 0) writer.uint32(42).bytes(message.metadata);
4641
+ return writer;
4642
+ },
4643
+ decode(input, length) {
4644
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
4645
+ let end = length === void 0 ? reader.len : reader.pos + length;
4646
+ const message = createBaseSnapshot();
4647
+ while (reader.pos < end) {
4648
+ const tag = reader.uint32();
4649
+ switch (tag >>> 3) {
4650
+ case 1:
4651
+ message.height = reader.uint64();
4652
+ break;
4653
+ case 2:
4654
+ message.format = reader.uint32();
4655
+ break;
4656
+ case 3:
4657
+ message.chunks = reader.uint32();
4658
+ break;
4659
+ case 4:
4660
+ message.hash = reader.bytes();
4661
+ break;
4662
+ case 5:
4663
+ message.metadata = reader.bytes();
4664
+ break;
4665
+ default:
4666
+ reader.skipType(tag & 7);
4667
+ break;
4668
+ }
4669
+ }
4670
+ return message;
4671
+ },
4672
+ fromPartial(object) {
4673
+ const message = createBaseSnapshot();
4674
+ message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
4675
+ message.format = object.format ?? 0;
4676
+ message.chunks = object.chunks ?? 0;
4677
+ message.hash = object.hash ?? new Uint8Array();
4678
+ message.metadata = object.metadata ?? new Uint8Array();
4679
+ return message;
4680
+ },
4681
+ fromAmino(object) {
4682
+ const message = createBaseSnapshot();
4683
+ if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
4684
+ if (object.format !== void 0 && object.format !== null) message.format = object.format;
4685
+ if (object.chunks !== void 0 && object.chunks !== null) message.chunks = object.chunks;
4686
+ if (object.hash !== void 0 && object.hash !== null) message.hash = bytesFromBase64(object.hash);
4687
+ if (object.metadata !== void 0 && object.metadata !== null) message.metadata = bytesFromBase64(object.metadata);
4688
+ return message;
4689
+ },
4690
+ toAmino(message) {
4691
+ const obj = {};
4692
+ obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
4693
+ obj.format = message.format === 0 ? void 0 : message.format;
4694
+ obj.chunks = message.chunks === 0 ? void 0 : message.chunks;
4695
+ obj.hash = message.hash ? base64FromBytes(message.hash) : void 0;
4696
+ obj.metadata = message.metadata ? base64FromBytes(message.metadata) : void 0;
4697
+ return obj;
4698
+ },
4699
+ fromAminoMsg(object) {
4700
+ return Snapshot.fromAmino(object.value);
4701
+ },
4702
+ fromProtoMsg(message) {
4703
+ return Snapshot.decode(message.value);
4704
+ },
4705
+ toProto(message) {
4706
+ return Snapshot.encode(message).finish();
4707
+ },
4708
+ toProtoMsg(message) {
4709
+ return {
4710
+ typeUrl: "/tendermint.abci.Snapshot",
4711
+ value: Snapshot.encode(message).finish()
4712
+ };
4713
+ },
4714
+ registerTypeUrl() {}
4715
+ };
4716
+
4717
+ //#endregion
4718
+ export { CheckTxType, CheckTxTypeAmino, CommitInfo, Event, EventAttribute, ExecTxResult, ExtendedCommitInfo, ExtendedVoteInfo, Misbehavior, MisbehaviorType, MisbehaviorTypeAmino, Request, RequestApplySnapshotChunk, RequestCheckTx, RequestCommit, RequestEcho, RequestExtendVote, RequestFinalizeBlock, RequestFlush, RequestInfo, RequestInitChain, RequestListSnapshots, RequestLoadSnapshotChunk, RequestOfferSnapshot, RequestPrepareProposal, RequestProcessProposal, RequestQuery, RequestVerifyVoteExtension, Response, ResponseApplySnapshotChunk, ResponseApplySnapshotChunk_Result, ResponseApplySnapshotChunk_ResultAmino, ResponseCheckTx, ResponseCommit, ResponseEcho, ResponseException, ResponseExtendVote, ResponseFinalizeBlock, ResponseFlush, ResponseInfo, ResponseInitChain, ResponseListSnapshots, ResponseLoadSnapshotChunk, ResponseOfferSnapshot, ResponseOfferSnapshot_Result, ResponseOfferSnapshot_ResultAmino, ResponsePrepareProposal, ResponseProcessProposal, ResponseProcessProposal_ProposalStatus, ResponseProcessProposal_ProposalStatusAmino, ResponseQuery, ResponseVerifyVoteExtension, ResponseVerifyVoteExtension_VerifyStatus, ResponseVerifyVoteExtension_VerifyStatusAmino, Snapshot, TxResult, Validator, ValidatorUpdate, VoteInfo, checkTxTypeFromJSON, checkTxTypeToJSON, misbehaviorTypeFromJSON, misbehaviorTypeToJSON, responseApplySnapshotChunk_ResultFromJSON, responseApplySnapshotChunk_ResultToJSON, responseOfferSnapshot_ResultFromJSON, responseOfferSnapshot_ResultToJSON, responseProcessProposal_ProposalStatusFromJSON, responseProcessProposal_ProposalStatusToJSON, responseVerifyVoteExtension_VerifyStatusFromJSON, responseVerifyVoteExtension_VerifyStatusToJSON };