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
@@ -0,0 +1,1896 @@
1
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-ts_proto v2.6.1
4
+ // protoc unknown
5
+ // source: cosmos/group/v1/query.proto
6
+ /* eslint-disable */
7
+ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
8
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
9
+ import { GroupInfo, GroupMember, GroupPolicyInfo, Proposal, TallyResult, Vote } from "./types";
10
+ export const protobufPackage = "cosmos.group.v1";
11
+ function createBaseQueryGroupInfoRequest() {
12
+ return { groupId: 0 };
13
+ }
14
+ export const QueryGroupInfoRequest = {
15
+ encode(message, writer = new BinaryWriter()) {
16
+ if (message.groupId !== 0) {
17
+ writer.uint32(8).uint64(message.groupId);
18
+ }
19
+ return writer;
20
+ },
21
+ decode(input, length) {
22
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
23
+ let end = length === undefined ? reader.len : reader.pos + length;
24
+ const message = createBaseQueryGroupInfoRequest();
25
+ while (reader.pos < end) {
26
+ const tag = reader.uint32();
27
+ switch (tag >>> 3) {
28
+ case 1: {
29
+ if (tag !== 8) {
30
+ break;
31
+ }
32
+ message.groupId = longToNumber(reader.uint64());
33
+ continue;
34
+ }
35
+ }
36
+ if ((tag & 7) === 4 || tag === 0) {
37
+ break;
38
+ }
39
+ reader.skip(tag & 7);
40
+ }
41
+ return message;
42
+ },
43
+ fromJSON(object) {
44
+ return { groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0 };
45
+ },
46
+ toJSON(message) {
47
+ const obj = {};
48
+ if (message.groupId !== 0) {
49
+ obj.groupId = Math.round(message.groupId);
50
+ }
51
+ return obj;
52
+ },
53
+ create(base) {
54
+ return QueryGroupInfoRequest.fromPartial(base ?? {});
55
+ },
56
+ fromPartial(object) {
57
+ const message = createBaseQueryGroupInfoRequest();
58
+ message.groupId = object.groupId ?? 0;
59
+ return message;
60
+ },
61
+ };
62
+ function createBaseQueryGroupInfoResponse() {
63
+ return { info: undefined };
64
+ }
65
+ export const QueryGroupInfoResponse = {
66
+ encode(message, writer = new BinaryWriter()) {
67
+ if (message.info !== undefined) {
68
+ GroupInfo.encode(message.info, writer.uint32(10).fork()).join();
69
+ }
70
+ return writer;
71
+ },
72
+ decode(input, length) {
73
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
74
+ let end = length === undefined ? reader.len : reader.pos + length;
75
+ const message = createBaseQueryGroupInfoResponse();
76
+ while (reader.pos < end) {
77
+ const tag = reader.uint32();
78
+ switch (tag >>> 3) {
79
+ case 1: {
80
+ if (tag !== 10) {
81
+ break;
82
+ }
83
+ message.info = GroupInfo.decode(reader, reader.uint32());
84
+ continue;
85
+ }
86
+ }
87
+ if ((tag & 7) === 4 || tag === 0) {
88
+ break;
89
+ }
90
+ reader.skip(tag & 7);
91
+ }
92
+ return message;
93
+ },
94
+ fromJSON(object) {
95
+ return { info: isSet(object.info) ? GroupInfo.fromJSON(object.info) : undefined };
96
+ },
97
+ toJSON(message) {
98
+ const obj = {};
99
+ if (message.info !== undefined) {
100
+ obj.info = GroupInfo.toJSON(message.info);
101
+ }
102
+ return obj;
103
+ },
104
+ create(base) {
105
+ return QueryGroupInfoResponse.fromPartial(base ?? {});
106
+ },
107
+ fromPartial(object) {
108
+ const message = createBaseQueryGroupInfoResponse();
109
+ message.info = (object.info !== undefined && object.info !== null) ? GroupInfo.fromPartial(object.info) : undefined;
110
+ return message;
111
+ },
112
+ };
113
+ function createBaseQueryGroupPolicyInfoRequest() {
114
+ return { address: "" };
115
+ }
116
+ export const QueryGroupPolicyInfoRequest = {
117
+ encode(message, writer = new BinaryWriter()) {
118
+ if (message.address !== "") {
119
+ writer.uint32(10).string(message.address);
120
+ }
121
+ return writer;
122
+ },
123
+ decode(input, length) {
124
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
125
+ let end = length === undefined ? reader.len : reader.pos + length;
126
+ const message = createBaseQueryGroupPolicyInfoRequest();
127
+ while (reader.pos < end) {
128
+ const tag = reader.uint32();
129
+ switch (tag >>> 3) {
130
+ case 1: {
131
+ if (tag !== 10) {
132
+ break;
133
+ }
134
+ message.address = reader.string();
135
+ continue;
136
+ }
137
+ }
138
+ if ((tag & 7) === 4 || tag === 0) {
139
+ break;
140
+ }
141
+ reader.skip(tag & 7);
142
+ }
143
+ return message;
144
+ },
145
+ fromJSON(object) {
146
+ return { address: isSet(object.address) ? globalThis.String(object.address) : "" };
147
+ },
148
+ toJSON(message) {
149
+ const obj = {};
150
+ if (message.address !== "") {
151
+ obj.address = message.address;
152
+ }
153
+ return obj;
154
+ },
155
+ create(base) {
156
+ return QueryGroupPolicyInfoRequest.fromPartial(base ?? {});
157
+ },
158
+ fromPartial(object) {
159
+ const message = createBaseQueryGroupPolicyInfoRequest();
160
+ message.address = object.address ?? "";
161
+ return message;
162
+ },
163
+ };
164
+ function createBaseQueryGroupPolicyInfoResponse() {
165
+ return { info: undefined };
166
+ }
167
+ export const QueryGroupPolicyInfoResponse = {
168
+ encode(message, writer = new BinaryWriter()) {
169
+ if (message.info !== undefined) {
170
+ GroupPolicyInfo.encode(message.info, writer.uint32(10).fork()).join();
171
+ }
172
+ return writer;
173
+ },
174
+ decode(input, length) {
175
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
176
+ let end = length === undefined ? reader.len : reader.pos + length;
177
+ const message = createBaseQueryGroupPolicyInfoResponse();
178
+ while (reader.pos < end) {
179
+ const tag = reader.uint32();
180
+ switch (tag >>> 3) {
181
+ case 1: {
182
+ if (tag !== 10) {
183
+ break;
184
+ }
185
+ message.info = GroupPolicyInfo.decode(reader, reader.uint32());
186
+ continue;
187
+ }
188
+ }
189
+ if ((tag & 7) === 4 || tag === 0) {
190
+ break;
191
+ }
192
+ reader.skip(tag & 7);
193
+ }
194
+ return message;
195
+ },
196
+ fromJSON(object) {
197
+ return { info: isSet(object.info) ? GroupPolicyInfo.fromJSON(object.info) : undefined };
198
+ },
199
+ toJSON(message) {
200
+ const obj = {};
201
+ if (message.info !== undefined) {
202
+ obj.info = GroupPolicyInfo.toJSON(message.info);
203
+ }
204
+ return obj;
205
+ },
206
+ create(base) {
207
+ return QueryGroupPolicyInfoResponse.fromPartial(base ?? {});
208
+ },
209
+ fromPartial(object) {
210
+ const message = createBaseQueryGroupPolicyInfoResponse();
211
+ message.info = (object.info !== undefined && object.info !== null)
212
+ ? GroupPolicyInfo.fromPartial(object.info)
213
+ : undefined;
214
+ return message;
215
+ },
216
+ };
217
+ function createBaseQueryGroupMembersRequest() {
218
+ return { groupId: 0, pagination: undefined };
219
+ }
220
+ export const QueryGroupMembersRequest = {
221
+ encode(message, writer = new BinaryWriter()) {
222
+ if (message.groupId !== 0) {
223
+ writer.uint32(8).uint64(message.groupId);
224
+ }
225
+ if (message.pagination !== undefined) {
226
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
227
+ }
228
+ return writer;
229
+ },
230
+ decode(input, length) {
231
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
232
+ let end = length === undefined ? reader.len : reader.pos + length;
233
+ const message = createBaseQueryGroupMembersRequest();
234
+ while (reader.pos < end) {
235
+ const tag = reader.uint32();
236
+ switch (tag >>> 3) {
237
+ case 1: {
238
+ if (tag !== 8) {
239
+ break;
240
+ }
241
+ message.groupId = longToNumber(reader.uint64());
242
+ continue;
243
+ }
244
+ case 2: {
245
+ if (tag !== 18) {
246
+ break;
247
+ }
248
+ message.pagination = PageRequest.decode(reader, reader.uint32());
249
+ continue;
250
+ }
251
+ }
252
+ if ((tag & 7) === 4 || tag === 0) {
253
+ break;
254
+ }
255
+ reader.skip(tag & 7);
256
+ }
257
+ return message;
258
+ },
259
+ fromJSON(object) {
260
+ return {
261
+ groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0,
262
+ pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined,
263
+ };
264
+ },
265
+ toJSON(message) {
266
+ const obj = {};
267
+ if (message.groupId !== 0) {
268
+ obj.groupId = Math.round(message.groupId);
269
+ }
270
+ if (message.pagination !== undefined) {
271
+ obj.pagination = PageRequest.toJSON(message.pagination);
272
+ }
273
+ return obj;
274
+ },
275
+ create(base) {
276
+ return QueryGroupMembersRequest.fromPartial(base ?? {});
277
+ },
278
+ fromPartial(object) {
279
+ const message = createBaseQueryGroupMembersRequest();
280
+ message.groupId = object.groupId ?? 0;
281
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
282
+ ? PageRequest.fromPartial(object.pagination)
283
+ : undefined;
284
+ return message;
285
+ },
286
+ };
287
+ function createBaseQueryGroupMembersResponse() {
288
+ return { members: [], pagination: undefined };
289
+ }
290
+ export const QueryGroupMembersResponse = {
291
+ encode(message, writer = new BinaryWriter()) {
292
+ for (const v of message.members) {
293
+ GroupMember.encode(v, writer.uint32(10).fork()).join();
294
+ }
295
+ if (message.pagination !== undefined) {
296
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
297
+ }
298
+ return writer;
299
+ },
300
+ decode(input, length) {
301
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
302
+ let end = length === undefined ? reader.len : reader.pos + length;
303
+ const message = createBaseQueryGroupMembersResponse();
304
+ while (reader.pos < end) {
305
+ const tag = reader.uint32();
306
+ switch (tag >>> 3) {
307
+ case 1: {
308
+ if (tag !== 10) {
309
+ break;
310
+ }
311
+ message.members.push(GroupMember.decode(reader, reader.uint32()));
312
+ continue;
313
+ }
314
+ case 2: {
315
+ if (tag !== 18) {
316
+ break;
317
+ }
318
+ message.pagination = PageResponse.decode(reader, reader.uint32());
319
+ continue;
320
+ }
321
+ }
322
+ if ((tag & 7) === 4 || tag === 0) {
323
+ break;
324
+ }
325
+ reader.skip(tag & 7);
326
+ }
327
+ return message;
328
+ },
329
+ fromJSON(object) {
330
+ return {
331
+ members: globalThis.Array.isArray(object?.members) ? object.members.map((e) => GroupMember.fromJSON(e)) : [],
332
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
333
+ };
334
+ },
335
+ toJSON(message) {
336
+ const obj = {};
337
+ if (message.members?.length) {
338
+ obj.members = message.members.map((e) => GroupMember.toJSON(e));
339
+ }
340
+ if (message.pagination !== undefined) {
341
+ obj.pagination = PageResponse.toJSON(message.pagination);
342
+ }
343
+ return obj;
344
+ },
345
+ create(base) {
346
+ return QueryGroupMembersResponse.fromPartial(base ?? {});
347
+ },
348
+ fromPartial(object) {
349
+ const message = createBaseQueryGroupMembersResponse();
350
+ message.members = object.members?.map((e) => GroupMember.fromPartial(e)) || [];
351
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
352
+ ? PageResponse.fromPartial(object.pagination)
353
+ : undefined;
354
+ return message;
355
+ },
356
+ };
357
+ function createBaseQueryGroupsByAdminRequest() {
358
+ return { admin: "", pagination: undefined };
359
+ }
360
+ export const QueryGroupsByAdminRequest = {
361
+ encode(message, writer = new BinaryWriter()) {
362
+ if (message.admin !== "") {
363
+ writer.uint32(10).string(message.admin);
364
+ }
365
+ if (message.pagination !== undefined) {
366
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
367
+ }
368
+ return writer;
369
+ },
370
+ decode(input, length) {
371
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
372
+ let end = length === undefined ? reader.len : reader.pos + length;
373
+ const message = createBaseQueryGroupsByAdminRequest();
374
+ while (reader.pos < end) {
375
+ const tag = reader.uint32();
376
+ switch (tag >>> 3) {
377
+ case 1: {
378
+ if (tag !== 10) {
379
+ break;
380
+ }
381
+ message.admin = reader.string();
382
+ continue;
383
+ }
384
+ case 2: {
385
+ if (tag !== 18) {
386
+ break;
387
+ }
388
+ message.pagination = PageRequest.decode(reader, reader.uint32());
389
+ continue;
390
+ }
391
+ }
392
+ if ((tag & 7) === 4 || tag === 0) {
393
+ break;
394
+ }
395
+ reader.skip(tag & 7);
396
+ }
397
+ return message;
398
+ },
399
+ fromJSON(object) {
400
+ return {
401
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
402
+ pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined,
403
+ };
404
+ },
405
+ toJSON(message) {
406
+ const obj = {};
407
+ if (message.admin !== "") {
408
+ obj.admin = message.admin;
409
+ }
410
+ if (message.pagination !== undefined) {
411
+ obj.pagination = PageRequest.toJSON(message.pagination);
412
+ }
413
+ return obj;
414
+ },
415
+ create(base) {
416
+ return QueryGroupsByAdminRequest.fromPartial(base ?? {});
417
+ },
418
+ fromPartial(object) {
419
+ const message = createBaseQueryGroupsByAdminRequest();
420
+ message.admin = object.admin ?? "";
421
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
422
+ ? PageRequest.fromPartial(object.pagination)
423
+ : undefined;
424
+ return message;
425
+ },
426
+ };
427
+ function createBaseQueryGroupsByAdminResponse() {
428
+ return { groups: [], pagination: undefined };
429
+ }
430
+ export const QueryGroupsByAdminResponse = {
431
+ encode(message, writer = new BinaryWriter()) {
432
+ for (const v of message.groups) {
433
+ GroupInfo.encode(v, writer.uint32(10).fork()).join();
434
+ }
435
+ if (message.pagination !== undefined) {
436
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
437
+ }
438
+ return writer;
439
+ },
440
+ decode(input, length) {
441
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
442
+ let end = length === undefined ? reader.len : reader.pos + length;
443
+ const message = createBaseQueryGroupsByAdminResponse();
444
+ while (reader.pos < end) {
445
+ const tag = reader.uint32();
446
+ switch (tag >>> 3) {
447
+ case 1: {
448
+ if (tag !== 10) {
449
+ break;
450
+ }
451
+ message.groups.push(GroupInfo.decode(reader, reader.uint32()));
452
+ continue;
453
+ }
454
+ case 2: {
455
+ if (tag !== 18) {
456
+ break;
457
+ }
458
+ message.pagination = PageResponse.decode(reader, reader.uint32());
459
+ continue;
460
+ }
461
+ }
462
+ if ((tag & 7) === 4 || tag === 0) {
463
+ break;
464
+ }
465
+ reader.skip(tag & 7);
466
+ }
467
+ return message;
468
+ },
469
+ fromJSON(object) {
470
+ return {
471
+ groups: globalThis.Array.isArray(object?.groups) ? object.groups.map((e) => GroupInfo.fromJSON(e)) : [],
472
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
473
+ };
474
+ },
475
+ toJSON(message) {
476
+ const obj = {};
477
+ if (message.groups?.length) {
478
+ obj.groups = message.groups.map((e) => GroupInfo.toJSON(e));
479
+ }
480
+ if (message.pagination !== undefined) {
481
+ obj.pagination = PageResponse.toJSON(message.pagination);
482
+ }
483
+ return obj;
484
+ },
485
+ create(base) {
486
+ return QueryGroupsByAdminResponse.fromPartial(base ?? {});
487
+ },
488
+ fromPartial(object) {
489
+ const message = createBaseQueryGroupsByAdminResponse();
490
+ message.groups = object.groups?.map((e) => GroupInfo.fromPartial(e)) || [];
491
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
492
+ ? PageResponse.fromPartial(object.pagination)
493
+ : undefined;
494
+ return message;
495
+ },
496
+ };
497
+ function createBaseQueryGroupPoliciesByGroupRequest() {
498
+ return { groupId: 0, pagination: undefined };
499
+ }
500
+ export const QueryGroupPoliciesByGroupRequest = {
501
+ encode(message, writer = new BinaryWriter()) {
502
+ if (message.groupId !== 0) {
503
+ writer.uint32(8).uint64(message.groupId);
504
+ }
505
+ if (message.pagination !== undefined) {
506
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
507
+ }
508
+ return writer;
509
+ },
510
+ decode(input, length) {
511
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
512
+ let end = length === undefined ? reader.len : reader.pos + length;
513
+ const message = createBaseQueryGroupPoliciesByGroupRequest();
514
+ while (reader.pos < end) {
515
+ const tag = reader.uint32();
516
+ switch (tag >>> 3) {
517
+ case 1: {
518
+ if (tag !== 8) {
519
+ break;
520
+ }
521
+ message.groupId = longToNumber(reader.uint64());
522
+ continue;
523
+ }
524
+ case 2: {
525
+ if (tag !== 18) {
526
+ break;
527
+ }
528
+ message.pagination = PageRequest.decode(reader, reader.uint32());
529
+ continue;
530
+ }
531
+ }
532
+ if ((tag & 7) === 4 || tag === 0) {
533
+ break;
534
+ }
535
+ reader.skip(tag & 7);
536
+ }
537
+ return message;
538
+ },
539
+ fromJSON(object) {
540
+ return {
541
+ groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0,
542
+ pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined,
543
+ };
544
+ },
545
+ toJSON(message) {
546
+ const obj = {};
547
+ if (message.groupId !== 0) {
548
+ obj.groupId = Math.round(message.groupId);
549
+ }
550
+ if (message.pagination !== undefined) {
551
+ obj.pagination = PageRequest.toJSON(message.pagination);
552
+ }
553
+ return obj;
554
+ },
555
+ create(base) {
556
+ return QueryGroupPoliciesByGroupRequest.fromPartial(base ?? {});
557
+ },
558
+ fromPartial(object) {
559
+ const message = createBaseQueryGroupPoliciesByGroupRequest();
560
+ message.groupId = object.groupId ?? 0;
561
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
562
+ ? PageRequest.fromPartial(object.pagination)
563
+ : undefined;
564
+ return message;
565
+ },
566
+ };
567
+ function createBaseQueryGroupPoliciesByGroupResponse() {
568
+ return { groupPolicies: [], pagination: undefined };
569
+ }
570
+ export const QueryGroupPoliciesByGroupResponse = {
571
+ encode(message, writer = new BinaryWriter()) {
572
+ for (const v of message.groupPolicies) {
573
+ GroupPolicyInfo.encode(v, writer.uint32(10).fork()).join();
574
+ }
575
+ if (message.pagination !== undefined) {
576
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
577
+ }
578
+ return writer;
579
+ },
580
+ decode(input, length) {
581
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
582
+ let end = length === undefined ? reader.len : reader.pos + length;
583
+ const message = createBaseQueryGroupPoliciesByGroupResponse();
584
+ while (reader.pos < end) {
585
+ const tag = reader.uint32();
586
+ switch (tag >>> 3) {
587
+ case 1: {
588
+ if (tag !== 10) {
589
+ break;
590
+ }
591
+ message.groupPolicies.push(GroupPolicyInfo.decode(reader, reader.uint32()));
592
+ continue;
593
+ }
594
+ case 2: {
595
+ if (tag !== 18) {
596
+ break;
597
+ }
598
+ message.pagination = PageResponse.decode(reader, reader.uint32());
599
+ continue;
600
+ }
601
+ }
602
+ if ((tag & 7) === 4 || tag === 0) {
603
+ break;
604
+ }
605
+ reader.skip(tag & 7);
606
+ }
607
+ return message;
608
+ },
609
+ fromJSON(object) {
610
+ return {
611
+ groupPolicies: globalThis.Array.isArray(object?.groupPolicies)
612
+ ? object.groupPolicies.map((e) => GroupPolicyInfo.fromJSON(e))
613
+ : [],
614
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
615
+ };
616
+ },
617
+ toJSON(message) {
618
+ const obj = {};
619
+ if (message.groupPolicies?.length) {
620
+ obj.groupPolicies = message.groupPolicies.map((e) => GroupPolicyInfo.toJSON(e));
621
+ }
622
+ if (message.pagination !== undefined) {
623
+ obj.pagination = PageResponse.toJSON(message.pagination);
624
+ }
625
+ return obj;
626
+ },
627
+ create(base) {
628
+ return QueryGroupPoliciesByGroupResponse.fromPartial(base ?? {});
629
+ },
630
+ fromPartial(object) {
631
+ const message = createBaseQueryGroupPoliciesByGroupResponse();
632
+ message.groupPolicies = object.groupPolicies?.map((e) => GroupPolicyInfo.fromPartial(e)) || [];
633
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
634
+ ? PageResponse.fromPartial(object.pagination)
635
+ : undefined;
636
+ return message;
637
+ },
638
+ };
639
+ function createBaseQueryGroupPoliciesByAdminRequest() {
640
+ return { admin: "", pagination: undefined };
641
+ }
642
+ export const QueryGroupPoliciesByAdminRequest = {
643
+ encode(message, writer = new BinaryWriter()) {
644
+ if (message.admin !== "") {
645
+ writer.uint32(10).string(message.admin);
646
+ }
647
+ if (message.pagination !== undefined) {
648
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
649
+ }
650
+ return writer;
651
+ },
652
+ decode(input, length) {
653
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
654
+ let end = length === undefined ? reader.len : reader.pos + length;
655
+ const message = createBaseQueryGroupPoliciesByAdminRequest();
656
+ while (reader.pos < end) {
657
+ const tag = reader.uint32();
658
+ switch (tag >>> 3) {
659
+ case 1: {
660
+ if (tag !== 10) {
661
+ break;
662
+ }
663
+ message.admin = reader.string();
664
+ continue;
665
+ }
666
+ case 2: {
667
+ if (tag !== 18) {
668
+ break;
669
+ }
670
+ message.pagination = PageRequest.decode(reader, reader.uint32());
671
+ continue;
672
+ }
673
+ }
674
+ if ((tag & 7) === 4 || tag === 0) {
675
+ break;
676
+ }
677
+ reader.skip(tag & 7);
678
+ }
679
+ return message;
680
+ },
681
+ fromJSON(object) {
682
+ return {
683
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
684
+ pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined,
685
+ };
686
+ },
687
+ toJSON(message) {
688
+ const obj = {};
689
+ if (message.admin !== "") {
690
+ obj.admin = message.admin;
691
+ }
692
+ if (message.pagination !== undefined) {
693
+ obj.pagination = PageRequest.toJSON(message.pagination);
694
+ }
695
+ return obj;
696
+ },
697
+ create(base) {
698
+ return QueryGroupPoliciesByAdminRequest.fromPartial(base ?? {});
699
+ },
700
+ fromPartial(object) {
701
+ const message = createBaseQueryGroupPoliciesByAdminRequest();
702
+ message.admin = object.admin ?? "";
703
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
704
+ ? PageRequest.fromPartial(object.pagination)
705
+ : undefined;
706
+ return message;
707
+ },
708
+ };
709
+ function createBaseQueryGroupPoliciesByAdminResponse() {
710
+ return { groupPolicies: [], pagination: undefined };
711
+ }
712
+ export const QueryGroupPoliciesByAdminResponse = {
713
+ encode(message, writer = new BinaryWriter()) {
714
+ for (const v of message.groupPolicies) {
715
+ GroupPolicyInfo.encode(v, writer.uint32(10).fork()).join();
716
+ }
717
+ if (message.pagination !== undefined) {
718
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
719
+ }
720
+ return writer;
721
+ },
722
+ decode(input, length) {
723
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
724
+ let end = length === undefined ? reader.len : reader.pos + length;
725
+ const message = createBaseQueryGroupPoliciesByAdminResponse();
726
+ while (reader.pos < end) {
727
+ const tag = reader.uint32();
728
+ switch (tag >>> 3) {
729
+ case 1: {
730
+ if (tag !== 10) {
731
+ break;
732
+ }
733
+ message.groupPolicies.push(GroupPolicyInfo.decode(reader, reader.uint32()));
734
+ continue;
735
+ }
736
+ case 2: {
737
+ if (tag !== 18) {
738
+ break;
739
+ }
740
+ message.pagination = PageResponse.decode(reader, reader.uint32());
741
+ continue;
742
+ }
743
+ }
744
+ if ((tag & 7) === 4 || tag === 0) {
745
+ break;
746
+ }
747
+ reader.skip(tag & 7);
748
+ }
749
+ return message;
750
+ },
751
+ fromJSON(object) {
752
+ return {
753
+ groupPolicies: globalThis.Array.isArray(object?.groupPolicies)
754
+ ? object.groupPolicies.map((e) => GroupPolicyInfo.fromJSON(e))
755
+ : [],
756
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
757
+ };
758
+ },
759
+ toJSON(message) {
760
+ const obj = {};
761
+ if (message.groupPolicies?.length) {
762
+ obj.groupPolicies = message.groupPolicies.map((e) => GroupPolicyInfo.toJSON(e));
763
+ }
764
+ if (message.pagination !== undefined) {
765
+ obj.pagination = PageResponse.toJSON(message.pagination);
766
+ }
767
+ return obj;
768
+ },
769
+ create(base) {
770
+ return QueryGroupPoliciesByAdminResponse.fromPartial(base ?? {});
771
+ },
772
+ fromPartial(object) {
773
+ const message = createBaseQueryGroupPoliciesByAdminResponse();
774
+ message.groupPolicies = object.groupPolicies?.map((e) => GroupPolicyInfo.fromPartial(e)) || [];
775
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
776
+ ? PageResponse.fromPartial(object.pagination)
777
+ : undefined;
778
+ return message;
779
+ },
780
+ };
781
+ function createBaseQueryProposalRequest() {
782
+ return { proposalId: 0 };
783
+ }
784
+ export const QueryProposalRequest = {
785
+ encode(message, writer = new BinaryWriter()) {
786
+ if (message.proposalId !== 0) {
787
+ writer.uint32(8).uint64(message.proposalId);
788
+ }
789
+ return writer;
790
+ },
791
+ decode(input, length) {
792
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
793
+ let end = length === undefined ? reader.len : reader.pos + length;
794
+ const message = createBaseQueryProposalRequest();
795
+ while (reader.pos < end) {
796
+ const tag = reader.uint32();
797
+ switch (tag >>> 3) {
798
+ case 1: {
799
+ if (tag !== 8) {
800
+ break;
801
+ }
802
+ message.proposalId = longToNumber(reader.uint64());
803
+ continue;
804
+ }
805
+ }
806
+ if ((tag & 7) === 4 || tag === 0) {
807
+ break;
808
+ }
809
+ reader.skip(tag & 7);
810
+ }
811
+ return message;
812
+ },
813
+ fromJSON(object) {
814
+ return { proposalId: isSet(object.proposalId) ? globalThis.Number(object.proposalId) : 0 };
815
+ },
816
+ toJSON(message) {
817
+ const obj = {};
818
+ if (message.proposalId !== 0) {
819
+ obj.proposalId = Math.round(message.proposalId);
820
+ }
821
+ return obj;
822
+ },
823
+ create(base) {
824
+ return QueryProposalRequest.fromPartial(base ?? {});
825
+ },
826
+ fromPartial(object) {
827
+ const message = createBaseQueryProposalRequest();
828
+ message.proposalId = object.proposalId ?? 0;
829
+ return message;
830
+ },
831
+ };
832
+ function createBaseQueryProposalResponse() {
833
+ return { proposal: undefined };
834
+ }
835
+ export const QueryProposalResponse = {
836
+ encode(message, writer = new BinaryWriter()) {
837
+ if (message.proposal !== undefined) {
838
+ Proposal.encode(message.proposal, writer.uint32(10).fork()).join();
839
+ }
840
+ return writer;
841
+ },
842
+ decode(input, length) {
843
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
844
+ let end = length === undefined ? reader.len : reader.pos + length;
845
+ const message = createBaseQueryProposalResponse();
846
+ while (reader.pos < end) {
847
+ const tag = reader.uint32();
848
+ switch (tag >>> 3) {
849
+ case 1: {
850
+ if (tag !== 10) {
851
+ break;
852
+ }
853
+ message.proposal = Proposal.decode(reader, reader.uint32());
854
+ continue;
855
+ }
856
+ }
857
+ if ((tag & 7) === 4 || tag === 0) {
858
+ break;
859
+ }
860
+ reader.skip(tag & 7);
861
+ }
862
+ return message;
863
+ },
864
+ fromJSON(object) {
865
+ return { proposal: isSet(object.proposal) ? Proposal.fromJSON(object.proposal) : undefined };
866
+ },
867
+ toJSON(message) {
868
+ const obj = {};
869
+ if (message.proposal !== undefined) {
870
+ obj.proposal = Proposal.toJSON(message.proposal);
871
+ }
872
+ return obj;
873
+ },
874
+ create(base) {
875
+ return QueryProposalResponse.fromPartial(base ?? {});
876
+ },
877
+ fromPartial(object) {
878
+ const message = createBaseQueryProposalResponse();
879
+ message.proposal = (object.proposal !== undefined && object.proposal !== null)
880
+ ? Proposal.fromPartial(object.proposal)
881
+ : undefined;
882
+ return message;
883
+ },
884
+ };
885
+ function createBaseQueryProposalsByGroupPolicyRequest() {
886
+ return { address: "", pagination: undefined };
887
+ }
888
+ export const QueryProposalsByGroupPolicyRequest = {
889
+ encode(message, writer = new BinaryWriter()) {
890
+ if (message.address !== "") {
891
+ writer.uint32(10).string(message.address);
892
+ }
893
+ if (message.pagination !== undefined) {
894
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
895
+ }
896
+ return writer;
897
+ },
898
+ decode(input, length) {
899
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
900
+ let end = length === undefined ? reader.len : reader.pos + length;
901
+ const message = createBaseQueryProposalsByGroupPolicyRequest();
902
+ while (reader.pos < end) {
903
+ const tag = reader.uint32();
904
+ switch (tag >>> 3) {
905
+ case 1: {
906
+ if (tag !== 10) {
907
+ break;
908
+ }
909
+ message.address = reader.string();
910
+ continue;
911
+ }
912
+ case 2: {
913
+ if (tag !== 18) {
914
+ break;
915
+ }
916
+ message.pagination = PageRequest.decode(reader, reader.uint32());
917
+ continue;
918
+ }
919
+ }
920
+ if ((tag & 7) === 4 || tag === 0) {
921
+ break;
922
+ }
923
+ reader.skip(tag & 7);
924
+ }
925
+ return message;
926
+ },
927
+ fromJSON(object) {
928
+ return {
929
+ address: isSet(object.address) ? globalThis.String(object.address) : "",
930
+ pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined,
931
+ };
932
+ },
933
+ toJSON(message) {
934
+ const obj = {};
935
+ if (message.address !== "") {
936
+ obj.address = message.address;
937
+ }
938
+ if (message.pagination !== undefined) {
939
+ obj.pagination = PageRequest.toJSON(message.pagination);
940
+ }
941
+ return obj;
942
+ },
943
+ create(base) {
944
+ return QueryProposalsByGroupPolicyRequest.fromPartial(base ?? {});
945
+ },
946
+ fromPartial(object) {
947
+ const message = createBaseQueryProposalsByGroupPolicyRequest();
948
+ message.address = object.address ?? "";
949
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
950
+ ? PageRequest.fromPartial(object.pagination)
951
+ : undefined;
952
+ return message;
953
+ },
954
+ };
955
+ function createBaseQueryProposalsByGroupPolicyResponse() {
956
+ return { proposals: [], pagination: undefined };
957
+ }
958
+ export const QueryProposalsByGroupPolicyResponse = {
959
+ encode(message, writer = new BinaryWriter()) {
960
+ for (const v of message.proposals) {
961
+ Proposal.encode(v, writer.uint32(10).fork()).join();
962
+ }
963
+ if (message.pagination !== undefined) {
964
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
965
+ }
966
+ return writer;
967
+ },
968
+ decode(input, length) {
969
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
970
+ let end = length === undefined ? reader.len : reader.pos + length;
971
+ const message = createBaseQueryProposalsByGroupPolicyResponse();
972
+ while (reader.pos < end) {
973
+ const tag = reader.uint32();
974
+ switch (tag >>> 3) {
975
+ case 1: {
976
+ if (tag !== 10) {
977
+ break;
978
+ }
979
+ message.proposals.push(Proposal.decode(reader, reader.uint32()));
980
+ continue;
981
+ }
982
+ case 2: {
983
+ if (tag !== 18) {
984
+ break;
985
+ }
986
+ message.pagination = PageResponse.decode(reader, reader.uint32());
987
+ continue;
988
+ }
989
+ }
990
+ if ((tag & 7) === 4 || tag === 0) {
991
+ break;
992
+ }
993
+ reader.skip(tag & 7);
994
+ }
995
+ return message;
996
+ },
997
+ fromJSON(object) {
998
+ return {
999
+ proposals: globalThis.Array.isArray(object?.proposals)
1000
+ ? object.proposals.map((e) => Proposal.fromJSON(e))
1001
+ : [],
1002
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
1003
+ };
1004
+ },
1005
+ toJSON(message) {
1006
+ const obj = {};
1007
+ if (message.proposals?.length) {
1008
+ obj.proposals = message.proposals.map((e) => Proposal.toJSON(e));
1009
+ }
1010
+ if (message.pagination !== undefined) {
1011
+ obj.pagination = PageResponse.toJSON(message.pagination);
1012
+ }
1013
+ return obj;
1014
+ },
1015
+ create(base) {
1016
+ return QueryProposalsByGroupPolicyResponse.fromPartial(base ?? {});
1017
+ },
1018
+ fromPartial(object) {
1019
+ const message = createBaseQueryProposalsByGroupPolicyResponse();
1020
+ message.proposals = object.proposals?.map((e) => Proposal.fromPartial(e)) || [];
1021
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1022
+ ? PageResponse.fromPartial(object.pagination)
1023
+ : undefined;
1024
+ return message;
1025
+ },
1026
+ };
1027
+ function createBaseQueryVoteByProposalVoterRequest() {
1028
+ return { proposalId: 0, voter: "" };
1029
+ }
1030
+ export const QueryVoteByProposalVoterRequest = {
1031
+ encode(message, writer = new BinaryWriter()) {
1032
+ if (message.proposalId !== 0) {
1033
+ writer.uint32(8).uint64(message.proposalId);
1034
+ }
1035
+ if (message.voter !== "") {
1036
+ writer.uint32(18).string(message.voter);
1037
+ }
1038
+ return writer;
1039
+ },
1040
+ decode(input, length) {
1041
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1042
+ let end = length === undefined ? reader.len : reader.pos + length;
1043
+ const message = createBaseQueryVoteByProposalVoterRequest();
1044
+ while (reader.pos < end) {
1045
+ const tag = reader.uint32();
1046
+ switch (tag >>> 3) {
1047
+ case 1: {
1048
+ if (tag !== 8) {
1049
+ break;
1050
+ }
1051
+ message.proposalId = longToNumber(reader.uint64());
1052
+ continue;
1053
+ }
1054
+ case 2: {
1055
+ if (tag !== 18) {
1056
+ break;
1057
+ }
1058
+ message.voter = reader.string();
1059
+ continue;
1060
+ }
1061
+ }
1062
+ if ((tag & 7) === 4 || tag === 0) {
1063
+ break;
1064
+ }
1065
+ reader.skip(tag & 7);
1066
+ }
1067
+ return message;
1068
+ },
1069
+ fromJSON(object) {
1070
+ return {
1071
+ proposalId: isSet(object.proposalId) ? globalThis.Number(object.proposalId) : 0,
1072
+ voter: isSet(object.voter) ? globalThis.String(object.voter) : "",
1073
+ };
1074
+ },
1075
+ toJSON(message) {
1076
+ const obj = {};
1077
+ if (message.proposalId !== 0) {
1078
+ obj.proposalId = Math.round(message.proposalId);
1079
+ }
1080
+ if (message.voter !== "") {
1081
+ obj.voter = message.voter;
1082
+ }
1083
+ return obj;
1084
+ },
1085
+ create(base) {
1086
+ return QueryVoteByProposalVoterRequest.fromPartial(base ?? {});
1087
+ },
1088
+ fromPartial(object) {
1089
+ const message = createBaseQueryVoteByProposalVoterRequest();
1090
+ message.proposalId = object.proposalId ?? 0;
1091
+ message.voter = object.voter ?? "";
1092
+ return message;
1093
+ },
1094
+ };
1095
+ function createBaseQueryVoteByProposalVoterResponse() {
1096
+ return { vote: undefined };
1097
+ }
1098
+ export const QueryVoteByProposalVoterResponse = {
1099
+ encode(message, writer = new BinaryWriter()) {
1100
+ if (message.vote !== undefined) {
1101
+ Vote.encode(message.vote, writer.uint32(10).fork()).join();
1102
+ }
1103
+ return writer;
1104
+ },
1105
+ decode(input, length) {
1106
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1107
+ let end = length === undefined ? reader.len : reader.pos + length;
1108
+ const message = createBaseQueryVoteByProposalVoterResponse();
1109
+ while (reader.pos < end) {
1110
+ const tag = reader.uint32();
1111
+ switch (tag >>> 3) {
1112
+ case 1: {
1113
+ if (tag !== 10) {
1114
+ break;
1115
+ }
1116
+ message.vote = Vote.decode(reader, reader.uint32());
1117
+ continue;
1118
+ }
1119
+ }
1120
+ if ((tag & 7) === 4 || tag === 0) {
1121
+ break;
1122
+ }
1123
+ reader.skip(tag & 7);
1124
+ }
1125
+ return message;
1126
+ },
1127
+ fromJSON(object) {
1128
+ return { vote: isSet(object.vote) ? Vote.fromJSON(object.vote) : undefined };
1129
+ },
1130
+ toJSON(message) {
1131
+ const obj = {};
1132
+ if (message.vote !== undefined) {
1133
+ obj.vote = Vote.toJSON(message.vote);
1134
+ }
1135
+ return obj;
1136
+ },
1137
+ create(base) {
1138
+ return QueryVoteByProposalVoterResponse.fromPartial(base ?? {});
1139
+ },
1140
+ fromPartial(object) {
1141
+ const message = createBaseQueryVoteByProposalVoterResponse();
1142
+ message.vote = (object.vote !== undefined && object.vote !== null) ? Vote.fromPartial(object.vote) : undefined;
1143
+ return message;
1144
+ },
1145
+ };
1146
+ function createBaseQueryVotesByProposalRequest() {
1147
+ return { proposalId: 0, pagination: undefined };
1148
+ }
1149
+ export const QueryVotesByProposalRequest = {
1150
+ encode(message, writer = new BinaryWriter()) {
1151
+ if (message.proposalId !== 0) {
1152
+ writer.uint32(8).uint64(message.proposalId);
1153
+ }
1154
+ if (message.pagination !== undefined) {
1155
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
1156
+ }
1157
+ return writer;
1158
+ },
1159
+ decode(input, length) {
1160
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1161
+ let end = length === undefined ? reader.len : reader.pos + length;
1162
+ const message = createBaseQueryVotesByProposalRequest();
1163
+ while (reader.pos < end) {
1164
+ const tag = reader.uint32();
1165
+ switch (tag >>> 3) {
1166
+ case 1: {
1167
+ if (tag !== 8) {
1168
+ break;
1169
+ }
1170
+ message.proposalId = longToNumber(reader.uint64());
1171
+ continue;
1172
+ }
1173
+ case 2: {
1174
+ if (tag !== 18) {
1175
+ break;
1176
+ }
1177
+ message.pagination = PageRequest.decode(reader, reader.uint32());
1178
+ continue;
1179
+ }
1180
+ }
1181
+ if ((tag & 7) === 4 || tag === 0) {
1182
+ break;
1183
+ }
1184
+ reader.skip(tag & 7);
1185
+ }
1186
+ return message;
1187
+ },
1188
+ fromJSON(object) {
1189
+ return {
1190
+ proposalId: isSet(object.proposalId) ? globalThis.Number(object.proposalId) : 0,
1191
+ pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined,
1192
+ };
1193
+ },
1194
+ toJSON(message) {
1195
+ const obj = {};
1196
+ if (message.proposalId !== 0) {
1197
+ obj.proposalId = Math.round(message.proposalId);
1198
+ }
1199
+ if (message.pagination !== undefined) {
1200
+ obj.pagination = PageRequest.toJSON(message.pagination);
1201
+ }
1202
+ return obj;
1203
+ },
1204
+ create(base) {
1205
+ return QueryVotesByProposalRequest.fromPartial(base ?? {});
1206
+ },
1207
+ fromPartial(object) {
1208
+ const message = createBaseQueryVotesByProposalRequest();
1209
+ message.proposalId = object.proposalId ?? 0;
1210
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1211
+ ? PageRequest.fromPartial(object.pagination)
1212
+ : undefined;
1213
+ return message;
1214
+ },
1215
+ };
1216
+ function createBaseQueryVotesByProposalResponse() {
1217
+ return { votes: [], pagination: undefined };
1218
+ }
1219
+ export const QueryVotesByProposalResponse = {
1220
+ encode(message, writer = new BinaryWriter()) {
1221
+ for (const v of message.votes) {
1222
+ Vote.encode(v, writer.uint32(10).fork()).join();
1223
+ }
1224
+ if (message.pagination !== undefined) {
1225
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
1226
+ }
1227
+ return writer;
1228
+ },
1229
+ decode(input, length) {
1230
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1231
+ let end = length === undefined ? reader.len : reader.pos + length;
1232
+ const message = createBaseQueryVotesByProposalResponse();
1233
+ while (reader.pos < end) {
1234
+ const tag = reader.uint32();
1235
+ switch (tag >>> 3) {
1236
+ case 1: {
1237
+ if (tag !== 10) {
1238
+ break;
1239
+ }
1240
+ message.votes.push(Vote.decode(reader, reader.uint32()));
1241
+ continue;
1242
+ }
1243
+ case 2: {
1244
+ if (tag !== 18) {
1245
+ break;
1246
+ }
1247
+ message.pagination = PageResponse.decode(reader, reader.uint32());
1248
+ continue;
1249
+ }
1250
+ }
1251
+ if ((tag & 7) === 4 || tag === 0) {
1252
+ break;
1253
+ }
1254
+ reader.skip(tag & 7);
1255
+ }
1256
+ return message;
1257
+ },
1258
+ fromJSON(object) {
1259
+ return {
1260
+ votes: globalThis.Array.isArray(object?.votes) ? object.votes.map((e) => Vote.fromJSON(e)) : [],
1261
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
1262
+ };
1263
+ },
1264
+ toJSON(message) {
1265
+ const obj = {};
1266
+ if (message.votes?.length) {
1267
+ obj.votes = message.votes.map((e) => Vote.toJSON(e));
1268
+ }
1269
+ if (message.pagination !== undefined) {
1270
+ obj.pagination = PageResponse.toJSON(message.pagination);
1271
+ }
1272
+ return obj;
1273
+ },
1274
+ create(base) {
1275
+ return QueryVotesByProposalResponse.fromPartial(base ?? {});
1276
+ },
1277
+ fromPartial(object) {
1278
+ const message = createBaseQueryVotesByProposalResponse();
1279
+ message.votes = object.votes?.map((e) => Vote.fromPartial(e)) || [];
1280
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1281
+ ? PageResponse.fromPartial(object.pagination)
1282
+ : undefined;
1283
+ return message;
1284
+ },
1285
+ };
1286
+ function createBaseQueryVotesByVoterRequest() {
1287
+ return { voter: "", pagination: undefined };
1288
+ }
1289
+ export const QueryVotesByVoterRequest = {
1290
+ encode(message, writer = new BinaryWriter()) {
1291
+ if (message.voter !== "") {
1292
+ writer.uint32(10).string(message.voter);
1293
+ }
1294
+ if (message.pagination !== undefined) {
1295
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
1296
+ }
1297
+ return writer;
1298
+ },
1299
+ decode(input, length) {
1300
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1301
+ let end = length === undefined ? reader.len : reader.pos + length;
1302
+ const message = createBaseQueryVotesByVoterRequest();
1303
+ while (reader.pos < end) {
1304
+ const tag = reader.uint32();
1305
+ switch (tag >>> 3) {
1306
+ case 1: {
1307
+ if (tag !== 10) {
1308
+ break;
1309
+ }
1310
+ message.voter = reader.string();
1311
+ continue;
1312
+ }
1313
+ case 2: {
1314
+ if (tag !== 18) {
1315
+ break;
1316
+ }
1317
+ message.pagination = PageRequest.decode(reader, reader.uint32());
1318
+ continue;
1319
+ }
1320
+ }
1321
+ if ((tag & 7) === 4 || tag === 0) {
1322
+ break;
1323
+ }
1324
+ reader.skip(tag & 7);
1325
+ }
1326
+ return message;
1327
+ },
1328
+ fromJSON(object) {
1329
+ return {
1330
+ voter: isSet(object.voter) ? globalThis.String(object.voter) : "",
1331
+ pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined,
1332
+ };
1333
+ },
1334
+ toJSON(message) {
1335
+ const obj = {};
1336
+ if (message.voter !== "") {
1337
+ obj.voter = message.voter;
1338
+ }
1339
+ if (message.pagination !== undefined) {
1340
+ obj.pagination = PageRequest.toJSON(message.pagination);
1341
+ }
1342
+ return obj;
1343
+ },
1344
+ create(base) {
1345
+ return QueryVotesByVoterRequest.fromPartial(base ?? {});
1346
+ },
1347
+ fromPartial(object) {
1348
+ const message = createBaseQueryVotesByVoterRequest();
1349
+ message.voter = object.voter ?? "";
1350
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1351
+ ? PageRequest.fromPartial(object.pagination)
1352
+ : undefined;
1353
+ return message;
1354
+ },
1355
+ };
1356
+ function createBaseQueryVotesByVoterResponse() {
1357
+ return { votes: [], pagination: undefined };
1358
+ }
1359
+ export const QueryVotesByVoterResponse = {
1360
+ encode(message, writer = new BinaryWriter()) {
1361
+ for (const v of message.votes) {
1362
+ Vote.encode(v, writer.uint32(10).fork()).join();
1363
+ }
1364
+ if (message.pagination !== undefined) {
1365
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
1366
+ }
1367
+ return writer;
1368
+ },
1369
+ decode(input, length) {
1370
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1371
+ let end = length === undefined ? reader.len : reader.pos + length;
1372
+ const message = createBaseQueryVotesByVoterResponse();
1373
+ while (reader.pos < end) {
1374
+ const tag = reader.uint32();
1375
+ switch (tag >>> 3) {
1376
+ case 1: {
1377
+ if (tag !== 10) {
1378
+ break;
1379
+ }
1380
+ message.votes.push(Vote.decode(reader, reader.uint32()));
1381
+ continue;
1382
+ }
1383
+ case 2: {
1384
+ if (tag !== 18) {
1385
+ break;
1386
+ }
1387
+ message.pagination = PageResponse.decode(reader, reader.uint32());
1388
+ continue;
1389
+ }
1390
+ }
1391
+ if ((tag & 7) === 4 || tag === 0) {
1392
+ break;
1393
+ }
1394
+ reader.skip(tag & 7);
1395
+ }
1396
+ return message;
1397
+ },
1398
+ fromJSON(object) {
1399
+ return {
1400
+ votes: globalThis.Array.isArray(object?.votes) ? object.votes.map((e) => Vote.fromJSON(e)) : [],
1401
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
1402
+ };
1403
+ },
1404
+ toJSON(message) {
1405
+ const obj = {};
1406
+ if (message.votes?.length) {
1407
+ obj.votes = message.votes.map((e) => Vote.toJSON(e));
1408
+ }
1409
+ if (message.pagination !== undefined) {
1410
+ obj.pagination = PageResponse.toJSON(message.pagination);
1411
+ }
1412
+ return obj;
1413
+ },
1414
+ create(base) {
1415
+ return QueryVotesByVoterResponse.fromPartial(base ?? {});
1416
+ },
1417
+ fromPartial(object) {
1418
+ const message = createBaseQueryVotesByVoterResponse();
1419
+ message.votes = object.votes?.map((e) => Vote.fromPartial(e)) || [];
1420
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1421
+ ? PageResponse.fromPartial(object.pagination)
1422
+ : undefined;
1423
+ return message;
1424
+ },
1425
+ };
1426
+ function createBaseQueryGroupsByMemberRequest() {
1427
+ return { address: "", pagination: undefined };
1428
+ }
1429
+ export const QueryGroupsByMemberRequest = {
1430
+ encode(message, writer = new BinaryWriter()) {
1431
+ if (message.address !== "") {
1432
+ writer.uint32(10).string(message.address);
1433
+ }
1434
+ if (message.pagination !== undefined) {
1435
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
1436
+ }
1437
+ return writer;
1438
+ },
1439
+ decode(input, length) {
1440
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1441
+ let end = length === undefined ? reader.len : reader.pos + length;
1442
+ const message = createBaseQueryGroupsByMemberRequest();
1443
+ while (reader.pos < end) {
1444
+ const tag = reader.uint32();
1445
+ switch (tag >>> 3) {
1446
+ case 1: {
1447
+ if (tag !== 10) {
1448
+ break;
1449
+ }
1450
+ message.address = reader.string();
1451
+ continue;
1452
+ }
1453
+ case 2: {
1454
+ if (tag !== 18) {
1455
+ break;
1456
+ }
1457
+ message.pagination = PageRequest.decode(reader, reader.uint32());
1458
+ continue;
1459
+ }
1460
+ }
1461
+ if ((tag & 7) === 4 || tag === 0) {
1462
+ break;
1463
+ }
1464
+ reader.skip(tag & 7);
1465
+ }
1466
+ return message;
1467
+ },
1468
+ fromJSON(object) {
1469
+ return {
1470
+ address: isSet(object.address) ? globalThis.String(object.address) : "",
1471
+ pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined,
1472
+ };
1473
+ },
1474
+ toJSON(message) {
1475
+ const obj = {};
1476
+ if (message.address !== "") {
1477
+ obj.address = message.address;
1478
+ }
1479
+ if (message.pagination !== undefined) {
1480
+ obj.pagination = PageRequest.toJSON(message.pagination);
1481
+ }
1482
+ return obj;
1483
+ },
1484
+ create(base) {
1485
+ return QueryGroupsByMemberRequest.fromPartial(base ?? {});
1486
+ },
1487
+ fromPartial(object) {
1488
+ const message = createBaseQueryGroupsByMemberRequest();
1489
+ message.address = object.address ?? "";
1490
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1491
+ ? PageRequest.fromPartial(object.pagination)
1492
+ : undefined;
1493
+ return message;
1494
+ },
1495
+ };
1496
+ function createBaseQueryGroupsByMemberResponse() {
1497
+ return { groups: [], pagination: undefined };
1498
+ }
1499
+ export const QueryGroupsByMemberResponse = {
1500
+ encode(message, writer = new BinaryWriter()) {
1501
+ for (const v of message.groups) {
1502
+ GroupInfo.encode(v, writer.uint32(10).fork()).join();
1503
+ }
1504
+ if (message.pagination !== undefined) {
1505
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
1506
+ }
1507
+ return writer;
1508
+ },
1509
+ decode(input, length) {
1510
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1511
+ let end = length === undefined ? reader.len : reader.pos + length;
1512
+ const message = createBaseQueryGroupsByMemberResponse();
1513
+ while (reader.pos < end) {
1514
+ const tag = reader.uint32();
1515
+ switch (tag >>> 3) {
1516
+ case 1: {
1517
+ if (tag !== 10) {
1518
+ break;
1519
+ }
1520
+ message.groups.push(GroupInfo.decode(reader, reader.uint32()));
1521
+ continue;
1522
+ }
1523
+ case 2: {
1524
+ if (tag !== 18) {
1525
+ break;
1526
+ }
1527
+ message.pagination = PageResponse.decode(reader, reader.uint32());
1528
+ continue;
1529
+ }
1530
+ }
1531
+ if ((tag & 7) === 4 || tag === 0) {
1532
+ break;
1533
+ }
1534
+ reader.skip(tag & 7);
1535
+ }
1536
+ return message;
1537
+ },
1538
+ fromJSON(object) {
1539
+ return {
1540
+ groups: globalThis.Array.isArray(object?.groups) ? object.groups.map((e) => GroupInfo.fromJSON(e)) : [],
1541
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
1542
+ };
1543
+ },
1544
+ toJSON(message) {
1545
+ const obj = {};
1546
+ if (message.groups?.length) {
1547
+ obj.groups = message.groups.map((e) => GroupInfo.toJSON(e));
1548
+ }
1549
+ if (message.pagination !== undefined) {
1550
+ obj.pagination = PageResponse.toJSON(message.pagination);
1551
+ }
1552
+ return obj;
1553
+ },
1554
+ create(base) {
1555
+ return QueryGroupsByMemberResponse.fromPartial(base ?? {});
1556
+ },
1557
+ fromPartial(object) {
1558
+ const message = createBaseQueryGroupsByMemberResponse();
1559
+ message.groups = object.groups?.map((e) => GroupInfo.fromPartial(e)) || [];
1560
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1561
+ ? PageResponse.fromPartial(object.pagination)
1562
+ : undefined;
1563
+ return message;
1564
+ },
1565
+ };
1566
+ function createBaseQueryTallyResultRequest() {
1567
+ return { proposalId: 0 };
1568
+ }
1569
+ export const QueryTallyResultRequest = {
1570
+ encode(message, writer = new BinaryWriter()) {
1571
+ if (message.proposalId !== 0) {
1572
+ writer.uint32(8).uint64(message.proposalId);
1573
+ }
1574
+ return writer;
1575
+ },
1576
+ decode(input, length) {
1577
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1578
+ let end = length === undefined ? reader.len : reader.pos + length;
1579
+ const message = createBaseQueryTallyResultRequest();
1580
+ while (reader.pos < end) {
1581
+ const tag = reader.uint32();
1582
+ switch (tag >>> 3) {
1583
+ case 1: {
1584
+ if (tag !== 8) {
1585
+ break;
1586
+ }
1587
+ message.proposalId = longToNumber(reader.uint64());
1588
+ continue;
1589
+ }
1590
+ }
1591
+ if ((tag & 7) === 4 || tag === 0) {
1592
+ break;
1593
+ }
1594
+ reader.skip(tag & 7);
1595
+ }
1596
+ return message;
1597
+ },
1598
+ fromJSON(object) {
1599
+ return { proposalId: isSet(object.proposalId) ? globalThis.Number(object.proposalId) : 0 };
1600
+ },
1601
+ toJSON(message) {
1602
+ const obj = {};
1603
+ if (message.proposalId !== 0) {
1604
+ obj.proposalId = Math.round(message.proposalId);
1605
+ }
1606
+ return obj;
1607
+ },
1608
+ create(base) {
1609
+ return QueryTallyResultRequest.fromPartial(base ?? {});
1610
+ },
1611
+ fromPartial(object) {
1612
+ const message = createBaseQueryTallyResultRequest();
1613
+ message.proposalId = object.proposalId ?? 0;
1614
+ return message;
1615
+ },
1616
+ };
1617
+ function createBaseQueryTallyResultResponse() {
1618
+ return { tally: undefined };
1619
+ }
1620
+ export const QueryTallyResultResponse = {
1621
+ encode(message, writer = new BinaryWriter()) {
1622
+ if (message.tally !== undefined) {
1623
+ TallyResult.encode(message.tally, writer.uint32(10).fork()).join();
1624
+ }
1625
+ return writer;
1626
+ },
1627
+ decode(input, length) {
1628
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1629
+ let end = length === undefined ? reader.len : reader.pos + length;
1630
+ const message = createBaseQueryTallyResultResponse();
1631
+ while (reader.pos < end) {
1632
+ const tag = reader.uint32();
1633
+ switch (tag >>> 3) {
1634
+ case 1: {
1635
+ if (tag !== 10) {
1636
+ break;
1637
+ }
1638
+ message.tally = TallyResult.decode(reader, reader.uint32());
1639
+ continue;
1640
+ }
1641
+ }
1642
+ if ((tag & 7) === 4 || tag === 0) {
1643
+ break;
1644
+ }
1645
+ reader.skip(tag & 7);
1646
+ }
1647
+ return message;
1648
+ },
1649
+ fromJSON(object) {
1650
+ return { tally: isSet(object.tally) ? TallyResult.fromJSON(object.tally) : undefined };
1651
+ },
1652
+ toJSON(message) {
1653
+ const obj = {};
1654
+ if (message.tally !== undefined) {
1655
+ obj.tally = TallyResult.toJSON(message.tally);
1656
+ }
1657
+ return obj;
1658
+ },
1659
+ create(base) {
1660
+ return QueryTallyResultResponse.fromPartial(base ?? {});
1661
+ },
1662
+ fromPartial(object) {
1663
+ const message = createBaseQueryTallyResultResponse();
1664
+ message.tally = (object.tally !== undefined && object.tally !== null)
1665
+ ? TallyResult.fromPartial(object.tally)
1666
+ : undefined;
1667
+ return message;
1668
+ },
1669
+ };
1670
+ function createBaseQueryGroupsRequest() {
1671
+ return { pagination: undefined };
1672
+ }
1673
+ export const QueryGroupsRequest = {
1674
+ encode(message, writer = new BinaryWriter()) {
1675
+ if (message.pagination !== undefined) {
1676
+ PageRequest.encode(message.pagination, writer.uint32(18).fork()).join();
1677
+ }
1678
+ return writer;
1679
+ },
1680
+ decode(input, length) {
1681
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1682
+ let end = length === undefined ? reader.len : reader.pos + length;
1683
+ const message = createBaseQueryGroupsRequest();
1684
+ while (reader.pos < end) {
1685
+ const tag = reader.uint32();
1686
+ switch (tag >>> 3) {
1687
+ case 2: {
1688
+ if (tag !== 18) {
1689
+ break;
1690
+ }
1691
+ message.pagination = PageRequest.decode(reader, reader.uint32());
1692
+ continue;
1693
+ }
1694
+ }
1695
+ if ((tag & 7) === 4 || tag === 0) {
1696
+ break;
1697
+ }
1698
+ reader.skip(tag & 7);
1699
+ }
1700
+ return message;
1701
+ },
1702
+ fromJSON(object) {
1703
+ return { pagination: isSet(object.pagination) ? PageRequest.fromJSON(object.pagination) : undefined };
1704
+ },
1705
+ toJSON(message) {
1706
+ const obj = {};
1707
+ if (message.pagination !== undefined) {
1708
+ obj.pagination = PageRequest.toJSON(message.pagination);
1709
+ }
1710
+ return obj;
1711
+ },
1712
+ create(base) {
1713
+ return QueryGroupsRequest.fromPartial(base ?? {});
1714
+ },
1715
+ fromPartial(object) {
1716
+ const message = createBaseQueryGroupsRequest();
1717
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1718
+ ? PageRequest.fromPartial(object.pagination)
1719
+ : undefined;
1720
+ return message;
1721
+ },
1722
+ };
1723
+ function createBaseQueryGroupsResponse() {
1724
+ return { groups: [], pagination: undefined };
1725
+ }
1726
+ export const QueryGroupsResponse = {
1727
+ encode(message, writer = new BinaryWriter()) {
1728
+ for (const v of message.groups) {
1729
+ GroupInfo.encode(v, writer.uint32(10).fork()).join();
1730
+ }
1731
+ if (message.pagination !== undefined) {
1732
+ PageResponse.encode(message.pagination, writer.uint32(18).fork()).join();
1733
+ }
1734
+ return writer;
1735
+ },
1736
+ decode(input, length) {
1737
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1738
+ let end = length === undefined ? reader.len : reader.pos + length;
1739
+ const message = createBaseQueryGroupsResponse();
1740
+ while (reader.pos < end) {
1741
+ const tag = reader.uint32();
1742
+ switch (tag >>> 3) {
1743
+ case 1: {
1744
+ if (tag !== 10) {
1745
+ break;
1746
+ }
1747
+ message.groups.push(GroupInfo.decode(reader, reader.uint32()));
1748
+ continue;
1749
+ }
1750
+ case 2: {
1751
+ if (tag !== 18) {
1752
+ break;
1753
+ }
1754
+ message.pagination = PageResponse.decode(reader, reader.uint32());
1755
+ continue;
1756
+ }
1757
+ }
1758
+ if ((tag & 7) === 4 || tag === 0) {
1759
+ break;
1760
+ }
1761
+ reader.skip(tag & 7);
1762
+ }
1763
+ return message;
1764
+ },
1765
+ fromJSON(object) {
1766
+ return {
1767
+ groups: globalThis.Array.isArray(object?.groups) ? object.groups.map((e) => GroupInfo.fromJSON(e)) : [],
1768
+ pagination: isSet(object.pagination) ? PageResponse.fromJSON(object.pagination) : undefined,
1769
+ };
1770
+ },
1771
+ toJSON(message) {
1772
+ const obj = {};
1773
+ if (message.groups?.length) {
1774
+ obj.groups = message.groups.map((e) => GroupInfo.toJSON(e));
1775
+ }
1776
+ if (message.pagination !== undefined) {
1777
+ obj.pagination = PageResponse.toJSON(message.pagination);
1778
+ }
1779
+ return obj;
1780
+ },
1781
+ create(base) {
1782
+ return QueryGroupsResponse.fromPartial(base ?? {});
1783
+ },
1784
+ fromPartial(object) {
1785
+ const message = createBaseQueryGroupsResponse();
1786
+ message.groups = object.groups?.map((e) => GroupInfo.fromPartial(e)) || [];
1787
+ message.pagination = (object.pagination !== undefined && object.pagination !== null)
1788
+ ? PageResponse.fromPartial(object.pagination)
1789
+ : undefined;
1790
+ return message;
1791
+ },
1792
+ };
1793
+ export const QueryServiceName = "cosmos.group.v1.Query";
1794
+ export class QueryClientImpl {
1795
+ constructor(rpc, opts) {
1796
+ this.service = opts?.service || QueryServiceName;
1797
+ this.rpc = rpc;
1798
+ this.GroupInfo = this.GroupInfo.bind(this);
1799
+ this.GroupPolicyInfo = this.GroupPolicyInfo.bind(this);
1800
+ this.GroupMembers = this.GroupMembers.bind(this);
1801
+ this.GroupsByAdmin = this.GroupsByAdmin.bind(this);
1802
+ this.GroupPoliciesByGroup = this.GroupPoliciesByGroup.bind(this);
1803
+ this.GroupPoliciesByAdmin = this.GroupPoliciesByAdmin.bind(this);
1804
+ this.Proposal = this.Proposal.bind(this);
1805
+ this.ProposalsByGroupPolicy = this.ProposalsByGroupPolicy.bind(this);
1806
+ this.VoteByProposalVoter = this.VoteByProposalVoter.bind(this);
1807
+ this.VotesByProposal = this.VotesByProposal.bind(this);
1808
+ this.VotesByVoter = this.VotesByVoter.bind(this);
1809
+ this.GroupsByMember = this.GroupsByMember.bind(this);
1810
+ this.TallyResult = this.TallyResult.bind(this);
1811
+ this.Groups = this.Groups.bind(this);
1812
+ }
1813
+ GroupInfo(request) {
1814
+ const data = QueryGroupInfoRequest.encode(request).finish();
1815
+ const promise = this.rpc.request(this.service, "GroupInfo", data);
1816
+ return promise.then((data) => QueryGroupInfoResponse.decode(new BinaryReader(data)));
1817
+ }
1818
+ GroupPolicyInfo(request) {
1819
+ const data = QueryGroupPolicyInfoRequest.encode(request).finish();
1820
+ const promise = this.rpc.request(this.service, "GroupPolicyInfo", data);
1821
+ return promise.then((data) => QueryGroupPolicyInfoResponse.decode(new BinaryReader(data)));
1822
+ }
1823
+ GroupMembers(request) {
1824
+ const data = QueryGroupMembersRequest.encode(request).finish();
1825
+ const promise = this.rpc.request(this.service, "GroupMembers", data);
1826
+ return promise.then((data) => QueryGroupMembersResponse.decode(new BinaryReader(data)));
1827
+ }
1828
+ GroupsByAdmin(request) {
1829
+ const data = QueryGroupsByAdminRequest.encode(request).finish();
1830
+ const promise = this.rpc.request(this.service, "GroupsByAdmin", data);
1831
+ return promise.then((data) => QueryGroupsByAdminResponse.decode(new BinaryReader(data)));
1832
+ }
1833
+ GroupPoliciesByGroup(request) {
1834
+ const data = QueryGroupPoliciesByGroupRequest.encode(request).finish();
1835
+ const promise = this.rpc.request(this.service, "GroupPoliciesByGroup", data);
1836
+ return promise.then((data) => QueryGroupPoliciesByGroupResponse.decode(new BinaryReader(data)));
1837
+ }
1838
+ GroupPoliciesByAdmin(request) {
1839
+ const data = QueryGroupPoliciesByAdminRequest.encode(request).finish();
1840
+ const promise = this.rpc.request(this.service, "GroupPoliciesByAdmin", data);
1841
+ return promise.then((data) => QueryGroupPoliciesByAdminResponse.decode(new BinaryReader(data)));
1842
+ }
1843
+ Proposal(request) {
1844
+ const data = QueryProposalRequest.encode(request).finish();
1845
+ const promise = this.rpc.request(this.service, "Proposal", data);
1846
+ return promise.then((data) => QueryProposalResponse.decode(new BinaryReader(data)));
1847
+ }
1848
+ ProposalsByGroupPolicy(request) {
1849
+ const data = QueryProposalsByGroupPolicyRequest.encode(request).finish();
1850
+ const promise = this.rpc.request(this.service, "ProposalsByGroupPolicy", data);
1851
+ return promise.then((data) => QueryProposalsByGroupPolicyResponse.decode(new BinaryReader(data)));
1852
+ }
1853
+ VoteByProposalVoter(request) {
1854
+ const data = QueryVoteByProposalVoterRequest.encode(request).finish();
1855
+ const promise = this.rpc.request(this.service, "VoteByProposalVoter", data);
1856
+ return promise.then((data) => QueryVoteByProposalVoterResponse.decode(new BinaryReader(data)));
1857
+ }
1858
+ VotesByProposal(request) {
1859
+ const data = QueryVotesByProposalRequest.encode(request).finish();
1860
+ const promise = this.rpc.request(this.service, "VotesByProposal", data);
1861
+ return promise.then((data) => QueryVotesByProposalResponse.decode(new BinaryReader(data)));
1862
+ }
1863
+ VotesByVoter(request) {
1864
+ const data = QueryVotesByVoterRequest.encode(request).finish();
1865
+ const promise = this.rpc.request(this.service, "VotesByVoter", data);
1866
+ return promise.then((data) => QueryVotesByVoterResponse.decode(new BinaryReader(data)));
1867
+ }
1868
+ GroupsByMember(request) {
1869
+ const data = QueryGroupsByMemberRequest.encode(request).finish();
1870
+ const promise = this.rpc.request(this.service, "GroupsByMember", data);
1871
+ return promise.then((data) => QueryGroupsByMemberResponse.decode(new BinaryReader(data)));
1872
+ }
1873
+ TallyResult(request) {
1874
+ const data = QueryTallyResultRequest.encode(request).finish();
1875
+ const promise = this.rpc.request(this.service, "TallyResult", data);
1876
+ return promise.then((data) => QueryTallyResultResponse.decode(new BinaryReader(data)));
1877
+ }
1878
+ Groups(request) {
1879
+ const data = QueryGroupsRequest.encode(request).finish();
1880
+ const promise = this.rpc.request(this.service, "Groups", data);
1881
+ return promise.then((data) => QueryGroupsResponse.decode(new BinaryReader(data)));
1882
+ }
1883
+ }
1884
+ function longToNumber(int64) {
1885
+ const num = globalThis.Number(int64.toString());
1886
+ if (num > globalThis.Number.MAX_SAFE_INTEGER) {
1887
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
1888
+ }
1889
+ if (num < globalThis.Number.MIN_SAFE_INTEGER) {
1890
+ throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
1891
+ }
1892
+ return num;
1893
+ }
1894
+ function isSet(value) {
1895
+ return value !== null && value !== undefined;
1896
+ }