decentralcardgame-cardchain-client-ts 0.0.30 → 0.0.32

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 (1873) hide show
  1. package/lib/cardchain.cardchain/index.d.ts +5 -0
  2. package/lib/cardchain.cardchain/index.js +5 -0
  3. package/lib/cardchain.cardchain/module.d.ts +604 -0
  4. package/lib/cardchain.cardchain/module.js +1313 -0
  5. package/lib/cardchain.cardchain/registry.d.ts +3 -0
  6. package/lib/cardchain.cardchain/registry.js +107 -0
  7. package/lib/cardchain.cardchain/rest.d.ts +610 -0
  8. package/lib/cardchain.cardchain/rest.js +383 -0
  9. package/lib/cardchain.cardchain/types.d.ts +30 -0
  10. package/lib/cardchain.cardchain/types.js +30 -0
  11. package/lib/cardchain.featureflag/index.d.ts +5 -0
  12. package/lib/cardchain.featureflag/index.js +5 -0
  13. package/lib/cardchain.featureflag/module.d.ts +54 -0
  14. package/lib/cardchain.featureflag/module.js +109 -0
  15. package/lib/cardchain.featureflag/registry.d.ts +3 -0
  16. package/lib/cardchain.featureflag/registry.js +7 -0
  17. package/lib/cardchain.featureflag/rest.d.ts +118 -0
  18. package/lib/cardchain.featureflag/rest.js +117 -0
  19. package/lib/cardchain.featureflag/types.d.ts +3 -0
  20. package/lib/cardchain.featureflag/types.js +3 -0
  21. package/lib/client.d.ts +19 -0
  22. package/lib/client.js +133 -0
  23. package/lib/cosmos.auth.v1beta1/index.d.ts +5 -0
  24. package/lib/cosmos.auth.v1beta1/index.js +5 -0
  25. package/lib/cosmos.auth.v1beta1/module.d.ts +43 -0
  26. package/lib/cosmos.auth.v1beta1/module.js +90 -0
  27. package/lib/cosmos.auth.v1beta1/registry.d.ts +3 -0
  28. package/lib/cosmos.auth.v1beta1/registry.js +5 -0
  29. package/lib/cosmos.auth.v1beta1/rest.d.ts +213 -0
  30. package/lib/cosmos.auth.v1beta1/rest.js +215 -0
  31. package/lib/cosmos.auth.v1beta1/types.d.ts +5 -0
  32. package/lib/cosmos.auth.v1beta1/types.js +5 -0
  33. package/lib/cosmos.authz.v1beta1/index.d.ts +5 -0
  34. package/lib/cosmos.authz.v1beta1/index.js +5 -0
  35. package/lib/cosmos.authz.v1beta1/module.d.ts +65 -0
  36. package/lib/cosmos.authz.v1beta1/module.js +140 -0
  37. package/lib/cosmos.authz.v1beta1/registry.d.ts +3 -0
  38. package/lib/cosmos.authz.v1beta1/registry.js +9 -0
  39. package/lib/cosmos.authz.v1beta1/rest.d.ts +148 -0
  40. package/lib/cosmos.authz.v1beta1/rest.js +117 -0
  41. package/lib/cosmos.authz.v1beta1/types.d.ts +7 -0
  42. package/lib/cosmos.authz.v1beta1/types.js +7 -0
  43. package/lib/cosmos.bank.v1beta1/index.d.ts +5 -0
  44. package/lib/cosmos.bank.v1beta1/index.js +5 -0
  45. package/lib/cosmos.bank.v1beta1/module.d.ts +76 -0
  46. package/lib/cosmos.bank.v1beta1/module.js +171 -0
  47. package/lib/cosmos.bank.v1beta1/registry.d.ts +3 -0
  48. package/lib/cosmos.bank.v1beta1/registry.js +11 -0
  49. package/lib/cosmos.bank.v1beta1/rest.d.ts +328 -0
  50. package/lib/cosmos.bank.v1beta1/rest.js +257 -0
  51. package/lib/cosmos.bank.v1beta1/types.d.ts +11 -0
  52. package/lib/cosmos.bank.v1beta1/types.js +11 -0
  53. package/lib/cosmos.base.node.v1beta1/index.d.ts +5 -0
  54. package/lib/cosmos.base.node.v1beta1/index.js +5 -0
  55. package/lib/cosmos.base.node.v1beta1/module.d.ts +30 -0
  56. package/lib/cosmos.base.node.v1beta1/module.js +55 -0
  57. package/lib/cosmos.base.node.v1beta1/registry.d.ts +3 -0
  58. package/lib/cosmos.base.node.v1beta1/rest.d.ts +107 -0
  59. package/lib/cosmos.base.node.v1beta1/rest.js +103 -0
  60. package/lib/cosmos.base.tendermint.v1beta1/index.d.ts +5 -0
  61. package/lib/cosmos.base.tendermint.v1beta1/index.js +5 -0
  62. package/lib/cosmos.base.tendermint.v1beta1/module.d.ts +30 -0
  63. package/lib/cosmos.base.tendermint.v1beta1/module.js +70 -0
  64. package/lib/cosmos.base.tendermint.v1beta1/registry.d.ts +3 -0
  65. package/lib/cosmos.base.tendermint.v1beta1/rest.d.ts +928 -0
  66. package/lib/cosmos.base.tendermint.v1beta1/rest.js +173 -0
  67. package/lib/cosmos.base.tendermint.v1beta1/types.d.ts +8 -0
  68. package/lib/cosmos.base.tendermint.v1beta1/types.js +8 -0
  69. package/lib/cosmos.circuit.v1/index.d.ts +5 -0
  70. package/lib/cosmos.circuit.v1/index.js +5 -0
  71. package/lib/cosmos.circuit.v1/module.d.ts +65 -0
  72. package/lib/cosmos.circuit.v1/module.js +132 -0
  73. package/lib/cosmos.circuit.v1/registry.d.ts +3 -0
  74. package/lib/cosmos.circuit.v1/registry.js +9 -0
  75. package/lib/cosmos.circuit.v1/rest.d.ts +125 -0
  76. package/lib/cosmos.circuit.v1/rest.js +117 -0
  77. package/lib/cosmos.circuit.v1/types.d.ts +3 -0
  78. package/lib/cosmos.circuit.v1/types.js +3 -0
  79. package/lib/cosmos.consensus.v1/index.d.ts +5 -0
  80. package/lib/cosmos.consensus.v1/index.js +5 -0
  81. package/lib/cosmos.consensus.v1/module.d.ts +43 -0
  82. package/lib/cosmos.consensus.v1/module.js +81 -0
  83. package/lib/cosmos.consensus.v1/registry.d.ts +3 -0
  84. package/lib/cosmos.consensus.v1/registry.js +5 -0
  85. package/lib/cosmos.consensus.v1/rest.d.ts +112 -0
  86. package/lib/cosmos.consensus.v1/rest.js +89 -0
  87. package/lib/cosmos.crisis.v1beta1/index.d.ts +5 -0
  88. package/lib/cosmos.crisis.v1beta1/index.js +5 -0
  89. package/lib/cosmos.crisis.v1beta1/module.d.ts +54 -0
  90. package/lib/cosmos.crisis.v1beta1/module.js +104 -0
  91. package/lib/cosmos.crisis.v1beta1/registry.d.ts +3 -0
  92. package/lib/cosmos.crisis.v1beta1/registry.js +7 -0
  93. package/lib/cosmos.crisis.v1beta1/rest.d.ts +80 -0
  94. package/lib/cosmos.crisis.v1beta1/rest.js +72 -0
  95. package/lib/cosmos.crisis.v1beta1/types.d.ts +1 -0
  96. package/lib/cosmos.crisis.v1beta1/types.js +1 -0
  97. package/lib/cosmos.distribution.v1beta1/index.d.ts +5 -0
  98. package/lib/cosmos.distribution.v1beta1/index.js +5 -0
  99. package/lib/cosmos.distribution.v1beta1/module.d.ts +109 -0
  100. package/lib/cosmos.distribution.v1beta1/module.js +258 -0
  101. package/lib/cosmos.distribution.v1beta1/registry.d.ts +3 -0
  102. package/lib/cosmos.distribution.v1beta1/registry.js +17 -0
  103. package/lib/cosmos.distribution.v1beta1/rest.d.ts +228 -0
  104. package/lib/cosmos.distribution.v1beta1/rest.js +215 -0
  105. package/lib/cosmos.distribution.v1beta1/types.d.ts +20 -0
  106. package/lib/cosmos.distribution.v1beta1/types.js +20 -0
  107. package/lib/cosmos.evidence.v1beta1/index.d.ts +5 -0
  108. package/lib/cosmos.evidence.v1beta1/index.js +5 -0
  109. package/lib/cosmos.evidence.v1beta1/module.d.ts +43 -0
  110. package/lib/cosmos.evidence.v1beta1/module.js +84 -0
  111. package/lib/cosmos.evidence.v1beta1/registry.d.ts +3 -0
  112. package/lib/cosmos.evidence.v1beta1/registry.js +5 -0
  113. package/lib/cosmos.evidence.v1beta1/rest.d.ts +113 -0
  114. package/lib/cosmos.evidence.v1beta1/rest.js +103 -0
  115. package/lib/cosmos.evidence.v1beta1/types.d.ts +2 -0
  116. package/lib/cosmos.evidence.v1beta1/types.js +2 -0
  117. package/lib/cosmos.feegrant.v1beta1/index.d.ts +5 -0
  118. package/lib/cosmos.feegrant.v1beta1/index.js +5 -0
  119. package/lib/cosmos.feegrant.v1beta1/module.d.ts +65 -0
  120. package/lib/cosmos.feegrant.v1beta1/module.js +136 -0
  121. package/lib/cosmos.feegrant.v1beta1/registry.d.ts +3 -0
  122. package/lib/cosmos.feegrant.v1beta1/registry.js +9 -0
  123. package/lib/cosmos.feegrant.v1beta1/rest.d.ts +142 -0
  124. package/lib/cosmos.feegrant.v1beta1/rest.js +117 -0
  125. package/lib/cosmos.feegrant.v1beta1/types.d.ts +5 -0
  126. package/lib/cosmos.feegrant.v1beta1/types.js +5 -0
  127. package/lib/cosmos.gov.v1/index.d.ts +5 -0
  128. package/lib/cosmos.gov.v1/index.js +5 -0
  129. package/lib/cosmos.gov.v1/module.d.ts +109 -0
  130. package/lib/cosmos.gov.v1/module.js +238 -0
  131. package/lib/cosmos.gov.v1/registry.d.ts +3 -0
  132. package/lib/cosmos.gov.v1/registry.js +17 -0
  133. package/lib/cosmos.gov.v1/rest.d.ts +328 -0
  134. package/lib/cosmos.gov.v1/rest.js +201 -0
  135. package/lib/cosmos.gov.v1/types.d.ts +10 -0
  136. package/lib/cosmos.gov.v1/types.js +10 -0
  137. package/lib/cosmos.gov.v1beta1/index.d.ts +5 -0
  138. package/lib/cosmos.gov.v1beta1/index.js +5 -0
  139. package/lib/cosmos.gov.v1beta1/module.d.ts +76 -0
  140. package/lib/cosmos.gov.v1beta1/module.js +169 -0
  141. package/lib/cosmos.gov.v1beta1/registry.d.ts +3 -0
  142. package/lib/cosmos.gov.v1beta1/registry.js +11 -0
  143. package/lib/cosmos.gov.v1beta1/rest.d.ts +273 -0
  144. package/lib/cosmos.gov.v1beta1/rest.js +187 -0
  145. package/lib/cosmos.gov.v1beta1/types.d.ts +10 -0
  146. package/lib/cosmos.gov.v1beta1/types.js +10 -0
  147. package/lib/cosmos.group.v1/index.d.ts +5 -0
  148. package/lib/cosmos.group.v1/index.js +5 -0
  149. package/lib/cosmos.group.v1/module.d.ts +186 -0
  150. package/lib/cosmos.group.v1/module.js +423 -0
  151. package/lib/cosmos.group.v1/registry.d.ts +3 -0
  152. package/lib/cosmos.group.v1/registry.js +31 -0
  153. package/lib/cosmos.group.v1/rest.d.ts +404 -0
  154. package/lib/cosmos.group.v1/rest.js +271 -0
  155. package/lib/cosmos.group.v1/types.d.ts +22 -0
  156. package/lib/cosmos.group.v1/types.js +22 -0
  157. package/lib/cosmos.mint.v1beta1/index.d.ts +5 -0
  158. package/lib/cosmos.mint.v1beta1/index.js +5 -0
  159. package/lib/cosmos.mint.v1beta1/module.d.ts +43 -0
  160. package/lib/cosmos.mint.v1beta1/module.js +86 -0
  161. package/lib/cosmos.mint.v1beta1/registry.d.ts +3 -0
  162. package/lib/cosmos.mint.v1beta1/registry.js +5 -0
  163. package/lib/cosmos.mint.v1beta1/rest.d.ts +117 -0
  164. package/lib/cosmos.mint.v1beta1/rest.js +117 -0
  165. package/lib/cosmos.mint.v1beta1/types.d.ts +3 -0
  166. package/lib/cosmos.mint.v1beta1/types.js +3 -0
  167. package/lib/cosmos.nft.v1beta1/index.d.ts +5 -0
  168. package/lib/cosmos.nft.v1beta1/index.js +5 -0
  169. package/lib/cosmos.nft.v1beta1/module.d.ts +43 -0
  170. package/lib/cosmos.nft.v1beta1/module.js +94 -0
  171. package/lib/cosmos.nft.v1beta1/registry.d.ts +3 -0
  172. package/lib/cosmos.nft.v1beta1/registry.js +5 -0
  173. package/lib/cosmos.nft.v1beta1/rest.d.ts +201 -0
  174. package/lib/cosmos.nft.v1beta1/rest.js +173 -0
  175. package/lib/cosmos.nft.v1beta1/types.d.ts +7 -0
  176. package/lib/cosmos.nft.v1beta1/types.js +7 -0
  177. package/lib/cosmos.params.v1beta1/index.d.ts +5 -0
  178. package/lib/cosmos.params.v1beta1/index.js +5 -0
  179. package/lib/cosmos.params.v1beta1/module.d.ts +30 -0
  180. package/lib/cosmos.params.v1beta1/module.js +62 -0
  181. package/lib/cosmos.params.v1beta1/registry.d.ts +3 -0
  182. package/lib/cosmos.params.v1beta1/rest.d.ts +109 -0
  183. package/lib/cosmos.params.v1beta1/rest.js +103 -0
  184. package/lib/cosmos.params.v1beta1/types.d.ts +4 -0
  185. package/lib/cosmos.params.v1beta1/types.js +4 -0
  186. package/lib/cosmos.slashing.v1beta1/index.d.ts +5 -0
  187. package/lib/cosmos.slashing.v1beta1/index.js +5 -0
  188. package/lib/cosmos.slashing.v1beta1/module.d.ts +54 -0
  189. package/lib/cosmos.slashing.v1beta1/module.js +115 -0
  190. package/lib/cosmos.slashing.v1beta1/registry.d.ts +3 -0
  191. package/lib/cosmos.slashing.v1beta1/registry.js +7 -0
  192. package/lib/cosmos.slashing.v1beta1/rest.d.ts +139 -0
  193. package/lib/cosmos.slashing.v1beta1/rest.js +117 -0
  194. package/lib/cosmos.slashing.v1beta1/types.d.ts +6 -0
  195. package/lib/cosmos.slashing.v1beta1/types.js +6 -0
  196. package/lib/cosmos.staking.v1beta1/index.d.ts +5 -0
  197. package/lib/cosmos.staking.v1beta1/index.js +5 -0
  198. package/lib/cosmos.staking.v1beta1/module.d.ts +109 -0
  199. package/lib/cosmos.staking.v1beta1/module.js +268 -0
  200. package/lib/cosmos.staking.v1beta1/registry.d.ts +3 -0
  201. package/lib/cosmos.staking.v1beta1/registry.js +17 -0
  202. package/lib/cosmos.staking.v1beta1/rest.d.ts +534 -0
  203. package/lib/cosmos.staking.v1beta1/rest.js +271 -0
  204. package/lib/cosmos.staking.v1beta1/types.d.ts +25 -0
  205. package/lib/cosmos.staking.v1beta1/types.js +25 -0
  206. package/lib/cosmos.tx.v1beta1/index.d.ts +5 -0
  207. package/lib/cosmos.tx.v1beta1/index.js +5 -0
  208. package/lib/cosmos.tx.v1beta1/module.d.ts +30 -0
  209. package/lib/cosmos.tx.v1beta1/module.js +82 -0
  210. package/lib/cosmos.tx.v1beta1/registry.d.ts +3 -0
  211. package/lib/cosmos.tx.v1beta1/rest.d.ts +705 -0
  212. package/lib/cosmos.tx.v1beta1/rest.js +201 -0
  213. package/lib/cosmos.tx.v1beta1/types.d.ts +14 -0
  214. package/lib/cosmos.tx.v1beta1/types.js +14 -0
  215. package/lib/cosmos.upgrade.v1beta1/index.d.ts +5 -0
  216. package/lib/cosmos.upgrade.v1beta1/index.js +5 -0
  217. package/lib/cosmos.upgrade.v1beta1/module.d.ts +54 -0
  218. package/lib/cosmos.upgrade.v1beta1/module.js +113 -0
  219. package/lib/cosmos.upgrade.v1beta1/registry.d.ts +3 -0
  220. package/lib/cosmos.upgrade.v1beta1/registry.js +7 -0
  221. package/lib/cosmos.upgrade.v1beta1/rest.d.ts +144 -0
  222. package/lib/cosmos.upgrade.v1beta1/rest.js +145 -0
  223. package/lib/cosmos.upgrade.v1beta1/types.d.ts +5 -0
  224. package/lib/cosmos.upgrade.v1beta1/types.js +5 -0
  225. package/lib/cosmos.vesting.v1beta1/index.d.ts +5 -0
  226. package/lib/cosmos.vesting.v1beta1/index.js +5 -0
  227. package/lib/cosmos.vesting.v1beta1/module.d.ts +65 -0
  228. package/lib/cosmos.vesting.v1beta1/module.js +140 -0
  229. package/lib/cosmos.vesting.v1beta1/registry.d.ts +3 -0
  230. package/lib/cosmos.vesting.v1beta1/registry.js +9 -0
  231. package/lib/cosmos.vesting.v1beta1/rest.d.ts +80 -0
  232. package/lib/cosmos.vesting.v1beta1/rest.js +72 -0
  233. package/lib/cosmos.vesting.v1beta1/types.d.ts +7 -0
  234. package/lib/cosmos.vesting.v1beta1/types.js +7 -0
  235. package/lib/env.d.ts +5 -0
  236. package/lib/env.js +1 -0
  237. package/lib/helpers.d.ts +8 -0
  238. package/lib/ibc.applications.fee.v1/index.d.ts +5 -0
  239. package/lib/ibc.applications.fee.v1/index.js +5 -0
  240. package/lib/ibc.applications.fee.v1/module.d.ts +76 -0
  241. package/lib/ibc.applications.fee.v1/module.js +171 -0
  242. package/lib/ibc.applications.fee.v1/registry.d.ts +3 -0
  243. package/lib/ibc.applications.fee.v1/registry.js +11 -0
  244. package/lib/ibc.applications.fee.v1/rest.d.ts +284 -0
  245. package/lib/ibc.applications.fee.v1/rest.js +215 -0
  246. package/lib/ibc.applications.fee.v1/types.d.ts +11 -0
  247. package/lib/ibc.applications.fee.v1/types.js +11 -0
  248. package/lib/ibc.applications.interchain_accounts.controller.v1/index.d.ts +5 -0
  249. package/lib/ibc.applications.interchain_accounts.controller.v1/index.js +5 -0
  250. package/lib/ibc.applications.interchain_accounts.controller.v1/module.d.ts +65 -0
  251. package/lib/ibc.applications.interchain_accounts.controller.v1/module.js +130 -0
  252. package/lib/ibc.applications.interchain_accounts.controller.v1/registry.d.ts +3 -0
  253. package/lib/ibc.applications.interchain_accounts.controller.v1/registry.js +9 -0
  254. package/lib/ibc.applications.interchain_accounts.controller.v1/rest.d.ts +102 -0
  255. package/lib/ibc.applications.interchain_accounts.controller.v1/rest.js +103 -0
  256. package/lib/ibc.applications.interchain_accounts.controller.v1/types.d.ts +2 -0
  257. package/lib/ibc.applications.interchain_accounts.controller.v1/types.js +2 -0
  258. package/lib/ibc.applications.interchain_accounts.host.v1/index.d.ts +5 -0
  259. package/lib/ibc.applications.interchain_accounts.host.v1/index.js +5 -0
  260. package/lib/ibc.applications.interchain_accounts.host.v1/module.d.ts +54 -0
  261. package/lib/ibc.applications.interchain_accounts.host.v1/module.js +109 -0
  262. package/lib/ibc.applications.interchain_accounts.host.v1/registry.d.ts +3 -0
  263. package/lib/ibc.applications.interchain_accounts.host.v1/registry.js +7 -0
  264. package/lib/ibc.applications.interchain_accounts.host.v1/rest.d.ts +93 -0
  265. package/lib/ibc.applications.interchain_accounts.host.v1/rest.js +89 -0
  266. package/lib/ibc.applications.interchain_accounts.host.v1/types.d.ts +3 -0
  267. package/lib/ibc.applications.interchain_accounts.host.v1/types.js +3 -0
  268. package/lib/ibc.applications.transfer.v1/index.d.ts +5 -0
  269. package/lib/ibc.applications.transfer.v1/index.js +5 -0
  270. package/lib/ibc.applications.transfer.v1/module.d.ts +54 -0
  271. package/lib/ibc.applications.transfer.v1/module.js +113 -0
  272. package/lib/ibc.applications.transfer.v1/registry.d.ts +3 -0
  273. package/lib/ibc.applications.transfer.v1/registry.js +7 -0
  274. package/lib/ibc.applications.transfer.v1/rest.d.ts +158 -0
  275. package/lib/ibc.applications.transfer.v1/rest.js +159 -0
  276. package/lib/ibc.applications.transfer.v1/types.d.ts +5 -0
  277. package/lib/ibc.applications.transfer.v1/types.js +5 -0
  278. package/lib/ibc.core.channel.v1/index.d.ts +5 -0
  279. package/lib/ibc.core.channel.v1/index.js +5 -0
  280. package/lib/ibc.core.channel.v1/module.d.ts +241 -0
  281. package/lib/ibc.core.channel.v1/module.js +522 -0
  282. package/lib/ibc.core.channel.v1/registry.d.ts +3 -0
  283. package/lib/ibc.core.channel.v1/registry.js +41 -0
  284. package/lib/ibc.core.channel.v1/rest.d.ts +424 -0
  285. package/lib/ibc.core.channel.v1/rest.js +313 -0
  286. package/lib/ibc.core.channel.v1/types.d.ts +14 -0
  287. package/lib/ibc.core.channel.v1/types.js +14 -0
  288. package/lib/ibc.core.client.v1/index.d.ts +5 -0
  289. package/lib/ibc.core.client.v1/index.js +5 -0
  290. package/lib/ibc.core.client.v1/module.d.ts +109 -0
  291. package/lib/ibc.core.client.v1/module.js +238 -0
  292. package/lib/ibc.core.client.v1/registry.d.ts +3 -0
  293. package/lib/ibc.core.client.v1/registry.js +17 -0
  294. package/lib/ibc.core.client.v1/rest.d.ts +239 -0
  295. package/lib/ibc.core.client.v1/rest.js +215 -0
  296. package/lib/ibc.core.client.v1/types.d.ts +10 -0
  297. package/lib/ibc.core.client.v1/types.js +10 -0
  298. package/lib/ibc.core.connection.v1/index.d.ts +5 -0
  299. package/lib/ibc.core.connection.v1/index.js +5 -0
  300. package/lib/ibc.core.connection.v1/module.d.ts +87 -0
  301. package/lib/ibc.core.connection.v1/module.js +188 -0
  302. package/lib/ibc.core.connection.v1/registry.d.ts +3 -0
  303. package/lib/ibc.core.connection.v1/registry.js +13 -0
  304. package/lib/ibc.core.connection.v1/rest.d.ts +213 -0
  305. package/lib/ibc.core.connection.v1/rest.js +159 -0
  306. package/lib/ibc.core.connection.v1/types.d.ts +8 -0
  307. package/lib/ibc.core.connection.v1/types.js +8 -0
  308. package/lib/index.d.ts +254 -0
  309. package/lib/index.js +72 -0
  310. package/lib/modules.d.ts +9 -0
  311. package/lib/modules.js +1 -0
  312. package/lib/types/amino/amino.d.ts +1 -0
  313. package/lib/types/amino/amino.js +7 -0
  314. package/lib/types/capability/v1/capability.d.ts +46 -0
  315. package/lib/types/capability/v1/capability.js +191 -0
  316. package/lib/types/capability/v1/genesis.d.ts +41 -0
  317. package/lib/types/capability/v1/genesis.js +160 -0
  318. package/lib/types/cardchain/cardchain/card.d.ts +89 -0
  319. package/lib/types/cardchain/cardchain/card.js +625 -0
  320. package/lib/types/cardchain/cardchain/card_content.d.ts +26 -0
  321. package/lib/types/cardchain/cardchain/card_content.js +79 -0
  322. package/lib/types/cardchain/cardchain/card_with_image.d.ts +28 -0
  323. package/lib/types/cardchain/cardchain/card_with_image.js +95 -0
  324. package/lib/types/cardchain/cardchain/council.d.ts +62 -0
  325. package/lib/types/cardchain/cardchain/council.js +422 -0
  326. package/lib/types/cardchain/cardchain/encounter.d.ts +36 -0
  327. package/lib/types/cardchain/cardchain/encounter.js +243 -0
  328. package/lib/types/cardchain/cardchain/encounter_with_image.d.ts +27 -0
  329. package/lib/types/cardchain/cardchain/encounter_with_image.js +82 -0
  330. package/lib/types/cardchain/cardchain/genesis.d.ts +56 -0
  331. package/lib/types/cardchain/cardchain/genesis.js +335 -0
  332. package/lib/types/cardchain/cardchain/image.d.ts +25 -0
  333. package/lib/types/cardchain/cardchain/image.js +87 -0
  334. package/lib/types/cardchain/cardchain/match.d.ts +51 -0
  335. package/lib/types/cardchain/cardchain/match.js +376 -0
  336. package/lib/types/cardchain/cardchain/module/module.d.ts +27 -0
  337. package/lib/types/cardchain/cardchain/module/module.js +62 -0
  338. package/lib/types/cardchain/cardchain/params.d.ts +50 -0
  339. package/lib/types/cardchain/cardchain/params.js +461 -0
  340. package/lib/types/cardchain/cardchain/query.d.ts +323 -0
  341. package/lib/types/cardchain/cardchain/query.js +3069 -0
  342. package/lib/types/cardchain/cardchain/running_average.d.ts +25 -0
  343. package/lib/types/cardchain/cardchain/running_average.js +78 -0
  344. package/lib/types/cardchain/cardchain/sell_offer.d.ts +39 -0
  345. package/lib/types/cardchain/cardchain/sell_offer.js +178 -0
  346. package/lib/types/cardchain/cardchain/server.d.ts +27 -0
  347. package/lib/types/cardchain/cardchain/server.js +104 -0
  348. package/lib/types/cardchain/cardchain/set.d.ts +56 -0
  349. package/lib/types/cardchain/cardchain/set.js +447 -0
  350. package/lib/types/cardchain/cardchain/set_with_artwork.d.ts +27 -0
  351. package/lib/types/cardchain/cardchain/set_with_artwork.js +105 -0
  352. package/lib/types/cardchain/cardchain/tx.d.ts +625 -0
  353. package/lib/types/cardchain/cardchain/tx.js +6632 -0
  354. package/lib/types/cardchain/cardchain/user.d.ts +82 -0
  355. package/lib/types/cardchain/cardchain/user.js +805 -0
  356. package/lib/types/cardchain/cardchain/voting.d.ts +44 -0
  357. package/lib/types/cardchain/cardchain/voting.js +267 -0
  358. package/lib/types/cardchain/cardchain/voting_results.d.ts +32 -0
  359. package/lib/types/cardchain/cardchain/voting_results.js +179 -0
  360. package/lib/types/cardchain/cardchain/zealy.d.ts +26 -0
  361. package/lib/types/cardchain/cardchain/zealy.js +79 -0
  362. package/lib/types/cardchain/featureflag/flag.d.ts +27 -0
  363. package/lib/types/cardchain/featureflag/flag.js +94 -0
  364. package/lib/types/cardchain/featureflag/genesis.d.ts +37 -0
  365. package/lib/types/cardchain/featureflag/genesis.js +173 -0
  366. package/lib/types/cardchain/featureflag/module/module.d.ts +27 -0
  367. package/lib/types/cardchain/featureflag/module/module.js +62 -0
  368. package/lib/types/cardchain/featureflag/params.d.ts +25 -0
  369. package/lib/types/cardchain/featureflag/params.js +45 -0
  370. package/lib/types/cardchain/featureflag/query.d.ts +72 -0
  371. package/lib/types/cardchain/featureflag/query.js +335 -0
  372. package/lib/types/cardchain/featureflag/tx.d.ts +72 -0
  373. package/lib/types/cardchain/featureflag/tx.js +273 -0
  374. package/lib/types/cosmos/app/runtime/v1alpha1/module.d.ts +85 -0
  375. package/lib/types/cosmos/app/runtime/v1alpha1/module.js +278 -0
  376. package/lib/types/cosmos/app/v1alpha1/config.d.ts +78 -0
  377. package/lib/types/cosmos/app/v1alpha1/config.js +239 -0
  378. package/lib/types/cosmos/app/v1alpha1/module.d.ts +104 -0
  379. package/lib/types/cosmos/app/v1alpha1/module.js +217 -0
  380. package/lib/types/cosmos/app/v1alpha1/query.d.ts +49 -0
  381. package/lib/types/cosmos/app/v1alpha1/query.js +115 -0
  382. package/lib/types/cosmos/auth/module/v1/module.d.ts +42 -0
  383. package/lib/types/cosmos/auth/module/v1/module.js +167 -0
  384. package/lib/types/cosmos/auth/v1beta1/auth.d.ts +65 -0
  385. package/lib/types/cosmos/auth/v1beta1/auth.js +425 -0
  386. package/lib/types/cosmos/auth/v1beta1/genesis.d.ts +31 -0
  387. package/lib/types/cosmos/auth/v1beta1/genesis.js +83 -0
  388. package/lib/types/cosmos/auth/v1beta1/query.d.ts +276 -0
  389. package/lib/types/cosmos/auth/v1beta1/query.js +1142 -0
  390. package/lib/types/cosmos/auth/v1beta1/tx.d.ts +69 -0
  391. package/lib/types/cosmos/auth/v1beta1/tx.js +132 -0
  392. package/lib/types/cosmos/authz/module/v1/module.d.ts +25 -0
  393. package/lib/types/cosmos/authz/module/v1/module.js +45 -0
  394. package/lib/types/cosmos/authz/v1beta1/authz.d.ts +63 -0
  395. package/lib/types/cosmos/authz/v1beta1/authz.js +310 -0
  396. package/lib/types/cosmos/authz/v1beta1/event.d.ts +42 -0
  397. package/lib/types/cosmos/authz/v1beta1/event.js +177 -0
  398. package/lib/types/cosmos/authz/v1beta1/genesis.d.ts +28 -0
  399. package/lib/types/cosmos/authz/v1beta1/genesis.js +64 -0
  400. package/lib/types/cosmos/authz/v1beta1/query.d.ts +103 -0
  401. package/lib/types/cosmos/authz/v1beta1/query.js +492 -0
  402. package/lib/types/cosmos/authz/v1beta1/tx.d.ts +107 -0
  403. package/lib/types/cosmos/authz/v1beta1/tx.js +424 -0
  404. package/lib/types/cosmos/autocli/v1/options.d.ts +155 -0
  405. package/lib/types/cosmos/autocli/v1/options.js +803 -0
  406. package/lib/types/cosmos/autocli/v1/query.d.ts +59 -0
  407. package/lib/types/cosmos/autocli/v1/query.js +207 -0
  408. package/lib/types/cosmos/bank/module/v1/module.d.ts +40 -0
  409. package/lib/types/cosmos/bank/module/v1/module.js +98 -0
  410. package/lib/types/cosmos/bank/v1beta1/authz.d.ts +39 -0
  411. package/lib/types/cosmos/bank/v1beta1/authz.js +81 -0
  412. package/lib/types/cosmos/bank/v1beta1/bank.d.ts +131 -0
  413. package/lib/types/cosmos/bank/v1beta1/bank.js +580 -0
  414. package/lib/types/cosmos/bank/v1beta1/genesis.d.ts +55 -0
  415. package/lib/types/cosmos/bank/v1beta1/genesis.js +200 -0
  416. package/lib/types/cosmos/bank/v1beta1/query.d.ts +412 -0
  417. package/lib/types/cosmos/bank/v1beta1/query.js +1782 -0
  418. package/lib/types/cosmos/bank/v1beta1/tx.d.ts +142 -0
  419. package/lib/types/cosmos/bank/v1beta1/tx.js +500 -0
  420. package/lib/types/cosmos/base/abci/v1beta1/abci.d.ts +205 -0
  421. package/lib/types/cosmos/base/abci/v1beta1/abci.js +1151 -0
  422. package/lib/types/cosmos/base/node/v1beta1/query.d.ts +71 -0
  423. package/lib/types/cosmos/base/node/v1beta1/query.js +378 -0
  424. package/lib/types/cosmos/base/query/v1beta1/pagination.d.ts +86 -0
  425. package/lib/types/cosmos/base/query/v1beta1/pagination.js +227 -0
  426. package/lib/types/cosmos/base/reflection/v1beta1/reflection.d.ts +74 -0
  427. package/lib/types/cosmos/base/reflection/v1beta1/reflection.js +228 -0
  428. package/lib/types/cosmos/base/reflection/v2alpha1/reflection.d.ts +275 -0
  429. package/lib/types/cosmos/base/reflection/v2alpha1/reflection.js +1592 -0
  430. package/lib/types/cosmos/base/tendermint/v1beta1/query.d.ts +224 -0
  431. package/lib/types/cosmos/base/tendermint/v1beta1/query.js +1628 -0
  432. package/lib/types/cosmos/base/tendermint/v1beta1/types.d.ts +68 -0
  433. package/lib/types/cosmos/base/tendermint/v1beta1/types.js +444 -0
  434. package/lib/types/cosmos/base/v1beta1/coin.d.ts +43 -0
  435. package/lib/types/cosmos/base/v1beta1/coin.js +147 -0
  436. package/lib/types/cosmos/circuit/module/v1/module.d.ts +27 -0
  437. package/lib/types/cosmos/circuit/module/v1/module.js +62 -0
  438. package/lib/types/cosmos/circuit/v1/query.d.ts +78 -0
  439. package/lib/types/cosmos/circuit/v1/query.js +359 -0
  440. package/lib/types/cosmos/circuit/v1/tx.d.ts +109 -0
  441. package/lib/types/cosmos/circuit/v1/tx.js +415 -0
  442. package/lib/types/cosmos/circuit/v1/types.d.ts +76 -0
  443. package/lib/types/cosmos/circuit/v1/types.js +285 -0
  444. package/lib/types/cosmos/consensus/module/v1/module.d.ts +27 -0
  445. package/lib/types/cosmos/consensus/module/v1/module.js +62 -0
  446. package/lib/types/cosmos/consensus/v1/query.d.ts +54 -0
  447. package/lib/types/cosmos/consensus/v1/query.js +115 -0
  448. package/lib/types/cosmos/consensus/v1/tx.d.ts +70 -0
  449. package/lib/types/cosmos/consensus/v1/tx.js +183 -0
  450. package/lib/types/cosmos/crisis/module/v1/module.d.ts +29 -0
  451. package/lib/types/cosmos/crisis/module/v1/module.js +79 -0
  452. package/lib/types/cosmos/crisis/v1beta1/genesis.d.ts +31 -0
  453. package/lib/types/cosmos/crisis/v1beta1/genesis.js +65 -0
  454. package/lib/types/cosmos/crisis/v1beta1/tx.d.ts +82 -0
  455. package/lib/types/cosmos/crisis/v1beta1/tx.js +258 -0
  456. package/lib/types/cosmos/crypto/ed25519/keys.d.ts +40 -0
  457. package/lib/types/cosmos/crypto/ed25519/keys.js +138 -0
  458. package/lib/types/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  459. package/lib/types/cosmos/crypto/hd/v1/hd.js +124 -0
  460. package/lib/types/cosmos/crypto/keyring/v1/record.d.ts +61 -0
  461. package/lib/types/cosmos/crypto/keyring/v1/record.js +331 -0
  462. package/lib/types/cosmos/crypto/multisig/keys.d.ts +32 -0
  463. package/lib/types/cosmos/crypto/multisig/keys.js +82 -0
  464. package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.d.ts +41 -0
  465. package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.js +159 -0
  466. package/lib/types/cosmos/crypto/secp256k1/keys.d.ts +37 -0
  467. package/lib/types/cosmos/crypto/secp256k1/keys.js +138 -0
  468. package/lib/types/cosmos/crypto/secp256r1/keys.d.ts +37 -0
  469. package/lib/types/cosmos/crypto/secp256r1/keys.js +138 -0
  470. package/lib/types/cosmos/distribution/module/v1/module.d.ts +28 -0
  471. package/lib/types/cosmos/distribution/module/v1/module.js +79 -0
  472. package/lib/types/cosmos/distribution/v1beta1/distribution.d.ts +162 -0
  473. package/lib/types/cosmos/distribution/v1beta1/distribution.js +906 -0
  474. package/lib/types/cosmos/distribution/v1beta1/genesis.d.ts +121 -0
  475. package/lib/types/cosmos/distribution/v1beta1/genesis.js +797 -0
  476. package/lib/types/cosmos/distribution/v1beta1/query.d.ts +250 -0
  477. package/lib/types/cosmos/distribution/v1beta1/query.js +1239 -0
  478. package/lib/types/cosmos/distribution/v1beta1/tx.d.ts +220 -0
  479. package/lib/types/cosmos/distribution/v1beta1/tx.js +840 -0
  480. package/lib/types/cosmos/evidence/module/v1/module.d.ts +25 -0
  481. package/lib/types/cosmos/evidence/module/v1/module.js +45 -0
  482. package/lib/types/cosmos/evidence/v1beta1/evidence.d.ts +36 -0
  483. package/lib/types/cosmos/evidence/v1beta1/evidence.js +141 -0
  484. package/lib/types/cosmos/evidence/v1beta1/genesis.d.ts +28 -0
  485. package/lib/types/cosmos/evidence/v1beta1/genesis.js +62 -0
  486. package/lib/types/cosmos/evidence/v1beta1/query.d.ts +86 -0
  487. package/lib/types/cosmos/evidence/v1beta1/query.js +301 -0
  488. package/lib/types/cosmos/evidence/v1beta1/tx.d.ts +59 -0
  489. package/lib/types/cosmos/evidence/v1beta1/tx.js +171 -0
  490. package/lib/types/cosmos/feegrant/module/v1/module.d.ts +25 -0
  491. package/lib/types/cosmos/feegrant/module/v1/module.js +45 -0
  492. package/lib/types/cosmos/feegrant/v1beta1/feegrant.d.ts +85 -0
  493. package/lib/types/cosmos/feegrant/v1beta1/feegrant.js +384 -0
  494. package/lib/types/cosmos/feegrant/v1beta1/genesis.d.ts +28 -0
  495. package/lib/types/cosmos/feegrant/v1beta1/genesis.js +64 -0
  496. package/lib/types/cosmos/feegrant/v1beta1/query.d.ts +103 -0
  497. package/lib/types/cosmos/feegrant/v1beta1/query.js +443 -0
  498. package/lib/types/cosmos/feegrant/v1beta1/tx.d.ts +103 -0
  499. package/lib/types/cosmos/feegrant/v1beta1/tx.js +352 -0
  500. package/lib/types/cosmos/genutil/module/v1/module.d.ts +25 -0
  501. package/lib/types/cosmos/genutil/module/v1/module.js +45 -0
  502. package/lib/types/cosmos/genutil/v1beta1/genesis.d.ts +27 -0
  503. package/lib/types/cosmos/genutil/v1beta1/genesis.js +86 -0
  504. package/lib/types/cosmos/gov/module/v1/module.d.ts +32 -0
  505. package/lib/types/cosmos/gov/module/v1/module.js +89 -0
  506. package/lib/types/cosmos/gov/v1/genesis.d.ts +71 -0
  507. package/lib/types/cosmos/gov/v1/genesis.js +215 -0
  508. package/lib/types/cosmos/gov/v1/gov.d.ts +304 -0
  509. package/lib/types/cosmos/gov/v1/gov.js +1331 -0
  510. package/lib/types/cosmos/gov/v1/query.d.ts +221 -0
  511. package/lib/types/cosmos/gov/v1/query.js +1229 -0
  512. package/lib/types/cosmos/gov/v1/tx.d.ts +224 -0
  513. package/lib/types/cosmos/gov/v1/tx.js +1048 -0
  514. package/lib/types/cosmos/gov/v1beta1/genesis.d.ts +40 -0
  515. package/lib/types/cosmos/gov/v1beta1/genesis.js +181 -0
  516. package/lib/types/cosmos/gov/v1beta1/gov.d.ts +205 -0
  517. package/lib/types/cosmos/gov/v1beta1/gov.js +1017 -0
  518. package/lib/types/cosmos/gov/v1beta1/query.d.ts +186 -0
  519. package/lib/types/cosmos/gov/v1beta1/query.js +1118 -0
  520. package/lib/types/cosmos/gov/v1beta1/tx.d.ts +123 -0
  521. package/lib/types/cosmos/gov/v1beta1/tx.js +555 -0
  522. package/lib/types/cosmos/group/module/v1/module.d.ts +36 -0
  523. package/lib/types/cosmos/group/module/v1/module.js +92 -0
  524. package/lib/types/cosmos/group/v1/events.d.ts +93 -0
  525. package/lib/types/cosmos/group/v1/events.js +615 -0
  526. package/lib/types/cosmos/group/v1/genesis.d.ts +52 -0
  527. package/lib/types/cosmos/group/v1/genesis.js +195 -0
  528. package/lib/types/cosmos/group/v1/query.d.ts +302 -0
  529. package/lib/types/cosmos/group/v1/query.js +1896 -0
  530. package/lib/types/cosmos/group/v1/tx.d.ts +344 -0
  531. package/lib/types/cosmos/group/v1/tx.js +2050 -0
  532. package/lib/types/cosmos/group/v1/types.d.ts +329 -0
  533. package/lib/types/cosmos/group/v1/types.js +1448 -0
  534. package/lib/types/cosmos/ics23/v1/proofs.d.ts +251 -0
  535. package/lib/types/cosmos/ics23/v1/proofs.js +1385 -0
  536. package/lib/types/cosmos/mint/module/v1/module.d.ts +28 -0
  537. package/lib/types/cosmos/mint/module/v1/module.js +79 -0
  538. package/lib/types/cosmos/mint/v1beta1/genesis.d.ts +30 -0
  539. package/lib/types/cosmos/mint/v1beta1/genesis.js +84 -0
  540. package/lib/types/cosmos/mint/v1beta1/mint.d.ts +45 -0
  541. package/lib/types/cosmos/mint/v1beta1/mint.js +224 -0
  542. package/lib/types/cosmos/mint/v1beta1/query.d.ts +84 -0
  543. package/lib/types/cosmos/mint/v1beta1/query.js +330 -0
  544. package/lib/types/cosmos/mint/v1beta1/tx.d.ts +69 -0
  545. package/lib/types/cosmos/mint/v1beta1/tx.js +132 -0
  546. package/lib/types/cosmos/msg/textual/v1/textual.d.ts +1 -0
  547. package/lib/types/cosmos/msg/textual/v1/textual.js +7 -0
  548. package/lib/types/cosmos/msg/v1/msg.d.ts +1 -0
  549. package/lib/types/cosmos/msg/v1/msg.js +7 -0
  550. package/lib/types/cosmos/nft/module/v1/module.d.ts +25 -0
  551. package/lib/types/cosmos/nft/module/v1/module.js +45 -0
  552. package/lib/types/cosmos/nft/v1beta1/event.d.ts +53 -0
  553. package/lib/types/cosmos/nft/v1beta1/event.js +275 -0
  554. package/lib/types/cosmos/nft/v1beta1/genesis.d.ts +38 -0
  555. package/lib/types/cosmos/nft/v1beta1/genesis.js +148 -0
  556. package/lib/types/cosmos/nft/v1beta1/nft.d.ts +54 -0
  557. package/lib/types/cosmos/nft/v1beta1/nft.js +268 -0
  558. package/lib/types/cosmos/nft/v1beta1/query.d.ts +159 -0
  559. package/lib/types/cosmos/nft/v1beta1/query.js +911 -0
  560. package/lib/types/cosmos/nft/v1beta1/tx.d.ts +54 -0
  561. package/lib/types/cosmos/nft/v1beta1/tx.js +159 -0
  562. package/lib/types/cosmos/orm/module/v1alpha1/module.d.ts +29 -0
  563. package/lib/types/cosmos/orm/module/v1alpha1/module.js +45 -0
  564. package/lib/types/cosmos/orm/query/v1alpha1/query.d.ts +148 -0
  565. package/lib/types/cosmos/orm/query/v1alpha1/query.js +705 -0
  566. package/lib/types/cosmos/orm/v1/orm.d.ts +115 -0
  567. package/lib/types/cosmos/orm/v1/orm.js +300 -0
  568. package/lib/types/cosmos/orm/v1alpha1/schema.d.ts +77 -0
  569. package/lib/types/cosmos/orm/v1alpha1/schema.js +243 -0
  570. package/lib/types/cosmos/params/module/v1/module.d.ts +25 -0
  571. package/lib/types/cosmos/params/module/v1/module.js +45 -0
  572. package/lib/types/cosmos/params/v1beta1/params.d.ts +38 -0
  573. package/lib/types/cosmos/params/v1beta1/params.js +177 -0
  574. package/lib/types/cosmos/params/v1beta1/query.d.ts +93 -0
  575. package/lib/types/cosmos/params/v1beta1/query.js +312 -0
  576. package/lib/types/cosmos/query/v1/query.d.ts +1 -0
  577. package/lib/types/cosmos/query/v1/query.js +7 -0
  578. package/lib/types/cosmos/reflection/v1/reflection.d.ts +55 -0
  579. package/lib/types/cosmos/reflection/v1/reflection.js +114 -0
  580. package/lib/types/cosmos/slashing/module/v1/module.d.ts +27 -0
  581. package/lib/types/cosmos/slashing/module/v1/module.js +62 -0
  582. package/lib/types/cosmos/slashing/v1beta1/genesis.d.ts +65 -0
  583. package/lib/types/cosmos/slashing/v1beta1/genesis.js +321 -0
  584. package/lib/types/cosmos/slashing/v1beta1/query.d.ts +91 -0
  585. package/lib/types/cosmos/slashing/v1beta1/query.js +357 -0
  586. package/lib/types/cosmos/slashing/v1beta1/slashing.d.ts +60 -0
  587. package/lib/types/cosmos/slashing/v1beta1/slashing.js +333 -0
  588. package/lib/types/cosmos/slashing/v1beta1/tx.d.ts +85 -0
  589. package/lib/types/cosmos/slashing/v1beta1/tx.js +226 -0
  590. package/lib/types/cosmos/staking/module/v1/module.d.ts +37 -0
  591. package/lib/types/cosmos/staking/module/v1/module.js +111 -0
  592. package/lib/types/cosmos/staking/v1beta1/authz.d.ts +69 -0
  593. package/lib/types/cosmos/staking/v1beta1/authz.js +228 -0
  594. package/lib/types/cosmos/staking/v1beta1/genesis.d.ts +56 -0
  595. package/lib/types/cosmos/staking/v1beta1/genesis.js +294 -0
  596. package/lib/types/cosmos/staking/v1beta1/query.d.ts +374 -0
  597. package/lib/types/cosmos/staking/v1beta1/query.js +1891 -0
  598. package/lib/types/cosmos/staking/v1beta1/staking.d.ts +314 -0
  599. package/lib/types/cosmos/staking/v1beta1/staking.js +2069 -0
  600. package/lib/types/cosmos/staking/v1beta1/tx.d.ts +215 -0
  601. package/lib/types/cosmos/staking/v1beta1/tx.js +1098 -0
  602. package/lib/types/cosmos/store/internal/kv/v1beta1/kv.d.ts +32 -0
  603. package/lib/types/cosmos/store/internal/kv/v1beta1/kv.js +155 -0
  604. package/lib/types/cosmos/store/snapshots/v1/snapshot.d.ts +90 -0
  605. package/lib/types/cosmos/store/snapshots/v1/snapshot.js +592 -0
  606. package/lib/types/cosmos/store/streaming/abci/grpc.d.ts +65 -0
  607. package/lib/types/cosmos/store/streaming/abci/grpc.js +275 -0
  608. package/lib/types/cosmos/store/v1beta1/commit_info.d.ts +49 -0
  609. package/lib/types/cosmos/store/v1beta1/commit_info.js +291 -0
  610. package/lib/types/cosmos/store/v1beta1/listening.d.ts +49 -0
  611. package/lib/types/cosmos/store/v1beta1/listening.js +229 -0
  612. package/lib/types/cosmos/tx/config/v1/config.d.ts +35 -0
  613. package/lib/types/cosmos/tx/config/v1/config.js +79 -0
  614. package/lib/types/cosmos/tx/signing/v1beta1/signing.d.ts +130 -0
  615. package/lib/types/cosmos/tx/signing/v1beta1/signing.js +505 -0
  616. package/lib/types/cosmos/tx/v1beta1/service.d.ts +369 -0
  617. package/lib/types/cosmos/tx/v1beta1/service.js +1412 -0
  618. package/lib/types/cosmos/tx/v1beta1/tx.d.ts +312 -0
  619. package/lib/types/cosmos/tx/v1beta1/tx.js +1207 -0
  620. package/lib/types/cosmos/upgrade/module/v1/module.d.ts +27 -0
  621. package/lib/types/cosmos/upgrade/module/v1/module.js +62 -0
  622. package/lib/types/cosmos/upgrade/v1beta1/query.d.ts +170 -0
  623. package/lib/types/cosmos/upgrade/v1beta1/query.js +574 -0
  624. package/lib/types/cosmos/upgrade/v1beta1/tx.d.ts +90 -0
  625. package/lib/types/cosmos/upgrade/v1beta1/tx.js +224 -0
  626. package/lib/types/cosmos/upgrade/v1beta1/upgrade.d.ts +103 -0
  627. package/lib/types/cosmos/upgrade/v1beta1/upgrade.js +378 -0
  628. package/lib/types/cosmos/vesting/module/v1/module.d.ts +25 -0
  629. package/lib/types/cosmos/vesting/module/v1/module.js +45 -0
  630. package/lib/types/cosmos/vesting/v1beta1/tx.d.ts +119 -0
  631. package/lib/types/cosmos/vesting/v1beta1/tx.js +455 -0
  632. package/lib/types/cosmos/vesting/v1beta1/vesting.d.ts +83 -0
  633. package/lib/types/cosmos/vesting/v1beta1/vesting.js +487 -0
  634. package/lib/types/cosmos_proto/cosmos.d.ts +80 -0
  635. package/lib/types/cosmos_proto/cosmos.js +210 -0
  636. package/lib/types/gogoproto/gogo.d.ts +1 -0
  637. package/lib/types/gogoproto/gogo.js +7 -0
  638. package/lib/types/google/api/annotations.d.ts +1 -0
  639. package/lib/types/google/api/annotations.js +7 -0
  640. package/lib/types/google/api/http.d.ts +371 -0
  641. package/lib/types/google/api/http.js +352 -0
  642. package/lib/types/google/protobuf/any.d.ts +144 -0
  643. package/lib/types/google/protobuf/any.js +104 -0
  644. package/lib/types/google/protobuf/descriptor.d.ts +1228 -0
  645. package/lib/types/google/protobuf/descriptor.js +5069 -0
  646. package/lib/types/google/protobuf/duration.d.ts +99 -0
  647. package/lib/types/google/protobuf/duration.js +89 -0
  648. package/lib/types/google/protobuf/timestamp.d.ts +128 -0
  649. package/lib/types/google/protobuf/timestamp.js +89 -0
  650. package/lib/types/ibc/applications/fee/v1/ack.d.ts +31 -0
  651. package/lib/types/ibc/applications/fee/v1/ack.js +123 -0
  652. package/lib/types/ibc/applications/fee/v1/fee.d.ts +57 -0
  653. package/lib/types/ibc/applications/fee/v1/fee.js +308 -0
  654. package/lib/types/ibc/applications/fee/v1/genesis.d.ts +76 -0
  655. package/lib/types/ibc/applications/fee/v1/genesis.js +447 -0
  656. package/lib/types/ibc/applications/fee/v1/metadata.d.ts +32 -0
  657. package/lib/types/ibc/applications/fee/v1/metadata.js +79 -0
  658. package/lib/types/ibc/applications/fee/v1/query.d.ts +215 -0
  659. package/lib/types/ibc/applications/fee/v1/query.js +1353 -0
  660. package/lib/types/ibc/applications/fee/v1/tx.d.ts +140 -0
  661. package/lib/types/ibc/applications/fee/v1/tx.js +573 -0
  662. package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +30 -0
  663. package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.js +64 -0
  664. package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.d.ts +63 -0
  665. package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.js +240 -0
  666. package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +94 -0
  667. package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.js +473 -0
  668. package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +63 -0
  669. package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.js +479 -0
  670. package/lib/types/ibc/applications/interchain_accounts/host/v1/host.d.ts +49 -0
  671. package/lib/types/ibc/applications/interchain_accounts/host/v1/host.js +174 -0
  672. package/lib/types/ibc/applications/interchain_accounts/host/v1/query.d.ts +49 -0
  673. package/lib/types/ibc/applications/interchain_accounts/host/v1/query.js +115 -0
  674. package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.d.ts +74 -0
  675. package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.js +313 -0
  676. package/lib/types/ibc/applications/interchain_accounts/v1/account.d.ts +28 -0
  677. package/lib/types/ibc/applications/interchain_accounts/v1/account.js +82 -0
  678. package/lib/types/ibc/applications/interchain_accounts/v1/metadata.d.ts +43 -0
  679. package/lib/types/ibc/applications/interchain_accounts/v1/metadata.js +141 -0
  680. package/lib/types/ibc/applications/interchain_accounts/v1/packet.d.ts +47 -0
  681. package/lib/types/ibc/applications/interchain_accounts/v1/packet.js +210 -0
  682. package/lib/types/ibc/applications/transfer/v1/authz.d.ts +48 -0
  683. package/lib/types/ibc/applications/transfer/v1/authz.js +186 -0
  684. package/lib/types/ibc/applications/transfer/v1/genesis.d.ts +35 -0
  685. package/lib/types/ibc/applications/transfer/v1/genesis.js +117 -0
  686. package/lib/types/ibc/applications/transfer/v1/query.d.ts +146 -0
  687. package/lib/types/ibc/applications/transfer/v1/query.js +701 -0
  688. package/lib/types/ibc/applications/transfer/v1/transfer.d.ts +54 -0
  689. package/lib/types/ibc/applications/transfer/v1/transfer.js +147 -0
  690. package/lib/types/ibc/applications/transfer/v1/tx.d.ts +99 -0
  691. package/lib/types/ibc/applications/transfer/v1/tx.js +370 -0
  692. package/lib/types/ibc/applications/transfer/v2/packet.d.ts +39 -0
  693. package/lib/types/ibc/applications/transfer/v2/packet.js +124 -0
  694. package/lib/types/ibc/core/channel/v1/channel.d.ts +216 -0
  695. package/lib/types/ibc/core/channel/v1/channel.js +1081 -0
  696. package/lib/types/ibc/core/channel/v1/genesis.d.ts +46 -0
  697. package/lib/types/ibc/core/channel/v1/genesis.js +304 -0
  698. package/lib/types/ibc/core/channel/v1/query.d.ts +500 -0
  699. package/lib/types/ibc/core/channel/v1/query.js +2908 -0
  700. package/lib/types/ibc/core/channel/v1/tx.d.ts +432 -0
  701. package/lib/types/ibc/core/channel/v1/tx.js +3643 -0
  702. package/lib/types/ibc/core/channel/v1/upgrade.d.ts +57 -0
  703. package/lib/types/ibc/core/channel/v1/upgrade.js +262 -0
  704. package/lib/types/ibc/core/client/v1/client.d.ts +132 -0
  705. package/lib/types/ibc/core/client/v1/client.js +556 -0
  706. package/lib/types/ibc/core/client/v1/genesis.d.ts +62 -0
  707. package/lib/types/ibc/core/client/v1/genesis.js +328 -0
  708. package/lib/types/ibc/core/client/v1/query.d.ts +283 -0
  709. package/lib/types/ibc/core/client/v1/query.js +1434 -0
  710. package/lib/types/ibc/core/client/v1/tx.d.ts +197 -0
  711. package/lib/types/ibc/core/client/v1/tx.js +985 -0
  712. package/lib/types/ibc/core/commitment/v1/commitment.d.ts +59 -0
  713. package/lib/types/ibc/core/commitment/v1/commitment.js +247 -0
  714. package/lib/types/ibc/core/connection/v1/connection.d.ts +141 -0
  715. package/lib/types/ibc/core/connection/v1/connection.js +648 -0
  716. package/lib/types/ibc/core/connection/v1/genesis.d.ts +31 -0
  717. package/lib/types/ibc/core/connection/v1/genesis.js +128 -0
  718. package/lib/types/ibc/core/connection/v1/query.d.ts +190 -0
  719. package/lib/types/ibc/core/connection/v1/query.js +927 -0
  720. package/lib/types/ibc/core/connection/v1/tx.d.ts +206 -0
  721. package/lib/types/ibc/core/connection/v1/tx.js +1044 -0
  722. package/lib/types/ibc/core/types/v1/genesis.d.ts +34 -0
  723. package/lib/types/ibc/core/types/v1/genesis.js +103 -0
  724. package/lib/types/ibc/lightclients/localhost/v2/localhost.d.ts +28 -0
  725. package/lib/types/ibc/lightclients/localhost/v2/localhost.js +65 -0
  726. package/lib/types/ibc/lightclients/solomachine/v2/solomachine.d.ts +215 -0
  727. package/lib/types/ibc/lightclients/solomachine/v2/solomachine.js +1430 -0
  728. package/lib/types/ibc/lightclients/solomachine/v3/solomachine.d.ts +111 -0
  729. package/lib/types/ibc/lightclients/solomachine/v3/solomachine.js +753 -0
  730. package/lib/types/ibc/lightclients/tendermint/v1/tendermint.d.ts +130 -0
  731. package/lib/types/ibc/lightclients/tendermint/v1/tendermint.js +657 -0
  732. package/lib/types/ibc/lightclients/wasm/v1/genesis.d.ts +33 -0
  733. package/lib/types/ibc/lightclients/wasm/v1/genesis.js +142 -0
  734. package/lib/types/ibc/lightclients/wasm/v1/query.d.ts +67 -0
  735. package/lib/types/ibc/lightclients/wasm/v1/query.js +283 -0
  736. package/lib/types/ibc/lightclients/wasm/v1/tx.d.ts +86 -0
  737. package/lib/types/ibc/lightclients/wasm/v1/tx.js +420 -0
  738. package/lib/types/ibc/lightclients/wasm/v1/wasm.d.ts +59 -0
  739. package/lib/types/ibc/lightclients/wasm/v1/wasm.js +279 -0
  740. package/lib/types/tendermint/abci/types.d.ts +552 -0
  741. package/lib/types/tendermint/abci/types.js +5136 -0
  742. package/lib/types/tendermint/crypto/keys.d.ts +27 -0
  743. package/lib/types/tendermint/crypto/keys.js +104 -0
  744. package/lib/types/tendermint/crypto/proof.d.ts +57 -0
  745. package/lib/types/tendermint/crypto/proof.js +429 -0
  746. package/lib/types/tendermint/libs/bits/types.d.ts +26 -0
  747. package/lib/types/tendermint/libs/bits/types.js +98 -0
  748. package/lib/types/tendermint/p2p/types.d.ts +49 -0
  749. package/lib/types/tendermint/p2p/types.js +451 -0
  750. package/lib/types/tendermint/types/block.d.ts +30 -0
  751. package/lib/types/tendermint/types/block.js +117 -0
  752. package/lib/types/tendermint/types/evidence.d.ts +50 -0
  753. package/lib/types/tendermint/types/evidence.js +412 -0
  754. package/lib/types/tendermint/types/params.d.ts +112 -0
  755. package/lib/types/tendermint/types/params.js +527 -0
  756. package/lib/types/tendermint/types/types.d.ts +197 -0
  757. package/lib/types/tendermint/types/types.js +1782 -0
  758. package/lib/types/tendermint/types/validator.d.ts +54 -0
  759. package/lib/types/tendermint/types/validator.js +352 -0
  760. package/lib/types/tendermint/version/types.d.ts +41 -0
  761. package/lib/types/tendermint/version/types.js +157 -0
  762. package/package.json +24 -15
  763. package/DecentralCardGame.cardchain.cardchain/index.js +0 -5
  764. package/DecentralCardGame.cardchain.cardchain/index.ts +0 -6
  765. package/DecentralCardGame.cardchain.cardchain/module.js +0 -1196
  766. package/DecentralCardGame.cardchain.cardchain/module.ts +0 -1703
  767. package/DecentralCardGame.cardchain.cardchain/registry.js +0 -97
  768. package/DecentralCardGame.cardchain.cardchain/registry.ts +0 -101
  769. package/DecentralCardGame.cardchain.cardchain/rest.js +0 -482
  770. package/DecentralCardGame.cardchain.cardchain/rest.ts +0 -1162
  771. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.js +0 -2
  772. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.ts +0 -3
  773. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.js +0 -32
  774. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.ts +0 -61
  775. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.js +0 -743
  776. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.ts +0 -831
  777. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.js +0 -102
  778. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.ts +0 -134
  779. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.js +0 -350
  780. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.ts +0 -409
  781. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/early_access_proposal.js +0 -81
  782. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/early_access_proposal.ts +0 -106
  783. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/encounters.js +0 -295
  784. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/encounters.ts +0 -354
  785. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.js +0 -270
  786. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.ts +0 -299
  787. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.js +0 -88
  788. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.ts +0 -115
  789. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.js +0 -308
  790. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.ts +0 -355
  791. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.js +0 -67
  792. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.ts +0 -92
  793. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.js +0 -73
  794. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.ts +0 -102
  795. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.js +0 -314
  796. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.ts +0 -367
  797. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.js +0 -2433
  798. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.ts +0 -2971
  799. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.js +0 -85
  800. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.ts +0 -111
  801. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.js +0 -148
  802. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.ts +0 -183
  803. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.js +0 -93
  804. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.ts +0 -124
  805. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.js +0 -551
  806. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.ts +0 -626
  807. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.js +0 -93
  808. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.ts +0 -124
  809. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.js +0 -4962
  810. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.ts +0 -6091
  811. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.js +0 -680
  812. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.ts +0 -750
  813. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.js +0 -337
  814. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.ts +0 -399
  815. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/zealy.js +0 -58
  816. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/zealy.ts +0 -82
  817. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  818. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  819. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.js +0 -192
  820. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.ts +0 -261
  821. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.js +0 -171
  822. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.ts +0 -247
  823. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.js +0 -2
  824. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.ts +0 -2
  825. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.js +0 -2
  826. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.ts +0 -2
  827. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.js +0 -260
  828. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.ts +0 -589
  829. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.js +0 -2830
  830. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.ts +0 -3753
  831. package/DecentralCardGame.cardchain.cardchain/types.js +0 -29
  832. package/DecentralCardGame.cardchain.cardchain/types.ts +0 -61
  833. package/DecentralCardGame.cardchain.featureflag/index.js +0 -5
  834. package/DecentralCardGame.cardchain.featureflag/index.ts +0 -6
  835. package/DecentralCardGame.cardchain.featureflag/module.js +0 -64
  836. package/DecentralCardGame.cardchain.featureflag/module.ts +0 -106
  837. package/DecentralCardGame.cardchain.featureflag/registry.ts +0 -7
  838. package/DecentralCardGame.cardchain.featureflag/rest.js +0 -128
  839. package/DecentralCardGame.cardchain.featureflag/rest.ts +0 -222
  840. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.js +0 -67
  841. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.ts +0 -92
  842. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.js +0 -135
  843. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.ts +0 -172
  844. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.js +0 -36
  845. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.ts +0 -58
  846. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.js +0 -76
  847. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.ts +0 -102
  848. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.js +0 -279
  849. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.ts +0 -371
  850. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.js +0 -7
  851. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.ts +0 -17
  852. package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  853. package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  854. package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.js +0 -2
  855. package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.ts +0 -2
  856. package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.js +0 -2
  857. package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.ts +0 -2
  858. package/DecentralCardGame.cardchain.featureflag/types/google/api/http.js +0 -260
  859. package/DecentralCardGame.cardchain.featureflag/types/google/api/http.ts +0 -589
  860. package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.js +0 -2830
  861. package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.ts +0 -3753
  862. package/DecentralCardGame.cardchain.featureflag/types.js +0 -4
  863. package/DecentralCardGame.cardchain.featureflag/types.ts +0 -11
  864. package/README.md +0 -16
  865. package/client.js +0 -134
  866. package/client.ts +0 -178
  867. package/cosmos.auth.v1beta1/index.js +0 -5
  868. package/cosmos.auth.v1beta1/index.ts +0 -6
  869. package/cosmos.auth.v1beta1/module.js +0 -62
  870. package/cosmos.auth.v1beta1/module.ts +0 -102
  871. package/cosmos.auth.v1beta1/registry.ts +0 -7
  872. package/cosmos.auth.v1beta1/rest.js +0 -213
  873. package/cosmos.auth.v1beta1/rest.ts +0 -641
  874. package/cosmos.auth.v1beta1/types/amino/amino.js +0 -2
  875. package/cosmos.auth.v1beta1/types/amino/amino.ts +0 -2
  876. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
  877. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
  878. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.js +0 -67
  879. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.ts +0 -95
  880. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.js +0 -868
  881. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.ts +0 -1212
  882. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.js +0 -105
  883. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.ts +0 -172
  884. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  885. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  886. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  887. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  888. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.js +0 -2
  889. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  890. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  891. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  892. package/cosmos.auth.v1beta1/types/gogoproto/gogo.js +0 -2
  893. package/cosmos.auth.v1beta1/types/gogoproto/gogo.ts +0 -2
  894. package/cosmos.auth.v1beta1/types/google/api/annotations.js +0 -2
  895. package/cosmos.auth.v1beta1/types/google/api/annotations.ts +0 -2
  896. package/cosmos.auth.v1beta1/types/google/api/http.js +0 -260
  897. package/cosmos.auth.v1beta1/types/google/api/http.ts +0 -589
  898. package/cosmos.auth.v1beta1/types/google/protobuf/any.js +0 -99
  899. package/cosmos.auth.v1beta1/types/google/protobuf/any.ts +0 -240
  900. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  901. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  902. package/cosmos.auth.v1beta1/types.js +0 -4
  903. package/cosmos.auth.v1beta1/types.ts +0 -11
  904. package/cosmos.authz.v1beta1/index.js +0 -5
  905. package/cosmos.authz.v1beta1/index.ts +0 -6
  906. package/cosmos.authz.v1beta1/module.js +0 -151
  907. package/cosmos.authz.v1beta1/module.ts +0 -279
  908. package/cosmos.authz.v1beta1/registry.js +0 -9
  909. package/cosmos.authz.v1beta1/registry.ts +0 -13
  910. package/cosmos.authz.v1beta1/rest.js +0 -131
  911. package/cosmos.authz.v1beta1/rest.ts +0 -604
  912. package/cosmos.authz.v1beta1/types/amino/amino.js +0 -2
  913. package/cosmos.authz.v1beta1/types/amino/amino.ts +0 -2
  914. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.js +0 -244
  915. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.ts +0 -325
  916. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.js +0 -128
  917. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.ts +0 -175
  918. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.js +0 -54
  919. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.ts +0 -78
  920. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.js +0 -394
  921. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.ts +0 -516
  922. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.js +0 -362
  923. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.ts +0 -493
  924. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  925. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  926. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  927. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  928. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  929. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  930. package/cosmos.authz.v1beta1/types/gogoproto/gogo.js +0 -2
  931. package/cosmos.authz.v1beta1/types/gogoproto/gogo.ts +0 -2
  932. package/cosmos.authz.v1beta1/types/google/api/annotations.js +0 -2
  933. package/cosmos.authz.v1beta1/types/google/api/annotations.ts +0 -2
  934. package/cosmos.authz.v1beta1/types/google/api/http.js +0 -260
  935. package/cosmos.authz.v1beta1/types/google/api/http.ts +0 -589
  936. package/cosmos.authz.v1beta1/types/google/protobuf/any.js +0 -99
  937. package/cosmos.authz.v1beta1/types/google/protobuf/any.ts +0 -240
  938. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  939. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  940. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.js +0 -84
  941. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  942. package/cosmos.authz.v1beta1/types.js +0 -7
  943. package/cosmos.authz.v1beta1/types.ts +0 -17
  944. package/cosmos.bank.v1beta1/index.js +0 -5
  945. package/cosmos.bank.v1beta1/index.ts +0 -6
  946. package/cosmos.bank.v1beta1/module.js +0 -125
  947. package/cosmos.bank.v1beta1/module.ts +0 -182
  948. package/cosmos.bank.v1beta1/registry.js +0 -7
  949. package/cosmos.bank.v1beta1/registry.ts +0 -11
  950. package/cosmos.bank.v1beta1/rest.js +0 -222
  951. package/cosmos.bank.v1beta1/rest.ts +0 -656
  952. package/cosmos.bank.v1beta1/types/amino/amino.js +0 -2
  953. package/cosmos.bank.v1beta1/types/amino/amino.ts +0 -2
  954. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.js +0 -50
  955. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.ts +0 -77
  956. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.js +0 -455
  957. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.ts +0 -604
  958. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.js +0 -154
  959. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.ts +0 -203
  960. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.js +0 -1014
  961. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.ts +0 -1366
  962. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.js +0 -219
  963. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.ts +0 -289
  964. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  965. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  966. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  967. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  968. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  969. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  970. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.js +0 -2
  971. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  972. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  973. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  974. package/cosmos.bank.v1beta1/types/gogoproto/gogo.js +0 -2
  975. package/cosmos.bank.v1beta1/types/gogoproto/gogo.ts +0 -2
  976. package/cosmos.bank.v1beta1/types/google/api/annotations.js +0 -2
  977. package/cosmos.bank.v1beta1/types/google/api/annotations.ts +0 -2
  978. package/cosmos.bank.v1beta1/types/google/api/http.js +0 -260
  979. package/cosmos.bank.v1beta1/types/google/api/http.ts +0 -589
  980. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  981. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  982. package/cosmos.bank.v1beta1/types.js +0 -11
  983. package/cosmos.bank.v1beta1/types.ts +0 -25
  984. package/cosmos.base.tendermint.v1beta1/index.js +0 -5
  985. package/cosmos.base.tendermint.v1beta1/index.ts +0 -6
  986. package/cosmos.base.tendermint.v1beta1/module.js +0 -70
  987. package/cosmos.base.tendermint.v1beta1/module.ts +0 -110
  988. package/cosmos.base.tendermint.v1beta1/registry.ts +0 -7
  989. package/cosmos.base.tendermint.v1beta1/rest.js +0 -209
  990. package/cosmos.base.tendermint.v1beta1/rest.ts +0 -1147
  991. package/cosmos.base.tendermint.v1beta1/types/amino/amino.js +0 -2
  992. package/cosmos.base.tendermint.v1beta1/types/amino/amino.ts +0 -2
  993. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  994. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  995. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.js +0 -1281
  996. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.ts +0 -1646
  997. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.js +0 -350
  998. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.ts +0 -442
  999. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1000. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1001. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.js +0 -2
  1002. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.ts +0 -2
  1003. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.js +0 -2
  1004. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.ts +0 -2
  1005. package/cosmos.base.tendermint.v1beta1/types/google/api/http.js +0 -260
  1006. package/cosmos.base.tendermint.v1beta1/types/google/api/http.ts +0 -589
  1007. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.js +0 -99
  1008. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.ts +0 -240
  1009. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1010. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1011. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1012. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1013. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1014. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1015. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1016. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1017. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.js +0 -352
  1018. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.ts +0 -423
  1019. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.js +0 -86
  1020. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.ts +0 -112
  1021. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.js +0 -343
  1022. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.ts +0 -412
  1023. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.js +0 -1207
  1024. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.ts +0 -1452
  1025. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.js +0 -254
  1026. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.ts +0 -308
  1027. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.js +0 -133
  1028. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.ts +0 -184
  1029. package/cosmos.base.tendermint.v1beta1/types.js +0 -8
  1030. package/cosmos.base.tendermint.v1beta1/types.ts +0 -19
  1031. package/cosmos.consensus.v1/index.js +0 -5
  1032. package/cosmos.consensus.v1/index.ts +0 -6
  1033. package/cosmos.consensus.v1/module.js +0 -81
  1034. package/cosmos.consensus.v1/module.ts +0 -129
  1035. package/cosmos.consensus.v1/registry.js +0 -5
  1036. package/cosmos.consensus.v1/registry.ts +0 -9
  1037. package/cosmos.consensus.v1/rest.js +0 -100
  1038. package/cosmos.consensus.v1/rest.ts +0 -268
  1039. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.js +0 -94
  1040. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.ts +0 -147
  1041. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.js +0 -129
  1042. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.ts +0 -196
  1043. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.js +0 -2
  1044. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1045. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.js +0 -171
  1046. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.ts +0 -247
  1047. package/cosmos.consensus.v1/types/gogoproto/gogo.js +0 -2
  1048. package/cosmos.consensus.v1/types/gogoproto/gogo.ts +0 -2
  1049. package/cosmos.consensus.v1/types/google/api/annotations.js +0 -2
  1050. package/cosmos.consensus.v1/types/google/api/annotations.ts +0 -2
  1051. package/cosmos.consensus.v1/types/google/api/http.js +0 -260
  1052. package/cosmos.consensus.v1/types/google/api/http.ts +0 -589
  1053. package/cosmos.consensus.v1/types/google/protobuf/descriptor.js +0 -2830
  1054. package/cosmos.consensus.v1/types/google/protobuf/descriptor.ts +0 -3753
  1055. package/cosmos.consensus.v1/types/google/protobuf/duration.js +0 -84
  1056. package/cosmos.consensus.v1/types/google/protobuf/duration.ts +0 -187
  1057. package/cosmos.consensus.v1/types/tendermint/types/params.js +0 -369
  1058. package/cosmos.consensus.v1/types/tendermint/types/params.ts +0 -498
  1059. package/cosmos.consensus.v1/types.ts +0 -5
  1060. package/cosmos.crisis.v1beta1/index.js +0 -5
  1061. package/cosmos.crisis.v1beta1/index.ts +0 -6
  1062. package/cosmos.crisis.v1beta1/module.js +0 -81
  1063. package/cosmos.crisis.v1beta1/module.ts +0 -129
  1064. package/cosmos.crisis.v1beta1/registry.js +0 -5
  1065. package/cosmos.crisis.v1beta1/registry.ts +0 -9
  1066. package/cosmos.crisis.v1beta1/rest.js +0 -83
  1067. package/cosmos.crisis.v1beta1/rest.ts +0 -152
  1068. package/cosmos.crisis.v1beta1/types/amino/amino.js +0 -2
  1069. package/cosmos.crisis.v1beta1/types/amino/amino.ts +0 -2
  1070. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1071. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1072. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.js +0 -51
  1073. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.ts +0 -79
  1074. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.js +0 -111
  1075. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.ts +0 -159
  1076. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1077. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1078. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1079. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1080. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.js +0 -2
  1081. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.ts +0 -2
  1082. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1083. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1084. package/cosmos.crisis.v1beta1/types.ts +0 -5
  1085. package/cosmos.distribution.v1beta1/index.js +0 -5
  1086. package/cosmos.distribution.v1beta1/index.ts +0 -6
  1087. package/cosmos.distribution.v1beta1/module.js +0 -219
  1088. package/cosmos.distribution.v1beta1/module.ts +0 -420
  1089. package/cosmos.distribution.v1beta1/registry.js +0 -11
  1090. package/cosmos.distribution.v1beta1/registry.ts +0 -15
  1091. package/cosmos.distribution.v1beta1/rest.js +0 -214
  1092. package/cosmos.distribution.v1beta1/rest.ts +0 -557
  1093. package/cosmos.distribution.v1beta1/types/amino/amino.js +0 -2
  1094. package/cosmos.distribution.v1beta1/types/amino/amino.ts +0 -2
  1095. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1096. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1097. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1098. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1099. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.js +0 -737
  1100. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.ts +0 -945
  1101. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.js +0 -656
  1102. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.ts +0 -849
  1103. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.js +0 -926
  1104. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.ts +0 -1289
  1105. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.js +0 -396
  1106. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.ts +0 -550
  1107. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1108. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1109. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1110. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1111. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.js +0 -2
  1112. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.ts +0 -2
  1113. package/cosmos.distribution.v1beta1/types/google/api/annotations.js +0 -2
  1114. package/cosmos.distribution.v1beta1/types/google/api/annotations.ts +0 -2
  1115. package/cosmos.distribution.v1beta1/types/google/api/http.js +0 -260
  1116. package/cosmos.distribution.v1beta1/types/google/api/http.ts +0 -589
  1117. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1118. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1119. package/cosmos.distribution.v1beta1/types.js +0 -20
  1120. package/cosmos.distribution.v1beta1/types.ts +0 -43
  1121. package/cosmos.evidence.v1beta1/index.js +0 -5
  1122. package/cosmos.evidence.v1beta1/index.ts +0 -6
  1123. package/cosmos.evidence.v1beta1/module.js +0 -92
  1124. package/cosmos.evidence.v1beta1/module.ts +0 -160
  1125. package/cosmos.evidence.v1beta1/registry.js +0 -5
  1126. package/cosmos.evidence.v1beta1/registry.ts +0 -9
  1127. package/cosmos.evidence.v1beta1/rest.js +0 -115
  1128. package/cosmos.evidence.v1beta1/rest.ts +0 -402
  1129. package/cosmos.evidence.v1beta1/types/amino/amino.js +0 -2
  1130. package/cosmos.evidence.v1beta1/types/amino/amino.ts +0 -2
  1131. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1132. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1133. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.js +0 -124
  1134. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.ts +0 -161
  1135. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.js +0 -50
  1136. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.ts +0 -73
  1137. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.js +0 -254
  1138. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.ts +0 -343
  1139. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.js +0 -154
  1140. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.ts +0 -213
  1141. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1142. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1143. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1144. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1145. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.js +0 -2
  1146. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.ts +0 -2
  1147. package/cosmos.evidence.v1beta1/types/google/api/annotations.js +0 -2
  1148. package/cosmos.evidence.v1beta1/types/google/api/annotations.ts +0 -2
  1149. package/cosmos.evidence.v1beta1/types/google/api/http.js +0 -260
  1150. package/cosmos.evidence.v1beta1/types/google/api/http.ts +0 -589
  1151. package/cosmos.evidence.v1beta1/types/google/protobuf/any.js +0 -99
  1152. package/cosmos.evidence.v1beta1/types/google/protobuf/any.ts +0 -240
  1153. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1154. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1155. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1156. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1157. package/cosmos.evidence.v1beta1/types.js +0 -2
  1158. package/cosmos.evidence.v1beta1/types.ts +0 -7
  1159. package/cosmos.feegrant.v1beta1/index.js +0 -5
  1160. package/cosmos.feegrant.v1beta1/index.ts +0 -6
  1161. package/cosmos.feegrant.v1beta1/module.js +0 -113
  1162. package/cosmos.feegrant.v1beta1/module.ts +0 -170
  1163. package/cosmos.feegrant.v1beta1/registry.js +0 -7
  1164. package/cosmos.feegrant.v1beta1/registry.ts +0 -11
  1165. package/cosmos.feegrant.v1beta1/rest.js +0 -130
  1166. package/cosmos.feegrant.v1beta1/rest.ts +0 -452
  1167. package/cosmos.feegrant.v1beta1/types/amino/amino.js +0 -2
  1168. package/cosmos.feegrant.v1beta1/types/amino/amino.ts +0 -2
  1169. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1170. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1171. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1172. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1173. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.js +0 -307
  1174. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.ts +0 -409
  1175. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.js +0 -52
  1176. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.ts +0 -76
  1177. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.js +0 -357
  1178. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.ts +0 -484
  1179. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.js +0 -205
  1180. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.ts +0 -294
  1181. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1182. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1183. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1184. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1185. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.js +0 -2
  1186. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.ts +0 -2
  1187. package/cosmos.feegrant.v1beta1/types/google/api/annotations.js +0 -2
  1188. package/cosmos.feegrant.v1beta1/types/google/api/annotations.ts +0 -2
  1189. package/cosmos.feegrant.v1beta1/types/google/api/http.js +0 -260
  1190. package/cosmos.feegrant.v1beta1/types/google/api/http.ts +0 -589
  1191. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.js +0 -99
  1192. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.ts +0 -240
  1193. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1194. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1195. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.js +0 -84
  1196. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.ts +0 -187
  1197. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1198. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1199. package/cosmos.feegrant.v1beta1/types.js +0 -5
  1200. package/cosmos.feegrant.v1beta1/types.ts +0 -13
  1201. package/cosmos.gov.v1/index.js +0 -5
  1202. package/cosmos.gov.v1/index.ts +0 -6
  1203. package/cosmos.gov.v1/module.js +0 -186
  1204. package/cosmos.gov.v1/module.ts +0 -341
  1205. package/cosmos.gov.v1/registry.js +0 -11
  1206. package/cosmos.gov.v1/registry.ts +0 -15
  1207. package/cosmos.gov.v1/rest.js +0 -242
  1208. package/cosmos.gov.v1/rest.ts +0 -798
  1209. package/cosmos.gov.v1/types/amino/amino.js +0 -2
  1210. package/cosmos.gov.v1/types/amino/amino.ts +0 -2
  1211. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1212. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1213. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.js +0 -192
  1214. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1215. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.js +0 -162
  1216. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.ts +0 -208
  1217. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.js +0 -766
  1218. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.ts +0 -925
  1219. package/cosmos.gov.v1/types/cosmos/gov/v1/query.js +0 -917
  1220. package/cosmos.gov.v1/types/cosmos/gov/v1/query.ts +0 -1202
  1221. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.js +0 -590
  1222. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.ts +0 -763
  1223. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.js +0 -2
  1224. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1225. package/cosmos.gov.v1/types/cosmos_proto/cosmos.js +0 -171
  1226. package/cosmos.gov.v1/types/cosmos_proto/cosmos.ts +0 -247
  1227. package/cosmos.gov.v1/types/gogoproto/gogo.js +0 -2
  1228. package/cosmos.gov.v1/types/gogoproto/gogo.ts +0 -2
  1229. package/cosmos.gov.v1/types/google/api/annotations.js +0 -2
  1230. package/cosmos.gov.v1/types/google/api/annotations.ts +0 -2
  1231. package/cosmos.gov.v1/types/google/api/http.js +0 -260
  1232. package/cosmos.gov.v1/types/google/api/http.ts +0 -589
  1233. package/cosmos.gov.v1/types/google/protobuf/any.js +0 -99
  1234. package/cosmos.gov.v1/types/google/protobuf/any.ts +0 -240
  1235. package/cosmos.gov.v1/types/google/protobuf/descriptor.js +0 -2830
  1236. package/cosmos.gov.v1/types/google/protobuf/descriptor.ts +0 -3753
  1237. package/cosmos.gov.v1/types/google/protobuf/duration.js +0 -84
  1238. package/cosmos.gov.v1/types/google/protobuf/duration.ts +0 -187
  1239. package/cosmos.gov.v1/types/google/protobuf/timestamp.js +0 -84
  1240. package/cosmos.gov.v1/types/google/protobuf/timestamp.ts +0 -216
  1241. package/cosmos.gov.v1/types.js +0 -9
  1242. package/cosmos.gov.v1/types.ts +0 -21
  1243. package/cosmos.gov.v1beta1/index.js +0 -5
  1244. package/cosmos.gov.v1beta1/index.ts +0 -6
  1245. package/cosmos.gov.v1beta1/module.js +0 -169
  1246. package/cosmos.gov.v1beta1/module.ts +0 -246
  1247. package/cosmos.gov.v1beta1/registry.js +0 -11
  1248. package/cosmos.gov.v1beta1/registry.ts +0 -15
  1249. package/cosmos.gov.v1beta1/rest.js +0 -242
  1250. package/cosmos.gov.v1beta1/rest.ts +0 -864
  1251. package/cosmos.gov.v1beta1/types/amino/amino.js +0 -2
  1252. package/cosmos.gov.v1beta1/types/amino/amino.ts +0 -2
  1253. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1254. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1255. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1256. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1257. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.js +0 -162
  1258. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.ts +0 -206
  1259. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.js +0 -832
  1260. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.ts +0 -1015
  1261. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.js +0 -917
  1262. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.ts +0 -1200
  1263. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.js +0 -467
  1264. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.ts +0 -612
  1265. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1266. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1267. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1268. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1269. package/cosmos.gov.v1beta1/types/gogoproto/gogo.js +0 -2
  1270. package/cosmos.gov.v1beta1/types/gogoproto/gogo.ts +0 -2
  1271. package/cosmos.gov.v1beta1/types/google/api/annotations.js +0 -2
  1272. package/cosmos.gov.v1beta1/types/google/api/annotations.ts +0 -2
  1273. package/cosmos.gov.v1beta1/types/google/api/http.js +0 -260
  1274. package/cosmos.gov.v1beta1/types/google/api/http.ts +0 -589
  1275. package/cosmos.gov.v1beta1/types/google/protobuf/any.js +0 -99
  1276. package/cosmos.gov.v1beta1/types/google/protobuf/any.ts +0 -240
  1277. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1278. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1279. package/cosmos.gov.v1beta1/types/google/protobuf/duration.js +0 -84
  1280. package/cosmos.gov.v1beta1/types/google/protobuf/duration.ts +0 -187
  1281. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1282. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1283. package/cosmos.gov.v1beta1/types.js +0 -10
  1284. package/cosmos.gov.v1beta1/types.ts +0 -23
  1285. package/cosmos.group.v1/index.js +0 -5
  1286. package/cosmos.group.v1/index.ts +0 -6
  1287. package/cosmos.group.v1/module.js +0 -423
  1288. package/cosmos.group.v1/module.ts +0 -600
  1289. package/cosmos.group.v1/registry.js +0 -31
  1290. package/cosmos.group.v1/registry.ts +0 -35
  1291. package/cosmos.group.v1/rest.js +0 -366
  1292. package/cosmos.group.v1/rest.ts +0 -1201
  1293. package/cosmos.group.v1/types/amino/amino.js +0 -2
  1294. package/cosmos.group.v1/types/amino/amino.ts +0 -2
  1295. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1296. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1297. package/cosmos.group.v1/types/cosmos/group/v1/events.js +0 -497
  1298. package/cosmos.group.v1/types/cosmos/group/v1/events.ts +0 -656
  1299. package/cosmos.group.v1/types/cosmos/group/v1/genesis.js +0 -177
  1300. package/cosmos.group.v1/types/cosmos/group/v1/genesis.ts +0 -228
  1301. package/cosmos.group.v1/types/cosmos/group/v1/query.js +0 -1578
  1302. package/cosmos.group.v1/types/cosmos/group/v1/query.ts +0 -2047
  1303. package/cosmos.group.v1/types/cosmos/group/v1/tx.js +0 -1621
  1304. package/cosmos.group.v1/types/cosmos/group/v1/tx.ts +0 -2113
  1305. package/cosmos.group.v1/types/cosmos/group/v1/types.js +0 -1105
  1306. package/cosmos.group.v1/types/cosmos/group/v1/types.ts +0 -1422
  1307. package/cosmos.group.v1/types/cosmos/msg/v1/msg.js +0 -2
  1308. package/cosmos.group.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1309. package/cosmos.group.v1/types/cosmos_proto/cosmos.js +0 -171
  1310. package/cosmos.group.v1/types/cosmos_proto/cosmos.ts +0 -247
  1311. package/cosmos.group.v1/types/gogoproto/gogo.js +0 -2
  1312. package/cosmos.group.v1/types/gogoproto/gogo.ts +0 -2
  1313. package/cosmos.group.v1/types/google/api/annotations.js +0 -2
  1314. package/cosmos.group.v1/types/google/api/annotations.ts +0 -2
  1315. package/cosmos.group.v1/types/google/api/http.js +0 -260
  1316. package/cosmos.group.v1/types/google/api/http.ts +0 -589
  1317. package/cosmos.group.v1/types/google/protobuf/any.js +0 -99
  1318. package/cosmos.group.v1/types/google/protobuf/any.ts +0 -240
  1319. package/cosmos.group.v1/types/google/protobuf/descriptor.js +0 -2830
  1320. package/cosmos.group.v1/types/google/protobuf/descriptor.ts +0 -3753
  1321. package/cosmos.group.v1/types/google/protobuf/duration.js +0 -84
  1322. package/cosmos.group.v1/types/google/protobuf/duration.ts +0 -187
  1323. package/cosmos.group.v1/types/google/protobuf/timestamp.js +0 -84
  1324. package/cosmos.group.v1/types/google/protobuf/timestamp.ts +0 -216
  1325. package/cosmos.group.v1/types.js +0 -22
  1326. package/cosmos.group.v1/types.ts +0 -47
  1327. package/cosmos.mint.v1beta1/index.js +0 -5
  1328. package/cosmos.mint.v1beta1/index.ts +0 -6
  1329. package/cosmos.mint.v1beta1/module.js +0 -62
  1330. package/cosmos.mint.v1beta1/module.ts +0 -104
  1331. package/cosmos.mint.v1beta1/registry.ts +0 -7
  1332. package/cosmos.mint.v1beta1/rest.js +0 -128
  1333. package/cosmos.mint.v1beta1/rest.ts +0 -253
  1334. package/cosmos.mint.v1beta1/types/amino/amino.js +0 -2
  1335. package/cosmos.mint.v1beta1/types/amino/amino.ts +0 -2
  1336. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.js +0 -63
  1337. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.ts +0 -92
  1338. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.js +0 -179
  1339. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.ts +0 -234
  1340. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.js +0 -298
  1341. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.ts +0 -412
  1342. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.js +0 -105
  1343. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.ts +0 -172
  1344. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1345. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1346. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1347. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1348. package/cosmos.mint.v1beta1/types/gogoproto/gogo.js +0 -2
  1349. package/cosmos.mint.v1beta1/types/gogoproto/gogo.ts +0 -2
  1350. package/cosmos.mint.v1beta1/types/google/api/annotations.js +0 -2
  1351. package/cosmos.mint.v1beta1/types/google/api/annotations.ts +0 -2
  1352. package/cosmos.mint.v1beta1/types/google/api/http.js +0 -260
  1353. package/cosmos.mint.v1beta1/types/google/api/http.ts +0 -589
  1354. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1355. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1356. package/cosmos.mint.v1beta1/types.js +0 -3
  1357. package/cosmos.mint.v1beta1/types.ts +0 -9
  1358. package/cosmos.nft.v1beta1/index.js +0 -5
  1359. package/cosmos.nft.v1beta1/index.ts +0 -6
  1360. package/cosmos.nft.v1beta1/module.js +0 -70
  1361. package/cosmos.nft.v1beta1/module.ts +0 -112
  1362. package/cosmos.nft.v1beta1/registry.js +0 -2
  1363. package/cosmos.nft.v1beta1/registry.ts +0 -7
  1364. package/cosmos.nft.v1beta1/rest.js +0 -187
  1365. package/cosmos.nft.v1beta1/rest.ts +0 -685
  1366. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1367. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1368. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1369. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1370. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.js +0 -198
  1371. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.ts +0 -251
  1372. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.js +0 -126
  1373. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.ts +0 -163
  1374. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.js +0 -183
  1375. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.ts +0 -240
  1376. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.js +0 -752
  1377. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.ts +0 -964
  1378. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.js +0 -120
  1379. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.ts +0 -173
  1380. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1381. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1382. package/cosmos.nft.v1beta1/types/google/api/annotations.js +0 -2
  1383. package/cosmos.nft.v1beta1/types/google/api/annotations.ts +0 -2
  1384. package/cosmos.nft.v1beta1/types/google/api/http.js +0 -260
  1385. package/cosmos.nft.v1beta1/types/google/api/http.ts +0 -589
  1386. package/cosmos.nft.v1beta1/types/google/protobuf/any.js +0 -99
  1387. package/cosmos.nft.v1beta1/types/google/protobuf/any.ts +0 -240
  1388. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1389. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1390. package/cosmos.nft.v1beta1/types.js +0 -7
  1391. package/cosmos.nft.v1beta1/types.ts +0 -17
  1392. package/cosmos.params.v1beta1/index.js +0 -5
  1393. package/cosmos.params.v1beta1/index.ts +0 -6
  1394. package/cosmos.params.v1beta1/module.js +0 -62
  1395. package/cosmos.params.v1beta1/module.ts +0 -102
  1396. package/cosmos.params.v1beta1/registry.js +0 -2
  1397. package/cosmos.params.v1beta1/registry.ts +0 -7
  1398. package/cosmos.params.v1beta1/rest.js +0 -116
  1399. package/cosmos.params.v1beta1/rest.ts +0 -220
  1400. package/cosmos.params.v1beta1/types/amino/amino.js +0 -2
  1401. package/cosmos.params.v1beta1/types/amino/amino.ts +0 -2
  1402. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.js +0 -133
  1403. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.ts +0 -174
  1404. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.js +0 -257
  1405. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.ts +0 -364
  1406. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1407. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1408. package/cosmos.params.v1beta1/types/gogoproto/gogo.js +0 -2
  1409. package/cosmos.params.v1beta1/types/gogoproto/gogo.ts +0 -2
  1410. package/cosmos.params.v1beta1/types/google/api/annotations.js +0 -2
  1411. package/cosmos.params.v1beta1/types/google/api/annotations.ts +0 -2
  1412. package/cosmos.params.v1beta1/types/google/api/http.js +0 -260
  1413. package/cosmos.params.v1beta1/types/google/api/http.ts +0 -589
  1414. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1415. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1416. package/cosmos.params.v1beta1/types.js +0 -4
  1417. package/cosmos.params.v1beta1/types.ts +0 -11
  1418. package/cosmos.slashing.v1beta1/index.js +0 -5
  1419. package/cosmos.slashing.v1beta1/index.ts +0 -6
  1420. package/cosmos.slashing.v1beta1/module.js +0 -92
  1421. package/cosmos.slashing.v1beta1/module.ts +0 -139
  1422. package/cosmos.slashing.v1beta1/registry.js +0 -5
  1423. package/cosmos.slashing.v1beta1/registry.ts +0 -9
  1424. package/cosmos.slashing.v1beta1/rest.js +0 -129
  1425. package/cosmos.slashing.v1beta1/rest.ts +0 -368
  1426. package/cosmos.slashing.v1beta1/types/amino/amino.js +0 -2
  1427. package/cosmos.slashing.v1beta1/types/amino/amino.ts +0 -2
  1428. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1429. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1430. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1431. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1432. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.js +0 -279
  1433. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.ts +0 -364
  1434. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.js +0 -300
  1435. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.ts +0 -411
  1436. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.js +0 -275
  1437. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.ts +0 -352
  1438. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.js +0 -91
  1439. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.ts +0 -141
  1440. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1441. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1442. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.js +0 -2
  1443. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.ts +0 -2
  1444. package/cosmos.slashing.v1beta1/types/google/api/annotations.js +0 -2
  1445. package/cosmos.slashing.v1beta1/types/google/api/annotations.ts +0 -2
  1446. package/cosmos.slashing.v1beta1/types/google/api/http.js +0 -260
  1447. package/cosmos.slashing.v1beta1/types/google/api/http.ts +0 -589
  1448. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1449. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1450. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.js +0 -84
  1451. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.ts +0 -187
  1452. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1453. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1454. package/cosmos.slashing.v1beta1/types.js +0 -6
  1455. package/cosmos.slashing.v1beta1/types.ts +0 -15
  1456. package/cosmos.staking.v1beta1/index.js +0 -5
  1457. package/cosmos.staking.v1beta1/index.ts +0 -6
  1458. package/cosmos.staking.v1beta1/module.js +0 -243
  1459. package/cosmos.staking.v1beta1/module.ts +0 -340
  1460. package/cosmos.staking.v1beta1/registry.js +0 -15
  1461. package/cosmos.staking.v1beta1/registry.ts +0 -19
  1462. package/cosmos.staking.v1beta1/rest.js +0 -308
  1463. package/cosmos.staking.v1beta1/rest.ts +0 -1239
  1464. package/cosmos.staking.v1beta1/types/amino/amino.js +0 -2
  1465. package/cosmos.staking.v1beta1/types/amino/amino.ts +0 -2
  1466. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1467. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1468. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1469. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1470. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1471. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1472. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1473. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1474. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.js +0 -184
  1475. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.ts +0 -245
  1476. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.js +0 -259
  1477. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.ts +0 -322
  1478. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.js +0 -1568
  1479. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.ts +0 -2109
  1480. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.js +0 -1436
  1481. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.ts +0 -1829
  1482. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.js +0 -768
  1483. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.ts +0 -1005
  1484. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1485. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1486. package/cosmos.staking.v1beta1/types/gogoproto/gogo.js +0 -2
  1487. package/cosmos.staking.v1beta1/types/gogoproto/gogo.ts +0 -2
  1488. package/cosmos.staking.v1beta1/types/google/api/annotations.js +0 -2
  1489. package/cosmos.staking.v1beta1/types/google/api/annotations.ts +0 -2
  1490. package/cosmos.staking.v1beta1/types/google/api/http.js +0 -260
  1491. package/cosmos.staking.v1beta1/types/google/api/http.ts +0 -589
  1492. package/cosmos.staking.v1beta1/types/google/protobuf/any.js +0 -99
  1493. package/cosmos.staking.v1beta1/types/google/protobuf/any.ts +0 -240
  1494. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1495. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1496. package/cosmos.staking.v1beta1/types/google/protobuf/duration.js +0 -84
  1497. package/cosmos.staking.v1beta1/types/google/protobuf/duration.ts +0 -187
  1498. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1499. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1500. package/cosmos.staking.v1beta1/types/tendermint/abci/types.js +0 -3812
  1501. package/cosmos.staking.v1beta1/types/tendermint/abci/types.ts +0 -4525
  1502. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1503. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1504. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1505. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1506. package/cosmos.staking.v1beta1/types/tendermint/types/params.js +0 -369
  1507. package/cosmos.staking.v1beta1/types/tendermint/types/params.ts +0 -498
  1508. package/cosmos.staking.v1beta1/types/tendermint/types/types.js +0 -1207
  1509. package/cosmos.staking.v1beta1/types/tendermint/types/types.ts +0 -1452
  1510. package/cosmos.staking.v1beta1/types/tendermint/types/validator.js +0 -254
  1511. package/cosmos.staking.v1beta1/types/tendermint/types/validator.ts +0 -308
  1512. package/cosmos.staking.v1beta1/types/tendermint/version/types.js +0 -133
  1513. package/cosmos.staking.v1beta1/types/tendermint/version/types.ts +0 -184
  1514. package/cosmos.staking.v1beta1/types.js +0 -24
  1515. package/cosmos.staking.v1beta1/types.ts +0 -51
  1516. package/cosmos.tx.v1beta1/index.js +0 -5
  1517. package/cosmos.tx.v1beta1/index.ts +0 -6
  1518. package/cosmos.tx.v1beta1/module.js +0 -84
  1519. package/cosmos.tx.v1beta1/module.ts +0 -126
  1520. package/cosmos.tx.v1beta1/registry.js +0 -2
  1521. package/cosmos.tx.v1beta1/registry.ts +0 -7
  1522. package/cosmos.tx.v1beta1/rest.js +0 -256
  1523. package/cosmos.tx.v1beta1/rest.ts +0 -1372
  1524. package/cosmos.tx.v1beta1/types/amino/amino.js +0 -2
  1525. package/cosmos.tx.v1beta1/types/amino/amino.ts +0 -2
  1526. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.js +0 -803
  1527. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.ts +0 -1040
  1528. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1529. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1530. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1531. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1532. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.js +0 -147
  1533. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.ts +0 -195
  1534. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.js +0 -449
  1535. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.ts +0 -556
  1536. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.js +0 -802
  1537. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.ts +0 -1057
  1538. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.js +0 -959
  1539. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.ts +0 -1355
  1540. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1541. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1542. package/cosmos.tx.v1beta1/types/gogoproto/gogo.js +0 -2
  1543. package/cosmos.tx.v1beta1/types/gogoproto/gogo.ts +0 -2
  1544. package/cosmos.tx.v1beta1/types/google/api/annotations.js +0 -2
  1545. package/cosmos.tx.v1beta1/types/google/api/annotations.ts +0 -2
  1546. package/cosmos.tx.v1beta1/types/google/api/http.js +0 -260
  1547. package/cosmos.tx.v1beta1/types/google/api/http.ts +0 -589
  1548. package/cosmos.tx.v1beta1/types/google/protobuf/any.js +0 -99
  1549. package/cosmos.tx.v1beta1/types/google/protobuf/any.ts +0 -240
  1550. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1551. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1552. package/cosmos.tx.v1beta1/types/google/protobuf/duration.js +0 -84
  1553. package/cosmos.tx.v1beta1/types/google/protobuf/duration.ts +0 -187
  1554. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1555. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1556. package/cosmos.tx.v1beta1/types/tendermint/abci/types.js +0 -3486
  1557. package/cosmos.tx.v1beta1/types/tendermint/abci/types.ts +0 -4154
  1558. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1559. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1560. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1561. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1562. package/cosmos.tx.v1beta1/types/tendermint/types/block.js +0 -86
  1563. package/cosmos.tx.v1beta1/types/tendermint/types/block.ts +0 -112
  1564. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.js +0 -343
  1565. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.ts +0 -412
  1566. package/cosmos.tx.v1beta1/types/tendermint/types/params.js +0 -378
  1567. package/cosmos.tx.v1beta1/types/tendermint/types/params.ts +0 -514
  1568. package/cosmos.tx.v1beta1/types/tendermint/types/types.js +0 -1207
  1569. package/cosmos.tx.v1beta1/types/tendermint/types/types.ts +0 -1452
  1570. package/cosmos.tx.v1beta1/types/tendermint/types/validator.js +0 -254
  1571. package/cosmos.tx.v1beta1/types/tendermint/types/validator.ts +0 -308
  1572. package/cosmos.tx.v1beta1/types/tendermint/version/types.js +0 -133
  1573. package/cosmos.tx.v1beta1/types/tendermint/version/types.ts +0 -184
  1574. package/cosmos.tx.v1beta1/types.js +0 -14
  1575. package/cosmos.tx.v1beta1/types.ts +0 -31
  1576. package/cosmos.upgrade.v1beta1/index.js +0 -5
  1577. package/cosmos.upgrade.v1beta1/index.ts +0 -6
  1578. package/cosmos.upgrade.v1beta1/module.js +0 -113
  1579. package/cosmos.upgrade.v1beta1/module.ts +0 -170
  1580. package/cosmos.upgrade.v1beta1/registry.js +0 -7
  1581. package/cosmos.upgrade.v1beta1/registry.ts +0 -11
  1582. package/cosmos.upgrade.v1beta1/rest.js +0 -162
  1583. package/cosmos.upgrade.v1beta1/rest.ts +0 -468
  1584. package/cosmos.upgrade.v1beta1/types/amino/amino.js +0 -2
  1585. package/cosmos.upgrade.v1beta1/types/amino/amino.ts +0 -2
  1586. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1587. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1588. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.js +0 -501
  1589. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.ts +0 -728
  1590. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.js +0 -183
  1591. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.ts +0 -284
  1592. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1593. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1594. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1595. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1596. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.js +0 -2
  1597. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.ts +0 -2
  1598. package/cosmos.upgrade.v1beta1/types/google/api/annotations.js +0 -2
  1599. package/cosmos.upgrade.v1beta1/types/google/api/annotations.ts +0 -2
  1600. package/cosmos.upgrade.v1beta1/types/google/api/http.js +0 -260
  1601. package/cosmos.upgrade.v1beta1/types/google/api/http.ts +0 -589
  1602. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.js +0 -99
  1603. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.ts +0 -240
  1604. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1605. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1606. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1607. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1608. package/cosmos.upgrade.v1beta1/types.js +0 -5
  1609. package/cosmos.upgrade.v1beta1/types.ts +0 -13
  1610. package/cosmos.vesting.v1beta1/index.js +0 -5
  1611. package/cosmos.vesting.v1beta1/index.ts +0 -6
  1612. package/cosmos.vesting.v1beta1/module.js +0 -163
  1613. package/cosmos.vesting.v1beta1/module.ts +0 -307
  1614. package/cosmos.vesting.v1beta1/registry.js +0 -9
  1615. package/cosmos.vesting.v1beta1/registry.ts +0 -13
  1616. package/cosmos.vesting.v1beta1/rest.js +0 -83
  1617. package/cosmos.vesting.v1beta1/rest.ts +0 -300
  1618. package/cosmos.vesting.v1beta1/types/amino/amino.js +0 -2
  1619. package/cosmos.vesting.v1beta1/types/amino/amino.ts +0 -2
  1620. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
  1621. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
  1622. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1623. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1624. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1625. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1626. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.js +0 -383
  1627. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.ts +0 -542
  1628. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.js +0 -422
  1629. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.ts +0 -534
  1630. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1631. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1632. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.js +0 -2
  1633. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.ts +0 -2
  1634. package/cosmos.vesting.v1beta1/types/google/protobuf/any.js +0 -99
  1635. package/cosmos.vesting.v1beta1/types/google/protobuf/any.ts +0 -240
  1636. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1637. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1638. package/cosmos.vesting.v1beta1/types.js +0 -7
  1639. package/cosmos.vesting.v1beta1/types.ts +0 -17
  1640. package/env.ts +0 -7
  1641. package/helpers.ts +0 -32
  1642. package/ibc.applications.interchain_accounts.controller.v1/index.js +0 -5
  1643. package/ibc.applications.interchain_accounts.controller.v1/index.ts +0 -6
  1644. package/ibc.applications.interchain_accounts.controller.v1/module.js +0 -60
  1645. package/ibc.applications.interchain_accounts.controller.v1/module.ts +0 -102
  1646. package/ibc.applications.interchain_accounts.controller.v1/registry.js +0 -2
  1647. package/ibc.applications.interchain_accounts.controller.v1/registry.ts +0 -7
  1648. package/ibc.applications.interchain_accounts.controller.v1/rest.js +0 -123
  1649. package/ibc.applications.interchain_accounts.controller.v1/rest.ts +0 -346
  1650. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.js +0 -2
  1651. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.ts +0 -2
  1652. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.js +0 -2
  1653. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.ts +0 -2
  1654. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.js +0 -260
  1655. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.ts +0 -589
  1656. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.js +0 -99
  1657. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.ts +0 -240
  1658. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.js +0 -2830
  1659. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.ts +0 -3753
  1660. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -47
  1661. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +0 -75
  1662. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.js +0 -193
  1663. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.ts +0 -274
  1664. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -266
  1665. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +0 -361
  1666. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.js +0 -192
  1667. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.ts +0 -234
  1668. package/ibc.applications.interchain_accounts.controller.v1/types.js +0 -2
  1669. package/ibc.applications.interchain_accounts.controller.v1/types.ts +0 -7
  1670. package/ibc.applications.interchain_accounts.host.v1/index.js +0 -5
  1671. package/ibc.applications.interchain_accounts.host.v1/index.ts +0 -6
  1672. package/ibc.applications.interchain_accounts.host.v1/module.js +0 -58
  1673. package/ibc.applications.interchain_accounts.host.v1/module.ts +0 -98
  1674. package/ibc.applications.interchain_accounts.host.v1/registry.js +0 -2
  1675. package/ibc.applications.interchain_accounts.host.v1/registry.ts +0 -7
  1676. package/ibc.applications.interchain_accounts.host.v1/rest.js +0 -100
  1677. package/ibc.applications.interchain_accounts.host.v1/rest.ts +0 -183
  1678. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.js +0 -2
  1679. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.ts +0 -2
  1680. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.js +0 -2
  1681. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.ts +0 -2
  1682. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.js +0 -260
  1683. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.ts +0 -589
  1684. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.js +0 -2830
  1685. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.ts +0 -3753
  1686. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.js +0 -63
  1687. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.ts +0 -92
  1688. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.js +0 -94
  1689. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.ts +0 -141
  1690. package/ibc.applications.interchain_accounts.host.v1/types.js +0 -2
  1691. package/ibc.applications.interchain_accounts.host.v1/types.ts +0 -7
  1692. package/ibc.applications.transfer.v1/index.js +0 -5
  1693. package/ibc.applications.transfer.v1/index.ts +0 -6
  1694. package/ibc.applications.transfer.v1/module.js +0 -91
  1695. package/ibc.applications.transfer.v1/module.ts +0 -159
  1696. package/ibc.applications.transfer.v1/registry.js +0 -5
  1697. package/ibc.applications.transfer.v1/registry.ts +0 -9
  1698. package/ibc.applications.transfer.v1/rest.js +0 -157
  1699. package/ibc.applications.transfer.v1/rest.ts +0 -544
  1700. package/ibc.applications.transfer.v1/types/amino/amino.js +0 -2
  1701. package/ibc.applications.transfer.v1/types/amino/amino.ts +0 -2
  1702. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1703. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1704. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.js +0 -192
  1705. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1706. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1707. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1708. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.js +0 -171
  1709. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.ts +0 -247
  1710. package/ibc.applications.transfer.v1/types/gogoproto/gogo.js +0 -2
  1711. package/ibc.applications.transfer.v1/types/gogoproto/gogo.ts +0 -2
  1712. package/ibc.applications.transfer.v1/types/google/api/annotations.js +0 -2
  1713. package/ibc.applications.transfer.v1/types/google/api/annotations.ts +0 -2
  1714. package/ibc.applications.transfer.v1/types/google/api/http.js +0 -260
  1715. package/ibc.applications.transfer.v1/types/google/api/http.ts +0 -589
  1716. package/ibc.applications.transfer.v1/types/google/protobuf/any.js +0 -99
  1717. package/ibc.applications.transfer.v1/types/google/protobuf/any.ts +0 -240
  1718. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.js +0 -2830
  1719. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.ts +0 -3753
  1720. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.js +0 -84
  1721. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.ts +0 -216
  1722. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.js +0 -135
  1723. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.ts +0 -178
  1724. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.js +0 -75
  1725. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.ts +0 -100
  1726. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.js +0 -483
  1727. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.ts +0 -659
  1728. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.js +0 -110
  1729. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.ts +0 -168
  1730. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.js +0 -204
  1731. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.ts +0 -287
  1732. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.js +0 -448
  1733. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.ts +0 -608
  1734. package/ibc.applications.transfer.v1/types.js +0 -3
  1735. package/ibc.applications.transfer.v1/types.ts +0 -9
  1736. package/ibc.core.channel.v1/index.js +0 -5
  1737. package/ibc.core.channel.v1/index.ts +0 -6
  1738. package/ibc.core.channel.v1/module.js +0 -72
  1739. package/ibc.core.channel.v1/module.ts +0 -112
  1740. package/ibc.core.channel.v1/registry.js +0 -2
  1741. package/ibc.core.channel.v1/registry.ts +0 -7
  1742. package/ibc.core.channel.v1/rest.js +0 -323
  1743. package/ibc.core.channel.v1/rest.ts +0 -1375
  1744. package/ibc.core.channel.v1/types/amino/amino.js +0 -2
  1745. package/ibc.core.channel.v1/types/amino/amino.ts +0 -2
  1746. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1747. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1748. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1749. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1750. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.js +0 -171
  1751. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.ts +0 -247
  1752. package/ibc.core.channel.v1/types/gogoproto/gogo.js +0 -2
  1753. package/ibc.core.channel.v1/types/gogoproto/gogo.ts +0 -2
  1754. package/ibc.core.channel.v1/types/google/api/annotations.js +0 -2
  1755. package/ibc.core.channel.v1/types/google/api/annotations.ts +0 -2
  1756. package/ibc.core.channel.v1/types/google/api/http.js +0 -260
  1757. package/ibc.core.channel.v1/types/google/api/http.ts +0 -589
  1758. package/ibc.core.channel.v1/types/google/protobuf/any.js +0 -99
  1759. package/ibc.core.channel.v1/types/google/protobuf/any.ts +0 -240
  1760. package/ibc.core.channel.v1/types/google/protobuf/descriptor.js +0 -2830
  1761. package/ibc.core.channel.v1/types/google/protobuf/descriptor.ts +0 -3753
  1762. package/ibc.core.channel.v1/types/google/protobuf/timestamp.js +0 -84
  1763. package/ibc.core.channel.v1/types/google/protobuf/timestamp.ts +0 -216
  1764. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.js +0 -714
  1765. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.ts +0 -905
  1766. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.js +0 -254
  1767. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.ts +0 -301
  1768. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.js +0 -1866
  1769. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.ts +0 -2472
  1770. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.js +0 -1425
  1771. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.ts +0 -1784
  1772. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.js +0 -448
  1773. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.ts +0 -608
  1774. package/ibc.core.channel.v1/types.js +0 -9
  1775. package/ibc.core.channel.v1/types.ts +0 -21
  1776. package/ibc.core.client.v1/index.js +0 -5
  1777. package/ibc.core.client.v1/index.ts +0 -6
  1778. package/ibc.core.client.v1/module.js +0 -74
  1779. package/ibc.core.client.v1/module.ts +0 -114
  1780. package/ibc.core.client.v1/registry.js +0 -2
  1781. package/ibc.core.client.v1/registry.ts +0 -7
  1782. package/ibc.core.client.v1/rest.js +0 -218
  1783. package/ibc.core.client.v1/rest.ts +0 -1084
  1784. package/ibc.core.client.v1/types/amino/amino.js +0 -2
  1785. package/ibc.core.client.v1/types/amino/amino.ts +0 -2
  1786. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1787. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1788. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1789. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1790. package/ibc.core.client.v1/types/cosmos_proto/cosmos.js +0 -171
  1791. package/ibc.core.client.v1/types/cosmos_proto/cosmos.ts +0 -247
  1792. package/ibc.core.client.v1/types/gogoproto/gogo.js +0 -2
  1793. package/ibc.core.client.v1/types/gogoproto/gogo.ts +0 -2
  1794. package/ibc.core.client.v1/types/google/api/annotations.js +0 -2
  1795. package/ibc.core.client.v1/types/google/api/annotations.ts +0 -2
  1796. package/ibc.core.client.v1/types/google/api/http.js +0 -260
  1797. package/ibc.core.client.v1/types/google/api/http.ts +0 -589
  1798. package/ibc.core.client.v1/types/google/protobuf/any.js +0 -99
  1799. package/ibc.core.client.v1/types/google/protobuf/any.ts +0 -240
  1800. package/ibc.core.client.v1/types/google/protobuf/descriptor.js +0 -2830
  1801. package/ibc.core.client.v1/types/google/protobuf/descriptor.ts +0 -3753
  1802. package/ibc.core.client.v1/types/google/protobuf/timestamp.js +0 -84
  1803. package/ibc.core.client.v1/types/google/protobuf/timestamp.ts +0 -216
  1804. package/ibc.core.client.v1/types/ibc/core/client/v1/client.js +0 -448
  1805. package/ibc.core.client.v1/types/ibc/core/client/v1/client.ts +0 -608
  1806. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.js +0 -287
  1807. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.ts +0 -357
  1808. package/ibc.core.client.v1/types/ibc/core/client/v1/query.js +0 -1026
  1809. package/ibc.core.client.v1/types/ibc/core/client/v1/query.ts +0 -1390
  1810. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.js +0 -509
  1811. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.ts +0 -691
  1812. package/ibc.core.client.v1/types.js +0 -10
  1813. package/ibc.core.client.v1/types.ts +0 -23
  1814. package/ibc.core.connection.v1/index.js +0 -5
  1815. package/ibc.core.connection.v1/index.ts +0 -6
  1816. package/ibc.core.connection.v1/module.js +0 -72
  1817. package/ibc.core.connection.v1/module.ts +0 -116
  1818. package/ibc.core.connection.v1/registry.js +0 -2
  1819. package/ibc.core.connection.v1/registry.ts +0 -7
  1820. package/ibc.core.connection.v1/rest.js +0 -191
  1821. package/ibc.core.connection.v1/rest.ts +0 -889
  1822. package/ibc.core.connection.v1/types/amino/amino.js +0 -2
  1823. package/ibc.core.connection.v1/types/amino/amino.ts +0 -2
  1824. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1825. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1826. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.js +0 -1126
  1827. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.ts +0 -1408
  1828. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1829. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1830. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.js +0 -171
  1831. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.ts +0 -247
  1832. package/ibc.core.connection.v1/types/gogoproto/gogo.js +0 -2
  1833. package/ibc.core.connection.v1/types/gogoproto/gogo.ts +0 -2
  1834. package/ibc.core.connection.v1/types/google/api/annotations.js +0 -2
  1835. package/ibc.core.connection.v1/types/google/api/annotations.ts +0 -2
  1836. package/ibc.core.connection.v1/types/google/api/http.js +0 -260
  1837. package/ibc.core.connection.v1/types/google/api/http.ts +0 -589
  1838. package/ibc.core.connection.v1/types/google/protobuf/any.js +0 -99
  1839. package/ibc.core.connection.v1/types/google/protobuf/any.ts +0 -240
  1840. package/ibc.core.connection.v1/types/google/protobuf/descriptor.js +0 -2830
  1841. package/ibc.core.connection.v1/types/google/protobuf/descriptor.ts +0 -3753
  1842. package/ibc.core.connection.v1/types/google/protobuf/timestamp.js +0 -84
  1843. package/ibc.core.connection.v1/types/google/protobuf/timestamp.ts +0 -216
  1844. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.js +0 -448
  1845. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.ts +0 -608
  1846. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +0 -223
  1847. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.ts +0 -299
  1848. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.js +0 -537
  1849. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.ts +0 -698
  1850. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.js +0 -120
  1851. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.ts +0 -152
  1852. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.js +0 -766
  1853. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.ts +0 -1041
  1854. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +0 -705
  1855. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.ts +0 -908
  1856. package/ibc.core.connection.v1/types/proofs.js +0 -1126
  1857. package/ibc.core.connection.v1/types/proofs.ts +0 -1408
  1858. package/ibc.core.connection.v1/types.js +0 -8
  1859. package/ibc.core.connection.v1/types.ts +0 -19
  1860. package/index.js +0 -64
  1861. package/index.ts +0 -73
  1862. package/modules.ts +0 -5
  1863. package/tsconfig.json +0 -11
  1864. package/types.d.ts +0 -21
  1865. /package/{DecentralCardGame.cardchain.featureflag → lib/cosmos.base.node.v1beta1}/registry.js +0 -0
  1866. /package/{cosmos.consensus.v1/types.js → lib/cosmos.base.node.v1beta1/types.d.ts} +0 -0
  1867. /package/{cosmos.crisis.v1beta1 → lib/cosmos.base.node.v1beta1}/types.js +0 -0
  1868. /package/{cosmos.auth.v1beta1 → lib/cosmos.base.tendermint.v1beta1}/registry.js +0 -0
  1869. /package/{env.js → lib/cosmos.consensus.v1/types.d.ts} +0 -0
  1870. /package/{modules.js → lib/cosmos.consensus.v1/types.js} +0 -0
  1871. /package/{cosmos.base.tendermint.v1beta1 → lib/cosmos.params.v1beta1}/registry.js +0 -0
  1872. /package/{cosmos.mint.v1beta1 → lib/cosmos.tx.v1beta1}/registry.js +0 -0
  1873. /package/{helpers.js → lib/helpers.js} +0 -0
@@ -1,1375 +0,0 @@
1
- /* eslint-disable */
2
- /* tslint:disable */
3
- /*
4
- * ---------------------------------------------------------------
5
- * ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##
6
- * ## ##
7
- * ## AUTHOR: acacode ##
8
- * ## SOURCE: https://github.com/acacode/swagger-typescript-api ##
9
- * ---------------------------------------------------------------
10
- */
11
-
12
- /**
13
- * Channel defines pipeline for exactly-once packet delivery between specific
14
- modules on separate blockchains, which has at least one end capable of
15
- sending packets and one end capable of receiving packets.
16
- */
17
- export interface Channelv1Channel {
18
- /**
19
- * current state of the channel end
20
- * State defines if a channel is in one of the following states:
21
- * CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.
22
- *
23
- * - STATE_UNINITIALIZED_UNSPECIFIED: Default State
24
- * - STATE_INIT: A channel has just started the opening handshake.
25
- * - STATE_TRYOPEN: A channel has acknowledged the handshake step on the counterparty chain.
26
- * - STATE_OPEN: A channel has completed the handshake. Open channels are
27
- * ready to send and receive packets.
28
- * - STATE_CLOSED: A channel has been closed and can no longer be used to send or receive
29
- * packets.
30
- */
31
- state?: V1State;
32
-
33
- /**
34
- * whether the channel is ordered or unordered
35
- * - ORDER_NONE_UNSPECIFIED: zero-value for channel ordering
36
- * - ORDER_UNORDERED: packets can be delivered in any order, which may differ from the order in
37
- * which they were sent.
38
- * - ORDER_ORDERED: packets are delivered exactly in the order which they were sent
39
- */
40
- ordering?: V1Order;
41
-
42
- /** counterparty channel end */
43
- counterparty?: V1Counterparty;
44
-
45
- /**
46
- * list of connection identifiers, in order, along which packets sent on
47
- * this channel will travel
48
- */
49
- connection_hops?: string[];
50
-
51
- /** opaque channel version, which is agreed upon during the handshake */
52
- version?: string;
53
- }
54
-
55
- /**
56
- * `Any` contains an arbitrary serialized protocol buffer message along with a
57
- URL that describes the type of the serialized message.
58
-
59
- Protobuf library provides support to pack/unpack Any values in the form
60
- of utility functions or additional generated methods of the Any type.
61
-
62
- Example 1: Pack and unpack a message in C++.
63
-
64
- Foo foo = ...;
65
- Any any;
66
- any.PackFrom(foo);
67
- ...
68
- if (any.UnpackTo(&foo)) {
69
- ...
70
- }
71
-
72
- Example 2: Pack and unpack a message in Java.
73
-
74
- Foo foo = ...;
75
- Any any = Any.pack(foo);
76
- ...
77
- if (any.is(Foo.class)) {
78
- foo = any.unpack(Foo.class);
79
- }
80
-
81
- Example 3: Pack and unpack a message in Python.
82
-
83
- foo = Foo(...)
84
- any = Any()
85
- any.Pack(foo)
86
- ...
87
- if any.Is(Foo.DESCRIPTOR):
88
- any.Unpack(foo)
89
- ...
90
-
91
- Example 4: Pack and unpack a message in Go
92
-
93
- foo := &pb.Foo{...}
94
- any, err := anypb.New(foo)
95
- if err != nil {
96
- ...
97
- }
98
- ...
99
- foo := &pb.Foo{}
100
- if err := any.UnmarshalTo(foo); err != nil {
101
- ...
102
- }
103
-
104
- The pack methods provided by protobuf library will by default use
105
- 'type.googleapis.com/full.type.name' as the type URL and the unpack
106
- methods only use the fully qualified type name after the last '/'
107
- in the type URL, for example "foo.bar.com/x/y.z" will yield type
108
- name "y.z".
109
-
110
-
111
- JSON
112
- ====
113
- The JSON representation of an `Any` value uses the regular
114
- representation of the deserialized, embedded message, with an
115
- additional field `@type` which contains the type URL. Example:
116
-
117
- package google.profile;
118
- message Person {
119
- string first_name = 1;
120
- string last_name = 2;
121
- }
122
-
123
- {
124
- "@type": "type.googleapis.com/google.profile.Person",
125
- "firstName": <string>,
126
- "lastName": <string>
127
- }
128
-
129
- If the embedded message type is well-known and has a custom JSON
130
- representation, that representation will be embedded adding a field
131
- `value` which holds the custom JSON in addition to the `@type`
132
- field. Example (for message [google.protobuf.Duration][]):
133
-
134
- {
135
- "@type": "type.googleapis.com/google.protobuf.Duration",
136
- "value": "1.212s"
137
- }
138
- */
139
- export interface ProtobufAny {
140
- /**
141
- * A URL/resource name that uniquely identifies the type of the serialized
142
- * protocol buffer message. This string must contain at least
143
- * one "/" character. The last segment of the URL's path must represent
144
- * the fully qualified name of the type (as in
145
- * `path/google.protobuf.Duration`). The name should be in a canonical form
146
- * (e.g., leading "." is not accepted).
147
- *
148
- * In practice, teams usually precompile into the binary all types that they
149
- * expect it to use in the context of Any. However, for URLs which use the
150
- * scheme `http`, `https`, or no scheme, one can optionally set up a type
151
- * server that maps type URLs to message definitions as follows:
152
- * * If no scheme is provided, `https` is assumed.
153
- * * An HTTP GET on the URL must yield a [google.protobuf.Type][]
154
- * value in binary format, or produce an error.
155
- * * Applications are allowed to cache lookup results based on the
156
- * URL, or have them precompiled into a binary to avoid any
157
- * lookup. Therefore, binary compatibility needs to be preserved
158
- * on changes to types. (Use versioned type names to manage
159
- * breaking changes.)
160
- * Note: this functionality is not currently available in the official
161
- * protobuf release, and it is not used for type URLs beginning with
162
- * type.googleapis.com.
163
- * Schemes other than `http`, `https` (or the empty scheme) might be
164
- * used with implementation specific semantics.
165
- */
166
- "@type"?: string;
167
- }
168
-
169
- export interface RpcStatus {
170
- /** @format int32 */
171
- code?: number;
172
- message?: string;
173
- details?: ProtobufAny[];
174
- }
175
-
176
- export interface V1Counterparty {
177
- /** port on the counterparty chain which owns the other end of the channel. */
178
- port_id?: string;
179
-
180
- /** channel end on the counterparty chain */
181
- channel_id?: string;
182
- }
183
-
184
- /**
185
- * Normally the RevisionHeight is incremented at each height while keeping
186
- RevisionNumber the same. However some consensus algorithms may choose to
187
- reset the height in certain conditions e.g. hard forks, state-machine
188
- breaking changes In these cases, the RevisionNumber is incremented so that
189
- height continues to be monitonically increasing even as the RevisionHeight
190
- gets reset
191
- */
192
- export interface V1Height {
193
- /**
194
- * the revision that the client is currently on
195
- * @format uint64
196
- */
197
- revision_number?: string;
198
-
199
- /**
200
- * the height within the given revision
201
- * @format uint64
202
- */
203
- revision_height?: string;
204
- }
205
-
206
- /**
207
- * IdentifiedChannel defines a channel with additional port and channel
208
- identifier fields.
209
- */
210
- export interface V1IdentifiedChannel {
211
- /**
212
- * current state of the channel end
213
- * State defines if a channel is in one of the following states:
214
- * CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.
215
- *
216
- * - STATE_UNINITIALIZED_UNSPECIFIED: Default State
217
- * - STATE_INIT: A channel has just started the opening handshake.
218
- * - STATE_TRYOPEN: A channel has acknowledged the handshake step on the counterparty chain.
219
- * - STATE_OPEN: A channel has completed the handshake. Open channels are
220
- * ready to send and receive packets.
221
- * - STATE_CLOSED: A channel has been closed and can no longer be used to send or receive
222
- * packets.
223
- */
224
- state?: V1State;
225
-
226
- /**
227
- * whether the channel is ordered or unordered
228
- * - ORDER_NONE_UNSPECIFIED: zero-value for channel ordering
229
- * - ORDER_UNORDERED: packets can be delivered in any order, which may differ from the order in
230
- * which they were sent.
231
- * - ORDER_ORDERED: packets are delivered exactly in the order which they were sent
232
- */
233
- ordering?: V1Order;
234
-
235
- /** counterparty channel end */
236
- counterparty?: V1Counterparty;
237
-
238
- /**
239
- * list of connection identifiers, in order, along which packets sent on
240
- * this channel will travel
241
- */
242
- connection_hops?: string[];
243
-
244
- /** opaque channel version, which is agreed upon during the handshake */
245
- version?: string;
246
-
247
- /** port identifier */
248
- port_id?: string;
249
-
250
- /** channel identifier */
251
- channel_id?: string;
252
- }
253
-
254
- /**
255
- * IdentifiedClientState defines a client state with an additional client
256
- identifier field.
257
- */
258
- export interface V1IdentifiedClientState {
259
- /** client identifier */
260
- client_id?: string;
261
-
262
- /**
263
- * client state
264
- * `Any` contains an arbitrary serialized protocol buffer message along with a
265
- * URL that describes the type of the serialized message.
266
- *
267
- * Protobuf library provides support to pack/unpack Any values in the form
268
- * of utility functions or additional generated methods of the Any type.
269
- * Example 1: Pack and unpack a message in C++.
270
- * Foo foo = ...;
271
- * Any any;
272
- * any.PackFrom(foo);
273
- * ...
274
- * if (any.UnpackTo(&foo)) {
275
- * ...
276
- * }
277
- * Example 2: Pack and unpack a message in Java.
278
- * Any any = Any.pack(foo);
279
- * if (any.is(Foo.class)) {
280
- * foo = any.unpack(Foo.class);
281
- * Example 3: Pack and unpack a message in Python.
282
- * foo = Foo(...)
283
- * any = Any()
284
- * any.Pack(foo)
285
- * if any.Is(Foo.DESCRIPTOR):
286
- * any.Unpack(foo)
287
- * Example 4: Pack and unpack a message in Go
288
- * foo := &pb.Foo{...}
289
- * any, err := anypb.New(foo)
290
- * if err != nil {
291
- * ...
292
- * }
293
- * ...
294
- * foo := &pb.Foo{}
295
- * if err := any.UnmarshalTo(foo); err != nil {
296
- * The pack methods provided by protobuf library will by default use
297
- * 'type.googleapis.com/full.type.name' as the type URL and the unpack
298
- * methods only use the fully qualified type name after the last '/'
299
- * in the type URL, for example "foo.bar.com/x/y.z" will yield type
300
- * name "y.z".
301
- * JSON
302
- * ====
303
- * The JSON representation of an `Any` value uses the regular
304
- * representation of the deserialized, embedded message, with an
305
- * additional field `@type` which contains the type URL. Example:
306
- * package google.profile;
307
- * message Person {
308
- * string first_name = 1;
309
- * string last_name = 2;
310
- * {
311
- * "@type": "type.googleapis.com/google.profile.Person",
312
- * "firstName": <string>,
313
- * "lastName": <string>
314
- * If the embedded message type is well-known and has a custom JSON
315
- * representation, that representation will be embedded adding a field
316
- * `value` which holds the custom JSON in addition to the `@type`
317
- * field. Example (for message [google.protobuf.Duration][]):
318
- * "@type": "type.googleapis.com/google.protobuf.Duration",
319
- * "value": "1.212s"
320
- */
321
- client_state?: ProtobufAny;
322
- }
323
-
324
- /**
325
- * MsgAcknowledgementResponse defines the Msg/Acknowledgement response type.
326
- */
327
- export interface V1MsgAcknowledgementResponse {
328
- /**
329
- * - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
330
- * - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
331
- * - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
332
- */
333
- result?: V1ResponseResultType;
334
- }
335
-
336
- /**
337
- * MsgChannelCloseConfirmResponse defines the Msg/ChannelCloseConfirm response
338
- type.
339
- */
340
- export type V1MsgChannelCloseConfirmResponse = object;
341
-
342
- /**
343
- * MsgChannelCloseInitResponse defines the Msg/ChannelCloseInit response type.
344
- */
345
- export type V1MsgChannelCloseInitResponse = object;
346
-
347
- /**
348
- * MsgChannelOpenAckResponse defines the Msg/ChannelOpenAck response type.
349
- */
350
- export type V1MsgChannelOpenAckResponse = object;
351
-
352
- /**
353
- * MsgChannelOpenConfirmResponse defines the Msg/ChannelOpenConfirm response
354
- type.
355
- */
356
- export type V1MsgChannelOpenConfirmResponse = object;
357
-
358
- /**
359
- * MsgChannelOpenInitResponse defines the Msg/ChannelOpenInit response type.
360
- */
361
- export interface V1MsgChannelOpenInitResponse {
362
- channel_id?: string;
363
- version?: string;
364
- }
365
-
366
- /**
367
- * MsgChannelOpenTryResponse defines the Msg/ChannelOpenTry response type.
368
- */
369
- export interface V1MsgChannelOpenTryResponse {
370
- version?: string;
371
- }
372
-
373
- /**
374
- * MsgRecvPacketResponse defines the Msg/RecvPacket response type.
375
- */
376
- export interface V1MsgRecvPacketResponse {
377
- /**
378
- * - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
379
- * - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
380
- * - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
381
- */
382
- result?: V1ResponseResultType;
383
- }
384
-
385
- /**
386
- * MsgTimeoutOnCloseResponse defines the Msg/TimeoutOnClose response type.
387
- */
388
- export interface V1MsgTimeoutOnCloseResponse {
389
- /**
390
- * - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
391
- * - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
392
- * - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
393
- */
394
- result?: V1ResponseResultType;
395
- }
396
-
397
- /**
398
- * MsgTimeoutResponse defines the Msg/Timeout response type.
399
- */
400
- export interface V1MsgTimeoutResponse {
401
- /**
402
- * - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
403
- * - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
404
- * - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
405
- */
406
- result?: V1ResponseResultType;
407
- }
408
-
409
- /**
410
- * - ORDER_NONE_UNSPECIFIED: zero-value for channel ordering
411
- - ORDER_UNORDERED: packets can be delivered in any order, which may differ from the order in
412
- which they were sent.
413
- - ORDER_ORDERED: packets are delivered exactly in the order which they were sent
414
- */
415
- export enum V1Order {
416
- ORDER_NONE_UNSPECIFIED = "ORDER_NONE_UNSPECIFIED",
417
- ORDER_UNORDERED = "ORDER_UNORDERED",
418
- ORDER_ORDERED = "ORDER_ORDERED",
419
- }
420
-
421
- export interface V1Packet {
422
- /**
423
- * number corresponds to the order of sends and receives, where a Packet
424
- * with an earlier sequence number must be sent and received before a Packet
425
- * with a later sequence number.
426
- * @format uint64
427
- */
428
- sequence?: string;
429
-
430
- /** identifies the port on the sending chain. */
431
- source_port?: string;
432
-
433
- /** identifies the channel end on the sending chain. */
434
- source_channel?: string;
435
-
436
- /** identifies the port on the receiving chain. */
437
- destination_port?: string;
438
-
439
- /** identifies the channel end on the receiving chain. */
440
- destination_channel?: string;
441
-
442
- /**
443
- * actual opaque bytes transferred directly to the application module
444
- * @format byte
445
- */
446
- data?: string;
447
-
448
- /**
449
- * block height after which the packet times out
450
- * Normally the RevisionHeight is incremented at each height while keeping
451
- * RevisionNumber the same. However some consensus algorithms may choose to
452
- * reset the height in certain conditions e.g. hard forks, state-machine
453
- * breaking changes In these cases, the RevisionNumber is incremented so that
454
- * height continues to be monitonically increasing even as the RevisionHeight
455
- * gets reset
456
- */
457
- timeout_height?: V1Height;
458
-
459
- /**
460
- * block timestamp (in nanoseconds) after which the packet times out
461
- * @format uint64
462
- */
463
- timeout_timestamp?: string;
464
- }
465
-
466
- /**
467
- * PacketState defines the generic type necessary to retrieve and store
468
- packet commitments, acknowledgements, and receipts.
469
- Caller is responsible for knowing the context necessary to interpret this
470
- state as a commitment, acknowledgement, or a receipt.
471
- */
472
- export interface V1PacketState {
473
- /** channel port identifier. */
474
- port_id?: string;
475
-
476
- /** channel unique identifier. */
477
- channel_id?: string;
478
-
479
- /**
480
- * packet sequence.
481
- * @format uint64
482
- */
483
- sequence?: string;
484
-
485
- /**
486
- * embedded data that represents packet state.
487
- * @format byte
488
- */
489
- data?: string;
490
- }
491
-
492
- export interface V1QueryChannelClientStateResponse {
493
- /**
494
- * client state associated with the channel
495
- * IdentifiedClientState defines a client state with an additional client
496
- * identifier field.
497
- */
498
- identified_client_state?: V1IdentifiedClientState;
499
-
500
- /**
501
- * merkle proof of existence
502
- * @format byte
503
- */
504
- proof?: string;
505
-
506
- /**
507
- * height at which the proof was retrieved
508
- * Normally the RevisionHeight is incremented at each height while keeping
509
- * RevisionNumber the same. However some consensus algorithms may choose to
510
- * reset the height in certain conditions e.g. hard forks, state-machine
511
- * breaking changes In these cases, the RevisionNumber is incremented so that
512
- * height continues to be monitonically increasing even as the RevisionHeight
513
- * gets reset
514
- */
515
- proof_height?: V1Height;
516
- }
517
-
518
- export interface V1QueryChannelConsensusStateResponse {
519
- /**
520
- * consensus state associated with the channel
521
- * `Any` contains an arbitrary serialized protocol buffer message along with a
522
- * URL that describes the type of the serialized message.
523
- *
524
- * Protobuf library provides support to pack/unpack Any values in the form
525
- * of utility functions or additional generated methods of the Any type.
526
- * Example 1: Pack and unpack a message in C++.
527
- * Foo foo = ...;
528
- * Any any;
529
- * any.PackFrom(foo);
530
- * ...
531
- * if (any.UnpackTo(&foo)) {
532
- * ...
533
- * }
534
- * Example 2: Pack and unpack a message in Java.
535
- * Any any = Any.pack(foo);
536
- * if (any.is(Foo.class)) {
537
- * foo = any.unpack(Foo.class);
538
- * Example 3: Pack and unpack a message in Python.
539
- * foo = Foo(...)
540
- * any = Any()
541
- * any.Pack(foo)
542
- * if any.Is(Foo.DESCRIPTOR):
543
- * any.Unpack(foo)
544
- * Example 4: Pack and unpack a message in Go
545
- * foo := &pb.Foo{...}
546
- * any, err := anypb.New(foo)
547
- * if err != nil {
548
- * ...
549
- * }
550
- * ...
551
- * foo := &pb.Foo{}
552
- * if err := any.UnmarshalTo(foo); err != nil {
553
- * The pack methods provided by protobuf library will by default use
554
- * 'type.googleapis.com/full.type.name' as the type URL and the unpack
555
- * methods only use the fully qualified type name after the last '/'
556
- * in the type URL, for example "foo.bar.com/x/y.z" will yield type
557
- * name "y.z".
558
- * JSON
559
- * ====
560
- * The JSON representation of an `Any` value uses the regular
561
- * representation of the deserialized, embedded message, with an
562
- * additional field `@type` which contains the type URL. Example:
563
- * package google.profile;
564
- * message Person {
565
- * string first_name = 1;
566
- * string last_name = 2;
567
- * {
568
- * "@type": "type.googleapis.com/google.profile.Person",
569
- * "firstName": <string>,
570
- * "lastName": <string>
571
- * If the embedded message type is well-known and has a custom JSON
572
- * representation, that representation will be embedded adding a field
573
- * `value` which holds the custom JSON in addition to the `@type`
574
- * field. Example (for message [google.protobuf.Duration][]):
575
- * "@type": "type.googleapis.com/google.protobuf.Duration",
576
- * "value": "1.212s"
577
- */
578
- consensus_state?: ProtobufAny;
579
-
580
- /** client ID associated with the consensus state */
581
- client_id?: string;
582
-
583
- /**
584
- * merkle proof of existence
585
- * @format byte
586
- */
587
- proof?: string;
588
-
589
- /**
590
- * height at which the proof was retrieved
591
- * Normally the RevisionHeight is incremented at each height while keeping
592
- * RevisionNumber the same. However some consensus algorithms may choose to
593
- * reset the height in certain conditions e.g. hard forks, state-machine
594
- * breaking changes In these cases, the RevisionNumber is incremented so that
595
- * height continues to be monitonically increasing even as the RevisionHeight
596
- * gets reset
597
- */
598
- proof_height?: V1Height;
599
- }
600
-
601
- /**
602
- * QueryChannelResponse is the response type for the Query/Channel RPC method.
603
- Besides the Channel end, it includes a proof and the height from which the
604
- proof was retrieved.
605
- */
606
- export interface V1QueryChannelResponse {
607
- /**
608
- * channel associated with the request identifiers
609
- * Channel defines pipeline for exactly-once packet delivery between specific
610
- * modules on separate blockchains, which has at least one end capable of
611
- * sending packets and one end capable of receiving packets.
612
- */
613
- channel?: Channelv1Channel;
614
-
615
- /**
616
- * merkle proof of existence
617
- * @format byte
618
- */
619
- proof?: string;
620
-
621
- /**
622
- * height at which the proof was retrieved
623
- * Normally the RevisionHeight is incremented at each height while keeping
624
- * RevisionNumber the same. However some consensus algorithms may choose to
625
- * reset the height in certain conditions e.g. hard forks, state-machine
626
- * breaking changes In these cases, the RevisionNumber is incremented so that
627
- * height continues to be monitonically increasing even as the RevisionHeight
628
- * gets reset
629
- */
630
- proof_height?: V1Height;
631
- }
632
-
633
- /**
634
- * QueryChannelsResponse is the response type for the Query/Channels RPC method.
635
- */
636
- export interface V1QueryChannelsResponse {
637
- /** list of stored channels of the chain. */
638
- channels?: V1IdentifiedChannel[];
639
-
640
- /**
641
- * pagination response
642
- * PageResponse is to be embedded in gRPC response messages where the
643
- * corresponding request message has used PageRequest.
644
- *
645
- * message SomeResponse {
646
- * repeated Bar results = 1;
647
- * PageResponse page = 2;
648
- * }
649
- */
650
- pagination?: V1Beta1PageResponse;
651
-
652
- /**
653
- * query block height
654
- * Normally the RevisionHeight is incremented at each height while keeping
655
- * RevisionNumber the same. However some consensus algorithms may choose to
656
- * reset the height in certain conditions e.g. hard forks, state-machine
657
- * breaking changes In these cases, the RevisionNumber is incremented so that
658
- * height continues to be monitonically increasing even as the RevisionHeight
659
- * gets reset
660
- */
661
- height?: V1Height;
662
- }
663
-
664
- export interface V1QueryConnectionChannelsResponse {
665
- /** list of channels associated with a connection. */
666
- channels?: V1IdentifiedChannel[];
667
-
668
- /**
669
- * pagination response
670
- * PageResponse is to be embedded in gRPC response messages where the
671
- * corresponding request message has used PageRequest.
672
- *
673
- * message SomeResponse {
674
- * repeated Bar results = 1;
675
- * PageResponse page = 2;
676
- * }
677
- */
678
- pagination?: V1Beta1PageResponse;
679
-
680
- /**
681
- * query block height
682
- * Normally the RevisionHeight is incremented at each height while keeping
683
- * RevisionNumber the same. However some consensus algorithms may choose to
684
- * reset the height in certain conditions e.g. hard forks, state-machine
685
- * breaking changes In these cases, the RevisionNumber is incremented so that
686
- * height continues to be monitonically increasing even as the RevisionHeight
687
- * gets reset
688
- */
689
- height?: V1Height;
690
- }
691
-
692
- export interface V1QueryNextSequenceReceiveResponse {
693
- /**
694
- * next sequence receive number
695
- * @format uint64
696
- */
697
- next_sequence_receive?: string;
698
-
699
- /**
700
- * merkle proof of existence
701
- * @format byte
702
- */
703
- proof?: string;
704
-
705
- /**
706
- * height at which the proof was retrieved
707
- * Normally the RevisionHeight is incremented at each height while keeping
708
- * RevisionNumber the same. However some consensus algorithms may choose to
709
- * reset the height in certain conditions e.g. hard forks, state-machine
710
- * breaking changes In these cases, the RevisionNumber is incremented so that
711
- * height continues to be monitonically increasing even as the RevisionHeight
712
- * gets reset
713
- */
714
- proof_height?: V1Height;
715
- }
716
-
717
- export interface V1QueryPacketAcknowledgementResponse {
718
- /**
719
- * packet associated with the request fields
720
- * @format byte
721
- */
722
- acknowledgement?: string;
723
-
724
- /**
725
- * merkle proof of existence
726
- * @format byte
727
- */
728
- proof?: string;
729
-
730
- /**
731
- * height at which the proof was retrieved
732
- * Normally the RevisionHeight is incremented at each height while keeping
733
- * RevisionNumber the same. However some consensus algorithms may choose to
734
- * reset the height in certain conditions e.g. hard forks, state-machine
735
- * breaking changes In these cases, the RevisionNumber is incremented so that
736
- * height continues to be monitonically increasing even as the RevisionHeight
737
- * gets reset
738
- */
739
- proof_height?: V1Height;
740
- }
741
-
742
- export interface V1QueryPacketAcknowledgementsResponse {
743
- acknowledgements?: V1PacketState[];
744
-
745
- /**
746
- * pagination response
747
- * PageResponse is to be embedded in gRPC response messages where the
748
- * corresponding request message has used PageRequest.
749
- *
750
- * message SomeResponse {
751
- * repeated Bar results = 1;
752
- * PageResponse page = 2;
753
- * }
754
- */
755
- pagination?: V1Beta1PageResponse;
756
-
757
- /**
758
- * query block height
759
- * Normally the RevisionHeight is incremented at each height while keeping
760
- * RevisionNumber the same. However some consensus algorithms may choose to
761
- * reset the height in certain conditions e.g. hard forks, state-machine
762
- * breaking changes In these cases, the RevisionNumber is incremented so that
763
- * height continues to be monitonically increasing even as the RevisionHeight
764
- * gets reset
765
- */
766
- height?: V1Height;
767
- }
768
-
769
- export interface V1QueryPacketCommitmentResponse {
770
- /**
771
- * packet associated with the request fields
772
- * @format byte
773
- */
774
- commitment?: string;
775
-
776
- /**
777
- * merkle proof of existence
778
- * @format byte
779
- */
780
- proof?: string;
781
-
782
- /**
783
- * height at which the proof was retrieved
784
- * Normally the RevisionHeight is incremented at each height while keeping
785
- * RevisionNumber the same. However some consensus algorithms may choose to
786
- * reset the height in certain conditions e.g. hard forks, state-machine
787
- * breaking changes In these cases, the RevisionNumber is incremented so that
788
- * height continues to be monitonically increasing even as the RevisionHeight
789
- * gets reset
790
- */
791
- proof_height?: V1Height;
792
- }
793
-
794
- export interface V1QueryPacketCommitmentsResponse {
795
- commitments?: V1PacketState[];
796
-
797
- /**
798
- * pagination response
799
- * PageResponse is to be embedded in gRPC response messages where the
800
- * corresponding request message has used PageRequest.
801
- *
802
- * message SomeResponse {
803
- * repeated Bar results = 1;
804
- * PageResponse page = 2;
805
- * }
806
- */
807
- pagination?: V1Beta1PageResponse;
808
-
809
- /**
810
- * query block height
811
- * Normally the RevisionHeight is incremented at each height while keeping
812
- * RevisionNumber the same. However some consensus algorithms may choose to
813
- * reset the height in certain conditions e.g. hard forks, state-machine
814
- * breaking changes In these cases, the RevisionNumber is incremented so that
815
- * height continues to be monitonically increasing even as the RevisionHeight
816
- * gets reset
817
- */
818
- height?: V1Height;
819
- }
820
-
821
- export interface V1QueryPacketReceiptResponse {
822
- /** success flag for if receipt exists */
823
- received?: boolean;
824
-
825
- /**
826
- * merkle proof of existence
827
- * @format byte
828
- */
829
- proof?: string;
830
-
831
- /**
832
- * height at which the proof was retrieved
833
- * Normally the RevisionHeight is incremented at each height while keeping
834
- * RevisionNumber the same. However some consensus algorithms may choose to
835
- * reset the height in certain conditions e.g. hard forks, state-machine
836
- * breaking changes In these cases, the RevisionNumber is incremented so that
837
- * height continues to be monitonically increasing even as the RevisionHeight
838
- * gets reset
839
- */
840
- proof_height?: V1Height;
841
- }
842
-
843
- export interface V1QueryUnreceivedAcksResponse {
844
- /** list of unreceived acknowledgement sequences */
845
- sequences?: string[];
846
-
847
- /**
848
- * query block height
849
- * Normally the RevisionHeight is incremented at each height while keeping
850
- * RevisionNumber the same. However some consensus algorithms may choose to
851
- * reset the height in certain conditions e.g. hard forks, state-machine
852
- * breaking changes In these cases, the RevisionNumber is incremented so that
853
- * height continues to be monitonically increasing even as the RevisionHeight
854
- * gets reset
855
- */
856
- height?: V1Height;
857
- }
858
-
859
- export interface V1QueryUnreceivedPacketsResponse {
860
- /** list of unreceived packet sequences */
861
- sequences?: string[];
862
-
863
- /**
864
- * query block height
865
- * Normally the RevisionHeight is incremented at each height while keeping
866
- * RevisionNumber the same. However some consensus algorithms may choose to
867
- * reset the height in certain conditions e.g. hard forks, state-machine
868
- * breaking changes In these cases, the RevisionNumber is incremented so that
869
- * height continues to be monitonically increasing even as the RevisionHeight
870
- * gets reset
871
- */
872
- height?: V1Height;
873
- }
874
-
875
- /**
876
- * - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
877
- - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
878
- - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
879
- */
880
- export enum V1ResponseResultType {
881
- RESPONSE_RESULT_TYPE_UNSPECIFIED = "RESPONSE_RESULT_TYPE_UNSPECIFIED",
882
- RESPONSE_RESULT_TYPE_NOOP = "RESPONSE_RESULT_TYPE_NOOP",
883
- RESPONSE_RESULT_TYPE_SUCCESS = "RESPONSE_RESULT_TYPE_SUCCESS",
884
- }
885
-
886
- /**
887
- * State defines if a channel is in one of the following states:
888
- CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.
889
-
890
- - STATE_UNINITIALIZED_UNSPECIFIED: Default State
891
- - STATE_INIT: A channel has just started the opening handshake.
892
- - STATE_TRYOPEN: A channel has acknowledged the handshake step on the counterparty chain.
893
- - STATE_OPEN: A channel has completed the handshake. Open channels are
894
- ready to send and receive packets.
895
- - STATE_CLOSED: A channel has been closed and can no longer be used to send or receive
896
- packets.
897
- */
898
- export enum V1State {
899
- STATE_UNINITIALIZED_UNSPECIFIED = "STATE_UNINITIALIZED_UNSPECIFIED",
900
- STATE_INIT = "STATE_INIT",
901
- STATE_TRYOPEN = "STATE_TRYOPEN",
902
- STATE_OPEN = "STATE_OPEN",
903
- STATE_CLOSED = "STATE_CLOSED",
904
- }
905
-
906
- /**
907
- * message SomeRequest {
908
- Foo some_parameter = 1;
909
- PageRequest pagination = 2;
910
- }
911
- */
912
- export interface V1Beta1PageRequest {
913
- /**
914
- * key is a value returned in PageResponse.next_key to begin
915
- * querying the next page most efficiently. Only one of offset or key
916
- * should be set.
917
- * @format byte
918
- */
919
- key?: string;
920
-
921
- /**
922
- * offset is a numeric offset that can be used when key is unavailable.
923
- * It is less efficient than using key. Only one of offset or key should
924
- * be set.
925
- * @format uint64
926
- */
927
- offset?: string;
928
-
929
- /**
930
- * limit is the total number of results to be returned in the result page.
931
- * If left empty it will default to a value to be set by each app.
932
- * @format uint64
933
- */
934
- limit?: string;
935
-
936
- /**
937
- * count_total is set to true to indicate that the result set should include
938
- * a count of the total number of items available for pagination in UIs.
939
- * count_total is only respected when offset is used. It is ignored when key
940
- * is set.
941
- */
942
- count_total?: boolean;
943
-
944
- /**
945
- * reverse is set to true if results are to be returned in the descending order.
946
- *
947
- * Since: cosmos-sdk 0.43
948
- */
949
- reverse?: boolean;
950
- }
951
-
952
- /**
953
- * PageResponse is to be embedded in gRPC response messages where the
954
- corresponding request message has used PageRequest.
955
-
956
- message SomeResponse {
957
- repeated Bar results = 1;
958
- PageResponse page = 2;
959
- }
960
- */
961
- export interface V1Beta1PageResponse {
962
- /**
963
- * next_key is the key to be passed to PageRequest.key to
964
- * query the next page most efficiently. It will be empty if
965
- * there are no more results.
966
- * @format byte
967
- */
968
- next_key?: string;
969
-
970
- /**
971
- * total is total number of results available if PageRequest.count_total
972
- * was set, its value is undefined otherwise
973
- * @format uint64
974
- */
975
- total?: string;
976
- }
977
-
978
- import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse, ResponseType } from "axios";
979
-
980
- export type QueryParamsType = Record<string | number, any>;
981
-
982
- export interface FullRequestParams extends Omit<AxiosRequestConfig, "data" | "params" | "url" | "responseType"> {
983
- /** set parameter to `true` for call `securityWorker` for this request */
984
- secure?: boolean;
985
- /** request path */
986
- path: string;
987
- /** content type of request body */
988
- type?: ContentType;
989
- /** query params */
990
- query?: QueryParamsType;
991
- /** format of response (i.e. response.json() -> format: "json") */
992
- format?: ResponseType;
993
- /** request body */
994
- body?: unknown;
995
- }
996
-
997
- export type RequestParams = Omit<FullRequestParams, "body" | "method" | "query" | "path">;
998
-
999
- export interface ApiConfig<SecurityDataType = unknown> extends Omit<AxiosRequestConfig, "data" | "cancelToken"> {
1000
- securityWorker?: (
1001
- securityData: SecurityDataType | null,
1002
- ) => Promise<AxiosRequestConfig | void> | AxiosRequestConfig | void;
1003
- secure?: boolean;
1004
- format?: ResponseType;
1005
- }
1006
-
1007
- export enum ContentType {
1008
- Json = "application/json",
1009
- FormData = "multipart/form-data",
1010
- UrlEncoded = "application/x-www-form-urlencoded",
1011
- }
1012
-
1013
- export class HttpClient<SecurityDataType = unknown> {
1014
- public instance: AxiosInstance;
1015
- private securityData: SecurityDataType | null = null;
1016
- private securityWorker?: ApiConfig<SecurityDataType>["securityWorker"];
1017
- private secure?: boolean;
1018
- private format?: ResponseType;
1019
-
1020
- constructor({ securityWorker, secure, format, ...axiosConfig }: ApiConfig<SecurityDataType> = {}) {
1021
- this.instance = axios.create({ ...axiosConfig, baseURL: axiosConfig.baseURL || "" });
1022
- this.secure = secure;
1023
- this.format = format;
1024
- this.securityWorker = securityWorker;
1025
- }
1026
-
1027
- public setSecurityData = (data: SecurityDataType | null) => {
1028
- this.securityData = data;
1029
- };
1030
-
1031
- private mergeRequestParams(params1: AxiosRequestConfig, params2?: AxiosRequestConfig): AxiosRequestConfig {
1032
- return {
1033
- ...this.instance.defaults,
1034
- ...params1,
1035
- ...(params2 || {}),
1036
- headers: {
1037
- ...(this.instance.defaults.headers || {}),
1038
- ...(params1.headers || {}),
1039
- ...((params2 && params2.headers) || {}),
1040
- },
1041
- };
1042
- }
1043
-
1044
- private createFormData(input: Record<string, unknown>): FormData {
1045
- return Object.keys(input || {}).reduce((formData, key) => {
1046
- const property = input[key];
1047
- formData.append(
1048
- key,
1049
- property instanceof Blob
1050
- ? property
1051
- : typeof property === "object" && property !== null
1052
- ? JSON.stringify(property)
1053
- : `${property}`,
1054
- );
1055
- return formData;
1056
- }, new FormData());
1057
- }
1058
-
1059
- public request = async <T = any, _E = any>({
1060
- secure,
1061
- path,
1062
- type,
1063
- query,
1064
- format,
1065
- body,
1066
- ...params
1067
- }: FullRequestParams): Promise<AxiosResponse<T>> => {
1068
- const secureParams =
1069
- ((typeof secure === "boolean" ? secure : this.secure) &&
1070
- this.securityWorker &&
1071
- (await this.securityWorker(this.securityData))) ||
1072
- {};
1073
- const requestParams = this.mergeRequestParams(params, secureParams);
1074
- const responseFormat = (format && this.format) || void 0;
1075
-
1076
- if (type === ContentType.FormData && body && body !== null && typeof body === "object") {
1077
- requestParams.headers.common = { Accept: "*/*" };
1078
- requestParams.headers.post = {};
1079
- requestParams.headers.put = {};
1080
-
1081
- body = this.createFormData(body as Record<string, unknown>);
1082
- }
1083
-
1084
- return this.instance.request({
1085
- ...requestParams,
1086
- headers: {
1087
- ...(type && type !== ContentType.FormData ? { "Content-Type": type } : {}),
1088
- ...(requestParams.headers || {}),
1089
- },
1090
- params: query,
1091
- responseType: responseFormat,
1092
- data: body,
1093
- url: path,
1094
- });
1095
- };
1096
- }
1097
-
1098
- /**
1099
- * @title ibc/core/channel/v1/channel.proto
1100
- * @version version not set
1101
- */
1102
- export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
1103
- /**
1104
- * No description
1105
- *
1106
- * @tags Query
1107
- * @name QueryChannels
1108
- * @summary Channels queries all the IBC channels of a chain.
1109
- * @request GET:/ibc/core/channel/v1/channels
1110
- */
1111
- queryChannels = (
1112
- query?: {
1113
- "pagination.key"?: string;
1114
- "pagination.offset"?: string;
1115
- "pagination.limit"?: string;
1116
- "pagination.count_total"?: boolean;
1117
- "pagination.reverse"?: boolean;
1118
- },
1119
- params: RequestParams = {},
1120
- ) =>
1121
- this.request<V1QueryChannelsResponse, RpcStatus>({
1122
- path: `/ibc/core/channel/v1/channels`,
1123
- method: "GET",
1124
- query: query,
1125
- format: "json",
1126
- ...params,
1127
- });
1128
-
1129
- /**
1130
- * No description
1131
- *
1132
- * @tags Query
1133
- * @name QueryChannel
1134
- * @summary Channel queries an IBC Channel.
1135
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}
1136
- */
1137
- queryChannel = (channelId: string, portId: string, params: RequestParams = {}) =>
1138
- this.request<V1QueryChannelResponse, RpcStatus>({
1139
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}`,
1140
- method: "GET",
1141
- format: "json",
1142
- ...params,
1143
- });
1144
-
1145
- /**
1146
- * No description
1147
- *
1148
- * @tags Query
1149
- * @name QueryChannelClientState
1150
- * @summary ChannelClientState queries for the client state for the channel associated
1151
- with the provided channel identifiers.
1152
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/client_state
1153
- */
1154
- queryChannelClientState = (channelId: string, portId: string, params: RequestParams = {}) =>
1155
- this.request<V1QueryChannelClientStateResponse, RpcStatus>({
1156
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/client_state`,
1157
- method: "GET",
1158
- format: "json",
1159
- ...params,
1160
- });
1161
-
1162
- /**
1163
- * No description
1164
- *
1165
- * @tags Query
1166
- * @name QueryChannelConsensusState
1167
- * @summary ChannelConsensusState queries for the consensus state for the channel
1168
- associated with the provided channel identifiers.
1169
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/consensus_state/revision/{revision_number}/height/{revision_height}
1170
- */
1171
- queryChannelConsensusState = (
1172
- channelId: string,
1173
- portId: string,
1174
- revisionNumber: string,
1175
- revisionHeight: string,
1176
- params: RequestParams = {},
1177
- ) =>
1178
- this.request<V1QueryChannelConsensusStateResponse, RpcStatus>({
1179
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/consensus_state/revision/${revisionNumber}/height/${revisionHeight}`,
1180
- method: "GET",
1181
- format: "json",
1182
- ...params,
1183
- });
1184
-
1185
- /**
1186
- * No description
1187
- *
1188
- * @tags Query
1189
- * @name QueryNextSequenceReceive
1190
- * @summary NextSequenceReceive returns the next receive sequence for a given channel.
1191
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence
1192
- */
1193
- queryNextSequenceReceive = (channelId: string, portId: string, params: RequestParams = {}) =>
1194
- this.request<V1QueryNextSequenceReceiveResponse, RpcStatus>({
1195
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/next_sequence`,
1196
- method: "GET",
1197
- format: "json",
1198
- ...params,
1199
- });
1200
-
1201
- /**
1202
- * No description
1203
- *
1204
- * @tags Query
1205
- * @name QueryPacketAcknowledgements
1206
- * @summary PacketAcknowledgements returns all the packet acknowledgements associated
1207
- with a channel.
1208
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acknowledgements
1209
- */
1210
- queryPacketAcknowledgements = (
1211
- channelId: string,
1212
- portId: string,
1213
- query?: {
1214
- "pagination.key"?: string;
1215
- "pagination.offset"?: string;
1216
- "pagination.limit"?: string;
1217
- "pagination.count_total"?: boolean;
1218
- "pagination.reverse"?: boolean;
1219
- packet_commitment_sequences?: string[];
1220
- },
1221
- params: RequestParams = {},
1222
- ) =>
1223
- this.request<V1QueryPacketAcknowledgementsResponse, RpcStatus>({
1224
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/packet_acknowledgements`,
1225
- method: "GET",
1226
- query: query,
1227
- format: "json",
1228
- ...params,
1229
- });
1230
-
1231
- /**
1232
- * No description
1233
- *
1234
- * @tags Query
1235
- * @name QueryPacketAcknowledgement
1236
- * @summary PacketAcknowledgement queries a stored packet acknowledgement hash.
1237
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acks/{sequence}
1238
- */
1239
- queryPacketAcknowledgement = (channelId: string, portId: string, sequence: string, params: RequestParams = {}) =>
1240
- this.request<V1QueryPacketAcknowledgementResponse, RpcStatus>({
1241
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/packet_acks/${sequence}`,
1242
- method: "GET",
1243
- format: "json",
1244
- ...params,
1245
- });
1246
-
1247
- /**
1248
- * No description
1249
- *
1250
- * @tags Query
1251
- * @name QueryPacketCommitments
1252
- * @summary PacketCommitments returns all the packet commitments hashes associated
1253
- with a channel.
1254
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments
1255
- */
1256
- queryPacketCommitments = (
1257
- channelId: string,
1258
- portId: string,
1259
- query?: {
1260
- "pagination.key"?: string;
1261
- "pagination.offset"?: string;
1262
- "pagination.limit"?: string;
1263
- "pagination.count_total"?: boolean;
1264
- "pagination.reverse"?: boolean;
1265
- },
1266
- params: RequestParams = {},
1267
- ) =>
1268
- this.request<V1QueryPacketCommitmentsResponse, RpcStatus>({
1269
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/packet_commitments`,
1270
- method: "GET",
1271
- query: query,
1272
- format: "json",
1273
- ...params,
1274
- });
1275
-
1276
- /**
1277
- * No description
1278
- *
1279
- * @tags Query
1280
- * @name QueryUnreceivedAcks
1281
- * @summary UnreceivedAcks returns all the unreceived IBC acknowledgements associated
1282
- with a channel and sequences.
1283
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_ack_sequences}/unreceived_acks
1284
- */
1285
- queryUnreceivedAcks = (channelId: string, portId: string, packetAckSequences: string[], params: RequestParams = {}) =>
1286
- this.request<V1QueryUnreceivedAcksResponse, RpcStatus>({
1287
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/packet_commitments/${packetAckSequences}/unreceived_acks`,
1288
- method: "GET",
1289
- format: "json",
1290
- ...params,
1291
- });
1292
-
1293
- /**
1294
- * No description
1295
- *
1296
- * @tags Query
1297
- * @name QueryUnreceivedPackets
1298
- * @summary UnreceivedPackets returns all the unreceived IBC packets associated with a
1299
- channel and sequences.
1300
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_commitment_sequences}/unreceived_packets
1301
- */
1302
- queryUnreceivedPackets = (
1303
- channelId: string,
1304
- portId: string,
1305
- packetCommitmentSequences: string[],
1306
- params: RequestParams = {},
1307
- ) =>
1308
- this.request<V1QueryUnreceivedPacketsResponse, RpcStatus>({
1309
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/packet_commitments/${packetCommitmentSequences}/unreceived_packets`,
1310
- method: "GET",
1311
- format: "json",
1312
- ...params,
1313
- });
1314
-
1315
- /**
1316
- * No description
1317
- *
1318
- * @tags Query
1319
- * @name QueryPacketCommitment
1320
- * @summary PacketCommitment queries a stored packet commitment hash.
1321
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{sequence}
1322
- */
1323
- queryPacketCommitment = (channelId: string, portId: string, sequence: string, params: RequestParams = {}) =>
1324
- this.request<V1QueryPacketCommitmentResponse, RpcStatus>({
1325
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/packet_commitments/${sequence}`,
1326
- method: "GET",
1327
- format: "json",
1328
- ...params,
1329
- });
1330
-
1331
- /**
1332
- * No description
1333
- *
1334
- * @tags Query
1335
- * @name QueryPacketReceipt
1336
- * @summary PacketReceipt queries if a given packet sequence has been received on the
1337
- queried chain
1338
- * @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_receipts/{sequence}
1339
- */
1340
- queryPacketReceipt = (channelId: string, portId: string, sequence: string, params: RequestParams = {}) =>
1341
- this.request<V1QueryPacketReceiptResponse, RpcStatus>({
1342
- path: `/ibc/core/channel/v1/channels/${channelId}/ports/${portId}/packet_receipts/${sequence}`,
1343
- method: "GET",
1344
- format: "json",
1345
- ...params,
1346
- });
1347
-
1348
- /**
1349
- * No description
1350
- *
1351
- * @tags Query
1352
- * @name QueryConnectionChannels
1353
- * @summary ConnectionChannels queries all the channels associated with a connection
1354
- end.
1355
- * @request GET:/ibc/core/channel/v1/connections/{connection}/channels
1356
- */
1357
- queryConnectionChannels = (
1358
- connection: string,
1359
- query?: {
1360
- "pagination.key"?: string;
1361
- "pagination.offset"?: string;
1362
- "pagination.limit"?: string;
1363
- "pagination.count_total"?: boolean;
1364
- "pagination.reverse"?: boolean;
1365
- },
1366
- params: RequestParams = {},
1367
- ) =>
1368
- this.request<V1QueryConnectionChannelsResponse, RpcStatus>({
1369
- path: `/ibc/core/channel/v1/connections/${connection}/channels`,
1370
- method: "GET",
1371
- query: query,
1372
- format: "json",
1373
- ...params,
1374
- });
1375
- }