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