injectivejs 1.4.0 → 1.6.0

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 (1235) hide show
  1. package/LICENSE-Apache +201 -0
  2. package/LICENSE-MIT +21 -0
  3. package/README.md +13 -417
  4. package/amino/amino.js +2 -0
  5. package/binary.d.ts +130 -0
  6. package/binary.js +370 -0
  7. package/cosmos/auth/v1beta1/auth.d.ts +177 -0
  8. package/cosmos/auth/v1beta1/auth.js +445 -0
  9. package/cosmos/auth/v1beta1/query.d.ts +810 -0
  10. package/cosmos/auth/v1beta1/query.js +1561 -0
  11. package/cosmos/auth/v1beta1/query.rpc.func.d.ts +12 -0
  12. package/cosmos/auth/v1beta1/query.rpc.func.js +85 -0
  13. package/cosmos/authz/v1beta1/authz.d.ts +177 -0
  14. package/cosmos/authz/v1beta1/authz.js +371 -0
  15. package/cosmos/authz/v1beta1/tx.d.ts +240 -0
  16. package/cosmos/authz/v1beta1/tx.js +516 -0
  17. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +5 -0
  18. package/cosmos/authz/v1beta1/tx.rpc.func.js +27 -0
  19. package/cosmos/bank/v1beta1/bank.d.ts +371 -0
  20. package/cosmos/bank/v1beta1/bank.js +726 -0
  21. package/cosmos/bank/v1beta1/query.d.ts +1159 -0
  22. package/cosmos/bank/v1beta1/query.js +2317 -0
  23. package/cosmos/bank/v1beta1/query.rpc.func.d.ts +15 -0
  24. package/cosmos/bank/v1beta1/query.rpc.func.js +109 -0
  25. package/cosmos/bank/v1beta1/tx.d.ts +342 -0
  26. package/cosmos/bank/v1beta1/tx.js +666 -0
  27. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +6 -0
  28. package/cosmos/bank/v1beta1/tx.rpc.func.js +34 -0
  29. package/cosmos/base/abci/v1beta1/abci.d.ts +599 -0
  30. package/cosmos/base/abci/v1beta1/abci.js +1293 -0
  31. package/cosmos/base/query/v1beta1/pagination.d.ts +176 -0
  32. package/cosmos/base/query/v1beta1/pagination.js +222 -0
  33. package/cosmos/base/v1beta1/coin.d.ts +166 -0
  34. package/cosmos/base/v1beta1/coin.js +341 -0
  35. package/cosmos/crypto/ed25519/keys.d.ts +84 -0
  36. package/cosmos/crypto/ed25519/keys.js +162 -0
  37. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +86 -0
  38. package/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
  39. package/cosmos/crypto/secp256k1/keys.d.ts +78 -0
  40. package/cosmos/crypto/secp256k1/keys.js +162 -0
  41. package/cosmos/crypto/secp256r1/keys.d.ts +76 -0
  42. package/cosmos/crypto/secp256r1/keys.js +162 -0
  43. package/cosmos/distribution/v1beta1/distribution.d.ts +541 -0
  44. package/cosmos/distribution/v1beta1/distribution.js +1158 -0
  45. package/cosmos/distribution/v1beta1/tx.d.ts +578 -0
  46. package/cosmos/distribution/v1beta1/tx.js +1145 -0
  47. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +9 -0
  48. package/cosmos/distribution/v1beta1/tx.rpc.func.js +55 -0
  49. package/cosmos/feegrant/v1beta1/tx.d.ts +232 -0
  50. package/cosmos/feegrant/v1beta1/tx.js +471 -0
  51. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +5 -0
  52. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +27 -0
  53. package/cosmos/gov/v1/gov.d.ts +696 -0
  54. package/cosmos/gov/v1/gov.js +1363 -0
  55. package/cosmos/gov/v1/tx.d.ts +629 -0
  56. package/cosmos/gov/v1/tx.js +1277 -0
  57. package/cosmos/gov/v1/tx.rpc.func.d.ts +9 -0
  58. package/cosmos/gov/v1/tx.rpc.func.js +55 -0
  59. package/cosmos/gov/v1beta1/gov.d.ts +527 -0
  60. package/cosmos/gov/v1beta1/gov.js +1114 -0
  61. package/cosmos/gov/v1beta1/query.d.ts +606 -0
  62. package/cosmos/gov/v1beta1/query.js +1409 -0
  63. package/cosmos/gov/v1beta1/query.rpc.func.d.ts +10 -0
  64. package/cosmos/gov/v1beta1/query.rpc.func.js +69 -0
  65. package/cosmos/gov/v1beta1/tx.d.ts +330 -0
  66. package/cosmos/gov/v1beta1/tx.js +699 -0
  67. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +6 -0
  68. package/cosmos/gov/v1beta1/tx.rpc.func.js +34 -0
  69. package/cosmos/group/v1/tx.d.ts +1140 -0
  70. package/cosmos/group/v1/tx.js +2567 -0
  71. package/cosmos/group/v1/tx.rpc.func.d.ts +16 -0
  72. package/cosmos/group/v1/tx.rpc.func.js +104 -0
  73. package/cosmos/group/v1/types.d.ts +799 -0
  74. package/cosmos/group/v1/types.js +1542 -0
  75. package/cosmos/ics23/v1/proofs.d.ts +730 -0
  76. package/cosmos/ics23/v1/proofs.js +1605 -0
  77. package/cosmos/msg/v1/msg.js +2 -0
  78. package/cosmos/query/v1/query.js +2 -0
  79. package/cosmos/staking/v1beta1/query.d.ts +1124 -0
  80. package/cosmos/staking/v1beta1/query.js +2414 -0
  81. package/cosmos/staking/v1beta1/query.rpc.func.d.ts +16 -0
  82. package/cosmos/staking/v1beta1/query.rpc.func.js +117 -0
  83. package/cosmos/staking/v1beta1/staking.d.ts +1024 -0
  84. package/cosmos/staking/v1beta1/staking.js +2371 -0
  85. package/cosmos/staking/v1beta1/tx.d.ts +590 -0
  86. package/cosmos/staking/v1beta1/tx.js +1290 -0
  87. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +9 -0
  88. package/cosmos/staking/v1beta1/tx.rpc.func.js +55 -0
  89. package/cosmos/tx/signing/v1beta1/signing.d.ts +270 -0
  90. package/cosmos/tx/signing/v1beta1/signing.js +570 -0
  91. package/cosmos/tx/v1beta1/service.d.ts +916 -0
  92. package/cosmos/tx/v1beta1/service.js +1729 -0
  93. package/cosmos/tx/v1beta1/service.rpc.func.d.ts +11 -0
  94. package/cosmos/tx/v1beta1/service.rpc.func.js +77 -0
  95. package/cosmos/tx/v1beta1/tx.d.ts +856 -0
  96. package/cosmos/tx/v1beta1/tx.js +1398 -0
  97. package/cosmos/upgrade/v1beta1/upgrade.d.ts +245 -0
  98. package/cosmos/upgrade/v1beta1/upgrade.js +416 -0
  99. package/cosmos/vesting/v1beta1/tx.d.ts +256 -0
  100. package/cosmos/vesting/v1beta1/tx.js +553 -0
  101. package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +5 -0
  102. package/cosmos/vesting/v1beta1/tx.rpc.func.js +27 -0
  103. package/cosmos/vesting/v1beta1/vesting.d.ts +256 -0
  104. package/cosmos/vesting/v1beta1/vesting.js +586 -0
  105. package/cosmos_proto/cosmos.d.ts +153 -0
  106. package/cosmos_proto/cosmos.js +234 -0
  107. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +872 -0
  108. package/cosmwasm/wasm/v1/proposal_legacy.js +1784 -0
  109. package/cosmwasm/wasm/v1/query.d.ts +1168 -0
  110. package/cosmwasm/wasm/v1/query.js +2549 -0
  111. package/cosmwasm/wasm/v1/query.rpc.func.d.ts +16 -0
  112. package/cosmwasm/wasm/v1/query.rpc.func.js +117 -0
  113. package/cosmwasm/wasm/v1/tx.d.ts +1534 -0
  114. package/cosmwasm/wasm/v1/tx.js +3236 -0
  115. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +19 -0
  116. package/cosmwasm/wasm/v1/tx.rpc.func.js +125 -0
  117. package/cosmwasm/wasm/v1/types.d.ts +374 -0
  118. package/cosmwasm/wasm/v1/types.js +917 -0
  119. package/esm/binary.js +365 -0
  120. package/esm/cosmos/auth/v1beta1/auth.js +442 -0
  121. package/esm/cosmos/auth/v1beta1/query.js +1558 -0
  122. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +72 -0
  123. package/esm/cosmos/authz/v1beta1/authz.js +368 -0
  124. package/esm/cosmos/authz/v1beta1/tx.js +513 -0
  125. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +21 -0
  126. package/esm/cosmos/bank/v1beta1/bank.js +723 -0
  127. package/esm/cosmos/bank/v1beta1/query.js +2314 -0
  128. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +93 -0
  129. package/esm/cosmos/bank/v1beta1/tx.js +663 -0
  130. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +27 -0
  131. package/esm/cosmos/base/abci/v1beta1/abci.js +1290 -0
  132. package/esm/cosmos/base/query/v1beta1/pagination.js +219 -0
  133. package/esm/cosmos/base/v1beta1/coin.js +338 -0
  134. package/esm/cosmos/crypto/ed25519/keys.js +159 -0
  135. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +174 -0
  136. package/esm/cosmos/crypto/secp256k1/keys.js +159 -0
  137. package/esm/cosmos/crypto/secp256r1/keys.js +159 -0
  138. package/esm/cosmos/distribution/v1beta1/distribution.js +1155 -0
  139. package/esm/cosmos/distribution/v1beta1/tx.js +1142 -0
  140. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +45 -0
  141. package/esm/cosmos/feegrant/v1beta1/tx.js +468 -0
  142. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +21 -0
  143. package/esm/cosmos/gov/v1/gov.js +1356 -0
  144. package/esm/cosmos/gov/v1/tx.js +1274 -0
  145. package/esm/cosmos/gov/v1/tx.rpc.func.js +45 -0
  146. package/esm/cosmos/gov/v1beta1/gov.js +1107 -0
  147. package/esm/cosmos/gov/v1beta1/query.js +1406 -0
  148. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +58 -0
  149. package/esm/cosmos/gov/v1beta1/tx.js +696 -0
  150. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +27 -0
  151. package/esm/cosmos/group/v1/tx.js +2562 -0
  152. package/esm/cosmos/group/v1/tx.rpc.func.js +87 -0
  153. package/esm/cosmos/group/v1/types.js +1533 -0
  154. package/esm/cosmos/ics23/v1/proofs.js +1598 -0
  155. package/esm/cosmos/msg/v1/msg.js +1 -0
  156. package/esm/cosmos/query/v1/query.js +1 -0
  157. package/esm/cosmos/staking/v1beta1/query.js +2411 -0
  158. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +100 -0
  159. package/esm/cosmos/staking/v1beta1/staking.js +2364 -0
  160. package/esm/cosmos/staking/v1beta1/tx.js +1287 -0
  161. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +45 -0
  162. package/esm/cosmos/tx/signing/v1beta1/signing.js +565 -0
  163. package/esm/cosmos/tx/v1beta1/service.js +1722 -0
  164. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +65 -0
  165. package/esm/cosmos/tx/v1beta1/tx.js +1395 -0
  166. package/esm/cosmos/upgrade/v1beta1/upgrade.js +413 -0
  167. package/esm/cosmos/vesting/v1beta1/tx.js +550 -0
  168. package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +21 -0
  169. package/esm/cosmos/vesting/v1beta1/vesting.js +583 -0
  170. package/esm/cosmos_proto/cosmos.js +229 -0
  171. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +1781 -0
  172. package/esm/cosmwasm/wasm/v1/query.js +2546 -0
  173. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +100 -0
  174. package/esm/cosmwasm/wasm/v1/tx.js +3233 -0
  175. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +105 -0
  176. package/esm/cosmwasm/wasm/v1/types.js +910 -0
  177. package/esm/extern.js +30 -0
  178. package/esm/gogoproto/gogo.js +1 -0
  179. package/esm/google/api/annotations.js +1 -0
  180. package/esm/google/api/http.js +350 -0
  181. package/esm/google/protobuf/any.js +78 -0
  182. package/esm/google/protobuf/descriptor.js +5062 -0
  183. package/esm/google/protobuf/duration.js +78 -0
  184. package/esm/google/protobuf/timestamp.js +75 -0
  185. package/esm/helper-func-types.js +50 -0
  186. package/esm/helpers.js +128 -0
  187. package/esm/ibc/applications/transfer/v1/transfer.js +275 -0
  188. package/esm/ibc/applications/transfer/v1/tx.js +427 -0
  189. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +15 -0
  190. package/esm/ibc/core/channel/v1/channel.js +1160 -0
  191. package/esm/ibc/core/channel/v1/tx.js +4022 -0
  192. package/esm/ibc/core/channel/v1/tx.rpc.func.js +117 -0
  193. package/esm/ibc/core/channel/v1/upgrade.js +301 -0
  194. package/esm/ibc/core/client/v1/client.js +443 -0
  195. package/esm/ibc/core/client/v1/tx.js +1212 -0
  196. package/esm/ibc/core/client/v1/tx.rpc.func.js +45 -0
  197. package/esm/ibc/core/commitment/v1/commitment.js +241 -0
  198. package/esm/ibc/core/connection/v1/connection.js +776 -0
  199. package/esm/ibc/core/connection/v1/tx.js +1084 -0
  200. package/esm/ibc/core/connection/v1/tx.rpc.func.js +33 -0
  201. package/esm/injective/auction/v1beta1/auction.js +554 -0
  202. package/esm/injective/auction/v1beta1/genesis.js +121 -0
  203. package/esm/injective/auction/v1beta1/query.js +564 -0
  204. package/esm/injective/auction/v1beta1/query.rpc.func.js +30 -0
  205. package/esm/injective/auction/v1beta1/tx.js +310 -0
  206. package/esm/injective/auction/v1beta1/tx.rpc.func.js +15 -0
  207. package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +159 -0
  208. package/esm/injective/exchange/v1beta1/authz.js +1040 -0
  209. package/esm/injective/exchange/v1beta1/events.js +3396 -0
  210. package/esm/injective/exchange/v1beta1/exchange.js +6128 -0
  211. package/esm/injective/exchange/v1beta1/genesis.js +2030 -0
  212. package/esm/injective/exchange/v1beta1/proposal.js +3398 -0
  213. package/esm/injective/exchange/v1beta1/query.js +10569 -0
  214. package/esm/injective/exchange/v1beta1/query.rpc.func.js +422 -0
  215. package/esm/injective/exchange/v1beta1/tx.js +7548 -0
  216. package/esm/injective/exchange/v1beta1/tx.rpc.func.js +213 -0
  217. package/esm/injective/insurance/v1beta1/events.js +426 -0
  218. package/esm/injective/insurance/v1beta1/genesis.js +127 -0
  219. package/esm/injective/insurance/v1beta1/insurance.js +392 -0
  220. package/esm/injective/insurance/v1beta1/query.js +839 -0
  221. package/esm/injective/insurance/v1beta1/query.rpc.func.js +44 -0
  222. package/esm/injective/insurance/v1beta1/tx.js +689 -0
  223. package/esm/injective/insurance/v1beta1/tx.rpc.func.js +27 -0
  224. package/esm/injective/ocr/v1beta1/genesis.js +783 -0
  225. package/esm/injective/ocr/v1beta1/ocr.js +2406 -0
  226. package/esm/injective/ocr/v1beta1/query.js +1020 -0
  227. package/esm/injective/ocr/v1beta1/query.rpc.func.js +51 -0
  228. package/esm/injective/ocr/v1beta1/tx.js +1583 -0
  229. package/esm/injective/ocr/v1beta1/tx.rpc.func.js +57 -0
  230. package/esm/injective/oracle/v1beta1/events.js +1037 -0
  231. package/esm/injective/oracle/v1beta1/genesis.js +387 -0
  232. package/esm/injective/oracle/v1beta1/oracle.js +2619 -0
  233. package/esm/injective/oracle/v1beta1/proposal.js +1246 -0
  234. package/esm/injective/oracle/v1beta1/query.js +2704 -0
  235. package/esm/injective/oracle/v1beta1/query.rpc.func.js +121 -0
  236. package/esm/injective/oracle/v1beta1/tx.js +1337 -0
  237. package/esm/injective/oracle/v1beta1/tx.rpc.func.js +51 -0
  238. package/esm/injective/peggy/v1/attestation.js +248 -0
  239. package/esm/injective/peggy/v1/batch.js +242 -0
  240. package/esm/injective/peggy/v1/ethereum_signer.js +39 -0
  241. package/esm/injective/peggy/v1/events.js +1921 -0
  242. package/esm/injective/peggy/v1/genesis.js +272 -0
  243. package/esm/injective/peggy/v1/msgs.js +2421 -0
  244. package/esm/injective/peggy/v1/msgs.rpc.func.js +87 -0
  245. package/esm/injective/peggy/v1/params.js +337 -0
  246. package/esm/injective/peggy/v1/pool.js +167 -0
  247. package/esm/injective/peggy/v1/proposal.js +196 -0
  248. package/esm/injective/peggy/v1/query.js +2992 -0
  249. package/esm/injective/peggy/v1/query.rpc.func.js +149 -0
  250. package/esm/injective/peggy/v1/types.js +451 -0
  251. package/esm/injective/permissions/v1beta1/events.js +85 -0
  252. package/esm/injective/permissions/v1beta1/genesis.js +89 -0
  253. package/esm/injective/permissions/v1beta1/params.js +80 -0
  254. package/esm/injective/permissions/v1beta1/permissions.js +601 -0
  255. package/esm/injective/permissions/v1beta1/query.js +867 -0
  256. package/esm/injective/permissions/v1beta1/query.rpc.func.js +44 -0
  257. package/esm/injective/permissions/v1beta1/tx.js +1406 -0
  258. package/esm/injective/permissions/v1beta1/tx.rpc.func.js +45 -0
  259. package/esm/injective/stream/v1beta1/query.js +2453 -0
  260. package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +72 -0
  261. package/esm/injective/tokenfactory/v1beta1/events.js +414 -0
  262. package/esm/injective/tokenfactory/v1beta1/genesis.js +207 -0
  263. package/esm/injective/tokenfactory/v1beta1/params.js +84 -0
  264. package/esm/injective/tokenfactory/v1beta1/query.js +554 -0
  265. package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +30 -0
  266. package/esm/injective/tokenfactory/v1beta1/tx.js +947 -0
  267. package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +39 -0
  268. package/esm/injective/types/v1beta1/account.js +86 -0
  269. package/esm/injective/types/v1beta1/tx_ext.js +97 -0
  270. package/esm/injective/types/v1beta1/tx_response.js +158 -0
  271. package/esm/injective/wasmx/v1/events.js +333 -0
  272. package/esm/injective/wasmx/v1/genesis.js +170 -0
  273. package/esm/injective/wasmx/v1/proposal.js +631 -0
  274. package/esm/injective/wasmx/v1/query.js +398 -0
  275. package/esm/injective/wasmx/v1/query.rpc.func.js +23 -0
  276. package/esm/injective/wasmx/v1/tx.js +960 -0
  277. package/esm/injective/wasmx/v1/tx.rpc.func.js +39 -0
  278. package/esm/injective/wasmx/v1/wasmx.js +272 -0
  279. package/esm/registry.js +154 -0
  280. package/esm/tendermint/abci/types.js +5217 -0
  281. package/esm/tendermint/crypto/keys.js +85 -0
  282. package/esm/tendermint/crypto/proof.js +455 -0
  283. package/esm/tendermint/types/block.js +110 -0
  284. package/esm/tendermint/types/evidence.js +400 -0
  285. package/esm/tendermint/types/params.js +592 -0
  286. package/esm/tendermint/types/types.js +1749 -0
  287. package/esm/tendermint/types/validator.js +337 -0
  288. package/esm/tendermint/version/types.js +166 -0
  289. package/esm/types.js +6 -0
  290. package/esm/utf8.js +136 -0
  291. package/esm/varint.js +407 -0
  292. package/extern.d.ts +10 -0
  293. package/extern.js +36 -0
  294. package/gogoproto/gogo.d.ts +1 -0
  295. package/gogoproto/gogo.js +2 -0
  296. package/google/api/annotations.d.ts +1 -0
  297. package/google/api/annotations.js +2 -0
  298. package/google/api/http.d.ts +764 -0
  299. package/google/api/http.js +353 -0
  300. package/google/protobuf/any.d.ts +268 -0
  301. package/google/protobuf/any.js +81 -0
  302. package/google/protobuf/descriptor.d.ts +2919 -0
  303. package/google/protobuf/descriptor.js +5101 -0
  304. package/google/protobuf/duration.d.ts +162 -0
  305. package/google/protobuf/duration.js +81 -0
  306. package/google/protobuf/timestamp.d.ts +222 -0
  307. package/google/protobuf/timestamp.js +78 -0
  308. package/helper-func-types.d.ts +117 -0
  309. package/helper-func-types.js +56 -0
  310. package/helpers.d.ts +82 -0
  311. package/helpers.js +143 -0
  312. package/ibc/applications/transfer/v1/transfer.d.ts +148 -0
  313. package/ibc/applications/transfer/v1/transfer.js +278 -0
  314. package/ibc/applications/transfer/v1/tx.d.ts +213 -0
  315. package/ibc/applications/transfer/v1/tx.js +430 -0
  316. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +4 -0
  317. package/ibc/applications/transfer/v1/tx.rpc.func.js +20 -0
  318. package/ibc/core/channel/v1/channel.d.ts +547 -0
  319. package/ibc/core/channel/v1/channel.js +1167 -0
  320. package/ibc/core/channel/v1/tx.d.ts +1490 -0
  321. package/ibc/core/channel/v1/tx.js +4027 -0
  322. package/ibc/core/channel/v1/tx.rpc.func.d.ts +21 -0
  323. package/ibc/core/channel/v1/tx.rpc.func.js +139 -0
  324. package/ibc/core/channel/v1/upgrade.d.ts +139 -0
  325. package/ibc/core/channel/v1/upgrade.js +304 -0
  326. package/ibc/core/client/v1/client.d.ts +243 -0
  327. package/ibc/core/client/v1/client.js +446 -0
  328. package/ibc/core/client/v1/tx.d.ts +589 -0
  329. package/ibc/core/client/v1/tx.js +1215 -0
  330. package/ibc/core/client/v1/tx.rpc.func.d.ts +9 -0
  331. package/ibc/core/client/v1/tx.rpc.func.js +55 -0
  332. package/ibc/core/commitment/v1/commitment.d.ts +125 -0
  333. package/ibc/core/commitment/v1/commitment.js +244 -0
  334. package/ibc/core/connection/v1/connection.d.ts +376 -0
  335. package/ibc/core/connection/v1/connection.js +781 -0
  336. package/ibc/core/connection/v1/tx.d.ts +485 -0
  337. package/ibc/core/connection/v1/tx.js +1087 -0
  338. package/ibc/core/connection/v1/tx.rpc.func.d.ts +7 -0
  339. package/ibc/core/connection/v1/tx.rpc.func.js +41 -0
  340. package/injective/auction/v1beta1/auction.d.ts +227 -0
  341. package/injective/auction/v1beta1/auction.js +557 -0
  342. package/injective/auction/v1beta1/genesis.d.ts +51 -0
  343. package/injective/auction/v1beta1/genesis.js +124 -0
  344. package/injective/auction/v1beta1/query.d.ts +287 -0
  345. package/injective/auction/v1beta1/query.js +567 -0
  346. package/injective/auction/v1beta1/query.rpc.func.d.ts +6 -0
  347. package/injective/auction/v1beta1/query.rpc.func.js +37 -0
  348. package/injective/auction/v1beta1/tx.d.ts +140 -0
  349. package/injective/auction/v1beta1/tx.js +313 -0
  350. package/injective/auction/v1beta1/tx.rpc.func.d.ts +4 -0
  351. package/injective/auction/v1beta1/tx.rpc.func.js +20 -0
  352. package/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +80 -0
  353. package/injective/crypto/v1beta1/ethsecp256k1/keys.js +162 -0
  354. package/injective/exchange/v1beta1/authz.d.ts +362 -0
  355. package/injective/exchange/v1beta1/authz.js +1043 -0
  356. package/injective/exchange/v1beta1/events.d.ts +1148 -0
  357. package/injective/exchange/v1beta1/events.js +3399 -0
  358. package/injective/exchange/v1beta1/exchange.d.ts +2468 -0
  359. package/injective/exchange/v1beta1/exchange.js +6142 -0
  360. package/injective/exchange/v1beta1/genesis.d.ts +709 -0
  361. package/injective/exchange/v1beta1/genesis.js +2033 -0
  362. package/injective/exchange/v1beta1/proposal.d.ts +1342 -0
  363. package/injective/exchange/v1beta1/proposal.js +3403 -0
  364. package/injective/exchange/v1beta1/query.d.ts +4948 -0
  365. package/injective/exchange/v1beta1/query.js +10578 -0
  366. package/injective/exchange/v1beta1/query.rpc.func.d.ts +62 -0
  367. package/injective/exchange/v1beta1/query.rpc.func.js +486 -0
  368. package/injective/exchange/v1beta1/tx.d.ts +3188 -0
  369. package/injective/exchange/v1beta1/tx.js +7552 -0
  370. package/injective/exchange/v1beta1/tx.rpc.func.d.ts +37 -0
  371. package/injective/exchange/v1beta1/tx.rpc.func.js +251 -0
  372. package/injective/insurance/v1beta1/events.d.ts +168 -0
  373. package/injective/insurance/v1beta1/events.js +429 -0
  374. package/injective/insurance/v1beta1/genesis.d.ts +69 -0
  375. package/injective/insurance/v1beta1/genesis.js +130 -0
  376. package/injective/insurance/v1beta1/insurance.d.ts +187 -0
  377. package/injective/insurance/v1beta1/insurance.js +395 -0
  378. package/injective/insurance/v1beta1/query.d.ts +437 -0
  379. package/injective/insurance/v1beta1/query.js +842 -0
  380. package/injective/insurance/v1beta1/query.rpc.func.d.ts +8 -0
  381. package/injective/insurance/v1beta1/query.rpc.func.js +53 -0
  382. package/injective/insurance/v1beta1/tx.d.ts +335 -0
  383. package/injective/insurance/v1beta1/tx.js +692 -0
  384. package/injective/insurance/v1beta1/tx.rpc.func.d.ts +6 -0
  385. package/injective/insurance/v1beta1/tx.rpc.func.js +34 -0
  386. package/injective/ocr/v1beta1/genesis.d.ts +286 -0
  387. package/injective/ocr/v1beta1/genesis.js +786 -0
  388. package/injective/ocr/v1beta1/ocr.d.ts +953 -0
  389. package/injective/ocr/v1beta1/ocr.js +2409 -0
  390. package/injective/ocr/v1beta1/query.d.ts +403 -0
  391. package/injective/ocr/v1beta1/query.js +1023 -0
  392. package/injective/ocr/v1beta1/query.rpc.func.d.ts +9 -0
  393. package/injective/ocr/v1beta1/query.rpc.func.js +61 -0
  394. package/injective/ocr/v1beta1/tx.d.ts +614 -0
  395. package/injective/ocr/v1beta1/tx.js +1586 -0
  396. package/injective/ocr/v1beta1/tx.rpc.func.d.ts +11 -0
  397. package/injective/ocr/v1beta1/tx.rpc.func.js +69 -0
  398. package/injective/oracle/v1beta1/events.d.ts +357 -0
  399. package/injective/oracle/v1beta1/events.js +1040 -0
  400. package/injective/oracle/v1beta1/genesis.d.ts +97 -0
  401. package/injective/oracle/v1beta1/genesis.js +390 -0
  402. package/injective/oracle/v1beta1/oracle.d.ts +958 -0
  403. package/injective/oracle/v1beta1/oracle.js +2624 -0
  404. package/injective/oracle/v1beta1/proposal.d.ts +391 -0
  405. package/injective/oracle/v1beta1/proposal.js +1249 -0
  406. package/injective/oracle/v1beta1/query.d.ts +1298 -0
  407. package/injective/oracle/v1beta1/query.js +2707 -0
  408. package/injective/oracle/v1beta1/query.rpc.func.d.ts +19 -0
  409. package/injective/oracle/v1beta1/query.rpc.func.js +141 -0
  410. package/injective/oracle/v1beta1/tx.d.ts +541 -0
  411. package/injective/oracle/v1beta1/tx.js +1340 -0
  412. package/injective/oracle/v1beta1/tx.rpc.func.d.ts +10 -0
  413. package/injective/oracle/v1beta1/tx.rpc.func.js +62 -0
  414. package/injective/peggy/v1/attestation.d.ts +132 -0
  415. package/injective/peggy/v1/attestation.js +253 -0
  416. package/injective/peggy/v1/batch.d.ts +79 -0
  417. package/injective/peggy/v1/batch.js +245 -0
  418. package/injective/peggy/v1/ethereum_signer.d.ts +10 -0
  419. package/injective/peggy/v1/ethereum_signer.js +44 -0
  420. package/injective/peggy/v1/events.d.ts +598 -0
  421. package/injective/peggy/v1/events.js +1924 -0
  422. package/injective/peggy/v1/genesis.d.ts +65 -0
  423. package/injective/peggy/v1/genesis.js +275 -0
  424. package/injective/peggy/v1/msgs.d.ts +1122 -0
  425. package/injective/peggy/v1/msgs.js +2424 -0
  426. package/injective/peggy/v1/msgs.rpc.func.d.ts +16 -0
  427. package/injective/peggy/v1/msgs.rpc.func.js +104 -0
  428. package/injective/peggy/v1/params.d.ts +75 -0
  429. package/injective/peggy/v1/params.js +340 -0
  430. package/injective/peggy/v1/pool.d.ts +62 -0
  431. package/injective/peggy/v1/pool.js +170 -0
  432. package/injective/peggy/v1/proposal.d.ts +66 -0
  433. package/injective/peggy/v1/proposal.js +199 -0
  434. package/injective/peggy/v1/query.d.ts +1204 -0
  435. package/injective/peggy/v1/query.js +2995 -0
  436. package/injective/peggy/v1/query.rpc.func.d.ts +23 -0
  437. package/injective/peggy/v1/query.rpc.func.js +173 -0
  438. package/injective/peggy/v1/types.d.ts +196 -0
  439. package/injective/peggy/v1/types.js +454 -0
  440. package/injective/permissions/v1beta1/events.d.ts +33 -0
  441. package/injective/permissions/v1beta1/events.js +88 -0
  442. package/injective/permissions/v1beta1/genesis.d.ts +38 -0
  443. package/injective/permissions/v1beta1/genesis.js +92 -0
  444. package/injective/permissions/v1beta1/params.d.ts +34 -0
  445. package/injective/permissions/v1beta1/params.js +83 -0
  446. package/injective/permissions/v1beta1/permissions.d.ts +212 -0
  447. package/injective/permissions/v1beta1/permissions.js +606 -0
  448. package/injective/permissions/v1beta1/query.d.ts +397 -0
  449. package/injective/permissions/v1beta1/query.js +870 -0
  450. package/injective/permissions/v1beta1/query.rpc.func.d.ts +8 -0
  451. package/injective/permissions/v1beta1/query.rpc.func.js +53 -0
  452. package/injective/permissions/v1beta1/tx.d.ts +562 -0
  453. package/injective/permissions/v1beta1/tx.js +1409 -0
  454. package/injective/permissions/v1beta1/tx.rpc.func.d.ts +9 -0
  455. package/injective/permissions/v1beta1/tx.rpc.func.js +55 -0
  456. package/injective/stream/v1beta1/query.d.ts +764 -0
  457. package/injective/stream/v1beta1/query.js +2458 -0
  458. package/injective/tokenfactory/v1beta1/authorityMetadata.d.ts +42 -0
  459. package/injective/tokenfactory/v1beta1/authorityMetadata.js +75 -0
  460. package/injective/tokenfactory/v1beta1/events.d.ts +154 -0
  461. package/injective/tokenfactory/v1beta1/events.js +417 -0
  462. package/injective/tokenfactory/v1beta1/genesis.d.ts +84 -0
  463. package/injective/tokenfactory/v1beta1/genesis.js +210 -0
  464. package/injective/tokenfactory/v1beta1/params.d.ts +35 -0
  465. package/injective/tokenfactory/v1beta1/params.js +87 -0
  466. package/injective/tokenfactory/v1beta1/query.d.ts +281 -0
  467. package/injective/tokenfactory/v1beta1/query.js +557 -0
  468. package/injective/tokenfactory/v1beta1/query.rpc.func.d.ts +6 -0
  469. package/injective/tokenfactory/v1beta1/query.rpc.func.js +37 -0
  470. package/injective/tokenfactory/v1beta1/tx.d.ts +454 -0
  471. package/injective/tokenfactory/v1beta1/tx.js +950 -0
  472. package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +8 -0
  473. package/injective/tokenfactory/v1beta1/tx.rpc.func.js +48 -0
  474. package/injective/types/v1beta1/account.d.ts +41 -0
  475. package/injective/types/v1beta1/account.js +89 -0
  476. package/injective/types/v1beta1/tx_ext.d.ts +58 -0
  477. package/injective/types/v1beta1/tx_ext.js +100 -0
  478. package/injective/types/v1beta1/tx_response.d.ts +70 -0
  479. package/injective/types/v1beta1/tx_response.js +161 -0
  480. package/injective/wasmx/v1/events.d.ts +107 -0
  481. package/injective/wasmx/v1/events.js +336 -0
  482. package/injective/wasmx/v1/genesis.d.ts +75 -0
  483. package/injective/wasmx/v1/genesis.js +173 -0
  484. package/injective/wasmx/v1/proposal.d.ts +233 -0
  485. package/injective/wasmx/v1/proposal.js +636 -0
  486. package/injective/wasmx/v1/query.d.ts +202 -0
  487. package/injective/wasmx/v1/query.js +401 -0
  488. package/injective/wasmx/v1/query.rpc.func.d.ts +5 -0
  489. package/injective/wasmx/v1/query.rpc.func.js +29 -0
  490. package/injective/wasmx/v1/tx.d.ts +408 -0
  491. package/injective/wasmx/v1/tx.js +963 -0
  492. package/injective/wasmx/v1/tx.rpc.func.d.ts +8 -0
  493. package/injective/wasmx/v1/tx.rpc.func.js +48 -0
  494. package/injective/wasmx/v1/wasmx.d.ts +140 -0
  495. package/injective/wasmx/v1/wasmx.js +275 -0
  496. package/package.json +39 -77
  497. package/registry.d.ts +33 -0
  498. package/registry.js +158 -0
  499. package/tendermint/abci/types.d.ts +1843 -0
  500. package/tendermint/abci/types.js +5233 -0
  501. package/tendermint/crypto/keys.d.ts +34 -0
  502. package/tendermint/crypto/keys.js +88 -0
  503. package/tendermint/crypto/proof.d.ts +174 -0
  504. package/tendermint/crypto/proof.js +458 -0
  505. package/tendermint/types/block.d.ts +38 -0
  506. package/tendermint/types/block.js +113 -0
  507. package/tendermint/types/evidence.d.ts +138 -0
  508. package/tendermint/types/evidence.js +403 -0
  509. package/tendermint/types/params.d.ts +323 -0
  510. package/tendermint/types/params.js +595 -0
  511. package/tendermint/types/types.d.ts +640 -0
  512. package/tendermint/types/types.js +1754 -0
  513. package/tendermint/types/validator.d.ts +113 -0
  514. package/tendermint/types/validator.js +342 -0
  515. package/tendermint/version/types.d.ts +82 -0
  516. package/tendermint/version/types.js +169 -0
  517. package/types.d.ts +124 -0
  518. package/types.js +7 -0
  519. package/utf8.d.ts +27 -0
  520. package/utf8.js +141 -0
  521. package/varint.d.ts +105 -0
  522. package/varint.js +426 -0
  523. package/LICENSE +0 -21
  524. package/main/codegen/AtomicOrder.client.js +0 -76
  525. package/main/codegen/AtomicOrder.types.js +0 -1
  526. package/main/codegen/Registry.client.js +0 -293
  527. package/main/codegen/Registry.types.js +0 -1
  528. package/main/codegen/confio/proofs.js +0 -1256
  529. package/main/codegen/contracts.js +0 -37
  530. package/main/codegen/cosmos/app/v1alpha1/config.js +0 -138
  531. package/main/codegen/cosmos/app/v1alpha1/module.js +0 -215
  532. package/main/codegen/cosmos/app/v1alpha1/query.js +0 -94
  533. package/main/codegen/cosmos/app/v1alpha1/query.rpc.query.js +0 -64
  534. package/main/codegen/cosmos/auth/v1beta1/auth.js +0 -265
  535. package/main/codegen/cosmos/auth/v1beta1/genesis.js +0 -94
  536. package/main/codegen/cosmos/auth/v1beta1/query.js +0 -672
  537. package/main/codegen/cosmos/auth/v1beta1/query.lcd.js +0 -293
  538. package/main/codegen/cosmos/auth/v1beta1/query.rpc.query.js +0 -156
  539. package/main/codegen/cosmos/authz/v1beta1/authz.js +0 -266
  540. package/main/codegen/cosmos/authz/v1beta1/event.js +0 -148
  541. package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -82
  542. package/main/codegen/cosmos/authz/v1beta1/query.js +0 -425
  543. package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +0 -173
  544. package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +0 -90
  545. package/main/codegen/cosmos/authz/v1beta1/tx.amino.js +0 -96
  546. package/main/codegen/cosmos/authz/v1beta1/tx.js +0 -353
  547. package/main/codegen/cosmos/authz/v1beta1/tx.registry.js +0 -90
  548. package/main/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -70
  549. package/main/codegen/cosmos/bank/v1beta1/authz.js +0 -82
  550. package/main/codegen/cosmos/bank/v1beta1/bank.js +0 -556
  551. package/main/codegen/cosmos/bank/v1beta1/genesis.js +0 -209
  552. package/main/codegen/cosmos/bank/v1beta1/query.js +0 -1057
  553. package/main/codegen/cosmos/bank/v1beta1/query.lcd.js +0 -406
  554. package/main/codegen/cosmos/bank/v1beta1/query.rpc.query.js +0 -184
  555. package/main/codegen/cosmos/bank/v1beta1/tx.amino.js +0 -101
  556. package/main/codegen/cosmos/bank/v1beta1/tx.js +0 -253
  557. package/main/codegen/cosmos/bank/v1beta1/tx.registry.js +0 -72
  558. package/main/codegen/cosmos/bank/v1beta1/tx.rpc.msg.js +0 -59
  559. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +0 -884
  560. package/main/codegen/cosmos/base/kv/v1beta1/kv.js +0 -136
  561. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +0 -160
  562. package/main/codegen/cosmos/base/reflection/v1beta1/reflection.js +0 -218
  563. package/main/codegen/cosmos/base/reflection/v2alpha1/reflection.js +0 -1390
  564. package/main/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +0 -607
  565. package/main/codegen/cosmos/base/store/v1beta1/commit_info.js +0 -205
  566. package/main/codegen/cosmos/base/store/v1beta1/listening.js +0 -91
  567. package/main/codegen/cosmos/base/tendermint/v1beta1/query.js +0 -919
  568. package/main/codegen/cosmos/base/tendermint/v1beta1/query.lcd.js +0 -266
  569. package/main/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.js +0 -142
  570. package/main/codegen/cosmos/base/v1beta1/coin.js +0 -222
  571. package/main/codegen/cosmos/bundle.js +0 -587
  572. package/main/codegen/cosmos/capability/v1beta1/capability.js +0 -183
  573. package/main/codegen/cosmos/capability/v1beta1/genesis.js +0 -148
  574. package/main/codegen/cosmos/client.js +0 -138
  575. package/main/codegen/cosmos/crisis/v1beta1/genesis.js +0 -61
  576. package/main/codegen/cosmos/crisis/v1beta1/tx.amino.js +0 -32
  577. package/main/codegen/cosmos/crisis/v1beta1/tx.js +0 -114
  578. package/main/codegen/cosmos/crisis/v1beta1/tx.registry.js +0 -54
  579. package/main/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +0 -48
  580. package/main/codegen/cosmos/crypto/ed25519/keys.js +0 -108
  581. package/main/codegen/cosmos/crypto/hd/v1/hd.js +0 -101
  582. package/main/codegen/cosmos/crypto/keyring/v1/record.js +0 -283
  583. package/main/codegen/cosmos/crypto/multisig/keys.js +0 -92
  584. package/main/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +0 -136
  585. package/main/codegen/cosmos/crypto/secp256k1/keys.js +0 -108
  586. package/main/codegen/cosmos/crypto/secp256r1/keys.js +0 -108
  587. package/main/codegen/cosmos/distribution/v1beta1/distribution.js +0 -851
  588. package/main/codegen/cosmos/distribution/v1beta1/genesis.js +0 -699
  589. package/main/codegen/cosmos/distribution/v1beta1/query.js +0 -977
  590. package/main/codegen/cosmos/distribution/v1beta1/query.lcd.js +0 -356
  591. package/main/codegen/cosmos/distribution/v1beta1/query.rpc.query.js +0 -178
  592. package/main/codegen/cosmos/distribution/v1beta1/tx.amino.js +0 -91
  593. package/main/codegen/cosmos/distribution/v1beta1/tx.js +0 -439
  594. package/main/codegen/cosmos/distribution/v1beta1/tx.registry.js +0 -108
  595. package/main/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js +0 -81
  596. package/main/codegen/cosmos/evidence/v1beta1/evidence.js +0 -95
  597. package/main/codegen/cosmos/evidence/v1beta1/genesis.js +0 -82
  598. package/main/codegen/cosmos/evidence/v1beta1/query.js +0 -231
  599. package/main/codegen/cosmos/evidence/v1beta1/query.lcd.js +0 -114
  600. package/main/codegen/cosmos/evidence/v1beta1/query.rpc.query.js +0 -80
  601. package/main/codegen/cosmos/evidence/v1beta1/tx.amino.js +0 -34
  602. package/main/codegen/cosmos/evidence/v1beta1/tx.js +0 -120
  603. package/main/codegen/cosmos/evidence/v1beta1/tx.registry.js +0 -54
  604. package/main/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -48
  605. package/main/codegen/cosmos/feegrant/v1beta1/feegrant.js +0 -349
  606. package/main/codegen/cosmos/feegrant/v1beta1/genesis.js +0 -82
  607. package/main/codegen/cosmos/feegrant/v1beta1/query.js +0 -380
  608. package/main/codegen/cosmos/feegrant/v1beta1/query.lcd.js +0 -150
  609. package/main/codegen/cosmos/feegrant/v1beta1/query.rpc.query.js +0 -90
  610. package/main/codegen/cosmos/feegrant/v1beta1/tx.amino.js +0 -57
  611. package/main/codegen/cosmos/feegrant/v1beta1/tx.js +0 -206
  612. package/main/codegen/cosmos/feegrant/v1beta1/tx.registry.js +0 -72
  613. package/main/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -59
  614. package/main/codegen/cosmos/genutil/v1beta1/genesis.js +0 -79
  615. package/main/codegen/cosmos/gov/v1/genesis.js +0 -170
  616. package/main/codegen/cosmos/gov/v1/gov.js +0 -852
  617. package/main/codegen/cosmos/gov/v1/query.js +0 -919
  618. package/main/codegen/cosmos/gov/v1/query.lcd.js +0 -334
  619. package/main/codegen/cosmos/gov/v1/query.rpc.query.js +0 -160
  620. package/main/codegen/cosmos/gov/v1/tx.amino.js +0 -183
  621. package/main/codegen/cosmos/gov/v1/tx.js +0 -612
  622. package/main/codegen/cosmos/gov/v1/tx.registry.js +0 -126
  623. package/main/codegen/cosmos/gov/v1/tx.rpc.msg.js +0 -92
  624. package/main/codegen/cosmos/gov/v1beta1/genesis.js +0 -170
  625. package/main/codegen/cosmos/gov/v1beta1/gov.js +0 -890
  626. package/main/codegen/cosmos/gov/v1beta1/query.js +0 -919
  627. package/main/codegen/cosmos/gov/v1beta1/query.lcd.js +0 -334
  628. package/main/codegen/cosmos/gov/v1beta1/query.rpc.query.js +0 -160
  629. package/main/codegen/cosmos/gov/v1beta1/tx.amino.js +0 -142
  630. package/main/codegen/cosmos/gov/v1beta1/tx.js +0 -479
  631. package/main/codegen/cosmos/gov/v1beta1/tx.registry.js +0 -108
  632. package/main/codegen/cosmos/gov/v1beta1/tx.rpc.msg.js +0 -81
  633. package/main/codegen/cosmos/group/v1/events.js +0 -449
  634. package/main/codegen/cosmos/group/v1/genesis.js +0 -206
  635. package/main/codegen/cosmos/group/v1/query.js +0 -1500
  636. package/main/codegen/cosmos/group/v1/query.lcd.js +0 -527
  637. package/main/codegen/cosmos/group/v1/query.rpc.query.js +0 -230
  638. package/main/codegen/cosmos/group/v1/tx.amino.js +0 -428
  639. package/main/codegen/cosmos/group/v1/tx.js +0 -1657
  640. package/main/codegen/cosmos/group/v1/tx.registry.js +0 -288
  641. package/main/codegen/cosmos/group/v1/tx.rpc.msg.js +0 -191
  642. package/main/codegen/cosmos/group/v1/types.js +0 -1260
  643. package/main/codegen/cosmos/lcd.js +0 -307
  644. package/main/codegen/cosmos/mint/v1beta1/genesis.js +0 -71
  645. package/main/codegen/cosmos/mint/v1beta1/mint.js +0 -170
  646. package/main/codegen/cosmos/mint/v1beta1/query.js +0 -254
  647. package/main/codegen/cosmos/mint/v1beta1/query.lcd.js +0 -143
  648. package/main/codegen/cosmos/mint/v1beta1/query.rpc.query.js +0 -96
  649. package/main/codegen/cosmos/msg/v1/msg.js +0 -5
  650. package/main/codegen/cosmos/nft/v1beta1/event.js +0 -225
  651. package/main/codegen/cosmos/nft/v1beta1/genesis.js +0 -174
  652. package/main/codegen/cosmos/nft/v1beta1/nft.js +0 -210
  653. package/main/codegen/cosmos/nft/v1beta1/query.js +0 -770
  654. package/main/codegen/cosmos/nft/v1beta1/query.lcd.js +0 -296
  655. package/main/codegen/cosmos/nft/v1beta1/query.rpc.query.js +0 -150
  656. package/main/codegen/cosmos/nft/v1beta1/tx.amino.js +0 -36
  657. package/main/codegen/cosmos/nft/v1beta1/tx.js +0 -124
  658. package/main/codegen/cosmos/nft/v1beta1/tx.registry.js +0 -54
  659. package/main/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +0 -48
  660. package/main/codegen/cosmos/orm/v1/orm.js +0 -270
  661. package/main/codegen/cosmos/orm/v1alpha1/schema.js +0 -238
  662. package/main/codegen/cosmos/params/v1beta1/params.js +0 -166
  663. package/main/codegen/cosmos/params/v1beta1/query.js +0 -285
  664. package/main/codegen/cosmos/params/v1beta1/query.lcd.js +0 -115
  665. package/main/codegen/cosmos/params/v1beta1/query.rpc.query.js +0 -78
  666. package/main/codegen/cosmos/rpc.query.js +0 -255
  667. package/main/codegen/cosmos/rpc.tx.js +0 -226
  668. package/main/codegen/cosmos/slashing/v1beta1/genesis.js +0 -298
  669. package/main/codegen/cosmos/slashing/v1beta1/query.js +0 -309
  670. package/main/codegen/cosmos/slashing/v1beta1/query.lcd.js +0 -151
  671. package/main/codegen/cosmos/slashing/v1beta1/query.rpc.query.js +0 -96
  672. package/main/codegen/cosmos/slashing/v1beta1/slashing.js +0 -204
  673. package/main/codegen/cosmos/slashing/v1beta1/tx.amino.js +0 -24
  674. package/main/codegen/cosmos/slashing/v1beta1/tx.js +0 -94
  675. package/main/codegen/cosmos/slashing/v1beta1/tx.registry.js +0 -54
  676. package/main/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -48
  677. package/main/codegen/cosmos/staking/v1beta1/authz.js +0 -243
  678. package/main/codegen/cosmos/staking/v1beta1/genesis.js +0 -262
  679. package/main/codegen/cosmos/staking/v1beta1/query.js +0 -1579
  680. package/main/codegen/cosmos/staking/v1beta1/query.lcd.js +0 -576
  681. package/main/codegen/cosmos/staking/v1beta1/query.rpc.query.js +0 -248
  682. package/main/codegen/cosmos/staking/v1beta1/staking.js +0 -1562
  683. package/main/codegen/cosmos/staking/v1beta1/tx.amino.js +0 -217
  684. package/main/codegen/cosmos/staking/v1beta1/tx.js +0 -612
  685. package/main/codegen/cosmos/staking/v1beta1/tx.registry.js +0 -126
  686. package/main/codegen/cosmos/staking/v1beta1/tx.rpc.msg.js +0 -92
  687. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +0 -431
  688. package/main/codegen/cosmos/tx/v1beta1/service.js +0 -804
  689. package/main/codegen/cosmos/tx/v1beta1/service.lcd.js +0 -159
  690. package/main/codegen/cosmos/tx/v1beta1/service.rpc.svc.js +0 -118
  691. package/main/codegen/cosmos/tx/v1beta1/tx.js +0 -1038
  692. package/main/codegen/cosmos/upgrade/v1beta1/query.js +0 -473
  693. package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +0 -220
  694. package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +0 -122
  695. package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +0 -64
  696. package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -186
  697. package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -72
  698. package/main/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -59
  699. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -288
  700. package/main/codegen/cosmos/vesting/v1beta1/tx.amino.js +0 -133
  701. package/main/codegen/cosmos/vesting/v1beta1/tx.js +0 -395
  702. package/main/codegen/cosmos/vesting/v1beta1/tx.registry.js +0 -90
  703. package/main/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +0 -70
  704. package/main/codegen/cosmos/vesting/v1beta1/vesting.js +0 -446
  705. package/main/codegen/cosmos_proto/bundle.js +0 -26
  706. package/main/codegen/cosmos_proto/cosmos.js +0 -232
  707. package/main/codegen/cosmwasm/bundle.js +0 -61
  708. package/main/codegen/cosmwasm/client.js +0 -92
  709. package/main/codegen/cosmwasm/lcd.js +0 -325
  710. package/main/codegen/cosmwasm/rpc.query.js +0 -269
  711. package/main/codegen/cosmwasm/rpc.tx.js +0 -242
  712. package/main/codegen/cosmwasm/wasm/v1/genesis.js +0 -440
  713. package/main/codegen/cosmwasm/wasm/v1/ibc.js +0 -140
  714. package/main/codegen/cosmwasm/wasm/v1/proposal.js +0 -843
  715. package/main/codegen/cosmwasm/wasm/v1/query.js +0 -1125
  716. package/main/codegen/cosmwasm/wasm/v1/query.lcd.js +0 -383
  717. package/main/codegen/cosmwasm/wasm/v1/query.rpc.query.js +0 -182
  718. package/main/codegen/cosmwasm/wasm/v1/tx.amino.js +0 -196
  719. package/main/codegen/cosmwasm/wasm/v1/tx.js +0 -756
  720. package/main/codegen/cosmwasm/wasm/v1/tx.registry.js +0 -144
  721. package/main/codegen/cosmwasm/wasm/v1/tx.rpc.msg.js +0 -103
  722. package/main/codegen/cosmwasm/wasm/v1/types.js +0 -697
  723. package/main/codegen/gogoproto/bundle.js +0 -26
  724. package/main/codegen/gogoproto/gogo.js +0 -5
  725. package/main/codegen/google/api/annotations.js +0 -5
  726. package/main/codegen/google/api/http.js +0 -295
  727. package/main/codegen/google/bundle.js +0 -49
  728. package/main/codegen/google/protobuf/any.js +0 -71
  729. package/main/codegen/google/protobuf/descriptor.js +0 -3264
  730. package/main/codegen/google/protobuf/duration.js +0 -73
  731. package/main/codegen/google/protobuf/empty.js +0 -47
  732. package/main/codegen/google/protobuf/field_mask.js +0 -79
  733. package/main/codegen/google/protobuf/struct.js +0 -358
  734. package/main/codegen/google/protobuf/timestamp.js +0 -73
  735. package/main/codegen/google/protobuf/wrappers.js +0 -435
  736. package/main/codegen/ibc/applications/transfer/v1/genesis.js +0 -102
  737. package/main/codegen/ibc/applications/transfer/v1/query.js +0 -309
  738. package/main/codegen/ibc/applications/transfer/v1/query.lcd.js +0 -151
  739. package/main/codegen/ibc/applications/transfer/v1/query.rpc.query.js +0 -96
  740. package/main/codegen/ibc/applications/transfer/v1/transfer.js +0 -128
  741. package/main/codegen/ibc/applications/transfer/v1/tx.amino.js +0 -65
  742. package/main/codegen/ibc/applications/transfer/v1/tx.js +0 -160
  743. package/main/codegen/ibc/applications/transfer/v1/tx.registry.js +0 -54
  744. package/main/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js +0 -48
  745. package/main/codegen/ibc/applications/transfer/v2/packet.js +0 -91
  746. package/main/codegen/ibc/bundle.js +0 -199
  747. package/main/codegen/ibc/client.js +0 -104
  748. package/main/codegen/ibc/core/channel/v1/channel.js +0 -705
  749. package/main/codegen/ibc/core/channel/v1/genesis.js +0 -296
  750. package/main/codegen/ibc/core/channel/v1/query.js +0 -1892
  751. package/main/codegen/ibc/core/channel/v1/query.lcd.js +0 -513
  752. package/main/codegen/ibc/core/channel/v1/query.rpc.query.js +0 -234
  753. package/main/codegen/ibc/core/channel/v1/tx.amino.js +0 -520
  754. package/main/codegen/ibc/core/channel/v1/tx.js +0 -1220
  755. package/main/codegen/ibc/core/channel/v1/tx.registry.js +0 -216
  756. package/main/codegen/ibc/core/channel/v1/tx.rpc.msg.js +0 -147
  757. package/main/codegen/ibc/core/client/v1/client.js +0 -475
  758. package/main/codegen/ibc/core/client/v1/genesis.js +0 -285
  759. package/main/codegen/ibc/core/client/v1/query.js +0 -856
  760. package/main/codegen/ibc/core/client/v1/query.lcd.js +0 -342
  761. package/main/codegen/ibc/core/client/v1/query.rpc.query.js +0 -170
  762. package/main/codegen/ibc/core/client/v1/tx.amino.js +0 -149
  763. package/main/codegen/ibc/core/client/v1/tx.js +0 -446
  764. package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -108
  765. package/main/codegen/ibc/core/client/v1/tx.rpc.msg.js +0 -81
  766. package/main/codegen/ibc/core/commitment/v1/commitment.js +0 -235
  767. package/main/codegen/ibc/core/connection/v1/connection.js +0 -625
  768. package/main/codegen/ibc/core/connection/v1/genesis.js +0 -127
  769. package/main/codegen/ibc/core/connection/v1/query.js +0 -653
  770. package/main/codegen/ibc/core/connection/v1/query.lcd.js +0 -216
  771. package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +0 -122
  772. package/main/codegen/ibc/core/connection/v1/tx.amino.js +0 -274
  773. package/main/codegen/ibc/core/connection/v1/tx.js +0 -631
  774. package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -108
  775. package/main/codegen/ibc/core/connection/v1/tx.rpc.msg.js +0 -81
  776. package/main/codegen/ibc/core/port/v1/query.js +0 -160
  777. package/main/codegen/ibc/core/port/v1/query.rpc.query.js +0 -62
  778. package/main/codegen/ibc/core/types/v1/genesis.js +0 -85
  779. package/main/codegen/ibc/lcd.js +0 -376
  780. package/main/codegen/ibc/lightclients/localhost/v1/localhost.js +0 -73
  781. package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +0 -1190
  782. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +0 -1190
  783. package/main/codegen/ibc/lightclients/tendermint/v1/tendermint.js +0 -472
  784. package/main/codegen/ibc/rpc.query.js +0 -319
  785. package/main/codegen/ibc/rpc.tx.js +0 -287
  786. package/main/codegen/ics23/bundle.js +0 -26
  787. package/main/codegen/index.js +0 -187
  788. package/main/codegen/injective/auction/v1beta1/auction.js +0 -352
  789. package/main/codegen/injective/auction/v1beta1/genesis.js +0 -93
  790. package/main/codegen/injective/auction/v1beta1/query.js +0 -317
  791. package/main/codegen/injective/auction/v1beta1/query.lcd.js +0 -143
  792. package/main/codegen/injective/auction/v1beta1/query.rpc.query.js +0 -96
  793. package/main/codegen/injective/auction/v1beta1/tx.amino.js +0 -41
  794. package/main/codegen/injective/auction/v1beta1/tx.js +0 -118
  795. package/main/codegen/injective/auction/v1beta1/tx.registry.js +0 -54
  796. package/main/codegen/injective/auction/v1beta1/tx.rpc.msg.js +0 -48
  797. package/main/codegen/injective/bundle.js +0 -239
  798. package/main/codegen/injective/client.js +0 -112
  799. package/main/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.js +0 -108
  800. package/main/codegen/injective/exchange/v1beta1/authz.js +0 -801
  801. package/main/codegen/injective/exchange/v1beta1/events.js +0 -1892
  802. package/main/codegen/injective/exchange/v1beta1/exchange.js +0 -3929
  803. package/main/codegen/injective/exchange/v1beta1/genesis.js +0 -1573
  804. package/main/codegen/injective/exchange/v1beta1/query.js +0 -6020
  805. package/main/codegen/injective/exchange/v1beta1/query.lcd.js +0 -1718
  806. package/main/codegen/injective/exchange/v1beta1/query.rpc.query.js +0 -712
  807. package/main/codegen/injective/exchange/v1beta1/tx.amino.js +0 -1248
  808. package/main/codegen/injective/exchange/v1beta1/tx.js +0 -6365
  809. package/main/codegen/injective/exchange/v1beta1/tx.registry.js +0 -540
  810. package/main/codegen/injective/exchange/v1beta1/tx.rpc.msg.js +0 -345
  811. package/main/codegen/injective/insurance/v1beta1/genesis.js +0 -137
  812. package/main/codegen/injective/insurance/v1beta1/insurance.js +0 -525
  813. package/main/codegen/injective/insurance/v1beta1/query.js +0 -601
  814. package/main/codegen/injective/insurance/v1beta1/query.lcd.js +0 -266
  815. package/main/codegen/injective/insurance/v1beta1/query.rpc.query.js +0 -138
  816. package/main/codegen/injective/insurance/v1beta1/tx.amino.js +0 -121
  817. package/main/codegen/injective/insurance/v1beta1/tx.js +0 -368
  818. package/main/codegen/injective/insurance/v1beta1/tx.registry.js +0 -90
  819. package/main/codegen/injective/insurance/v1beta1/tx.rpc.msg.js +0 -70
  820. package/main/codegen/injective/lcd.js +0 -415
  821. package/main/codegen/injective/ocr/v1beta1/genesis.js +0 -671
  822. package/main/codegen/injective/ocr/v1beta1/ocr.js +0 -1875
  823. package/main/codegen/injective/ocr/v1beta1/query.js +0 -690
  824. package/main/codegen/injective/ocr/v1beta1/query.lcd.js +0 -271
  825. package/main/codegen/injective/ocr/v1beta1/query.rpc.query.js +0 -150
  826. package/main/codegen/injective/ocr/v1beta1/tx.amino.js +0 -302
  827. package/main/codegen/injective/ocr/v1beta1/tx.js +0 -1006
  828. package/main/codegen/injective/ocr/v1beta1/tx.registry.js +0 -180
  829. package/main/codegen/injective/ocr/v1beta1/tx.rpc.msg.js +0 -125
  830. package/main/codegen/injective/oracle/v1beta1/events.js +0 -677
  831. package/main/codegen/injective/oracle/v1beta1/genesis.js +0 -386
  832. package/main/codegen/injective/oracle/v1beta1/oracle.js +0 -1588
  833. package/main/codegen/injective/oracle/v1beta1/proposal.js +0 -769
  834. package/main/codegen/injective/oracle/v1beta1/query.js +0 -1277
  835. package/main/codegen/injective/oracle/v1beta1/query.lcd.js +0 -496
  836. package/main/codegen/injective/oracle/v1beta1/query.rpc.query.js +0 -232
  837. package/main/codegen/injective/oracle/v1beta1/tx.amino.js +0 -151
  838. package/main/codegen/injective/oracle/v1beta1/tx.js +0 -720
  839. package/main/codegen/injective/oracle/v1beta1/tx.registry.js +0 -126
  840. package/main/codegen/injective/oracle/v1beta1/tx.rpc.msg.js +0 -92
  841. package/main/codegen/injective/peggy/v1/attestation.js +0 -274
  842. package/main/codegen/injective/peggy/v1/batch.js +0 -210
  843. package/main/codegen/injective/peggy/v1/ethereum_signer.js +0 -68
  844. package/main/codegen/injective/peggy/v1/events.js +0 -1374
  845. package/main/codegen/injective/peggy/v1/genesis.js +0 -582
  846. package/main/codegen/injective/peggy/v1/msgs.amino.js +0 -365
  847. package/main/codegen/injective/peggy/v1/msgs.js +0 -1321
  848. package/main/codegen/injective/peggy/v1/msgs.registry.js +0 -234
  849. package/main/codegen/injective/peggy/v1/msgs.rpc.msg.js +0 -158
  850. package/main/codegen/injective/peggy/v1/pool.js +0 -149
  851. package/main/codegen/injective/peggy/v1/proposal.js +0 -178
  852. package/main/codegen/injective/peggy/v1/query.js +0 -2002
  853. package/main/codegen/injective/peggy/v1/query.lcd.js +0 -824
  854. package/main/codegen/injective/peggy/v1/query.rpc.query.js +0 -340
  855. package/main/codegen/injective/peggy/v1/types.js +0 -345
  856. package/main/codegen/injective/rpc.query.js +0 -335
  857. package/main/codegen/injective/rpc.tx.js +0 -307
  858. package/main/codegen/injective/types/v1beta1/account.js +0 -73
  859. package/main/codegen/injective/types/v1beta1/tx_ext.js +0 -83
  860. package/main/codegen/injective/types/v1beta1/tx_response.js +0 -136
  861. package/main/codegen/injective/wasmx/v1/genesis.js +0 -61
  862. package/main/codegen/injective/wasmx/v1/query.js +0 -174
  863. package/main/codegen/injective/wasmx/v1/query.lcd.js +0 -106
  864. package/main/codegen/injective/wasmx/v1/query.rpc.query.js +0 -80
  865. package/main/codegen/injective/wasmx/v1/tx.js +0 -5
  866. package/main/codegen/injective/wasmx/v1/wasmx.js +0 -332
  867. package/main/codegen/tendermint/abci/types.js +0 -3542
  868. package/main/codegen/tendermint/bundle.js +0 -63
  869. package/main/codegen/tendermint/crypto/keys.js +0 -71
  870. package/main/codegen/tendermint/crypto/proof.js +0 -361
  871. package/main/codegen/tendermint/libs/bits/types.js +0 -103
  872. package/main/codegen/tendermint/p2p/types.js +0 -419
  873. package/main/codegen/tendermint/types/block.js +0 -93
  874. package/main/codegen/tendermint/types/evidence.js +0 -329
  875. package/main/codegen/tendermint/types/params.js +0 -390
  876. package/main/codegen/tendermint/types/types.js +0 -1234
  877. package/main/codegen/tendermint/types/validator.js +0 -235
  878. package/main/codegen/tendermint/version/types.js +0 -128
  879. package/main/index.js +0 -18
  880. package/types/codegen/AtomicOrder.client.d.ts +0 -26
  881. package/types/codegen/AtomicOrder.types.d.ts +0 -30
  882. package/types/codegen/Registry.client.d.ts +0 -70
  883. package/types/codegen/Registry.types.d.ts +0 -68
  884. package/types/codegen/confio/proofs.d.ts +0 -495
  885. package/types/codegen/contracts.d.ts +0 -16
  886. package/types/codegen/cosmos/app/v1alpha1/config.d.ts +0 -81
  887. package/types/codegen/cosmos/app/v1alpha1/module.d.ts +0 -181
  888. package/types/codegen/cosmos/app/v1alpha1/query.d.ts +0 -29
  889. package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +0 -15
  890. package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +0 -68
  891. package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +0 -23
  892. package/types/codegen/cosmos/auth/v1beta1/query.d.ts +0 -211
  893. package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +0 -15
  894. package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +0 -33
  895. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +0 -95
  896. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +0 -48
  897. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +0 -16
  898. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +0 -118
  899. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +0 -11
  900. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +0 -21
  901. package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +0 -54
  902. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +0 -118
  903. package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +0 -48
  904. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +0 -15
  905. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +0 -26
  906. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +0 -222
  907. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +0 -62
  908. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +0 -396
  909. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +0 -17
  910. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +0 -39
  911. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +0 -44
  912. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +0 -58
  913. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +0 -36
  914. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +0 -13
  915. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +0 -354
  916. package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +0 -30
  917. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +0 -138
  918. package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -68
  919. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -514
  920. package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -153
  921. package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +0 -65
  922. package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +0 -37
  923. package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +0 -252
  924. package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +0 -14
  925. package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +0 -30
  926. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +0 -78
  927. package/types/codegen/cosmos/bundle.d.ts +0 -10676
  928. package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +0 -61
  929. package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +0 -47
  930. package/types/codegen/cosmos/client.d.ts +0 -951
  931. package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +0 -24
  932. package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +0 -17
  933. package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +0 -30
  934. package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +0 -24
  935. package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +0 -11
  936. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +0 -46
  937. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +0 -39
  938. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +0 -95
  939. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +0 -26
  940. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -48
  941. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +0 -40
  942. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +0 -38
  943. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +0 -281
  944. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +0 -224
  945. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +0 -385
  946. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +0 -17
  947. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +0 -39
  948. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +0 -54
  949. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +0 -133
  950. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -60
  951. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +0 -17
  952. package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +0 -27
  953. package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +0 -18
  954. package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +0 -80
  955. package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +0 -10
  956. package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +0 -18
  957. package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +0 -19
  958. package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +0 -39
  959. package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -24
  960. package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +0 -11
  961. package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -137
  962. package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +0 -16
  963. package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +0 -110
  964. package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +0 -11
  965. package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +0 -21
  966. package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +0 -32
  967. package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +0 -73
  968. package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -36
  969. package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +0 -13
  970. package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +0 -17
  971. package/types/codegen/cosmos/gov/v1/genesis.d.ts +0 -42
  972. package/types/codegen/cosmos/gov/v1/gov.d.ts +0 -301
  973. package/types/codegen/cosmos/gov/v1/query.d.ts +0 -298
  974. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +0 -16
  975. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +0 -36
  976. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +0 -86
  977. package/types/codegen/cosmos/gov/v1/tx.d.ts +0 -169
  978. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +0 -72
  979. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +0 -19
  980. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +0 -42
  981. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +0 -338
  982. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +0 -298
  983. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +0 -16
  984. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +0 -36
  985. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +0 -68
  986. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +0 -141
  987. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +0 -60
  988. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +0 -17
  989. package/types/codegen/cosmos/group/v1/events.d.ts +0 -146
  990. package/types/codegen/cosmos/group/v1/genesis.d.ts +0 -64
  991. package/types/codegen/cosmos/group/v1/query.d.ts +0 -462
  992. package/types/codegen/cosmos/group/v1/query.lcd.d.ts +0 -21
  993. package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +0 -51
  994. package/types/codegen/cosmos/group/v1/tx.amino.d.ts +0 -227
  995. package/types/codegen/cosmos/group/v1/tx.d.ts +0 -580
  996. package/types/codegen/cosmos/group/v1/tx.registry.d.ts +0 -180
  997. package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +0 -37
  998. package/types/codegen/cosmos/group/v1/types.d.ts +0 -537
  999. package/types/codegen/cosmos/lcd.d.ts +0 -57
  1000. package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +0 -22
  1001. package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +0 -56
  1002. package/types/codegen/cosmos/mint/v1beta1/query.d.ts +0 -99
  1003. package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +0 -11
  1004. package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +0 -21
  1005. package/types/codegen/cosmos/nft/v1beta1/event.d.ts +0 -55
  1006. package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +0 -39
  1007. package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +0 -73
  1008. package/types/codegen/cosmos/nft/v1beta1/query.d.ts +0 -202
  1009. package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +0 -15
  1010. package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +0 -33
  1011. package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +0 -18
  1012. package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +0 -40
  1013. package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +0 -24
  1014. package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +0 -11
  1015. package/types/codegen/cosmos/orm/v1/orm.d.ts +0 -196
  1016. package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +0 -158
  1017. package/types/codegen/cosmos/params/v1beta1/params.d.ts +0 -42
  1018. package/types/codegen/cosmos/params/v1beta1/query.d.ts +0 -94
  1019. package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +0 -10
  1020. package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +0 -18
  1021. package/types/codegen/cosmos/rpc.query.d.ts +0 -186
  1022. package/types/codegen/cosmos/rpc.tx.d.ts +0 -47
  1023. package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +0 -101
  1024. package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +0 -112
  1025. package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +0 -11
  1026. package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +0 -21
  1027. package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +0 -83
  1028. package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +0 -15
  1029. package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +0 -26
  1030. package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -24
  1031. package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +0 -11
  1032. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +0 -97
  1033. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +0 -75
  1034. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +0 -592
  1035. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +0 -22
  1036. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +0 -54
  1037. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +0 -568
  1038. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +0 -106
  1039. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +0 -191
  1040. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +0 -72
  1041. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +0 -19
  1042. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +0 -203
  1043. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +0 -339
  1044. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +0 -11
  1045. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +0 -27
  1046. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +0 -603
  1047. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +0 -233
  1048. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +0 -13
  1049. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +0 -27
  1050. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +0 -39
  1051. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +0 -91
  1052. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -36
  1053. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +0 -13
  1054. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -165
  1055. package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +0 -58
  1056. package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +0 -118
  1057. package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -48
  1058. package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +0 -15
  1059. package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +0 -136
  1060. package/types/codegen/cosmos_proto/bundle.d.ts +0 -24
  1061. package/types/codegen/cosmos_proto/cosmos.d.ts +0 -124
  1062. package/types/codegen/cosmwasm/bundle.d.ts +0 -1248
  1063. package/types/codegen/cosmwasm/client.d.ts +0 -120
  1064. package/types/codegen/cosmwasm/lcd.d.ts +0 -62
  1065. package/types/codegen/cosmwasm/rpc.query.d.ts +0 -201
  1066. package/types/codegen/cosmwasm/rpc.tx.d.ts +0 -52
  1067. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +0 -101
  1068. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +0 -60
  1069. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +0 -297
  1070. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +0 -411
  1071. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +0 -17
  1072. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +0 -39
  1073. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +0 -95
  1074. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +0 -262
  1075. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +0 -84
  1076. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +0 -21
  1077. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +0 -247
  1078. package/types/codegen/gogoproto/bundle.d.ts +0 -1
  1079. package/types/codegen/google/api/http.d.ts +0 -721
  1080. package/types/codegen/google/bundle.d.ts +0 -1597
  1081. package/types/codegen/google/protobuf/any.d.ts +0 -237
  1082. package/types/codegen/google/protobuf/descriptor.d.ts +0 -1725
  1083. package/types/codegen/google/protobuf/duration.d.ts +0 -161
  1084. package/types/codegen/google/protobuf/empty.d.ts +0 -33
  1085. package/types/codegen/google/protobuf/field_mask.d.ts +0 -417
  1086. package/types/codegen/google/protobuf/struct.d.ts +0 -148
  1087. package/types/codegen/google/protobuf/timestamp.d.ts +0 -205
  1088. package/types/codegen/google/protobuf/wrappers.d.ts +0 -209
  1089. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +0 -20
  1090. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +0 -118
  1091. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +0 -11
  1092. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +0 -21
  1093. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +0 -74
  1094. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +0 -25
  1095. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +0 -74
  1096. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +0 -24
  1097. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +0 -11
  1098. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +0 -37
  1099. package/types/codegen/ibc/bundle.d.ts +0 -4077
  1100. package/types/codegen/ibc/client.d.ts +0 -559
  1101. package/types/codegen/ibc/core/channel/v1/channel.d.ts +0 -313
  1102. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +0 -55
  1103. package/types/codegen/ibc/core/channel/v1/query.d.ts +0 -726
  1104. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +0 -21
  1105. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +0 -51
  1106. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +0 -209
  1107. package/types/codegen/ibc/core/channel/v1/tx.d.ts +0 -380
  1108. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +0 -132
  1109. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +0 -29
  1110. package/types/codegen/ibc/core/client/v1/client.d.ts +0 -219
  1111. package/types/codegen/ibc/core/client/v1/genesis.d.ts +0 -82
  1112. package/types/codegen/ibc/core/client/v1/query.d.ts +0 -377
  1113. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +0 -16
  1114. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +0 -36
  1115. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +0 -77
  1116. package/types/codegen/ibc/core/client/v1/tx.d.ts +0 -187
  1117. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +0 -60
  1118. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +0 -17
  1119. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +0 -89
  1120. package/types/codegen/ibc/core/connection/v1/connection.d.ts +0 -260
  1121. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +0 -24
  1122. package/types/codegen/ibc/core/connection/v1/query.d.ts +0 -264
  1123. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +0 -13
  1124. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +0 -27
  1125. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +0 -103
  1126. package/types/codegen/ibc/core/connection/v1/tx.d.ts +0 -225
  1127. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +0 -60
  1128. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +0 -17
  1129. package/types/codegen/ibc/core/port/v1/query.d.ts +0 -53
  1130. package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +0 -15
  1131. package/types/codegen/ibc/core/types/v1/genesis.d.ts +0 -31
  1132. package/types/codegen/ibc/lcd.d.ts +0 -75
  1133. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +0 -28
  1134. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +0 -433
  1135. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -433
  1136. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -215
  1137. package/types/codegen/ibc/rpc.query.d.ts +0 -242
  1138. package/types/codegen/ibc/rpc.tx.d.ts +0 -65
  1139. package/types/codegen/ics23/bundle.d.ts +0 -545
  1140. package/types/codegen/index.d.ts +0 -19
  1141. package/types/codegen/injective/auction/v1beta1/auction.d.ts +0 -96
  1142. package/types/codegen/injective/auction/v1beta1/genesis.d.ts +0 -30
  1143. package/types/codegen/injective/auction/v1beta1/query.d.ts +0 -95
  1144. package/types/codegen/injective/auction/v1beta1/query.lcd.d.ts +0 -11
  1145. package/types/codegen/injective/auction/v1beta1/query.rpc.query.d.ts +0 -21
  1146. package/types/codegen/injective/auction/v1beta1/tx.amino.d.ts +0 -20
  1147. package/types/codegen/injective/auction/v1beta1/tx.d.ts +0 -33
  1148. package/types/codegen/injective/auction/v1beta1/tx.registry.d.ts +0 -24
  1149. package/types/codegen/injective/auction/v1beta1/tx.rpc.msg.d.ts +0 -11
  1150. package/types/codegen/injective/bundle.d.ts +0 -10808
  1151. package/types/codegen/injective/client.d.ts +0 -1370
  1152. package/types/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +0 -50
  1153. package/types/codegen/injective/exchange/v1beta1/authz.d.ts +0 -153
  1154. package/types/codegen/injective/exchange/v1beta1/events.d.ts +0 -390
  1155. package/types/codegen/injective/exchange/v1beta1/exchange.d.ts +0 -1082
  1156. package/types/codegen/injective/exchange/v1beta1/genesis.d.ts +0 -322
  1157. package/types/codegen/injective/exchange/v1beta1/query.d.ts +0 -1595
  1158. package/types/codegen/injective/exchange/v1beta1/query.lcd.d.ts +0 -54
  1159. package/types/codegen/injective/exchange/v1beta1/query.rpc.query.d.ts +0 -150
  1160. package/types/codegen/injective/exchange/v1beta1/tx.amino.d.ts +0 -590
  1161. package/types/codegen/injective/exchange/v1beta1/tx.d.ts +0 -1697
  1162. package/types/codegen/injective/exchange/v1beta1/tx.registry.d.ts +0 -348
  1163. package/types/codegen/injective/exchange/v1beta1/tx.rpc.msg.d.ts +0 -65
  1164. package/types/codegen/injective/insurance/v1beta1/genesis.d.ts +0 -46
  1165. package/types/codegen/injective/insurance/v1beta1/insurance.d.ts +0 -176
  1166. package/types/codegen/injective/insurance/v1beta1/query.d.ts +0 -161
  1167. package/types/codegen/injective/insurance/v1beta1/query.lcd.d.ts +0 -14
  1168. package/types/codegen/injective/insurance/v1beta1/query.rpc.query.d.ts +0 -30
  1169. package/types/codegen/injective/insurance/v1beta1/tx.amino.d.ts +0 -57
  1170. package/types/codegen/injective/insurance/v1beta1/tx.d.ts +0 -120
  1171. package/types/codegen/injective/insurance/v1beta1/tx.registry.d.ts +0 -48
  1172. package/types/codegen/injective/insurance/v1beta1/tx.rpc.msg.d.ts +0 -15
  1173. package/types/codegen/injective/lcd.d.ts +0 -80
  1174. package/types/codegen/injective/ocr/v1beta1/genesis.d.ts +0 -144
  1175. package/types/codegen/injective/ocr/v1beta1/ocr.d.ts +0 -488
  1176. package/types/codegen/injective/ocr/v1beta1/query.d.ts +0 -165
  1177. package/types/codegen/injective/ocr/v1beta1/query.lcd.d.ts +0 -15
  1178. package/types/codegen/injective/ocr/v1beta1/query.rpc.query.d.ts +0 -33
  1179. package/types/codegen/injective/ocr/v1beta1/tx.amino.d.ts +0 -149
  1180. package/types/codegen/injective/ocr/v1beta1/tx.d.ts +0 -250
  1181. package/types/codegen/injective/ocr/v1beta1/tx.registry.d.ts +0 -108
  1182. package/types/codegen/injective/ocr/v1beta1/tx.rpc.msg.d.ts +0 -25
  1183. package/types/codegen/injective/oracle/v1beta1/events.d.ts +0 -147
  1184. package/types/codegen/injective/oracle/v1beta1/genesis.d.ts +0 -57
  1185. package/types/codegen/injective/oracle/v1beta1/oracle.d.ts +0 -412
  1186. package/types/codegen/injective/oracle/v1beta1/proposal.d.ts +0 -152
  1187. package/types/codegen/injective/oracle/v1beta1/query.d.ts +0 -327
  1188. package/types/codegen/injective/oracle/v1beta1/query.lcd.d.ts +0 -20
  1189. package/types/codegen/injective/oracle/v1beta1/query.rpc.query.d.ts +0 -48
  1190. package/types/codegen/injective/oracle/v1beta1/tx.amino.d.ts +0 -73
  1191. package/types/codegen/injective/oracle/v1beta1/tx.d.ts +0 -140
  1192. package/types/codegen/injective/oracle/v1beta1/tx.registry.d.ts +0 -72
  1193. package/types/codegen/injective/oracle/v1beta1/tx.rpc.msg.d.ts +0 -19
  1194. package/types/codegen/injective/peggy/v1/attestation.d.ts +0 -107
  1195. package/types/codegen/injective/peggy/v1/batch.d.ts +0 -45
  1196. package/types/codegen/injective/peggy/v1/ethereum_signer.d.ts +0 -16
  1197. package/types/codegen/injective/peggy/v1/events.d.ts +0 -290
  1198. package/types/codegen/injective/peggy/v1/genesis.d.ts +0 -99
  1199. package/types/codegen/injective/peggy/v1/msgs.amino.d.ts +0 -177
  1200. package/types/codegen/injective/peggy/v1/msgs.d.ts +0 -499
  1201. package/types/codegen/injective/peggy/v1/msgs.registry.d.ts +0 -144
  1202. package/types/codegen/injective/peggy/v1/msgs.rpc.msg.d.ts +0 -31
  1203. package/types/codegen/injective/peggy/v1/pool.d.ts +0 -30
  1204. package/types/codegen/injective/peggy/v1/proposal.d.ts +0 -32
  1205. package/types/codegen/injective/peggy/v1/query.d.ts +0 -457
  1206. package/types/codegen/injective/peggy/v1/query.lcd.d.ts +0 -28
  1207. package/types/codegen/injective/peggy/v1/query.rpc.query.d.ts +0 -72
  1208. package/types/codegen/injective/peggy/v1/types.d.ts +0 -111
  1209. package/types/codegen/injective/rpc.query.d.ts +0 -312
  1210. package/types/codegen/injective/rpc.tx.d.ts +0 -67
  1211. package/types/codegen/injective/types/v1beta1/account.d.ts +0 -24
  1212. package/types/codegen/injective/types/v1beta1/tx_ext.d.ts +0 -41
  1213. package/types/codegen/injective/types/v1beta1/tx_response.d.ts +0 -30
  1214. package/types/codegen/injective/wasmx/v1/genesis.d.ts +0 -18
  1215. package/types/codegen/injective/wasmx/v1/query.d.ts +0 -52
  1216. package/types/codegen/injective/wasmx/v1/query.lcd.d.ts +0 -10
  1217. package/types/codegen/injective/wasmx/v1/query.rpc.query.d.ts +0 -18
  1218. package/types/codegen/injective/wasmx/v1/wasmx.d.ts +0 -84
  1219. package/types/codegen/tendermint/abci/types.d.ts +0 -902
  1220. package/types/codegen/tendermint/bundle.d.ts +0 -2065
  1221. package/types/codegen/tendermint/crypto/keys.d.ts +0 -17
  1222. package/types/codegen/tendermint/crypto/proof.d.ts +0 -89
  1223. package/types/codegen/tendermint/libs/bits/types.d.ts +0 -15
  1224. package/types/codegen/tendermint/p2p/types.d.ts +0 -87
  1225. package/types/codegen/tendermint/types/block.d.ts +0 -21
  1226. package/types/codegen/tendermint/types/evidence.d.ts +0 -70
  1227. package/types/codegen/tendermint/types/params.d.ts +0 -181
  1228. package/types/codegen/tendermint/types/types.d.ts +0 -326
  1229. package/types/codegen/tendermint/types/validator.d.ts +0 -48
  1230. package/types/codegen/tendermint/version/types.d.ts +0 -48
  1231. package/types/index.d.ts +0 -1
  1232. /package/{types/codegen/cosmos/msg/v1/msg.d.ts → amino/amino.d.ts} +0 -0
  1233. /package/{types/codegen/gogoproto/gogo.d.ts → cosmos/msg/v1/msg.d.ts} +0 -0
  1234. /package/{types/codegen/google/api/annotations.d.ts → cosmos/query/v1/query.d.ts} +0 -0
  1235. /package/{types/codegen/injective/wasmx/v1/tx.d.ts → esm/amino/amino.js} +0 -0
@@ -0,0 +1,1843 @@
1
+ import { ConsensusParams, ConsensusParamsAmino } from "../types/params";
2
+ import { ProofOps, ProofOpsAmino } from "../crypto/proof";
3
+ import { PublicKey, PublicKeyAmino } from "../crypto/keys";
4
+ import { BlockIDFlag } from "../types/validator";
5
+ import { BinaryReader, BinaryWriter } from "../../binary";
6
+ import { DeepPartial } from "../../helpers";
7
+ export declare enum CheckTxType {
8
+ NEW = 0,
9
+ RECHECK = 1,
10
+ UNRECOGNIZED = -1
11
+ }
12
+ export declare const CheckTxTypeAmino: typeof CheckTxType;
13
+ export declare function checkTxTypeFromJSON(object: any): CheckTxType;
14
+ export declare function checkTxTypeToJSON(object: CheckTxType): string;
15
+ export declare enum ResponseOfferSnapshot_Result {
16
+ /** UNKNOWN - Unknown result, abort all snapshot restoration */
17
+ UNKNOWN = 0,
18
+ /** ACCEPT - Snapshot accepted, apply chunks */
19
+ ACCEPT = 1,
20
+ /** ABORT - Abort all snapshot restoration */
21
+ ABORT = 2,
22
+ /** REJECT - Reject this specific snapshot, try others */
23
+ REJECT = 3,
24
+ /** REJECT_FORMAT - Reject all snapshots of this format, try others */
25
+ REJECT_FORMAT = 4,
26
+ /** REJECT_SENDER - Reject all snapshots from the sender(s), try others */
27
+ REJECT_SENDER = 5,
28
+ UNRECOGNIZED = -1
29
+ }
30
+ export declare const ResponseOfferSnapshot_ResultAmino: typeof ResponseOfferSnapshot_Result;
31
+ export declare function responseOfferSnapshot_ResultFromJSON(object: any): ResponseOfferSnapshot_Result;
32
+ export declare function responseOfferSnapshot_ResultToJSON(object: ResponseOfferSnapshot_Result): string;
33
+ export declare enum ResponseApplySnapshotChunk_Result {
34
+ /** UNKNOWN - Unknown result, abort all snapshot restoration */
35
+ UNKNOWN = 0,
36
+ /** ACCEPT - Chunk successfully accepted */
37
+ ACCEPT = 1,
38
+ /** ABORT - Abort all snapshot restoration */
39
+ ABORT = 2,
40
+ /** RETRY - Retry chunk (combine with refetch and reject) */
41
+ RETRY = 3,
42
+ /** RETRY_SNAPSHOT - Retry snapshot (combine with refetch and reject) */
43
+ RETRY_SNAPSHOT = 4,
44
+ /** REJECT_SNAPSHOT - Reject this snapshot, try others */
45
+ REJECT_SNAPSHOT = 5,
46
+ UNRECOGNIZED = -1
47
+ }
48
+ export declare const ResponseApplySnapshotChunk_ResultAmino: typeof ResponseApplySnapshotChunk_Result;
49
+ export declare function responseApplySnapshotChunk_ResultFromJSON(object: any): ResponseApplySnapshotChunk_Result;
50
+ export declare function responseApplySnapshotChunk_ResultToJSON(object: ResponseApplySnapshotChunk_Result): string;
51
+ export declare enum ResponseProcessProposal_ProposalStatus {
52
+ UNKNOWN = 0,
53
+ ACCEPT = 1,
54
+ REJECT = 2,
55
+ UNRECOGNIZED = -1
56
+ }
57
+ export declare const ResponseProcessProposal_ProposalStatusAmino: typeof ResponseProcessProposal_ProposalStatus;
58
+ export declare function responseProcessProposal_ProposalStatusFromJSON(object: any): ResponseProcessProposal_ProposalStatus;
59
+ export declare function responseProcessProposal_ProposalStatusToJSON(object: ResponseProcessProposal_ProposalStatus): string;
60
+ export declare enum ResponseVerifyVoteExtension_VerifyStatus {
61
+ UNKNOWN = 0,
62
+ ACCEPT = 1,
63
+ /**
64
+ * REJECT - Rejecting the vote extension will reject the entire precommit by the sender.
65
+ * Incorrectly implementing this thus has liveness implications as it may affect
66
+ * CometBFT's ability to receive 2/3+ valid votes to finalize the block.
67
+ * Honest nodes should never be rejected.
68
+ */
69
+ REJECT = 2,
70
+ UNRECOGNIZED = -1
71
+ }
72
+ export declare const ResponseVerifyVoteExtension_VerifyStatusAmino: typeof ResponseVerifyVoteExtension_VerifyStatus;
73
+ export declare function responseVerifyVoteExtension_VerifyStatusFromJSON(object: any): ResponseVerifyVoteExtension_VerifyStatus;
74
+ export declare function responseVerifyVoteExtension_VerifyStatusToJSON(object: ResponseVerifyVoteExtension_VerifyStatus): string;
75
+ export declare enum MisbehaviorType {
76
+ UNKNOWN = 0,
77
+ DUPLICATE_VOTE = 1,
78
+ LIGHT_CLIENT_ATTACK = 2,
79
+ UNRECOGNIZED = -1
80
+ }
81
+ export declare const MisbehaviorTypeAmino: typeof MisbehaviorType;
82
+ export declare function misbehaviorTypeFromJSON(object: any): MisbehaviorType;
83
+ export declare function misbehaviorTypeToJSON(object: MisbehaviorType): string;
84
+ export interface Request {
85
+ echo?: RequestEcho;
86
+ flush?: RequestFlush;
87
+ info?: RequestInfo;
88
+ initChain?: RequestInitChain;
89
+ query?: RequestQuery;
90
+ checkTx?: RequestCheckTx;
91
+ commit?: RequestCommit;
92
+ listSnapshots?: RequestListSnapshots;
93
+ offerSnapshot?: RequestOfferSnapshot;
94
+ loadSnapshotChunk?: RequestLoadSnapshotChunk;
95
+ applySnapshotChunk?: RequestApplySnapshotChunk;
96
+ prepareProposal?: RequestPrepareProposal;
97
+ processProposal?: RequestProcessProposal;
98
+ extendVote?: RequestExtendVote;
99
+ verifyVoteExtension?: RequestVerifyVoteExtension;
100
+ finalizeBlock?: RequestFinalizeBlock;
101
+ }
102
+ export interface RequestProtoMsg {
103
+ typeUrl: "/tendermint.abci.Request";
104
+ value: Uint8Array;
105
+ }
106
+ export interface RequestAmino {
107
+ echo?: RequestEchoAmino;
108
+ flush?: RequestFlushAmino;
109
+ info?: RequestInfoAmino;
110
+ init_chain?: RequestInitChainAmino;
111
+ query?: RequestQueryAmino;
112
+ check_tx?: RequestCheckTxAmino;
113
+ commit?: RequestCommitAmino;
114
+ list_snapshots?: RequestListSnapshotsAmino;
115
+ offer_snapshot?: RequestOfferSnapshotAmino;
116
+ load_snapshot_chunk?: RequestLoadSnapshotChunkAmino;
117
+ apply_snapshot_chunk?: RequestApplySnapshotChunkAmino;
118
+ prepare_proposal?: RequestPrepareProposalAmino;
119
+ process_proposal?: RequestProcessProposalAmino;
120
+ extend_vote?: RequestExtendVoteAmino;
121
+ verify_vote_extension?: RequestVerifyVoteExtensionAmino;
122
+ finalize_block?: RequestFinalizeBlockAmino;
123
+ }
124
+ export interface RequestAminoMsg {
125
+ type: "/tendermint.abci.Request";
126
+ value: RequestAmino;
127
+ }
128
+ export interface RequestEcho {
129
+ message: string;
130
+ }
131
+ export interface RequestEchoProtoMsg {
132
+ typeUrl: "/tendermint.abci.RequestEcho";
133
+ value: Uint8Array;
134
+ }
135
+ export interface RequestEchoAmino {
136
+ message: string;
137
+ }
138
+ export interface RequestEchoAminoMsg {
139
+ type: "/tendermint.abci.RequestEcho";
140
+ value: RequestEchoAmino;
141
+ }
142
+ export interface RequestFlush {
143
+ }
144
+ export interface RequestFlushProtoMsg {
145
+ typeUrl: "/tendermint.abci.RequestFlush";
146
+ value: Uint8Array;
147
+ }
148
+ export interface RequestFlushAmino {
149
+ }
150
+ export interface RequestFlushAminoMsg {
151
+ type: "/tendermint.abci.RequestFlush";
152
+ value: RequestFlushAmino;
153
+ }
154
+ export interface RequestInfo {
155
+ version: string;
156
+ blockVersion: bigint;
157
+ p2pVersion: bigint;
158
+ abciVersion: string;
159
+ }
160
+ export interface RequestInfoProtoMsg {
161
+ typeUrl: "/tendermint.abci.RequestInfo";
162
+ value: Uint8Array;
163
+ }
164
+ export interface RequestInfoAmino {
165
+ version: string;
166
+ block_version: string;
167
+ p2p_version: string;
168
+ abci_version: string;
169
+ }
170
+ export interface RequestInfoAminoMsg {
171
+ type: "/tendermint.abci.RequestInfo";
172
+ value: RequestInfoAmino;
173
+ }
174
+ export interface RequestInitChain {
175
+ time: Date;
176
+ chainId: string;
177
+ consensusParams?: ConsensusParams;
178
+ validators: ValidatorUpdate[];
179
+ appStateBytes: Uint8Array;
180
+ initialHeight: bigint;
181
+ }
182
+ export interface RequestInitChainProtoMsg {
183
+ typeUrl: "/tendermint.abci.RequestInitChain";
184
+ value: Uint8Array;
185
+ }
186
+ export interface RequestInitChainAmino {
187
+ time: string;
188
+ chain_id: string;
189
+ consensus_params?: ConsensusParamsAmino;
190
+ validators: ValidatorUpdateAmino[];
191
+ app_state_bytes: string;
192
+ initial_height: string;
193
+ }
194
+ export interface RequestInitChainAminoMsg {
195
+ type: "/tendermint.abci.RequestInitChain";
196
+ value: RequestInitChainAmino;
197
+ }
198
+ export interface RequestQuery {
199
+ data: Uint8Array;
200
+ path: string;
201
+ height: bigint;
202
+ prove: boolean;
203
+ }
204
+ export interface RequestQueryProtoMsg {
205
+ typeUrl: "/tendermint.abci.RequestQuery";
206
+ value: Uint8Array;
207
+ }
208
+ export interface RequestQueryAmino {
209
+ data: string;
210
+ path: string;
211
+ height: string;
212
+ prove: boolean;
213
+ }
214
+ export interface RequestQueryAminoMsg {
215
+ type: "/tendermint.abci.RequestQuery";
216
+ value: RequestQueryAmino;
217
+ }
218
+ export interface RequestCheckTx {
219
+ tx: Uint8Array;
220
+ type: CheckTxType;
221
+ }
222
+ export interface RequestCheckTxProtoMsg {
223
+ typeUrl: "/tendermint.abci.RequestCheckTx";
224
+ value: Uint8Array;
225
+ }
226
+ export interface RequestCheckTxAmino {
227
+ tx: string;
228
+ type: CheckTxType;
229
+ }
230
+ export interface RequestCheckTxAminoMsg {
231
+ type: "/tendermint.abci.RequestCheckTx";
232
+ value: RequestCheckTxAmino;
233
+ }
234
+ export interface RequestCommit {
235
+ }
236
+ export interface RequestCommitProtoMsg {
237
+ typeUrl: "/tendermint.abci.RequestCommit";
238
+ value: Uint8Array;
239
+ }
240
+ export interface RequestCommitAmino {
241
+ }
242
+ export interface RequestCommitAminoMsg {
243
+ type: "/tendermint.abci.RequestCommit";
244
+ value: RequestCommitAmino;
245
+ }
246
+ /** lists available snapshots */
247
+ export interface RequestListSnapshots {
248
+ }
249
+ export interface RequestListSnapshotsProtoMsg {
250
+ typeUrl: "/tendermint.abci.RequestListSnapshots";
251
+ value: Uint8Array;
252
+ }
253
+ /** lists available snapshots */
254
+ export interface RequestListSnapshotsAmino {
255
+ }
256
+ export interface RequestListSnapshotsAminoMsg {
257
+ type: "/tendermint.abci.RequestListSnapshots";
258
+ value: RequestListSnapshotsAmino;
259
+ }
260
+ /** offers a snapshot to the application */
261
+ export interface RequestOfferSnapshot {
262
+ /** snapshot offered by peers */
263
+ snapshot?: Snapshot;
264
+ /** light client-verified app hash for snapshot height */
265
+ appHash: Uint8Array;
266
+ }
267
+ export interface RequestOfferSnapshotProtoMsg {
268
+ typeUrl: "/tendermint.abci.RequestOfferSnapshot";
269
+ value: Uint8Array;
270
+ }
271
+ /** offers a snapshot to the application */
272
+ export interface RequestOfferSnapshotAmino {
273
+ /** snapshot offered by peers */
274
+ snapshot?: SnapshotAmino;
275
+ /** light client-verified app hash for snapshot height */
276
+ app_hash: string;
277
+ }
278
+ export interface RequestOfferSnapshotAminoMsg {
279
+ type: "/tendermint.abci.RequestOfferSnapshot";
280
+ value: RequestOfferSnapshotAmino;
281
+ }
282
+ /** loads a snapshot chunk */
283
+ export interface RequestLoadSnapshotChunk {
284
+ height: bigint;
285
+ format: number;
286
+ chunk: number;
287
+ }
288
+ export interface RequestLoadSnapshotChunkProtoMsg {
289
+ typeUrl: "/tendermint.abci.RequestLoadSnapshotChunk";
290
+ value: Uint8Array;
291
+ }
292
+ /** loads a snapshot chunk */
293
+ export interface RequestLoadSnapshotChunkAmino {
294
+ height: string;
295
+ format: number;
296
+ chunk: number;
297
+ }
298
+ export interface RequestLoadSnapshotChunkAminoMsg {
299
+ type: "/tendermint.abci.RequestLoadSnapshotChunk";
300
+ value: RequestLoadSnapshotChunkAmino;
301
+ }
302
+ /** Applies a snapshot chunk */
303
+ export interface RequestApplySnapshotChunk {
304
+ index: number;
305
+ chunk: Uint8Array;
306
+ sender: string;
307
+ }
308
+ export interface RequestApplySnapshotChunkProtoMsg {
309
+ typeUrl: "/tendermint.abci.RequestApplySnapshotChunk";
310
+ value: Uint8Array;
311
+ }
312
+ /** Applies a snapshot chunk */
313
+ export interface RequestApplySnapshotChunkAmino {
314
+ index: number;
315
+ chunk: string;
316
+ sender: string;
317
+ }
318
+ export interface RequestApplySnapshotChunkAminoMsg {
319
+ type: "/tendermint.abci.RequestApplySnapshotChunk";
320
+ value: RequestApplySnapshotChunkAmino;
321
+ }
322
+ export interface RequestPrepareProposal {
323
+ /** the modified transactions cannot exceed this size. */
324
+ maxTxBytes: bigint;
325
+ /**
326
+ * txs is an array of transactions that will be included in a block,
327
+ * sent to the app for possible modifications.
328
+ */
329
+ txs: Uint8Array[];
330
+ localLastCommit: ExtendedCommitInfo;
331
+ misbehavior: Misbehavior[];
332
+ height: bigint;
333
+ time: Date;
334
+ nextValidatorsHash: Uint8Array;
335
+ /** address of the public key of the validator proposing the block. */
336
+ proposerAddress: Uint8Array;
337
+ }
338
+ export interface RequestPrepareProposalProtoMsg {
339
+ typeUrl: "/tendermint.abci.RequestPrepareProposal";
340
+ value: Uint8Array;
341
+ }
342
+ export interface RequestPrepareProposalAmino {
343
+ /** the modified transactions cannot exceed this size. */
344
+ max_tx_bytes: string;
345
+ /**
346
+ * txs is an array of transactions that will be included in a block,
347
+ * sent to the app for possible modifications.
348
+ */
349
+ txs: string[];
350
+ local_last_commit: ExtendedCommitInfoAmino;
351
+ misbehavior: MisbehaviorAmino[];
352
+ height: string;
353
+ time: string;
354
+ next_validators_hash: string;
355
+ /** address of the public key of the validator proposing the block. */
356
+ proposer_address: string;
357
+ }
358
+ export interface RequestPrepareProposalAminoMsg {
359
+ type: "/tendermint.abci.RequestPrepareProposal";
360
+ value: RequestPrepareProposalAmino;
361
+ }
362
+ export interface RequestProcessProposal {
363
+ txs: Uint8Array[];
364
+ proposedLastCommit: CommitInfo;
365
+ misbehavior: Misbehavior[];
366
+ /** hash is the merkle root hash of the fields of the proposed block. */
367
+ hash: Uint8Array;
368
+ height: bigint;
369
+ time: Date;
370
+ nextValidatorsHash: Uint8Array;
371
+ /** address of the public key of the original proposer of the block. */
372
+ proposerAddress: Uint8Array;
373
+ }
374
+ export interface RequestProcessProposalProtoMsg {
375
+ typeUrl: "/tendermint.abci.RequestProcessProposal";
376
+ value: Uint8Array;
377
+ }
378
+ export interface RequestProcessProposalAmino {
379
+ txs: string[];
380
+ proposed_last_commit: CommitInfoAmino;
381
+ misbehavior: MisbehaviorAmino[];
382
+ /** hash is the merkle root hash of the fields of the proposed block. */
383
+ hash: string;
384
+ height: string;
385
+ time: string;
386
+ next_validators_hash: string;
387
+ /** address of the public key of the original proposer of the block. */
388
+ proposer_address: string;
389
+ }
390
+ export interface RequestProcessProposalAminoMsg {
391
+ type: "/tendermint.abci.RequestProcessProposal";
392
+ value: RequestProcessProposalAmino;
393
+ }
394
+ /** Extends a vote with application-injected data */
395
+ export interface RequestExtendVote {
396
+ /** the hash of the block that this vote may be referring to */
397
+ hash: Uint8Array;
398
+ /** the height of the extended vote */
399
+ height: bigint;
400
+ /** info of the block that this vote may be referring to */
401
+ time: Date;
402
+ txs: Uint8Array[];
403
+ proposedLastCommit: CommitInfo;
404
+ misbehavior: Misbehavior[];
405
+ nextValidatorsHash: Uint8Array;
406
+ /** address of the public key of the original proposer of the block. */
407
+ proposerAddress: Uint8Array;
408
+ }
409
+ export interface RequestExtendVoteProtoMsg {
410
+ typeUrl: "/tendermint.abci.RequestExtendVote";
411
+ value: Uint8Array;
412
+ }
413
+ /** Extends a vote with application-injected data */
414
+ export interface RequestExtendVoteAmino {
415
+ /** the hash of the block that this vote may be referring to */
416
+ hash: string;
417
+ /** the height of the extended vote */
418
+ height: string;
419
+ /** info of the block that this vote may be referring to */
420
+ time: string;
421
+ txs: string[];
422
+ proposed_last_commit: CommitInfoAmino;
423
+ misbehavior: MisbehaviorAmino[];
424
+ next_validators_hash: string;
425
+ /** address of the public key of the original proposer of the block. */
426
+ proposer_address: string;
427
+ }
428
+ export interface RequestExtendVoteAminoMsg {
429
+ type: "/tendermint.abci.RequestExtendVote";
430
+ value: RequestExtendVoteAmino;
431
+ }
432
+ /** Verify the vote extension */
433
+ export interface RequestVerifyVoteExtension {
434
+ /** the hash of the block that this received vote corresponds to */
435
+ hash: Uint8Array;
436
+ /** the validator that signed the vote extension */
437
+ validatorAddress: Uint8Array;
438
+ height: bigint;
439
+ voteExtension: Uint8Array;
440
+ }
441
+ export interface RequestVerifyVoteExtensionProtoMsg {
442
+ typeUrl: "/tendermint.abci.RequestVerifyVoteExtension";
443
+ value: Uint8Array;
444
+ }
445
+ /** Verify the vote extension */
446
+ export interface RequestVerifyVoteExtensionAmino {
447
+ /** the hash of the block that this received vote corresponds to */
448
+ hash: string;
449
+ /** the validator that signed the vote extension */
450
+ validator_address: string;
451
+ height: string;
452
+ vote_extension: string;
453
+ }
454
+ export interface RequestVerifyVoteExtensionAminoMsg {
455
+ type: "/tendermint.abci.RequestVerifyVoteExtension";
456
+ value: RequestVerifyVoteExtensionAmino;
457
+ }
458
+ export interface RequestFinalizeBlock {
459
+ txs: Uint8Array[];
460
+ decidedLastCommit: CommitInfo;
461
+ misbehavior: Misbehavior[];
462
+ /** hash is the merkle root hash of the fields of the decided block. */
463
+ hash: Uint8Array;
464
+ height: bigint;
465
+ time: Date;
466
+ nextValidatorsHash: Uint8Array;
467
+ /** proposer_address is the address of the public key of the original proposer of the block. */
468
+ proposerAddress: Uint8Array;
469
+ }
470
+ export interface RequestFinalizeBlockProtoMsg {
471
+ typeUrl: "/tendermint.abci.RequestFinalizeBlock";
472
+ value: Uint8Array;
473
+ }
474
+ export interface RequestFinalizeBlockAmino {
475
+ txs: string[];
476
+ decided_last_commit: CommitInfoAmino;
477
+ misbehavior: MisbehaviorAmino[];
478
+ /** hash is the merkle root hash of the fields of the decided block. */
479
+ hash: string;
480
+ height: string;
481
+ time: string;
482
+ next_validators_hash: string;
483
+ /** proposer_address is the address of the public key of the original proposer of the block. */
484
+ proposer_address: string;
485
+ }
486
+ export interface RequestFinalizeBlockAminoMsg {
487
+ type: "/tendermint.abci.RequestFinalizeBlock";
488
+ value: RequestFinalizeBlockAmino;
489
+ }
490
+ export interface Response {
491
+ exception?: ResponseException;
492
+ echo?: ResponseEcho;
493
+ flush?: ResponseFlush;
494
+ info?: ResponseInfo;
495
+ initChain?: ResponseInitChain;
496
+ query?: ResponseQuery;
497
+ checkTx?: ResponseCheckTx;
498
+ commit?: ResponseCommit;
499
+ listSnapshots?: ResponseListSnapshots;
500
+ offerSnapshot?: ResponseOfferSnapshot;
501
+ loadSnapshotChunk?: ResponseLoadSnapshotChunk;
502
+ applySnapshotChunk?: ResponseApplySnapshotChunk;
503
+ prepareProposal?: ResponsePrepareProposal;
504
+ processProposal?: ResponseProcessProposal;
505
+ extendVote?: ResponseExtendVote;
506
+ verifyVoteExtension?: ResponseVerifyVoteExtension;
507
+ finalizeBlock?: ResponseFinalizeBlock;
508
+ }
509
+ export interface ResponseProtoMsg {
510
+ typeUrl: "/tendermint.abci.Response";
511
+ value: Uint8Array;
512
+ }
513
+ export interface ResponseAmino {
514
+ exception?: ResponseExceptionAmino;
515
+ echo?: ResponseEchoAmino;
516
+ flush?: ResponseFlushAmino;
517
+ info?: ResponseInfoAmino;
518
+ init_chain?: ResponseInitChainAmino;
519
+ query?: ResponseQueryAmino;
520
+ check_tx?: ResponseCheckTxAmino;
521
+ commit?: ResponseCommitAmino;
522
+ list_snapshots?: ResponseListSnapshotsAmino;
523
+ offer_snapshot?: ResponseOfferSnapshotAmino;
524
+ load_snapshot_chunk?: ResponseLoadSnapshotChunkAmino;
525
+ apply_snapshot_chunk?: ResponseApplySnapshotChunkAmino;
526
+ prepare_proposal?: ResponsePrepareProposalAmino;
527
+ process_proposal?: ResponseProcessProposalAmino;
528
+ extend_vote?: ResponseExtendVoteAmino;
529
+ verify_vote_extension?: ResponseVerifyVoteExtensionAmino;
530
+ finalize_block?: ResponseFinalizeBlockAmino;
531
+ }
532
+ export interface ResponseAminoMsg {
533
+ type: "/tendermint.abci.Response";
534
+ value: ResponseAmino;
535
+ }
536
+ /** nondeterministic */
537
+ export interface ResponseException {
538
+ error: string;
539
+ }
540
+ export interface ResponseExceptionProtoMsg {
541
+ typeUrl: "/tendermint.abci.ResponseException";
542
+ value: Uint8Array;
543
+ }
544
+ /** nondeterministic */
545
+ export interface ResponseExceptionAmino {
546
+ error: string;
547
+ }
548
+ export interface ResponseExceptionAminoMsg {
549
+ type: "/tendermint.abci.ResponseException";
550
+ value: ResponseExceptionAmino;
551
+ }
552
+ export interface ResponseEcho {
553
+ message: string;
554
+ }
555
+ export interface ResponseEchoProtoMsg {
556
+ typeUrl: "/tendermint.abci.ResponseEcho";
557
+ value: Uint8Array;
558
+ }
559
+ export interface ResponseEchoAmino {
560
+ message: string;
561
+ }
562
+ export interface ResponseEchoAminoMsg {
563
+ type: "/tendermint.abci.ResponseEcho";
564
+ value: ResponseEchoAmino;
565
+ }
566
+ export interface ResponseFlush {
567
+ }
568
+ export interface ResponseFlushProtoMsg {
569
+ typeUrl: "/tendermint.abci.ResponseFlush";
570
+ value: Uint8Array;
571
+ }
572
+ export interface ResponseFlushAmino {
573
+ }
574
+ export interface ResponseFlushAminoMsg {
575
+ type: "/tendermint.abci.ResponseFlush";
576
+ value: ResponseFlushAmino;
577
+ }
578
+ export interface ResponseInfo {
579
+ data: string;
580
+ version: string;
581
+ appVersion: bigint;
582
+ lastBlockHeight: bigint;
583
+ lastBlockAppHash: Uint8Array;
584
+ }
585
+ export interface ResponseInfoProtoMsg {
586
+ typeUrl: "/tendermint.abci.ResponseInfo";
587
+ value: Uint8Array;
588
+ }
589
+ export interface ResponseInfoAmino {
590
+ data: string;
591
+ version: string;
592
+ app_version: string;
593
+ last_block_height: string;
594
+ last_block_app_hash: string;
595
+ }
596
+ export interface ResponseInfoAminoMsg {
597
+ type: "/tendermint.abci.ResponseInfo";
598
+ value: ResponseInfoAmino;
599
+ }
600
+ export interface ResponseInitChain {
601
+ consensusParams?: ConsensusParams;
602
+ validators: ValidatorUpdate[];
603
+ appHash: Uint8Array;
604
+ }
605
+ export interface ResponseInitChainProtoMsg {
606
+ typeUrl: "/tendermint.abci.ResponseInitChain";
607
+ value: Uint8Array;
608
+ }
609
+ export interface ResponseInitChainAmino {
610
+ consensus_params?: ConsensusParamsAmino;
611
+ validators: ValidatorUpdateAmino[];
612
+ app_hash: string;
613
+ }
614
+ export interface ResponseInitChainAminoMsg {
615
+ type: "/tendermint.abci.ResponseInitChain";
616
+ value: ResponseInitChainAmino;
617
+ }
618
+ export interface ResponseQuery {
619
+ code: number;
620
+ /** bytes data = 2; // use "value" instead. */
621
+ log: string;
622
+ /** nondeterministic */
623
+ info: string;
624
+ index: bigint;
625
+ key: Uint8Array;
626
+ value: Uint8Array;
627
+ proofOps?: ProofOps;
628
+ height: bigint;
629
+ codespace: string;
630
+ }
631
+ export interface ResponseQueryProtoMsg {
632
+ typeUrl: "/tendermint.abci.ResponseQuery";
633
+ value: Uint8Array;
634
+ }
635
+ export interface ResponseQueryAmino {
636
+ code: number;
637
+ /** bytes data = 2; // use "value" instead. */
638
+ log: string;
639
+ /** nondeterministic */
640
+ info: string;
641
+ index: string;
642
+ key: string;
643
+ value: string;
644
+ proof_ops?: ProofOpsAmino;
645
+ height: string;
646
+ codespace: string;
647
+ }
648
+ export interface ResponseQueryAminoMsg {
649
+ type: "/tendermint.abci.ResponseQuery";
650
+ value: ResponseQueryAmino;
651
+ }
652
+ export interface ResponseCheckTx {
653
+ code: number;
654
+ data: Uint8Array;
655
+ /** nondeterministic */
656
+ log: string;
657
+ /** nondeterministic */
658
+ info: string;
659
+ gasWanted: bigint;
660
+ gasUsed: bigint;
661
+ events: Event[];
662
+ codespace: string;
663
+ }
664
+ export interface ResponseCheckTxProtoMsg {
665
+ typeUrl: "/tendermint.abci.ResponseCheckTx";
666
+ value: Uint8Array;
667
+ }
668
+ export interface ResponseCheckTxAmino {
669
+ code: number;
670
+ data: string;
671
+ /** nondeterministic */
672
+ log: string;
673
+ /** nondeterministic */
674
+ info: string;
675
+ gas_wanted: string;
676
+ gas_used: string;
677
+ events: EventAmino[];
678
+ codespace: string;
679
+ }
680
+ export interface ResponseCheckTxAminoMsg {
681
+ type: "/tendermint.abci.ResponseCheckTx";
682
+ value: ResponseCheckTxAmino;
683
+ }
684
+ export interface ResponseCommit {
685
+ retainHeight: bigint;
686
+ }
687
+ export interface ResponseCommitProtoMsg {
688
+ typeUrl: "/tendermint.abci.ResponseCommit";
689
+ value: Uint8Array;
690
+ }
691
+ export interface ResponseCommitAmino {
692
+ retain_height: string;
693
+ }
694
+ export interface ResponseCommitAminoMsg {
695
+ type: "/tendermint.abci.ResponseCommit";
696
+ value: ResponseCommitAmino;
697
+ }
698
+ export interface ResponseListSnapshots {
699
+ snapshots: Snapshot[];
700
+ }
701
+ export interface ResponseListSnapshotsProtoMsg {
702
+ typeUrl: "/tendermint.abci.ResponseListSnapshots";
703
+ value: Uint8Array;
704
+ }
705
+ export interface ResponseListSnapshotsAmino {
706
+ snapshots: SnapshotAmino[];
707
+ }
708
+ export interface ResponseListSnapshotsAminoMsg {
709
+ type: "/tendermint.abci.ResponseListSnapshots";
710
+ value: ResponseListSnapshotsAmino;
711
+ }
712
+ export interface ResponseOfferSnapshot {
713
+ result: ResponseOfferSnapshot_Result;
714
+ }
715
+ export interface ResponseOfferSnapshotProtoMsg {
716
+ typeUrl: "/tendermint.abci.ResponseOfferSnapshot";
717
+ value: Uint8Array;
718
+ }
719
+ export interface ResponseOfferSnapshotAmino {
720
+ result: ResponseOfferSnapshot_Result;
721
+ }
722
+ export interface ResponseOfferSnapshotAminoMsg {
723
+ type: "/tendermint.abci.ResponseOfferSnapshot";
724
+ value: ResponseOfferSnapshotAmino;
725
+ }
726
+ export interface ResponseLoadSnapshotChunk {
727
+ chunk: Uint8Array;
728
+ }
729
+ export interface ResponseLoadSnapshotChunkProtoMsg {
730
+ typeUrl: "/tendermint.abci.ResponseLoadSnapshotChunk";
731
+ value: Uint8Array;
732
+ }
733
+ export interface ResponseLoadSnapshotChunkAmino {
734
+ chunk: string;
735
+ }
736
+ export interface ResponseLoadSnapshotChunkAminoMsg {
737
+ type: "/tendermint.abci.ResponseLoadSnapshotChunk";
738
+ value: ResponseLoadSnapshotChunkAmino;
739
+ }
740
+ export interface ResponseApplySnapshotChunk {
741
+ result: ResponseApplySnapshotChunk_Result;
742
+ /** Chunks to refetch and reapply */
743
+ refetchChunks: number[];
744
+ /** Chunk senders to reject and ban */
745
+ rejectSenders: string[];
746
+ }
747
+ export interface ResponseApplySnapshotChunkProtoMsg {
748
+ typeUrl: "/tendermint.abci.ResponseApplySnapshotChunk";
749
+ value: Uint8Array;
750
+ }
751
+ export interface ResponseApplySnapshotChunkAmino {
752
+ result: ResponseApplySnapshotChunk_Result;
753
+ /** Chunks to refetch and reapply */
754
+ refetch_chunks: number[];
755
+ /** Chunk senders to reject and ban */
756
+ reject_senders: string[];
757
+ }
758
+ export interface ResponseApplySnapshotChunkAminoMsg {
759
+ type: "/tendermint.abci.ResponseApplySnapshotChunk";
760
+ value: ResponseApplySnapshotChunkAmino;
761
+ }
762
+ export interface ResponsePrepareProposal {
763
+ txs: Uint8Array[];
764
+ }
765
+ export interface ResponsePrepareProposalProtoMsg {
766
+ typeUrl: "/tendermint.abci.ResponsePrepareProposal";
767
+ value: Uint8Array;
768
+ }
769
+ export interface ResponsePrepareProposalAmino {
770
+ txs: string[];
771
+ }
772
+ export interface ResponsePrepareProposalAminoMsg {
773
+ type: "/tendermint.abci.ResponsePrepareProposal";
774
+ value: ResponsePrepareProposalAmino;
775
+ }
776
+ export interface ResponseProcessProposal {
777
+ status: ResponseProcessProposal_ProposalStatus;
778
+ }
779
+ export interface ResponseProcessProposalProtoMsg {
780
+ typeUrl: "/tendermint.abci.ResponseProcessProposal";
781
+ value: Uint8Array;
782
+ }
783
+ export interface ResponseProcessProposalAmino {
784
+ status: ResponseProcessProposal_ProposalStatus;
785
+ }
786
+ export interface ResponseProcessProposalAminoMsg {
787
+ type: "/tendermint.abci.ResponseProcessProposal";
788
+ value: ResponseProcessProposalAmino;
789
+ }
790
+ export interface ResponseExtendVote {
791
+ voteExtension: Uint8Array;
792
+ }
793
+ export interface ResponseExtendVoteProtoMsg {
794
+ typeUrl: "/tendermint.abci.ResponseExtendVote";
795
+ value: Uint8Array;
796
+ }
797
+ export interface ResponseExtendVoteAmino {
798
+ vote_extension: string;
799
+ }
800
+ export interface ResponseExtendVoteAminoMsg {
801
+ type: "/tendermint.abci.ResponseExtendVote";
802
+ value: ResponseExtendVoteAmino;
803
+ }
804
+ export interface ResponseVerifyVoteExtension {
805
+ status: ResponseVerifyVoteExtension_VerifyStatus;
806
+ }
807
+ export interface ResponseVerifyVoteExtensionProtoMsg {
808
+ typeUrl: "/tendermint.abci.ResponseVerifyVoteExtension";
809
+ value: Uint8Array;
810
+ }
811
+ export interface ResponseVerifyVoteExtensionAmino {
812
+ status: ResponseVerifyVoteExtension_VerifyStatus;
813
+ }
814
+ export interface ResponseVerifyVoteExtensionAminoMsg {
815
+ type: "/tendermint.abci.ResponseVerifyVoteExtension";
816
+ value: ResponseVerifyVoteExtensionAmino;
817
+ }
818
+ export interface ResponseFinalizeBlock {
819
+ /** set of block events emmitted as part of executing the block */
820
+ events: Event[];
821
+ /**
822
+ * the result of executing each transaction including the events
823
+ * the particular transction emitted. This should match the order
824
+ * of the transactions delivered in the block itself
825
+ */
826
+ txResults: ExecTxResult[];
827
+ /** a list of updates to the validator set. These will reflect the validator set at current height + 2. */
828
+ validatorUpdates: ValidatorUpdate[];
829
+ /** updates to the consensus params, if any. */
830
+ consensusParamUpdates?: ConsensusParams;
831
+ /**
832
+ * app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was
833
+ * deterministic. It is up to the application to decide which algorithm to use.
834
+ */
835
+ appHash: Uint8Array;
836
+ }
837
+ export interface ResponseFinalizeBlockProtoMsg {
838
+ typeUrl: "/tendermint.abci.ResponseFinalizeBlock";
839
+ value: Uint8Array;
840
+ }
841
+ export interface ResponseFinalizeBlockAmino {
842
+ /** set of block events emmitted as part of executing the block */
843
+ events: EventAmino[];
844
+ /**
845
+ * the result of executing each transaction including the events
846
+ * the particular transction emitted. This should match the order
847
+ * of the transactions delivered in the block itself
848
+ */
849
+ tx_results: ExecTxResultAmino[];
850
+ /** a list of updates to the validator set. These will reflect the validator set at current height + 2. */
851
+ validator_updates: ValidatorUpdateAmino[];
852
+ /** updates to the consensus params, if any. */
853
+ consensus_param_updates?: ConsensusParamsAmino;
854
+ /**
855
+ * app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was
856
+ * deterministic. It is up to the application to decide which algorithm to use.
857
+ */
858
+ app_hash: string;
859
+ }
860
+ export interface ResponseFinalizeBlockAminoMsg {
861
+ type: "/tendermint.abci.ResponseFinalizeBlock";
862
+ value: ResponseFinalizeBlockAmino;
863
+ }
864
+ export interface CommitInfo {
865
+ round: number;
866
+ votes: VoteInfo[];
867
+ }
868
+ export interface CommitInfoProtoMsg {
869
+ typeUrl: "/tendermint.abci.CommitInfo";
870
+ value: Uint8Array;
871
+ }
872
+ export interface CommitInfoAmino {
873
+ round: number;
874
+ votes: VoteInfoAmino[];
875
+ }
876
+ export interface CommitInfoAminoMsg {
877
+ type: "/tendermint.abci.CommitInfo";
878
+ value: CommitInfoAmino;
879
+ }
880
+ /**
881
+ * ExtendedCommitInfo is similar to CommitInfo except that it is only used in
882
+ * the PrepareProposal request such that CometBFT can provide vote extensions
883
+ * to the application.
884
+ */
885
+ export interface ExtendedCommitInfo {
886
+ /** The round at which the block proposer decided in the previous height. */
887
+ round: number;
888
+ /**
889
+ * List of validators' addresses in the last validator set with their voting
890
+ * information, including vote extensions.
891
+ */
892
+ votes: ExtendedVoteInfo[];
893
+ }
894
+ export interface ExtendedCommitInfoProtoMsg {
895
+ typeUrl: "/tendermint.abci.ExtendedCommitInfo";
896
+ value: Uint8Array;
897
+ }
898
+ /**
899
+ * ExtendedCommitInfo is similar to CommitInfo except that it is only used in
900
+ * the PrepareProposal request such that CometBFT can provide vote extensions
901
+ * to the application.
902
+ */
903
+ export interface ExtendedCommitInfoAmino {
904
+ /** The round at which the block proposer decided in the previous height. */
905
+ round: number;
906
+ /**
907
+ * List of validators' addresses in the last validator set with their voting
908
+ * information, including vote extensions.
909
+ */
910
+ votes: ExtendedVoteInfoAmino[];
911
+ }
912
+ export interface ExtendedCommitInfoAminoMsg {
913
+ type: "/tendermint.abci.ExtendedCommitInfo";
914
+ value: ExtendedCommitInfoAmino;
915
+ }
916
+ /**
917
+ * Event allows application developers to attach additional information to
918
+ * ResponseFinalizeBlock and ResponseCheckTx.
919
+ * Later, transactions may be queried using these events.
920
+ */
921
+ export interface Event {
922
+ type: string;
923
+ attributes: EventAttribute[];
924
+ }
925
+ export interface EventProtoMsg {
926
+ typeUrl: "/tendermint.abci.Event";
927
+ value: Uint8Array;
928
+ }
929
+ /**
930
+ * Event allows application developers to attach additional information to
931
+ * ResponseFinalizeBlock and ResponseCheckTx.
932
+ * Later, transactions may be queried using these events.
933
+ */
934
+ export interface EventAmino {
935
+ type: string;
936
+ attributes: EventAttributeAmino[];
937
+ }
938
+ export interface EventAminoMsg {
939
+ type: "/tendermint.abci.Event";
940
+ value: EventAmino;
941
+ }
942
+ /** EventAttribute is a single key-value pair, associated with an event. */
943
+ export interface EventAttribute {
944
+ key: string;
945
+ value: string;
946
+ /** nondeterministic */
947
+ index: boolean;
948
+ }
949
+ export interface EventAttributeProtoMsg {
950
+ typeUrl: "/tendermint.abci.EventAttribute";
951
+ value: Uint8Array;
952
+ }
953
+ /** EventAttribute is a single key-value pair, associated with an event. */
954
+ export interface EventAttributeAmino {
955
+ key: string;
956
+ value: string;
957
+ /** nondeterministic */
958
+ index: boolean;
959
+ }
960
+ export interface EventAttributeAminoMsg {
961
+ type: "/tendermint.abci.EventAttribute";
962
+ value: EventAttributeAmino;
963
+ }
964
+ /**
965
+ * ExecTxResult contains results of executing one individual transaction.
966
+ *
967
+ * * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
968
+ */
969
+ export interface ExecTxResult {
970
+ code: number;
971
+ data: Uint8Array;
972
+ /** nondeterministic */
973
+ log: string;
974
+ /** nondeterministic */
975
+ info: string;
976
+ gasWanted: bigint;
977
+ gasUsed: bigint;
978
+ events: Event[];
979
+ codespace: string;
980
+ }
981
+ export interface ExecTxResultProtoMsg {
982
+ typeUrl: "/tendermint.abci.ExecTxResult";
983
+ value: Uint8Array;
984
+ }
985
+ /**
986
+ * ExecTxResult contains results of executing one individual transaction.
987
+ *
988
+ * * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
989
+ */
990
+ export interface ExecTxResultAmino {
991
+ code: number;
992
+ data: string;
993
+ /** nondeterministic */
994
+ log: string;
995
+ /** nondeterministic */
996
+ info: string;
997
+ gas_wanted: string;
998
+ gas_used: string;
999
+ events: EventAmino[];
1000
+ codespace: string;
1001
+ }
1002
+ export interface ExecTxResultAminoMsg {
1003
+ type: "/tendermint.abci.ExecTxResult";
1004
+ value: ExecTxResultAmino;
1005
+ }
1006
+ /**
1007
+ * TxResult contains results of executing the transaction.
1008
+ *
1009
+ * One usage is indexing transaction results.
1010
+ */
1011
+ export interface TxResult {
1012
+ height: bigint;
1013
+ index: number;
1014
+ tx: Uint8Array;
1015
+ result: ExecTxResult;
1016
+ }
1017
+ export interface TxResultProtoMsg {
1018
+ typeUrl: "/tendermint.abci.TxResult";
1019
+ value: Uint8Array;
1020
+ }
1021
+ /**
1022
+ * TxResult contains results of executing the transaction.
1023
+ *
1024
+ * One usage is indexing transaction results.
1025
+ */
1026
+ export interface TxResultAmino {
1027
+ height: string;
1028
+ index: number;
1029
+ tx: string;
1030
+ result: ExecTxResultAmino;
1031
+ }
1032
+ export interface TxResultAminoMsg {
1033
+ type: "/tendermint.abci.TxResult";
1034
+ value: TxResultAmino;
1035
+ }
1036
+ export interface Validator {
1037
+ /** The first 20 bytes of SHA256(public key) */
1038
+ address: Uint8Array;
1039
+ /** PubKey pub_key = 2 [(gogoproto.nullable)=false]; */
1040
+ power: bigint;
1041
+ }
1042
+ export interface ValidatorProtoMsg {
1043
+ typeUrl: "/tendermint.abci.Validator";
1044
+ value: Uint8Array;
1045
+ }
1046
+ export interface ValidatorAmino {
1047
+ /** The first 20 bytes of SHA256(public key) */
1048
+ address: string;
1049
+ /** PubKey pub_key = 2 [(gogoproto.nullable)=false]; */
1050
+ power: string;
1051
+ }
1052
+ export interface ValidatorAminoMsg {
1053
+ type: "/tendermint.abci.Validator";
1054
+ value: ValidatorAmino;
1055
+ }
1056
+ export interface ValidatorUpdate {
1057
+ pubKey: PublicKey;
1058
+ power: bigint;
1059
+ }
1060
+ export interface ValidatorUpdateProtoMsg {
1061
+ typeUrl: "/tendermint.abci.ValidatorUpdate";
1062
+ value: Uint8Array;
1063
+ }
1064
+ export interface ValidatorUpdateAmino {
1065
+ pub_key: PublicKeyAmino;
1066
+ power: string;
1067
+ }
1068
+ export interface ValidatorUpdateAminoMsg {
1069
+ type: "/tendermint.abci.ValidatorUpdate";
1070
+ value: ValidatorUpdateAmino;
1071
+ }
1072
+ export interface VoteInfo {
1073
+ validator: Validator;
1074
+ blockIdFlag: BlockIDFlag;
1075
+ }
1076
+ export interface VoteInfoProtoMsg {
1077
+ typeUrl: "/tendermint.abci.VoteInfo";
1078
+ value: Uint8Array;
1079
+ }
1080
+ export interface VoteInfoAmino {
1081
+ validator: ValidatorAmino;
1082
+ block_id_flag: BlockIDFlag;
1083
+ }
1084
+ export interface VoteInfoAminoMsg {
1085
+ type: "/tendermint.abci.VoteInfo";
1086
+ value: VoteInfoAmino;
1087
+ }
1088
+ export interface ExtendedVoteInfo {
1089
+ /** The validator that sent the vote. */
1090
+ validator: Validator;
1091
+ /** Non-deterministic extension provided by the sending validator's application. */
1092
+ voteExtension: Uint8Array;
1093
+ /** Vote extension signature created by CometBFT */
1094
+ extensionSignature: Uint8Array;
1095
+ /** block_id_flag indicates whether the validator voted for a block, nil, or did not vote at all */
1096
+ blockIdFlag: BlockIDFlag;
1097
+ }
1098
+ export interface ExtendedVoteInfoProtoMsg {
1099
+ typeUrl: "/tendermint.abci.ExtendedVoteInfo";
1100
+ value: Uint8Array;
1101
+ }
1102
+ export interface ExtendedVoteInfoAmino {
1103
+ /** The validator that sent the vote. */
1104
+ validator: ValidatorAmino;
1105
+ /** Non-deterministic extension provided by the sending validator's application. */
1106
+ vote_extension: string;
1107
+ /** Vote extension signature created by CometBFT */
1108
+ extension_signature: string;
1109
+ /** block_id_flag indicates whether the validator voted for a block, nil, or did not vote at all */
1110
+ block_id_flag: BlockIDFlag;
1111
+ }
1112
+ export interface ExtendedVoteInfoAminoMsg {
1113
+ type: "/tendermint.abci.ExtendedVoteInfo";
1114
+ value: ExtendedVoteInfoAmino;
1115
+ }
1116
+ export interface Misbehavior {
1117
+ type: MisbehaviorType;
1118
+ /** The offending validator */
1119
+ validator: Validator;
1120
+ /** The height when the offense occurred */
1121
+ height: bigint;
1122
+ /** The corresponding time where the offense occurred */
1123
+ time: Date;
1124
+ /**
1125
+ * Total voting power of the validator set in case the ABCI application does
1126
+ * not store historical validators.
1127
+ * https://github.com/tendermint/tendermint/issues/4581
1128
+ */
1129
+ totalVotingPower: bigint;
1130
+ }
1131
+ export interface MisbehaviorProtoMsg {
1132
+ typeUrl: "/tendermint.abci.Misbehavior";
1133
+ value: Uint8Array;
1134
+ }
1135
+ export interface MisbehaviorAmino {
1136
+ type: MisbehaviorType;
1137
+ /** The offending validator */
1138
+ validator: ValidatorAmino;
1139
+ /** The height when the offense occurred */
1140
+ height: string;
1141
+ /** The corresponding time where the offense occurred */
1142
+ time: string;
1143
+ /**
1144
+ * Total voting power of the validator set in case the ABCI application does
1145
+ * not store historical validators.
1146
+ * https://github.com/tendermint/tendermint/issues/4581
1147
+ */
1148
+ total_voting_power: string;
1149
+ }
1150
+ export interface MisbehaviorAminoMsg {
1151
+ type: "/tendermint.abci.Misbehavior";
1152
+ value: MisbehaviorAmino;
1153
+ }
1154
+ export interface Snapshot {
1155
+ /** The height at which the snapshot was taken */
1156
+ height: bigint;
1157
+ /** The application-specific snapshot format */
1158
+ format: number;
1159
+ /** Number of chunks in the snapshot */
1160
+ chunks: number;
1161
+ /** Arbitrary snapshot hash, equal only if identical */
1162
+ hash: Uint8Array;
1163
+ /** Arbitrary application metadata */
1164
+ metadata: Uint8Array;
1165
+ }
1166
+ export interface SnapshotProtoMsg {
1167
+ typeUrl: "/tendermint.abci.Snapshot";
1168
+ value: Uint8Array;
1169
+ }
1170
+ export interface SnapshotAmino {
1171
+ /** The height at which the snapshot was taken */
1172
+ height: string;
1173
+ /** The application-specific snapshot format */
1174
+ format: number;
1175
+ /** Number of chunks in the snapshot */
1176
+ chunks: number;
1177
+ /** Arbitrary snapshot hash, equal only if identical */
1178
+ hash: string;
1179
+ /** Arbitrary application metadata */
1180
+ metadata: string;
1181
+ }
1182
+ export interface SnapshotAminoMsg {
1183
+ type: "/tendermint.abci.Snapshot";
1184
+ value: SnapshotAmino;
1185
+ }
1186
+ export declare const Request: {
1187
+ typeUrl: string;
1188
+ is(o: any): o is Request;
1189
+ isAmino(o: any): o is RequestAmino;
1190
+ encode(message: Request, writer?: BinaryWriter): BinaryWriter;
1191
+ decode(input: BinaryReader | Uint8Array, length?: number): Request;
1192
+ fromPartial(object: DeepPartial<Request>): Request;
1193
+ fromAmino(object: RequestAmino): Request;
1194
+ toAmino(message: Request): RequestAmino;
1195
+ fromAminoMsg(object: RequestAminoMsg): Request;
1196
+ fromProtoMsg(message: RequestProtoMsg): Request;
1197
+ toProto(message: Request): Uint8Array;
1198
+ toProtoMsg(message: Request): RequestProtoMsg;
1199
+ };
1200
+ export declare const RequestEcho: {
1201
+ typeUrl: string;
1202
+ is(o: any): o is RequestEcho;
1203
+ isAmino(o: any): o is RequestEchoAmino;
1204
+ encode(message: RequestEcho, writer?: BinaryWriter): BinaryWriter;
1205
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestEcho;
1206
+ fromPartial(object: DeepPartial<RequestEcho>): RequestEcho;
1207
+ fromAmino(object: RequestEchoAmino): RequestEcho;
1208
+ toAmino(message: RequestEcho): RequestEchoAmino;
1209
+ fromAminoMsg(object: RequestEchoAminoMsg): RequestEcho;
1210
+ fromProtoMsg(message: RequestEchoProtoMsg): RequestEcho;
1211
+ toProto(message: RequestEcho): Uint8Array;
1212
+ toProtoMsg(message: RequestEcho): RequestEchoProtoMsg;
1213
+ };
1214
+ export declare const RequestFlush: {
1215
+ typeUrl: string;
1216
+ is(o: any): o is RequestFlush;
1217
+ isAmino(o: any): o is RequestFlushAmino;
1218
+ encode(_: RequestFlush, writer?: BinaryWriter): BinaryWriter;
1219
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestFlush;
1220
+ fromPartial(_: DeepPartial<RequestFlush>): RequestFlush;
1221
+ fromAmino(_: RequestFlushAmino): RequestFlush;
1222
+ toAmino(_: RequestFlush): RequestFlushAmino;
1223
+ fromAminoMsg(object: RequestFlushAminoMsg): RequestFlush;
1224
+ fromProtoMsg(message: RequestFlushProtoMsg): RequestFlush;
1225
+ toProto(message: RequestFlush): Uint8Array;
1226
+ toProtoMsg(message: RequestFlush): RequestFlushProtoMsg;
1227
+ };
1228
+ export declare const RequestInfo: {
1229
+ typeUrl: string;
1230
+ is(o: any): o is RequestInfo;
1231
+ isAmino(o: any): o is RequestInfoAmino;
1232
+ encode(message: RequestInfo, writer?: BinaryWriter): BinaryWriter;
1233
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestInfo;
1234
+ fromPartial(object: DeepPartial<RequestInfo>): RequestInfo;
1235
+ fromAmino(object: RequestInfoAmino): RequestInfo;
1236
+ toAmino(message: RequestInfo): RequestInfoAmino;
1237
+ fromAminoMsg(object: RequestInfoAminoMsg): RequestInfo;
1238
+ fromProtoMsg(message: RequestInfoProtoMsg): RequestInfo;
1239
+ toProto(message: RequestInfo): Uint8Array;
1240
+ toProtoMsg(message: RequestInfo): RequestInfoProtoMsg;
1241
+ };
1242
+ export declare const RequestInitChain: {
1243
+ typeUrl: string;
1244
+ is(o: any): o is RequestInitChain;
1245
+ isAmino(o: any): o is RequestInitChainAmino;
1246
+ encode(message: RequestInitChain, writer?: BinaryWriter): BinaryWriter;
1247
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestInitChain;
1248
+ fromPartial(object: DeepPartial<RequestInitChain>): RequestInitChain;
1249
+ fromAmino(object: RequestInitChainAmino): RequestInitChain;
1250
+ toAmino(message: RequestInitChain): RequestInitChainAmino;
1251
+ fromAminoMsg(object: RequestInitChainAminoMsg): RequestInitChain;
1252
+ fromProtoMsg(message: RequestInitChainProtoMsg): RequestInitChain;
1253
+ toProto(message: RequestInitChain): Uint8Array;
1254
+ toProtoMsg(message: RequestInitChain): RequestInitChainProtoMsg;
1255
+ };
1256
+ export declare const RequestQuery: {
1257
+ typeUrl: string;
1258
+ is(o: any): o is RequestQuery;
1259
+ isAmino(o: any): o is RequestQueryAmino;
1260
+ encode(message: RequestQuery, writer?: BinaryWriter): BinaryWriter;
1261
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestQuery;
1262
+ fromPartial(object: DeepPartial<RequestQuery>): RequestQuery;
1263
+ fromAmino(object: RequestQueryAmino): RequestQuery;
1264
+ toAmino(message: RequestQuery): RequestQueryAmino;
1265
+ fromAminoMsg(object: RequestQueryAminoMsg): RequestQuery;
1266
+ fromProtoMsg(message: RequestQueryProtoMsg): RequestQuery;
1267
+ toProto(message: RequestQuery): Uint8Array;
1268
+ toProtoMsg(message: RequestQuery): RequestQueryProtoMsg;
1269
+ };
1270
+ export declare const RequestCheckTx: {
1271
+ typeUrl: string;
1272
+ is(o: any): o is RequestCheckTx;
1273
+ isAmino(o: any): o is RequestCheckTxAmino;
1274
+ encode(message: RequestCheckTx, writer?: BinaryWriter): BinaryWriter;
1275
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestCheckTx;
1276
+ fromPartial(object: DeepPartial<RequestCheckTx>): RequestCheckTx;
1277
+ fromAmino(object: RequestCheckTxAmino): RequestCheckTx;
1278
+ toAmino(message: RequestCheckTx): RequestCheckTxAmino;
1279
+ fromAminoMsg(object: RequestCheckTxAminoMsg): RequestCheckTx;
1280
+ fromProtoMsg(message: RequestCheckTxProtoMsg): RequestCheckTx;
1281
+ toProto(message: RequestCheckTx): Uint8Array;
1282
+ toProtoMsg(message: RequestCheckTx): RequestCheckTxProtoMsg;
1283
+ };
1284
+ export declare const RequestCommit: {
1285
+ typeUrl: string;
1286
+ is(o: any): o is RequestCommit;
1287
+ isAmino(o: any): o is RequestCommitAmino;
1288
+ encode(_: RequestCommit, writer?: BinaryWriter): BinaryWriter;
1289
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestCommit;
1290
+ fromPartial(_: DeepPartial<RequestCommit>): RequestCommit;
1291
+ fromAmino(_: RequestCommitAmino): RequestCommit;
1292
+ toAmino(_: RequestCommit): RequestCommitAmino;
1293
+ fromAminoMsg(object: RequestCommitAminoMsg): RequestCommit;
1294
+ fromProtoMsg(message: RequestCommitProtoMsg): RequestCommit;
1295
+ toProto(message: RequestCommit): Uint8Array;
1296
+ toProtoMsg(message: RequestCommit): RequestCommitProtoMsg;
1297
+ };
1298
+ export declare const RequestListSnapshots: {
1299
+ typeUrl: string;
1300
+ is(o: any): o is RequestListSnapshots;
1301
+ isAmino(o: any): o is RequestListSnapshotsAmino;
1302
+ encode(_: RequestListSnapshots, writer?: BinaryWriter): BinaryWriter;
1303
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestListSnapshots;
1304
+ fromPartial(_: DeepPartial<RequestListSnapshots>): RequestListSnapshots;
1305
+ fromAmino(_: RequestListSnapshotsAmino): RequestListSnapshots;
1306
+ toAmino(_: RequestListSnapshots): RequestListSnapshotsAmino;
1307
+ fromAminoMsg(object: RequestListSnapshotsAminoMsg): RequestListSnapshots;
1308
+ fromProtoMsg(message: RequestListSnapshotsProtoMsg): RequestListSnapshots;
1309
+ toProto(message: RequestListSnapshots): Uint8Array;
1310
+ toProtoMsg(message: RequestListSnapshots): RequestListSnapshotsProtoMsg;
1311
+ };
1312
+ export declare const RequestOfferSnapshot: {
1313
+ typeUrl: string;
1314
+ is(o: any): o is RequestOfferSnapshot;
1315
+ isAmino(o: any): o is RequestOfferSnapshotAmino;
1316
+ encode(message: RequestOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
1317
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestOfferSnapshot;
1318
+ fromPartial(object: DeepPartial<RequestOfferSnapshot>): RequestOfferSnapshot;
1319
+ fromAmino(object: RequestOfferSnapshotAmino): RequestOfferSnapshot;
1320
+ toAmino(message: RequestOfferSnapshot): RequestOfferSnapshotAmino;
1321
+ fromAminoMsg(object: RequestOfferSnapshotAminoMsg): RequestOfferSnapshot;
1322
+ fromProtoMsg(message: RequestOfferSnapshotProtoMsg): RequestOfferSnapshot;
1323
+ toProto(message: RequestOfferSnapshot): Uint8Array;
1324
+ toProtoMsg(message: RequestOfferSnapshot): RequestOfferSnapshotProtoMsg;
1325
+ };
1326
+ export declare const RequestLoadSnapshotChunk: {
1327
+ typeUrl: string;
1328
+ is(o: any): o is RequestLoadSnapshotChunk;
1329
+ isAmino(o: any): o is RequestLoadSnapshotChunkAmino;
1330
+ encode(message: RequestLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
1331
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestLoadSnapshotChunk;
1332
+ fromPartial(object: DeepPartial<RequestLoadSnapshotChunk>): RequestLoadSnapshotChunk;
1333
+ fromAmino(object: RequestLoadSnapshotChunkAmino): RequestLoadSnapshotChunk;
1334
+ toAmino(message: RequestLoadSnapshotChunk): RequestLoadSnapshotChunkAmino;
1335
+ fromAminoMsg(object: RequestLoadSnapshotChunkAminoMsg): RequestLoadSnapshotChunk;
1336
+ fromProtoMsg(message: RequestLoadSnapshotChunkProtoMsg): RequestLoadSnapshotChunk;
1337
+ toProto(message: RequestLoadSnapshotChunk): Uint8Array;
1338
+ toProtoMsg(message: RequestLoadSnapshotChunk): RequestLoadSnapshotChunkProtoMsg;
1339
+ };
1340
+ export declare const RequestApplySnapshotChunk: {
1341
+ typeUrl: string;
1342
+ is(o: any): o is RequestApplySnapshotChunk;
1343
+ isAmino(o: any): o is RequestApplySnapshotChunkAmino;
1344
+ encode(message: RequestApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
1345
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestApplySnapshotChunk;
1346
+ fromPartial(object: DeepPartial<RequestApplySnapshotChunk>): RequestApplySnapshotChunk;
1347
+ fromAmino(object: RequestApplySnapshotChunkAmino): RequestApplySnapshotChunk;
1348
+ toAmino(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkAmino;
1349
+ fromAminoMsg(object: RequestApplySnapshotChunkAminoMsg): RequestApplySnapshotChunk;
1350
+ fromProtoMsg(message: RequestApplySnapshotChunkProtoMsg): RequestApplySnapshotChunk;
1351
+ toProto(message: RequestApplySnapshotChunk): Uint8Array;
1352
+ toProtoMsg(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkProtoMsg;
1353
+ };
1354
+ export declare const RequestPrepareProposal: {
1355
+ typeUrl: string;
1356
+ is(o: any): o is RequestPrepareProposal;
1357
+ isAmino(o: any): o is RequestPrepareProposalAmino;
1358
+ encode(message: RequestPrepareProposal, writer?: BinaryWriter): BinaryWriter;
1359
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestPrepareProposal;
1360
+ fromPartial(object: DeepPartial<RequestPrepareProposal>): RequestPrepareProposal;
1361
+ fromAmino(object: RequestPrepareProposalAmino): RequestPrepareProposal;
1362
+ toAmino(message: RequestPrepareProposal): RequestPrepareProposalAmino;
1363
+ fromAminoMsg(object: RequestPrepareProposalAminoMsg): RequestPrepareProposal;
1364
+ fromProtoMsg(message: RequestPrepareProposalProtoMsg): RequestPrepareProposal;
1365
+ toProto(message: RequestPrepareProposal): Uint8Array;
1366
+ toProtoMsg(message: RequestPrepareProposal): RequestPrepareProposalProtoMsg;
1367
+ };
1368
+ export declare const RequestProcessProposal: {
1369
+ typeUrl: string;
1370
+ is(o: any): o is RequestProcessProposal;
1371
+ isAmino(o: any): o is RequestProcessProposalAmino;
1372
+ encode(message: RequestProcessProposal, writer?: BinaryWriter): BinaryWriter;
1373
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestProcessProposal;
1374
+ fromPartial(object: DeepPartial<RequestProcessProposal>): RequestProcessProposal;
1375
+ fromAmino(object: RequestProcessProposalAmino): RequestProcessProposal;
1376
+ toAmino(message: RequestProcessProposal): RequestProcessProposalAmino;
1377
+ fromAminoMsg(object: RequestProcessProposalAminoMsg): RequestProcessProposal;
1378
+ fromProtoMsg(message: RequestProcessProposalProtoMsg): RequestProcessProposal;
1379
+ toProto(message: RequestProcessProposal): Uint8Array;
1380
+ toProtoMsg(message: RequestProcessProposal): RequestProcessProposalProtoMsg;
1381
+ };
1382
+ export declare const RequestExtendVote: {
1383
+ typeUrl: string;
1384
+ is(o: any): o is RequestExtendVote;
1385
+ isAmino(o: any): o is RequestExtendVoteAmino;
1386
+ encode(message: RequestExtendVote, writer?: BinaryWriter): BinaryWriter;
1387
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestExtendVote;
1388
+ fromPartial(object: DeepPartial<RequestExtendVote>): RequestExtendVote;
1389
+ fromAmino(object: RequestExtendVoteAmino): RequestExtendVote;
1390
+ toAmino(message: RequestExtendVote): RequestExtendVoteAmino;
1391
+ fromAminoMsg(object: RequestExtendVoteAminoMsg): RequestExtendVote;
1392
+ fromProtoMsg(message: RequestExtendVoteProtoMsg): RequestExtendVote;
1393
+ toProto(message: RequestExtendVote): Uint8Array;
1394
+ toProtoMsg(message: RequestExtendVote): RequestExtendVoteProtoMsg;
1395
+ };
1396
+ export declare const RequestVerifyVoteExtension: {
1397
+ typeUrl: string;
1398
+ is(o: any): o is RequestVerifyVoteExtension;
1399
+ isAmino(o: any): o is RequestVerifyVoteExtensionAmino;
1400
+ encode(message: RequestVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
1401
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestVerifyVoteExtension;
1402
+ fromPartial(object: DeepPartial<RequestVerifyVoteExtension>): RequestVerifyVoteExtension;
1403
+ fromAmino(object: RequestVerifyVoteExtensionAmino): RequestVerifyVoteExtension;
1404
+ toAmino(message: RequestVerifyVoteExtension): RequestVerifyVoteExtensionAmino;
1405
+ fromAminoMsg(object: RequestVerifyVoteExtensionAminoMsg): RequestVerifyVoteExtension;
1406
+ fromProtoMsg(message: RequestVerifyVoteExtensionProtoMsg): RequestVerifyVoteExtension;
1407
+ toProto(message: RequestVerifyVoteExtension): Uint8Array;
1408
+ toProtoMsg(message: RequestVerifyVoteExtension): RequestVerifyVoteExtensionProtoMsg;
1409
+ };
1410
+ export declare const RequestFinalizeBlock: {
1411
+ typeUrl: string;
1412
+ is(o: any): o is RequestFinalizeBlock;
1413
+ isAmino(o: any): o is RequestFinalizeBlockAmino;
1414
+ encode(message: RequestFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
1415
+ decode(input: BinaryReader | Uint8Array, length?: number): RequestFinalizeBlock;
1416
+ fromPartial(object: DeepPartial<RequestFinalizeBlock>): RequestFinalizeBlock;
1417
+ fromAmino(object: RequestFinalizeBlockAmino): RequestFinalizeBlock;
1418
+ toAmino(message: RequestFinalizeBlock): RequestFinalizeBlockAmino;
1419
+ fromAminoMsg(object: RequestFinalizeBlockAminoMsg): RequestFinalizeBlock;
1420
+ fromProtoMsg(message: RequestFinalizeBlockProtoMsg): RequestFinalizeBlock;
1421
+ toProto(message: RequestFinalizeBlock): Uint8Array;
1422
+ toProtoMsg(message: RequestFinalizeBlock): RequestFinalizeBlockProtoMsg;
1423
+ };
1424
+ export declare const Response: {
1425
+ typeUrl: string;
1426
+ is(o: any): o is Response;
1427
+ isAmino(o: any): o is ResponseAmino;
1428
+ encode(message: Response, writer?: BinaryWriter): BinaryWriter;
1429
+ decode(input: BinaryReader | Uint8Array, length?: number): Response;
1430
+ fromPartial(object: DeepPartial<Response>): Response;
1431
+ fromAmino(object: ResponseAmino): Response;
1432
+ toAmino(message: Response): ResponseAmino;
1433
+ fromAminoMsg(object: ResponseAminoMsg): Response;
1434
+ fromProtoMsg(message: ResponseProtoMsg): Response;
1435
+ toProto(message: Response): Uint8Array;
1436
+ toProtoMsg(message: Response): ResponseProtoMsg;
1437
+ };
1438
+ export declare const ResponseException: {
1439
+ typeUrl: string;
1440
+ is(o: any): o is ResponseException;
1441
+ isAmino(o: any): o is ResponseExceptionAmino;
1442
+ encode(message: ResponseException, writer?: BinaryWriter): BinaryWriter;
1443
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseException;
1444
+ fromPartial(object: DeepPartial<ResponseException>): ResponseException;
1445
+ fromAmino(object: ResponseExceptionAmino): ResponseException;
1446
+ toAmino(message: ResponseException): ResponseExceptionAmino;
1447
+ fromAminoMsg(object: ResponseExceptionAminoMsg): ResponseException;
1448
+ fromProtoMsg(message: ResponseExceptionProtoMsg): ResponseException;
1449
+ toProto(message: ResponseException): Uint8Array;
1450
+ toProtoMsg(message: ResponseException): ResponseExceptionProtoMsg;
1451
+ };
1452
+ export declare const ResponseEcho: {
1453
+ typeUrl: string;
1454
+ is(o: any): o is ResponseEcho;
1455
+ isAmino(o: any): o is ResponseEchoAmino;
1456
+ encode(message: ResponseEcho, writer?: BinaryWriter): BinaryWriter;
1457
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseEcho;
1458
+ fromPartial(object: DeepPartial<ResponseEcho>): ResponseEcho;
1459
+ fromAmino(object: ResponseEchoAmino): ResponseEcho;
1460
+ toAmino(message: ResponseEcho): ResponseEchoAmino;
1461
+ fromAminoMsg(object: ResponseEchoAminoMsg): ResponseEcho;
1462
+ fromProtoMsg(message: ResponseEchoProtoMsg): ResponseEcho;
1463
+ toProto(message: ResponseEcho): Uint8Array;
1464
+ toProtoMsg(message: ResponseEcho): ResponseEchoProtoMsg;
1465
+ };
1466
+ export declare const ResponseFlush: {
1467
+ typeUrl: string;
1468
+ is(o: any): o is ResponseFlush;
1469
+ isAmino(o: any): o is ResponseFlushAmino;
1470
+ encode(_: ResponseFlush, writer?: BinaryWriter): BinaryWriter;
1471
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseFlush;
1472
+ fromPartial(_: DeepPartial<ResponseFlush>): ResponseFlush;
1473
+ fromAmino(_: ResponseFlushAmino): ResponseFlush;
1474
+ toAmino(_: ResponseFlush): ResponseFlushAmino;
1475
+ fromAminoMsg(object: ResponseFlushAminoMsg): ResponseFlush;
1476
+ fromProtoMsg(message: ResponseFlushProtoMsg): ResponseFlush;
1477
+ toProto(message: ResponseFlush): Uint8Array;
1478
+ toProtoMsg(message: ResponseFlush): ResponseFlushProtoMsg;
1479
+ };
1480
+ export declare const ResponseInfo: {
1481
+ typeUrl: string;
1482
+ is(o: any): o is ResponseInfo;
1483
+ isAmino(o: any): o is ResponseInfoAmino;
1484
+ encode(message: ResponseInfo, writer?: BinaryWriter): BinaryWriter;
1485
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseInfo;
1486
+ fromPartial(object: DeepPartial<ResponseInfo>): ResponseInfo;
1487
+ fromAmino(object: ResponseInfoAmino): ResponseInfo;
1488
+ toAmino(message: ResponseInfo): ResponseInfoAmino;
1489
+ fromAminoMsg(object: ResponseInfoAminoMsg): ResponseInfo;
1490
+ fromProtoMsg(message: ResponseInfoProtoMsg): ResponseInfo;
1491
+ toProto(message: ResponseInfo): Uint8Array;
1492
+ toProtoMsg(message: ResponseInfo): ResponseInfoProtoMsg;
1493
+ };
1494
+ export declare const ResponseInitChain: {
1495
+ typeUrl: string;
1496
+ is(o: any): o is ResponseInitChain;
1497
+ isAmino(o: any): o is ResponseInitChainAmino;
1498
+ encode(message: ResponseInitChain, writer?: BinaryWriter): BinaryWriter;
1499
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseInitChain;
1500
+ fromPartial(object: DeepPartial<ResponseInitChain>): ResponseInitChain;
1501
+ fromAmino(object: ResponseInitChainAmino): ResponseInitChain;
1502
+ toAmino(message: ResponseInitChain): ResponseInitChainAmino;
1503
+ fromAminoMsg(object: ResponseInitChainAminoMsg): ResponseInitChain;
1504
+ fromProtoMsg(message: ResponseInitChainProtoMsg): ResponseInitChain;
1505
+ toProto(message: ResponseInitChain): Uint8Array;
1506
+ toProtoMsg(message: ResponseInitChain): ResponseInitChainProtoMsg;
1507
+ };
1508
+ export declare const ResponseQuery: {
1509
+ typeUrl: string;
1510
+ is(o: any): o is ResponseQuery;
1511
+ isAmino(o: any): o is ResponseQueryAmino;
1512
+ encode(message: ResponseQuery, writer?: BinaryWriter): BinaryWriter;
1513
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseQuery;
1514
+ fromPartial(object: DeepPartial<ResponseQuery>): ResponseQuery;
1515
+ fromAmino(object: ResponseQueryAmino): ResponseQuery;
1516
+ toAmino(message: ResponseQuery): ResponseQueryAmino;
1517
+ fromAminoMsg(object: ResponseQueryAminoMsg): ResponseQuery;
1518
+ fromProtoMsg(message: ResponseQueryProtoMsg): ResponseQuery;
1519
+ toProto(message: ResponseQuery): Uint8Array;
1520
+ toProtoMsg(message: ResponseQuery): ResponseQueryProtoMsg;
1521
+ };
1522
+ export declare const ResponseCheckTx: {
1523
+ typeUrl: string;
1524
+ is(o: any): o is ResponseCheckTx;
1525
+ isAmino(o: any): o is ResponseCheckTxAmino;
1526
+ encode(message: ResponseCheckTx, writer?: BinaryWriter): BinaryWriter;
1527
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseCheckTx;
1528
+ fromPartial(object: DeepPartial<ResponseCheckTx>): ResponseCheckTx;
1529
+ fromAmino(object: ResponseCheckTxAmino): ResponseCheckTx;
1530
+ toAmino(message: ResponseCheckTx): ResponseCheckTxAmino;
1531
+ fromAminoMsg(object: ResponseCheckTxAminoMsg): ResponseCheckTx;
1532
+ fromProtoMsg(message: ResponseCheckTxProtoMsg): ResponseCheckTx;
1533
+ toProto(message: ResponseCheckTx): Uint8Array;
1534
+ toProtoMsg(message: ResponseCheckTx): ResponseCheckTxProtoMsg;
1535
+ };
1536
+ export declare const ResponseCommit: {
1537
+ typeUrl: string;
1538
+ is(o: any): o is ResponseCommit;
1539
+ isAmino(o: any): o is ResponseCommitAmino;
1540
+ encode(message: ResponseCommit, writer?: BinaryWriter): BinaryWriter;
1541
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseCommit;
1542
+ fromPartial(object: DeepPartial<ResponseCommit>): ResponseCommit;
1543
+ fromAmino(object: ResponseCommitAmino): ResponseCommit;
1544
+ toAmino(message: ResponseCommit): ResponseCommitAmino;
1545
+ fromAminoMsg(object: ResponseCommitAminoMsg): ResponseCommit;
1546
+ fromProtoMsg(message: ResponseCommitProtoMsg): ResponseCommit;
1547
+ toProto(message: ResponseCommit): Uint8Array;
1548
+ toProtoMsg(message: ResponseCommit): ResponseCommitProtoMsg;
1549
+ };
1550
+ export declare const ResponseListSnapshots: {
1551
+ typeUrl: string;
1552
+ is(o: any): o is ResponseListSnapshots;
1553
+ isAmino(o: any): o is ResponseListSnapshotsAmino;
1554
+ encode(message: ResponseListSnapshots, writer?: BinaryWriter): BinaryWriter;
1555
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseListSnapshots;
1556
+ fromPartial(object: DeepPartial<ResponseListSnapshots>): ResponseListSnapshots;
1557
+ fromAmino(object: ResponseListSnapshotsAmino): ResponseListSnapshots;
1558
+ toAmino(message: ResponseListSnapshots): ResponseListSnapshotsAmino;
1559
+ fromAminoMsg(object: ResponseListSnapshotsAminoMsg): ResponseListSnapshots;
1560
+ fromProtoMsg(message: ResponseListSnapshotsProtoMsg): ResponseListSnapshots;
1561
+ toProto(message: ResponseListSnapshots): Uint8Array;
1562
+ toProtoMsg(message: ResponseListSnapshots): ResponseListSnapshotsProtoMsg;
1563
+ };
1564
+ export declare const ResponseOfferSnapshot: {
1565
+ typeUrl: string;
1566
+ is(o: any): o is ResponseOfferSnapshot;
1567
+ isAmino(o: any): o is ResponseOfferSnapshotAmino;
1568
+ encode(message: ResponseOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
1569
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseOfferSnapshot;
1570
+ fromPartial(object: DeepPartial<ResponseOfferSnapshot>): ResponseOfferSnapshot;
1571
+ fromAmino(object: ResponseOfferSnapshotAmino): ResponseOfferSnapshot;
1572
+ toAmino(message: ResponseOfferSnapshot): ResponseOfferSnapshotAmino;
1573
+ fromAminoMsg(object: ResponseOfferSnapshotAminoMsg): ResponseOfferSnapshot;
1574
+ fromProtoMsg(message: ResponseOfferSnapshotProtoMsg): ResponseOfferSnapshot;
1575
+ toProto(message: ResponseOfferSnapshot): Uint8Array;
1576
+ toProtoMsg(message: ResponseOfferSnapshot): ResponseOfferSnapshotProtoMsg;
1577
+ };
1578
+ export declare const ResponseLoadSnapshotChunk: {
1579
+ typeUrl: string;
1580
+ is(o: any): o is ResponseLoadSnapshotChunk;
1581
+ isAmino(o: any): o is ResponseLoadSnapshotChunkAmino;
1582
+ encode(message: ResponseLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
1583
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseLoadSnapshotChunk;
1584
+ fromPartial(object: DeepPartial<ResponseLoadSnapshotChunk>): ResponseLoadSnapshotChunk;
1585
+ fromAmino(object: ResponseLoadSnapshotChunkAmino): ResponseLoadSnapshotChunk;
1586
+ toAmino(message: ResponseLoadSnapshotChunk): ResponseLoadSnapshotChunkAmino;
1587
+ fromAminoMsg(object: ResponseLoadSnapshotChunkAminoMsg): ResponseLoadSnapshotChunk;
1588
+ fromProtoMsg(message: ResponseLoadSnapshotChunkProtoMsg): ResponseLoadSnapshotChunk;
1589
+ toProto(message: ResponseLoadSnapshotChunk): Uint8Array;
1590
+ toProtoMsg(message: ResponseLoadSnapshotChunk): ResponseLoadSnapshotChunkProtoMsg;
1591
+ };
1592
+ export declare const ResponseApplySnapshotChunk: {
1593
+ typeUrl: string;
1594
+ is(o: any): o is ResponseApplySnapshotChunk;
1595
+ isAmino(o: any): o is ResponseApplySnapshotChunkAmino;
1596
+ encode(message: ResponseApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
1597
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseApplySnapshotChunk;
1598
+ fromPartial(object: DeepPartial<ResponseApplySnapshotChunk>): ResponseApplySnapshotChunk;
1599
+ fromAmino(object: ResponseApplySnapshotChunkAmino): ResponseApplySnapshotChunk;
1600
+ toAmino(message: ResponseApplySnapshotChunk): ResponseApplySnapshotChunkAmino;
1601
+ fromAminoMsg(object: ResponseApplySnapshotChunkAminoMsg): ResponseApplySnapshotChunk;
1602
+ fromProtoMsg(message: ResponseApplySnapshotChunkProtoMsg): ResponseApplySnapshotChunk;
1603
+ toProto(message: ResponseApplySnapshotChunk): Uint8Array;
1604
+ toProtoMsg(message: ResponseApplySnapshotChunk): ResponseApplySnapshotChunkProtoMsg;
1605
+ };
1606
+ export declare const ResponsePrepareProposal: {
1607
+ typeUrl: string;
1608
+ is(o: any): o is ResponsePrepareProposal;
1609
+ isAmino(o: any): o is ResponsePrepareProposalAmino;
1610
+ encode(message: ResponsePrepareProposal, writer?: BinaryWriter): BinaryWriter;
1611
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponsePrepareProposal;
1612
+ fromPartial(object: DeepPartial<ResponsePrepareProposal>): ResponsePrepareProposal;
1613
+ fromAmino(object: ResponsePrepareProposalAmino): ResponsePrepareProposal;
1614
+ toAmino(message: ResponsePrepareProposal): ResponsePrepareProposalAmino;
1615
+ fromAminoMsg(object: ResponsePrepareProposalAminoMsg): ResponsePrepareProposal;
1616
+ fromProtoMsg(message: ResponsePrepareProposalProtoMsg): ResponsePrepareProposal;
1617
+ toProto(message: ResponsePrepareProposal): Uint8Array;
1618
+ toProtoMsg(message: ResponsePrepareProposal): ResponsePrepareProposalProtoMsg;
1619
+ };
1620
+ export declare const ResponseProcessProposal: {
1621
+ typeUrl: string;
1622
+ is(o: any): o is ResponseProcessProposal;
1623
+ isAmino(o: any): o is ResponseProcessProposalAmino;
1624
+ encode(message: ResponseProcessProposal, writer?: BinaryWriter): BinaryWriter;
1625
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseProcessProposal;
1626
+ fromPartial(object: DeepPartial<ResponseProcessProposal>): ResponseProcessProposal;
1627
+ fromAmino(object: ResponseProcessProposalAmino): ResponseProcessProposal;
1628
+ toAmino(message: ResponseProcessProposal): ResponseProcessProposalAmino;
1629
+ fromAminoMsg(object: ResponseProcessProposalAminoMsg): ResponseProcessProposal;
1630
+ fromProtoMsg(message: ResponseProcessProposalProtoMsg): ResponseProcessProposal;
1631
+ toProto(message: ResponseProcessProposal): Uint8Array;
1632
+ toProtoMsg(message: ResponseProcessProposal): ResponseProcessProposalProtoMsg;
1633
+ };
1634
+ export declare const ResponseExtendVote: {
1635
+ typeUrl: string;
1636
+ is(o: any): o is ResponseExtendVote;
1637
+ isAmino(o: any): o is ResponseExtendVoteAmino;
1638
+ encode(message: ResponseExtendVote, writer?: BinaryWriter): BinaryWriter;
1639
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseExtendVote;
1640
+ fromPartial(object: DeepPartial<ResponseExtendVote>): ResponseExtendVote;
1641
+ fromAmino(object: ResponseExtendVoteAmino): ResponseExtendVote;
1642
+ toAmino(message: ResponseExtendVote): ResponseExtendVoteAmino;
1643
+ fromAminoMsg(object: ResponseExtendVoteAminoMsg): ResponseExtendVote;
1644
+ fromProtoMsg(message: ResponseExtendVoteProtoMsg): ResponseExtendVote;
1645
+ toProto(message: ResponseExtendVote): Uint8Array;
1646
+ toProtoMsg(message: ResponseExtendVote): ResponseExtendVoteProtoMsg;
1647
+ };
1648
+ export declare const ResponseVerifyVoteExtension: {
1649
+ typeUrl: string;
1650
+ is(o: any): o is ResponseVerifyVoteExtension;
1651
+ isAmino(o: any): o is ResponseVerifyVoteExtensionAmino;
1652
+ encode(message: ResponseVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
1653
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseVerifyVoteExtension;
1654
+ fromPartial(object: DeepPartial<ResponseVerifyVoteExtension>): ResponseVerifyVoteExtension;
1655
+ fromAmino(object: ResponseVerifyVoteExtensionAmino): ResponseVerifyVoteExtension;
1656
+ toAmino(message: ResponseVerifyVoteExtension): ResponseVerifyVoteExtensionAmino;
1657
+ fromAminoMsg(object: ResponseVerifyVoteExtensionAminoMsg): ResponseVerifyVoteExtension;
1658
+ fromProtoMsg(message: ResponseVerifyVoteExtensionProtoMsg): ResponseVerifyVoteExtension;
1659
+ toProto(message: ResponseVerifyVoteExtension): Uint8Array;
1660
+ toProtoMsg(message: ResponseVerifyVoteExtension): ResponseVerifyVoteExtensionProtoMsg;
1661
+ };
1662
+ export declare const ResponseFinalizeBlock: {
1663
+ typeUrl: string;
1664
+ is(o: any): o is ResponseFinalizeBlock;
1665
+ isAmino(o: any): o is ResponseFinalizeBlockAmino;
1666
+ encode(message: ResponseFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
1667
+ decode(input: BinaryReader | Uint8Array, length?: number): ResponseFinalizeBlock;
1668
+ fromPartial(object: DeepPartial<ResponseFinalizeBlock>): ResponseFinalizeBlock;
1669
+ fromAmino(object: ResponseFinalizeBlockAmino): ResponseFinalizeBlock;
1670
+ toAmino(message: ResponseFinalizeBlock): ResponseFinalizeBlockAmino;
1671
+ fromAminoMsg(object: ResponseFinalizeBlockAminoMsg): ResponseFinalizeBlock;
1672
+ fromProtoMsg(message: ResponseFinalizeBlockProtoMsg): ResponseFinalizeBlock;
1673
+ toProto(message: ResponseFinalizeBlock): Uint8Array;
1674
+ toProtoMsg(message: ResponseFinalizeBlock): ResponseFinalizeBlockProtoMsg;
1675
+ };
1676
+ export declare const CommitInfo: {
1677
+ typeUrl: string;
1678
+ is(o: any): o is CommitInfo;
1679
+ isAmino(o: any): o is CommitInfoAmino;
1680
+ encode(message: CommitInfo, writer?: BinaryWriter): BinaryWriter;
1681
+ decode(input: BinaryReader | Uint8Array, length?: number): CommitInfo;
1682
+ fromPartial(object: DeepPartial<CommitInfo>): CommitInfo;
1683
+ fromAmino(object: CommitInfoAmino): CommitInfo;
1684
+ toAmino(message: CommitInfo): CommitInfoAmino;
1685
+ fromAminoMsg(object: CommitInfoAminoMsg): CommitInfo;
1686
+ fromProtoMsg(message: CommitInfoProtoMsg): CommitInfo;
1687
+ toProto(message: CommitInfo): Uint8Array;
1688
+ toProtoMsg(message: CommitInfo): CommitInfoProtoMsg;
1689
+ };
1690
+ export declare const ExtendedCommitInfo: {
1691
+ typeUrl: string;
1692
+ is(o: any): o is ExtendedCommitInfo;
1693
+ isAmino(o: any): o is ExtendedCommitInfoAmino;
1694
+ encode(message: ExtendedCommitInfo, writer?: BinaryWriter): BinaryWriter;
1695
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtendedCommitInfo;
1696
+ fromPartial(object: DeepPartial<ExtendedCommitInfo>): ExtendedCommitInfo;
1697
+ fromAmino(object: ExtendedCommitInfoAmino): ExtendedCommitInfo;
1698
+ toAmino(message: ExtendedCommitInfo): ExtendedCommitInfoAmino;
1699
+ fromAminoMsg(object: ExtendedCommitInfoAminoMsg): ExtendedCommitInfo;
1700
+ fromProtoMsg(message: ExtendedCommitInfoProtoMsg): ExtendedCommitInfo;
1701
+ toProto(message: ExtendedCommitInfo): Uint8Array;
1702
+ toProtoMsg(message: ExtendedCommitInfo): ExtendedCommitInfoProtoMsg;
1703
+ };
1704
+ export declare const Event: {
1705
+ typeUrl: string;
1706
+ is(o: any): o is Event;
1707
+ isAmino(o: any): o is EventAmino;
1708
+ encode(message: Event, writer?: BinaryWriter): BinaryWriter;
1709
+ decode(input: BinaryReader | Uint8Array, length?: number): Event;
1710
+ fromPartial(object: DeepPartial<Event>): Event;
1711
+ fromAmino(object: EventAmino): Event;
1712
+ toAmino(message: Event): EventAmino;
1713
+ fromAminoMsg(object: EventAminoMsg): Event;
1714
+ fromProtoMsg(message: EventProtoMsg): Event;
1715
+ toProto(message: Event): Uint8Array;
1716
+ toProtoMsg(message: Event): EventProtoMsg;
1717
+ };
1718
+ export declare const EventAttribute: {
1719
+ typeUrl: string;
1720
+ is(o: any): o is EventAttribute;
1721
+ isAmino(o: any): o is EventAttributeAmino;
1722
+ encode(message: EventAttribute, writer?: BinaryWriter): BinaryWriter;
1723
+ decode(input: BinaryReader | Uint8Array, length?: number): EventAttribute;
1724
+ fromPartial(object: DeepPartial<EventAttribute>): EventAttribute;
1725
+ fromAmino(object: EventAttributeAmino): EventAttribute;
1726
+ toAmino(message: EventAttribute): EventAttributeAmino;
1727
+ fromAminoMsg(object: EventAttributeAminoMsg): EventAttribute;
1728
+ fromProtoMsg(message: EventAttributeProtoMsg): EventAttribute;
1729
+ toProto(message: EventAttribute): Uint8Array;
1730
+ toProtoMsg(message: EventAttribute): EventAttributeProtoMsg;
1731
+ };
1732
+ export declare const ExecTxResult: {
1733
+ typeUrl: string;
1734
+ is(o: any): o is ExecTxResult;
1735
+ isAmino(o: any): o is ExecTxResultAmino;
1736
+ encode(message: ExecTxResult, writer?: BinaryWriter): BinaryWriter;
1737
+ decode(input: BinaryReader | Uint8Array, length?: number): ExecTxResult;
1738
+ fromPartial(object: DeepPartial<ExecTxResult>): ExecTxResult;
1739
+ fromAmino(object: ExecTxResultAmino): ExecTxResult;
1740
+ toAmino(message: ExecTxResult): ExecTxResultAmino;
1741
+ fromAminoMsg(object: ExecTxResultAminoMsg): ExecTxResult;
1742
+ fromProtoMsg(message: ExecTxResultProtoMsg): ExecTxResult;
1743
+ toProto(message: ExecTxResult): Uint8Array;
1744
+ toProtoMsg(message: ExecTxResult): ExecTxResultProtoMsg;
1745
+ };
1746
+ export declare const TxResult: {
1747
+ typeUrl: string;
1748
+ is(o: any): o is TxResult;
1749
+ isAmino(o: any): o is TxResultAmino;
1750
+ encode(message: TxResult, writer?: BinaryWriter): BinaryWriter;
1751
+ decode(input: BinaryReader | Uint8Array, length?: number): TxResult;
1752
+ fromPartial(object: DeepPartial<TxResult>): TxResult;
1753
+ fromAmino(object: TxResultAmino): TxResult;
1754
+ toAmino(message: TxResult): TxResultAmino;
1755
+ fromAminoMsg(object: TxResultAminoMsg): TxResult;
1756
+ fromProtoMsg(message: TxResultProtoMsg): TxResult;
1757
+ toProto(message: TxResult): Uint8Array;
1758
+ toProtoMsg(message: TxResult): TxResultProtoMsg;
1759
+ };
1760
+ export declare const Validator: {
1761
+ typeUrl: string;
1762
+ is(o: any): o is Validator;
1763
+ isAmino(o: any): o is ValidatorAmino;
1764
+ encode(message: Validator, writer?: BinaryWriter): BinaryWriter;
1765
+ decode(input: BinaryReader | Uint8Array, length?: number): Validator;
1766
+ fromPartial(object: DeepPartial<Validator>): Validator;
1767
+ fromAmino(object: ValidatorAmino): Validator;
1768
+ toAmino(message: Validator): ValidatorAmino;
1769
+ fromAminoMsg(object: ValidatorAminoMsg): Validator;
1770
+ fromProtoMsg(message: ValidatorProtoMsg): Validator;
1771
+ toProto(message: Validator): Uint8Array;
1772
+ toProtoMsg(message: Validator): ValidatorProtoMsg;
1773
+ };
1774
+ export declare const ValidatorUpdate: {
1775
+ typeUrl: string;
1776
+ is(o: any): o is ValidatorUpdate;
1777
+ isAmino(o: any): o is ValidatorUpdateAmino;
1778
+ encode(message: ValidatorUpdate, writer?: BinaryWriter): BinaryWriter;
1779
+ decode(input: BinaryReader | Uint8Array, length?: number): ValidatorUpdate;
1780
+ fromPartial(object: DeepPartial<ValidatorUpdate>): ValidatorUpdate;
1781
+ fromAmino(object: ValidatorUpdateAmino): ValidatorUpdate;
1782
+ toAmino(message: ValidatorUpdate): ValidatorUpdateAmino;
1783
+ fromAminoMsg(object: ValidatorUpdateAminoMsg): ValidatorUpdate;
1784
+ fromProtoMsg(message: ValidatorUpdateProtoMsg): ValidatorUpdate;
1785
+ toProto(message: ValidatorUpdate): Uint8Array;
1786
+ toProtoMsg(message: ValidatorUpdate): ValidatorUpdateProtoMsg;
1787
+ };
1788
+ export declare const VoteInfo: {
1789
+ typeUrl: string;
1790
+ is(o: any): o is VoteInfo;
1791
+ isAmino(o: any): o is VoteInfoAmino;
1792
+ encode(message: VoteInfo, writer?: BinaryWriter): BinaryWriter;
1793
+ decode(input: BinaryReader | Uint8Array, length?: number): VoteInfo;
1794
+ fromPartial(object: DeepPartial<VoteInfo>): VoteInfo;
1795
+ fromAmino(object: VoteInfoAmino): VoteInfo;
1796
+ toAmino(message: VoteInfo): VoteInfoAmino;
1797
+ fromAminoMsg(object: VoteInfoAminoMsg): VoteInfo;
1798
+ fromProtoMsg(message: VoteInfoProtoMsg): VoteInfo;
1799
+ toProto(message: VoteInfo): Uint8Array;
1800
+ toProtoMsg(message: VoteInfo): VoteInfoProtoMsg;
1801
+ };
1802
+ export declare const ExtendedVoteInfo: {
1803
+ typeUrl: string;
1804
+ is(o: any): o is ExtendedVoteInfo;
1805
+ isAmino(o: any): o is ExtendedVoteInfoAmino;
1806
+ encode(message: ExtendedVoteInfo, writer?: BinaryWriter): BinaryWriter;
1807
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtendedVoteInfo;
1808
+ fromPartial(object: DeepPartial<ExtendedVoteInfo>): ExtendedVoteInfo;
1809
+ fromAmino(object: ExtendedVoteInfoAmino): ExtendedVoteInfo;
1810
+ toAmino(message: ExtendedVoteInfo): ExtendedVoteInfoAmino;
1811
+ fromAminoMsg(object: ExtendedVoteInfoAminoMsg): ExtendedVoteInfo;
1812
+ fromProtoMsg(message: ExtendedVoteInfoProtoMsg): ExtendedVoteInfo;
1813
+ toProto(message: ExtendedVoteInfo): Uint8Array;
1814
+ toProtoMsg(message: ExtendedVoteInfo): ExtendedVoteInfoProtoMsg;
1815
+ };
1816
+ export declare const Misbehavior: {
1817
+ typeUrl: string;
1818
+ is(o: any): o is Misbehavior;
1819
+ isAmino(o: any): o is MisbehaviorAmino;
1820
+ encode(message: Misbehavior, writer?: BinaryWriter): BinaryWriter;
1821
+ decode(input: BinaryReader | Uint8Array, length?: number): Misbehavior;
1822
+ fromPartial(object: DeepPartial<Misbehavior>): Misbehavior;
1823
+ fromAmino(object: MisbehaviorAmino): Misbehavior;
1824
+ toAmino(message: Misbehavior): MisbehaviorAmino;
1825
+ fromAminoMsg(object: MisbehaviorAminoMsg): Misbehavior;
1826
+ fromProtoMsg(message: MisbehaviorProtoMsg): Misbehavior;
1827
+ toProto(message: Misbehavior): Uint8Array;
1828
+ toProtoMsg(message: Misbehavior): MisbehaviorProtoMsg;
1829
+ };
1830
+ export declare const Snapshot: {
1831
+ typeUrl: string;
1832
+ is(o: any): o is Snapshot;
1833
+ isAmino(o: any): o is SnapshotAmino;
1834
+ encode(message: Snapshot, writer?: BinaryWriter): BinaryWriter;
1835
+ decode(input: BinaryReader | Uint8Array, length?: number): Snapshot;
1836
+ fromPartial(object: DeepPartial<Snapshot>): Snapshot;
1837
+ fromAmino(object: SnapshotAmino): Snapshot;
1838
+ toAmino(message: Snapshot): SnapshotAmino;
1839
+ fromAminoMsg(object: SnapshotAminoMsg): Snapshot;
1840
+ fromProtoMsg(message: SnapshotProtoMsg): Snapshot;
1841
+ toProto(message: Snapshot): Uint8Array;
1842
+ toProtoMsg(message: Snapshot): SnapshotProtoMsg;
1843
+ };