@agoric/client-utils 0.1.1-other-dev-fbe72e7.0.fbe72e7 → 0.1.1-other-dev-d15096d.0.d15096d

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 (431) hide show
  1. package/dist/codegen/agoric/bundle.d.ts +48 -12
  2. package/dist/codegen/agoric/bundle.d.ts.map +1 -1
  3. package/dist/codegen/agoric/bundle.js +14 -14
  4. package/dist/codegen/agoric/rpc.query.d.ts +11 -0
  5. package/dist/codegen/agoric/rpc.query.d.ts.map +1 -1
  6. package/dist/codegen/agoric/rpc.query.js +3 -0
  7. package/dist/codegen/agoric/rpc.query.js.map +1 -1
  8. package/dist/codegen/agoric/rpc.tx.d.ts +3 -0
  9. package/dist/codegen/agoric/rpc.tx.d.ts.map +1 -1
  10. package/dist/codegen/agoric/rpc.tx.js +3 -0
  11. package/dist/codegen/agoric/rpc.tx.js.map +1 -1
  12. package/dist/codegen/agoric/swingset/msgs.d.ts +64 -1
  13. package/dist/codegen/agoric/swingset/msgs.d.ts.map +1 -1
  14. package/dist/codegen/agoric/swingset/msgs.js +137 -0
  15. package/dist/codegen/agoric/swingset/msgs.js.map +1 -1
  16. package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts +4 -1
  17. package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts.map +1 -1
  18. package/dist/codegen/agoric/swingset/msgs.rpc.msg.js +7 -1
  19. package/dist/codegen/agoric/swingset/msgs.rpc.msg.js.map +1 -1
  20. package/dist/codegen/agoric/swingset/swingset.d.ts +6 -0
  21. package/dist/codegen/agoric/swingset/swingset.d.ts.map +1 -1
  22. package/dist/codegen/agoric/swingset/swingset.js +34 -0
  23. package/dist/codegen/agoric/swingset/swingset.js.map +1 -1
  24. package/dist/codegen/circle/bundle.d.ts +19 -5
  25. package/dist/codegen/circle/bundle.d.ts.map +1 -1
  26. package/dist/codegen/circle/bundle.js +8 -8
  27. package/dist/codegen/circle/rpc.query.d.ts +11 -0
  28. package/dist/codegen/circle/rpc.query.d.ts.map +1 -1
  29. package/dist/codegen/circle/rpc.query.js +3 -0
  30. package/dist/codegen/circle/rpc.query.js.map +1 -1
  31. package/dist/codegen/circle/rpc.tx.d.ts +3 -0
  32. package/dist/codegen/circle/rpc.tx.d.ts.map +1 -1
  33. package/dist/codegen/circle/rpc.tx.js +3 -0
  34. package/dist/codegen/circle/rpc.tx.js.map +1 -1
  35. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts +14 -0
  36. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts.map +1 -1
  37. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js +34 -0
  38. package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js.map +1 -1
  39. package/dist/codegen/cosmos/app/v1alpha1/module.d.ts +1 -1
  40. package/dist/codegen/cosmos/authz/v1beta1/query.d.ts +2 -2
  41. package/dist/codegen/cosmos/authz/v1beta1/query.d.ts.map +1 -1
  42. package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts +34 -34
  43. package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts.map +1 -1
  44. package/dist/codegen/cosmos/authz/v1beta1/tx.js +49 -49
  45. package/dist/codegen/cosmos/authz/v1beta1/tx.js.map +1 -1
  46. package/dist/codegen/cosmos/bank/module/v1/module.d.ts +10 -2
  47. package/dist/codegen/cosmos/bank/module/v1/module.d.ts.map +1 -1
  48. package/dist/codegen/cosmos/bank/module/v1/module.js +17 -0
  49. package/dist/codegen/cosmos/bank/module/v1/module.js.map +1 -1
  50. package/dist/codegen/cosmos/bank/v1beta1/query.d.ts +141 -0
  51. package/dist/codegen/cosmos/bank/v1beta1/query.d.ts.map +1 -1
  52. package/dist/codegen/cosmos/bank/v1beta1/query.js +297 -0
  53. package/dist/codegen/cosmos/bank/v1beta1/query.js.map +1 -1
  54. package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -2
  55. package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.d.ts.map +1 -1
  56. package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.js +20 -1
  57. package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.js.map +1 -1
  58. package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts +1 -0
  59. package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts.map +1 -1
  60. package/dist/codegen/cosmos/bank/v1beta1/tx.js.map +1 -1
  61. package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts +40 -0
  62. package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts.map +1 -1
  63. package/dist/codegen/cosmos/base/abci/v1beta1/abci.js +142 -0
  64. package/dist/codegen/cosmos/base/abci/v1beta1/abci.js.map +1 -1
  65. package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts +64 -0
  66. package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts.map +1 -1
  67. package/dist/codegen/cosmos/base/node/v1beta1/query.js +217 -1
  68. package/dist/codegen/cosmos/base/node/v1beta1/query.js.map +1 -1
  69. package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +5 -1
  70. package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.d.ts.map +1 -1
  71. package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.js +10 -1
  72. package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.js.map +1 -1
  73. package/dist/codegen/cosmos/base/v1beta1/coin.d.ts +16 -4
  74. package/dist/codegen/cosmos/base/v1beta1/coin.d.ts.map +1 -1
  75. package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -1
  76. package/dist/codegen/cosmos/bundle.d.ts +4367 -3775
  77. package/dist/codegen/cosmos/bundle.d.ts.map +1 -1
  78. package/dist/codegen/cosmos/bundle.js +245 -190
  79. package/dist/codegen/cosmos/bundle.js.map +1 -1
  80. package/dist/codegen/cosmos/{capability → circuit}/module/v1/module.d.ts +7 -10
  81. package/dist/codegen/cosmos/circuit/module/v1/module.d.ts.map +1 -0
  82. package/dist/codegen/cosmos/{capability → circuit}/module/v1/module.js +9 -9
  83. package/dist/codegen/cosmos/circuit/module/v1/module.js.map +1 -0
  84. package/dist/codegen/cosmos/circuit/v1/query.d.ts +145 -0
  85. package/dist/codegen/cosmos/circuit/v1/query.d.ts.map +1 -0
  86. package/dist/codegen/cosmos/circuit/v1/query.js +392 -0
  87. package/dist/codegen/cosmos/circuit/v1/query.js.map +1 -0
  88. package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.d.ts +25 -0
  89. package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.d.ts.map +1 -0
  90. package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.js +47 -0
  91. package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.js.map +1 -0
  92. package/dist/codegen/cosmos/circuit/v1/tx.d.ts +174 -0
  93. package/dist/codegen/cosmos/circuit/v1/tx.d.ts.map +1 -0
  94. package/dist/codegen/cosmos/circuit/v1/tx.js +416 -0
  95. package/dist/codegen/cosmos/circuit/v1/tx.js.map +1 -0
  96. package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.d.ts +25 -0
  97. package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.d.ts.map +1 -0
  98. package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.js +29 -0
  99. package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.js.map +1 -0
  100. package/dist/codegen/cosmos/circuit/v1/types.d.ts +119 -0
  101. package/dist/codegen/cosmos/circuit/v1/types.d.ts.map +1 -0
  102. package/dist/codegen/cosmos/circuit/v1/types.js +303 -0
  103. package/dist/codegen/cosmos/circuit/v1/types.js.map +1 -0
  104. package/dist/codegen/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
  105. package/dist/codegen/cosmos/consensus/v1/query.rpc.Query.d.ts.map +1 -1
  106. package/dist/codegen/cosmos/consensus/v1/tx.d.ts +4 -1
  107. package/dist/codegen/cosmos/consensus/v1/tx.d.ts.map +1 -1
  108. package/dist/codegen/cosmos/consensus/v1/tx.js +15 -1
  109. package/dist/codegen/cosmos/consensus/v1/tx.js.map +1 -1
  110. package/dist/codegen/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -2
  111. package/dist/codegen/cosmos/consensus/v1/tx.rpc.msg.d.ts.map +1 -1
  112. package/dist/codegen/cosmos/crypto/ed25519/keys.d.ts +2 -2
  113. package/dist/codegen/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +1 -1
  114. package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts +68 -0
  115. package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts.map +1 -1
  116. package/dist/codegen/cosmos/distribution/v1beta1/tx.js +134 -0
  117. package/dist/codegen/cosmos/distribution/v1beta1/tx.js.map +1 -1
  118. package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +9 -1
  119. package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts.map +1 -1
  120. package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js +8 -1
  121. package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js.map +1 -1
  122. package/dist/codegen/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +2 -2
  123. package/dist/codegen/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts.map +1 -1
  124. package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts +61 -0
  125. package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts.map +1 -1
  126. package/dist/codegen/cosmos/feegrant/v1beta1/tx.js +104 -0
  127. package/dist/codegen/cosmos/feegrant/v1beta1/tx.js.map +1 -1
  128. package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +8 -1
  129. package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts.map +1 -1
  130. package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +7 -1
  131. package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js.map +1 -1
  132. package/dist/codegen/cosmos/gov/v1/genesis.d.ts +10 -0
  133. package/dist/codegen/cosmos/gov/v1/genesis.d.ts.map +1 -1
  134. package/dist/codegen/cosmos/gov/v1/genesis.js +13 -0
  135. package/dist/codegen/cosmos/gov/v1/genesis.js.map +1 -1
  136. package/dist/codegen/cosmos/gov/v1/gov.d.ts +71 -3
  137. package/dist/codegen/cosmos/gov/v1/gov.d.ts.map +1 -1
  138. package/dist/codegen/cosmos/gov/v1/gov.js +112 -0
  139. package/dist/codegen/cosmos/gov/v1/gov.js.map +1 -1
  140. package/dist/codegen/cosmos/gov/v1/query.d.ts +44 -0
  141. package/dist/codegen/cosmos/gov/v1/query.d.ts.map +1 -1
  142. package/dist/codegen/cosmos/gov/v1/query.js +108 -1
  143. package/dist/codegen/cosmos/gov/v1/query.js.map +1 -1
  144. package/dist/codegen/cosmos/gov/v1/query.rpc.Query.d.ts +6 -2
  145. package/dist/codegen/cosmos/gov/v1/query.rpc.Query.d.ts.map +1 -1
  146. package/dist/codegen/cosmos/gov/v1/query.rpc.Query.js +10 -1
  147. package/dist/codegen/cosmos/gov/v1/query.rpc.Query.js.map +1 -1
  148. package/dist/codegen/cosmos/gov/v1/tx.d.ts +83 -0
  149. package/dist/codegen/cosmos/gov/v1/tx.d.ts.map +1 -1
  150. package/dist/codegen/cosmos/gov/v1/tx.js +182 -1
  151. package/dist/codegen/cosmos/gov/v1/tx.js.map +1 -1
  152. package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -1
  153. package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts.map +1 -1
  154. package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.js +7 -1
  155. package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.js.map +1 -1
  156. package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts +3 -3
  157. package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts.map +1 -1
  158. package/dist/codegen/cosmos/gov/v1beta1/query.rpc.Query.d.ts +1 -1
  159. package/dist/codegen/cosmos/gov/v1beta1/query.rpc.Query.d.ts.map +1 -1
  160. package/dist/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +1 -1
  161. package/dist/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts.map +1 -1
  162. package/dist/codegen/cosmos/group/v1/types.d.ts +10 -4
  163. package/dist/codegen/cosmos/group/v1/types.d.ts.map +1 -1
  164. package/dist/codegen/cosmos/group/v1/types.js.map +1 -1
  165. package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts +2 -0
  166. package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts.map +1 -0
  167. package/dist/codegen/cosmos/msg/textual/v1/textual.js +2 -0
  168. package/dist/codegen/cosmos/msg/textual/v1/textual.js.map +1 -0
  169. package/dist/codegen/cosmos/rpc.query.d.ts +11 -0
  170. package/dist/codegen/cosmos/rpc.query.d.ts.map +1 -1
  171. package/dist/codegen/cosmos/rpc.query.js +3 -0
  172. package/dist/codegen/cosmos/rpc.query.js.map +1 -1
  173. package/dist/codegen/cosmos/rpc.tx.d.ts +3 -0
  174. package/dist/codegen/cosmos/rpc.tx.d.ts.map +1 -1
  175. package/dist/codegen/cosmos/rpc.tx.js +3 -0
  176. package/dist/codegen/cosmos/rpc.tx.js.map +1 -1
  177. package/dist/codegen/cosmos/staking/module/v1/module.d.ts +6 -0
  178. package/dist/codegen/cosmos/staking/module/v1/module.d.ts.map +1 -1
  179. package/dist/codegen/cosmos/staking/module/v1/module.js +26 -0
  180. package/dist/codegen/cosmos/staking/module/v1/module.js.map +1 -1
  181. package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts +2 -0
  182. package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts.map +1 -1
  183. package/dist/codegen/cosmos/staking/v1beta1/authz.js +7 -0
  184. package/dist/codegen/cosmos/staking/v1beta1/authz.js.map +1 -1
  185. package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts +2 -1
  186. package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts.map +1 -1
  187. package/dist/codegen/cosmos/staking/v1beta1/genesis.js.map +1 -1
  188. package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +4 -4
  189. package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts.map +1 -1
  190. package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +14 -0
  191. package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts.map +1 -1
  192. package/dist/codegen/cosmos/staking/v1beta1/tx.js +14 -0
  193. package/dist/codegen/cosmos/staking/v1beta1/tx.js.map +1 -1
  194. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts +51 -0
  195. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts.map +1 -0
  196. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js +144 -0
  197. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js.map +1 -0
  198. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts +229 -0
  199. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts.map +1 -0
  200. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js +592 -0
  201. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js.map +1 -0
  202. package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts +100 -0
  203. package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts.map +1 -0
  204. package/dist/codegen/cosmos/store/streaming/abci/grpc.js +279 -0
  205. package/dist/codegen/cosmos/store/streaming/abci/grpc.js.map +1 -0
  206. package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts +99 -0
  207. package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts.map +1 -0
  208. package/dist/codegen/cosmos/store/v1beta1/commit_info.js +259 -0
  209. package/dist/codegen/cosmos/store/v1beta1/commit_info.js.map +1 -0
  210. package/dist/codegen/cosmos/store/v1beta1/listening.d.ts +81 -0
  211. package/dist/codegen/cosmos/store/v1beta1/listening.d.ts.map +1 -0
  212. package/dist/codegen/cosmos/store/v1beta1/listening.js +204 -0
  213. package/dist/codegen/cosmos/store/v1beta1/listening.js.map +1 -0
  214. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +4 -3
  215. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts.map +1 -1
  216. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js +4 -3
  217. package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js.map +1 -1
  218. package/dist/codegen/cosmos/tx/v1beta1/service.d.ts +35 -10
  219. package/dist/codegen/cosmos/tx/v1beta1/service.d.ts.map +1 -1
  220. package/dist/codegen/cosmos/tx/v1beta1/service.js +22 -6
  221. package/dist/codegen/cosmos/tx/v1beta1/service.js.map +1 -1
  222. package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts +7 -8
  223. package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts.map +1 -1
  224. package/dist/codegen/cosmos/tx/v1beta1/tx.js.map +1 -1
  225. package/dist/codegen/gogoproto/bundle.js +2 -2
  226. package/dist/codegen/google/bundle.d.ts +277 -277
  227. package/dist/codegen/google/bundle.js +10 -10
  228. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +53 -0
  229. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts.map +1 -1
  230. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js +119 -0
  231. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js.map +1 -1
  232. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -1
  233. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts.map +1 -1
  234. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +7 -1
  235. package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js.map +1 -1
  236. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts +53 -1
  237. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts.map +1 -1
  238. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js +119 -1
  239. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js.map +1 -1
  240. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +4 -1
  241. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts.map +1 -1
  242. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +7 -1
  243. package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js.map +1 -1
  244. package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts +59 -1
  245. package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts.map +1 -1
  246. package/dist/codegen/ibc/applications/transfer/v1/tx.js +119 -1
  247. package/dist/codegen/ibc/applications/transfer/v1/tx.js.map +1 -1
  248. package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +4 -1
  249. package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts.map +1 -1
  250. package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js +7 -1
  251. package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js.map +1 -1
  252. package/dist/codegen/ibc/bundle.d.ts +2635 -1888
  253. package/dist/codegen/ibc/bundle.d.ts.map +1 -1
  254. package/dist/codegen/ibc/bundle.js +117 -98
  255. package/dist/codegen/ibc/bundle.js.map +1 -1
  256. package/dist/codegen/ibc/core/channel/v1/channel.d.ts +76 -1
  257. package/dist/codegen/ibc/core/channel/v1/channel.d.ts.map +1 -1
  258. package/dist/codegen/ibc/core/channel/v1/channel.js +191 -1
  259. package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -1
  260. package/dist/codegen/ibc/core/channel/v1/genesis.d.ts +3 -1
  261. package/dist/codegen/ibc/core/channel/v1/genesis.d.ts.map +1 -1
  262. package/dist/codegen/ibc/core/channel/v1/genesis.js +15 -1
  263. package/dist/codegen/ibc/core/channel/v1/genesis.js.map +1 -1
  264. package/dist/codegen/ibc/core/channel/v1/query.d.ts +226 -3
  265. package/dist/codegen/ibc/core/channel/v1/query.d.ts.map +1 -1
  266. package/dist/codegen/ibc/core/channel/v1/query.js +603 -1
  267. package/dist/codegen/ibc/core/channel/v1/query.js.map +1 -1
  268. package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.d.ts +17 -1
  269. package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.d.ts.map +1 -1
  270. package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.js +37 -1
  271. package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.js.map +1 -1
  272. package/dist/codegen/ibc/core/channel/v1/tx.d.ts +533 -2
  273. package/dist/codegen/ibc/core/channel/v1/tx.d.ts.map +1 -1
  274. package/dist/codegen/ibc/core/channel/v1/tx.js +1753 -2
  275. package/dist/codegen/ibc/core/channel/v1/tx.js.map +1 -1
  276. package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +28 -1
  277. package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts.map +1 -1
  278. package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.js +55 -1
  279. package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.js.map +1 -1
  280. package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts +111 -0
  281. package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts.map +1 -0
  282. package/dist/codegen/ibc/core/channel/v1/upgrade.js +266 -0
  283. package/dist/codegen/ibc/core/channel/v1/upgrade.js.map +1 -0
  284. package/dist/codegen/ibc/core/client/v1/client.d.ts +91 -79
  285. package/dist/codegen/ibc/core/client/v1/client.d.ts.map +1 -1
  286. package/dist/codegen/ibc/core/client/v1/client.js +145 -145
  287. package/dist/codegen/ibc/core/client/v1/client.js.map +1 -1
  288. package/dist/codegen/ibc/core/client/v1/genesis.d.ts +6 -1
  289. package/dist/codegen/ibc/core/client/v1/genesis.d.ts.map +1 -1
  290. package/dist/codegen/ibc/core/client/v1/genesis.js.map +1 -1
  291. package/dist/codegen/ibc/core/client/v1/query.d.ts +68 -1
  292. package/dist/codegen/ibc/core/client/v1/query.d.ts.map +1 -1
  293. package/dist/codegen/ibc/core/client/v1/query.js +212 -1
  294. package/dist/codegen/ibc/core/client/v1/query.js.map +1 -1
  295. package/dist/codegen/ibc/core/client/v1/query.rpc.Query.d.ts +5 -1
  296. package/dist/codegen/ibc/core/client/v1/query.rpc.Query.d.ts.map +1 -1
  297. package/dist/codegen/ibc/core/client/v1/query.rpc.Query.js +10 -1
  298. package/dist/codegen/ibc/core/client/v1/query.rpc.Query.js.map +1 -1
  299. package/dist/codegen/ibc/core/client/v1/tx.d.ts +171 -8
  300. package/dist/codegen/ibc/core/client/v1/tx.d.ts.map +1 -1
  301. package/dist/codegen/ibc/core/client/v1/tx.js +387 -0
  302. package/dist/codegen/ibc/core/client/v1/tx.js.map +1 -1
  303. package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +10 -1
  304. package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts.map +1 -1
  305. package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.js +19 -1
  306. package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.js.map +1 -1
  307. package/dist/codegen/ibc/core/connection/v1/tx.d.ts +63 -1
  308. package/dist/codegen/ibc/core/connection/v1/tx.d.ts.map +1 -1
  309. package/dist/codegen/ibc/core/connection/v1/tx.js +119 -1
  310. package/dist/codegen/ibc/core/connection/v1/tx.js.map +1 -1
  311. package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +7 -1
  312. package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts.map +1 -1
  313. package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.js +7 -1
  314. package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.js.map +1 -1
  315. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts +51 -0
  316. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts.map +1 -0
  317. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js +134 -0
  318. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js.map +1 -0
  319. package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts +102 -0
  320. package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts.map +1 -0
  321. package/dist/codegen/ibc/lightclients/wasm/v1/query.js +276 -0
  322. package/dist/codegen/ibc/lightclients/wasm/v1/query.js.map +1 -0
  323. package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +21 -0
  324. package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts.map +1 -0
  325. package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.js +38 -0
  326. package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.js.map +1 -0
  327. package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts +156 -0
  328. package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts.map +1 -0
  329. package/dist/codegen/ibc/lightclients/wasm/v1/tx.js +396 -0
  330. package/dist/codegen/ibc/lightclients/wasm/v1/tx.js.map +1 -0
  331. package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +19 -0
  332. package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts.map +1 -0
  333. package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.js +29 -0
  334. package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.js.map +1 -0
  335. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts +120 -0
  336. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts.map +1 -0
  337. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js +287 -0
  338. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js.map +1 -0
  339. package/dist/codegen/ibc/rpc.query.d.ts +24 -0
  340. package/dist/codegen/ibc/rpc.query.d.ts.map +1 -1
  341. package/dist/codegen/ibc/rpc.query.js +8 -0
  342. package/dist/codegen/ibc/rpc.query.js.map +1 -1
  343. package/dist/codegen/ibc/rpc.tx.d.ts +8 -0
  344. package/dist/codegen/ibc/rpc.tx.d.ts.map +1 -1
  345. package/dist/codegen/ibc/rpc.tx.js +8 -0
  346. package/dist/codegen/ibc/rpc.tx.js.map +1 -1
  347. package/dist/codegen/icq/bundle.d.ts +106 -92
  348. package/dist/codegen/icq/bundle.d.ts.map +1 -1
  349. package/dist/codegen/icq/bundle.js +18 -18
  350. package/dist/codegen/icq/rpc.query.d.ts +11 -0
  351. package/dist/codegen/icq/rpc.query.d.ts.map +1 -1
  352. package/dist/codegen/icq/rpc.query.js +3 -0
  353. package/dist/codegen/icq/rpc.query.js.map +1 -1
  354. package/dist/codegen/icq/rpc.tx.d.ts +3 -0
  355. package/dist/codegen/icq/rpc.tx.d.ts.map +1 -1
  356. package/dist/codegen/icq/rpc.tx.js +3 -0
  357. package/dist/codegen/icq/rpc.tx.js.map +1 -1
  358. package/dist/codegen/noble/bundle.d.ts +242 -239
  359. package/dist/codegen/noble/bundle.d.ts.map +1 -1
  360. package/dist/codegen/noble/bundle.js +16 -16
  361. package/dist/codegen/noble/rpc.tx.d.ts +3 -0
  362. package/dist/codegen/noble/rpc.tx.d.ts.map +1 -1
  363. package/dist/codegen/noble/rpc.tx.js +3 -0
  364. package/dist/codegen/noble/rpc.tx.js.map +1 -1
  365. package/dist/codegen/stride/bundle.d.ts +2022 -2008
  366. package/dist/codegen/stride/bundle.d.ts.map +1 -1
  367. package/dist/codegen/stride/bundle.js +70 -70
  368. package/dist/codegen/stride/rpc.query.d.ts +11 -0
  369. package/dist/codegen/stride/rpc.query.d.ts.map +1 -1
  370. package/dist/codegen/stride/rpc.query.js +3 -0
  371. package/dist/codegen/stride/rpc.query.js.map +1 -1
  372. package/dist/codegen/stride/rpc.tx.d.ts +3 -0
  373. package/dist/codegen/stride/rpc.tx.d.ts.map +1 -1
  374. package/dist/codegen/stride/rpc.tx.js +3 -0
  375. package/dist/codegen/stride/rpc.tx.js.map +1 -1
  376. package/dist/codegen/tendermint/abci/types.d.ts +1070 -460
  377. package/dist/codegen/tendermint/abci/types.d.ts.map +1 -1
  378. package/dist/codegen/tendermint/abci/types.js +3971 -714
  379. package/dist/codegen/tendermint/abci/types.js.map +1 -1
  380. package/dist/codegen/tendermint/bundle.d.ts +877 -531
  381. package/dist/codegen/tendermint/bundle.d.ts.map +1 -1
  382. package/dist/codegen/tendermint/bundle.js +22 -22
  383. package/dist/codegen/tendermint/types/params.d.ts +46 -18
  384. package/dist/codegen/tendermint/types/params.d.ts.map +1 -1
  385. package/dist/codegen/tendermint/types/params.js +93 -32
  386. package/dist/codegen/tendermint/types/params.js.map +1 -1
  387. package/dist/codegen/tendermint/types/types.d.ts +92 -16
  388. package/dist/codegen/tendermint/types/types.d.ts.map +1 -1
  389. package/dist/codegen/tendermint/types/types.js +273 -46
  390. package/dist/codegen/tendermint/types/types.js.map +1 -1
  391. package/dist/codegen/tendermint/types/validator.d.ts +14 -0
  392. package/dist/codegen/tendermint/types/validator.d.ts.map +1 -1
  393. package/dist/codegen/tendermint/types/validator.js +48 -0
  394. package/dist/codegen/tendermint/types/validator.js.map +1 -1
  395. package/dist/network-config.d.ts +18 -2
  396. package/dist/network-config.d.ts.map +1 -1
  397. package/dist/network-config.js +37 -8
  398. package/dist/network-config.js.map +1 -1
  399. package/dist/signing-client.js +2 -2
  400. package/dist/signing-client.js.map +1 -1
  401. package/dist/signing-smart-wallet-kit.d.ts +117 -16
  402. package/dist/signing-smart-wallet-kit.d.ts.map +1 -1
  403. package/dist/signing-smart-wallet-kit.js +143 -26
  404. package/dist/signing-smart-wallet-kit.js.map +1 -1
  405. package/dist/smart-wallet-kit.d.ts +21 -9
  406. package/dist/smart-wallet-kit.d.ts.map +1 -1
  407. package/dist/smart-wallet-kit.js +103 -23
  408. package/dist/smart-wallet-kit.js.map +1 -1
  409. package/dist/sync-tools.d.ts +15 -11
  410. package/dist/sync-tools.d.ts.map +1 -1
  411. package/dist/sync-tools.js +16 -6
  412. package/dist/sync-tools.js.map +1 -1
  413. package/dist/tsconfig.build.tsbuildinfo +1 -1
  414. package/dist/types.d.ts +6 -2
  415. package/dist/types.d.ts.map +1 -1
  416. package/dist/types.js.map +1 -1
  417. package/dist/vstorage-kit.d.ts +9 -4
  418. package/dist/vstorage-kit.d.ts.map +1 -1
  419. package/dist/vstorage-kit.js +9 -4
  420. package/dist/vstorage-kit.js.map +1 -1
  421. package/dist/vstorage.d.ts +15 -1
  422. package/dist/vstorage.d.ts.map +1 -1
  423. package/dist/vstorage.js +34 -3
  424. package/dist/vstorage.js.map +1 -1
  425. package/dist/wallet-utils.d.ts +11 -8
  426. package/dist/wallet-utils.d.ts.map +1 -1
  427. package/dist/wallet-utils.js +1 -1
  428. package/dist/wallet-utils.js.map +1 -1
  429. package/package.json +10 -9
  430. package/dist/codegen/cosmos/capability/module/v1/module.d.ts.map +0 -1
  431. package/dist/codegen/cosmos/capability/module/v1/module.js.map +0 -1
@@ -1,8 +1,8 @@
1
- import { Header, type HeaderSDKType } from '../types/types.js';
2
- import { ProofOps, type ProofOpsSDKType } from '../crypto/proof.js';
1
+ import { Timestamp, type TimestampSDKType } from '../../google/protobuf/timestamp.js';
3
2
  import { ConsensusParams, type ConsensusParamsSDKType } from '../types/params.js';
3
+ import { ProofOps, type ProofOpsSDKType } from '../crypto/proof.js';
4
4
  import { PublicKey, type PublicKeySDKType } from '../crypto/keys.js';
5
- import { Timestamp, type TimestampSDKType } from '../../google/protobuf/timestamp.js';
5
+ import { BlockIDFlag } from '../types/validator.js';
6
6
  import { BinaryReader, BinaryWriter } from '../../binary.js';
7
7
  import { type JsonSafe } from '../../json-safe.js';
8
8
  export declare enum CheckTxType {
@@ -13,63 +13,169 @@ export declare enum CheckTxType {
13
13
  export declare const CheckTxTypeSDKType: typeof CheckTxType;
14
14
  export declare function checkTxTypeFromJSON(object: any): CheckTxType;
15
15
  export declare function checkTxTypeToJSON(object: CheckTxType): string;
16
- export declare enum EvidenceType {
16
+ export declare enum ResponseOfferSnapshot_Result {
17
+ /** UNKNOWN - Unknown result, abort all snapshot restoration */
18
+ UNKNOWN = 0,
19
+ /** ACCEPT - Snapshot accepted, apply chunks */
20
+ ACCEPT = 1,
21
+ /** ABORT - Abort all snapshot restoration */
22
+ ABORT = 2,
23
+ /** REJECT - Reject this specific snapshot, try others */
24
+ REJECT = 3,
25
+ /** REJECT_FORMAT - Reject all snapshots of this format, try others */
26
+ REJECT_FORMAT = 4,
27
+ /** REJECT_SENDER - Reject all snapshots from the sender(s), try others */
28
+ REJECT_SENDER = 5,
29
+ UNRECOGNIZED = -1
30
+ }
31
+ export declare const ResponseOfferSnapshot_ResultSDKType: typeof ResponseOfferSnapshot_Result;
32
+ export declare function responseOfferSnapshot_ResultFromJSON(object: any): ResponseOfferSnapshot_Result;
33
+ export declare function responseOfferSnapshot_ResultToJSON(object: ResponseOfferSnapshot_Result): string;
34
+ export declare enum ResponseApplySnapshotChunk_Result {
35
+ /** UNKNOWN - Unknown result, abort all snapshot restoration */
36
+ UNKNOWN = 0,
37
+ /** ACCEPT - Chunk successfully accepted */
38
+ ACCEPT = 1,
39
+ /** ABORT - Abort all snapshot restoration */
40
+ ABORT = 2,
41
+ /** RETRY - Retry chunk (combine with refetch and reject) */
42
+ RETRY = 3,
43
+ /** RETRY_SNAPSHOT - Retry snapshot (combine with refetch and reject) */
44
+ RETRY_SNAPSHOT = 4,
45
+ /** REJECT_SNAPSHOT - Reject this snapshot, try others */
46
+ REJECT_SNAPSHOT = 5,
47
+ UNRECOGNIZED = -1
48
+ }
49
+ export declare const ResponseApplySnapshotChunk_ResultSDKType: typeof ResponseApplySnapshotChunk_Result;
50
+ export declare function responseApplySnapshotChunk_ResultFromJSON(object: any): ResponseApplySnapshotChunk_Result;
51
+ export declare function responseApplySnapshotChunk_ResultToJSON(object: ResponseApplySnapshotChunk_Result): string;
52
+ export declare enum ResponseProcessProposal_ProposalStatus {
53
+ UNKNOWN = 0,
54
+ ACCEPT = 1,
55
+ REJECT = 2,
56
+ UNRECOGNIZED = -1
57
+ }
58
+ export declare const ResponseProcessProposal_ProposalStatusSDKType: typeof ResponseProcessProposal_ProposalStatus;
59
+ export declare function responseProcessProposal_ProposalStatusFromJSON(object: any): ResponseProcessProposal_ProposalStatus;
60
+ export declare function responseProcessProposal_ProposalStatusToJSON(object: ResponseProcessProposal_ProposalStatus): string;
61
+ export declare enum ResponseVerifyVoteExtension_VerifyStatus {
62
+ UNKNOWN = 0,
63
+ ACCEPT = 1,
64
+ /**
65
+ * REJECT - Rejecting the vote extension will reject the entire precommit by the sender.
66
+ * Incorrectly implementing this thus has liveness implications as it may affect
67
+ * CometBFT's ability to receive 2/3+ valid votes to finalize the block.
68
+ * Honest nodes should never be rejected.
69
+ */
70
+ REJECT = 2,
71
+ UNRECOGNIZED = -1
72
+ }
73
+ export declare const ResponseVerifyVoteExtension_VerifyStatusSDKType: typeof ResponseVerifyVoteExtension_VerifyStatus;
74
+ export declare function responseVerifyVoteExtension_VerifyStatusFromJSON(object: any): ResponseVerifyVoteExtension_VerifyStatus;
75
+ export declare function responseVerifyVoteExtension_VerifyStatusToJSON(object: ResponseVerifyVoteExtension_VerifyStatus): string;
76
+ export declare enum MisbehaviorType {
17
77
  UNKNOWN = 0,
18
78
  DUPLICATE_VOTE = 1,
19
79
  LIGHT_CLIENT_ATTACK = 2,
20
80
  UNRECOGNIZED = -1
21
81
  }
22
- export declare const EvidenceTypeSDKType: typeof EvidenceType;
23
- export declare function evidenceTypeFromJSON(object: any): EvidenceType;
24
- export declare function evidenceTypeToJSON(object: EvidenceType): string;
25
- /**
26
- * message Request {
27
- * oneof value {
28
- * RequestEcho echo = 1;
29
- * RequestFlush flush = 2;
30
- * RequestInfo info = 3;
31
- * RequestSetOption set_option = 4;
32
- * RequestInitChain init_chain = 5;
33
- * RequestQuery query = 6;
34
- * RequestBeginBlock begin_block = 7;
35
- * RequestCheckTx check_tx = 8;
36
- * RequestDeliverTx deliver_tx = 9;
37
- * RequestEndBlock end_block = 10;
38
- * RequestCommit commit = 11;
39
- * RequestListSnapshots list_snapshots = 12;
40
- * RequestOfferSnapshot offer_snapshot = 13;
41
- * RequestLoadSnapshotChunk load_snapshot_chunk = 14;
42
- * RequestApplySnapshotChunk apply_snapshot_chunk = 15;
43
- * }
44
- * }
45
- *
46
- * message RequestEcho {
47
- * string message = 1;
48
- * }
49
- *
50
- * message RequestFlush {}
51
- *
52
- * message RequestInfo {
53
- * string version = 1;
54
- * uint64 block_version = 2;
55
- * uint64 p2p_version = 3;
56
- * }
57
- *
58
- * nondeterministic
59
- * message RequestSetOption {
60
- * string key = 1;
61
- * string value = 2;
62
- * }
63
- *
64
- * message RequestInitChain {
65
- * google.protobuf.Timestamp time = 1 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];
66
- * string chain_id = 2;
67
- * ConsensusParams consensus_params = 3;
68
- * repeated ValidatorUpdate validators = 4 [(gogoproto.nullable) = false];
69
- * bytes app_state_bytes = 5;
70
- * int64 initial_height = 6;
71
- * }
72
- */
82
+ export declare const MisbehaviorTypeSDKType: typeof MisbehaviorType;
83
+ export declare function misbehaviorTypeFromJSON(object: any): MisbehaviorType;
84
+ export declare function misbehaviorTypeToJSON(object: MisbehaviorType): string;
85
+ export interface Request {
86
+ echo?: RequestEcho;
87
+ flush?: RequestFlush;
88
+ info?: RequestInfo;
89
+ initChain?: RequestInitChain;
90
+ query?: RequestQuery;
91
+ checkTx?: RequestCheckTx;
92
+ commit?: RequestCommit;
93
+ listSnapshots?: RequestListSnapshots;
94
+ offerSnapshot?: RequestOfferSnapshot;
95
+ loadSnapshotChunk?: RequestLoadSnapshotChunk;
96
+ applySnapshotChunk?: RequestApplySnapshotChunk;
97
+ prepareProposal?: RequestPrepareProposal;
98
+ processProposal?: RequestProcessProposal;
99
+ extendVote?: RequestExtendVote;
100
+ verifyVoteExtension?: RequestVerifyVoteExtension;
101
+ finalizeBlock?: RequestFinalizeBlock;
102
+ }
103
+ export interface RequestProtoMsg {
104
+ typeUrl: '/tendermint.abci.Request';
105
+ value: Uint8Array;
106
+ }
107
+ export interface RequestSDKType {
108
+ echo?: RequestEchoSDKType;
109
+ flush?: RequestFlushSDKType;
110
+ info?: RequestInfoSDKType;
111
+ init_chain?: RequestInitChainSDKType;
112
+ query?: RequestQuerySDKType;
113
+ check_tx?: RequestCheckTxSDKType;
114
+ commit?: RequestCommitSDKType;
115
+ list_snapshots?: RequestListSnapshotsSDKType;
116
+ offer_snapshot?: RequestOfferSnapshotSDKType;
117
+ load_snapshot_chunk?: RequestLoadSnapshotChunkSDKType;
118
+ apply_snapshot_chunk?: RequestApplySnapshotChunkSDKType;
119
+ prepare_proposal?: RequestPrepareProposalSDKType;
120
+ process_proposal?: RequestProcessProposalSDKType;
121
+ extend_vote?: RequestExtendVoteSDKType;
122
+ verify_vote_extension?: RequestVerifyVoteExtensionSDKType;
123
+ finalize_block?: RequestFinalizeBlockSDKType;
124
+ }
125
+ export interface RequestEcho {
126
+ message: string;
127
+ }
128
+ export interface RequestEchoProtoMsg {
129
+ typeUrl: '/tendermint.abci.RequestEcho';
130
+ value: Uint8Array;
131
+ }
132
+ export interface RequestEchoSDKType {
133
+ message: string;
134
+ }
135
+ export interface RequestFlush {
136
+ }
137
+ export interface RequestFlushProtoMsg {
138
+ typeUrl: '/tendermint.abci.RequestFlush';
139
+ value: Uint8Array;
140
+ }
141
+ export interface RequestFlushSDKType {
142
+ }
143
+ export interface RequestInfo {
144
+ version: string;
145
+ blockVersion: bigint;
146
+ p2pVersion: bigint;
147
+ abciVersion: string;
148
+ }
149
+ export interface RequestInfoProtoMsg {
150
+ typeUrl: '/tendermint.abci.RequestInfo';
151
+ value: Uint8Array;
152
+ }
153
+ export interface RequestInfoSDKType {
154
+ version: string;
155
+ block_version: bigint;
156
+ p2p_version: bigint;
157
+ abci_version: string;
158
+ }
159
+ export interface RequestInitChain {
160
+ time: Timestamp;
161
+ chainId: string;
162
+ consensusParams?: ConsensusParams;
163
+ validators: ValidatorUpdate[];
164
+ appStateBytes: Uint8Array;
165
+ initialHeight: bigint;
166
+ }
167
+ export interface RequestInitChainProtoMsg {
168
+ typeUrl: '/tendermint.abci.RequestInitChain';
169
+ value: Uint8Array;
170
+ }
171
+ export interface RequestInitChainSDKType {
172
+ time: TimestampSDKType;
173
+ chain_id: string;
174
+ consensus_params?: ConsensusParamsSDKType;
175
+ validators: ValidatorUpdateSDKType[];
176
+ app_state_bytes: Uint8Array;
177
+ initial_height: bigint;
178
+ }
73
179
  export interface RequestQuery {
74
180
  data: Uint8Array;
75
181
  path: string;
@@ -80,76 +186,12 @@ export interface RequestQueryProtoMsg {
80
186
  typeUrl: '/tendermint.abci.RequestQuery';
81
187
  value: Uint8Array;
82
188
  }
83
- /**
84
- * message Request {
85
- * oneof value {
86
- * RequestEcho echo = 1;
87
- * RequestFlush flush = 2;
88
- * RequestInfo info = 3;
89
- * RequestSetOption set_option = 4;
90
- * RequestInitChain init_chain = 5;
91
- * RequestQuery query = 6;
92
- * RequestBeginBlock begin_block = 7;
93
- * RequestCheckTx check_tx = 8;
94
- * RequestDeliverTx deliver_tx = 9;
95
- * RequestEndBlock end_block = 10;
96
- * RequestCommit commit = 11;
97
- * RequestListSnapshots list_snapshots = 12;
98
- * RequestOfferSnapshot offer_snapshot = 13;
99
- * RequestLoadSnapshotChunk load_snapshot_chunk = 14;
100
- * RequestApplySnapshotChunk apply_snapshot_chunk = 15;
101
- * }
102
- * }
103
- *
104
- * message RequestEcho {
105
- * string message = 1;
106
- * }
107
- *
108
- * message RequestFlush {}
109
- *
110
- * message RequestInfo {
111
- * string version = 1;
112
- * uint64 block_version = 2;
113
- * uint64 p2p_version = 3;
114
- * }
115
- *
116
- * nondeterministic
117
- * message RequestSetOption {
118
- * string key = 1;
119
- * string value = 2;
120
- * }
121
- *
122
- * message RequestInitChain {
123
- * google.protobuf.Timestamp time = 1 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];
124
- * string chain_id = 2;
125
- * ConsensusParams consensus_params = 3;
126
- * repeated ValidatorUpdate validators = 4 [(gogoproto.nullable) = false];
127
- * bytes app_state_bytes = 5;
128
- * int64 initial_height = 6;
129
- * }
130
- */
131
189
  export interface RequestQuerySDKType {
132
190
  data: Uint8Array;
133
191
  path: string;
134
192
  height: bigint;
135
193
  prove: boolean;
136
194
  }
137
- export interface RequestBeginBlock {
138
- hash: Uint8Array;
139
- header: Header;
140
- lastCommitInfo: LastCommitInfo;
141
- byzantineValidators: Evidence[];
142
- }
143
- export interface RequestBeginBlockProtoMsg {
144
- typeUrl: '/tendermint.abci.RequestBeginBlock';
145
- value: Uint8Array;
146
- }
147
- export interface RequestBeginBlockSDKType {
148
- hash: Uint8Array;
149
- header: HeaderSDKType;
150
- last_commit_info: LastCommitInfoSDKType;
151
- byzantine_validators: EvidenceSDKType[];
152
- }
153
195
  export interface RequestCheckTx {
154
196
  tx: Uint8Array;
155
197
  type: CheckTxType;
@@ -162,117 +204,308 @@ export interface RequestCheckTxSDKType {
162
204
  tx: Uint8Array;
163
205
  type: CheckTxType;
164
206
  }
165
- export interface RequestDeliverTx {
166
- tx: Uint8Array;
207
+ export interface RequestCommit {
167
208
  }
168
- export interface RequestDeliverTxProtoMsg {
169
- typeUrl: '/tendermint.abci.RequestDeliverTx';
209
+ export interface RequestCommitProtoMsg {
210
+ typeUrl: '/tendermint.abci.RequestCommit';
170
211
  value: Uint8Array;
171
212
  }
172
- export interface RequestDeliverTxSDKType {
173
- tx: Uint8Array;
213
+ export interface RequestCommitSDKType {
214
+ }
215
+ /** lists available snapshots */
216
+ export interface RequestListSnapshots {
174
217
  }
175
- export interface RequestEndBlock {
218
+ export interface RequestListSnapshotsProtoMsg {
219
+ typeUrl: '/tendermint.abci.RequestListSnapshots';
220
+ value: Uint8Array;
221
+ }
222
+ /** lists available snapshots */
223
+ export interface RequestListSnapshotsSDKType {
224
+ }
225
+ /** offers a snapshot to the application */
226
+ export interface RequestOfferSnapshot {
227
+ /** snapshot offered by peers */
228
+ snapshot?: Snapshot;
229
+ /** light client-verified app hash for snapshot height */
230
+ appHash: Uint8Array;
231
+ }
232
+ export interface RequestOfferSnapshotProtoMsg {
233
+ typeUrl: '/tendermint.abci.RequestOfferSnapshot';
234
+ value: Uint8Array;
235
+ }
236
+ /** offers a snapshot to the application */
237
+ export interface RequestOfferSnapshotSDKType {
238
+ snapshot?: SnapshotSDKType;
239
+ app_hash: Uint8Array;
240
+ }
241
+ /** loads a snapshot chunk */
242
+ export interface RequestLoadSnapshotChunk {
176
243
  height: bigint;
244
+ format: number;
245
+ chunk: number;
177
246
  }
178
- export interface RequestEndBlockProtoMsg {
179
- typeUrl: '/tendermint.abci.RequestEndBlock';
247
+ export interface RequestLoadSnapshotChunkProtoMsg {
248
+ typeUrl: '/tendermint.abci.RequestLoadSnapshotChunk';
180
249
  value: Uint8Array;
181
250
  }
182
- export interface RequestEndBlockSDKType {
251
+ /** loads a snapshot chunk */
252
+ export interface RequestLoadSnapshotChunkSDKType {
183
253
  height: bigint;
254
+ format: number;
255
+ chunk: number;
184
256
  }
185
- export interface RequestCommit {
257
+ /** Applies a snapshot chunk */
258
+ export interface RequestApplySnapshotChunk {
259
+ index: number;
260
+ chunk: Uint8Array;
261
+ sender: string;
186
262
  }
187
- export interface RequestCommitProtoMsg {
188
- typeUrl: '/tendermint.abci.RequestCommit';
263
+ export interface RequestApplySnapshotChunkProtoMsg {
264
+ typeUrl: '/tendermint.abci.RequestApplySnapshotChunk';
189
265
  value: Uint8Array;
190
266
  }
191
- export interface RequestCommitSDKType {
267
+ /** Applies a snapshot chunk */
268
+ export interface RequestApplySnapshotChunkSDKType {
269
+ index: number;
270
+ chunk: Uint8Array;
271
+ sender: string;
272
+ }
273
+ export interface RequestPrepareProposal {
274
+ /** the modified transactions cannot exceed this size. */
275
+ maxTxBytes: bigint;
276
+ /**
277
+ * txs is an array of transactions that will be included in a block,
278
+ * sent to the app for possible modifications.
279
+ */
280
+ txs: Uint8Array[];
281
+ localLastCommit: ExtendedCommitInfo;
282
+ misbehavior: Misbehavior[];
283
+ height: bigint;
284
+ time: Timestamp;
285
+ nextValidatorsHash: Uint8Array;
286
+ /** address of the public key of the validator proposing the block. */
287
+ proposerAddress: Uint8Array;
288
+ }
289
+ export interface RequestPrepareProposalProtoMsg {
290
+ typeUrl: '/tendermint.abci.RequestPrepareProposal';
291
+ value: Uint8Array;
292
+ }
293
+ export interface RequestPrepareProposalSDKType {
294
+ max_tx_bytes: bigint;
295
+ txs: Uint8Array[];
296
+ local_last_commit: ExtendedCommitInfoSDKType;
297
+ misbehavior: MisbehaviorSDKType[];
298
+ height: bigint;
299
+ time: TimestampSDKType;
300
+ next_validators_hash: Uint8Array;
301
+ proposer_address: Uint8Array;
302
+ }
303
+ export interface RequestProcessProposal {
304
+ txs: Uint8Array[];
305
+ proposedLastCommit: CommitInfo;
306
+ misbehavior: Misbehavior[];
307
+ /** hash is the merkle root hash of the fields of the proposed block. */
308
+ hash: Uint8Array;
309
+ height: bigint;
310
+ time: Timestamp;
311
+ nextValidatorsHash: Uint8Array;
312
+ /** address of the public key of the original proposer of the block. */
313
+ proposerAddress: Uint8Array;
314
+ }
315
+ export interface RequestProcessProposalProtoMsg {
316
+ typeUrl: '/tendermint.abci.RequestProcessProposal';
317
+ value: Uint8Array;
318
+ }
319
+ export interface RequestProcessProposalSDKType {
320
+ txs: Uint8Array[];
321
+ proposed_last_commit: CommitInfoSDKType;
322
+ misbehavior: MisbehaviorSDKType[];
323
+ hash: Uint8Array;
324
+ height: bigint;
325
+ time: TimestampSDKType;
326
+ next_validators_hash: Uint8Array;
327
+ proposer_address: Uint8Array;
328
+ }
329
+ /** Extends a vote with application-injected data */
330
+ export interface RequestExtendVote {
331
+ /** the hash of the block that this vote may be referring to */
332
+ hash: Uint8Array;
333
+ /** the height of the extended vote */
334
+ height: bigint;
335
+ /** info of the block that this vote may be referring to */
336
+ time: Timestamp;
337
+ txs: Uint8Array[];
338
+ proposedLastCommit: CommitInfo;
339
+ misbehavior: Misbehavior[];
340
+ nextValidatorsHash: Uint8Array;
341
+ /** address of the public key of the original proposer of the block. */
342
+ proposerAddress: Uint8Array;
343
+ }
344
+ export interface RequestExtendVoteProtoMsg {
345
+ typeUrl: '/tendermint.abci.RequestExtendVote';
346
+ value: Uint8Array;
347
+ }
348
+ /** Extends a vote with application-injected data */
349
+ export interface RequestExtendVoteSDKType {
350
+ hash: Uint8Array;
351
+ height: bigint;
352
+ time: TimestampSDKType;
353
+ txs: Uint8Array[];
354
+ proposed_last_commit: CommitInfoSDKType;
355
+ misbehavior: MisbehaviorSDKType[];
356
+ next_validators_hash: Uint8Array;
357
+ proposer_address: Uint8Array;
358
+ }
359
+ /** Verify the vote extension */
360
+ export interface RequestVerifyVoteExtension {
361
+ /** the hash of the block that this received vote corresponds to */
362
+ hash: Uint8Array;
363
+ /** the validator that signed the vote extension */
364
+ validatorAddress: Uint8Array;
365
+ height: bigint;
366
+ voteExtension: Uint8Array;
367
+ }
368
+ export interface RequestVerifyVoteExtensionProtoMsg {
369
+ typeUrl: '/tendermint.abci.RequestVerifyVoteExtension';
370
+ value: Uint8Array;
371
+ }
372
+ /** Verify the vote extension */
373
+ export interface RequestVerifyVoteExtensionSDKType {
374
+ hash: Uint8Array;
375
+ validator_address: Uint8Array;
376
+ height: bigint;
377
+ vote_extension: Uint8Array;
378
+ }
379
+ export interface RequestFinalizeBlock {
380
+ txs: Uint8Array[];
381
+ decidedLastCommit: CommitInfo;
382
+ misbehavior: Misbehavior[];
383
+ /** hash is the merkle root hash of the fields of the decided block. */
384
+ hash: Uint8Array;
385
+ height: bigint;
386
+ time: Timestamp;
387
+ nextValidatorsHash: Uint8Array;
388
+ /** proposer_address is the address of the public key of the original proposer of the block. */
389
+ proposerAddress: Uint8Array;
390
+ }
391
+ export interface RequestFinalizeBlockProtoMsg {
392
+ typeUrl: '/tendermint.abci.RequestFinalizeBlock';
393
+ value: Uint8Array;
394
+ }
395
+ export interface RequestFinalizeBlockSDKType {
396
+ txs: Uint8Array[];
397
+ decided_last_commit: CommitInfoSDKType;
398
+ misbehavior: MisbehaviorSDKType[];
399
+ hash: Uint8Array;
400
+ height: bigint;
401
+ time: TimestampSDKType;
402
+ next_validators_hash: Uint8Array;
403
+ proposer_address: Uint8Array;
404
+ }
405
+ export interface Response {
406
+ exception?: ResponseException;
407
+ echo?: ResponseEcho;
408
+ flush?: ResponseFlush;
409
+ info?: ResponseInfo;
410
+ initChain?: ResponseInitChain;
411
+ query?: ResponseQuery;
412
+ checkTx?: ResponseCheckTx;
413
+ commit?: ResponseCommit;
414
+ listSnapshots?: ResponseListSnapshots;
415
+ offerSnapshot?: ResponseOfferSnapshot;
416
+ loadSnapshotChunk?: ResponseLoadSnapshotChunk;
417
+ applySnapshotChunk?: ResponseApplySnapshotChunk;
418
+ prepareProposal?: ResponsePrepareProposal;
419
+ processProposal?: ResponseProcessProposal;
420
+ extendVote?: ResponseExtendVote;
421
+ verifyVoteExtension?: ResponseVerifyVoteExtension;
422
+ finalizeBlock?: ResponseFinalizeBlock;
423
+ }
424
+ export interface ResponseProtoMsg {
425
+ typeUrl: '/tendermint.abci.Response';
426
+ value: Uint8Array;
427
+ }
428
+ export interface ResponseSDKType {
429
+ exception?: ResponseExceptionSDKType;
430
+ echo?: ResponseEchoSDKType;
431
+ flush?: ResponseFlushSDKType;
432
+ info?: ResponseInfoSDKType;
433
+ init_chain?: ResponseInitChainSDKType;
434
+ query?: ResponseQuerySDKType;
435
+ check_tx?: ResponseCheckTxSDKType;
436
+ commit?: ResponseCommitSDKType;
437
+ list_snapshots?: ResponseListSnapshotsSDKType;
438
+ offer_snapshot?: ResponseOfferSnapshotSDKType;
439
+ load_snapshot_chunk?: ResponseLoadSnapshotChunkSDKType;
440
+ apply_snapshot_chunk?: ResponseApplySnapshotChunkSDKType;
441
+ prepare_proposal?: ResponsePrepareProposalSDKType;
442
+ process_proposal?: ResponseProcessProposalSDKType;
443
+ extend_vote?: ResponseExtendVoteSDKType;
444
+ verify_vote_extension?: ResponseVerifyVoteExtensionSDKType;
445
+ finalize_block?: ResponseFinalizeBlockSDKType;
446
+ }
447
+ /** nondeterministic */
448
+ export interface ResponseException {
449
+ error: string;
450
+ }
451
+ export interface ResponseExceptionProtoMsg {
452
+ typeUrl: '/tendermint.abci.ResponseException';
453
+ value: Uint8Array;
454
+ }
455
+ /** nondeterministic */
456
+ export interface ResponseExceptionSDKType {
457
+ error: string;
458
+ }
459
+ export interface ResponseEcho {
460
+ message: string;
461
+ }
462
+ export interface ResponseEchoProtoMsg {
463
+ typeUrl: '/tendermint.abci.ResponseEcho';
464
+ value: Uint8Array;
465
+ }
466
+ export interface ResponseEchoSDKType {
467
+ message: string;
468
+ }
469
+ export interface ResponseFlush {
470
+ }
471
+ export interface ResponseFlushProtoMsg {
472
+ typeUrl: '/tendermint.abci.ResponseFlush';
473
+ value: Uint8Array;
474
+ }
475
+ export interface ResponseFlushSDKType {
476
+ }
477
+ export interface ResponseInfo {
478
+ data: string;
479
+ version: string;
480
+ appVersion: bigint;
481
+ lastBlockHeight: bigint;
482
+ lastBlockAppHash: Uint8Array;
483
+ }
484
+ export interface ResponseInfoProtoMsg {
485
+ typeUrl: '/tendermint.abci.ResponseInfo';
486
+ value: Uint8Array;
487
+ }
488
+ export interface ResponseInfoSDKType {
489
+ data: string;
490
+ version: string;
491
+ app_version: bigint;
492
+ last_block_height: bigint;
493
+ last_block_app_hash: Uint8Array;
494
+ }
495
+ export interface ResponseInitChain {
496
+ consensusParams?: ConsensusParams;
497
+ validators: ValidatorUpdate[];
498
+ appHash: Uint8Array;
499
+ }
500
+ export interface ResponseInitChainProtoMsg {
501
+ typeUrl: '/tendermint.abci.ResponseInitChain';
502
+ value: Uint8Array;
503
+ }
504
+ export interface ResponseInitChainSDKType {
505
+ consensus_params?: ConsensusParamsSDKType;
506
+ validators: ValidatorUpdateSDKType[];
507
+ app_hash: Uint8Array;
192
508
  }
193
- /**
194
- * lists available snapshots
195
- * message RequestListSnapshots {}
196
- *
197
- * offers a snapshot to the application
198
- * message RequestOfferSnapshot {
199
- * Snapshot snapshot = 1; // snapshot offered by peers
200
- * bytes app_hash = 2; // light client-verified app hash for snapshot height
201
- * }
202
- *
203
- * loads a snapshot chunk
204
- * message RequestLoadSnapshotChunk {
205
- * uint64 height = 1;
206
- * uint32 format = 2;
207
- * uint32 chunk = 3;
208
- * }
209
- *
210
- * Applies a snapshot chunk
211
- * message RequestApplySnapshotChunk {
212
- * uint32 index = 1;
213
- * bytes chunk = 2;
214
- * string sender = 3;
215
- * }
216
- *
217
- * ----------------------------------------
218
- * Response types
219
- *
220
- * message Response {
221
- * oneof value {
222
- * ResponseException exception = 1;
223
- * ResponseEcho echo = 2;
224
- * ResponseFlush flush = 3;
225
- * ResponseInfo info = 4;
226
- * ResponseSetOption set_option = 5;
227
- * ResponseInitChain init_chain = 6;
228
- * ResponseQuery query = 7;
229
- * ResponseBeginBlock begin_block = 8;
230
- * ResponseCheckTx check_tx = 9;
231
- * ResponseDeliverTx deliver_tx = 10;
232
- * ResponseEndBlock end_block = 11;
233
- * ResponseCommit commit = 12;
234
- * ResponseListSnapshots list_snapshots = 13;
235
- * ResponseOfferSnapshot offer_snapshot = 14;
236
- * ResponseLoadSnapshotChunk load_snapshot_chunk = 15;
237
- * ResponseApplySnapshotChunk apply_snapshot_chunk = 16;
238
- * }
239
- * }
240
- *
241
- * nondeterministic
242
- * message ResponseException {
243
- * string error = 1;
244
- * }
245
- *
246
- * message ResponseEcho {
247
- * string message = 1;
248
- * }
249
- *
250
- * message ResponseFlush {}
251
- *
252
- * message ResponseInfo {
253
- * string data = 1;
254
- *
255
- * string version = 2;
256
- * uint64 app_version = 3;
257
- *
258
- * int64 last_block_height = 4;
259
- * bytes last_block_app_hash = 5;
260
- * }
261
- *
262
- * nondeterministic
263
- * message ResponseSetOption {
264
- * uint32 code = 1;
265
- * bytes data = 2;
266
- * string log = 3;
267
- * string info = 4;
268
- * }
269
- *
270
- * message ResponseInitChain {
271
- * ConsensusParams consensus_params = 1;
272
- * repeated ValidatorUpdate validators = 2 [(gogoproto.nullable) = false];
273
- * bytes app_hash = 3;
274
- * }
275
- */
276
509
  export interface ResponseQuery {
277
510
  code: number;
278
511
  /** bytes data = 2; // use "value" instead. */
@@ -290,89 +523,6 @@ export interface ResponseQueryProtoMsg {
290
523
  typeUrl: '/tendermint.abci.ResponseQuery';
291
524
  value: Uint8Array;
292
525
  }
293
- /**
294
- * lists available snapshots
295
- * message RequestListSnapshots {}
296
- *
297
- * offers a snapshot to the application
298
- * message RequestOfferSnapshot {
299
- * Snapshot snapshot = 1; // snapshot offered by peers
300
- * bytes app_hash = 2; // light client-verified app hash for snapshot height
301
- * }
302
- *
303
- * loads a snapshot chunk
304
- * message RequestLoadSnapshotChunk {
305
- * uint64 height = 1;
306
- * uint32 format = 2;
307
- * uint32 chunk = 3;
308
- * }
309
- *
310
- * Applies a snapshot chunk
311
- * message RequestApplySnapshotChunk {
312
- * uint32 index = 1;
313
- * bytes chunk = 2;
314
- * string sender = 3;
315
- * }
316
- *
317
- * ----------------------------------------
318
- * Response types
319
- *
320
- * message Response {
321
- * oneof value {
322
- * ResponseException exception = 1;
323
- * ResponseEcho echo = 2;
324
- * ResponseFlush flush = 3;
325
- * ResponseInfo info = 4;
326
- * ResponseSetOption set_option = 5;
327
- * ResponseInitChain init_chain = 6;
328
- * ResponseQuery query = 7;
329
- * ResponseBeginBlock begin_block = 8;
330
- * ResponseCheckTx check_tx = 9;
331
- * ResponseDeliverTx deliver_tx = 10;
332
- * ResponseEndBlock end_block = 11;
333
- * ResponseCommit commit = 12;
334
- * ResponseListSnapshots list_snapshots = 13;
335
- * ResponseOfferSnapshot offer_snapshot = 14;
336
- * ResponseLoadSnapshotChunk load_snapshot_chunk = 15;
337
- * ResponseApplySnapshotChunk apply_snapshot_chunk = 16;
338
- * }
339
- * }
340
- *
341
- * nondeterministic
342
- * message ResponseException {
343
- * string error = 1;
344
- * }
345
- *
346
- * message ResponseEcho {
347
- * string message = 1;
348
- * }
349
- *
350
- * message ResponseFlush {}
351
- *
352
- * message ResponseInfo {
353
- * string data = 1;
354
- *
355
- * string version = 2;
356
- * uint64 app_version = 3;
357
- *
358
- * int64 last_block_height = 4;
359
- * bytes last_block_app_hash = 5;
360
- * }
361
- *
362
- * nondeterministic
363
- * message ResponseSetOption {
364
- * uint32 code = 1;
365
- * bytes data = 2;
366
- * string log = 3;
367
- * string info = 4;
368
- * }
369
- *
370
- * message ResponseInitChain {
371
- * ConsensusParams consensus_params = 1;
372
- * repeated ValidatorUpdate validators = 2 [(gogoproto.nullable) = false];
373
- * bytes app_hash = 3;
374
- * }
375
- */
376
526
  export interface ResponseQuerySDKType {
377
527
  code: number;
378
528
  log: string;
@@ -384,16 +534,6 @@ export interface ResponseQuerySDKType {
384
534
  height: bigint;
385
535
  codespace: string;
386
536
  }
387
- export interface ResponseBeginBlock {
388
- events: Event[];
389
- }
390
- export interface ResponseBeginBlockProtoMsg {
391
- typeUrl: '/tendermint.abci.ResponseBeginBlock';
392
- value: Uint8Array;
393
- }
394
- export interface ResponseBeginBlockSDKType {
395
- events: EventSDKType[];
396
- }
397
537
  export interface ResponseCheckTx {
398
538
  code: number;
399
539
  data: Uint8Array;
@@ -420,74 +560,174 @@ export interface ResponseCheckTxSDKType {
420
560
  events: EventSDKType[];
421
561
  codespace: string;
422
562
  }
423
- export interface ResponseDeliverTx {
424
- code: number;
425
- data: Uint8Array;
426
- /** nondeterministic */
427
- log: string;
428
- /** nondeterministic */
429
- info: string;
430
- gasWanted: bigint;
431
- gasUsed: bigint;
432
- events: Event[];
433
- codespace: string;
563
+ export interface ResponseCommit {
564
+ retainHeight: bigint;
434
565
  }
435
- export interface ResponseDeliverTxProtoMsg {
436
- typeUrl: '/tendermint.abci.ResponseDeliverTx';
566
+ export interface ResponseCommitProtoMsg {
567
+ typeUrl: '/tendermint.abci.ResponseCommit';
437
568
  value: Uint8Array;
438
569
  }
439
- export interface ResponseDeliverTxSDKType {
440
- code: number;
441
- data: Uint8Array;
442
- log: string;
443
- info: string;
444
- gas_wanted: bigint;
445
- gas_used: bigint;
446
- events: EventSDKType[];
447
- codespace: string;
570
+ export interface ResponseCommitSDKType {
571
+ retain_height: bigint;
572
+ }
573
+ export interface ResponseListSnapshots {
574
+ snapshots: Snapshot[];
575
+ }
576
+ export interface ResponseListSnapshotsProtoMsg {
577
+ typeUrl: '/tendermint.abci.ResponseListSnapshots';
578
+ value: Uint8Array;
579
+ }
580
+ export interface ResponseListSnapshotsSDKType {
581
+ snapshots: SnapshotSDKType[];
582
+ }
583
+ export interface ResponseOfferSnapshot {
584
+ result: ResponseOfferSnapshot_Result;
585
+ }
586
+ export interface ResponseOfferSnapshotProtoMsg {
587
+ typeUrl: '/tendermint.abci.ResponseOfferSnapshot';
588
+ value: Uint8Array;
589
+ }
590
+ export interface ResponseOfferSnapshotSDKType {
591
+ result: ResponseOfferSnapshot_Result;
592
+ }
593
+ export interface ResponseLoadSnapshotChunk {
594
+ chunk: Uint8Array;
595
+ }
596
+ export interface ResponseLoadSnapshotChunkProtoMsg {
597
+ typeUrl: '/tendermint.abci.ResponseLoadSnapshotChunk';
598
+ value: Uint8Array;
448
599
  }
449
- export interface ResponseEndBlock {
600
+ export interface ResponseLoadSnapshotChunkSDKType {
601
+ chunk: Uint8Array;
602
+ }
603
+ export interface ResponseApplySnapshotChunk {
604
+ result: ResponseApplySnapshotChunk_Result;
605
+ /** Chunks to refetch and reapply */
606
+ refetchChunks: number[];
607
+ /** Chunk senders to reject and ban */
608
+ rejectSenders: string[];
609
+ }
610
+ export interface ResponseApplySnapshotChunkProtoMsg {
611
+ typeUrl: '/tendermint.abci.ResponseApplySnapshotChunk';
612
+ value: Uint8Array;
613
+ }
614
+ export interface ResponseApplySnapshotChunkSDKType {
615
+ result: ResponseApplySnapshotChunk_Result;
616
+ refetch_chunks: number[];
617
+ reject_senders: string[];
618
+ }
619
+ export interface ResponsePrepareProposal {
620
+ txs: Uint8Array[];
621
+ }
622
+ export interface ResponsePrepareProposalProtoMsg {
623
+ typeUrl: '/tendermint.abci.ResponsePrepareProposal';
624
+ value: Uint8Array;
625
+ }
626
+ export interface ResponsePrepareProposalSDKType {
627
+ txs: Uint8Array[];
628
+ }
629
+ export interface ResponseProcessProposal {
630
+ status: ResponseProcessProposal_ProposalStatus;
631
+ }
632
+ export interface ResponseProcessProposalProtoMsg {
633
+ typeUrl: '/tendermint.abci.ResponseProcessProposal';
634
+ value: Uint8Array;
635
+ }
636
+ export interface ResponseProcessProposalSDKType {
637
+ status: ResponseProcessProposal_ProposalStatus;
638
+ }
639
+ export interface ResponseExtendVote {
640
+ voteExtension: Uint8Array;
641
+ }
642
+ export interface ResponseExtendVoteProtoMsg {
643
+ typeUrl: '/tendermint.abci.ResponseExtendVote';
644
+ value: Uint8Array;
645
+ }
646
+ export interface ResponseExtendVoteSDKType {
647
+ vote_extension: Uint8Array;
648
+ }
649
+ export interface ResponseVerifyVoteExtension {
650
+ status: ResponseVerifyVoteExtension_VerifyStatus;
651
+ }
652
+ export interface ResponseVerifyVoteExtensionProtoMsg {
653
+ typeUrl: '/tendermint.abci.ResponseVerifyVoteExtension';
654
+ value: Uint8Array;
655
+ }
656
+ export interface ResponseVerifyVoteExtensionSDKType {
657
+ status: ResponseVerifyVoteExtension_VerifyStatus;
658
+ }
659
+ export interface ResponseFinalizeBlock {
660
+ /** set of block events emmitted as part of executing the block */
661
+ events: Event[];
662
+ /**
663
+ * the result of executing each transaction including the events
664
+ * the particular transction emitted. This should match the order
665
+ * of the transactions delivered in the block itself
666
+ */
667
+ txResults: ExecTxResult[];
668
+ /** a list of updates to the validator set. These will reflect the validator set at current height + 2. */
450
669
  validatorUpdates: ValidatorUpdate[];
670
+ /** updates to the consensus params, if any. */
451
671
  consensusParamUpdates?: ConsensusParams;
452
- events: Event[];
672
+ /**
673
+ * app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was
674
+ * deterministic. It is up to the application to decide which algorithm to use.
675
+ */
676
+ appHash: Uint8Array;
453
677
  }
454
- export interface ResponseEndBlockProtoMsg {
455
- typeUrl: '/tendermint.abci.ResponseEndBlock';
678
+ export interface ResponseFinalizeBlockProtoMsg {
679
+ typeUrl: '/tendermint.abci.ResponseFinalizeBlock';
456
680
  value: Uint8Array;
457
681
  }
458
- export interface ResponseEndBlockSDKType {
682
+ export interface ResponseFinalizeBlockSDKType {
683
+ events: EventSDKType[];
684
+ tx_results: ExecTxResultSDKType[];
459
685
  validator_updates: ValidatorUpdateSDKType[];
460
686
  consensus_param_updates?: ConsensusParamsSDKType;
461
- events: EventSDKType[];
687
+ app_hash: Uint8Array;
462
688
  }
463
- export interface ResponseCommit {
464
- /** reserve 1 */
465
- data: Uint8Array;
466
- retainHeight: bigint;
689
+ export interface CommitInfo {
690
+ round: number;
691
+ votes: VoteInfo[];
467
692
  }
468
- export interface ResponseCommitProtoMsg {
469
- typeUrl: '/tendermint.abci.ResponseCommit';
693
+ export interface CommitInfoProtoMsg {
694
+ typeUrl: '/tendermint.abci.CommitInfo';
470
695
  value: Uint8Array;
471
696
  }
472
- export interface ResponseCommitSDKType {
473
- data: Uint8Array;
474
- retain_height: bigint;
697
+ export interface CommitInfoSDKType {
698
+ round: number;
699
+ votes: VoteInfoSDKType[];
475
700
  }
476
- export interface LastCommitInfo {
701
+ /**
702
+ * ExtendedCommitInfo is similar to CommitInfo except that it is only used in
703
+ * the PrepareProposal request such that CometBFT can provide vote extensions
704
+ * to the application.
705
+ */
706
+ export interface ExtendedCommitInfo {
707
+ /** The round at which the block proposer decided in the previous height. */
477
708
  round: number;
478
- votes: VoteInfo[];
709
+ /**
710
+ * List of validators' addresses in the last validator set with their voting
711
+ * information, including vote extensions.
712
+ */
713
+ votes: ExtendedVoteInfo[];
479
714
  }
480
- export interface LastCommitInfoProtoMsg {
481
- typeUrl: '/tendermint.abci.LastCommitInfo';
715
+ export interface ExtendedCommitInfoProtoMsg {
716
+ typeUrl: '/tendermint.abci.ExtendedCommitInfo';
482
717
  value: Uint8Array;
483
718
  }
484
- export interface LastCommitInfoSDKType {
719
+ /**
720
+ * ExtendedCommitInfo is similar to CommitInfo except that it is only used in
721
+ * the PrepareProposal request such that CometBFT can provide vote extensions
722
+ * to the application.
723
+ */
724
+ export interface ExtendedCommitInfoSDKType {
485
725
  round: number;
486
- votes: VoteInfoSDKType[];
726
+ votes: ExtendedVoteInfoSDKType[];
487
727
  }
488
728
  /**
489
729
  * Event allows application developers to attach additional information to
490
- * ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx.
730
+ * ResponseFinalizeBlock and ResponseCheckTx.
491
731
  * Later, transactions may be queried using these events.
492
732
  */
493
733
  export interface Event {
@@ -500,7 +740,7 @@ export interface EventProtoMsg {
500
740
  }
501
741
  /**
502
742
  * Event allows application developers to attach additional information to
503
- * ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx.
743
+ * ResponseFinalizeBlock and ResponseCheckTx.
504
744
  * Later, transactions may be queried using these events.
505
745
  */
506
746
  export interface EventSDKType {
@@ -509,8 +749,8 @@ export interface EventSDKType {
509
749
  }
510
750
  /** EventAttribute is a single key-value pair, associated with an event. */
511
751
  export interface EventAttribute {
512
- key: Uint8Array;
513
- value: Uint8Array;
752
+ key: string;
753
+ value: string;
514
754
  /** nondeterministic */
515
755
  index: boolean;
516
756
  }
@@ -520,10 +760,46 @@ export interface EventAttributeProtoMsg {
520
760
  }
521
761
  /** EventAttribute is a single key-value pair, associated with an event. */
522
762
  export interface EventAttributeSDKType {
523
- key: Uint8Array;
524
- value: Uint8Array;
763
+ key: string;
764
+ value: string;
525
765
  index: boolean;
526
766
  }
767
+ /**
768
+ * ExecTxResult contains results of executing one individual transaction.
769
+ *
770
+ * * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
771
+ */
772
+ export interface ExecTxResult {
773
+ code: number;
774
+ data: Uint8Array;
775
+ /** nondeterministic */
776
+ log: string;
777
+ /** nondeterministic */
778
+ info: string;
779
+ gasWanted: bigint;
780
+ gasUsed: bigint;
781
+ events: Event[];
782
+ codespace: string;
783
+ }
784
+ export interface ExecTxResultProtoMsg {
785
+ typeUrl: '/tendermint.abci.ExecTxResult';
786
+ value: Uint8Array;
787
+ }
788
+ /**
789
+ * ExecTxResult contains results of executing one individual transaction.
790
+ *
791
+ * * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
792
+ */
793
+ export interface ExecTxResultSDKType {
794
+ code: number;
795
+ data: Uint8Array;
796
+ log: string;
797
+ info: string;
798
+ gas_wanted: bigint;
799
+ gas_used: bigint;
800
+ events: EventSDKType[];
801
+ codespace: string;
802
+ }
527
803
  /**
528
804
  * TxResult contains results of executing the transaction.
529
805
  *
@@ -533,7 +809,7 @@ export interface TxResult {
533
809
  height: bigint;
534
810
  index: number;
535
811
  tx: Uint8Array;
536
- result: ResponseDeliverTx;
812
+ result: ExecTxResult;
537
813
  }
538
814
  export interface TxResultProtoMsg {
539
815
  typeUrl: '/tendermint.abci.TxResult';
@@ -548,9 +824,8 @@ export interface TxResultSDKType {
548
824
  height: bigint;
549
825
  index: number;
550
826
  tx: Uint8Array;
551
- result: ResponseDeliverTxSDKType;
827
+ result: ExecTxResultSDKType;
552
828
  }
553
- /** Validator */
554
829
  export interface Validator {
555
830
  /** The first 20 bytes of SHA256(public key) */
556
831
  address: Uint8Array;
@@ -561,12 +836,10 @@ export interface ValidatorProtoMsg {
561
836
  typeUrl: '/tendermint.abci.Validator';
562
837
  value: Uint8Array;
563
838
  }
564
- /** Validator */
565
839
  export interface ValidatorSDKType {
566
840
  address: Uint8Array;
567
841
  power: bigint;
568
842
  }
569
- /** ValidatorUpdate */
570
843
  export interface ValidatorUpdate {
571
844
  pubKey: PublicKey;
572
845
  power: bigint;
@@ -575,27 +848,44 @@ export interface ValidatorUpdateProtoMsg {
575
848
  typeUrl: '/tendermint.abci.ValidatorUpdate';
576
849
  value: Uint8Array;
577
850
  }
578
- /** ValidatorUpdate */
579
851
  export interface ValidatorUpdateSDKType {
580
852
  pub_key: PublicKeySDKType;
581
853
  power: bigint;
582
854
  }
583
- /** VoteInfo */
584
855
  export interface VoteInfo {
585
856
  validator: Validator;
586
- signedLastBlock: boolean;
857
+ blockIdFlag: BlockIDFlag;
587
858
  }
588
859
  export interface VoteInfoProtoMsg {
589
860
  typeUrl: '/tendermint.abci.VoteInfo';
590
861
  value: Uint8Array;
591
862
  }
592
- /** VoteInfo */
593
863
  export interface VoteInfoSDKType {
594
864
  validator: ValidatorSDKType;
595
- signed_last_block: boolean;
865
+ block_id_flag: BlockIDFlag;
866
+ }
867
+ export interface ExtendedVoteInfo {
868
+ /** The validator that sent the vote. */
869
+ validator: Validator;
870
+ /** Non-deterministic extension provided by the sending validator's application. */
871
+ voteExtension: Uint8Array;
872
+ /** Vote extension signature created by CometBFT */
873
+ extensionSignature: Uint8Array;
874
+ /** block_id_flag indicates whether the validator voted for a block, nil, or did not vote at all */
875
+ blockIdFlag: BlockIDFlag;
596
876
  }
597
- export interface Evidence {
598
- type: EvidenceType;
877
+ export interface ExtendedVoteInfoProtoMsg {
878
+ typeUrl: '/tendermint.abci.ExtendedVoteInfo';
879
+ value: Uint8Array;
880
+ }
881
+ export interface ExtendedVoteInfoSDKType {
882
+ validator: ValidatorSDKType;
883
+ vote_extension: Uint8Array;
884
+ extension_signature: Uint8Array;
885
+ block_id_flag: BlockIDFlag;
886
+ }
887
+ export interface Misbehavior {
888
+ type: MisbehaviorType;
599
889
  /** The offending validator */
600
890
  validator: Validator;
601
891
  /** The height when the offense occurred */
@@ -609,17 +899,95 @@ export interface Evidence {
609
899
  */
610
900
  totalVotingPower: bigint;
611
901
  }
612
- export interface EvidenceProtoMsg {
613
- typeUrl: '/tendermint.abci.Evidence';
902
+ export interface MisbehaviorProtoMsg {
903
+ typeUrl: '/tendermint.abci.Misbehavior';
614
904
  value: Uint8Array;
615
905
  }
616
- export interface EvidenceSDKType {
617
- type: EvidenceType;
906
+ export interface MisbehaviorSDKType {
907
+ type: MisbehaviorType;
618
908
  validator: ValidatorSDKType;
619
909
  height: bigint;
620
910
  time: TimestampSDKType;
621
911
  total_voting_power: bigint;
622
912
  }
913
+ export interface Snapshot {
914
+ /** The height at which the snapshot was taken */
915
+ height: bigint;
916
+ /** The application-specific snapshot format */
917
+ format: number;
918
+ /** Number of chunks in the snapshot */
919
+ chunks: number;
920
+ /** Arbitrary snapshot hash, equal only if identical */
921
+ hash: Uint8Array;
922
+ /** Arbitrary application metadata */
923
+ metadata: Uint8Array;
924
+ }
925
+ export interface SnapshotProtoMsg {
926
+ typeUrl: '/tendermint.abci.Snapshot';
927
+ value: Uint8Array;
928
+ }
929
+ export interface SnapshotSDKType {
930
+ height: bigint;
931
+ format: number;
932
+ chunks: number;
933
+ hash: Uint8Array;
934
+ metadata: Uint8Array;
935
+ }
936
+ export declare const Request: {
937
+ typeUrl: "/tendermint.abci.Request";
938
+ encode(message: Request, writer?: BinaryWriter): BinaryWriter;
939
+ decode(input: BinaryReader | Uint8Array, length?: number): Request;
940
+ fromJSON(object: any): Request;
941
+ toJSON(message: Request): JsonSafe<Request>;
942
+ fromPartial(object: Partial<Request>): Request;
943
+ fromProtoMsg(message: RequestProtoMsg): Request;
944
+ toProto(message: Request): Uint8Array;
945
+ toProtoMsg(message: Request): RequestProtoMsg;
946
+ };
947
+ export declare const RequestEcho: {
948
+ typeUrl: "/tendermint.abci.RequestEcho";
949
+ encode(message: RequestEcho, writer?: BinaryWriter): BinaryWriter;
950
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestEcho;
951
+ fromJSON(object: any): RequestEcho;
952
+ toJSON(message: RequestEcho): JsonSafe<RequestEcho>;
953
+ fromPartial(object: Partial<RequestEcho>): RequestEcho;
954
+ fromProtoMsg(message: RequestEchoProtoMsg): RequestEcho;
955
+ toProto(message: RequestEcho): Uint8Array;
956
+ toProtoMsg(message: RequestEcho): RequestEchoProtoMsg;
957
+ };
958
+ export declare const RequestFlush: {
959
+ typeUrl: "/tendermint.abci.RequestFlush";
960
+ encode(_: RequestFlush, writer?: BinaryWriter): BinaryWriter;
961
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestFlush;
962
+ fromJSON(_: any): RequestFlush;
963
+ toJSON(_: RequestFlush): JsonSafe<RequestFlush>;
964
+ fromPartial(_: Partial<RequestFlush>): RequestFlush;
965
+ fromProtoMsg(message: RequestFlushProtoMsg): RequestFlush;
966
+ toProto(message: RequestFlush): Uint8Array;
967
+ toProtoMsg(message: RequestFlush): RequestFlushProtoMsg;
968
+ };
969
+ export declare const RequestInfo: {
970
+ typeUrl: "/tendermint.abci.RequestInfo";
971
+ encode(message: RequestInfo, writer?: BinaryWriter): BinaryWriter;
972
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestInfo;
973
+ fromJSON(object: any): RequestInfo;
974
+ toJSON(message: RequestInfo): JsonSafe<RequestInfo>;
975
+ fromPartial(object: Partial<RequestInfo>): RequestInfo;
976
+ fromProtoMsg(message: RequestInfoProtoMsg): RequestInfo;
977
+ toProto(message: RequestInfo): Uint8Array;
978
+ toProtoMsg(message: RequestInfo): RequestInfoProtoMsg;
979
+ };
980
+ export declare const RequestInitChain: {
981
+ typeUrl: "/tendermint.abci.RequestInitChain";
982
+ encode(message: RequestInitChain, writer?: BinaryWriter): BinaryWriter;
983
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestInitChain;
984
+ fromJSON(object: any): RequestInitChain;
985
+ toJSON(message: RequestInitChain): JsonSafe<RequestInitChain>;
986
+ fromPartial(object: Partial<RequestInitChain>): RequestInitChain;
987
+ fromProtoMsg(message: RequestInitChainProtoMsg): RequestInitChain;
988
+ toProto(message: RequestInitChain): Uint8Array;
989
+ toProtoMsg(message: RequestInitChain): RequestInitChainProtoMsg;
990
+ };
623
991
  export declare const RequestQuery: {
624
992
  typeUrl: "/tendermint.abci.RequestQuery";
625
993
  encode(message: RequestQuery, writer?: BinaryWriter): BinaryWriter;
@@ -631,17 +999,6 @@ export declare const RequestQuery: {
631
999
  toProto(message: RequestQuery): Uint8Array;
632
1000
  toProtoMsg(message: RequestQuery): RequestQueryProtoMsg;
633
1001
  };
634
- export declare const RequestBeginBlock: {
635
- typeUrl: "/tendermint.abci.RequestBeginBlock";
636
- encode(message: RequestBeginBlock, writer?: BinaryWriter): BinaryWriter;
637
- decode(input: BinaryReader | Uint8Array, length?: number): RequestBeginBlock;
638
- fromJSON(object: any): RequestBeginBlock;
639
- toJSON(message: RequestBeginBlock): JsonSafe<RequestBeginBlock>;
640
- fromPartial(object: Partial<RequestBeginBlock>): RequestBeginBlock;
641
- fromProtoMsg(message: RequestBeginBlockProtoMsg): RequestBeginBlock;
642
- toProto(message: RequestBeginBlock): Uint8Array;
643
- toProtoMsg(message: RequestBeginBlock): RequestBeginBlockProtoMsg;
644
- };
645
1002
  export declare const RequestCheckTx: {
646
1003
  typeUrl: "/tendermint.abci.RequestCheckTx";
647
1004
  encode(message: RequestCheckTx, writer?: BinaryWriter): BinaryWriter;
@@ -653,28 +1010,6 @@ export declare const RequestCheckTx: {
653
1010
  toProto(message: RequestCheckTx): Uint8Array;
654
1011
  toProtoMsg(message: RequestCheckTx): RequestCheckTxProtoMsg;
655
1012
  };
656
- export declare const RequestDeliverTx: {
657
- typeUrl: "/tendermint.abci.RequestDeliverTx";
658
- encode(message: RequestDeliverTx, writer?: BinaryWriter): BinaryWriter;
659
- decode(input: BinaryReader | Uint8Array, length?: number): RequestDeliverTx;
660
- fromJSON(object: any): RequestDeliverTx;
661
- toJSON(message: RequestDeliverTx): JsonSafe<RequestDeliverTx>;
662
- fromPartial(object: Partial<RequestDeliverTx>): RequestDeliverTx;
663
- fromProtoMsg(message: RequestDeliverTxProtoMsg): RequestDeliverTx;
664
- toProto(message: RequestDeliverTx): Uint8Array;
665
- toProtoMsg(message: RequestDeliverTx): RequestDeliverTxProtoMsg;
666
- };
667
- export declare const RequestEndBlock: {
668
- typeUrl: "/tendermint.abci.RequestEndBlock";
669
- encode(message: RequestEndBlock, writer?: BinaryWriter): BinaryWriter;
670
- decode(input: BinaryReader | Uint8Array, length?: number): RequestEndBlock;
671
- fromJSON(object: any): RequestEndBlock;
672
- toJSON(message: RequestEndBlock): JsonSafe<RequestEndBlock>;
673
- fromPartial(object: Partial<RequestEndBlock>): RequestEndBlock;
674
- fromProtoMsg(message: RequestEndBlockProtoMsg): RequestEndBlock;
675
- toProto(message: RequestEndBlock): Uint8Array;
676
- toProtoMsg(message: RequestEndBlock): RequestEndBlockProtoMsg;
677
- };
678
1013
  export declare const RequestCommit: {
679
1014
  typeUrl: "/tendermint.abci.RequestCommit";
680
1015
  encode(_: RequestCommit, writer?: BinaryWriter): BinaryWriter;
@@ -686,6 +1021,171 @@ export declare const RequestCommit: {
686
1021
  toProto(message: RequestCommit): Uint8Array;
687
1022
  toProtoMsg(message: RequestCommit): RequestCommitProtoMsg;
688
1023
  };
1024
+ export declare const RequestListSnapshots: {
1025
+ typeUrl: "/tendermint.abci.RequestListSnapshots";
1026
+ encode(_: RequestListSnapshots, writer?: BinaryWriter): BinaryWriter;
1027
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestListSnapshots;
1028
+ fromJSON(_: any): RequestListSnapshots;
1029
+ toJSON(_: RequestListSnapshots): JsonSafe<RequestListSnapshots>;
1030
+ fromPartial(_: Partial<RequestListSnapshots>): RequestListSnapshots;
1031
+ fromProtoMsg(message: RequestListSnapshotsProtoMsg): RequestListSnapshots;
1032
+ toProto(message: RequestListSnapshots): Uint8Array;
1033
+ toProtoMsg(message: RequestListSnapshots): RequestListSnapshotsProtoMsg;
1034
+ };
1035
+ export declare const RequestOfferSnapshot: {
1036
+ typeUrl: "/tendermint.abci.RequestOfferSnapshot";
1037
+ encode(message: RequestOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
1038
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestOfferSnapshot;
1039
+ fromJSON(object: any): RequestOfferSnapshot;
1040
+ toJSON(message: RequestOfferSnapshot): JsonSafe<RequestOfferSnapshot>;
1041
+ fromPartial(object: Partial<RequestOfferSnapshot>): RequestOfferSnapshot;
1042
+ fromProtoMsg(message: RequestOfferSnapshotProtoMsg): RequestOfferSnapshot;
1043
+ toProto(message: RequestOfferSnapshot): Uint8Array;
1044
+ toProtoMsg(message: RequestOfferSnapshot): RequestOfferSnapshotProtoMsg;
1045
+ };
1046
+ export declare const RequestLoadSnapshotChunk: {
1047
+ typeUrl: "/tendermint.abci.RequestLoadSnapshotChunk";
1048
+ encode(message: RequestLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
1049
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestLoadSnapshotChunk;
1050
+ fromJSON(object: any): RequestLoadSnapshotChunk;
1051
+ toJSON(message: RequestLoadSnapshotChunk): JsonSafe<RequestLoadSnapshotChunk>;
1052
+ fromPartial(object: Partial<RequestLoadSnapshotChunk>): RequestLoadSnapshotChunk;
1053
+ fromProtoMsg(message: RequestLoadSnapshotChunkProtoMsg): RequestLoadSnapshotChunk;
1054
+ toProto(message: RequestLoadSnapshotChunk): Uint8Array;
1055
+ toProtoMsg(message: RequestLoadSnapshotChunk): RequestLoadSnapshotChunkProtoMsg;
1056
+ };
1057
+ export declare const RequestApplySnapshotChunk: {
1058
+ typeUrl: "/tendermint.abci.RequestApplySnapshotChunk";
1059
+ encode(message: RequestApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
1060
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestApplySnapshotChunk;
1061
+ fromJSON(object: any): RequestApplySnapshotChunk;
1062
+ toJSON(message: RequestApplySnapshotChunk): JsonSafe<RequestApplySnapshotChunk>;
1063
+ fromPartial(object: Partial<RequestApplySnapshotChunk>): RequestApplySnapshotChunk;
1064
+ fromProtoMsg(message: RequestApplySnapshotChunkProtoMsg): RequestApplySnapshotChunk;
1065
+ toProto(message: RequestApplySnapshotChunk): Uint8Array;
1066
+ toProtoMsg(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkProtoMsg;
1067
+ };
1068
+ export declare const RequestPrepareProposal: {
1069
+ typeUrl: "/tendermint.abci.RequestPrepareProposal";
1070
+ encode(message: RequestPrepareProposal, writer?: BinaryWriter): BinaryWriter;
1071
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestPrepareProposal;
1072
+ fromJSON(object: any): RequestPrepareProposal;
1073
+ toJSON(message: RequestPrepareProposal): JsonSafe<RequestPrepareProposal>;
1074
+ fromPartial(object: Partial<RequestPrepareProposal>): RequestPrepareProposal;
1075
+ fromProtoMsg(message: RequestPrepareProposalProtoMsg): RequestPrepareProposal;
1076
+ toProto(message: RequestPrepareProposal): Uint8Array;
1077
+ toProtoMsg(message: RequestPrepareProposal): RequestPrepareProposalProtoMsg;
1078
+ };
1079
+ export declare const RequestProcessProposal: {
1080
+ typeUrl: "/tendermint.abci.RequestProcessProposal";
1081
+ encode(message: RequestProcessProposal, writer?: BinaryWriter): BinaryWriter;
1082
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestProcessProposal;
1083
+ fromJSON(object: any): RequestProcessProposal;
1084
+ toJSON(message: RequestProcessProposal): JsonSafe<RequestProcessProposal>;
1085
+ fromPartial(object: Partial<RequestProcessProposal>): RequestProcessProposal;
1086
+ fromProtoMsg(message: RequestProcessProposalProtoMsg): RequestProcessProposal;
1087
+ toProto(message: RequestProcessProposal): Uint8Array;
1088
+ toProtoMsg(message: RequestProcessProposal): RequestProcessProposalProtoMsg;
1089
+ };
1090
+ export declare const RequestExtendVote: {
1091
+ typeUrl: "/tendermint.abci.RequestExtendVote";
1092
+ encode(message: RequestExtendVote, writer?: BinaryWriter): BinaryWriter;
1093
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestExtendVote;
1094
+ fromJSON(object: any): RequestExtendVote;
1095
+ toJSON(message: RequestExtendVote): JsonSafe<RequestExtendVote>;
1096
+ fromPartial(object: Partial<RequestExtendVote>): RequestExtendVote;
1097
+ fromProtoMsg(message: RequestExtendVoteProtoMsg): RequestExtendVote;
1098
+ toProto(message: RequestExtendVote): Uint8Array;
1099
+ toProtoMsg(message: RequestExtendVote): RequestExtendVoteProtoMsg;
1100
+ };
1101
+ export declare const RequestVerifyVoteExtension: {
1102
+ typeUrl: "/tendermint.abci.RequestVerifyVoteExtension";
1103
+ encode(message: RequestVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
1104
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestVerifyVoteExtension;
1105
+ fromJSON(object: any): RequestVerifyVoteExtension;
1106
+ toJSON(message: RequestVerifyVoteExtension): JsonSafe<RequestVerifyVoteExtension>;
1107
+ fromPartial(object: Partial<RequestVerifyVoteExtension>): RequestVerifyVoteExtension;
1108
+ fromProtoMsg(message: RequestVerifyVoteExtensionProtoMsg): RequestVerifyVoteExtension;
1109
+ toProto(message: RequestVerifyVoteExtension): Uint8Array;
1110
+ toProtoMsg(message: RequestVerifyVoteExtension): RequestVerifyVoteExtensionProtoMsg;
1111
+ };
1112
+ export declare const RequestFinalizeBlock: {
1113
+ typeUrl: "/tendermint.abci.RequestFinalizeBlock";
1114
+ encode(message: RequestFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
1115
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestFinalizeBlock;
1116
+ fromJSON(object: any): RequestFinalizeBlock;
1117
+ toJSON(message: RequestFinalizeBlock): JsonSafe<RequestFinalizeBlock>;
1118
+ fromPartial(object: Partial<RequestFinalizeBlock>): RequestFinalizeBlock;
1119
+ fromProtoMsg(message: RequestFinalizeBlockProtoMsg): RequestFinalizeBlock;
1120
+ toProto(message: RequestFinalizeBlock): Uint8Array;
1121
+ toProtoMsg(message: RequestFinalizeBlock): RequestFinalizeBlockProtoMsg;
1122
+ };
1123
+ export declare const Response: {
1124
+ typeUrl: "/tendermint.abci.Response";
1125
+ encode(message: Response, writer?: BinaryWriter): BinaryWriter;
1126
+ decode(input: BinaryReader | Uint8Array, length?: number): Response;
1127
+ fromJSON(object: any): Response;
1128
+ toJSON(message: Response): JsonSafe<Response>;
1129
+ fromPartial(object: Partial<Response>): Response;
1130
+ fromProtoMsg(message: ResponseProtoMsg): Response;
1131
+ toProto(message: Response): Uint8Array;
1132
+ toProtoMsg(message: Response): ResponseProtoMsg;
1133
+ };
1134
+ export declare const ResponseException: {
1135
+ typeUrl: "/tendermint.abci.ResponseException";
1136
+ encode(message: ResponseException, writer?: BinaryWriter): BinaryWriter;
1137
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseException;
1138
+ fromJSON(object: any): ResponseException;
1139
+ toJSON(message: ResponseException): JsonSafe<ResponseException>;
1140
+ fromPartial(object: Partial<ResponseException>): ResponseException;
1141
+ fromProtoMsg(message: ResponseExceptionProtoMsg): ResponseException;
1142
+ toProto(message: ResponseException): Uint8Array;
1143
+ toProtoMsg(message: ResponseException): ResponseExceptionProtoMsg;
1144
+ };
1145
+ export declare const ResponseEcho: {
1146
+ typeUrl: "/tendermint.abci.ResponseEcho";
1147
+ encode(message: ResponseEcho, writer?: BinaryWriter): BinaryWriter;
1148
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseEcho;
1149
+ fromJSON(object: any): ResponseEcho;
1150
+ toJSON(message: ResponseEcho): JsonSafe<ResponseEcho>;
1151
+ fromPartial(object: Partial<ResponseEcho>): ResponseEcho;
1152
+ fromProtoMsg(message: ResponseEchoProtoMsg): ResponseEcho;
1153
+ toProto(message: ResponseEcho): Uint8Array;
1154
+ toProtoMsg(message: ResponseEcho): ResponseEchoProtoMsg;
1155
+ };
1156
+ export declare const ResponseFlush: {
1157
+ typeUrl: "/tendermint.abci.ResponseFlush";
1158
+ encode(_: ResponseFlush, writer?: BinaryWriter): BinaryWriter;
1159
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseFlush;
1160
+ fromJSON(_: any): ResponseFlush;
1161
+ toJSON(_: ResponseFlush): JsonSafe<ResponseFlush>;
1162
+ fromPartial(_: Partial<ResponseFlush>): ResponseFlush;
1163
+ fromProtoMsg(message: ResponseFlushProtoMsg): ResponseFlush;
1164
+ toProto(message: ResponseFlush): Uint8Array;
1165
+ toProtoMsg(message: ResponseFlush): ResponseFlushProtoMsg;
1166
+ };
1167
+ export declare const ResponseInfo: {
1168
+ typeUrl: "/tendermint.abci.ResponseInfo";
1169
+ encode(message: ResponseInfo, writer?: BinaryWriter): BinaryWriter;
1170
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseInfo;
1171
+ fromJSON(object: any): ResponseInfo;
1172
+ toJSON(message: ResponseInfo): JsonSafe<ResponseInfo>;
1173
+ fromPartial(object: Partial<ResponseInfo>): ResponseInfo;
1174
+ fromProtoMsg(message: ResponseInfoProtoMsg): ResponseInfo;
1175
+ toProto(message: ResponseInfo): Uint8Array;
1176
+ toProtoMsg(message: ResponseInfo): ResponseInfoProtoMsg;
1177
+ };
1178
+ export declare const ResponseInitChain: {
1179
+ typeUrl: "/tendermint.abci.ResponseInitChain";
1180
+ encode(message: ResponseInitChain, writer?: BinaryWriter): BinaryWriter;
1181
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseInitChain;
1182
+ fromJSON(object: any): ResponseInitChain;
1183
+ toJSON(message: ResponseInitChain): JsonSafe<ResponseInitChain>;
1184
+ fromPartial(object: Partial<ResponseInitChain>): ResponseInitChain;
1185
+ fromProtoMsg(message: ResponseInitChainProtoMsg): ResponseInitChain;
1186
+ toProto(message: ResponseInitChain): Uint8Array;
1187
+ toProtoMsg(message: ResponseInitChain): ResponseInitChainProtoMsg;
1188
+ };
689
1189
  export declare const ResponseQuery: {
690
1190
  typeUrl: "/tendermint.abci.ResponseQuery";
691
1191
  encode(message: ResponseQuery, writer?: BinaryWriter): BinaryWriter;
@@ -697,17 +1197,6 @@ export declare const ResponseQuery: {
697
1197
  toProto(message: ResponseQuery): Uint8Array;
698
1198
  toProtoMsg(message: ResponseQuery): ResponseQueryProtoMsg;
699
1199
  };
700
- export declare const ResponseBeginBlock: {
701
- typeUrl: "/tendermint.abci.ResponseBeginBlock";
702
- encode(message: ResponseBeginBlock, writer?: BinaryWriter): BinaryWriter;
703
- decode(input: BinaryReader | Uint8Array, length?: number): ResponseBeginBlock;
704
- fromJSON(object: any): ResponseBeginBlock;
705
- toJSON(message: ResponseBeginBlock): JsonSafe<ResponseBeginBlock>;
706
- fromPartial(object: Partial<ResponseBeginBlock>): ResponseBeginBlock;
707
- fromProtoMsg(message: ResponseBeginBlockProtoMsg): ResponseBeginBlock;
708
- toProto(message: ResponseBeginBlock): Uint8Array;
709
- toProtoMsg(message: ResponseBeginBlock): ResponseBeginBlockProtoMsg;
710
- };
711
1200
  export declare const ResponseCheckTx: {
712
1201
  typeUrl: "/tendermint.abci.ResponseCheckTx";
713
1202
  encode(message: ResponseCheckTx, writer?: BinaryWriter): BinaryWriter;
@@ -719,28 +1208,6 @@ export declare const ResponseCheckTx: {
719
1208
  toProto(message: ResponseCheckTx): Uint8Array;
720
1209
  toProtoMsg(message: ResponseCheckTx): ResponseCheckTxProtoMsg;
721
1210
  };
722
- export declare const ResponseDeliverTx: {
723
- typeUrl: "/tendermint.abci.ResponseDeliverTx";
724
- encode(message: ResponseDeliverTx, writer?: BinaryWriter): BinaryWriter;
725
- decode(input: BinaryReader | Uint8Array, length?: number): ResponseDeliverTx;
726
- fromJSON(object: any): ResponseDeliverTx;
727
- toJSON(message: ResponseDeliverTx): JsonSafe<ResponseDeliverTx>;
728
- fromPartial(object: Partial<ResponseDeliverTx>): ResponseDeliverTx;
729
- fromProtoMsg(message: ResponseDeliverTxProtoMsg): ResponseDeliverTx;
730
- toProto(message: ResponseDeliverTx): Uint8Array;
731
- toProtoMsg(message: ResponseDeliverTx): ResponseDeliverTxProtoMsg;
732
- };
733
- export declare const ResponseEndBlock: {
734
- typeUrl: "/tendermint.abci.ResponseEndBlock";
735
- encode(message: ResponseEndBlock, writer?: BinaryWriter): BinaryWriter;
736
- decode(input: BinaryReader | Uint8Array, length?: number): ResponseEndBlock;
737
- fromJSON(object: any): ResponseEndBlock;
738
- toJSON(message: ResponseEndBlock): JsonSafe<ResponseEndBlock>;
739
- fromPartial(object: Partial<ResponseEndBlock>): ResponseEndBlock;
740
- fromProtoMsg(message: ResponseEndBlockProtoMsg): ResponseEndBlock;
741
- toProto(message: ResponseEndBlock): Uint8Array;
742
- toProtoMsg(message: ResponseEndBlock): ResponseEndBlockProtoMsg;
743
- };
744
1211
  export declare const ResponseCommit: {
745
1212
  typeUrl: "/tendermint.abci.ResponseCommit";
746
1213
  encode(message: ResponseCommit, writer?: BinaryWriter): BinaryWriter;
@@ -752,16 +1219,126 @@ export declare const ResponseCommit: {
752
1219
  toProto(message: ResponseCommit): Uint8Array;
753
1220
  toProtoMsg(message: ResponseCommit): ResponseCommitProtoMsg;
754
1221
  };
755
- export declare const LastCommitInfo: {
756
- typeUrl: "/tendermint.abci.LastCommitInfo";
757
- encode(message: LastCommitInfo, writer?: BinaryWriter): BinaryWriter;
758
- decode(input: BinaryReader | Uint8Array, length?: number): LastCommitInfo;
759
- fromJSON(object: any): LastCommitInfo;
760
- toJSON(message: LastCommitInfo): JsonSafe<LastCommitInfo>;
761
- fromPartial(object: Partial<LastCommitInfo>): LastCommitInfo;
762
- fromProtoMsg(message: LastCommitInfoProtoMsg): LastCommitInfo;
763
- toProto(message: LastCommitInfo): Uint8Array;
764
- toProtoMsg(message: LastCommitInfo): LastCommitInfoProtoMsg;
1222
+ export declare const ResponseListSnapshots: {
1223
+ typeUrl: "/tendermint.abci.ResponseListSnapshots";
1224
+ encode(message: ResponseListSnapshots, writer?: BinaryWriter): BinaryWriter;
1225
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseListSnapshots;
1226
+ fromJSON(object: any): ResponseListSnapshots;
1227
+ toJSON(message: ResponseListSnapshots): JsonSafe<ResponseListSnapshots>;
1228
+ fromPartial(object: Partial<ResponseListSnapshots>): ResponseListSnapshots;
1229
+ fromProtoMsg(message: ResponseListSnapshotsProtoMsg): ResponseListSnapshots;
1230
+ toProto(message: ResponseListSnapshots): Uint8Array;
1231
+ toProtoMsg(message: ResponseListSnapshots): ResponseListSnapshotsProtoMsg;
1232
+ };
1233
+ export declare const ResponseOfferSnapshot: {
1234
+ typeUrl: "/tendermint.abci.ResponseOfferSnapshot";
1235
+ encode(message: ResponseOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
1236
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseOfferSnapshot;
1237
+ fromJSON(object: any): ResponseOfferSnapshot;
1238
+ toJSON(message: ResponseOfferSnapshot): JsonSafe<ResponseOfferSnapshot>;
1239
+ fromPartial(object: Partial<ResponseOfferSnapshot>): ResponseOfferSnapshot;
1240
+ fromProtoMsg(message: ResponseOfferSnapshotProtoMsg): ResponseOfferSnapshot;
1241
+ toProto(message: ResponseOfferSnapshot): Uint8Array;
1242
+ toProtoMsg(message: ResponseOfferSnapshot): ResponseOfferSnapshotProtoMsg;
1243
+ };
1244
+ export declare const ResponseLoadSnapshotChunk: {
1245
+ typeUrl: "/tendermint.abci.ResponseLoadSnapshotChunk";
1246
+ encode(message: ResponseLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
1247
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseLoadSnapshotChunk;
1248
+ fromJSON(object: any): ResponseLoadSnapshotChunk;
1249
+ toJSON(message: ResponseLoadSnapshotChunk): JsonSafe<ResponseLoadSnapshotChunk>;
1250
+ fromPartial(object: Partial<ResponseLoadSnapshotChunk>): ResponseLoadSnapshotChunk;
1251
+ fromProtoMsg(message: ResponseLoadSnapshotChunkProtoMsg): ResponseLoadSnapshotChunk;
1252
+ toProto(message: ResponseLoadSnapshotChunk): Uint8Array;
1253
+ toProtoMsg(message: ResponseLoadSnapshotChunk): ResponseLoadSnapshotChunkProtoMsg;
1254
+ };
1255
+ export declare const ResponseApplySnapshotChunk: {
1256
+ typeUrl: "/tendermint.abci.ResponseApplySnapshotChunk";
1257
+ encode(message: ResponseApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
1258
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseApplySnapshotChunk;
1259
+ fromJSON(object: any): ResponseApplySnapshotChunk;
1260
+ toJSON(message: ResponseApplySnapshotChunk): JsonSafe<ResponseApplySnapshotChunk>;
1261
+ fromPartial(object: Partial<ResponseApplySnapshotChunk>): ResponseApplySnapshotChunk;
1262
+ fromProtoMsg(message: ResponseApplySnapshotChunkProtoMsg): ResponseApplySnapshotChunk;
1263
+ toProto(message: ResponseApplySnapshotChunk): Uint8Array;
1264
+ toProtoMsg(message: ResponseApplySnapshotChunk): ResponseApplySnapshotChunkProtoMsg;
1265
+ };
1266
+ export declare const ResponsePrepareProposal: {
1267
+ typeUrl: "/tendermint.abci.ResponsePrepareProposal";
1268
+ encode(message: ResponsePrepareProposal, writer?: BinaryWriter): BinaryWriter;
1269
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponsePrepareProposal;
1270
+ fromJSON(object: any): ResponsePrepareProposal;
1271
+ toJSON(message: ResponsePrepareProposal): JsonSafe<ResponsePrepareProposal>;
1272
+ fromPartial(object: Partial<ResponsePrepareProposal>): ResponsePrepareProposal;
1273
+ fromProtoMsg(message: ResponsePrepareProposalProtoMsg): ResponsePrepareProposal;
1274
+ toProto(message: ResponsePrepareProposal): Uint8Array;
1275
+ toProtoMsg(message: ResponsePrepareProposal): ResponsePrepareProposalProtoMsg;
1276
+ };
1277
+ export declare const ResponseProcessProposal: {
1278
+ typeUrl: "/tendermint.abci.ResponseProcessProposal";
1279
+ encode(message: ResponseProcessProposal, writer?: BinaryWriter): BinaryWriter;
1280
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseProcessProposal;
1281
+ fromJSON(object: any): ResponseProcessProposal;
1282
+ toJSON(message: ResponseProcessProposal): JsonSafe<ResponseProcessProposal>;
1283
+ fromPartial(object: Partial<ResponseProcessProposal>): ResponseProcessProposal;
1284
+ fromProtoMsg(message: ResponseProcessProposalProtoMsg): ResponseProcessProposal;
1285
+ toProto(message: ResponseProcessProposal): Uint8Array;
1286
+ toProtoMsg(message: ResponseProcessProposal): ResponseProcessProposalProtoMsg;
1287
+ };
1288
+ export declare const ResponseExtendVote: {
1289
+ typeUrl: "/tendermint.abci.ResponseExtendVote";
1290
+ encode(message: ResponseExtendVote, writer?: BinaryWriter): BinaryWriter;
1291
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseExtendVote;
1292
+ fromJSON(object: any): ResponseExtendVote;
1293
+ toJSON(message: ResponseExtendVote): JsonSafe<ResponseExtendVote>;
1294
+ fromPartial(object: Partial<ResponseExtendVote>): ResponseExtendVote;
1295
+ fromProtoMsg(message: ResponseExtendVoteProtoMsg): ResponseExtendVote;
1296
+ toProto(message: ResponseExtendVote): Uint8Array;
1297
+ toProtoMsg(message: ResponseExtendVote): ResponseExtendVoteProtoMsg;
1298
+ };
1299
+ export declare const ResponseVerifyVoteExtension: {
1300
+ typeUrl: "/tendermint.abci.ResponseVerifyVoteExtension";
1301
+ encode(message: ResponseVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
1302
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseVerifyVoteExtension;
1303
+ fromJSON(object: any): ResponseVerifyVoteExtension;
1304
+ toJSON(message: ResponseVerifyVoteExtension): JsonSafe<ResponseVerifyVoteExtension>;
1305
+ fromPartial(object: Partial<ResponseVerifyVoteExtension>): ResponseVerifyVoteExtension;
1306
+ fromProtoMsg(message: ResponseVerifyVoteExtensionProtoMsg): ResponseVerifyVoteExtension;
1307
+ toProto(message: ResponseVerifyVoteExtension): Uint8Array;
1308
+ toProtoMsg(message: ResponseVerifyVoteExtension): ResponseVerifyVoteExtensionProtoMsg;
1309
+ };
1310
+ export declare const ResponseFinalizeBlock: {
1311
+ typeUrl: "/tendermint.abci.ResponseFinalizeBlock";
1312
+ encode(message: ResponseFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
1313
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseFinalizeBlock;
1314
+ fromJSON(object: any): ResponseFinalizeBlock;
1315
+ toJSON(message: ResponseFinalizeBlock): JsonSafe<ResponseFinalizeBlock>;
1316
+ fromPartial(object: Partial<ResponseFinalizeBlock>): ResponseFinalizeBlock;
1317
+ fromProtoMsg(message: ResponseFinalizeBlockProtoMsg): ResponseFinalizeBlock;
1318
+ toProto(message: ResponseFinalizeBlock): Uint8Array;
1319
+ toProtoMsg(message: ResponseFinalizeBlock): ResponseFinalizeBlockProtoMsg;
1320
+ };
1321
+ export declare const CommitInfo: {
1322
+ typeUrl: "/tendermint.abci.CommitInfo";
1323
+ encode(message: CommitInfo, writer?: BinaryWriter): BinaryWriter;
1324
+ decode(input: BinaryReader | Uint8Array, length?: number): CommitInfo;
1325
+ fromJSON(object: any): CommitInfo;
1326
+ toJSON(message: CommitInfo): JsonSafe<CommitInfo>;
1327
+ fromPartial(object: Partial<CommitInfo>): CommitInfo;
1328
+ fromProtoMsg(message: CommitInfoProtoMsg): CommitInfo;
1329
+ toProto(message: CommitInfo): Uint8Array;
1330
+ toProtoMsg(message: CommitInfo): CommitInfoProtoMsg;
1331
+ };
1332
+ export declare const ExtendedCommitInfo: {
1333
+ typeUrl: "/tendermint.abci.ExtendedCommitInfo";
1334
+ encode(message: ExtendedCommitInfo, writer?: BinaryWriter): BinaryWriter;
1335
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtendedCommitInfo;
1336
+ fromJSON(object: any): ExtendedCommitInfo;
1337
+ toJSON(message: ExtendedCommitInfo): JsonSafe<ExtendedCommitInfo>;
1338
+ fromPartial(object: Partial<ExtendedCommitInfo>): ExtendedCommitInfo;
1339
+ fromProtoMsg(message: ExtendedCommitInfoProtoMsg): ExtendedCommitInfo;
1340
+ toProto(message: ExtendedCommitInfo): Uint8Array;
1341
+ toProtoMsg(message: ExtendedCommitInfo): ExtendedCommitInfoProtoMsg;
765
1342
  };
766
1343
  export declare const Event: {
767
1344
  typeUrl: "/tendermint.abci.Event";
@@ -785,6 +1362,17 @@ export declare const EventAttribute: {
785
1362
  toProto(message: EventAttribute): Uint8Array;
786
1363
  toProtoMsg(message: EventAttribute): EventAttributeProtoMsg;
787
1364
  };
1365
+ export declare const ExecTxResult: {
1366
+ typeUrl: "/tendermint.abci.ExecTxResult";
1367
+ encode(message: ExecTxResult, writer?: BinaryWriter): BinaryWriter;
1368
+ decode(input: BinaryReader | Uint8Array, length?: number): ExecTxResult;
1369
+ fromJSON(object: any): ExecTxResult;
1370
+ toJSON(message: ExecTxResult): JsonSafe<ExecTxResult>;
1371
+ fromPartial(object: Partial<ExecTxResult>): ExecTxResult;
1372
+ fromProtoMsg(message: ExecTxResultProtoMsg): ExecTxResult;
1373
+ toProto(message: ExecTxResult): Uint8Array;
1374
+ toProtoMsg(message: ExecTxResult): ExecTxResultProtoMsg;
1375
+ };
788
1376
  export declare const TxResult: {
789
1377
  typeUrl: "/tendermint.abci.TxResult";
790
1378
  encode(message: TxResult, writer?: BinaryWriter): BinaryWriter;
@@ -829,15 +1417,37 @@ export declare const VoteInfo: {
829
1417
  toProto(message: VoteInfo): Uint8Array;
830
1418
  toProtoMsg(message: VoteInfo): VoteInfoProtoMsg;
831
1419
  };
832
- export declare const Evidence: {
833
- typeUrl: "/tendermint.abci.Evidence";
834
- encode(message: Evidence, writer?: BinaryWriter): BinaryWriter;
835
- decode(input: BinaryReader | Uint8Array, length?: number): Evidence;
836
- fromJSON(object: any): Evidence;
837
- toJSON(message: Evidence): JsonSafe<Evidence>;
838
- fromPartial(object: Partial<Evidence>): Evidence;
839
- fromProtoMsg(message: EvidenceProtoMsg): Evidence;
840
- toProto(message: Evidence): Uint8Array;
841
- toProtoMsg(message: Evidence): EvidenceProtoMsg;
1420
+ export declare const ExtendedVoteInfo: {
1421
+ typeUrl: "/tendermint.abci.ExtendedVoteInfo";
1422
+ encode(message: ExtendedVoteInfo, writer?: BinaryWriter): BinaryWriter;
1423
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtendedVoteInfo;
1424
+ fromJSON(object: any): ExtendedVoteInfo;
1425
+ toJSON(message: ExtendedVoteInfo): JsonSafe<ExtendedVoteInfo>;
1426
+ fromPartial(object: Partial<ExtendedVoteInfo>): ExtendedVoteInfo;
1427
+ fromProtoMsg(message: ExtendedVoteInfoProtoMsg): ExtendedVoteInfo;
1428
+ toProto(message: ExtendedVoteInfo): Uint8Array;
1429
+ toProtoMsg(message: ExtendedVoteInfo): ExtendedVoteInfoProtoMsg;
1430
+ };
1431
+ export declare const Misbehavior: {
1432
+ typeUrl: "/tendermint.abci.Misbehavior";
1433
+ encode(message: Misbehavior, writer?: BinaryWriter): BinaryWriter;
1434
+ decode(input: BinaryReader | Uint8Array, length?: number): Misbehavior;
1435
+ fromJSON(object: any): Misbehavior;
1436
+ toJSON(message: Misbehavior): JsonSafe<Misbehavior>;
1437
+ fromPartial(object: Partial<Misbehavior>): Misbehavior;
1438
+ fromProtoMsg(message: MisbehaviorProtoMsg): Misbehavior;
1439
+ toProto(message: Misbehavior): Uint8Array;
1440
+ toProtoMsg(message: Misbehavior): MisbehaviorProtoMsg;
1441
+ };
1442
+ export declare const Snapshot: {
1443
+ typeUrl: "/tendermint.abci.Snapshot";
1444
+ encode(message: Snapshot, writer?: BinaryWriter): BinaryWriter;
1445
+ decode(input: BinaryReader | Uint8Array, length?: number): Snapshot;
1446
+ fromJSON(object: any): Snapshot;
1447
+ toJSON(message: Snapshot): JsonSafe<Snapshot>;
1448
+ fromPartial(object: Partial<Snapshot>): Snapshot;
1449
+ fromProtoMsg(message: SnapshotProtoMsg): Snapshot;
1450
+ toProto(message: Snapshot): Uint8Array;
1451
+ toProtoMsg(message: Snapshot): SnapshotProtoMsg;
842
1452
  };
843
1453
  //# sourceMappingURL=types.d.ts.map