@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,2759 @@
1
+ import { BinaryReader, BinaryWriter } from "../../binary.js";
2
+ import { DeepPartial } from "../../helpers.js";
3
+ import { ConsensusParams, ConsensusParamsAmino } from "../types/params.js";
4
+ import { ProofOps, ProofOpsAmino } from "../crypto/proof.js";
5
+ import { PublicKey, PublicKeyAmino } from "../crypto/keys.js";
6
+ import { BlockIDFlag } from "../types/validator.js";
7
+
8
+ //#region src/tendermint/abci/types.d.ts
9
+ declare enum CheckTxType {
10
+ NEW = 0,
11
+ RECHECK = 1,
12
+ UNRECOGNIZED = -1
13
+ }
14
+ declare const CheckTxTypeAmino: typeof CheckTxType;
15
+ declare function checkTxTypeFromJSON(object: any): CheckTxType;
16
+ declare function checkTxTypeToJSON(object: CheckTxType): string;
17
+ declare enum ResponseOfferSnapshot_Result {
18
+ /** UNKNOWN - Unknown result, abort all snapshot restoration */
19
+ UNKNOWN = 0,
20
+ /** ACCEPT - Snapshot accepted, apply chunks */
21
+ ACCEPT = 1,
22
+ /** ABORT - Abort all snapshot restoration */
23
+ ABORT = 2,
24
+ /** REJECT - Reject this specific snapshot, try others */
25
+ REJECT = 3,
26
+ /** REJECT_FORMAT - Reject all snapshots of this format, try others */
27
+ REJECT_FORMAT = 4,
28
+ /** REJECT_SENDER - Reject all snapshots from the sender(s), try others */
29
+ REJECT_SENDER = 5,
30
+ UNRECOGNIZED = -1
31
+ }
32
+ declare const ResponseOfferSnapshot_ResultAmino: typeof ResponseOfferSnapshot_Result;
33
+ declare function responseOfferSnapshot_ResultFromJSON(object: any): ResponseOfferSnapshot_Result;
34
+ declare function responseOfferSnapshot_ResultToJSON(object: ResponseOfferSnapshot_Result): string;
35
+ declare enum ResponseApplySnapshotChunk_Result {
36
+ /** UNKNOWN - Unknown result, abort all snapshot restoration */
37
+ UNKNOWN = 0,
38
+ /** ACCEPT - Chunk successfully accepted */
39
+ ACCEPT = 1,
40
+ /** ABORT - Abort all snapshot restoration */
41
+ ABORT = 2,
42
+ /** RETRY - Retry chunk (combine with refetch and reject) */
43
+ RETRY = 3,
44
+ /** RETRY_SNAPSHOT - Retry snapshot (combine with refetch and reject) */
45
+ RETRY_SNAPSHOT = 4,
46
+ /** REJECT_SNAPSHOT - Reject this snapshot, try others */
47
+ REJECT_SNAPSHOT = 5,
48
+ UNRECOGNIZED = -1
49
+ }
50
+ declare const ResponseApplySnapshotChunk_ResultAmino: typeof ResponseApplySnapshotChunk_Result;
51
+ declare function responseApplySnapshotChunk_ResultFromJSON(object: any): ResponseApplySnapshotChunk_Result;
52
+ declare function responseApplySnapshotChunk_ResultToJSON(object: ResponseApplySnapshotChunk_Result): string;
53
+ declare enum ResponseProcessProposal_ProposalStatus {
54
+ UNKNOWN = 0,
55
+ ACCEPT = 1,
56
+ REJECT = 2,
57
+ UNRECOGNIZED = -1
58
+ }
59
+ declare const ResponseProcessProposal_ProposalStatusAmino: typeof ResponseProcessProposal_ProposalStatus;
60
+ declare function responseProcessProposal_ProposalStatusFromJSON(object: any): ResponseProcessProposal_ProposalStatus;
61
+ declare function responseProcessProposal_ProposalStatusToJSON(object: ResponseProcessProposal_ProposalStatus): string;
62
+ declare enum ResponseVerifyVoteExtension_VerifyStatus {
63
+ UNKNOWN = 0,
64
+ ACCEPT = 1,
65
+ /**
66
+ * REJECT - Rejecting the vote extension will reject the entire precommit by the sender.
67
+ * Incorrectly implementing this thus has liveness implications as it may affect
68
+ * CometBFT's ability to receive 2/3+ valid votes to finalize the block.
69
+ * Honest nodes should never be rejected.
70
+ */
71
+ REJECT = 2,
72
+ UNRECOGNIZED = -1
73
+ }
74
+ declare const ResponseVerifyVoteExtension_VerifyStatusAmino: typeof ResponseVerifyVoteExtension_VerifyStatus;
75
+ declare function responseVerifyVoteExtension_VerifyStatusFromJSON(object: any): ResponseVerifyVoteExtension_VerifyStatus;
76
+ declare function responseVerifyVoteExtension_VerifyStatusToJSON(object: ResponseVerifyVoteExtension_VerifyStatus): string;
77
+ declare enum MisbehaviorType {
78
+ UNKNOWN = 0,
79
+ DUPLICATE_VOTE = 1,
80
+ LIGHT_CLIENT_ATTACK = 2,
81
+ UNRECOGNIZED = -1
82
+ }
83
+ declare const MisbehaviorTypeAmino: typeof MisbehaviorType;
84
+ declare function misbehaviorTypeFromJSON(object: any): MisbehaviorType;
85
+ declare function misbehaviorTypeToJSON(object: MisbehaviorType): string;
86
+ /**
87
+ * @name Request
88
+ * @package tendermint.abci
89
+ * @see proto type: tendermint.abci.Request
90
+ */
91
+ interface Request {
92
+ echo?: RequestEcho;
93
+ flush?: RequestFlush;
94
+ info?: RequestInfo;
95
+ initChain?: RequestInitChain;
96
+ query?: RequestQuery;
97
+ checkTx?: RequestCheckTx;
98
+ commit?: RequestCommit;
99
+ listSnapshots?: RequestListSnapshots;
100
+ offerSnapshot?: RequestOfferSnapshot;
101
+ loadSnapshotChunk?: RequestLoadSnapshotChunk;
102
+ applySnapshotChunk?: RequestApplySnapshotChunk;
103
+ prepareProposal?: RequestPrepareProposal;
104
+ processProposal?: RequestProcessProposal;
105
+ extendVote?: RequestExtendVote;
106
+ verifyVoteExtension?: RequestVerifyVoteExtension;
107
+ finalizeBlock?: RequestFinalizeBlock;
108
+ }
109
+ interface RequestProtoMsg {
110
+ typeUrl: "/tendermint.abci.Request";
111
+ value: Uint8Array;
112
+ }
113
+ /**
114
+ * @name RequestAmino
115
+ * @package tendermint.abci
116
+ * @see proto type: tendermint.abci.Request
117
+ */
118
+ interface RequestAmino {
119
+ echo?: RequestEchoAmino;
120
+ flush?: RequestFlushAmino;
121
+ info?: RequestInfoAmino;
122
+ init_chain?: RequestInitChainAmino;
123
+ query?: RequestQueryAmino;
124
+ check_tx?: RequestCheckTxAmino;
125
+ commit?: RequestCommitAmino;
126
+ list_snapshots?: RequestListSnapshotsAmino;
127
+ offer_snapshot?: RequestOfferSnapshotAmino;
128
+ load_snapshot_chunk?: RequestLoadSnapshotChunkAmino;
129
+ apply_snapshot_chunk?: RequestApplySnapshotChunkAmino;
130
+ prepare_proposal?: RequestPrepareProposalAmino;
131
+ process_proposal?: RequestProcessProposalAmino;
132
+ extend_vote?: RequestExtendVoteAmino;
133
+ verify_vote_extension?: RequestVerifyVoteExtensionAmino;
134
+ finalize_block?: RequestFinalizeBlockAmino;
135
+ }
136
+ interface RequestAminoMsg {
137
+ type: "/tendermint.abci.Request";
138
+ value: RequestAmino;
139
+ }
140
+ /**
141
+ * @name RequestEcho
142
+ * @package tendermint.abci
143
+ * @see proto type: tendermint.abci.RequestEcho
144
+ */
145
+ interface RequestEcho {
146
+ message: string;
147
+ }
148
+ interface RequestEchoProtoMsg {
149
+ typeUrl: "/tendermint.abci.RequestEcho";
150
+ value: Uint8Array;
151
+ }
152
+ /**
153
+ * @name RequestEchoAmino
154
+ * @package tendermint.abci
155
+ * @see proto type: tendermint.abci.RequestEcho
156
+ */
157
+ interface RequestEchoAmino {
158
+ message: string;
159
+ }
160
+ interface RequestEchoAminoMsg {
161
+ type: "/tendermint.abci.RequestEcho";
162
+ value: RequestEchoAmino;
163
+ }
164
+ /**
165
+ * @name RequestFlush
166
+ * @package tendermint.abci
167
+ * @see proto type: tendermint.abci.RequestFlush
168
+ */
169
+ interface RequestFlush {}
170
+ interface RequestFlushProtoMsg {
171
+ typeUrl: "/tendermint.abci.RequestFlush";
172
+ value: Uint8Array;
173
+ }
174
+ /**
175
+ * @name RequestFlushAmino
176
+ * @package tendermint.abci
177
+ * @see proto type: tendermint.abci.RequestFlush
178
+ */
179
+ interface RequestFlushAmino {}
180
+ interface RequestFlushAminoMsg {
181
+ type: "/tendermint.abci.RequestFlush";
182
+ value: RequestFlushAmino;
183
+ }
184
+ /**
185
+ * @name RequestInfo
186
+ * @package tendermint.abci
187
+ * @see proto type: tendermint.abci.RequestInfo
188
+ */
189
+ interface RequestInfo {
190
+ version: string;
191
+ blockVersion: bigint;
192
+ p2pVersion: bigint;
193
+ abciVersion: string;
194
+ }
195
+ interface RequestInfoProtoMsg {
196
+ typeUrl: "/tendermint.abci.RequestInfo";
197
+ value: Uint8Array;
198
+ }
199
+ /**
200
+ * @name RequestInfoAmino
201
+ * @package tendermint.abci
202
+ * @see proto type: tendermint.abci.RequestInfo
203
+ */
204
+ interface RequestInfoAmino {
205
+ version: string;
206
+ block_version: string;
207
+ p2p_version: string;
208
+ abci_version: string;
209
+ }
210
+ interface RequestInfoAminoMsg {
211
+ type: "/tendermint.abci.RequestInfo";
212
+ value: RequestInfoAmino;
213
+ }
214
+ /**
215
+ * @name RequestInitChain
216
+ * @package tendermint.abci
217
+ * @see proto type: tendermint.abci.RequestInitChain
218
+ */
219
+ interface RequestInitChain {
220
+ time: Date;
221
+ chainId: string;
222
+ consensusParams?: ConsensusParams;
223
+ validators: ValidatorUpdate[];
224
+ appStateBytes: Uint8Array;
225
+ initialHeight: bigint;
226
+ }
227
+ interface RequestInitChainProtoMsg {
228
+ typeUrl: "/tendermint.abci.RequestInitChain";
229
+ value: Uint8Array;
230
+ }
231
+ /**
232
+ * @name RequestInitChainAmino
233
+ * @package tendermint.abci
234
+ * @see proto type: tendermint.abci.RequestInitChain
235
+ */
236
+ interface RequestInitChainAmino {
237
+ time: string;
238
+ chain_id: string;
239
+ consensus_params?: ConsensusParamsAmino;
240
+ validators: ValidatorUpdateAmino[];
241
+ app_state_bytes: string;
242
+ initial_height: string;
243
+ }
244
+ interface RequestInitChainAminoMsg {
245
+ type: "/tendermint.abci.RequestInitChain";
246
+ value: RequestInitChainAmino;
247
+ }
248
+ /**
249
+ * @name RequestQuery
250
+ * @package tendermint.abci
251
+ * @see proto type: tendermint.abci.RequestQuery
252
+ */
253
+ interface RequestQuery {
254
+ data: Uint8Array;
255
+ path: string;
256
+ height: bigint;
257
+ prove: boolean;
258
+ }
259
+ interface RequestQueryProtoMsg {
260
+ typeUrl: "/tendermint.abci.RequestQuery";
261
+ value: Uint8Array;
262
+ }
263
+ /**
264
+ * @name RequestQueryAmino
265
+ * @package tendermint.abci
266
+ * @see proto type: tendermint.abci.RequestQuery
267
+ */
268
+ interface RequestQueryAmino {
269
+ data: string;
270
+ path: string;
271
+ height: string;
272
+ prove: boolean;
273
+ }
274
+ interface RequestQueryAminoMsg {
275
+ type: "/tendermint.abci.RequestQuery";
276
+ value: RequestQueryAmino;
277
+ }
278
+ /**
279
+ * @name RequestCheckTx
280
+ * @package tendermint.abci
281
+ * @see proto type: tendermint.abci.RequestCheckTx
282
+ */
283
+ interface RequestCheckTx {
284
+ tx: Uint8Array;
285
+ type: CheckTxType;
286
+ }
287
+ interface RequestCheckTxProtoMsg {
288
+ typeUrl: "/tendermint.abci.RequestCheckTx";
289
+ value: Uint8Array;
290
+ }
291
+ /**
292
+ * @name RequestCheckTxAmino
293
+ * @package tendermint.abci
294
+ * @see proto type: tendermint.abci.RequestCheckTx
295
+ */
296
+ interface RequestCheckTxAmino {
297
+ tx: string;
298
+ type: CheckTxType;
299
+ }
300
+ interface RequestCheckTxAminoMsg {
301
+ type: "/tendermint.abci.RequestCheckTx";
302
+ value: RequestCheckTxAmino;
303
+ }
304
+ /**
305
+ * @name RequestCommit
306
+ * @package tendermint.abci
307
+ * @see proto type: tendermint.abci.RequestCommit
308
+ */
309
+ interface RequestCommit {}
310
+ interface RequestCommitProtoMsg {
311
+ typeUrl: "/tendermint.abci.RequestCommit";
312
+ value: Uint8Array;
313
+ }
314
+ /**
315
+ * @name RequestCommitAmino
316
+ * @package tendermint.abci
317
+ * @see proto type: tendermint.abci.RequestCommit
318
+ */
319
+ interface RequestCommitAmino {}
320
+ interface RequestCommitAminoMsg {
321
+ type: "/tendermint.abci.RequestCommit";
322
+ value: RequestCommitAmino;
323
+ }
324
+ /**
325
+ * lists available snapshots
326
+ * @name RequestListSnapshots
327
+ * @package tendermint.abci
328
+ * @see proto type: tendermint.abci.RequestListSnapshots
329
+ */
330
+ interface RequestListSnapshots {}
331
+ interface RequestListSnapshotsProtoMsg {
332
+ typeUrl: "/tendermint.abci.RequestListSnapshots";
333
+ value: Uint8Array;
334
+ }
335
+ /**
336
+ * lists available snapshots
337
+ * @name RequestListSnapshotsAmino
338
+ * @package tendermint.abci
339
+ * @see proto type: tendermint.abci.RequestListSnapshots
340
+ */
341
+ interface RequestListSnapshotsAmino {}
342
+ interface RequestListSnapshotsAminoMsg {
343
+ type: "/tendermint.abci.RequestListSnapshots";
344
+ value: RequestListSnapshotsAmino;
345
+ }
346
+ /**
347
+ * offers a snapshot to the application
348
+ * @name RequestOfferSnapshot
349
+ * @package tendermint.abci
350
+ * @see proto type: tendermint.abci.RequestOfferSnapshot
351
+ */
352
+ interface RequestOfferSnapshot {
353
+ /**
354
+ * snapshot offered by peers
355
+ */
356
+ snapshot?: Snapshot;
357
+ /**
358
+ * light client-verified app hash for snapshot height
359
+ */
360
+ appHash: Uint8Array;
361
+ }
362
+ interface RequestOfferSnapshotProtoMsg {
363
+ typeUrl: "/tendermint.abci.RequestOfferSnapshot";
364
+ value: Uint8Array;
365
+ }
366
+ /**
367
+ * offers a snapshot to the application
368
+ * @name RequestOfferSnapshotAmino
369
+ * @package tendermint.abci
370
+ * @see proto type: tendermint.abci.RequestOfferSnapshot
371
+ */
372
+ interface RequestOfferSnapshotAmino {
373
+ /**
374
+ * snapshot offered by peers
375
+ */
376
+ snapshot?: SnapshotAmino;
377
+ /**
378
+ * light client-verified app hash for snapshot height
379
+ */
380
+ app_hash: string;
381
+ }
382
+ interface RequestOfferSnapshotAminoMsg {
383
+ type: "/tendermint.abci.RequestOfferSnapshot";
384
+ value: RequestOfferSnapshotAmino;
385
+ }
386
+ /**
387
+ * loads a snapshot chunk
388
+ * @name RequestLoadSnapshotChunk
389
+ * @package tendermint.abci
390
+ * @see proto type: tendermint.abci.RequestLoadSnapshotChunk
391
+ */
392
+ interface RequestLoadSnapshotChunk {
393
+ height: bigint;
394
+ format: number;
395
+ chunk: number;
396
+ }
397
+ interface RequestLoadSnapshotChunkProtoMsg {
398
+ typeUrl: "/tendermint.abci.RequestLoadSnapshotChunk";
399
+ value: Uint8Array;
400
+ }
401
+ /**
402
+ * loads a snapshot chunk
403
+ * @name RequestLoadSnapshotChunkAmino
404
+ * @package tendermint.abci
405
+ * @see proto type: tendermint.abci.RequestLoadSnapshotChunk
406
+ */
407
+ interface RequestLoadSnapshotChunkAmino {
408
+ height: string;
409
+ format: number;
410
+ chunk: number;
411
+ }
412
+ interface RequestLoadSnapshotChunkAminoMsg {
413
+ type: "/tendermint.abci.RequestLoadSnapshotChunk";
414
+ value: RequestLoadSnapshotChunkAmino;
415
+ }
416
+ /**
417
+ * Applies a snapshot chunk
418
+ * @name RequestApplySnapshotChunk
419
+ * @package tendermint.abci
420
+ * @see proto type: tendermint.abci.RequestApplySnapshotChunk
421
+ */
422
+ interface RequestApplySnapshotChunk {
423
+ index: number;
424
+ chunk: Uint8Array;
425
+ sender: string;
426
+ }
427
+ interface RequestApplySnapshotChunkProtoMsg {
428
+ typeUrl: "/tendermint.abci.RequestApplySnapshotChunk";
429
+ value: Uint8Array;
430
+ }
431
+ /**
432
+ * Applies a snapshot chunk
433
+ * @name RequestApplySnapshotChunkAmino
434
+ * @package tendermint.abci
435
+ * @see proto type: tendermint.abci.RequestApplySnapshotChunk
436
+ */
437
+ interface RequestApplySnapshotChunkAmino {
438
+ index: number;
439
+ chunk: string;
440
+ sender: string;
441
+ }
442
+ interface RequestApplySnapshotChunkAminoMsg {
443
+ type: "/tendermint.abci.RequestApplySnapshotChunk";
444
+ value: RequestApplySnapshotChunkAmino;
445
+ }
446
+ /**
447
+ * @name RequestPrepareProposal
448
+ * @package tendermint.abci
449
+ * @see proto type: tendermint.abci.RequestPrepareProposal
450
+ */
451
+ interface RequestPrepareProposal {
452
+ /**
453
+ * the modified transactions cannot exceed this size.
454
+ */
455
+ maxTxBytes: bigint;
456
+ /**
457
+ * txs is an array of transactions that will be included in a block,
458
+ * sent to the app for possible modifications.
459
+ */
460
+ txs: Uint8Array[];
461
+ localLastCommit: ExtendedCommitInfo;
462
+ misbehavior: Misbehavior[];
463
+ height: bigint;
464
+ time: Date;
465
+ nextValidatorsHash: Uint8Array;
466
+ /**
467
+ * address of the public key of the validator proposing the block.
468
+ */
469
+ proposerAddress: Uint8Array;
470
+ }
471
+ interface RequestPrepareProposalProtoMsg {
472
+ typeUrl: "/tendermint.abci.RequestPrepareProposal";
473
+ value: Uint8Array;
474
+ }
475
+ /**
476
+ * @name RequestPrepareProposalAmino
477
+ * @package tendermint.abci
478
+ * @see proto type: tendermint.abci.RequestPrepareProposal
479
+ */
480
+ interface RequestPrepareProposalAmino {
481
+ /**
482
+ * the modified transactions cannot exceed this size.
483
+ */
484
+ max_tx_bytes: string;
485
+ /**
486
+ * txs is an array of transactions that will be included in a block,
487
+ * sent to the app for possible modifications.
488
+ */
489
+ txs: string[];
490
+ local_last_commit: ExtendedCommitInfoAmino;
491
+ misbehavior: MisbehaviorAmino[];
492
+ height: string;
493
+ time: string;
494
+ next_validators_hash: string;
495
+ /**
496
+ * address of the public key of the validator proposing the block.
497
+ */
498
+ proposer_address: string;
499
+ }
500
+ interface RequestPrepareProposalAminoMsg {
501
+ type: "/tendermint.abci.RequestPrepareProposal";
502
+ value: RequestPrepareProposalAmino;
503
+ }
504
+ /**
505
+ * @name RequestProcessProposal
506
+ * @package tendermint.abci
507
+ * @see proto type: tendermint.abci.RequestProcessProposal
508
+ */
509
+ interface RequestProcessProposal {
510
+ txs: Uint8Array[];
511
+ proposedLastCommit: CommitInfo;
512
+ misbehavior: Misbehavior[];
513
+ /**
514
+ * hash is the merkle root hash of the fields of the proposed block.
515
+ */
516
+ hash: Uint8Array;
517
+ height: bigint;
518
+ time: Date;
519
+ nextValidatorsHash: Uint8Array;
520
+ /**
521
+ * address of the public key of the original proposer of the block.
522
+ */
523
+ proposerAddress: Uint8Array;
524
+ }
525
+ interface RequestProcessProposalProtoMsg {
526
+ typeUrl: "/tendermint.abci.RequestProcessProposal";
527
+ value: Uint8Array;
528
+ }
529
+ /**
530
+ * @name RequestProcessProposalAmino
531
+ * @package tendermint.abci
532
+ * @see proto type: tendermint.abci.RequestProcessProposal
533
+ */
534
+ interface RequestProcessProposalAmino {
535
+ txs: string[];
536
+ proposed_last_commit: CommitInfoAmino;
537
+ misbehavior: MisbehaviorAmino[];
538
+ /**
539
+ * hash is the merkle root hash of the fields of the proposed block.
540
+ */
541
+ hash: string;
542
+ height: string;
543
+ time: string;
544
+ next_validators_hash: string;
545
+ /**
546
+ * address of the public key of the original proposer of the block.
547
+ */
548
+ proposer_address: string;
549
+ }
550
+ interface RequestProcessProposalAminoMsg {
551
+ type: "/tendermint.abci.RequestProcessProposal";
552
+ value: RequestProcessProposalAmino;
553
+ }
554
+ /**
555
+ * Extends a vote with application-injected data
556
+ * @name RequestExtendVote
557
+ * @package tendermint.abci
558
+ * @see proto type: tendermint.abci.RequestExtendVote
559
+ */
560
+ interface RequestExtendVote {
561
+ /**
562
+ * the hash of the block that this vote may be referring to
563
+ */
564
+ hash: Uint8Array;
565
+ /**
566
+ * the height of the extended vote
567
+ */
568
+ height: bigint;
569
+ /**
570
+ * info of the block that this vote may be referring to
571
+ */
572
+ time: Date;
573
+ txs: Uint8Array[];
574
+ proposedLastCommit: CommitInfo;
575
+ misbehavior: Misbehavior[];
576
+ nextValidatorsHash: Uint8Array;
577
+ /**
578
+ * address of the public key of the original proposer of the block.
579
+ */
580
+ proposerAddress: Uint8Array;
581
+ }
582
+ interface RequestExtendVoteProtoMsg {
583
+ typeUrl: "/tendermint.abci.RequestExtendVote";
584
+ value: Uint8Array;
585
+ }
586
+ /**
587
+ * Extends a vote with application-injected data
588
+ * @name RequestExtendVoteAmino
589
+ * @package tendermint.abci
590
+ * @see proto type: tendermint.abci.RequestExtendVote
591
+ */
592
+ interface RequestExtendVoteAmino {
593
+ /**
594
+ * the hash of the block that this vote may be referring to
595
+ */
596
+ hash: string;
597
+ /**
598
+ * the height of the extended vote
599
+ */
600
+ height: string;
601
+ /**
602
+ * info of the block that this vote may be referring to
603
+ */
604
+ time: string;
605
+ txs: string[];
606
+ proposed_last_commit: CommitInfoAmino;
607
+ misbehavior: MisbehaviorAmino[];
608
+ next_validators_hash: string;
609
+ /**
610
+ * address of the public key of the original proposer of the block.
611
+ */
612
+ proposer_address: string;
613
+ }
614
+ interface RequestExtendVoteAminoMsg {
615
+ type: "/tendermint.abci.RequestExtendVote";
616
+ value: RequestExtendVoteAmino;
617
+ }
618
+ /**
619
+ * Verify the vote extension
620
+ * @name RequestVerifyVoteExtension
621
+ * @package tendermint.abci
622
+ * @see proto type: tendermint.abci.RequestVerifyVoteExtension
623
+ */
624
+ interface RequestVerifyVoteExtension {
625
+ /**
626
+ * the hash of the block that this received vote corresponds to
627
+ */
628
+ hash: Uint8Array;
629
+ /**
630
+ * the validator that signed the vote extension
631
+ */
632
+ validatorAddress: Uint8Array;
633
+ height: bigint;
634
+ voteExtension: Uint8Array;
635
+ }
636
+ interface RequestVerifyVoteExtensionProtoMsg {
637
+ typeUrl: "/tendermint.abci.RequestVerifyVoteExtension";
638
+ value: Uint8Array;
639
+ }
640
+ /**
641
+ * Verify the vote extension
642
+ * @name RequestVerifyVoteExtensionAmino
643
+ * @package tendermint.abci
644
+ * @see proto type: tendermint.abci.RequestVerifyVoteExtension
645
+ */
646
+ interface RequestVerifyVoteExtensionAmino {
647
+ /**
648
+ * the hash of the block that this received vote corresponds to
649
+ */
650
+ hash: string;
651
+ /**
652
+ * the validator that signed the vote extension
653
+ */
654
+ validator_address: string;
655
+ height: string;
656
+ vote_extension: string;
657
+ }
658
+ interface RequestVerifyVoteExtensionAminoMsg {
659
+ type: "/tendermint.abci.RequestVerifyVoteExtension";
660
+ value: RequestVerifyVoteExtensionAmino;
661
+ }
662
+ /**
663
+ * @name RequestFinalizeBlock
664
+ * @package tendermint.abci
665
+ * @see proto type: tendermint.abci.RequestFinalizeBlock
666
+ */
667
+ interface RequestFinalizeBlock {
668
+ txs: Uint8Array[];
669
+ decidedLastCommit: CommitInfo;
670
+ misbehavior: Misbehavior[];
671
+ /**
672
+ * hash is the merkle root hash of the fields of the decided block.
673
+ */
674
+ hash: Uint8Array;
675
+ height: bigint;
676
+ time: Date;
677
+ nextValidatorsHash: Uint8Array;
678
+ /**
679
+ * proposer_address is the address of the public key of the original proposer of the block.
680
+ */
681
+ proposerAddress: Uint8Array;
682
+ }
683
+ interface RequestFinalizeBlockProtoMsg {
684
+ typeUrl: "/tendermint.abci.RequestFinalizeBlock";
685
+ value: Uint8Array;
686
+ }
687
+ /**
688
+ * @name RequestFinalizeBlockAmino
689
+ * @package tendermint.abci
690
+ * @see proto type: tendermint.abci.RequestFinalizeBlock
691
+ */
692
+ interface RequestFinalizeBlockAmino {
693
+ txs: string[];
694
+ decided_last_commit: CommitInfoAmino;
695
+ misbehavior: MisbehaviorAmino[];
696
+ /**
697
+ * hash is the merkle root hash of the fields of the decided block.
698
+ */
699
+ hash: string;
700
+ height: string;
701
+ time: string;
702
+ next_validators_hash: string;
703
+ /**
704
+ * proposer_address is the address of the public key of the original proposer of the block.
705
+ */
706
+ proposer_address: string;
707
+ }
708
+ interface RequestFinalizeBlockAminoMsg {
709
+ type: "/tendermint.abci.RequestFinalizeBlock";
710
+ value: RequestFinalizeBlockAmino;
711
+ }
712
+ /**
713
+ * @name Response
714
+ * @package tendermint.abci
715
+ * @see proto type: tendermint.abci.Response
716
+ */
717
+ interface Response {
718
+ exception?: ResponseException;
719
+ echo?: ResponseEcho;
720
+ flush?: ResponseFlush;
721
+ info?: ResponseInfo;
722
+ initChain?: ResponseInitChain;
723
+ query?: ResponseQuery;
724
+ checkTx?: ResponseCheckTx;
725
+ commit?: ResponseCommit;
726
+ listSnapshots?: ResponseListSnapshots;
727
+ offerSnapshot?: ResponseOfferSnapshot;
728
+ loadSnapshotChunk?: ResponseLoadSnapshotChunk;
729
+ applySnapshotChunk?: ResponseApplySnapshotChunk;
730
+ prepareProposal?: ResponsePrepareProposal;
731
+ processProposal?: ResponseProcessProposal;
732
+ extendVote?: ResponseExtendVote;
733
+ verifyVoteExtension?: ResponseVerifyVoteExtension;
734
+ finalizeBlock?: ResponseFinalizeBlock;
735
+ }
736
+ interface ResponseProtoMsg {
737
+ typeUrl: "/tendermint.abci.Response";
738
+ value: Uint8Array;
739
+ }
740
+ /**
741
+ * @name ResponseAmino
742
+ * @package tendermint.abci
743
+ * @see proto type: tendermint.abci.Response
744
+ */
745
+ interface ResponseAmino {
746
+ exception?: ResponseExceptionAmino;
747
+ echo?: ResponseEchoAmino;
748
+ flush?: ResponseFlushAmino;
749
+ info?: ResponseInfoAmino;
750
+ init_chain?: ResponseInitChainAmino;
751
+ query?: ResponseQueryAmino;
752
+ check_tx?: ResponseCheckTxAmino;
753
+ commit?: ResponseCommitAmino;
754
+ list_snapshots?: ResponseListSnapshotsAmino;
755
+ offer_snapshot?: ResponseOfferSnapshotAmino;
756
+ load_snapshot_chunk?: ResponseLoadSnapshotChunkAmino;
757
+ apply_snapshot_chunk?: ResponseApplySnapshotChunkAmino;
758
+ prepare_proposal?: ResponsePrepareProposalAmino;
759
+ process_proposal?: ResponseProcessProposalAmino;
760
+ extend_vote?: ResponseExtendVoteAmino;
761
+ verify_vote_extension?: ResponseVerifyVoteExtensionAmino;
762
+ finalize_block?: ResponseFinalizeBlockAmino;
763
+ }
764
+ interface ResponseAminoMsg {
765
+ type: "/tendermint.abci.Response";
766
+ value: ResponseAmino;
767
+ }
768
+ /**
769
+ * nondeterministic
770
+ * @name ResponseException
771
+ * @package tendermint.abci
772
+ * @see proto type: tendermint.abci.ResponseException
773
+ */
774
+ interface ResponseException {
775
+ error: string;
776
+ }
777
+ interface ResponseExceptionProtoMsg {
778
+ typeUrl: "/tendermint.abci.ResponseException";
779
+ value: Uint8Array;
780
+ }
781
+ /**
782
+ * nondeterministic
783
+ * @name ResponseExceptionAmino
784
+ * @package tendermint.abci
785
+ * @see proto type: tendermint.abci.ResponseException
786
+ */
787
+ interface ResponseExceptionAmino {
788
+ error: string;
789
+ }
790
+ interface ResponseExceptionAminoMsg {
791
+ type: "/tendermint.abci.ResponseException";
792
+ value: ResponseExceptionAmino;
793
+ }
794
+ /**
795
+ * @name ResponseEcho
796
+ * @package tendermint.abci
797
+ * @see proto type: tendermint.abci.ResponseEcho
798
+ */
799
+ interface ResponseEcho {
800
+ message: string;
801
+ }
802
+ interface ResponseEchoProtoMsg {
803
+ typeUrl: "/tendermint.abci.ResponseEcho";
804
+ value: Uint8Array;
805
+ }
806
+ /**
807
+ * @name ResponseEchoAmino
808
+ * @package tendermint.abci
809
+ * @see proto type: tendermint.abci.ResponseEcho
810
+ */
811
+ interface ResponseEchoAmino {
812
+ message: string;
813
+ }
814
+ interface ResponseEchoAminoMsg {
815
+ type: "/tendermint.abci.ResponseEcho";
816
+ value: ResponseEchoAmino;
817
+ }
818
+ /**
819
+ * @name ResponseFlush
820
+ * @package tendermint.abci
821
+ * @see proto type: tendermint.abci.ResponseFlush
822
+ */
823
+ interface ResponseFlush {}
824
+ interface ResponseFlushProtoMsg {
825
+ typeUrl: "/tendermint.abci.ResponseFlush";
826
+ value: Uint8Array;
827
+ }
828
+ /**
829
+ * @name ResponseFlushAmino
830
+ * @package tendermint.abci
831
+ * @see proto type: tendermint.abci.ResponseFlush
832
+ */
833
+ interface ResponseFlushAmino {}
834
+ interface ResponseFlushAminoMsg {
835
+ type: "/tendermint.abci.ResponseFlush";
836
+ value: ResponseFlushAmino;
837
+ }
838
+ /**
839
+ * @name ResponseInfo
840
+ * @package tendermint.abci
841
+ * @see proto type: tendermint.abci.ResponseInfo
842
+ */
843
+ interface ResponseInfo {
844
+ data: string;
845
+ version: string;
846
+ appVersion: bigint;
847
+ lastBlockHeight: bigint;
848
+ lastBlockAppHash: Uint8Array;
849
+ }
850
+ interface ResponseInfoProtoMsg {
851
+ typeUrl: "/tendermint.abci.ResponseInfo";
852
+ value: Uint8Array;
853
+ }
854
+ /**
855
+ * @name ResponseInfoAmino
856
+ * @package tendermint.abci
857
+ * @see proto type: tendermint.abci.ResponseInfo
858
+ */
859
+ interface ResponseInfoAmino {
860
+ data: string;
861
+ version: string;
862
+ app_version: string;
863
+ last_block_height: string;
864
+ last_block_app_hash: string;
865
+ }
866
+ interface ResponseInfoAminoMsg {
867
+ type: "/tendermint.abci.ResponseInfo";
868
+ value: ResponseInfoAmino;
869
+ }
870
+ /**
871
+ * @name ResponseInitChain
872
+ * @package tendermint.abci
873
+ * @see proto type: tendermint.abci.ResponseInitChain
874
+ */
875
+ interface ResponseInitChain {
876
+ consensusParams?: ConsensusParams;
877
+ validators: ValidatorUpdate[];
878
+ appHash: Uint8Array;
879
+ }
880
+ interface ResponseInitChainProtoMsg {
881
+ typeUrl: "/tendermint.abci.ResponseInitChain";
882
+ value: Uint8Array;
883
+ }
884
+ /**
885
+ * @name ResponseInitChainAmino
886
+ * @package tendermint.abci
887
+ * @see proto type: tendermint.abci.ResponseInitChain
888
+ */
889
+ interface ResponseInitChainAmino {
890
+ consensus_params?: ConsensusParamsAmino;
891
+ validators: ValidatorUpdateAmino[];
892
+ app_hash: string;
893
+ }
894
+ interface ResponseInitChainAminoMsg {
895
+ type: "/tendermint.abci.ResponseInitChain";
896
+ value: ResponseInitChainAmino;
897
+ }
898
+ /**
899
+ * @name ResponseQuery
900
+ * @package tendermint.abci
901
+ * @see proto type: tendermint.abci.ResponseQuery
902
+ */
903
+ interface ResponseQuery {
904
+ code: number;
905
+ /**
906
+ * bytes data = 2; // use "value" instead.
907
+ */
908
+ log: string;
909
+ /**
910
+ * nondeterministic
911
+ */
912
+ info: string;
913
+ index: bigint;
914
+ key: Uint8Array;
915
+ value: Uint8Array;
916
+ proofOps?: ProofOps;
917
+ height: bigint;
918
+ codespace: string;
919
+ }
920
+ interface ResponseQueryProtoMsg {
921
+ typeUrl: "/tendermint.abci.ResponseQuery";
922
+ value: Uint8Array;
923
+ }
924
+ /**
925
+ * @name ResponseQueryAmino
926
+ * @package tendermint.abci
927
+ * @see proto type: tendermint.abci.ResponseQuery
928
+ */
929
+ interface ResponseQueryAmino {
930
+ code: number;
931
+ /**
932
+ * bytes data = 2; // use "value" instead.
933
+ */
934
+ log: string;
935
+ /**
936
+ * nondeterministic
937
+ */
938
+ info: string;
939
+ index: string;
940
+ key: string;
941
+ value: string;
942
+ proof_ops?: ProofOpsAmino;
943
+ height: string;
944
+ codespace: string;
945
+ }
946
+ interface ResponseQueryAminoMsg {
947
+ type: "/tendermint.abci.ResponseQuery";
948
+ value: ResponseQueryAmino;
949
+ }
950
+ /**
951
+ * @name ResponseCheckTx
952
+ * @package tendermint.abci
953
+ * @see proto type: tendermint.abci.ResponseCheckTx
954
+ */
955
+ interface ResponseCheckTx {
956
+ code: number;
957
+ data: Uint8Array;
958
+ /**
959
+ * nondeterministic
960
+ */
961
+ log: string;
962
+ /**
963
+ * nondeterministic
964
+ */
965
+ info: string;
966
+ gasWanted: bigint;
967
+ gasUsed: bigint;
968
+ events: Event[];
969
+ codespace: string;
970
+ }
971
+ interface ResponseCheckTxProtoMsg {
972
+ typeUrl: "/tendermint.abci.ResponseCheckTx";
973
+ value: Uint8Array;
974
+ }
975
+ /**
976
+ * @name ResponseCheckTxAmino
977
+ * @package tendermint.abci
978
+ * @see proto type: tendermint.abci.ResponseCheckTx
979
+ */
980
+ interface ResponseCheckTxAmino {
981
+ code: number;
982
+ data: string;
983
+ /**
984
+ * nondeterministic
985
+ */
986
+ log: string;
987
+ /**
988
+ * nondeterministic
989
+ */
990
+ info: string;
991
+ gas_wanted: string;
992
+ gas_used: string;
993
+ events: EventAmino[];
994
+ codespace: string;
995
+ }
996
+ interface ResponseCheckTxAminoMsg {
997
+ type: "/tendermint.abci.ResponseCheckTx";
998
+ value: ResponseCheckTxAmino;
999
+ }
1000
+ /**
1001
+ * @name ResponseCommit
1002
+ * @package tendermint.abci
1003
+ * @see proto type: tendermint.abci.ResponseCommit
1004
+ */
1005
+ interface ResponseCommit {
1006
+ retainHeight: bigint;
1007
+ }
1008
+ interface ResponseCommitProtoMsg {
1009
+ typeUrl: "/tendermint.abci.ResponseCommit";
1010
+ value: Uint8Array;
1011
+ }
1012
+ /**
1013
+ * @name ResponseCommitAmino
1014
+ * @package tendermint.abci
1015
+ * @see proto type: tendermint.abci.ResponseCommit
1016
+ */
1017
+ interface ResponseCommitAmino {
1018
+ retain_height: string;
1019
+ }
1020
+ interface ResponseCommitAminoMsg {
1021
+ type: "/tendermint.abci.ResponseCommit";
1022
+ value: ResponseCommitAmino;
1023
+ }
1024
+ /**
1025
+ * @name ResponseListSnapshots
1026
+ * @package tendermint.abci
1027
+ * @see proto type: tendermint.abci.ResponseListSnapshots
1028
+ */
1029
+ interface ResponseListSnapshots {
1030
+ snapshots: Snapshot[];
1031
+ }
1032
+ interface ResponseListSnapshotsProtoMsg {
1033
+ typeUrl: "/tendermint.abci.ResponseListSnapshots";
1034
+ value: Uint8Array;
1035
+ }
1036
+ /**
1037
+ * @name ResponseListSnapshotsAmino
1038
+ * @package tendermint.abci
1039
+ * @see proto type: tendermint.abci.ResponseListSnapshots
1040
+ */
1041
+ interface ResponseListSnapshotsAmino {
1042
+ snapshots: SnapshotAmino[];
1043
+ }
1044
+ interface ResponseListSnapshotsAminoMsg {
1045
+ type: "/tendermint.abci.ResponseListSnapshots";
1046
+ value: ResponseListSnapshotsAmino;
1047
+ }
1048
+ /**
1049
+ * @name ResponseOfferSnapshot
1050
+ * @package tendermint.abci
1051
+ * @see proto type: tendermint.abci.ResponseOfferSnapshot
1052
+ */
1053
+ interface ResponseOfferSnapshot {
1054
+ result: ResponseOfferSnapshot_Result;
1055
+ }
1056
+ interface ResponseOfferSnapshotProtoMsg {
1057
+ typeUrl: "/tendermint.abci.ResponseOfferSnapshot";
1058
+ value: Uint8Array;
1059
+ }
1060
+ /**
1061
+ * @name ResponseOfferSnapshotAmino
1062
+ * @package tendermint.abci
1063
+ * @see proto type: tendermint.abci.ResponseOfferSnapshot
1064
+ */
1065
+ interface ResponseOfferSnapshotAmino {
1066
+ result: ResponseOfferSnapshot_Result;
1067
+ }
1068
+ interface ResponseOfferSnapshotAminoMsg {
1069
+ type: "/tendermint.abci.ResponseOfferSnapshot";
1070
+ value: ResponseOfferSnapshotAmino;
1071
+ }
1072
+ /**
1073
+ * @name ResponseLoadSnapshotChunk
1074
+ * @package tendermint.abci
1075
+ * @see proto type: tendermint.abci.ResponseLoadSnapshotChunk
1076
+ */
1077
+ interface ResponseLoadSnapshotChunk {
1078
+ chunk: Uint8Array;
1079
+ }
1080
+ interface ResponseLoadSnapshotChunkProtoMsg {
1081
+ typeUrl: "/tendermint.abci.ResponseLoadSnapshotChunk";
1082
+ value: Uint8Array;
1083
+ }
1084
+ /**
1085
+ * @name ResponseLoadSnapshotChunkAmino
1086
+ * @package tendermint.abci
1087
+ * @see proto type: tendermint.abci.ResponseLoadSnapshotChunk
1088
+ */
1089
+ interface ResponseLoadSnapshotChunkAmino {
1090
+ chunk: string;
1091
+ }
1092
+ interface ResponseLoadSnapshotChunkAminoMsg {
1093
+ type: "/tendermint.abci.ResponseLoadSnapshotChunk";
1094
+ value: ResponseLoadSnapshotChunkAmino;
1095
+ }
1096
+ /**
1097
+ * @name ResponseApplySnapshotChunk
1098
+ * @package tendermint.abci
1099
+ * @see proto type: tendermint.abci.ResponseApplySnapshotChunk
1100
+ */
1101
+ interface ResponseApplySnapshotChunk {
1102
+ result: ResponseApplySnapshotChunk_Result;
1103
+ /**
1104
+ * Chunks to refetch and reapply
1105
+ */
1106
+ refetchChunks: number[];
1107
+ /**
1108
+ * Chunk senders to reject and ban
1109
+ */
1110
+ rejectSenders: string[];
1111
+ }
1112
+ interface ResponseApplySnapshotChunkProtoMsg {
1113
+ typeUrl: "/tendermint.abci.ResponseApplySnapshotChunk";
1114
+ value: Uint8Array;
1115
+ }
1116
+ /**
1117
+ * @name ResponseApplySnapshotChunkAmino
1118
+ * @package tendermint.abci
1119
+ * @see proto type: tendermint.abci.ResponseApplySnapshotChunk
1120
+ */
1121
+ interface ResponseApplySnapshotChunkAmino {
1122
+ result: ResponseApplySnapshotChunk_Result;
1123
+ /**
1124
+ * Chunks to refetch and reapply
1125
+ */
1126
+ refetch_chunks: number[];
1127
+ /**
1128
+ * Chunk senders to reject and ban
1129
+ */
1130
+ reject_senders: string[];
1131
+ }
1132
+ interface ResponseApplySnapshotChunkAminoMsg {
1133
+ type: "/tendermint.abci.ResponseApplySnapshotChunk";
1134
+ value: ResponseApplySnapshotChunkAmino;
1135
+ }
1136
+ /**
1137
+ * @name ResponsePrepareProposal
1138
+ * @package tendermint.abci
1139
+ * @see proto type: tendermint.abci.ResponsePrepareProposal
1140
+ */
1141
+ interface ResponsePrepareProposal {
1142
+ txs: Uint8Array[];
1143
+ }
1144
+ interface ResponsePrepareProposalProtoMsg {
1145
+ typeUrl: "/tendermint.abci.ResponsePrepareProposal";
1146
+ value: Uint8Array;
1147
+ }
1148
+ /**
1149
+ * @name ResponsePrepareProposalAmino
1150
+ * @package tendermint.abci
1151
+ * @see proto type: tendermint.abci.ResponsePrepareProposal
1152
+ */
1153
+ interface ResponsePrepareProposalAmino {
1154
+ txs: string[];
1155
+ }
1156
+ interface ResponsePrepareProposalAminoMsg {
1157
+ type: "/tendermint.abci.ResponsePrepareProposal";
1158
+ value: ResponsePrepareProposalAmino;
1159
+ }
1160
+ /**
1161
+ * @name ResponseProcessProposal
1162
+ * @package tendermint.abci
1163
+ * @see proto type: tendermint.abci.ResponseProcessProposal
1164
+ */
1165
+ interface ResponseProcessProposal {
1166
+ status: ResponseProcessProposal_ProposalStatus;
1167
+ }
1168
+ interface ResponseProcessProposalProtoMsg {
1169
+ typeUrl: "/tendermint.abci.ResponseProcessProposal";
1170
+ value: Uint8Array;
1171
+ }
1172
+ /**
1173
+ * @name ResponseProcessProposalAmino
1174
+ * @package tendermint.abci
1175
+ * @see proto type: tendermint.abci.ResponseProcessProposal
1176
+ */
1177
+ interface ResponseProcessProposalAmino {
1178
+ status: ResponseProcessProposal_ProposalStatus;
1179
+ }
1180
+ interface ResponseProcessProposalAminoMsg {
1181
+ type: "/tendermint.abci.ResponseProcessProposal";
1182
+ value: ResponseProcessProposalAmino;
1183
+ }
1184
+ /**
1185
+ * @name ResponseExtendVote
1186
+ * @package tendermint.abci
1187
+ * @see proto type: tendermint.abci.ResponseExtendVote
1188
+ */
1189
+ interface ResponseExtendVote {
1190
+ voteExtension: Uint8Array;
1191
+ }
1192
+ interface ResponseExtendVoteProtoMsg {
1193
+ typeUrl: "/tendermint.abci.ResponseExtendVote";
1194
+ value: Uint8Array;
1195
+ }
1196
+ /**
1197
+ * @name ResponseExtendVoteAmino
1198
+ * @package tendermint.abci
1199
+ * @see proto type: tendermint.abci.ResponseExtendVote
1200
+ */
1201
+ interface ResponseExtendVoteAmino {
1202
+ vote_extension: string;
1203
+ }
1204
+ interface ResponseExtendVoteAminoMsg {
1205
+ type: "/tendermint.abci.ResponseExtendVote";
1206
+ value: ResponseExtendVoteAmino;
1207
+ }
1208
+ /**
1209
+ * @name ResponseVerifyVoteExtension
1210
+ * @package tendermint.abci
1211
+ * @see proto type: tendermint.abci.ResponseVerifyVoteExtension
1212
+ */
1213
+ interface ResponseVerifyVoteExtension {
1214
+ status: ResponseVerifyVoteExtension_VerifyStatus;
1215
+ }
1216
+ interface ResponseVerifyVoteExtensionProtoMsg {
1217
+ typeUrl: "/tendermint.abci.ResponseVerifyVoteExtension";
1218
+ value: Uint8Array;
1219
+ }
1220
+ /**
1221
+ * @name ResponseVerifyVoteExtensionAmino
1222
+ * @package tendermint.abci
1223
+ * @see proto type: tendermint.abci.ResponseVerifyVoteExtension
1224
+ */
1225
+ interface ResponseVerifyVoteExtensionAmino {
1226
+ status: ResponseVerifyVoteExtension_VerifyStatus;
1227
+ }
1228
+ interface ResponseVerifyVoteExtensionAminoMsg {
1229
+ type: "/tendermint.abci.ResponseVerifyVoteExtension";
1230
+ value: ResponseVerifyVoteExtensionAmino;
1231
+ }
1232
+ /**
1233
+ * @name ResponseFinalizeBlock
1234
+ * @package tendermint.abci
1235
+ * @see proto type: tendermint.abci.ResponseFinalizeBlock
1236
+ */
1237
+ interface ResponseFinalizeBlock {
1238
+ /**
1239
+ * set of block events emmitted as part of executing the block
1240
+ */
1241
+ events: Event[];
1242
+ /**
1243
+ * the result of executing each transaction including the events
1244
+ * the particular transction emitted. This should match the order
1245
+ * of the transactions delivered in the block itself
1246
+ */
1247
+ txResults: ExecTxResult[];
1248
+ /**
1249
+ * a list of updates to the validator set. These will reflect the validator set at current height + 2.
1250
+ */
1251
+ validatorUpdates: ValidatorUpdate[];
1252
+ /**
1253
+ * updates to the consensus params, if any.
1254
+ */
1255
+ consensusParamUpdates?: ConsensusParams;
1256
+ /**
1257
+ * app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was
1258
+ * deterministic. It is up to the application to decide which algorithm to use.
1259
+ */
1260
+ appHash: Uint8Array;
1261
+ }
1262
+ interface ResponseFinalizeBlockProtoMsg {
1263
+ typeUrl: "/tendermint.abci.ResponseFinalizeBlock";
1264
+ value: Uint8Array;
1265
+ }
1266
+ /**
1267
+ * @name ResponseFinalizeBlockAmino
1268
+ * @package tendermint.abci
1269
+ * @see proto type: tendermint.abci.ResponseFinalizeBlock
1270
+ */
1271
+ interface ResponseFinalizeBlockAmino {
1272
+ /**
1273
+ * set of block events emmitted as part of executing the block
1274
+ */
1275
+ events: EventAmino[];
1276
+ /**
1277
+ * the result of executing each transaction including the events
1278
+ * the particular transction emitted. This should match the order
1279
+ * of the transactions delivered in the block itself
1280
+ */
1281
+ tx_results: ExecTxResultAmino[];
1282
+ /**
1283
+ * a list of updates to the validator set. These will reflect the validator set at current height + 2.
1284
+ */
1285
+ validator_updates: ValidatorUpdateAmino[];
1286
+ /**
1287
+ * updates to the consensus params, if any.
1288
+ */
1289
+ consensus_param_updates?: ConsensusParamsAmino;
1290
+ /**
1291
+ * app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was
1292
+ * deterministic. It is up to the application to decide which algorithm to use.
1293
+ */
1294
+ app_hash: string;
1295
+ }
1296
+ interface ResponseFinalizeBlockAminoMsg {
1297
+ type: "/tendermint.abci.ResponseFinalizeBlock";
1298
+ value: ResponseFinalizeBlockAmino;
1299
+ }
1300
+ /**
1301
+ * @name CommitInfo
1302
+ * @package tendermint.abci
1303
+ * @see proto type: tendermint.abci.CommitInfo
1304
+ */
1305
+ interface CommitInfo {
1306
+ round: number;
1307
+ votes: VoteInfo[];
1308
+ }
1309
+ interface CommitInfoProtoMsg {
1310
+ typeUrl: "/tendermint.abci.CommitInfo";
1311
+ value: Uint8Array;
1312
+ }
1313
+ /**
1314
+ * @name CommitInfoAmino
1315
+ * @package tendermint.abci
1316
+ * @see proto type: tendermint.abci.CommitInfo
1317
+ */
1318
+ interface CommitInfoAmino {
1319
+ round: number;
1320
+ votes: VoteInfoAmino[];
1321
+ }
1322
+ interface CommitInfoAminoMsg {
1323
+ type: "/tendermint.abci.CommitInfo";
1324
+ value: CommitInfoAmino;
1325
+ }
1326
+ /**
1327
+ * ExtendedCommitInfo is similar to CommitInfo except that it is only used in
1328
+ * the PrepareProposal request such that CometBFT can provide vote extensions
1329
+ * to the application.
1330
+ * @name ExtendedCommitInfo
1331
+ * @package tendermint.abci
1332
+ * @see proto type: tendermint.abci.ExtendedCommitInfo
1333
+ */
1334
+ interface ExtendedCommitInfo {
1335
+ /**
1336
+ * The round at which the block proposer decided in the previous height.
1337
+ */
1338
+ round: number;
1339
+ /**
1340
+ * List of validators' addresses in the last validator set with their voting
1341
+ * information, including vote extensions.
1342
+ */
1343
+ votes: ExtendedVoteInfo[];
1344
+ }
1345
+ interface ExtendedCommitInfoProtoMsg {
1346
+ typeUrl: "/tendermint.abci.ExtendedCommitInfo";
1347
+ value: Uint8Array;
1348
+ }
1349
+ /**
1350
+ * ExtendedCommitInfo is similar to CommitInfo except that it is only used in
1351
+ * the PrepareProposal request such that CometBFT can provide vote extensions
1352
+ * to the application.
1353
+ * @name ExtendedCommitInfoAmino
1354
+ * @package tendermint.abci
1355
+ * @see proto type: tendermint.abci.ExtendedCommitInfo
1356
+ */
1357
+ interface ExtendedCommitInfoAmino {
1358
+ /**
1359
+ * The round at which the block proposer decided in the previous height.
1360
+ */
1361
+ round: number;
1362
+ /**
1363
+ * List of validators' addresses in the last validator set with their voting
1364
+ * information, including vote extensions.
1365
+ */
1366
+ votes: ExtendedVoteInfoAmino[];
1367
+ }
1368
+ interface ExtendedCommitInfoAminoMsg {
1369
+ type: "/tendermint.abci.ExtendedCommitInfo";
1370
+ value: ExtendedCommitInfoAmino;
1371
+ }
1372
+ /**
1373
+ * Event allows application developers to attach additional information to
1374
+ * ResponseFinalizeBlock and ResponseCheckTx.
1375
+ * Later, transactions may be queried using these events.
1376
+ * @name Event
1377
+ * @package tendermint.abci
1378
+ * @see proto type: tendermint.abci.Event
1379
+ */
1380
+ interface Event {
1381
+ type: string;
1382
+ attributes: EventAttribute[];
1383
+ }
1384
+ interface EventProtoMsg {
1385
+ typeUrl: "/tendermint.abci.Event";
1386
+ value: Uint8Array;
1387
+ }
1388
+ /**
1389
+ * Event allows application developers to attach additional information to
1390
+ * ResponseFinalizeBlock and ResponseCheckTx.
1391
+ * Later, transactions may be queried using these events.
1392
+ * @name EventAmino
1393
+ * @package tendermint.abci
1394
+ * @see proto type: tendermint.abci.Event
1395
+ */
1396
+ interface EventAmino {
1397
+ type: string;
1398
+ attributes: EventAttributeAmino[];
1399
+ }
1400
+ interface EventAminoMsg {
1401
+ type: "/tendermint.abci.Event";
1402
+ value: EventAmino;
1403
+ }
1404
+ /**
1405
+ * EventAttribute is a single key-value pair, associated with an event.
1406
+ * @name EventAttribute
1407
+ * @package tendermint.abci
1408
+ * @see proto type: tendermint.abci.EventAttribute
1409
+ */
1410
+ interface EventAttribute {
1411
+ key: string;
1412
+ value: string;
1413
+ /**
1414
+ * nondeterministic
1415
+ */
1416
+ index: boolean;
1417
+ }
1418
+ interface EventAttributeProtoMsg {
1419
+ typeUrl: "/tendermint.abci.EventAttribute";
1420
+ value: Uint8Array;
1421
+ }
1422
+ /**
1423
+ * EventAttribute is a single key-value pair, associated with an event.
1424
+ * @name EventAttributeAmino
1425
+ * @package tendermint.abci
1426
+ * @see proto type: tendermint.abci.EventAttribute
1427
+ */
1428
+ interface EventAttributeAmino {
1429
+ key: string;
1430
+ value: string;
1431
+ /**
1432
+ * nondeterministic
1433
+ */
1434
+ index: boolean;
1435
+ }
1436
+ interface EventAttributeAminoMsg {
1437
+ type: "/tendermint.abci.EventAttribute";
1438
+ value: EventAttributeAmino;
1439
+ }
1440
+ /**
1441
+ * ExecTxResult contains results of executing one individual transaction.
1442
+ *
1443
+ * * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
1444
+ * @name ExecTxResult
1445
+ * @package tendermint.abci
1446
+ * @see proto type: tendermint.abci.ExecTxResult
1447
+ */
1448
+ interface ExecTxResult {
1449
+ code: number;
1450
+ data: Uint8Array;
1451
+ /**
1452
+ * nondeterministic
1453
+ */
1454
+ log: string;
1455
+ /**
1456
+ * nondeterministic
1457
+ */
1458
+ info: string;
1459
+ gasWanted: bigint;
1460
+ gasUsed: bigint;
1461
+ events: Event[];
1462
+ codespace: string;
1463
+ }
1464
+ interface ExecTxResultProtoMsg {
1465
+ typeUrl: "/tendermint.abci.ExecTxResult";
1466
+ value: Uint8Array;
1467
+ }
1468
+ /**
1469
+ * ExecTxResult contains results of executing one individual transaction.
1470
+ *
1471
+ * * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
1472
+ * @name ExecTxResultAmino
1473
+ * @package tendermint.abci
1474
+ * @see proto type: tendermint.abci.ExecTxResult
1475
+ */
1476
+ interface ExecTxResultAmino {
1477
+ code: number;
1478
+ data: string;
1479
+ /**
1480
+ * nondeterministic
1481
+ */
1482
+ log: string;
1483
+ /**
1484
+ * nondeterministic
1485
+ */
1486
+ info: string;
1487
+ gas_wanted: string;
1488
+ gas_used: string;
1489
+ events: EventAmino[];
1490
+ codespace: string;
1491
+ }
1492
+ interface ExecTxResultAminoMsg {
1493
+ type: "/tendermint.abci.ExecTxResult";
1494
+ value: ExecTxResultAmino;
1495
+ }
1496
+ /**
1497
+ * TxResult contains results of executing the transaction.
1498
+ *
1499
+ * One usage is indexing transaction results.
1500
+ * @name TxResult
1501
+ * @package tendermint.abci
1502
+ * @see proto type: tendermint.abci.TxResult
1503
+ */
1504
+ interface TxResult {
1505
+ height: bigint;
1506
+ index: number;
1507
+ tx: Uint8Array;
1508
+ result: ExecTxResult;
1509
+ }
1510
+ interface TxResultProtoMsg {
1511
+ typeUrl: "/tendermint.abci.TxResult";
1512
+ value: Uint8Array;
1513
+ }
1514
+ /**
1515
+ * TxResult contains results of executing the transaction.
1516
+ *
1517
+ * One usage is indexing transaction results.
1518
+ * @name TxResultAmino
1519
+ * @package tendermint.abci
1520
+ * @see proto type: tendermint.abci.TxResult
1521
+ */
1522
+ interface TxResultAmino {
1523
+ height: string;
1524
+ index: number;
1525
+ tx: string;
1526
+ result: ExecTxResultAmino;
1527
+ }
1528
+ interface TxResultAminoMsg {
1529
+ type: "/tendermint.abci.TxResult";
1530
+ value: TxResultAmino;
1531
+ }
1532
+ /**
1533
+ * @name Validator
1534
+ * @package tendermint.abci
1535
+ * @see proto type: tendermint.abci.Validator
1536
+ */
1537
+ interface Validator {
1538
+ /**
1539
+ * The first 20 bytes of SHA256(public key)
1540
+ */
1541
+ address: Uint8Array;
1542
+ /**
1543
+ * PubKey pub_key = 2 [(gogoproto.nullable)=false];
1544
+ */
1545
+ power: bigint;
1546
+ }
1547
+ interface ValidatorProtoMsg {
1548
+ typeUrl: "/tendermint.abci.Validator";
1549
+ value: Uint8Array;
1550
+ }
1551
+ /**
1552
+ * @name ValidatorAmino
1553
+ * @package tendermint.abci
1554
+ * @see proto type: tendermint.abci.Validator
1555
+ */
1556
+ interface ValidatorAmino {
1557
+ /**
1558
+ * The first 20 bytes of SHA256(public key)
1559
+ */
1560
+ address: string;
1561
+ /**
1562
+ * PubKey pub_key = 2 [(gogoproto.nullable)=false];
1563
+ */
1564
+ power: string;
1565
+ }
1566
+ interface ValidatorAminoMsg {
1567
+ type: "/tendermint.abci.Validator";
1568
+ value: ValidatorAmino;
1569
+ }
1570
+ /**
1571
+ * @name ValidatorUpdate
1572
+ * @package tendermint.abci
1573
+ * @see proto type: tendermint.abci.ValidatorUpdate
1574
+ */
1575
+ interface ValidatorUpdate {
1576
+ pubKey: PublicKey;
1577
+ power: bigint;
1578
+ }
1579
+ interface ValidatorUpdateProtoMsg {
1580
+ typeUrl: "/tendermint.abci.ValidatorUpdate";
1581
+ value: Uint8Array;
1582
+ }
1583
+ /**
1584
+ * @name ValidatorUpdateAmino
1585
+ * @package tendermint.abci
1586
+ * @see proto type: tendermint.abci.ValidatorUpdate
1587
+ */
1588
+ interface ValidatorUpdateAmino {
1589
+ pub_key: PublicKeyAmino;
1590
+ power: string;
1591
+ }
1592
+ interface ValidatorUpdateAminoMsg {
1593
+ type: "/tendermint.abci.ValidatorUpdate";
1594
+ value: ValidatorUpdateAmino;
1595
+ }
1596
+ /**
1597
+ * @name VoteInfo
1598
+ * @package tendermint.abci
1599
+ * @see proto type: tendermint.abci.VoteInfo
1600
+ */
1601
+ interface VoteInfo {
1602
+ validator: Validator;
1603
+ blockIdFlag: BlockIDFlag;
1604
+ }
1605
+ interface VoteInfoProtoMsg {
1606
+ typeUrl: "/tendermint.abci.VoteInfo";
1607
+ value: Uint8Array;
1608
+ }
1609
+ /**
1610
+ * @name VoteInfoAmino
1611
+ * @package tendermint.abci
1612
+ * @see proto type: tendermint.abci.VoteInfo
1613
+ */
1614
+ interface VoteInfoAmino {
1615
+ validator: ValidatorAmino;
1616
+ block_id_flag: BlockIDFlag;
1617
+ }
1618
+ interface VoteInfoAminoMsg {
1619
+ type: "/tendermint.abci.VoteInfo";
1620
+ value: VoteInfoAmino;
1621
+ }
1622
+ /**
1623
+ * @name ExtendedVoteInfo
1624
+ * @package tendermint.abci
1625
+ * @see proto type: tendermint.abci.ExtendedVoteInfo
1626
+ */
1627
+ interface ExtendedVoteInfo {
1628
+ /**
1629
+ * The validator that sent the vote.
1630
+ */
1631
+ validator: Validator;
1632
+ /**
1633
+ * Non-deterministic extension provided by the sending validator's application.
1634
+ */
1635
+ voteExtension: Uint8Array;
1636
+ /**
1637
+ * Vote extension signature created by CometBFT
1638
+ */
1639
+ extensionSignature: Uint8Array;
1640
+ /**
1641
+ * block_id_flag indicates whether the validator voted for a block, nil, or did not vote at all
1642
+ */
1643
+ blockIdFlag: BlockIDFlag;
1644
+ }
1645
+ interface ExtendedVoteInfoProtoMsg {
1646
+ typeUrl: "/tendermint.abci.ExtendedVoteInfo";
1647
+ value: Uint8Array;
1648
+ }
1649
+ /**
1650
+ * @name ExtendedVoteInfoAmino
1651
+ * @package tendermint.abci
1652
+ * @see proto type: tendermint.abci.ExtendedVoteInfo
1653
+ */
1654
+ interface ExtendedVoteInfoAmino {
1655
+ /**
1656
+ * The validator that sent the vote.
1657
+ */
1658
+ validator: ValidatorAmino;
1659
+ /**
1660
+ * Non-deterministic extension provided by the sending validator's application.
1661
+ */
1662
+ vote_extension: string;
1663
+ /**
1664
+ * Vote extension signature created by CometBFT
1665
+ */
1666
+ extension_signature: string;
1667
+ /**
1668
+ * block_id_flag indicates whether the validator voted for a block, nil, or did not vote at all
1669
+ */
1670
+ block_id_flag: BlockIDFlag;
1671
+ }
1672
+ interface ExtendedVoteInfoAminoMsg {
1673
+ type: "/tendermint.abci.ExtendedVoteInfo";
1674
+ value: ExtendedVoteInfoAmino;
1675
+ }
1676
+ /**
1677
+ * @name Misbehavior
1678
+ * @package tendermint.abci
1679
+ * @see proto type: tendermint.abci.Misbehavior
1680
+ */
1681
+ interface Misbehavior {
1682
+ type: MisbehaviorType;
1683
+ /**
1684
+ * The offending validator
1685
+ */
1686
+ validator: Validator;
1687
+ /**
1688
+ * The height when the offense occurred
1689
+ */
1690
+ height: bigint;
1691
+ /**
1692
+ * The corresponding time where the offense occurred
1693
+ */
1694
+ time: Date;
1695
+ /**
1696
+ * Total voting power of the validator set in case the ABCI application does
1697
+ * not store historical validators.
1698
+ * https://github.com/tendermint/tendermint/issues/4581
1699
+ */
1700
+ totalVotingPower: bigint;
1701
+ }
1702
+ interface MisbehaviorProtoMsg {
1703
+ typeUrl: "/tendermint.abci.Misbehavior";
1704
+ value: Uint8Array;
1705
+ }
1706
+ /**
1707
+ * @name MisbehaviorAmino
1708
+ * @package tendermint.abci
1709
+ * @see proto type: tendermint.abci.Misbehavior
1710
+ */
1711
+ interface MisbehaviorAmino {
1712
+ type: MisbehaviorType;
1713
+ /**
1714
+ * The offending validator
1715
+ */
1716
+ validator: ValidatorAmino;
1717
+ /**
1718
+ * The height when the offense occurred
1719
+ */
1720
+ height: string;
1721
+ /**
1722
+ * The corresponding time where the offense occurred
1723
+ */
1724
+ time: string;
1725
+ /**
1726
+ * Total voting power of the validator set in case the ABCI application does
1727
+ * not store historical validators.
1728
+ * https://github.com/tendermint/tendermint/issues/4581
1729
+ */
1730
+ total_voting_power: string;
1731
+ }
1732
+ interface MisbehaviorAminoMsg {
1733
+ type: "/tendermint.abci.Misbehavior";
1734
+ value: MisbehaviorAmino;
1735
+ }
1736
+ /**
1737
+ * @name Snapshot
1738
+ * @package tendermint.abci
1739
+ * @see proto type: tendermint.abci.Snapshot
1740
+ */
1741
+ interface Snapshot {
1742
+ /**
1743
+ * The height at which the snapshot was taken
1744
+ */
1745
+ height: bigint;
1746
+ /**
1747
+ * The application-specific snapshot format
1748
+ */
1749
+ format: number;
1750
+ /**
1751
+ * Number of chunks in the snapshot
1752
+ */
1753
+ chunks: number;
1754
+ /**
1755
+ * Arbitrary snapshot hash, equal only if identical
1756
+ */
1757
+ hash: Uint8Array;
1758
+ /**
1759
+ * Arbitrary application metadata
1760
+ */
1761
+ metadata: Uint8Array;
1762
+ }
1763
+ interface SnapshotProtoMsg {
1764
+ typeUrl: "/tendermint.abci.Snapshot";
1765
+ value: Uint8Array;
1766
+ }
1767
+ /**
1768
+ * @name SnapshotAmino
1769
+ * @package tendermint.abci
1770
+ * @see proto type: tendermint.abci.Snapshot
1771
+ */
1772
+ interface SnapshotAmino {
1773
+ /**
1774
+ * The height at which the snapshot was taken
1775
+ */
1776
+ height: string;
1777
+ /**
1778
+ * The application-specific snapshot format
1779
+ */
1780
+ format: number;
1781
+ /**
1782
+ * Number of chunks in the snapshot
1783
+ */
1784
+ chunks: number;
1785
+ /**
1786
+ * Arbitrary snapshot hash, equal only if identical
1787
+ */
1788
+ hash: string;
1789
+ /**
1790
+ * Arbitrary application metadata
1791
+ */
1792
+ metadata: string;
1793
+ }
1794
+ interface SnapshotAminoMsg {
1795
+ type: "/tendermint.abci.Snapshot";
1796
+ value: SnapshotAmino;
1797
+ }
1798
+ /**
1799
+ * @name Request
1800
+ * @package tendermint.abci
1801
+ * @see proto type: tendermint.abci.Request
1802
+ */
1803
+ declare const Request: {
1804
+ typeUrl: string;
1805
+ is(o: any): o is Request;
1806
+ isAmino(o: any): o is RequestAmino;
1807
+ encode(message: Request, writer?: BinaryWriter): BinaryWriter;
1808
+ decode(input: BinaryReader | Uint8Array, length?: number): Request;
1809
+ fromPartial(object: DeepPartial<Request>): Request;
1810
+ fromAmino(object: RequestAmino): Request;
1811
+ toAmino(message: Request): RequestAmino;
1812
+ fromAminoMsg(object: RequestAminoMsg): Request;
1813
+ fromProtoMsg(message: RequestProtoMsg): Request;
1814
+ toProto(message: Request): Uint8Array;
1815
+ toProtoMsg(message: Request): RequestProtoMsg;
1816
+ registerTypeUrl(): void;
1817
+ };
1818
+ /**
1819
+ * @name RequestEcho
1820
+ * @package tendermint.abci
1821
+ * @see proto type: tendermint.abci.RequestEcho
1822
+ */
1823
+ declare const RequestEcho: {
1824
+ typeUrl: string;
1825
+ is(o: any): o is RequestEcho;
1826
+ isAmino(o: any): o is RequestEchoAmino;
1827
+ encode(message: RequestEcho, writer?: BinaryWriter): BinaryWriter;
1828
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestEcho;
1829
+ fromPartial(object: DeepPartial<RequestEcho>): RequestEcho;
1830
+ fromAmino(object: RequestEchoAmino): RequestEcho;
1831
+ toAmino(message: RequestEcho): RequestEchoAmino;
1832
+ fromAminoMsg(object: RequestEchoAminoMsg): RequestEcho;
1833
+ fromProtoMsg(message: RequestEchoProtoMsg): RequestEcho;
1834
+ toProto(message: RequestEcho): Uint8Array;
1835
+ toProtoMsg(message: RequestEcho): RequestEchoProtoMsg;
1836
+ registerTypeUrl(): void;
1837
+ };
1838
+ /**
1839
+ * @name RequestFlush
1840
+ * @package tendermint.abci
1841
+ * @see proto type: tendermint.abci.RequestFlush
1842
+ */
1843
+ declare const RequestFlush: {
1844
+ typeUrl: string;
1845
+ is(o: any): o is RequestFlush;
1846
+ isAmino(o: any): o is RequestFlushAmino;
1847
+ encode(_: RequestFlush, writer?: BinaryWriter): BinaryWriter;
1848
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestFlush;
1849
+ fromPartial(_: DeepPartial<RequestFlush>): RequestFlush;
1850
+ fromAmino(_: RequestFlushAmino): RequestFlush;
1851
+ toAmino(_: RequestFlush): RequestFlushAmino;
1852
+ fromAminoMsg(object: RequestFlushAminoMsg): RequestFlush;
1853
+ fromProtoMsg(message: RequestFlushProtoMsg): RequestFlush;
1854
+ toProto(message: RequestFlush): Uint8Array;
1855
+ toProtoMsg(message: RequestFlush): RequestFlushProtoMsg;
1856
+ registerTypeUrl(): void;
1857
+ };
1858
+ /**
1859
+ * @name RequestInfo
1860
+ * @package tendermint.abci
1861
+ * @see proto type: tendermint.abci.RequestInfo
1862
+ */
1863
+ declare const RequestInfo: {
1864
+ typeUrl: string;
1865
+ is(o: any): o is RequestInfo;
1866
+ isAmino(o: any): o is RequestInfoAmino;
1867
+ encode(message: RequestInfo, writer?: BinaryWriter): BinaryWriter;
1868
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestInfo;
1869
+ fromPartial(object: DeepPartial<RequestInfo>): RequestInfo;
1870
+ fromAmino(object: RequestInfoAmino): RequestInfo;
1871
+ toAmino(message: RequestInfo): RequestInfoAmino;
1872
+ fromAminoMsg(object: RequestInfoAminoMsg): RequestInfo;
1873
+ fromProtoMsg(message: RequestInfoProtoMsg): RequestInfo;
1874
+ toProto(message: RequestInfo): Uint8Array;
1875
+ toProtoMsg(message: RequestInfo): RequestInfoProtoMsg;
1876
+ registerTypeUrl(): void;
1877
+ };
1878
+ /**
1879
+ * @name RequestInitChain
1880
+ * @package tendermint.abci
1881
+ * @see proto type: tendermint.abci.RequestInitChain
1882
+ */
1883
+ declare const RequestInitChain: {
1884
+ typeUrl: string;
1885
+ is(o: any): o is RequestInitChain;
1886
+ isAmino(o: any): o is RequestInitChainAmino;
1887
+ encode(message: RequestInitChain, writer?: BinaryWriter): BinaryWriter;
1888
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestInitChain;
1889
+ fromPartial(object: DeepPartial<RequestInitChain>): RequestInitChain;
1890
+ fromAmino(object: RequestInitChainAmino): RequestInitChain;
1891
+ toAmino(message: RequestInitChain): RequestInitChainAmino;
1892
+ fromAminoMsg(object: RequestInitChainAminoMsg): RequestInitChain;
1893
+ fromProtoMsg(message: RequestInitChainProtoMsg): RequestInitChain;
1894
+ toProto(message: RequestInitChain): Uint8Array;
1895
+ toProtoMsg(message: RequestInitChain): RequestInitChainProtoMsg;
1896
+ registerTypeUrl(): void;
1897
+ };
1898
+ /**
1899
+ * @name RequestQuery
1900
+ * @package tendermint.abci
1901
+ * @see proto type: tendermint.abci.RequestQuery
1902
+ */
1903
+ declare const RequestQuery: {
1904
+ typeUrl: string;
1905
+ is(o: any): o is RequestQuery;
1906
+ isAmino(o: any): o is RequestQueryAmino;
1907
+ encode(message: RequestQuery, writer?: BinaryWriter): BinaryWriter;
1908
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestQuery;
1909
+ fromPartial(object: DeepPartial<RequestQuery>): RequestQuery;
1910
+ fromAmino(object: RequestQueryAmino): RequestQuery;
1911
+ toAmino(message: RequestQuery): RequestQueryAmino;
1912
+ fromAminoMsg(object: RequestQueryAminoMsg): RequestQuery;
1913
+ fromProtoMsg(message: RequestQueryProtoMsg): RequestQuery;
1914
+ toProto(message: RequestQuery): Uint8Array;
1915
+ toProtoMsg(message: RequestQuery): RequestQueryProtoMsg;
1916
+ registerTypeUrl(): void;
1917
+ };
1918
+ /**
1919
+ * @name RequestCheckTx
1920
+ * @package tendermint.abci
1921
+ * @see proto type: tendermint.abci.RequestCheckTx
1922
+ */
1923
+ declare const RequestCheckTx: {
1924
+ typeUrl: string;
1925
+ is(o: any): o is RequestCheckTx;
1926
+ isAmino(o: any): o is RequestCheckTxAmino;
1927
+ encode(message: RequestCheckTx, writer?: BinaryWriter): BinaryWriter;
1928
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestCheckTx;
1929
+ fromPartial(object: DeepPartial<RequestCheckTx>): RequestCheckTx;
1930
+ fromAmino(object: RequestCheckTxAmino): RequestCheckTx;
1931
+ toAmino(message: RequestCheckTx): RequestCheckTxAmino;
1932
+ fromAminoMsg(object: RequestCheckTxAminoMsg): RequestCheckTx;
1933
+ fromProtoMsg(message: RequestCheckTxProtoMsg): RequestCheckTx;
1934
+ toProto(message: RequestCheckTx): Uint8Array;
1935
+ toProtoMsg(message: RequestCheckTx): RequestCheckTxProtoMsg;
1936
+ registerTypeUrl(): void;
1937
+ };
1938
+ /**
1939
+ * @name RequestCommit
1940
+ * @package tendermint.abci
1941
+ * @see proto type: tendermint.abci.RequestCommit
1942
+ */
1943
+ declare const RequestCommit: {
1944
+ typeUrl: string;
1945
+ is(o: any): o is RequestCommit;
1946
+ isAmino(o: any): o is RequestCommitAmino;
1947
+ encode(_: RequestCommit, writer?: BinaryWriter): BinaryWriter;
1948
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestCommit;
1949
+ fromPartial(_: DeepPartial<RequestCommit>): RequestCommit;
1950
+ fromAmino(_: RequestCommitAmino): RequestCommit;
1951
+ toAmino(_: RequestCommit): RequestCommitAmino;
1952
+ fromAminoMsg(object: RequestCommitAminoMsg): RequestCommit;
1953
+ fromProtoMsg(message: RequestCommitProtoMsg): RequestCommit;
1954
+ toProto(message: RequestCommit): Uint8Array;
1955
+ toProtoMsg(message: RequestCommit): RequestCommitProtoMsg;
1956
+ registerTypeUrl(): void;
1957
+ };
1958
+ /**
1959
+ * lists available snapshots
1960
+ * @name RequestListSnapshots
1961
+ * @package tendermint.abci
1962
+ * @see proto type: tendermint.abci.RequestListSnapshots
1963
+ */
1964
+ declare const RequestListSnapshots: {
1965
+ typeUrl: string;
1966
+ is(o: any): o is RequestListSnapshots;
1967
+ isAmino(o: any): o is RequestListSnapshotsAmino;
1968
+ encode(_: RequestListSnapshots, writer?: BinaryWriter): BinaryWriter;
1969
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestListSnapshots;
1970
+ fromPartial(_: DeepPartial<RequestListSnapshots>): RequestListSnapshots;
1971
+ fromAmino(_: RequestListSnapshotsAmino): RequestListSnapshots;
1972
+ toAmino(_: RequestListSnapshots): RequestListSnapshotsAmino;
1973
+ fromAminoMsg(object: RequestListSnapshotsAminoMsg): RequestListSnapshots;
1974
+ fromProtoMsg(message: RequestListSnapshotsProtoMsg): RequestListSnapshots;
1975
+ toProto(message: RequestListSnapshots): Uint8Array;
1976
+ toProtoMsg(message: RequestListSnapshots): RequestListSnapshotsProtoMsg;
1977
+ registerTypeUrl(): void;
1978
+ };
1979
+ /**
1980
+ * offers a snapshot to the application
1981
+ * @name RequestOfferSnapshot
1982
+ * @package tendermint.abci
1983
+ * @see proto type: tendermint.abci.RequestOfferSnapshot
1984
+ */
1985
+ declare const RequestOfferSnapshot: {
1986
+ typeUrl: string;
1987
+ is(o: any): o is RequestOfferSnapshot;
1988
+ isAmino(o: any): o is RequestOfferSnapshotAmino;
1989
+ encode(message: RequestOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
1990
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestOfferSnapshot;
1991
+ fromPartial(object: DeepPartial<RequestOfferSnapshot>): RequestOfferSnapshot;
1992
+ fromAmino(object: RequestOfferSnapshotAmino): RequestOfferSnapshot;
1993
+ toAmino(message: RequestOfferSnapshot): RequestOfferSnapshotAmino;
1994
+ fromAminoMsg(object: RequestOfferSnapshotAminoMsg): RequestOfferSnapshot;
1995
+ fromProtoMsg(message: RequestOfferSnapshotProtoMsg): RequestOfferSnapshot;
1996
+ toProto(message: RequestOfferSnapshot): Uint8Array;
1997
+ toProtoMsg(message: RequestOfferSnapshot): RequestOfferSnapshotProtoMsg;
1998
+ registerTypeUrl(): void;
1999
+ };
2000
+ /**
2001
+ * loads a snapshot chunk
2002
+ * @name RequestLoadSnapshotChunk
2003
+ * @package tendermint.abci
2004
+ * @see proto type: tendermint.abci.RequestLoadSnapshotChunk
2005
+ */
2006
+ declare const RequestLoadSnapshotChunk: {
2007
+ typeUrl: string;
2008
+ is(o: any): o is RequestLoadSnapshotChunk;
2009
+ isAmino(o: any): o is RequestLoadSnapshotChunkAmino;
2010
+ encode(message: RequestLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
2011
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestLoadSnapshotChunk;
2012
+ fromPartial(object: DeepPartial<RequestLoadSnapshotChunk>): RequestLoadSnapshotChunk;
2013
+ fromAmino(object: RequestLoadSnapshotChunkAmino): RequestLoadSnapshotChunk;
2014
+ toAmino(message: RequestLoadSnapshotChunk): RequestLoadSnapshotChunkAmino;
2015
+ fromAminoMsg(object: RequestLoadSnapshotChunkAminoMsg): RequestLoadSnapshotChunk;
2016
+ fromProtoMsg(message: RequestLoadSnapshotChunkProtoMsg): RequestLoadSnapshotChunk;
2017
+ toProto(message: RequestLoadSnapshotChunk): Uint8Array;
2018
+ toProtoMsg(message: RequestLoadSnapshotChunk): RequestLoadSnapshotChunkProtoMsg;
2019
+ registerTypeUrl(): void;
2020
+ };
2021
+ /**
2022
+ * Applies a snapshot chunk
2023
+ * @name RequestApplySnapshotChunk
2024
+ * @package tendermint.abci
2025
+ * @see proto type: tendermint.abci.RequestApplySnapshotChunk
2026
+ */
2027
+ declare const RequestApplySnapshotChunk: {
2028
+ typeUrl: string;
2029
+ is(o: any): o is RequestApplySnapshotChunk;
2030
+ isAmino(o: any): o is RequestApplySnapshotChunkAmino;
2031
+ encode(message: RequestApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
2032
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestApplySnapshotChunk;
2033
+ fromPartial(object: DeepPartial<RequestApplySnapshotChunk>): RequestApplySnapshotChunk;
2034
+ fromAmino(object: RequestApplySnapshotChunkAmino): RequestApplySnapshotChunk;
2035
+ toAmino(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkAmino;
2036
+ fromAminoMsg(object: RequestApplySnapshotChunkAminoMsg): RequestApplySnapshotChunk;
2037
+ fromProtoMsg(message: RequestApplySnapshotChunkProtoMsg): RequestApplySnapshotChunk;
2038
+ toProto(message: RequestApplySnapshotChunk): Uint8Array;
2039
+ toProtoMsg(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkProtoMsg;
2040
+ registerTypeUrl(): void;
2041
+ };
2042
+ /**
2043
+ * @name RequestPrepareProposal
2044
+ * @package tendermint.abci
2045
+ * @see proto type: tendermint.abci.RequestPrepareProposal
2046
+ */
2047
+ declare const RequestPrepareProposal: {
2048
+ typeUrl: string;
2049
+ is(o: any): o is RequestPrepareProposal;
2050
+ isAmino(o: any): o is RequestPrepareProposalAmino;
2051
+ encode(message: RequestPrepareProposal, writer?: BinaryWriter): BinaryWriter;
2052
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestPrepareProposal;
2053
+ fromPartial(object: DeepPartial<RequestPrepareProposal>): RequestPrepareProposal;
2054
+ fromAmino(object: RequestPrepareProposalAmino): RequestPrepareProposal;
2055
+ toAmino(message: RequestPrepareProposal): RequestPrepareProposalAmino;
2056
+ fromAminoMsg(object: RequestPrepareProposalAminoMsg): RequestPrepareProposal;
2057
+ fromProtoMsg(message: RequestPrepareProposalProtoMsg): RequestPrepareProposal;
2058
+ toProto(message: RequestPrepareProposal): Uint8Array;
2059
+ toProtoMsg(message: RequestPrepareProposal): RequestPrepareProposalProtoMsg;
2060
+ registerTypeUrl(): void;
2061
+ };
2062
+ /**
2063
+ * @name RequestProcessProposal
2064
+ * @package tendermint.abci
2065
+ * @see proto type: tendermint.abci.RequestProcessProposal
2066
+ */
2067
+ declare const RequestProcessProposal: {
2068
+ typeUrl: string;
2069
+ is(o: any): o is RequestProcessProposal;
2070
+ isAmino(o: any): o is RequestProcessProposalAmino;
2071
+ encode(message: RequestProcessProposal, writer?: BinaryWriter): BinaryWriter;
2072
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestProcessProposal;
2073
+ fromPartial(object: DeepPartial<RequestProcessProposal>): RequestProcessProposal;
2074
+ fromAmino(object: RequestProcessProposalAmino): RequestProcessProposal;
2075
+ toAmino(message: RequestProcessProposal): RequestProcessProposalAmino;
2076
+ fromAminoMsg(object: RequestProcessProposalAminoMsg): RequestProcessProposal;
2077
+ fromProtoMsg(message: RequestProcessProposalProtoMsg): RequestProcessProposal;
2078
+ toProto(message: RequestProcessProposal): Uint8Array;
2079
+ toProtoMsg(message: RequestProcessProposal): RequestProcessProposalProtoMsg;
2080
+ registerTypeUrl(): void;
2081
+ };
2082
+ /**
2083
+ * Extends a vote with application-injected data
2084
+ * @name RequestExtendVote
2085
+ * @package tendermint.abci
2086
+ * @see proto type: tendermint.abci.RequestExtendVote
2087
+ */
2088
+ declare const RequestExtendVote: {
2089
+ typeUrl: string;
2090
+ is(o: any): o is RequestExtendVote;
2091
+ isAmino(o: any): o is RequestExtendVoteAmino;
2092
+ encode(message: RequestExtendVote, writer?: BinaryWriter): BinaryWriter;
2093
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestExtendVote;
2094
+ fromPartial(object: DeepPartial<RequestExtendVote>): RequestExtendVote;
2095
+ fromAmino(object: RequestExtendVoteAmino): RequestExtendVote;
2096
+ toAmino(message: RequestExtendVote): RequestExtendVoteAmino;
2097
+ fromAminoMsg(object: RequestExtendVoteAminoMsg): RequestExtendVote;
2098
+ fromProtoMsg(message: RequestExtendVoteProtoMsg): RequestExtendVote;
2099
+ toProto(message: RequestExtendVote): Uint8Array;
2100
+ toProtoMsg(message: RequestExtendVote): RequestExtendVoteProtoMsg;
2101
+ registerTypeUrl(): void;
2102
+ };
2103
+ /**
2104
+ * Verify the vote extension
2105
+ * @name RequestVerifyVoteExtension
2106
+ * @package tendermint.abci
2107
+ * @see proto type: tendermint.abci.RequestVerifyVoteExtension
2108
+ */
2109
+ declare const RequestVerifyVoteExtension: {
2110
+ typeUrl: string;
2111
+ is(o: any): o is RequestVerifyVoteExtension;
2112
+ isAmino(o: any): o is RequestVerifyVoteExtensionAmino;
2113
+ encode(message: RequestVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
2114
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestVerifyVoteExtension;
2115
+ fromPartial(object: DeepPartial<RequestVerifyVoteExtension>): RequestVerifyVoteExtension;
2116
+ fromAmino(object: RequestVerifyVoteExtensionAmino): RequestVerifyVoteExtension;
2117
+ toAmino(message: RequestVerifyVoteExtension): RequestVerifyVoteExtensionAmino;
2118
+ fromAminoMsg(object: RequestVerifyVoteExtensionAminoMsg): RequestVerifyVoteExtension;
2119
+ fromProtoMsg(message: RequestVerifyVoteExtensionProtoMsg): RequestVerifyVoteExtension;
2120
+ toProto(message: RequestVerifyVoteExtension): Uint8Array;
2121
+ toProtoMsg(message: RequestVerifyVoteExtension): RequestVerifyVoteExtensionProtoMsg;
2122
+ registerTypeUrl(): void;
2123
+ };
2124
+ /**
2125
+ * @name RequestFinalizeBlock
2126
+ * @package tendermint.abci
2127
+ * @see proto type: tendermint.abci.RequestFinalizeBlock
2128
+ */
2129
+ declare const RequestFinalizeBlock: {
2130
+ typeUrl: string;
2131
+ is(o: any): o is RequestFinalizeBlock;
2132
+ isAmino(o: any): o is RequestFinalizeBlockAmino;
2133
+ encode(message: RequestFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
2134
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestFinalizeBlock;
2135
+ fromPartial(object: DeepPartial<RequestFinalizeBlock>): RequestFinalizeBlock;
2136
+ fromAmino(object: RequestFinalizeBlockAmino): RequestFinalizeBlock;
2137
+ toAmino(message: RequestFinalizeBlock): RequestFinalizeBlockAmino;
2138
+ fromAminoMsg(object: RequestFinalizeBlockAminoMsg): RequestFinalizeBlock;
2139
+ fromProtoMsg(message: RequestFinalizeBlockProtoMsg): RequestFinalizeBlock;
2140
+ toProto(message: RequestFinalizeBlock): Uint8Array;
2141
+ toProtoMsg(message: RequestFinalizeBlock): RequestFinalizeBlockProtoMsg;
2142
+ registerTypeUrl(): void;
2143
+ };
2144
+ /**
2145
+ * @name Response
2146
+ * @package tendermint.abci
2147
+ * @see proto type: tendermint.abci.Response
2148
+ */
2149
+ declare const Response: {
2150
+ typeUrl: string;
2151
+ is(o: any): o is Response;
2152
+ isAmino(o: any): o is ResponseAmino;
2153
+ encode(message: Response, writer?: BinaryWriter): BinaryWriter;
2154
+ decode(input: BinaryReader | Uint8Array, length?: number): Response;
2155
+ fromPartial(object: DeepPartial<Response>): Response;
2156
+ fromAmino(object: ResponseAmino): Response;
2157
+ toAmino(message: Response): ResponseAmino;
2158
+ fromAminoMsg(object: ResponseAminoMsg): Response;
2159
+ fromProtoMsg(message: ResponseProtoMsg): Response;
2160
+ toProto(message: Response): Uint8Array;
2161
+ toProtoMsg(message: Response): ResponseProtoMsg;
2162
+ registerTypeUrl(): void;
2163
+ };
2164
+ /**
2165
+ * nondeterministic
2166
+ * @name ResponseException
2167
+ * @package tendermint.abci
2168
+ * @see proto type: tendermint.abci.ResponseException
2169
+ */
2170
+ declare const ResponseException: {
2171
+ typeUrl: string;
2172
+ is(o: any): o is ResponseException;
2173
+ isAmino(o: any): o is ResponseExceptionAmino;
2174
+ encode(message: ResponseException, writer?: BinaryWriter): BinaryWriter;
2175
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseException;
2176
+ fromPartial(object: DeepPartial<ResponseException>): ResponseException;
2177
+ fromAmino(object: ResponseExceptionAmino): ResponseException;
2178
+ toAmino(message: ResponseException): ResponseExceptionAmino;
2179
+ fromAminoMsg(object: ResponseExceptionAminoMsg): ResponseException;
2180
+ fromProtoMsg(message: ResponseExceptionProtoMsg): ResponseException;
2181
+ toProto(message: ResponseException): Uint8Array;
2182
+ toProtoMsg(message: ResponseException): ResponseExceptionProtoMsg;
2183
+ registerTypeUrl(): void;
2184
+ };
2185
+ /**
2186
+ * @name ResponseEcho
2187
+ * @package tendermint.abci
2188
+ * @see proto type: tendermint.abci.ResponseEcho
2189
+ */
2190
+ declare const ResponseEcho: {
2191
+ typeUrl: string;
2192
+ is(o: any): o is ResponseEcho;
2193
+ isAmino(o: any): o is ResponseEchoAmino;
2194
+ encode(message: ResponseEcho, writer?: BinaryWriter): BinaryWriter;
2195
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseEcho;
2196
+ fromPartial(object: DeepPartial<ResponseEcho>): ResponseEcho;
2197
+ fromAmino(object: ResponseEchoAmino): ResponseEcho;
2198
+ toAmino(message: ResponseEcho): ResponseEchoAmino;
2199
+ fromAminoMsg(object: ResponseEchoAminoMsg): ResponseEcho;
2200
+ fromProtoMsg(message: ResponseEchoProtoMsg): ResponseEcho;
2201
+ toProto(message: ResponseEcho): Uint8Array;
2202
+ toProtoMsg(message: ResponseEcho): ResponseEchoProtoMsg;
2203
+ registerTypeUrl(): void;
2204
+ };
2205
+ /**
2206
+ * @name ResponseFlush
2207
+ * @package tendermint.abci
2208
+ * @see proto type: tendermint.abci.ResponseFlush
2209
+ */
2210
+ declare const ResponseFlush: {
2211
+ typeUrl: string;
2212
+ is(o: any): o is ResponseFlush;
2213
+ isAmino(o: any): o is ResponseFlushAmino;
2214
+ encode(_: ResponseFlush, writer?: BinaryWriter): BinaryWriter;
2215
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseFlush;
2216
+ fromPartial(_: DeepPartial<ResponseFlush>): ResponseFlush;
2217
+ fromAmino(_: ResponseFlushAmino): ResponseFlush;
2218
+ toAmino(_: ResponseFlush): ResponseFlushAmino;
2219
+ fromAminoMsg(object: ResponseFlushAminoMsg): ResponseFlush;
2220
+ fromProtoMsg(message: ResponseFlushProtoMsg): ResponseFlush;
2221
+ toProto(message: ResponseFlush): Uint8Array;
2222
+ toProtoMsg(message: ResponseFlush): ResponseFlushProtoMsg;
2223
+ registerTypeUrl(): void;
2224
+ };
2225
+ /**
2226
+ * @name ResponseInfo
2227
+ * @package tendermint.abci
2228
+ * @see proto type: tendermint.abci.ResponseInfo
2229
+ */
2230
+ declare const ResponseInfo: {
2231
+ typeUrl: string;
2232
+ is(o: any): o is ResponseInfo;
2233
+ isAmino(o: any): o is ResponseInfoAmino;
2234
+ encode(message: ResponseInfo, writer?: BinaryWriter): BinaryWriter;
2235
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseInfo;
2236
+ fromPartial(object: DeepPartial<ResponseInfo>): ResponseInfo;
2237
+ fromAmino(object: ResponseInfoAmino): ResponseInfo;
2238
+ toAmino(message: ResponseInfo): ResponseInfoAmino;
2239
+ fromAminoMsg(object: ResponseInfoAminoMsg): ResponseInfo;
2240
+ fromProtoMsg(message: ResponseInfoProtoMsg): ResponseInfo;
2241
+ toProto(message: ResponseInfo): Uint8Array;
2242
+ toProtoMsg(message: ResponseInfo): ResponseInfoProtoMsg;
2243
+ registerTypeUrl(): void;
2244
+ };
2245
+ /**
2246
+ * @name ResponseInitChain
2247
+ * @package tendermint.abci
2248
+ * @see proto type: tendermint.abci.ResponseInitChain
2249
+ */
2250
+ declare const ResponseInitChain: {
2251
+ typeUrl: string;
2252
+ is(o: any): o is ResponseInitChain;
2253
+ isAmino(o: any): o is ResponseInitChainAmino;
2254
+ encode(message: ResponseInitChain, writer?: BinaryWriter): BinaryWriter;
2255
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseInitChain;
2256
+ fromPartial(object: DeepPartial<ResponseInitChain>): ResponseInitChain;
2257
+ fromAmino(object: ResponseInitChainAmino): ResponseInitChain;
2258
+ toAmino(message: ResponseInitChain): ResponseInitChainAmino;
2259
+ fromAminoMsg(object: ResponseInitChainAminoMsg): ResponseInitChain;
2260
+ fromProtoMsg(message: ResponseInitChainProtoMsg): ResponseInitChain;
2261
+ toProto(message: ResponseInitChain): Uint8Array;
2262
+ toProtoMsg(message: ResponseInitChain): ResponseInitChainProtoMsg;
2263
+ registerTypeUrl(): void;
2264
+ };
2265
+ /**
2266
+ * @name ResponseQuery
2267
+ * @package tendermint.abci
2268
+ * @see proto type: tendermint.abci.ResponseQuery
2269
+ */
2270
+ declare const ResponseQuery: {
2271
+ typeUrl: string;
2272
+ is(o: any): o is ResponseQuery;
2273
+ isAmino(o: any): o is ResponseQueryAmino;
2274
+ encode(message: ResponseQuery, writer?: BinaryWriter): BinaryWriter;
2275
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseQuery;
2276
+ fromPartial(object: DeepPartial<ResponseQuery>): ResponseQuery;
2277
+ fromAmino(object: ResponseQueryAmino): ResponseQuery;
2278
+ toAmino(message: ResponseQuery): ResponseQueryAmino;
2279
+ fromAminoMsg(object: ResponseQueryAminoMsg): ResponseQuery;
2280
+ fromProtoMsg(message: ResponseQueryProtoMsg): ResponseQuery;
2281
+ toProto(message: ResponseQuery): Uint8Array;
2282
+ toProtoMsg(message: ResponseQuery): ResponseQueryProtoMsg;
2283
+ registerTypeUrl(): void;
2284
+ };
2285
+ /**
2286
+ * @name ResponseCheckTx
2287
+ * @package tendermint.abci
2288
+ * @see proto type: tendermint.abci.ResponseCheckTx
2289
+ */
2290
+ declare const ResponseCheckTx: {
2291
+ typeUrl: string;
2292
+ is(o: any): o is ResponseCheckTx;
2293
+ isAmino(o: any): o is ResponseCheckTxAmino;
2294
+ encode(message: ResponseCheckTx, writer?: BinaryWriter): BinaryWriter;
2295
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseCheckTx;
2296
+ fromPartial(object: DeepPartial<ResponseCheckTx>): ResponseCheckTx;
2297
+ fromAmino(object: ResponseCheckTxAmino): ResponseCheckTx;
2298
+ toAmino(message: ResponseCheckTx): ResponseCheckTxAmino;
2299
+ fromAminoMsg(object: ResponseCheckTxAminoMsg): ResponseCheckTx;
2300
+ fromProtoMsg(message: ResponseCheckTxProtoMsg): ResponseCheckTx;
2301
+ toProto(message: ResponseCheckTx): Uint8Array;
2302
+ toProtoMsg(message: ResponseCheckTx): ResponseCheckTxProtoMsg;
2303
+ registerTypeUrl(): void;
2304
+ };
2305
+ /**
2306
+ * @name ResponseCommit
2307
+ * @package tendermint.abci
2308
+ * @see proto type: tendermint.abci.ResponseCommit
2309
+ */
2310
+ declare const ResponseCommit: {
2311
+ typeUrl: string;
2312
+ is(o: any): o is ResponseCommit;
2313
+ isAmino(o: any): o is ResponseCommitAmino;
2314
+ encode(message: ResponseCommit, writer?: BinaryWriter): BinaryWriter;
2315
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseCommit;
2316
+ fromPartial(object: DeepPartial<ResponseCommit>): ResponseCommit;
2317
+ fromAmino(object: ResponseCommitAmino): ResponseCommit;
2318
+ toAmino(message: ResponseCommit): ResponseCommitAmino;
2319
+ fromAminoMsg(object: ResponseCommitAminoMsg): ResponseCommit;
2320
+ fromProtoMsg(message: ResponseCommitProtoMsg): ResponseCommit;
2321
+ toProto(message: ResponseCommit): Uint8Array;
2322
+ toProtoMsg(message: ResponseCommit): ResponseCommitProtoMsg;
2323
+ registerTypeUrl(): void;
2324
+ };
2325
+ /**
2326
+ * @name ResponseListSnapshots
2327
+ * @package tendermint.abci
2328
+ * @see proto type: tendermint.abci.ResponseListSnapshots
2329
+ */
2330
+ declare const ResponseListSnapshots: {
2331
+ typeUrl: string;
2332
+ is(o: any): o is ResponseListSnapshots;
2333
+ isAmino(o: any): o is ResponseListSnapshotsAmino;
2334
+ encode(message: ResponseListSnapshots, writer?: BinaryWriter): BinaryWriter;
2335
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseListSnapshots;
2336
+ fromPartial(object: DeepPartial<ResponseListSnapshots>): ResponseListSnapshots;
2337
+ fromAmino(object: ResponseListSnapshotsAmino): ResponseListSnapshots;
2338
+ toAmino(message: ResponseListSnapshots): ResponseListSnapshotsAmino;
2339
+ fromAminoMsg(object: ResponseListSnapshotsAminoMsg): ResponseListSnapshots;
2340
+ fromProtoMsg(message: ResponseListSnapshotsProtoMsg): ResponseListSnapshots;
2341
+ toProto(message: ResponseListSnapshots): Uint8Array;
2342
+ toProtoMsg(message: ResponseListSnapshots): ResponseListSnapshotsProtoMsg;
2343
+ registerTypeUrl(): void;
2344
+ };
2345
+ /**
2346
+ * @name ResponseOfferSnapshot
2347
+ * @package tendermint.abci
2348
+ * @see proto type: tendermint.abci.ResponseOfferSnapshot
2349
+ */
2350
+ declare const ResponseOfferSnapshot: {
2351
+ typeUrl: string;
2352
+ is(o: any): o is ResponseOfferSnapshot;
2353
+ isAmino(o: any): o is ResponseOfferSnapshotAmino;
2354
+ encode(message: ResponseOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
2355
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseOfferSnapshot;
2356
+ fromPartial(object: DeepPartial<ResponseOfferSnapshot>): ResponseOfferSnapshot;
2357
+ fromAmino(object: ResponseOfferSnapshotAmino): ResponseOfferSnapshot;
2358
+ toAmino(message: ResponseOfferSnapshot): ResponseOfferSnapshotAmino;
2359
+ fromAminoMsg(object: ResponseOfferSnapshotAminoMsg): ResponseOfferSnapshot;
2360
+ fromProtoMsg(message: ResponseOfferSnapshotProtoMsg): ResponseOfferSnapshot;
2361
+ toProto(message: ResponseOfferSnapshot): Uint8Array;
2362
+ toProtoMsg(message: ResponseOfferSnapshot): ResponseOfferSnapshotProtoMsg;
2363
+ registerTypeUrl(): void;
2364
+ };
2365
+ /**
2366
+ * @name ResponseLoadSnapshotChunk
2367
+ * @package tendermint.abci
2368
+ * @see proto type: tendermint.abci.ResponseLoadSnapshotChunk
2369
+ */
2370
+ declare const ResponseLoadSnapshotChunk: {
2371
+ typeUrl: string;
2372
+ is(o: any): o is ResponseLoadSnapshotChunk;
2373
+ isAmino(o: any): o is ResponseLoadSnapshotChunkAmino;
2374
+ encode(message: ResponseLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
2375
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseLoadSnapshotChunk;
2376
+ fromPartial(object: DeepPartial<ResponseLoadSnapshotChunk>): ResponseLoadSnapshotChunk;
2377
+ fromAmino(object: ResponseLoadSnapshotChunkAmino): ResponseLoadSnapshotChunk;
2378
+ toAmino(message: ResponseLoadSnapshotChunk): ResponseLoadSnapshotChunkAmino;
2379
+ fromAminoMsg(object: ResponseLoadSnapshotChunkAminoMsg): ResponseLoadSnapshotChunk;
2380
+ fromProtoMsg(message: ResponseLoadSnapshotChunkProtoMsg): ResponseLoadSnapshotChunk;
2381
+ toProto(message: ResponseLoadSnapshotChunk): Uint8Array;
2382
+ toProtoMsg(message: ResponseLoadSnapshotChunk): ResponseLoadSnapshotChunkProtoMsg;
2383
+ registerTypeUrl(): void;
2384
+ };
2385
+ /**
2386
+ * @name ResponseApplySnapshotChunk
2387
+ * @package tendermint.abci
2388
+ * @see proto type: tendermint.abci.ResponseApplySnapshotChunk
2389
+ */
2390
+ declare const ResponseApplySnapshotChunk: {
2391
+ typeUrl: string;
2392
+ is(o: any): o is ResponseApplySnapshotChunk;
2393
+ isAmino(o: any): o is ResponseApplySnapshotChunkAmino;
2394
+ encode(message: ResponseApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
2395
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseApplySnapshotChunk;
2396
+ fromPartial(object: DeepPartial<ResponseApplySnapshotChunk>): ResponseApplySnapshotChunk;
2397
+ fromAmino(object: ResponseApplySnapshotChunkAmino): ResponseApplySnapshotChunk;
2398
+ toAmino(message: ResponseApplySnapshotChunk): ResponseApplySnapshotChunkAmino;
2399
+ fromAminoMsg(object: ResponseApplySnapshotChunkAminoMsg): ResponseApplySnapshotChunk;
2400
+ fromProtoMsg(message: ResponseApplySnapshotChunkProtoMsg): ResponseApplySnapshotChunk;
2401
+ toProto(message: ResponseApplySnapshotChunk): Uint8Array;
2402
+ toProtoMsg(message: ResponseApplySnapshotChunk): ResponseApplySnapshotChunkProtoMsg;
2403
+ registerTypeUrl(): void;
2404
+ };
2405
+ /**
2406
+ * @name ResponsePrepareProposal
2407
+ * @package tendermint.abci
2408
+ * @see proto type: tendermint.abci.ResponsePrepareProposal
2409
+ */
2410
+ declare const ResponsePrepareProposal: {
2411
+ typeUrl: string;
2412
+ is(o: any): o is ResponsePrepareProposal;
2413
+ isAmino(o: any): o is ResponsePrepareProposalAmino;
2414
+ encode(message: ResponsePrepareProposal, writer?: BinaryWriter): BinaryWriter;
2415
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponsePrepareProposal;
2416
+ fromPartial(object: DeepPartial<ResponsePrepareProposal>): ResponsePrepareProposal;
2417
+ fromAmino(object: ResponsePrepareProposalAmino): ResponsePrepareProposal;
2418
+ toAmino(message: ResponsePrepareProposal): ResponsePrepareProposalAmino;
2419
+ fromAminoMsg(object: ResponsePrepareProposalAminoMsg): ResponsePrepareProposal;
2420
+ fromProtoMsg(message: ResponsePrepareProposalProtoMsg): ResponsePrepareProposal;
2421
+ toProto(message: ResponsePrepareProposal): Uint8Array;
2422
+ toProtoMsg(message: ResponsePrepareProposal): ResponsePrepareProposalProtoMsg;
2423
+ registerTypeUrl(): void;
2424
+ };
2425
+ /**
2426
+ * @name ResponseProcessProposal
2427
+ * @package tendermint.abci
2428
+ * @see proto type: tendermint.abci.ResponseProcessProposal
2429
+ */
2430
+ declare const ResponseProcessProposal: {
2431
+ typeUrl: string;
2432
+ is(o: any): o is ResponseProcessProposal;
2433
+ isAmino(o: any): o is ResponseProcessProposalAmino;
2434
+ encode(message: ResponseProcessProposal, writer?: BinaryWriter): BinaryWriter;
2435
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseProcessProposal;
2436
+ fromPartial(object: DeepPartial<ResponseProcessProposal>): ResponseProcessProposal;
2437
+ fromAmino(object: ResponseProcessProposalAmino): ResponseProcessProposal;
2438
+ toAmino(message: ResponseProcessProposal): ResponseProcessProposalAmino;
2439
+ fromAminoMsg(object: ResponseProcessProposalAminoMsg): ResponseProcessProposal;
2440
+ fromProtoMsg(message: ResponseProcessProposalProtoMsg): ResponseProcessProposal;
2441
+ toProto(message: ResponseProcessProposal): Uint8Array;
2442
+ toProtoMsg(message: ResponseProcessProposal): ResponseProcessProposalProtoMsg;
2443
+ registerTypeUrl(): void;
2444
+ };
2445
+ /**
2446
+ * @name ResponseExtendVote
2447
+ * @package tendermint.abci
2448
+ * @see proto type: tendermint.abci.ResponseExtendVote
2449
+ */
2450
+ declare const ResponseExtendVote: {
2451
+ typeUrl: string;
2452
+ is(o: any): o is ResponseExtendVote;
2453
+ isAmino(o: any): o is ResponseExtendVoteAmino;
2454
+ encode(message: ResponseExtendVote, writer?: BinaryWriter): BinaryWriter;
2455
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseExtendVote;
2456
+ fromPartial(object: DeepPartial<ResponseExtendVote>): ResponseExtendVote;
2457
+ fromAmino(object: ResponseExtendVoteAmino): ResponseExtendVote;
2458
+ toAmino(message: ResponseExtendVote): ResponseExtendVoteAmino;
2459
+ fromAminoMsg(object: ResponseExtendVoteAminoMsg): ResponseExtendVote;
2460
+ fromProtoMsg(message: ResponseExtendVoteProtoMsg): ResponseExtendVote;
2461
+ toProto(message: ResponseExtendVote): Uint8Array;
2462
+ toProtoMsg(message: ResponseExtendVote): ResponseExtendVoteProtoMsg;
2463
+ registerTypeUrl(): void;
2464
+ };
2465
+ /**
2466
+ * @name ResponseVerifyVoteExtension
2467
+ * @package tendermint.abci
2468
+ * @see proto type: tendermint.abci.ResponseVerifyVoteExtension
2469
+ */
2470
+ declare const ResponseVerifyVoteExtension: {
2471
+ typeUrl: string;
2472
+ is(o: any): o is ResponseVerifyVoteExtension;
2473
+ isAmino(o: any): o is ResponseVerifyVoteExtensionAmino;
2474
+ encode(message: ResponseVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
2475
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseVerifyVoteExtension;
2476
+ fromPartial(object: DeepPartial<ResponseVerifyVoteExtension>): ResponseVerifyVoteExtension;
2477
+ fromAmino(object: ResponseVerifyVoteExtensionAmino): ResponseVerifyVoteExtension;
2478
+ toAmino(message: ResponseVerifyVoteExtension): ResponseVerifyVoteExtensionAmino;
2479
+ fromAminoMsg(object: ResponseVerifyVoteExtensionAminoMsg): ResponseVerifyVoteExtension;
2480
+ fromProtoMsg(message: ResponseVerifyVoteExtensionProtoMsg): ResponseVerifyVoteExtension;
2481
+ toProto(message: ResponseVerifyVoteExtension): Uint8Array;
2482
+ toProtoMsg(message: ResponseVerifyVoteExtension): ResponseVerifyVoteExtensionProtoMsg;
2483
+ registerTypeUrl(): void;
2484
+ };
2485
+ /**
2486
+ * @name ResponseFinalizeBlock
2487
+ * @package tendermint.abci
2488
+ * @see proto type: tendermint.abci.ResponseFinalizeBlock
2489
+ */
2490
+ declare const ResponseFinalizeBlock: {
2491
+ typeUrl: string;
2492
+ is(o: any): o is ResponseFinalizeBlock;
2493
+ isAmino(o: any): o is ResponseFinalizeBlockAmino;
2494
+ encode(message: ResponseFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
2495
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseFinalizeBlock;
2496
+ fromPartial(object: DeepPartial<ResponseFinalizeBlock>): ResponseFinalizeBlock;
2497
+ fromAmino(object: ResponseFinalizeBlockAmino): ResponseFinalizeBlock;
2498
+ toAmino(message: ResponseFinalizeBlock): ResponseFinalizeBlockAmino;
2499
+ fromAminoMsg(object: ResponseFinalizeBlockAminoMsg): ResponseFinalizeBlock;
2500
+ fromProtoMsg(message: ResponseFinalizeBlockProtoMsg): ResponseFinalizeBlock;
2501
+ toProto(message: ResponseFinalizeBlock): Uint8Array;
2502
+ toProtoMsg(message: ResponseFinalizeBlock): ResponseFinalizeBlockProtoMsg;
2503
+ registerTypeUrl(): void;
2504
+ };
2505
+ /**
2506
+ * @name CommitInfo
2507
+ * @package tendermint.abci
2508
+ * @see proto type: tendermint.abci.CommitInfo
2509
+ */
2510
+ declare const CommitInfo: {
2511
+ typeUrl: string;
2512
+ is(o: any): o is CommitInfo;
2513
+ isAmino(o: any): o is CommitInfoAmino;
2514
+ encode(message: CommitInfo, writer?: BinaryWriter): BinaryWriter;
2515
+ decode(input: BinaryReader | Uint8Array, length?: number): CommitInfo;
2516
+ fromPartial(object: DeepPartial<CommitInfo>): CommitInfo;
2517
+ fromAmino(object: CommitInfoAmino): CommitInfo;
2518
+ toAmino(message: CommitInfo): CommitInfoAmino;
2519
+ fromAminoMsg(object: CommitInfoAminoMsg): CommitInfo;
2520
+ fromProtoMsg(message: CommitInfoProtoMsg): CommitInfo;
2521
+ toProto(message: CommitInfo): Uint8Array;
2522
+ toProtoMsg(message: CommitInfo): CommitInfoProtoMsg;
2523
+ registerTypeUrl(): void;
2524
+ };
2525
+ /**
2526
+ * ExtendedCommitInfo is similar to CommitInfo except that it is only used in
2527
+ * the PrepareProposal request such that CometBFT can provide vote extensions
2528
+ * to the application.
2529
+ * @name ExtendedCommitInfo
2530
+ * @package tendermint.abci
2531
+ * @see proto type: tendermint.abci.ExtendedCommitInfo
2532
+ */
2533
+ declare const ExtendedCommitInfo: {
2534
+ typeUrl: string;
2535
+ is(o: any): o is ExtendedCommitInfo;
2536
+ isAmino(o: any): o is ExtendedCommitInfoAmino;
2537
+ encode(message: ExtendedCommitInfo, writer?: BinaryWriter): BinaryWriter;
2538
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtendedCommitInfo;
2539
+ fromPartial(object: DeepPartial<ExtendedCommitInfo>): ExtendedCommitInfo;
2540
+ fromAmino(object: ExtendedCommitInfoAmino): ExtendedCommitInfo;
2541
+ toAmino(message: ExtendedCommitInfo): ExtendedCommitInfoAmino;
2542
+ fromAminoMsg(object: ExtendedCommitInfoAminoMsg): ExtendedCommitInfo;
2543
+ fromProtoMsg(message: ExtendedCommitInfoProtoMsg): ExtendedCommitInfo;
2544
+ toProto(message: ExtendedCommitInfo): Uint8Array;
2545
+ toProtoMsg(message: ExtendedCommitInfo): ExtendedCommitInfoProtoMsg;
2546
+ registerTypeUrl(): void;
2547
+ };
2548
+ /**
2549
+ * Event allows application developers to attach additional information to
2550
+ * ResponseFinalizeBlock and ResponseCheckTx.
2551
+ * Later, transactions may be queried using these events.
2552
+ * @name Event
2553
+ * @package tendermint.abci
2554
+ * @see proto type: tendermint.abci.Event
2555
+ */
2556
+ declare const Event: {
2557
+ typeUrl: string;
2558
+ is(o: any): o is Event;
2559
+ isAmino(o: any): o is EventAmino;
2560
+ encode(message: Event, writer?: BinaryWriter): BinaryWriter;
2561
+ decode(input: BinaryReader | Uint8Array, length?: number): Event;
2562
+ fromPartial(object: DeepPartial<Event>): Event;
2563
+ fromAmino(object: EventAmino): Event;
2564
+ toAmino(message: Event): EventAmino;
2565
+ fromAminoMsg(object: EventAminoMsg): Event;
2566
+ fromProtoMsg(message: EventProtoMsg): Event;
2567
+ toProto(message: Event): Uint8Array;
2568
+ toProtoMsg(message: Event): EventProtoMsg;
2569
+ registerTypeUrl(): void;
2570
+ };
2571
+ /**
2572
+ * EventAttribute is a single key-value pair, associated with an event.
2573
+ * @name EventAttribute
2574
+ * @package tendermint.abci
2575
+ * @see proto type: tendermint.abci.EventAttribute
2576
+ */
2577
+ declare const EventAttribute: {
2578
+ typeUrl: string;
2579
+ is(o: any): o is EventAttribute;
2580
+ isAmino(o: any): o is EventAttributeAmino;
2581
+ encode(message: EventAttribute, writer?: BinaryWriter): BinaryWriter;
2582
+ decode(input: BinaryReader | Uint8Array, length?: number): EventAttribute;
2583
+ fromPartial(object: DeepPartial<EventAttribute>): EventAttribute;
2584
+ fromAmino(object: EventAttributeAmino): EventAttribute;
2585
+ toAmino(message: EventAttribute): EventAttributeAmino;
2586
+ fromAminoMsg(object: EventAttributeAminoMsg): EventAttribute;
2587
+ fromProtoMsg(message: EventAttributeProtoMsg): EventAttribute;
2588
+ toProto(message: EventAttribute): Uint8Array;
2589
+ toProtoMsg(message: EventAttribute): EventAttributeProtoMsg;
2590
+ registerTypeUrl(): void;
2591
+ };
2592
+ /**
2593
+ * ExecTxResult contains results of executing one individual transaction.
2594
+ *
2595
+ * * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
2596
+ * @name ExecTxResult
2597
+ * @package tendermint.abci
2598
+ * @see proto type: tendermint.abci.ExecTxResult
2599
+ */
2600
+ declare const ExecTxResult: {
2601
+ typeUrl: string;
2602
+ is(o: any): o is ExecTxResult;
2603
+ isAmino(o: any): o is ExecTxResultAmino;
2604
+ encode(message: ExecTxResult, writer?: BinaryWriter): BinaryWriter;
2605
+ decode(input: BinaryReader | Uint8Array, length?: number): ExecTxResult;
2606
+ fromPartial(object: DeepPartial<ExecTxResult>): ExecTxResult;
2607
+ fromAmino(object: ExecTxResultAmino): ExecTxResult;
2608
+ toAmino(message: ExecTxResult): ExecTxResultAmino;
2609
+ fromAminoMsg(object: ExecTxResultAminoMsg): ExecTxResult;
2610
+ fromProtoMsg(message: ExecTxResultProtoMsg): ExecTxResult;
2611
+ toProto(message: ExecTxResult): Uint8Array;
2612
+ toProtoMsg(message: ExecTxResult): ExecTxResultProtoMsg;
2613
+ registerTypeUrl(): void;
2614
+ };
2615
+ /**
2616
+ * TxResult contains results of executing the transaction.
2617
+ *
2618
+ * One usage is indexing transaction results.
2619
+ * @name TxResult
2620
+ * @package tendermint.abci
2621
+ * @see proto type: tendermint.abci.TxResult
2622
+ */
2623
+ declare const TxResult: {
2624
+ typeUrl: string;
2625
+ is(o: any): o is TxResult;
2626
+ isAmino(o: any): o is TxResultAmino;
2627
+ encode(message: TxResult, writer?: BinaryWriter): BinaryWriter;
2628
+ decode(input: BinaryReader | Uint8Array, length?: number): TxResult;
2629
+ fromPartial(object: DeepPartial<TxResult>): TxResult;
2630
+ fromAmino(object: TxResultAmino): TxResult;
2631
+ toAmino(message: TxResult): TxResultAmino;
2632
+ fromAminoMsg(object: TxResultAminoMsg): TxResult;
2633
+ fromProtoMsg(message: TxResultProtoMsg): TxResult;
2634
+ toProto(message: TxResult): Uint8Array;
2635
+ toProtoMsg(message: TxResult): TxResultProtoMsg;
2636
+ registerTypeUrl(): void;
2637
+ };
2638
+ /**
2639
+ * @name Validator
2640
+ * @package tendermint.abci
2641
+ * @see proto type: tendermint.abci.Validator
2642
+ */
2643
+ declare const Validator: {
2644
+ typeUrl: string;
2645
+ is(o: any): o is Validator;
2646
+ isAmino(o: any): o is ValidatorAmino;
2647
+ encode(message: Validator, writer?: BinaryWriter): BinaryWriter;
2648
+ decode(input: BinaryReader | Uint8Array, length?: number): Validator;
2649
+ fromPartial(object: DeepPartial<Validator>): Validator;
2650
+ fromAmino(object: ValidatorAmino): Validator;
2651
+ toAmino(message: Validator): ValidatorAmino;
2652
+ fromAminoMsg(object: ValidatorAminoMsg): Validator;
2653
+ fromProtoMsg(message: ValidatorProtoMsg): Validator;
2654
+ toProto(message: Validator): Uint8Array;
2655
+ toProtoMsg(message: Validator): ValidatorProtoMsg;
2656
+ registerTypeUrl(): void;
2657
+ };
2658
+ /**
2659
+ * @name ValidatorUpdate
2660
+ * @package tendermint.abci
2661
+ * @see proto type: tendermint.abci.ValidatorUpdate
2662
+ */
2663
+ declare const ValidatorUpdate: {
2664
+ typeUrl: string;
2665
+ is(o: any): o is ValidatorUpdate;
2666
+ isAmino(o: any): o is ValidatorUpdateAmino;
2667
+ encode(message: ValidatorUpdate, writer?: BinaryWriter): BinaryWriter;
2668
+ decode(input: BinaryReader | Uint8Array, length?: number): ValidatorUpdate;
2669
+ fromPartial(object: DeepPartial<ValidatorUpdate>): ValidatorUpdate;
2670
+ fromAmino(object: ValidatorUpdateAmino): ValidatorUpdate;
2671
+ toAmino(message: ValidatorUpdate): ValidatorUpdateAmino;
2672
+ fromAminoMsg(object: ValidatorUpdateAminoMsg): ValidatorUpdate;
2673
+ fromProtoMsg(message: ValidatorUpdateProtoMsg): ValidatorUpdate;
2674
+ toProto(message: ValidatorUpdate): Uint8Array;
2675
+ toProtoMsg(message: ValidatorUpdate): ValidatorUpdateProtoMsg;
2676
+ registerTypeUrl(): void;
2677
+ };
2678
+ /**
2679
+ * @name VoteInfo
2680
+ * @package tendermint.abci
2681
+ * @see proto type: tendermint.abci.VoteInfo
2682
+ */
2683
+ declare const VoteInfo: {
2684
+ typeUrl: string;
2685
+ is(o: any): o is VoteInfo;
2686
+ isAmino(o: any): o is VoteInfoAmino;
2687
+ encode(message: VoteInfo, writer?: BinaryWriter): BinaryWriter;
2688
+ decode(input: BinaryReader | Uint8Array, length?: number): VoteInfo;
2689
+ fromPartial(object: DeepPartial<VoteInfo>): VoteInfo;
2690
+ fromAmino(object: VoteInfoAmino): VoteInfo;
2691
+ toAmino(message: VoteInfo): VoteInfoAmino;
2692
+ fromAminoMsg(object: VoteInfoAminoMsg): VoteInfo;
2693
+ fromProtoMsg(message: VoteInfoProtoMsg): VoteInfo;
2694
+ toProto(message: VoteInfo): Uint8Array;
2695
+ toProtoMsg(message: VoteInfo): VoteInfoProtoMsg;
2696
+ registerTypeUrl(): void;
2697
+ };
2698
+ /**
2699
+ * @name ExtendedVoteInfo
2700
+ * @package tendermint.abci
2701
+ * @see proto type: tendermint.abci.ExtendedVoteInfo
2702
+ */
2703
+ declare const ExtendedVoteInfo: {
2704
+ typeUrl: string;
2705
+ is(o: any): o is ExtendedVoteInfo;
2706
+ isAmino(o: any): o is ExtendedVoteInfoAmino;
2707
+ encode(message: ExtendedVoteInfo, writer?: BinaryWriter): BinaryWriter;
2708
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtendedVoteInfo;
2709
+ fromPartial(object: DeepPartial<ExtendedVoteInfo>): ExtendedVoteInfo;
2710
+ fromAmino(object: ExtendedVoteInfoAmino): ExtendedVoteInfo;
2711
+ toAmino(message: ExtendedVoteInfo): ExtendedVoteInfoAmino;
2712
+ fromAminoMsg(object: ExtendedVoteInfoAminoMsg): ExtendedVoteInfo;
2713
+ fromProtoMsg(message: ExtendedVoteInfoProtoMsg): ExtendedVoteInfo;
2714
+ toProto(message: ExtendedVoteInfo): Uint8Array;
2715
+ toProtoMsg(message: ExtendedVoteInfo): ExtendedVoteInfoProtoMsg;
2716
+ registerTypeUrl(): void;
2717
+ };
2718
+ /**
2719
+ * @name Misbehavior
2720
+ * @package tendermint.abci
2721
+ * @see proto type: tendermint.abci.Misbehavior
2722
+ */
2723
+ declare const Misbehavior: {
2724
+ typeUrl: string;
2725
+ is(o: any): o is Misbehavior;
2726
+ isAmino(o: any): o is MisbehaviorAmino;
2727
+ encode(message: Misbehavior, writer?: BinaryWriter): BinaryWriter;
2728
+ decode(input: BinaryReader | Uint8Array, length?: number): Misbehavior;
2729
+ fromPartial(object: DeepPartial<Misbehavior>): Misbehavior;
2730
+ fromAmino(object: MisbehaviorAmino): Misbehavior;
2731
+ toAmino(message: Misbehavior): MisbehaviorAmino;
2732
+ fromAminoMsg(object: MisbehaviorAminoMsg): Misbehavior;
2733
+ fromProtoMsg(message: MisbehaviorProtoMsg): Misbehavior;
2734
+ toProto(message: Misbehavior): Uint8Array;
2735
+ toProtoMsg(message: Misbehavior): MisbehaviorProtoMsg;
2736
+ registerTypeUrl(): void;
2737
+ };
2738
+ /**
2739
+ * @name Snapshot
2740
+ * @package tendermint.abci
2741
+ * @see proto type: tendermint.abci.Snapshot
2742
+ */
2743
+ declare const Snapshot: {
2744
+ typeUrl: string;
2745
+ is(o: any): o is Snapshot;
2746
+ isAmino(o: any): o is SnapshotAmino;
2747
+ encode(message: Snapshot, writer?: BinaryWriter): BinaryWriter;
2748
+ decode(input: BinaryReader | Uint8Array, length?: number): Snapshot;
2749
+ fromPartial(object: DeepPartial<Snapshot>): Snapshot;
2750
+ fromAmino(object: SnapshotAmino): Snapshot;
2751
+ toAmino(message: Snapshot): SnapshotAmino;
2752
+ fromAminoMsg(object: SnapshotAminoMsg): Snapshot;
2753
+ fromProtoMsg(message: SnapshotProtoMsg): Snapshot;
2754
+ toProto(message: Snapshot): Uint8Array;
2755
+ toProtoMsg(message: Snapshot): SnapshotProtoMsg;
2756
+ registerTypeUrl(): void;
2757
+ };
2758
+ //#endregion
2759
+ export { CheckTxType, CheckTxTypeAmino, CommitInfo, CommitInfoAmino, CommitInfoAminoMsg, CommitInfoProtoMsg, Event, EventAmino, EventAminoMsg, EventAttribute, EventAttributeAmino, EventAttributeAminoMsg, EventAttributeProtoMsg, EventProtoMsg, ExecTxResult, ExecTxResultAmino, ExecTxResultAminoMsg, ExecTxResultProtoMsg, ExtendedCommitInfo, ExtendedCommitInfoAmino, ExtendedCommitInfoAminoMsg, ExtendedCommitInfoProtoMsg, ExtendedVoteInfo, ExtendedVoteInfoAmino, ExtendedVoteInfoAminoMsg, ExtendedVoteInfoProtoMsg, Misbehavior, MisbehaviorAmino, MisbehaviorAminoMsg, MisbehaviorProtoMsg, MisbehaviorType, MisbehaviorTypeAmino, Request, RequestAmino, RequestAminoMsg, RequestApplySnapshotChunk, RequestApplySnapshotChunkAmino, RequestApplySnapshotChunkAminoMsg, RequestApplySnapshotChunkProtoMsg, RequestCheckTx, RequestCheckTxAmino, RequestCheckTxAminoMsg, RequestCheckTxProtoMsg, RequestCommit, RequestCommitAmino, RequestCommitAminoMsg, RequestCommitProtoMsg, RequestEcho, RequestEchoAmino, RequestEchoAminoMsg, RequestEchoProtoMsg, RequestExtendVote, RequestExtendVoteAmino, RequestExtendVoteAminoMsg, RequestExtendVoteProtoMsg, RequestFinalizeBlock, RequestFinalizeBlockAmino, RequestFinalizeBlockAminoMsg, RequestFinalizeBlockProtoMsg, RequestFlush, RequestFlushAmino, RequestFlushAminoMsg, RequestFlushProtoMsg, RequestInfo, RequestInfoAmino, RequestInfoAminoMsg, RequestInfoProtoMsg, RequestInitChain, RequestInitChainAmino, RequestInitChainAminoMsg, RequestInitChainProtoMsg, RequestListSnapshots, RequestListSnapshotsAmino, RequestListSnapshotsAminoMsg, RequestListSnapshotsProtoMsg, RequestLoadSnapshotChunk, RequestLoadSnapshotChunkAmino, RequestLoadSnapshotChunkAminoMsg, RequestLoadSnapshotChunkProtoMsg, RequestOfferSnapshot, RequestOfferSnapshotAmino, RequestOfferSnapshotAminoMsg, RequestOfferSnapshotProtoMsg, RequestPrepareProposal, RequestPrepareProposalAmino, RequestPrepareProposalAminoMsg, RequestPrepareProposalProtoMsg, RequestProcessProposal, RequestProcessProposalAmino, RequestProcessProposalAminoMsg, RequestProcessProposalProtoMsg, RequestProtoMsg, RequestQuery, RequestQueryAmino, RequestQueryAminoMsg, RequestQueryProtoMsg, RequestVerifyVoteExtension, RequestVerifyVoteExtensionAmino, RequestVerifyVoteExtensionAminoMsg, RequestVerifyVoteExtensionProtoMsg, Response, ResponseAmino, ResponseAminoMsg, ResponseApplySnapshotChunk, ResponseApplySnapshotChunkAmino, ResponseApplySnapshotChunkAminoMsg, ResponseApplySnapshotChunkProtoMsg, ResponseApplySnapshotChunk_Result, ResponseApplySnapshotChunk_ResultAmino, ResponseCheckTx, ResponseCheckTxAmino, ResponseCheckTxAminoMsg, ResponseCheckTxProtoMsg, ResponseCommit, ResponseCommitAmino, ResponseCommitAminoMsg, ResponseCommitProtoMsg, ResponseEcho, ResponseEchoAmino, ResponseEchoAminoMsg, ResponseEchoProtoMsg, ResponseException, ResponseExceptionAmino, ResponseExceptionAminoMsg, ResponseExceptionProtoMsg, ResponseExtendVote, ResponseExtendVoteAmino, ResponseExtendVoteAminoMsg, ResponseExtendVoteProtoMsg, ResponseFinalizeBlock, ResponseFinalizeBlockAmino, ResponseFinalizeBlockAminoMsg, ResponseFinalizeBlockProtoMsg, ResponseFlush, ResponseFlushAmino, ResponseFlushAminoMsg, ResponseFlushProtoMsg, ResponseInfo, ResponseInfoAmino, ResponseInfoAminoMsg, ResponseInfoProtoMsg, ResponseInitChain, ResponseInitChainAmino, ResponseInitChainAminoMsg, ResponseInitChainProtoMsg, ResponseListSnapshots, ResponseListSnapshotsAmino, ResponseListSnapshotsAminoMsg, ResponseListSnapshotsProtoMsg, ResponseLoadSnapshotChunk, ResponseLoadSnapshotChunkAmino, ResponseLoadSnapshotChunkAminoMsg, ResponseLoadSnapshotChunkProtoMsg, ResponseOfferSnapshot, ResponseOfferSnapshotAmino, ResponseOfferSnapshotAminoMsg, ResponseOfferSnapshotProtoMsg, ResponseOfferSnapshot_Result, ResponseOfferSnapshot_ResultAmino, ResponsePrepareProposal, ResponsePrepareProposalAmino, ResponsePrepareProposalAminoMsg, ResponsePrepareProposalProtoMsg, ResponseProcessProposal, ResponseProcessProposalAmino, ResponseProcessProposalAminoMsg, ResponseProcessProposalProtoMsg, ResponseProcessProposal_ProposalStatus, ResponseProcessProposal_ProposalStatusAmino, ResponseProtoMsg, ResponseQuery, ResponseQueryAmino, ResponseQueryAminoMsg, ResponseQueryProtoMsg, ResponseVerifyVoteExtension, ResponseVerifyVoteExtensionAmino, ResponseVerifyVoteExtensionAminoMsg, ResponseVerifyVoteExtensionProtoMsg, ResponseVerifyVoteExtension_VerifyStatus, ResponseVerifyVoteExtension_VerifyStatusAmino, Snapshot, SnapshotAmino, SnapshotAminoMsg, SnapshotProtoMsg, TxResult, TxResultAmino, TxResultAminoMsg, TxResultProtoMsg, Validator, ValidatorAmino, ValidatorAminoMsg, ValidatorProtoMsg, ValidatorUpdate, ValidatorUpdateAmino, ValidatorUpdateAminoMsg, ValidatorUpdateProtoMsg, VoteInfo, VoteInfoAmino, VoteInfoAminoMsg, VoteInfoProtoMsg, checkTxTypeFromJSON, checkTxTypeToJSON, misbehaviorTypeFromJSON, misbehaviorTypeToJSON, responseApplySnapshotChunk_ResultFromJSON, responseApplySnapshotChunk_ResultToJSON, responseOfferSnapshot_ResultFromJSON, responseOfferSnapshot_ResultToJSON, responseProcessProposal_ProposalStatusFromJSON, responseProcessProposal_ProposalStatusToJSON, responseVerifyVoteExtension_VerifyStatusFromJSON, responseVerifyVoteExtension_VerifyStatusToJSON };