decentralcardgame-cardchain-client-ts 0.0.29 → 0.0.31

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 (2108) hide show
  1. package/cardchain.cardchain/index.ts +6 -0
  2. package/cardchain.cardchain/module.ts +1869 -0
  3. package/cardchain.cardchain/registry.ts +111 -0
  4. package/cardchain.cardchain/rest.ts +655 -0
  5. package/cardchain.cardchain/types.ts +63 -0
  6. package/cardchain.featureflag/index.ts +6 -0
  7. package/cardchain.featureflag/module.ts +165 -0
  8. package/cardchain.featureflag/registry.ts +11 -0
  9. package/cardchain.featureflag/rest.ts +256 -0
  10. package/cardchain.featureflag/types.ts +9 -0
  11. package/client.ts +147 -159
  12. package/cosmos.auth.v1beta1/index.ts +2 -2
  13. package/cosmos.auth.v1beta1/module.ts +40 -6
  14. package/cosmos.auth.v1beta1/registry.ts +2 -0
  15. package/cosmos.auth.v1beta1/rest.ts +201 -439
  16. package/cosmos.auth.v1beta1/types.ts +5 -3
  17. package/cosmos.authz.v1beta1/index.ts +2 -2
  18. package/cosmos.authz.v1beta1/module.ts +33 -34
  19. package/cosmos.authz.v1beta1/registry.ts +5 -5
  20. package/cosmos.authz.v1beta1/rest.ts +97 -445
  21. package/cosmos.authz.v1beta1/types.ts +6 -6
  22. package/cosmos.bank.v1beta1/index.ts +2 -2
  23. package/cosmos.bank.v1beta1/module.ts +86 -21
  24. package/cosmos.bank.v1beta1/registry.ts +7 -3
  25. package/cosmos.bank.v1beta1/rest.ts +262 -452
  26. package/cosmos.bank.v1beta1/types.ts +10 -10
  27. package/cosmos.base.node.v1beta1/index.ts +6 -0
  28. package/cosmos.base.node.v1beta1/module.ts +95 -0
  29. package/cosmos.base.node.v1beta1/rest.ts +235 -0
  30. package/cosmos.base.node.v1beta1/types.ts +5 -0
  31. package/cosmos.base.tendermint.v1beta1/index.ts +2 -2
  32. package/cosmos.base.tendermint.v1beta1/module.ts +4 -5
  33. package/cosmos.base.tendermint.v1beta1/rest.ts +161 -968
  34. package/cosmos.base.tendermint.v1beta1/types.ts +7 -7
  35. package/cosmos.circuit.v1/index.ts +6 -0
  36. package/cosmos.circuit.v1/module.ts +198 -0
  37. package/cosmos.circuit.v1/registry.ts +13 -0
  38. package/cosmos.circuit.v1/rest.ts +256 -0
  39. package/cosmos.circuit.v1/types.ts +9 -0
  40. package/cosmos.consensus.v1/index.ts +2 -2
  41. package/cosmos.consensus.v1/module.ts +6 -7
  42. package/cosmos.consensus.v1/registry.ts +1 -1
  43. package/cosmos.consensus.v1/rest.ts +81 -135
  44. package/cosmos.crisis.v1beta1/index.ts +2 -2
  45. package/cosmos.crisis.v1beta1/module.ts +40 -8
  46. package/cosmos.crisis.v1beta1/registry.ts +3 -1
  47. package/cosmos.crisis.v1beta1/rest.ts +72 -31
  48. package/cosmos.distribution.v1beta1/index.ts +2 -2
  49. package/cosmos.distribution.v1beta1/module.ts +123 -25
  50. package/cosmos.distribution.v1beta1/registry.ts +11 -5
  51. package/cosmos.distribution.v1beta1/rest.ts +211 -365
  52. package/cosmos.distribution.v1beta1/types.ts +19 -19
  53. package/cosmos.evidence.v1beta1/index.ts +2 -2
  54. package/cosmos.evidence.v1beta1/module.ts +6 -7
  55. package/cosmos.evidence.v1beta1/registry.ts +1 -1
  56. package/cosmos.evidence.v1beta1/rest.ts +93 -260
  57. package/cosmos.evidence.v1beta1/types.ts +1 -1
  58. package/cosmos.feegrant.v1beta1/index.ts +2 -2
  59. package/cosmos.feegrant.v1beta1/module.ts +42 -10
  60. package/cosmos.feegrant.v1beta1/registry.ts +4 -2
  61. package/cosmos.feegrant.v1beta1/rest.ts +97 -293
  62. package/cosmos.feegrant.v1beta1/types.ts +4 -4
  63. package/cosmos.gov.v1/index.ts +2 -2
  64. package/cosmos.gov.v1/module.ts +125 -25
  65. package/cosmos.gov.v1/registry.ts +11 -5
  66. package/cosmos.gov.v1/rest.ts +186 -602
  67. package/cosmos.gov.v1/types.ts +10 -8
  68. package/cosmos.gov.v1beta1/index.ts +2 -2
  69. package/cosmos.gov.v1beta1/module.ts +35 -36
  70. package/cosmos.gov.v1beta1/registry.ts +6 -6
  71. package/cosmos.gov.v1beta1/rest.ts +165 -668
  72. package/cosmos.gov.v1beta1/types.ts +9 -9
  73. package/cosmos.group.v1/index.ts +2 -2
  74. package/cosmos.group.v1/module.ts +187 -188
  75. package/cosmos.group.v1/registry.ts +24 -24
  76. package/cosmos.group.v1/rest.ts +230 -944
  77. package/cosmos.group.v1/types.ts +21 -21
  78. package/cosmos.mint.v1beta1/index.ts +2 -2
  79. package/cosmos.mint.v1beta1/module.ts +38 -6
  80. package/cosmos.mint.v1beta1/registry.ts +2 -0
  81. package/cosmos.mint.v1beta1/rest.ts +100 -97
  82. package/cosmos.mint.v1beta1/types.ts +2 -2
  83. package/cosmos.nft.v1beta1/index.ts +2 -2
  84. package/cosmos.nft.v1beta1/module.ts +38 -6
  85. package/cosmos.nft.v1beta1/registry.ts +2 -0
  86. package/cosmos.nft.v1beta1/rest.ts +155 -500
  87. package/cosmos.nft.v1beta1/types.ts +6 -6
  88. package/cosmos.params.v1beta1/index.ts +2 -2
  89. package/cosmos.params.v1beta1/module.ts +4 -5
  90. package/cosmos.params.v1beta1/rest.ts +95 -80
  91. package/cosmos.params.v1beta1/types.ts +3 -3
  92. package/cosmos.slashing.v1beta1/index.ts +2 -2
  93. package/cosmos.slashing.v1beta1/module.ts +40 -8
  94. package/cosmos.slashing.v1beta1/registry.ts +3 -1
  95. package/cosmos.slashing.v1beta1/rest.ts +104 -216
  96. package/cosmos.slashing.v1beta1/types.ts +5 -5
  97. package/cosmos.staking.v1beta1/index.ts +2 -2
  98. package/cosmos.staking.v1beta1/module.ts +107 -73
  99. package/cosmos.staking.v1beta1/registry.ts +11 -9
  100. package/cosmos.staking.v1beta1/rest.ts +246 -998
  101. package/cosmos.staking.v1beta1/types.ts +25 -23
  102. package/cosmos.tx.v1beta1/index.ts +2 -2
  103. package/cosmos.tx.v1beta1/module.ts +4 -5
  104. package/cosmos.tx.v1beta1/rest.ts +217 -1207
  105. package/cosmos.tx.v1beta1/types.ts +13 -13
  106. package/cosmos.upgrade.v1beta1/index.ts +2 -2
  107. package/cosmos.upgrade.v1beta1/module.ts +31 -32
  108. package/cosmos.upgrade.v1beta1/registry.ts +3 -3
  109. package/cosmos.upgrade.v1beta1/rest.ts +135 -305
  110. package/cosmos.upgrade.v1beta1/types.ts +4 -4
  111. package/cosmos.vesting.v1beta1/index.ts +2 -2
  112. package/cosmos.vesting.v1beta1/module.ts +37 -38
  113. package/cosmos.vesting.v1beta1/registry.ts +4 -4
  114. package/cosmos.vesting.v1beta1/rest.ts +71 -178
  115. package/cosmos.vesting.v1beta1/types.ts +6 -6
  116. package/ibc.applications.fee.v1/index.ts +6 -0
  117. package/ibc.applications.fee.v1/module.ts +247 -0
  118. package/ibc.applications.fee.v1/registry.ts +15 -0
  119. package/ibc.applications.fee.v1/rest.ts +403 -0
  120. package/ibc.applications.fee.v1/types.ts +25 -0
  121. package/ibc.applications.interchain_accounts.controller.v1/index.ts +2 -2
  122. package/ibc.applications.interchain_accounts.controller.v1/module.ts +104 -6
  123. package/ibc.applications.interchain_accounts.controller.v1/registry.ts +6 -0
  124. package/ibc.applications.interchain_accounts.controller.v1/rest.ts +93 -204
  125. package/ibc.applications.interchain_accounts.controller.v1/types.ts +1 -1
  126. package/ibc.applications.interchain_accounts.host.v1/index.ts +2 -2
  127. package/ibc.applications.interchain_accounts.host.v1/module.ts +73 -6
  128. package/ibc.applications.interchain_accounts.host.v1/registry.ts +4 -0
  129. package/ibc.applications.interchain_accounts.host.v1/rest.ts +82 -51
  130. package/ibc.applications.interchain_accounts.host.v1/types.ts +3 -1
  131. package/ibc.applications.transfer.v1/index.ts +2 -2
  132. package/ibc.applications.transfer.v1/module.ts +44 -8
  133. package/ibc.applications.transfer.v1/registry.ts +3 -1
  134. package/ibc.applications.transfer.v1/rest.ts +153 -378
  135. package/ibc.applications.transfer.v1/types.ts +6 -2
  136. package/ibc.core.channel.v1/index.ts +2 -2
  137. package/ibc.core.channel.v1/module.ts +718 -84
  138. package/ibc.core.channel.v1/registry.ts +38 -0
  139. package/ibc.core.channel.v1/rest.ts +330 -1155
  140. package/ibc.core.channel.v1/types.ts +18 -8
  141. package/ibc.core.client.v1/index.ts +2 -2
  142. package/ibc.core.client.v1/module.ts +314 -86
  143. package/ibc.core.client.v1/registry.ts +14 -0
  144. package/ibc.core.client.v1/rest.ts +198 -879
  145. package/ibc.core.client.v1/types.ts +11 -11
  146. package/ibc.core.connection.v1/index.ts +2 -2
  147. package/ibc.core.connection.v1/module.ts +242 -80
  148. package/ibc.core.connection.v1/registry.ts +10 -0
  149. package/ibc.core.connection.v1/rest.ts +147 -717
  150. package/ibc.core.connection.v1/types.ts +7 -7
  151. package/index.ts +63 -55
  152. package/lib/cardchain.cardchain/index.d.ts +5 -0
  153. package/lib/cardchain.cardchain/index.js +5 -0
  154. package/lib/cardchain.cardchain/module.d.ts +604 -0
  155. package/lib/cardchain.cardchain/module.js +1313 -0
  156. package/lib/cardchain.cardchain/registry.d.ts +3 -0
  157. package/lib/cardchain.cardchain/registry.js +107 -0
  158. package/lib/cardchain.cardchain/rest.d.ts +610 -0
  159. package/lib/cardchain.cardchain/rest.js +383 -0
  160. package/lib/cardchain.cardchain/types.d.ts +30 -0
  161. package/lib/cardchain.cardchain/types.js +30 -0
  162. package/lib/cardchain.featureflag/index.d.ts +5 -0
  163. package/lib/cardchain.featureflag/index.js +5 -0
  164. package/lib/cardchain.featureflag/module.d.ts +54 -0
  165. package/lib/cardchain.featureflag/module.js +109 -0
  166. package/lib/cardchain.featureflag/registry.d.ts +3 -0
  167. package/lib/cardchain.featureflag/registry.js +7 -0
  168. package/lib/cardchain.featureflag/rest.d.ts +118 -0
  169. package/lib/cardchain.featureflag/rest.js +117 -0
  170. package/lib/cardchain.featureflag/types.d.ts +3 -0
  171. package/lib/cardchain.featureflag/types.js +3 -0
  172. package/lib/client.d.ts +19 -0
  173. package/lib/client.js +133 -0
  174. package/lib/cosmos.auth.v1beta1/index.d.ts +5 -0
  175. package/lib/cosmos.auth.v1beta1/index.js +5 -0
  176. package/lib/cosmos.auth.v1beta1/module.d.ts +43 -0
  177. package/lib/cosmos.auth.v1beta1/module.js +90 -0
  178. package/lib/cosmos.auth.v1beta1/registry.d.ts +3 -0
  179. package/lib/cosmos.auth.v1beta1/registry.js +5 -0
  180. package/lib/cosmos.auth.v1beta1/rest.d.ts +213 -0
  181. package/lib/cosmos.auth.v1beta1/rest.js +215 -0
  182. package/lib/cosmos.auth.v1beta1/types.d.ts +5 -0
  183. package/lib/cosmos.auth.v1beta1/types.js +5 -0
  184. package/lib/cosmos.authz.v1beta1/index.d.ts +5 -0
  185. package/lib/cosmos.authz.v1beta1/index.js +5 -0
  186. package/lib/cosmos.authz.v1beta1/module.d.ts +65 -0
  187. package/lib/cosmos.authz.v1beta1/module.js +140 -0
  188. package/lib/cosmos.authz.v1beta1/registry.d.ts +3 -0
  189. package/lib/cosmos.authz.v1beta1/registry.js +9 -0
  190. package/lib/cosmos.authz.v1beta1/rest.d.ts +148 -0
  191. package/lib/cosmos.authz.v1beta1/rest.js +117 -0
  192. package/lib/cosmos.authz.v1beta1/types.d.ts +7 -0
  193. package/lib/cosmos.authz.v1beta1/types.js +7 -0
  194. package/lib/cosmos.bank.v1beta1/index.d.ts +5 -0
  195. package/lib/cosmos.bank.v1beta1/index.js +5 -0
  196. package/lib/cosmos.bank.v1beta1/module.d.ts +76 -0
  197. package/lib/cosmos.bank.v1beta1/module.js +171 -0
  198. package/lib/cosmos.bank.v1beta1/registry.d.ts +3 -0
  199. package/lib/cosmos.bank.v1beta1/registry.js +11 -0
  200. package/lib/cosmos.bank.v1beta1/rest.d.ts +328 -0
  201. package/lib/cosmos.bank.v1beta1/rest.js +257 -0
  202. package/lib/cosmos.bank.v1beta1/types.d.ts +11 -0
  203. package/lib/cosmos.bank.v1beta1/types.js +11 -0
  204. package/lib/cosmos.base.node.v1beta1/index.d.ts +5 -0
  205. package/lib/cosmos.base.node.v1beta1/index.js +5 -0
  206. package/lib/cosmos.base.node.v1beta1/module.d.ts +30 -0
  207. package/lib/cosmos.base.node.v1beta1/module.js +55 -0
  208. package/lib/cosmos.base.node.v1beta1/registry.d.ts +3 -0
  209. package/lib/cosmos.base.node.v1beta1/rest.d.ts +107 -0
  210. package/lib/cosmos.base.node.v1beta1/rest.js +103 -0
  211. package/lib/cosmos.base.tendermint.v1beta1/index.d.ts +5 -0
  212. package/lib/cosmos.base.tendermint.v1beta1/index.js +5 -0
  213. package/lib/cosmos.base.tendermint.v1beta1/module.d.ts +30 -0
  214. package/lib/cosmos.base.tendermint.v1beta1/module.js +70 -0
  215. package/lib/cosmos.base.tendermint.v1beta1/registry.d.ts +3 -0
  216. package/lib/cosmos.base.tendermint.v1beta1/rest.d.ts +928 -0
  217. package/lib/cosmos.base.tendermint.v1beta1/rest.js +173 -0
  218. package/lib/cosmos.base.tendermint.v1beta1/types.d.ts +8 -0
  219. package/lib/cosmos.base.tendermint.v1beta1/types.js +8 -0
  220. package/lib/cosmos.circuit.v1/index.d.ts +5 -0
  221. package/lib/cosmos.circuit.v1/index.js +5 -0
  222. package/lib/cosmos.circuit.v1/module.d.ts +65 -0
  223. package/lib/cosmos.circuit.v1/module.js +132 -0
  224. package/lib/cosmos.circuit.v1/registry.d.ts +3 -0
  225. package/lib/cosmos.circuit.v1/registry.js +9 -0
  226. package/lib/cosmos.circuit.v1/rest.d.ts +125 -0
  227. package/lib/cosmos.circuit.v1/rest.js +117 -0
  228. package/lib/cosmos.circuit.v1/types.d.ts +3 -0
  229. package/lib/cosmos.circuit.v1/types.js +3 -0
  230. package/lib/cosmos.consensus.v1/index.d.ts +5 -0
  231. package/lib/cosmos.consensus.v1/index.js +5 -0
  232. package/lib/cosmos.consensus.v1/module.d.ts +43 -0
  233. package/lib/cosmos.consensus.v1/module.js +81 -0
  234. package/lib/cosmos.consensus.v1/registry.d.ts +3 -0
  235. package/lib/cosmos.consensus.v1/registry.js +5 -0
  236. package/lib/cosmos.consensus.v1/rest.d.ts +112 -0
  237. package/lib/cosmos.consensus.v1/rest.js +89 -0
  238. package/lib/cosmos.crisis.v1beta1/index.d.ts +5 -0
  239. package/lib/cosmos.crisis.v1beta1/index.js +5 -0
  240. package/lib/cosmos.crisis.v1beta1/module.d.ts +54 -0
  241. package/lib/cosmos.crisis.v1beta1/module.js +104 -0
  242. package/lib/cosmos.crisis.v1beta1/registry.d.ts +3 -0
  243. package/lib/cosmos.crisis.v1beta1/registry.js +7 -0
  244. package/lib/cosmos.crisis.v1beta1/rest.d.ts +80 -0
  245. package/lib/cosmos.crisis.v1beta1/rest.js +72 -0
  246. package/lib/cosmos.crisis.v1beta1/types.d.ts +1 -0
  247. package/lib/cosmos.crisis.v1beta1/types.js +1 -0
  248. package/lib/cosmos.distribution.v1beta1/index.d.ts +5 -0
  249. package/lib/cosmos.distribution.v1beta1/index.js +5 -0
  250. package/lib/cosmos.distribution.v1beta1/module.d.ts +109 -0
  251. package/lib/cosmos.distribution.v1beta1/module.js +258 -0
  252. package/lib/cosmos.distribution.v1beta1/registry.d.ts +3 -0
  253. package/lib/cosmos.distribution.v1beta1/registry.js +17 -0
  254. package/lib/cosmos.distribution.v1beta1/rest.d.ts +228 -0
  255. package/lib/cosmos.distribution.v1beta1/rest.js +215 -0
  256. package/lib/cosmos.distribution.v1beta1/types.d.ts +20 -0
  257. package/lib/cosmos.distribution.v1beta1/types.js +20 -0
  258. package/lib/cosmos.evidence.v1beta1/index.d.ts +5 -0
  259. package/lib/cosmos.evidence.v1beta1/index.js +5 -0
  260. package/lib/cosmos.evidence.v1beta1/module.d.ts +43 -0
  261. package/lib/cosmos.evidence.v1beta1/module.js +84 -0
  262. package/lib/cosmos.evidence.v1beta1/registry.d.ts +3 -0
  263. package/lib/cosmos.evidence.v1beta1/registry.js +5 -0
  264. package/lib/cosmos.evidence.v1beta1/rest.d.ts +113 -0
  265. package/lib/cosmos.evidence.v1beta1/rest.js +103 -0
  266. package/lib/cosmos.evidence.v1beta1/types.d.ts +2 -0
  267. package/lib/cosmos.evidence.v1beta1/types.js +2 -0
  268. package/lib/cosmos.feegrant.v1beta1/index.d.ts +5 -0
  269. package/lib/cosmos.feegrant.v1beta1/index.js +5 -0
  270. package/lib/cosmos.feegrant.v1beta1/module.d.ts +65 -0
  271. package/lib/cosmos.feegrant.v1beta1/module.js +136 -0
  272. package/lib/cosmos.feegrant.v1beta1/registry.d.ts +3 -0
  273. package/lib/cosmos.feegrant.v1beta1/registry.js +9 -0
  274. package/lib/cosmos.feegrant.v1beta1/rest.d.ts +142 -0
  275. package/lib/cosmos.feegrant.v1beta1/rest.js +117 -0
  276. package/lib/cosmos.feegrant.v1beta1/types.d.ts +5 -0
  277. package/lib/cosmos.feegrant.v1beta1/types.js +5 -0
  278. package/lib/cosmos.gov.v1/index.d.ts +5 -0
  279. package/lib/cosmos.gov.v1/index.js +5 -0
  280. package/lib/cosmos.gov.v1/module.d.ts +109 -0
  281. package/lib/cosmos.gov.v1/module.js +238 -0
  282. package/lib/cosmos.gov.v1/registry.d.ts +3 -0
  283. package/lib/cosmos.gov.v1/registry.js +17 -0
  284. package/lib/cosmos.gov.v1/rest.d.ts +328 -0
  285. package/lib/cosmos.gov.v1/rest.js +201 -0
  286. package/lib/cosmos.gov.v1/types.d.ts +10 -0
  287. package/lib/cosmos.gov.v1/types.js +10 -0
  288. package/lib/cosmos.gov.v1beta1/index.d.ts +5 -0
  289. package/lib/cosmos.gov.v1beta1/index.js +5 -0
  290. package/lib/cosmos.gov.v1beta1/module.d.ts +76 -0
  291. package/lib/cosmos.gov.v1beta1/module.js +169 -0
  292. package/lib/cosmos.gov.v1beta1/registry.d.ts +3 -0
  293. package/lib/cosmos.gov.v1beta1/registry.js +11 -0
  294. package/lib/cosmos.gov.v1beta1/rest.d.ts +273 -0
  295. package/lib/cosmos.gov.v1beta1/rest.js +187 -0
  296. package/lib/cosmos.gov.v1beta1/types.d.ts +10 -0
  297. package/lib/cosmos.gov.v1beta1/types.js +10 -0
  298. package/lib/cosmos.group.v1/index.d.ts +5 -0
  299. package/lib/cosmos.group.v1/index.js +5 -0
  300. package/lib/cosmos.group.v1/module.d.ts +186 -0
  301. package/lib/cosmos.group.v1/module.js +423 -0
  302. package/lib/cosmos.group.v1/registry.d.ts +3 -0
  303. package/lib/cosmos.group.v1/registry.js +31 -0
  304. package/lib/cosmos.group.v1/rest.d.ts +404 -0
  305. package/lib/cosmos.group.v1/rest.js +271 -0
  306. package/lib/cosmos.group.v1/types.d.ts +22 -0
  307. package/lib/cosmos.group.v1/types.js +22 -0
  308. package/lib/cosmos.mint.v1beta1/index.d.ts +5 -0
  309. package/lib/cosmos.mint.v1beta1/index.js +5 -0
  310. package/lib/cosmos.mint.v1beta1/module.d.ts +43 -0
  311. package/lib/cosmos.mint.v1beta1/module.js +86 -0
  312. package/lib/cosmos.mint.v1beta1/registry.d.ts +3 -0
  313. package/lib/cosmos.mint.v1beta1/registry.js +5 -0
  314. package/lib/cosmos.mint.v1beta1/rest.d.ts +117 -0
  315. package/lib/cosmos.mint.v1beta1/rest.js +117 -0
  316. package/lib/cosmos.mint.v1beta1/types.d.ts +3 -0
  317. package/lib/cosmos.mint.v1beta1/types.js +3 -0
  318. package/lib/cosmos.nft.v1beta1/index.d.ts +5 -0
  319. package/lib/cosmos.nft.v1beta1/index.js +5 -0
  320. package/lib/cosmos.nft.v1beta1/module.d.ts +43 -0
  321. package/lib/cosmos.nft.v1beta1/module.js +94 -0
  322. package/lib/cosmos.nft.v1beta1/registry.d.ts +3 -0
  323. package/lib/cosmos.nft.v1beta1/registry.js +5 -0
  324. package/lib/cosmos.nft.v1beta1/rest.d.ts +201 -0
  325. package/lib/cosmos.nft.v1beta1/rest.js +173 -0
  326. package/lib/cosmos.nft.v1beta1/types.d.ts +7 -0
  327. package/lib/cosmos.nft.v1beta1/types.js +7 -0
  328. package/lib/cosmos.params.v1beta1/index.d.ts +5 -0
  329. package/lib/cosmos.params.v1beta1/index.js +5 -0
  330. package/lib/cosmos.params.v1beta1/module.d.ts +30 -0
  331. package/lib/cosmos.params.v1beta1/module.js +62 -0
  332. package/lib/cosmos.params.v1beta1/registry.d.ts +3 -0
  333. package/lib/cosmos.params.v1beta1/rest.d.ts +109 -0
  334. package/lib/cosmos.params.v1beta1/rest.js +103 -0
  335. package/lib/cosmos.params.v1beta1/types.d.ts +4 -0
  336. package/lib/cosmos.params.v1beta1/types.js +4 -0
  337. package/lib/cosmos.slashing.v1beta1/index.d.ts +5 -0
  338. package/lib/cosmos.slashing.v1beta1/index.js +5 -0
  339. package/lib/cosmos.slashing.v1beta1/module.d.ts +54 -0
  340. package/lib/cosmos.slashing.v1beta1/module.js +115 -0
  341. package/lib/cosmos.slashing.v1beta1/registry.d.ts +3 -0
  342. package/lib/cosmos.slashing.v1beta1/registry.js +7 -0
  343. package/lib/cosmos.slashing.v1beta1/rest.d.ts +139 -0
  344. package/lib/cosmos.slashing.v1beta1/rest.js +117 -0
  345. package/lib/cosmos.slashing.v1beta1/types.d.ts +6 -0
  346. package/lib/cosmos.slashing.v1beta1/types.js +6 -0
  347. package/lib/cosmos.staking.v1beta1/index.d.ts +5 -0
  348. package/lib/cosmos.staking.v1beta1/index.js +5 -0
  349. package/lib/cosmos.staking.v1beta1/module.d.ts +109 -0
  350. package/lib/cosmos.staking.v1beta1/module.js +268 -0
  351. package/lib/cosmos.staking.v1beta1/registry.d.ts +3 -0
  352. package/lib/cosmos.staking.v1beta1/registry.js +17 -0
  353. package/lib/cosmos.staking.v1beta1/rest.d.ts +534 -0
  354. package/lib/cosmos.staking.v1beta1/rest.js +271 -0
  355. package/lib/cosmos.staking.v1beta1/types.d.ts +25 -0
  356. package/lib/cosmos.staking.v1beta1/types.js +25 -0
  357. package/lib/cosmos.tx.v1beta1/index.d.ts +5 -0
  358. package/lib/cosmos.tx.v1beta1/index.js +5 -0
  359. package/lib/cosmos.tx.v1beta1/module.d.ts +30 -0
  360. package/lib/cosmos.tx.v1beta1/module.js +82 -0
  361. package/lib/cosmos.tx.v1beta1/registry.d.ts +3 -0
  362. package/lib/cosmos.tx.v1beta1/rest.d.ts +705 -0
  363. package/lib/cosmos.tx.v1beta1/rest.js +201 -0
  364. package/lib/cosmos.tx.v1beta1/types.d.ts +14 -0
  365. package/lib/cosmos.tx.v1beta1/types.js +14 -0
  366. package/lib/cosmos.upgrade.v1beta1/index.d.ts +5 -0
  367. package/lib/cosmos.upgrade.v1beta1/index.js +5 -0
  368. package/lib/cosmos.upgrade.v1beta1/module.d.ts +54 -0
  369. package/lib/cosmos.upgrade.v1beta1/module.js +113 -0
  370. package/lib/cosmos.upgrade.v1beta1/registry.d.ts +3 -0
  371. package/lib/cosmos.upgrade.v1beta1/registry.js +7 -0
  372. package/lib/cosmos.upgrade.v1beta1/rest.d.ts +144 -0
  373. package/lib/cosmos.upgrade.v1beta1/rest.js +145 -0
  374. package/lib/cosmos.upgrade.v1beta1/types.d.ts +5 -0
  375. package/lib/cosmos.upgrade.v1beta1/types.js +5 -0
  376. package/lib/cosmos.vesting.v1beta1/index.d.ts +5 -0
  377. package/lib/cosmos.vesting.v1beta1/index.js +5 -0
  378. package/lib/cosmos.vesting.v1beta1/module.d.ts +65 -0
  379. package/lib/cosmos.vesting.v1beta1/module.js +140 -0
  380. package/lib/cosmos.vesting.v1beta1/registry.d.ts +3 -0
  381. package/lib/cosmos.vesting.v1beta1/registry.js +9 -0
  382. package/lib/cosmos.vesting.v1beta1/rest.d.ts +80 -0
  383. package/lib/cosmos.vesting.v1beta1/rest.js +72 -0
  384. package/lib/cosmos.vesting.v1beta1/types.d.ts +7 -0
  385. package/lib/cosmos.vesting.v1beta1/types.js +7 -0
  386. package/lib/env.d.ts +5 -0
  387. package/lib/env.js +1 -0
  388. package/lib/helpers.d.ts +8 -0
  389. package/lib/ibc.applications.fee.v1/index.d.ts +5 -0
  390. package/lib/ibc.applications.fee.v1/index.js +5 -0
  391. package/lib/ibc.applications.fee.v1/module.d.ts +76 -0
  392. package/lib/ibc.applications.fee.v1/module.js +171 -0
  393. package/lib/ibc.applications.fee.v1/registry.d.ts +3 -0
  394. package/lib/ibc.applications.fee.v1/registry.js +11 -0
  395. package/lib/ibc.applications.fee.v1/rest.d.ts +284 -0
  396. package/lib/ibc.applications.fee.v1/rest.js +215 -0
  397. package/lib/ibc.applications.fee.v1/types.d.ts +11 -0
  398. package/lib/ibc.applications.fee.v1/types.js +11 -0
  399. package/lib/ibc.applications.interchain_accounts.controller.v1/index.d.ts +5 -0
  400. package/lib/ibc.applications.interchain_accounts.controller.v1/index.js +5 -0
  401. package/lib/ibc.applications.interchain_accounts.controller.v1/module.d.ts +65 -0
  402. package/lib/ibc.applications.interchain_accounts.controller.v1/module.js +130 -0
  403. package/lib/ibc.applications.interchain_accounts.controller.v1/registry.d.ts +3 -0
  404. package/lib/ibc.applications.interchain_accounts.controller.v1/registry.js +9 -0
  405. package/lib/ibc.applications.interchain_accounts.controller.v1/rest.d.ts +102 -0
  406. package/lib/ibc.applications.interchain_accounts.controller.v1/rest.js +103 -0
  407. package/lib/ibc.applications.interchain_accounts.controller.v1/types.d.ts +2 -0
  408. package/lib/ibc.applications.interchain_accounts.controller.v1/types.js +2 -0
  409. package/lib/ibc.applications.interchain_accounts.host.v1/index.d.ts +5 -0
  410. package/lib/ibc.applications.interchain_accounts.host.v1/index.js +5 -0
  411. package/lib/ibc.applications.interchain_accounts.host.v1/module.d.ts +54 -0
  412. package/lib/ibc.applications.interchain_accounts.host.v1/module.js +109 -0
  413. package/lib/ibc.applications.interchain_accounts.host.v1/registry.d.ts +3 -0
  414. package/lib/ibc.applications.interchain_accounts.host.v1/registry.js +7 -0
  415. package/lib/ibc.applications.interchain_accounts.host.v1/rest.d.ts +93 -0
  416. package/lib/ibc.applications.interchain_accounts.host.v1/rest.js +89 -0
  417. package/lib/ibc.applications.interchain_accounts.host.v1/types.d.ts +3 -0
  418. package/lib/ibc.applications.interchain_accounts.host.v1/types.js +3 -0
  419. package/lib/ibc.applications.transfer.v1/index.d.ts +5 -0
  420. package/lib/ibc.applications.transfer.v1/index.js +5 -0
  421. package/lib/ibc.applications.transfer.v1/module.d.ts +54 -0
  422. package/lib/ibc.applications.transfer.v1/module.js +113 -0
  423. package/lib/ibc.applications.transfer.v1/registry.d.ts +3 -0
  424. package/lib/ibc.applications.transfer.v1/registry.js +7 -0
  425. package/lib/ibc.applications.transfer.v1/rest.d.ts +158 -0
  426. package/lib/ibc.applications.transfer.v1/rest.js +159 -0
  427. package/lib/ibc.applications.transfer.v1/types.d.ts +5 -0
  428. package/lib/ibc.applications.transfer.v1/types.js +5 -0
  429. package/lib/ibc.core.channel.v1/index.d.ts +5 -0
  430. package/lib/ibc.core.channel.v1/index.js +5 -0
  431. package/lib/ibc.core.channel.v1/module.d.ts +241 -0
  432. package/lib/ibc.core.channel.v1/module.js +522 -0
  433. package/lib/ibc.core.channel.v1/registry.d.ts +3 -0
  434. package/lib/ibc.core.channel.v1/registry.js +41 -0
  435. package/lib/ibc.core.channel.v1/rest.d.ts +424 -0
  436. package/lib/ibc.core.channel.v1/rest.js +313 -0
  437. package/lib/ibc.core.channel.v1/types.d.ts +14 -0
  438. package/lib/ibc.core.channel.v1/types.js +14 -0
  439. package/lib/ibc.core.client.v1/index.d.ts +5 -0
  440. package/lib/ibc.core.client.v1/index.js +5 -0
  441. package/lib/ibc.core.client.v1/module.d.ts +109 -0
  442. package/lib/ibc.core.client.v1/module.js +238 -0
  443. package/lib/ibc.core.client.v1/registry.d.ts +3 -0
  444. package/lib/ibc.core.client.v1/registry.js +17 -0
  445. package/lib/ibc.core.client.v1/rest.d.ts +239 -0
  446. package/lib/ibc.core.client.v1/rest.js +215 -0
  447. package/lib/ibc.core.client.v1/types.d.ts +10 -0
  448. package/lib/ibc.core.client.v1/types.js +10 -0
  449. package/lib/ibc.core.connection.v1/index.d.ts +5 -0
  450. package/lib/ibc.core.connection.v1/index.js +5 -0
  451. package/lib/ibc.core.connection.v1/module.d.ts +87 -0
  452. package/lib/ibc.core.connection.v1/module.js +188 -0
  453. package/lib/ibc.core.connection.v1/registry.d.ts +3 -0
  454. package/lib/ibc.core.connection.v1/registry.js +13 -0
  455. package/lib/ibc.core.connection.v1/rest.d.ts +213 -0
  456. package/lib/ibc.core.connection.v1/rest.js +159 -0
  457. package/lib/ibc.core.connection.v1/types.d.ts +8 -0
  458. package/lib/ibc.core.connection.v1/types.js +8 -0
  459. package/lib/index.d.ts +254 -0
  460. package/lib/index.js +72 -0
  461. package/lib/modules.d.ts +9 -0
  462. package/lib/modules.js +1 -0
  463. package/lib/types/amino/amino.d.ts +1 -0
  464. package/lib/types/amino/amino.js +7 -0
  465. package/lib/types/capability/v1/capability.d.ts +46 -0
  466. package/lib/types/capability/v1/capability.js +191 -0
  467. package/lib/types/capability/v1/genesis.d.ts +41 -0
  468. package/lib/types/capability/v1/genesis.js +160 -0
  469. package/lib/types/cardchain/cardchain/card.d.ts +89 -0
  470. package/lib/types/cardchain/cardchain/card.js +625 -0
  471. package/lib/types/cardchain/cardchain/card_content.d.ts +26 -0
  472. package/lib/types/cardchain/cardchain/card_content.js +79 -0
  473. package/lib/types/cardchain/cardchain/card_with_image.d.ts +28 -0
  474. package/lib/types/cardchain/cardchain/card_with_image.js +95 -0
  475. package/lib/types/cardchain/cardchain/council.d.ts +62 -0
  476. package/lib/types/cardchain/cardchain/council.js +422 -0
  477. package/lib/types/cardchain/cardchain/encounter.d.ts +36 -0
  478. package/lib/types/cardchain/cardchain/encounter.js +243 -0
  479. package/lib/types/cardchain/cardchain/encounter_with_image.d.ts +27 -0
  480. package/lib/types/cardchain/cardchain/encounter_with_image.js +82 -0
  481. package/lib/types/cardchain/cardchain/genesis.d.ts +56 -0
  482. package/lib/types/cardchain/cardchain/genesis.js +335 -0
  483. package/lib/types/cardchain/cardchain/image.d.ts +25 -0
  484. package/lib/types/cardchain/cardchain/image.js +87 -0
  485. package/lib/types/cardchain/cardchain/match.d.ts +51 -0
  486. package/lib/types/cardchain/cardchain/match.js +376 -0
  487. package/lib/types/cardchain/cardchain/module/module.d.ts +27 -0
  488. package/lib/types/cardchain/cardchain/module/module.js +62 -0
  489. package/lib/types/cardchain/cardchain/params.d.ts +50 -0
  490. package/lib/types/cardchain/cardchain/params.js +461 -0
  491. package/lib/types/cardchain/cardchain/query.d.ts +323 -0
  492. package/lib/types/cardchain/cardchain/query.js +3069 -0
  493. package/lib/types/cardchain/cardchain/running_average.d.ts +25 -0
  494. package/lib/types/cardchain/cardchain/running_average.js +78 -0
  495. package/lib/types/cardchain/cardchain/sell_offer.d.ts +39 -0
  496. package/lib/types/cardchain/cardchain/sell_offer.js +178 -0
  497. package/lib/types/cardchain/cardchain/server.d.ts +27 -0
  498. package/lib/types/cardchain/cardchain/server.js +104 -0
  499. package/lib/types/cardchain/cardchain/set.d.ts +56 -0
  500. package/lib/types/cardchain/cardchain/set.js +447 -0
  501. package/lib/types/cardchain/cardchain/set_with_artwork.d.ts +27 -0
  502. package/lib/types/cardchain/cardchain/set_with_artwork.js +105 -0
  503. package/lib/types/cardchain/cardchain/tx.d.ts +625 -0
  504. package/lib/types/cardchain/cardchain/tx.js +6632 -0
  505. package/lib/types/cardchain/cardchain/user.d.ts +82 -0
  506. package/lib/types/cardchain/cardchain/user.js +805 -0
  507. package/lib/types/cardchain/cardchain/voting.d.ts +44 -0
  508. package/lib/types/cardchain/cardchain/voting.js +267 -0
  509. package/lib/types/cardchain/cardchain/voting_results.d.ts +32 -0
  510. package/lib/types/cardchain/cardchain/voting_results.js +179 -0
  511. package/lib/types/cardchain/cardchain/zealy.d.ts +26 -0
  512. package/lib/types/cardchain/cardchain/zealy.js +79 -0
  513. package/lib/types/cardchain/featureflag/flag.d.ts +27 -0
  514. package/lib/types/cardchain/featureflag/flag.js +94 -0
  515. package/lib/types/cardchain/featureflag/genesis.d.ts +37 -0
  516. package/lib/types/cardchain/featureflag/genesis.js +173 -0
  517. package/lib/types/cardchain/featureflag/module/module.d.ts +27 -0
  518. package/lib/types/cardchain/featureflag/module/module.js +62 -0
  519. package/lib/types/cardchain/featureflag/params.d.ts +25 -0
  520. package/lib/types/cardchain/featureflag/params.js +45 -0
  521. package/lib/types/cardchain/featureflag/query.d.ts +72 -0
  522. package/lib/types/cardchain/featureflag/query.js +335 -0
  523. package/lib/types/cardchain/featureflag/tx.d.ts +72 -0
  524. package/lib/types/cardchain/featureflag/tx.js +273 -0
  525. package/lib/types/cosmos/app/runtime/v1alpha1/module.d.ts +85 -0
  526. package/lib/types/cosmos/app/runtime/v1alpha1/module.js +278 -0
  527. package/lib/types/cosmos/app/v1alpha1/config.d.ts +78 -0
  528. package/lib/types/cosmos/app/v1alpha1/config.js +239 -0
  529. package/lib/types/cosmos/app/v1alpha1/module.d.ts +104 -0
  530. package/lib/types/cosmos/app/v1alpha1/module.js +217 -0
  531. package/lib/types/cosmos/app/v1alpha1/query.d.ts +49 -0
  532. package/lib/types/cosmos/app/v1alpha1/query.js +115 -0
  533. package/lib/types/cosmos/auth/module/v1/module.d.ts +42 -0
  534. package/lib/types/cosmos/auth/module/v1/module.js +167 -0
  535. package/lib/types/cosmos/auth/v1beta1/auth.d.ts +65 -0
  536. package/lib/types/cosmos/auth/v1beta1/auth.js +425 -0
  537. package/lib/types/cosmos/auth/v1beta1/genesis.d.ts +31 -0
  538. package/lib/types/cosmos/auth/v1beta1/genesis.js +83 -0
  539. package/lib/types/cosmos/auth/v1beta1/query.d.ts +276 -0
  540. package/lib/types/cosmos/auth/v1beta1/query.js +1142 -0
  541. package/lib/types/cosmos/auth/v1beta1/tx.d.ts +69 -0
  542. package/lib/types/cosmos/auth/v1beta1/tx.js +132 -0
  543. package/lib/types/cosmos/authz/module/v1/module.d.ts +25 -0
  544. package/lib/types/cosmos/authz/module/v1/module.js +45 -0
  545. package/lib/types/cosmos/authz/v1beta1/authz.d.ts +63 -0
  546. package/lib/types/cosmos/authz/v1beta1/authz.js +310 -0
  547. package/lib/types/cosmos/authz/v1beta1/event.d.ts +42 -0
  548. package/lib/types/cosmos/authz/v1beta1/event.js +177 -0
  549. package/lib/types/cosmos/authz/v1beta1/genesis.d.ts +28 -0
  550. package/lib/types/cosmos/authz/v1beta1/genesis.js +64 -0
  551. package/lib/types/cosmos/authz/v1beta1/query.d.ts +103 -0
  552. package/lib/types/cosmos/authz/v1beta1/query.js +492 -0
  553. package/lib/types/cosmos/authz/v1beta1/tx.d.ts +107 -0
  554. package/lib/types/cosmos/authz/v1beta1/tx.js +424 -0
  555. package/lib/types/cosmos/autocli/v1/options.d.ts +155 -0
  556. package/lib/types/cosmos/autocli/v1/options.js +803 -0
  557. package/lib/types/cosmos/autocli/v1/query.d.ts +59 -0
  558. package/lib/types/cosmos/autocli/v1/query.js +207 -0
  559. package/lib/types/cosmos/bank/module/v1/module.d.ts +40 -0
  560. package/lib/types/cosmos/bank/module/v1/module.js +98 -0
  561. package/lib/types/cosmos/bank/v1beta1/authz.d.ts +39 -0
  562. package/lib/types/cosmos/bank/v1beta1/authz.js +81 -0
  563. package/lib/types/cosmos/bank/v1beta1/bank.d.ts +131 -0
  564. package/lib/types/cosmos/bank/v1beta1/bank.js +580 -0
  565. package/lib/types/cosmos/bank/v1beta1/genesis.d.ts +55 -0
  566. package/lib/types/cosmos/bank/v1beta1/genesis.js +200 -0
  567. package/lib/types/cosmos/bank/v1beta1/query.d.ts +412 -0
  568. package/lib/types/cosmos/bank/v1beta1/query.js +1782 -0
  569. package/lib/types/cosmos/bank/v1beta1/tx.d.ts +142 -0
  570. package/lib/types/cosmos/bank/v1beta1/tx.js +500 -0
  571. package/lib/types/cosmos/base/abci/v1beta1/abci.d.ts +205 -0
  572. package/lib/types/cosmos/base/abci/v1beta1/abci.js +1151 -0
  573. package/lib/types/cosmos/base/node/v1beta1/query.d.ts +71 -0
  574. package/lib/types/cosmos/base/node/v1beta1/query.js +378 -0
  575. package/lib/types/cosmos/base/query/v1beta1/pagination.d.ts +86 -0
  576. package/lib/types/cosmos/base/query/v1beta1/pagination.js +227 -0
  577. package/lib/types/cosmos/base/reflection/v1beta1/reflection.d.ts +74 -0
  578. package/lib/types/cosmos/base/reflection/v1beta1/reflection.js +228 -0
  579. package/lib/types/cosmos/base/reflection/v2alpha1/reflection.d.ts +275 -0
  580. package/lib/types/cosmos/base/reflection/v2alpha1/reflection.js +1592 -0
  581. package/lib/types/cosmos/base/tendermint/v1beta1/query.d.ts +224 -0
  582. package/lib/types/cosmos/base/tendermint/v1beta1/query.js +1628 -0
  583. package/lib/types/cosmos/base/tendermint/v1beta1/types.d.ts +68 -0
  584. package/lib/types/cosmos/base/tendermint/v1beta1/types.js +444 -0
  585. package/lib/types/cosmos/base/v1beta1/coin.d.ts +43 -0
  586. package/lib/types/cosmos/base/v1beta1/coin.js +147 -0
  587. package/lib/types/cosmos/circuit/module/v1/module.d.ts +27 -0
  588. package/lib/types/cosmos/circuit/module/v1/module.js +62 -0
  589. package/lib/types/cosmos/circuit/v1/query.d.ts +78 -0
  590. package/lib/types/cosmos/circuit/v1/query.js +359 -0
  591. package/lib/types/cosmos/circuit/v1/tx.d.ts +109 -0
  592. package/lib/types/cosmos/circuit/v1/tx.js +415 -0
  593. package/lib/types/cosmos/circuit/v1/types.d.ts +76 -0
  594. package/lib/types/cosmos/circuit/v1/types.js +285 -0
  595. package/lib/types/cosmos/consensus/module/v1/module.d.ts +27 -0
  596. package/lib/types/cosmos/consensus/module/v1/module.js +62 -0
  597. package/lib/types/cosmos/consensus/v1/query.d.ts +54 -0
  598. package/lib/types/cosmos/consensus/v1/query.js +115 -0
  599. package/lib/types/cosmos/consensus/v1/tx.d.ts +70 -0
  600. package/lib/types/cosmos/consensus/v1/tx.js +183 -0
  601. package/lib/types/cosmos/crisis/module/v1/module.d.ts +29 -0
  602. package/lib/types/cosmos/crisis/module/v1/module.js +79 -0
  603. package/lib/types/cosmos/crisis/v1beta1/genesis.d.ts +31 -0
  604. package/lib/types/cosmos/crisis/v1beta1/genesis.js +65 -0
  605. package/lib/types/cosmos/crisis/v1beta1/tx.d.ts +82 -0
  606. package/lib/types/cosmos/crisis/v1beta1/tx.js +258 -0
  607. package/lib/types/cosmos/crypto/ed25519/keys.d.ts +40 -0
  608. package/lib/types/cosmos/crypto/ed25519/keys.js +138 -0
  609. package/lib/types/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  610. package/lib/types/cosmos/crypto/hd/v1/hd.js +124 -0
  611. package/lib/types/cosmos/crypto/keyring/v1/record.d.ts +61 -0
  612. package/lib/types/cosmos/crypto/keyring/v1/record.js +331 -0
  613. package/lib/types/cosmos/crypto/multisig/keys.d.ts +32 -0
  614. package/lib/types/cosmos/crypto/multisig/keys.js +82 -0
  615. package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.d.ts +41 -0
  616. package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.js +159 -0
  617. package/lib/types/cosmos/crypto/secp256k1/keys.d.ts +37 -0
  618. package/lib/types/cosmos/crypto/secp256k1/keys.js +138 -0
  619. package/lib/types/cosmos/crypto/secp256r1/keys.d.ts +37 -0
  620. package/lib/types/cosmos/crypto/secp256r1/keys.js +138 -0
  621. package/lib/types/cosmos/distribution/module/v1/module.d.ts +28 -0
  622. package/lib/types/cosmos/distribution/module/v1/module.js +79 -0
  623. package/lib/types/cosmos/distribution/v1beta1/distribution.d.ts +162 -0
  624. package/lib/types/cosmos/distribution/v1beta1/distribution.js +906 -0
  625. package/lib/types/cosmos/distribution/v1beta1/genesis.d.ts +121 -0
  626. package/lib/types/cosmos/distribution/v1beta1/genesis.js +797 -0
  627. package/lib/types/cosmos/distribution/v1beta1/query.d.ts +250 -0
  628. package/lib/types/cosmos/distribution/v1beta1/query.js +1239 -0
  629. package/lib/types/cosmos/distribution/v1beta1/tx.d.ts +220 -0
  630. package/lib/types/cosmos/distribution/v1beta1/tx.js +840 -0
  631. package/lib/types/cosmos/evidence/module/v1/module.d.ts +25 -0
  632. package/lib/types/cosmos/evidence/module/v1/module.js +45 -0
  633. package/lib/types/cosmos/evidence/v1beta1/evidence.d.ts +36 -0
  634. package/lib/types/cosmos/evidence/v1beta1/evidence.js +141 -0
  635. package/lib/types/cosmos/evidence/v1beta1/genesis.d.ts +28 -0
  636. package/lib/types/cosmos/evidence/v1beta1/genesis.js +62 -0
  637. package/lib/types/cosmos/evidence/v1beta1/query.d.ts +86 -0
  638. package/lib/types/cosmos/evidence/v1beta1/query.js +301 -0
  639. package/lib/types/cosmos/evidence/v1beta1/tx.d.ts +59 -0
  640. package/lib/types/cosmos/evidence/v1beta1/tx.js +171 -0
  641. package/lib/types/cosmos/feegrant/module/v1/module.d.ts +25 -0
  642. package/lib/types/cosmos/feegrant/module/v1/module.js +45 -0
  643. package/lib/types/cosmos/feegrant/v1beta1/feegrant.d.ts +85 -0
  644. package/lib/types/cosmos/feegrant/v1beta1/feegrant.js +384 -0
  645. package/lib/types/cosmos/feegrant/v1beta1/genesis.d.ts +28 -0
  646. package/lib/types/cosmos/feegrant/v1beta1/genesis.js +64 -0
  647. package/lib/types/cosmos/feegrant/v1beta1/query.d.ts +103 -0
  648. package/lib/types/cosmos/feegrant/v1beta1/query.js +443 -0
  649. package/lib/types/cosmos/feegrant/v1beta1/tx.d.ts +103 -0
  650. package/lib/types/cosmos/feegrant/v1beta1/tx.js +352 -0
  651. package/lib/types/cosmos/genutil/module/v1/module.d.ts +25 -0
  652. package/lib/types/cosmos/genutil/module/v1/module.js +45 -0
  653. package/lib/types/cosmos/genutil/v1beta1/genesis.d.ts +27 -0
  654. package/lib/types/cosmos/genutil/v1beta1/genesis.js +86 -0
  655. package/lib/types/cosmos/gov/module/v1/module.d.ts +32 -0
  656. package/lib/types/cosmos/gov/module/v1/module.js +89 -0
  657. package/lib/types/cosmos/gov/v1/genesis.d.ts +71 -0
  658. package/lib/types/cosmos/gov/v1/genesis.js +215 -0
  659. package/lib/types/cosmos/gov/v1/gov.d.ts +304 -0
  660. package/lib/types/cosmos/gov/v1/gov.js +1331 -0
  661. package/lib/types/cosmos/gov/v1/query.d.ts +221 -0
  662. package/lib/types/cosmos/gov/v1/query.js +1229 -0
  663. package/lib/types/cosmos/gov/v1/tx.d.ts +224 -0
  664. package/lib/types/cosmos/gov/v1/tx.js +1048 -0
  665. package/lib/types/cosmos/gov/v1beta1/genesis.d.ts +40 -0
  666. package/lib/types/cosmos/gov/v1beta1/genesis.js +181 -0
  667. package/lib/types/cosmos/gov/v1beta1/gov.d.ts +205 -0
  668. package/lib/types/cosmos/gov/v1beta1/gov.js +1017 -0
  669. package/lib/types/cosmos/gov/v1beta1/query.d.ts +186 -0
  670. package/lib/types/cosmos/gov/v1beta1/query.js +1118 -0
  671. package/lib/types/cosmos/gov/v1beta1/tx.d.ts +123 -0
  672. package/lib/types/cosmos/gov/v1beta1/tx.js +555 -0
  673. package/lib/types/cosmos/group/module/v1/module.d.ts +36 -0
  674. package/lib/types/cosmos/group/module/v1/module.js +92 -0
  675. package/lib/types/cosmos/group/v1/events.d.ts +93 -0
  676. package/lib/types/cosmos/group/v1/events.js +615 -0
  677. package/lib/types/cosmos/group/v1/genesis.d.ts +52 -0
  678. package/lib/types/cosmos/group/v1/genesis.js +195 -0
  679. package/lib/types/cosmos/group/v1/query.d.ts +302 -0
  680. package/lib/types/cosmos/group/v1/query.js +1896 -0
  681. package/lib/types/cosmos/group/v1/tx.d.ts +344 -0
  682. package/lib/types/cosmos/group/v1/tx.js +2050 -0
  683. package/lib/types/cosmos/group/v1/types.d.ts +329 -0
  684. package/lib/types/cosmos/group/v1/types.js +1448 -0
  685. package/lib/types/cosmos/ics23/v1/proofs.d.ts +251 -0
  686. package/lib/types/cosmos/ics23/v1/proofs.js +1385 -0
  687. package/lib/types/cosmos/mint/module/v1/module.d.ts +28 -0
  688. package/lib/types/cosmos/mint/module/v1/module.js +79 -0
  689. package/lib/types/cosmos/mint/v1beta1/genesis.d.ts +30 -0
  690. package/lib/types/cosmos/mint/v1beta1/genesis.js +84 -0
  691. package/lib/types/cosmos/mint/v1beta1/mint.d.ts +45 -0
  692. package/lib/types/cosmos/mint/v1beta1/mint.js +224 -0
  693. package/lib/types/cosmos/mint/v1beta1/query.d.ts +84 -0
  694. package/lib/types/cosmos/mint/v1beta1/query.js +330 -0
  695. package/lib/types/cosmos/mint/v1beta1/tx.d.ts +69 -0
  696. package/lib/types/cosmos/mint/v1beta1/tx.js +132 -0
  697. package/lib/types/cosmos/msg/textual/v1/textual.d.ts +1 -0
  698. package/lib/types/cosmos/msg/textual/v1/textual.js +7 -0
  699. package/lib/types/cosmos/msg/v1/msg.d.ts +1 -0
  700. package/lib/types/cosmos/msg/v1/msg.js +7 -0
  701. package/lib/types/cosmos/nft/module/v1/module.d.ts +25 -0
  702. package/lib/types/cosmos/nft/module/v1/module.js +45 -0
  703. package/lib/types/cosmos/nft/v1beta1/event.d.ts +53 -0
  704. package/lib/types/cosmos/nft/v1beta1/event.js +275 -0
  705. package/lib/types/cosmos/nft/v1beta1/genesis.d.ts +38 -0
  706. package/lib/types/cosmos/nft/v1beta1/genesis.js +148 -0
  707. package/lib/types/cosmos/nft/v1beta1/nft.d.ts +54 -0
  708. package/lib/types/cosmos/nft/v1beta1/nft.js +268 -0
  709. package/lib/types/cosmos/nft/v1beta1/query.d.ts +159 -0
  710. package/lib/types/cosmos/nft/v1beta1/query.js +911 -0
  711. package/lib/types/cosmos/nft/v1beta1/tx.d.ts +54 -0
  712. package/lib/types/cosmos/nft/v1beta1/tx.js +159 -0
  713. package/lib/types/cosmos/orm/module/v1alpha1/module.d.ts +29 -0
  714. package/lib/types/cosmos/orm/module/v1alpha1/module.js +45 -0
  715. package/lib/types/cosmos/orm/query/v1alpha1/query.d.ts +148 -0
  716. package/lib/types/cosmos/orm/query/v1alpha1/query.js +705 -0
  717. package/lib/types/cosmos/orm/v1/orm.d.ts +115 -0
  718. package/lib/types/cosmos/orm/v1/orm.js +300 -0
  719. package/lib/types/cosmos/orm/v1alpha1/schema.d.ts +77 -0
  720. package/lib/types/cosmos/orm/v1alpha1/schema.js +243 -0
  721. package/lib/types/cosmos/params/module/v1/module.d.ts +25 -0
  722. package/lib/types/cosmos/params/module/v1/module.js +45 -0
  723. package/lib/types/cosmos/params/v1beta1/params.d.ts +38 -0
  724. package/lib/types/cosmos/params/v1beta1/params.js +177 -0
  725. package/lib/types/cosmos/params/v1beta1/query.d.ts +93 -0
  726. package/lib/types/cosmos/params/v1beta1/query.js +312 -0
  727. package/lib/types/cosmos/query/v1/query.d.ts +1 -0
  728. package/lib/types/cosmos/query/v1/query.js +7 -0
  729. package/lib/types/cosmos/reflection/v1/reflection.d.ts +55 -0
  730. package/lib/types/cosmos/reflection/v1/reflection.js +114 -0
  731. package/lib/types/cosmos/slashing/module/v1/module.d.ts +27 -0
  732. package/lib/types/cosmos/slashing/module/v1/module.js +62 -0
  733. package/lib/types/cosmos/slashing/v1beta1/genesis.d.ts +65 -0
  734. package/lib/types/cosmos/slashing/v1beta1/genesis.js +321 -0
  735. package/lib/types/cosmos/slashing/v1beta1/query.d.ts +91 -0
  736. package/lib/types/cosmos/slashing/v1beta1/query.js +357 -0
  737. package/lib/types/cosmos/slashing/v1beta1/slashing.d.ts +60 -0
  738. package/lib/types/cosmos/slashing/v1beta1/slashing.js +333 -0
  739. package/lib/types/cosmos/slashing/v1beta1/tx.d.ts +85 -0
  740. package/lib/types/cosmos/slashing/v1beta1/tx.js +226 -0
  741. package/lib/types/cosmos/staking/module/v1/module.d.ts +37 -0
  742. package/lib/types/cosmos/staking/module/v1/module.js +111 -0
  743. package/lib/types/cosmos/staking/v1beta1/authz.d.ts +69 -0
  744. package/lib/types/cosmos/staking/v1beta1/authz.js +228 -0
  745. package/lib/types/cosmos/staking/v1beta1/genesis.d.ts +56 -0
  746. package/lib/types/cosmos/staking/v1beta1/genesis.js +294 -0
  747. package/lib/types/cosmos/staking/v1beta1/query.d.ts +374 -0
  748. package/lib/types/cosmos/staking/v1beta1/query.js +1891 -0
  749. package/lib/types/cosmos/staking/v1beta1/staking.d.ts +314 -0
  750. package/lib/types/cosmos/staking/v1beta1/staking.js +2069 -0
  751. package/lib/types/cosmos/staking/v1beta1/tx.d.ts +215 -0
  752. package/lib/types/cosmos/staking/v1beta1/tx.js +1098 -0
  753. package/lib/types/cosmos/store/internal/kv/v1beta1/kv.d.ts +32 -0
  754. package/lib/types/cosmos/store/internal/kv/v1beta1/kv.js +155 -0
  755. package/lib/types/cosmos/store/snapshots/v1/snapshot.d.ts +90 -0
  756. package/lib/types/cosmos/store/snapshots/v1/snapshot.js +592 -0
  757. package/lib/types/cosmos/store/streaming/abci/grpc.d.ts +65 -0
  758. package/lib/types/cosmos/store/streaming/abci/grpc.js +275 -0
  759. package/lib/types/cosmos/store/v1beta1/commit_info.d.ts +49 -0
  760. package/lib/types/cosmos/store/v1beta1/commit_info.js +291 -0
  761. package/lib/types/cosmos/store/v1beta1/listening.d.ts +49 -0
  762. package/lib/types/cosmos/store/v1beta1/listening.js +229 -0
  763. package/lib/types/cosmos/tx/config/v1/config.d.ts +35 -0
  764. package/lib/types/cosmos/tx/config/v1/config.js +79 -0
  765. package/lib/types/cosmos/tx/signing/v1beta1/signing.d.ts +130 -0
  766. package/lib/types/cosmos/tx/signing/v1beta1/signing.js +505 -0
  767. package/lib/types/cosmos/tx/v1beta1/service.d.ts +369 -0
  768. package/lib/types/cosmos/tx/v1beta1/service.js +1412 -0
  769. package/lib/types/cosmos/tx/v1beta1/tx.d.ts +312 -0
  770. package/lib/types/cosmos/tx/v1beta1/tx.js +1207 -0
  771. package/lib/types/cosmos/upgrade/module/v1/module.d.ts +27 -0
  772. package/lib/types/cosmos/upgrade/module/v1/module.js +62 -0
  773. package/lib/types/cosmos/upgrade/v1beta1/query.d.ts +170 -0
  774. package/lib/types/cosmos/upgrade/v1beta1/query.js +574 -0
  775. package/lib/types/cosmos/upgrade/v1beta1/tx.d.ts +90 -0
  776. package/lib/types/cosmos/upgrade/v1beta1/tx.js +224 -0
  777. package/lib/types/cosmos/upgrade/v1beta1/upgrade.d.ts +103 -0
  778. package/lib/types/cosmos/upgrade/v1beta1/upgrade.js +378 -0
  779. package/lib/types/cosmos/vesting/module/v1/module.d.ts +25 -0
  780. package/lib/types/cosmos/vesting/module/v1/module.js +45 -0
  781. package/lib/types/cosmos/vesting/v1beta1/tx.d.ts +119 -0
  782. package/lib/types/cosmos/vesting/v1beta1/tx.js +455 -0
  783. package/lib/types/cosmos/vesting/v1beta1/vesting.d.ts +83 -0
  784. package/lib/types/cosmos/vesting/v1beta1/vesting.js +487 -0
  785. package/lib/types/cosmos_proto/cosmos.d.ts +80 -0
  786. package/lib/types/cosmos_proto/cosmos.js +210 -0
  787. package/lib/types/gogoproto/gogo.d.ts +1 -0
  788. package/lib/types/gogoproto/gogo.js +7 -0
  789. package/lib/types/google/api/annotations.d.ts +1 -0
  790. package/lib/types/google/api/annotations.js +7 -0
  791. package/lib/types/google/api/http.d.ts +371 -0
  792. package/lib/types/google/api/http.js +352 -0
  793. package/lib/types/google/protobuf/any.d.ts +144 -0
  794. package/lib/types/google/protobuf/any.js +104 -0
  795. package/lib/types/google/protobuf/descriptor.d.ts +1228 -0
  796. package/lib/types/google/protobuf/descriptor.js +5069 -0
  797. package/lib/types/google/protobuf/duration.d.ts +99 -0
  798. package/lib/types/google/protobuf/duration.js +89 -0
  799. package/lib/types/google/protobuf/timestamp.d.ts +128 -0
  800. package/lib/types/google/protobuf/timestamp.js +89 -0
  801. package/lib/types/ibc/applications/fee/v1/ack.d.ts +31 -0
  802. package/lib/types/ibc/applications/fee/v1/ack.js +123 -0
  803. package/lib/types/ibc/applications/fee/v1/fee.d.ts +57 -0
  804. package/lib/types/ibc/applications/fee/v1/fee.js +308 -0
  805. package/lib/types/ibc/applications/fee/v1/genesis.d.ts +76 -0
  806. package/lib/types/ibc/applications/fee/v1/genesis.js +447 -0
  807. package/lib/types/ibc/applications/fee/v1/metadata.d.ts +32 -0
  808. package/lib/types/ibc/applications/fee/v1/metadata.js +79 -0
  809. package/lib/types/ibc/applications/fee/v1/query.d.ts +215 -0
  810. package/lib/types/ibc/applications/fee/v1/query.js +1353 -0
  811. package/lib/types/ibc/applications/fee/v1/tx.d.ts +140 -0
  812. package/lib/types/ibc/applications/fee/v1/tx.js +573 -0
  813. package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +30 -0
  814. package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.js +64 -0
  815. package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.d.ts +63 -0
  816. package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.js +240 -0
  817. package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +94 -0
  818. package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.js +473 -0
  819. package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +63 -0
  820. package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.js +479 -0
  821. package/lib/types/ibc/applications/interchain_accounts/host/v1/host.d.ts +49 -0
  822. package/lib/types/ibc/applications/interchain_accounts/host/v1/host.js +174 -0
  823. package/lib/types/ibc/applications/interchain_accounts/host/v1/query.d.ts +49 -0
  824. package/lib/types/ibc/applications/interchain_accounts/host/v1/query.js +115 -0
  825. package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.d.ts +74 -0
  826. package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.js +313 -0
  827. package/lib/types/ibc/applications/interchain_accounts/v1/account.d.ts +28 -0
  828. package/lib/types/ibc/applications/interchain_accounts/v1/account.js +82 -0
  829. package/lib/types/ibc/applications/interchain_accounts/v1/metadata.d.ts +43 -0
  830. package/lib/types/ibc/applications/interchain_accounts/v1/metadata.js +141 -0
  831. package/lib/types/ibc/applications/interchain_accounts/v1/packet.d.ts +47 -0
  832. package/lib/types/ibc/applications/interchain_accounts/v1/packet.js +210 -0
  833. package/lib/types/ibc/applications/transfer/v1/authz.d.ts +48 -0
  834. package/lib/types/ibc/applications/transfer/v1/authz.js +186 -0
  835. package/lib/types/ibc/applications/transfer/v1/genesis.d.ts +35 -0
  836. package/lib/types/ibc/applications/transfer/v1/genesis.js +117 -0
  837. package/lib/types/ibc/applications/transfer/v1/query.d.ts +146 -0
  838. package/lib/types/ibc/applications/transfer/v1/query.js +701 -0
  839. package/lib/types/ibc/applications/transfer/v1/transfer.d.ts +54 -0
  840. package/lib/types/ibc/applications/transfer/v1/transfer.js +147 -0
  841. package/lib/types/ibc/applications/transfer/v1/tx.d.ts +99 -0
  842. package/lib/types/ibc/applications/transfer/v1/tx.js +370 -0
  843. package/lib/types/ibc/applications/transfer/v2/packet.d.ts +39 -0
  844. package/lib/types/ibc/applications/transfer/v2/packet.js +124 -0
  845. package/lib/types/ibc/core/channel/v1/channel.d.ts +216 -0
  846. package/lib/types/ibc/core/channel/v1/channel.js +1081 -0
  847. package/lib/types/ibc/core/channel/v1/genesis.d.ts +46 -0
  848. package/lib/types/ibc/core/channel/v1/genesis.js +304 -0
  849. package/lib/types/ibc/core/channel/v1/query.d.ts +500 -0
  850. package/lib/types/ibc/core/channel/v1/query.js +2908 -0
  851. package/lib/types/ibc/core/channel/v1/tx.d.ts +432 -0
  852. package/lib/types/ibc/core/channel/v1/tx.js +3643 -0
  853. package/lib/types/ibc/core/channel/v1/upgrade.d.ts +57 -0
  854. package/lib/types/ibc/core/channel/v1/upgrade.js +262 -0
  855. package/lib/types/ibc/core/client/v1/client.d.ts +132 -0
  856. package/lib/types/ibc/core/client/v1/client.js +556 -0
  857. package/lib/types/ibc/core/client/v1/genesis.d.ts +62 -0
  858. package/lib/types/ibc/core/client/v1/genesis.js +328 -0
  859. package/lib/types/ibc/core/client/v1/query.d.ts +283 -0
  860. package/lib/types/ibc/core/client/v1/query.js +1434 -0
  861. package/lib/types/ibc/core/client/v1/tx.d.ts +197 -0
  862. package/lib/types/ibc/core/client/v1/tx.js +985 -0
  863. package/lib/types/ibc/core/commitment/v1/commitment.d.ts +59 -0
  864. package/lib/types/ibc/core/commitment/v1/commitment.js +247 -0
  865. package/lib/types/ibc/core/connection/v1/connection.d.ts +141 -0
  866. package/lib/types/ibc/core/connection/v1/connection.js +648 -0
  867. package/lib/types/ibc/core/connection/v1/genesis.d.ts +31 -0
  868. package/lib/types/ibc/core/connection/v1/genesis.js +128 -0
  869. package/lib/types/ibc/core/connection/v1/query.d.ts +190 -0
  870. package/lib/types/ibc/core/connection/v1/query.js +927 -0
  871. package/lib/types/ibc/core/connection/v1/tx.d.ts +206 -0
  872. package/lib/types/ibc/core/connection/v1/tx.js +1044 -0
  873. package/lib/types/ibc/core/types/v1/genesis.d.ts +34 -0
  874. package/lib/types/ibc/core/types/v1/genesis.js +103 -0
  875. package/lib/types/ibc/lightclients/localhost/v2/localhost.d.ts +28 -0
  876. package/lib/types/ibc/lightclients/localhost/v2/localhost.js +65 -0
  877. package/lib/types/ibc/lightclients/solomachine/v2/solomachine.d.ts +215 -0
  878. package/lib/types/ibc/lightclients/solomachine/v2/solomachine.js +1430 -0
  879. package/lib/types/ibc/lightclients/solomachine/v3/solomachine.d.ts +111 -0
  880. package/lib/types/ibc/lightclients/solomachine/v3/solomachine.js +753 -0
  881. package/lib/types/ibc/lightclients/tendermint/v1/tendermint.d.ts +130 -0
  882. package/lib/types/ibc/lightclients/tendermint/v1/tendermint.js +657 -0
  883. package/lib/types/ibc/lightclients/wasm/v1/genesis.d.ts +33 -0
  884. package/lib/types/ibc/lightclients/wasm/v1/genesis.js +142 -0
  885. package/lib/types/ibc/lightclients/wasm/v1/query.d.ts +67 -0
  886. package/lib/types/ibc/lightclients/wasm/v1/query.js +283 -0
  887. package/lib/types/ibc/lightclients/wasm/v1/tx.d.ts +86 -0
  888. package/lib/types/ibc/lightclients/wasm/v1/tx.js +420 -0
  889. package/lib/types/ibc/lightclients/wasm/v1/wasm.d.ts +59 -0
  890. package/lib/types/ibc/lightclients/wasm/v1/wasm.js +279 -0
  891. package/lib/types/tendermint/abci/types.d.ts +552 -0
  892. package/lib/types/tendermint/abci/types.js +5136 -0
  893. package/lib/types/tendermint/crypto/keys.d.ts +27 -0
  894. package/lib/types/tendermint/crypto/keys.js +104 -0
  895. package/lib/types/tendermint/crypto/proof.d.ts +57 -0
  896. package/lib/types/tendermint/crypto/proof.js +429 -0
  897. package/lib/types/tendermint/libs/bits/types.d.ts +26 -0
  898. package/lib/types/tendermint/libs/bits/types.js +98 -0
  899. package/lib/types/tendermint/p2p/types.d.ts +49 -0
  900. package/lib/types/tendermint/p2p/types.js +451 -0
  901. package/lib/types/tendermint/types/block.d.ts +30 -0
  902. package/lib/types/tendermint/types/block.js +117 -0
  903. package/lib/types/tendermint/types/evidence.d.ts +50 -0
  904. package/lib/types/tendermint/types/evidence.js +412 -0
  905. package/lib/types/tendermint/types/params.d.ts +112 -0
  906. package/lib/types/tendermint/types/params.js +527 -0
  907. package/lib/types/tendermint/types/types.d.ts +197 -0
  908. package/lib/types/tendermint/types/types.js +1782 -0
  909. package/lib/types/tendermint/types/validator.d.ts +54 -0
  910. package/lib/types/tendermint/types/validator.js +352 -0
  911. package/lib/types/tendermint/version/types.d.ts +41 -0
  912. package/lib/types/tendermint/version/types.js +157 -0
  913. package/modules.ts +2 -2
  914. package/package.json +20 -14
  915. package/tsconfig.json +12 -10
  916. package/types/amino/amino.ts +9 -0
  917. package/types/capability/v1/capability.ts +263 -0
  918. package/types/capability/v1/genesis.ts +220 -0
  919. package/types/cardchain/cardchain/card.ts +712 -0
  920. package/types/cardchain/cardchain/card_content.ts +116 -0
  921. package/types/cardchain/cardchain/card_with_image.ts +134 -0
  922. package/types/cardchain/cardchain/council.ts +502 -0
  923. package/types/cardchain/cardchain/encounter.ts +307 -0
  924. package/types/cardchain/cardchain/encounter_with_image.ts +119 -0
  925. package/types/cardchain/cardchain/genesis.ts +403 -0
  926. package/types/cardchain/cardchain/image.ts +122 -0
  927. package/types/cardchain/cardchain/match.ts +453 -0
  928. package/types/cardchain/cardchain/module/module.ts +99 -0
  929. package/types/cardchain/cardchain/params.ts +544 -0
  930. package/types/cardchain/cardchain/query.ts +3786 -0
  931. package/types/cardchain/cardchain/running_average.ts +116 -0
  932. package/types/cardchain/cardchain/sell_offer.ts +224 -0
  933. package/types/cardchain/cardchain/server.ts +144 -0
  934. package/types/cardchain/cardchain/set.ts +537 -0
  935. package/types/cardchain/cardchain/set_with_artwork.ts +142 -0
  936. package/types/cardchain/cardchain/tx.ts +8053 -0
  937. package/types/cardchain/cardchain/user.ts +955 -0
  938. package/types/cardchain/cardchain/voting.ts +328 -0
  939. package/types/cardchain/cardchain/voting_results.ts +227 -0
  940. package/types/cardchain/cardchain/zealy.ts +116 -0
  941. package/types/cardchain/featureflag/flag.ts +133 -0
  942. package/types/cardchain/featureflag/genesis.ts +226 -0
  943. package/types/cardchain/featureflag/module/module.ts +99 -0
  944. package/types/cardchain/featureflag/params.ts +78 -0
  945. package/types/cardchain/featureflag/query.ts +445 -0
  946. package/types/cardchain/featureflag/tx.ts +373 -0
  947. package/types/cosmos/app/runtime/v1alpha1/module.ts +389 -0
  948. package/types/cosmos/app/v1alpha1/config.ts +346 -0
  949. package/types/cosmos/app/v1alpha1/module.ts +348 -0
  950. package/types/cosmos/app/v1alpha1/query.ts +175 -0
  951. package/types/cosmos/auth/module/v1/module.ts +229 -0
  952. package/types/cosmos/auth/v1beta1/auth.ts +531 -0
  953. package/types/cosmos/auth/v1beta1/genesis.ts +125 -0
  954. package/types/cosmos/auth/v1beta1/query.ts +1564 -0
  955. package/types/cosmos/auth/v1beta1/tx.ts +213 -0
  956. package/types/cosmos/authz/module/v1/module.ts +78 -0
  957. package/types/cosmos/authz/v1beta1/authz.ts +411 -0
  958. package/types/cosmos/authz/v1beta1/event.ts +241 -0
  959. package/types/cosmos/authz/v1beta1/genesis.ts +101 -0
  960. package/types/cosmos/authz/v1beta1/query.ts +643 -0
  961. package/types/cosmos/authz/v1beta1/tx.ts +574 -0
  962. package/types/cosmos/autocli/v1/options.ts +1049 -0
  963. package/types/cosmos/autocli/v1/query.ts +291 -0
  964. package/types/cosmos/bank/module/v1/module.ts +150 -0
  965. package/types/cosmos/bank/v1beta1/authz.ts +129 -0
  966. package/types/cosmos/bank/v1beta1/bank.ts +775 -0
  967. package/types/cosmos/bank/v1beta1/genesis.ts +277 -0
  968. package/types/cosmos/bank/v1beta1/query.ts +2424 -0
  969. package/types/cosmos/bank/v1beta1/tx.ts +697 -0
  970. package/types/cosmos/base/abci/v1beta1/abci.ts +1469 -0
  971. package/types/cosmos/base/node/v1beta1/query.ts +485 -0
  972. package/types/cosmos/base/query/v1beta1/pagination.ts +336 -0
  973. package/types/cosmos/base/reflection/v1beta1/reflection.ts +328 -0
  974. package/types/cosmos/base/reflection/v2alpha1/reflection.ts +2092 -0
  975. package/types/cosmos/base/tendermint/v1beta1/query.ts +2025 -0
  976. package/types/cosmos/base/tendermint/v1beta1/types.ts +548 -0
  977. package/types/cosmos/base/v1beta1/coin.ts +209 -0
  978. package/types/cosmos/circuit/module/v1/module.ts +99 -0
  979. package/types/cosmos/circuit/v1/query.ts +476 -0
  980. package/types/cosmos/circuit/v1/tx.ts +576 -0
  981. package/types/cosmos/circuit/v1/types.ts +362 -0
  982. package/types/cosmos/consensus/module/v1/module.ts +99 -0
  983. package/types/cosmos/consensus/v1/query.ts +181 -0
  984. package/types/cosmos/consensus/v1/tx.ts +271 -0
  985. package/types/cosmos/crisis/module/v1/module.ts +119 -0
  986. package/types/cosmos/crisis/v1beta1/genesis.ts +105 -0
  987. package/types/cosmos/crisis/v1beta1/tx.ts +367 -0
  988. package/types/cosmos/crypto/ed25519/keys.ts +195 -0
  989. package/types/cosmos/crypto/hd/v1/hd.ts +178 -0
  990. package/types/cosmos/crypto/keyring/v1/record.ts +440 -0
  991. package/types/cosmos/crypto/multisig/keys.ts +124 -0
  992. package/types/cosmos/crypto/multisig/v1beta1/multisig.ts +218 -0
  993. package/types/cosmos/crypto/secp256k1/keys.ts +192 -0
  994. package/types/cosmos/crypto/secp256r1/keys.ts +193 -0
  995. package/types/cosmos/distribution/module/v1/module.ts +118 -0
  996. package/types/cosmos/distribution/v1beta1/distribution.ts +1177 -0
  997. package/types/cosmos/distribution/v1beta1/genesis.ts +1028 -0
  998. package/types/cosmos/distribution/v1beta1/query.ts +1700 -0
  999. package/types/cosmos/distribution/v1beta1/tx.ts +1178 -0
  1000. package/types/cosmos/evidence/module/v1/module.ts +78 -0
  1001. package/types/cosmos/evidence/v1beta1/evidence.ts +194 -0
  1002. package/types/cosmos/evidence/v1beta1/genesis.ts +98 -0
  1003. package/types/cosmos/evidence/v1beta1/query.ts +414 -0
  1004. package/types/cosmos/evidence/v1beta1/tx.ts +243 -0
  1005. package/types/cosmos/feegrant/module/v1/module.ts +78 -0
  1006. package/types/cosmos/feegrant/v1beta1/feegrant.ts +513 -0
  1007. package/types/cosmos/feegrant/v1beta1/genesis.ts +101 -0
  1008. package/types/cosmos/feegrant/v1beta1/query.ts +597 -0
  1009. package/types/cosmos/feegrant/v1beta1/tx.ts +496 -0
  1010. package/types/cosmos/genutil/module/v1/module.ts +78 -0
  1011. package/types/cosmos/genutil/v1beta1/genesis.ts +122 -0
  1012. package/types/cosmos/gov/module/v1/module.ts +133 -0
  1013. package/types/cosmos/gov/v1/genesis.ts +313 -0
  1014. package/types/cosmos/gov/v1/gov.ts +1712 -0
  1015. package/types/cosmos/gov/v1/query.ts +1605 -0
  1016. package/types/cosmos/gov/v1/tx.ts +1387 -0
  1017. package/types/cosmos/gov/v1beta1/genesis.ts +241 -0
  1018. package/types/cosmos/gov/v1beta1/gov.ts +1273 -0
  1019. package/types/cosmos/gov/v1beta1/query.ts +1441 -0
  1020. package/types/cosmos/gov/v1beta1/tx.ts +738 -0
  1021. package/types/cosmos/group/module/v1/module.ts +141 -0
  1022. package/types/cosmos/group/v1/events.ts +795 -0
  1023. package/types/cosmos/group/v1/genesis.ts +265 -0
  1024. package/types/cosmos/group/v1/query.ts +2441 -0
  1025. package/types/cosmos/group/v1/tx.ts +2631 -0
  1026. package/types/cosmos/group/v1/types.ts +1850 -0
  1027. package/types/cosmos/ics23/v1/proofs.ts +1731 -0
  1028. package/types/cosmos/mint/module/v1/module.ts +118 -0
  1029. package/types/cosmos/mint/v1beta1/genesis.ts +126 -0
  1030. package/types/cosmos/mint/v1beta1/mint.ts +293 -0
  1031. package/types/cosmos/mint/v1beta1/query.ts +453 -0
  1032. package/types/cosmos/mint/v1beta1/tx.ts +213 -0
  1033. package/types/cosmos/msg/textual/v1/textual.ts +9 -0
  1034. package/types/cosmos/msg/v1/msg.ts +9 -0
  1035. package/types/cosmos/nft/module/v1/module.ts +78 -0
  1036. package/types/cosmos/nft/v1beta1/event.ts +359 -0
  1037. package/types/cosmos/nft/v1beta1/genesis.ts +204 -0
  1038. package/types/cosmos/nft/v1beta1/nft.ts +348 -0
  1039. package/types/cosmos/nft/v1beta1/query.ts +1173 -0
  1040. package/types/cosmos/nft/v1beta1/tx.ts +228 -0
  1041. package/types/cosmos/orm/module/v1alpha1/module.ts +82 -0
  1042. package/types/cosmos/orm/query/v1alpha1/query.ts +933 -0
  1043. package/types/cosmos/orm/v1/orm.ts +453 -0
  1044. package/types/cosmos/orm/v1alpha1/schema.ts +321 -0
  1045. package/types/cosmos/params/module/v1/module.ts +78 -0
  1046. package/types/cosmos/params/v1beta1/params.ts +236 -0
  1047. package/types/cosmos/params/v1beta1/query.ts +439 -0
  1048. package/types/cosmos/query/v1/query.ts +9 -0
  1049. package/types/cosmos/reflection/v1/reflection.ts +179 -0
  1050. package/types/cosmos/slashing/module/v1/module.ts +99 -0
  1051. package/types/cosmos/slashing/v1beta1/genesis.ts +424 -0
  1052. package/types/cosmos/slashing/v1beta1/query.ts +487 -0
  1053. package/types/cosmos/slashing/v1beta1/slashing.ts +422 -0
  1054. package/types/cosmos/slashing/v1beta1/tx.ts +336 -0
  1055. package/types/cosmos/staking/module/v1/module.ts +161 -0
  1056. package/types/cosmos/staking/v1beta1/authz.ts +306 -0
  1057. package/types/cosmos/staking/v1beta1/genesis.ts +377 -0
  1058. package/types/cosmos/staking/v1beta1/query.ts +2540 -0
  1059. package/types/cosmos/staking/v1beta1/staking.ts +2576 -0
  1060. package/types/cosmos/staking/v1beta1/tx.ts +1433 -0
  1061. package/types/cosmos/store/internal/kv/v1beta1/kv.ts +205 -0
  1062. package/types/cosmos/store/snapshots/v1/snapshot.ts +746 -0
  1063. package/types/cosmos/store/streaming/abci/grpc.ts +367 -0
  1064. package/types/cosmos/store/v1beta1/commit_info.ts +370 -0
  1065. package/types/cosmos/store/v1beta1/listening.ts +301 -0
  1066. package/types/cosmos/tx/config/v1/config.ts +125 -0
  1067. package/types/cosmos/tx/signing/v1beta1/signing.ts +630 -0
  1068. package/types/cosmos/tx/v1beta1/service.ts +1889 -0
  1069. package/types/cosmos/tx/v1beta1/tx.ts +1657 -0
  1070. package/types/cosmos/upgrade/module/v1/module.ts +99 -0
  1071. package/types/cosmos/upgrade/v1beta1/query.ts +819 -0
  1072. package/types/cosmos/upgrade/v1beta1/tx.ts +340 -0
  1073. package/types/cosmos/upgrade/v1beta1/upgrade.ts +525 -0
  1074. package/types/cosmos/vesting/module/v1/module.ts +78 -0
  1075. package/types/cosmos/vesting/v1beta1/tx.ts +640 -0
  1076. package/types/cosmos/vesting/v1beta1/vesting.ts +624 -0
  1077. package/types/cosmos_proto/cosmos.ts +307 -0
  1078. package/types/gogoproto/gogo.ts +9 -0
  1079. package/types/google/api/annotations.ts +9 -0
  1080. package/types/google/api/http.ts +770 -0
  1081. package/types/google/protobuf/any.ts +259 -0
  1082. package/types/google/protobuf/descriptor.ts +6642 -0
  1083. package/types/google/protobuf/duration.ts +200 -0
  1084. package/types/google/protobuf/timestamp.ts +229 -0
  1085. package/types/ibc/applications/fee/v1/ack.ts +166 -0
  1086. package/types/ibc/applications/fee/v1/fee.ts +403 -0
  1087. package/types/ibc/applications/fee/v1/genesis.ts +571 -0
  1088. package/types/ibc/applications/fee/v1/metadata.ts +122 -0
  1089. package/types/ibc/applications/fee/v1/query.ts +1757 -0
  1090. package/types/ibc/applications/fee/v1/tx.ts +781 -0
  1091. package/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +104 -0
  1092. package/types/ibc/applications/interchain_accounts/controller/v1/query.ts +333 -0
  1093. package/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +619 -0
  1094. package/types/ibc/applications/interchain_accounts/genesis/v1/genesis.ts +590 -0
  1095. package/types/ibc/applications/interchain_accounts/host/v1/host.ts +242 -0
  1096. package/types/ibc/applications/interchain_accounts/host/v1/query.ts +175 -0
  1097. package/types/ibc/applications/interchain_accounts/host/v1/tx.ts +416 -0
  1098. package/types/ibc/applications/interchain_accounts/v1/account.ts +120 -0
  1099. package/types/ibc/applications/interchain_accounts/v1/metadata.ts +199 -0
  1100. package/types/ibc/applications/interchain_accounts/v1/packet.ts +264 -0
  1101. package/types/ibc/applications/transfer/v1/authz.ts +254 -0
  1102. package/types/ibc/applications/transfer/v1/genesis.ts +165 -0
  1103. package/types/ibc/applications/transfer/v1/query.ts +934 -0
  1104. package/types/ibc/applications/transfer/v1/transfer.ts +220 -0
  1105. package/types/ibc/applications/transfer/v1/tx.ts +505 -0
  1106. package/types/ibc/applications/transfer/v2/packet.ts +177 -0
  1107. package/types/ibc/core/channel/v1/channel.ts +1358 -0
  1108. package/types/ibc/core/channel/v1/genesis.ts +377 -0
  1109. package/types/ibc/core/channel/v1/query.ts +3781 -0
  1110. package/types/ibc/core/channel/v1/tx.ts +4424 -0
  1111. package/types/ibc/core/channel/v1/upgrade.ts +348 -0
  1112. package/types/ibc/core/client/v1/client.ts +753 -0
  1113. package/types/ibc/core/client/v1/genesis.ts +423 -0
  1114. package/types/ibc/core/client/v1/query.ts +1898 -0
  1115. package/types/ibc/core/client/v1/tx.ts +1301 -0
  1116. package/types/ibc/core/commitment/v1/commitment.ts +336 -0
  1117. package/types/ibc/core/connection/v1/connection.ts +840 -0
  1118. package/types/ibc/core/connection/v1/genesis.ts +172 -0
  1119. package/types/ibc/core/connection/v1/query.ts +1243 -0
  1120. package/types/ibc/core/connection/v1/tx.ts +1352 -0
  1121. package/types/ibc/core/types/v1/genesis.ts +150 -0
  1122. package/types/ibc/lightclients/localhost/v2/localhost.ts +102 -0
  1123. package/types/ibc/lightclients/solomachine/v2/solomachine.ts +1765 -0
  1124. package/types/ibc/lightclients/solomachine/v3/solomachine.ts +945 -0
  1125. package/types/ibc/lightclients/tendermint/v1/tendermint.ts +853 -0
  1126. package/types/ibc/lightclients/wasm/v1/genesis.ts +192 -0
  1127. package/types/ibc/lightclients/wasm/v1/query.ts +377 -0
  1128. package/types/ibc/lightclients/wasm/v1/tx.ts +550 -0
  1129. package/types/ibc/lightclients/wasm/v1/wasm.ts +370 -0
  1130. package/types/tendermint/abci/types.ts +6103 -0
  1131. package/types/tendermint/crypto/keys.ts +142 -0
  1132. package/types/tendermint/crypto/proof.ts +533 -0
  1133. package/types/tendermint/libs/bits/types.ts +139 -0
  1134. package/types/tendermint/p2p/types.ts +544 -0
  1135. package/types/tendermint/types/block.ts +158 -0
  1136. package/types/tendermint/types/evidence.ts +502 -0
  1137. package/types/tendermint/types/params.ts +701 -0
  1138. package/types/tendermint/types/types.ts +2133 -0
  1139. package/types/tendermint/types/validator.ts +424 -0
  1140. package/types/tendermint/version/types.ts +218 -0
  1141. package/DecentralCardGame.cardchain.cardchain/index.js +0 -5
  1142. package/DecentralCardGame.cardchain.cardchain/index.ts +0 -6
  1143. package/DecentralCardGame.cardchain.cardchain/module.js +0 -1228
  1144. package/DecentralCardGame.cardchain.cardchain/module.ts +0 -1778
  1145. package/DecentralCardGame.cardchain.cardchain/registry.js +0 -89
  1146. package/DecentralCardGame.cardchain.cardchain/registry.ts +0 -93
  1147. package/DecentralCardGame.cardchain.cardchain/rest.js +0 -411
  1148. package/DecentralCardGame.cardchain.cardchain/rest.ts +0 -1030
  1149. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.js +0 -2
  1150. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.ts +0 -3
  1151. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.js +0 -32
  1152. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.ts +0 -61
  1153. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.js +0 -737
  1154. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.ts +0 -825
  1155. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.js +0 -102
  1156. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.ts +0 -134
  1157. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.js +0 -350
  1158. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.ts +0 -409
  1159. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.js +0 -254
  1160. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.ts +0 -281
  1161. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.js +0 -88
  1162. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.ts +0 -115
  1163. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.js +0 -308
  1164. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.ts +0 -355
  1165. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.js +0 -67
  1166. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.ts +0 -92
  1167. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.js +0 -73
  1168. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.ts +0 -102
  1169. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.js +0 -314
  1170. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.ts +0 -367
  1171. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.js +0 -1986
  1172. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.ts +0 -2401
  1173. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.js +0 -85
  1174. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.ts +0 -111
  1175. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.js +0 -148
  1176. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.ts +0 -183
  1177. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.js +0 -93
  1178. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.ts +0 -124
  1179. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.js +0 -551
  1180. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.ts +0 -626
  1181. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.js +0 -93
  1182. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.ts +0 -124
  1183. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.js +0 -4458
  1184. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.ts +0 -5478
  1185. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.js +0 -630
  1186. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.ts +0 -702
  1187. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.js +0 -337
  1188. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.ts +0 -399
  1189. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1190. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1191. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.js +0 -192
  1192. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.ts +0 -261
  1193. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.js +0 -171
  1194. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.ts +0 -247
  1195. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.js +0 -2
  1196. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.ts +0 -2
  1197. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.js +0 -2
  1198. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.ts +0 -2
  1199. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.js +0 -260
  1200. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.ts +0 -589
  1201. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.js +0 -2830
  1202. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.ts +0 -3753
  1203. package/DecentralCardGame.cardchain.cardchain/types.js +0 -25
  1204. package/DecentralCardGame.cardchain.cardchain/types.ts +0 -53
  1205. package/DecentralCardGame.cardchain.featureflag/index.js +0 -5
  1206. package/DecentralCardGame.cardchain.featureflag/index.ts +0 -6
  1207. package/DecentralCardGame.cardchain.featureflag/module.js +0 -62
  1208. package/DecentralCardGame.cardchain.featureflag/module.ts +0 -102
  1209. package/DecentralCardGame.cardchain.featureflag/rest.js +0 -128
  1210. package/DecentralCardGame.cardchain.featureflag/rest.ts +0 -222
  1211. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.js +0 -67
  1212. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.ts +0 -92
  1213. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.js +0 -135
  1214. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.ts +0 -172
  1215. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.js +0 -36
  1216. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.ts +0 -58
  1217. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.js +0 -76
  1218. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.ts +0 -102
  1219. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.js +0 -279
  1220. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.ts +0 -371
  1221. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.js +0 -7
  1222. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.ts +0 -17
  1223. package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1224. package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1225. package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.js +0 -2
  1226. package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.ts +0 -2
  1227. package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.js +0 -2
  1228. package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.ts +0 -2
  1229. package/DecentralCardGame.cardchain.featureflag/types/google/api/http.js +0 -260
  1230. package/DecentralCardGame.cardchain.featureflag/types/google/api/http.ts +0 -589
  1231. package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.js +0 -2830
  1232. package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.ts +0 -3753
  1233. package/DecentralCardGame.cardchain.featureflag/types.js +0 -4
  1234. package/DecentralCardGame.cardchain.featureflag/types.ts +0 -11
  1235. package/README.md +0 -16
  1236. package/client.js +0 -137
  1237. package/cosmos.auth.v1beta1/index.js +0 -5
  1238. package/cosmos.auth.v1beta1/module.js +0 -62
  1239. package/cosmos.auth.v1beta1/rest.js +0 -213
  1240. package/cosmos.auth.v1beta1/types/amino/amino.js +0 -2
  1241. package/cosmos.auth.v1beta1/types/amino/amino.ts +0 -2
  1242. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
  1243. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
  1244. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.js +0 -67
  1245. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.ts +0 -95
  1246. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.js +0 -868
  1247. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.ts +0 -1212
  1248. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.js +0 -105
  1249. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.ts +0 -172
  1250. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1251. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1252. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1253. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1254. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1255. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1256. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1257. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1258. package/cosmos.auth.v1beta1/types/gogoproto/gogo.js +0 -2
  1259. package/cosmos.auth.v1beta1/types/gogoproto/gogo.ts +0 -2
  1260. package/cosmos.auth.v1beta1/types/google/api/annotations.js +0 -2
  1261. package/cosmos.auth.v1beta1/types/google/api/annotations.ts +0 -2
  1262. package/cosmos.auth.v1beta1/types/google/api/http.js +0 -260
  1263. package/cosmos.auth.v1beta1/types/google/api/http.ts +0 -589
  1264. package/cosmos.auth.v1beta1/types/google/protobuf/any.js +0 -99
  1265. package/cosmos.auth.v1beta1/types/google/protobuf/any.ts +0 -240
  1266. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1267. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1268. package/cosmos.auth.v1beta1/types.js +0 -4
  1269. package/cosmos.authz.v1beta1/index.js +0 -5
  1270. package/cosmos.authz.v1beta1/module.js +0 -140
  1271. package/cosmos.authz.v1beta1/registry.js +0 -9
  1272. package/cosmos.authz.v1beta1/rest.js +0 -131
  1273. package/cosmos.authz.v1beta1/types/amino/amino.js +0 -2
  1274. package/cosmos.authz.v1beta1/types/amino/amino.ts +0 -2
  1275. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.js +0 -244
  1276. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.ts +0 -325
  1277. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.js +0 -128
  1278. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.ts +0 -175
  1279. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.js +0 -54
  1280. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.ts +0 -78
  1281. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.js +0 -394
  1282. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.ts +0 -516
  1283. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.js +0 -362
  1284. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.ts +0 -493
  1285. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1286. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1287. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1288. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1289. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1290. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1291. package/cosmos.authz.v1beta1/types/gogoproto/gogo.js +0 -2
  1292. package/cosmos.authz.v1beta1/types/gogoproto/gogo.ts +0 -2
  1293. package/cosmos.authz.v1beta1/types/google/api/annotations.js +0 -2
  1294. package/cosmos.authz.v1beta1/types/google/api/annotations.ts +0 -2
  1295. package/cosmos.authz.v1beta1/types/google/api/http.js +0 -260
  1296. package/cosmos.authz.v1beta1/types/google/api/http.ts +0 -589
  1297. package/cosmos.authz.v1beta1/types/google/protobuf/any.js +0 -99
  1298. package/cosmos.authz.v1beta1/types/google/protobuf/any.ts +0 -240
  1299. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1300. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1301. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1302. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1303. package/cosmos.authz.v1beta1/types.js +0 -7
  1304. package/cosmos.bank.v1beta1/index.js +0 -5
  1305. package/cosmos.bank.v1beta1/module.js +0 -125
  1306. package/cosmos.bank.v1beta1/registry.js +0 -7
  1307. package/cosmos.bank.v1beta1/rest.js +0 -222
  1308. package/cosmos.bank.v1beta1/types/amino/amino.js +0 -2
  1309. package/cosmos.bank.v1beta1/types/amino/amino.ts +0 -2
  1310. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.js +0 -50
  1311. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.ts +0 -77
  1312. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.js +0 -455
  1313. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.ts +0 -604
  1314. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.js +0 -154
  1315. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.ts +0 -203
  1316. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.js +0 -1014
  1317. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.ts +0 -1366
  1318. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.js +0 -219
  1319. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.ts +0 -289
  1320. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1321. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1322. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1323. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1324. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1325. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1326. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1327. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1328. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1329. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1330. package/cosmos.bank.v1beta1/types/gogoproto/gogo.js +0 -2
  1331. package/cosmos.bank.v1beta1/types/gogoproto/gogo.ts +0 -2
  1332. package/cosmos.bank.v1beta1/types/google/api/annotations.js +0 -2
  1333. package/cosmos.bank.v1beta1/types/google/api/annotations.ts +0 -2
  1334. package/cosmos.bank.v1beta1/types/google/api/http.js +0 -260
  1335. package/cosmos.bank.v1beta1/types/google/api/http.ts +0 -589
  1336. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1337. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1338. package/cosmos.bank.v1beta1/types.js +0 -11
  1339. package/cosmos.base.tendermint.v1beta1/index.js +0 -5
  1340. package/cosmos.base.tendermint.v1beta1/module.js +0 -70
  1341. package/cosmos.base.tendermint.v1beta1/rest.js +0 -209
  1342. package/cosmos.base.tendermint.v1beta1/types/amino/amino.js +0 -2
  1343. package/cosmos.base.tendermint.v1beta1/types/amino/amino.ts +0 -2
  1344. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1345. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1346. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.js +0 -1281
  1347. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.ts +0 -1646
  1348. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.js +0 -350
  1349. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.ts +0 -442
  1350. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1351. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1352. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.js +0 -2
  1353. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.ts +0 -2
  1354. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.js +0 -2
  1355. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.ts +0 -2
  1356. package/cosmos.base.tendermint.v1beta1/types/google/api/http.js +0 -260
  1357. package/cosmos.base.tendermint.v1beta1/types/google/api/http.ts +0 -589
  1358. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.js +0 -99
  1359. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.ts +0 -240
  1360. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1361. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1362. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1363. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1364. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1365. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1366. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1367. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1368. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.js +0 -352
  1369. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.ts +0 -423
  1370. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.js +0 -86
  1371. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.ts +0 -112
  1372. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.js +0 -343
  1373. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.ts +0 -412
  1374. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.js +0 -1207
  1375. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.ts +0 -1452
  1376. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.js +0 -254
  1377. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.ts +0 -308
  1378. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.js +0 -133
  1379. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.ts +0 -184
  1380. package/cosmos.base.tendermint.v1beta1/types.js +0 -8
  1381. package/cosmos.consensus.v1/index.js +0 -5
  1382. package/cosmos.consensus.v1/module.js +0 -81
  1383. package/cosmos.consensus.v1/registry.js +0 -5
  1384. package/cosmos.consensus.v1/rest.js +0 -100
  1385. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.js +0 -94
  1386. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.ts +0 -147
  1387. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.js +0 -129
  1388. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.ts +0 -196
  1389. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.js +0 -2
  1390. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1391. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.js +0 -171
  1392. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.ts +0 -247
  1393. package/cosmos.consensus.v1/types/gogoproto/gogo.js +0 -2
  1394. package/cosmos.consensus.v1/types/gogoproto/gogo.ts +0 -2
  1395. package/cosmos.consensus.v1/types/google/api/annotations.js +0 -2
  1396. package/cosmos.consensus.v1/types/google/api/annotations.ts +0 -2
  1397. package/cosmos.consensus.v1/types/google/api/http.js +0 -260
  1398. package/cosmos.consensus.v1/types/google/api/http.ts +0 -589
  1399. package/cosmos.consensus.v1/types/google/protobuf/descriptor.js +0 -2830
  1400. package/cosmos.consensus.v1/types/google/protobuf/descriptor.ts +0 -3753
  1401. package/cosmos.consensus.v1/types/google/protobuf/duration.js +0 -84
  1402. package/cosmos.consensus.v1/types/google/protobuf/duration.ts +0 -187
  1403. package/cosmos.consensus.v1/types/tendermint/types/params.js +0 -369
  1404. package/cosmos.consensus.v1/types/tendermint/types/params.ts +0 -498
  1405. package/cosmos.crisis.v1beta1/index.js +0 -5
  1406. package/cosmos.crisis.v1beta1/module.js +0 -81
  1407. package/cosmos.crisis.v1beta1/registry.js +0 -5
  1408. package/cosmos.crisis.v1beta1/rest.js +0 -83
  1409. package/cosmos.crisis.v1beta1/types/amino/amino.js +0 -2
  1410. package/cosmos.crisis.v1beta1/types/amino/amino.ts +0 -2
  1411. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1412. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1413. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.js +0 -51
  1414. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.ts +0 -79
  1415. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.js +0 -111
  1416. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.ts +0 -159
  1417. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1418. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1419. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1420. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1421. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.js +0 -2
  1422. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.ts +0 -2
  1423. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1424. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1425. package/cosmos.distribution.v1beta1/index.js +0 -5
  1426. package/cosmos.distribution.v1beta1/module.js +0 -189
  1427. package/cosmos.distribution.v1beta1/registry.js +0 -11
  1428. package/cosmos.distribution.v1beta1/rest.js +0 -214
  1429. package/cosmos.distribution.v1beta1/types/amino/amino.js +0 -2
  1430. package/cosmos.distribution.v1beta1/types/amino/amino.ts +0 -2
  1431. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1432. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1433. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1434. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1435. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.js +0 -737
  1436. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.ts +0 -945
  1437. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.js +0 -656
  1438. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.ts +0 -849
  1439. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.js +0 -926
  1440. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.ts +0 -1289
  1441. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.js +0 -396
  1442. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.ts +0 -550
  1443. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1444. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1445. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1446. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1447. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.js +0 -2
  1448. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.ts +0 -2
  1449. package/cosmos.distribution.v1beta1/types/google/api/annotations.js +0 -2
  1450. package/cosmos.distribution.v1beta1/types/google/api/annotations.ts +0 -2
  1451. package/cosmos.distribution.v1beta1/types/google/api/http.js +0 -260
  1452. package/cosmos.distribution.v1beta1/types/google/api/http.ts +0 -589
  1453. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1454. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1455. package/cosmos.distribution.v1beta1/types.js +0 -20
  1456. package/cosmos.evidence.v1beta1/index.js +0 -5
  1457. package/cosmos.evidence.v1beta1/module.js +0 -84
  1458. package/cosmos.evidence.v1beta1/registry.js +0 -5
  1459. package/cosmos.evidence.v1beta1/rest.js +0 -115
  1460. package/cosmos.evidence.v1beta1/types/amino/amino.js +0 -2
  1461. package/cosmos.evidence.v1beta1/types/amino/amino.ts +0 -2
  1462. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1463. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1464. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.js +0 -124
  1465. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.ts +0 -161
  1466. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.js +0 -50
  1467. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.ts +0 -73
  1468. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.js +0 -254
  1469. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.ts +0 -343
  1470. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.js +0 -154
  1471. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.ts +0 -213
  1472. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1473. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1474. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1475. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1476. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.js +0 -2
  1477. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.ts +0 -2
  1478. package/cosmos.evidence.v1beta1/types/google/api/annotations.js +0 -2
  1479. package/cosmos.evidence.v1beta1/types/google/api/annotations.ts +0 -2
  1480. package/cosmos.evidence.v1beta1/types/google/api/http.js +0 -260
  1481. package/cosmos.evidence.v1beta1/types/google/api/http.ts +0 -589
  1482. package/cosmos.evidence.v1beta1/types/google/protobuf/any.js +0 -99
  1483. package/cosmos.evidence.v1beta1/types/google/protobuf/any.ts +0 -240
  1484. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1485. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1486. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1487. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1488. package/cosmos.evidence.v1beta1/types.js +0 -2
  1489. package/cosmos.feegrant.v1beta1/index.js +0 -5
  1490. package/cosmos.feegrant.v1beta1/module.js +0 -113
  1491. package/cosmos.feegrant.v1beta1/registry.js +0 -7
  1492. package/cosmos.feegrant.v1beta1/rest.js +0 -130
  1493. package/cosmos.feegrant.v1beta1/types/amino/amino.js +0 -2
  1494. package/cosmos.feegrant.v1beta1/types/amino/amino.ts +0 -2
  1495. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1496. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1497. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1498. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1499. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.js +0 -307
  1500. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.ts +0 -409
  1501. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.js +0 -52
  1502. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.ts +0 -76
  1503. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.js +0 -357
  1504. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.ts +0 -484
  1505. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.js +0 -205
  1506. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.ts +0 -294
  1507. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1508. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1509. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1510. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1511. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.js +0 -2
  1512. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.ts +0 -2
  1513. package/cosmos.feegrant.v1beta1/types/google/api/annotations.js +0 -2
  1514. package/cosmos.feegrant.v1beta1/types/google/api/annotations.ts +0 -2
  1515. package/cosmos.feegrant.v1beta1/types/google/api/http.js +0 -260
  1516. package/cosmos.feegrant.v1beta1/types/google/api/http.ts +0 -589
  1517. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.js +0 -99
  1518. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.ts +0 -240
  1519. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1520. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1521. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.js +0 -84
  1522. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.ts +0 -187
  1523. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1524. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1525. package/cosmos.feegrant.v1beta1/types.js +0 -5
  1526. package/cosmos.gov.v1/index.js +0 -5
  1527. package/cosmos.gov.v1/module.js +0 -167
  1528. package/cosmos.gov.v1/registry.js +0 -11
  1529. package/cosmos.gov.v1/rest.js +0 -242
  1530. package/cosmos.gov.v1/types/amino/amino.js +0 -2
  1531. package/cosmos.gov.v1/types/amino/amino.ts +0 -2
  1532. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1533. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1534. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.js +0 -192
  1535. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1536. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.js +0 -162
  1537. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.ts +0 -208
  1538. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.js +0 -766
  1539. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.ts +0 -925
  1540. package/cosmos.gov.v1/types/cosmos/gov/v1/query.js +0 -917
  1541. package/cosmos.gov.v1/types/cosmos/gov/v1/query.ts +0 -1202
  1542. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.js +0 -590
  1543. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.ts +0 -763
  1544. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.js +0 -2
  1545. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1546. package/cosmos.gov.v1/types/cosmos_proto/cosmos.js +0 -171
  1547. package/cosmos.gov.v1/types/cosmos_proto/cosmos.ts +0 -247
  1548. package/cosmos.gov.v1/types/gogoproto/gogo.js +0 -2
  1549. package/cosmos.gov.v1/types/gogoproto/gogo.ts +0 -2
  1550. package/cosmos.gov.v1/types/google/api/annotations.js +0 -2
  1551. package/cosmos.gov.v1/types/google/api/annotations.ts +0 -2
  1552. package/cosmos.gov.v1/types/google/api/http.js +0 -260
  1553. package/cosmos.gov.v1/types/google/api/http.ts +0 -589
  1554. package/cosmos.gov.v1/types/google/protobuf/any.js +0 -99
  1555. package/cosmos.gov.v1/types/google/protobuf/any.ts +0 -240
  1556. package/cosmos.gov.v1/types/google/protobuf/descriptor.js +0 -2830
  1557. package/cosmos.gov.v1/types/google/protobuf/descriptor.ts +0 -3753
  1558. package/cosmos.gov.v1/types/google/protobuf/duration.js +0 -84
  1559. package/cosmos.gov.v1/types/google/protobuf/duration.ts +0 -187
  1560. package/cosmos.gov.v1/types/google/protobuf/timestamp.js +0 -84
  1561. package/cosmos.gov.v1/types/google/protobuf/timestamp.ts +0 -216
  1562. package/cosmos.gov.v1/types.js +0 -9
  1563. package/cosmos.gov.v1beta1/index.js +0 -5
  1564. package/cosmos.gov.v1beta1/module.js +0 -169
  1565. package/cosmos.gov.v1beta1/registry.js +0 -11
  1566. package/cosmos.gov.v1beta1/rest.js +0 -242
  1567. package/cosmos.gov.v1beta1/types/amino/amino.js +0 -2
  1568. package/cosmos.gov.v1beta1/types/amino/amino.ts +0 -2
  1569. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1570. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1571. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1572. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1573. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.js +0 -162
  1574. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.ts +0 -206
  1575. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.js +0 -832
  1576. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.ts +0 -1015
  1577. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.js +0 -917
  1578. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.ts +0 -1200
  1579. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.js +0 -467
  1580. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.ts +0 -612
  1581. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1582. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1583. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1584. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1585. package/cosmos.gov.v1beta1/types/gogoproto/gogo.js +0 -2
  1586. package/cosmos.gov.v1beta1/types/gogoproto/gogo.ts +0 -2
  1587. package/cosmos.gov.v1beta1/types/google/api/annotations.js +0 -2
  1588. package/cosmos.gov.v1beta1/types/google/api/annotations.ts +0 -2
  1589. package/cosmos.gov.v1beta1/types/google/api/http.js +0 -260
  1590. package/cosmos.gov.v1beta1/types/google/api/http.ts +0 -589
  1591. package/cosmos.gov.v1beta1/types/google/protobuf/any.js +0 -99
  1592. package/cosmos.gov.v1beta1/types/google/protobuf/any.ts +0 -240
  1593. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1594. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1595. package/cosmos.gov.v1beta1/types/google/protobuf/duration.js +0 -84
  1596. package/cosmos.gov.v1beta1/types/google/protobuf/duration.ts +0 -187
  1597. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1598. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1599. package/cosmos.gov.v1beta1/types.js +0 -10
  1600. package/cosmos.group.v1/index.js +0 -5
  1601. package/cosmos.group.v1/module.js +0 -423
  1602. package/cosmos.group.v1/registry.js +0 -31
  1603. package/cosmos.group.v1/rest.js +0 -366
  1604. package/cosmos.group.v1/types/amino/amino.js +0 -2
  1605. package/cosmos.group.v1/types/amino/amino.ts +0 -2
  1606. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1607. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1608. package/cosmos.group.v1/types/cosmos/group/v1/events.js +0 -497
  1609. package/cosmos.group.v1/types/cosmos/group/v1/events.ts +0 -656
  1610. package/cosmos.group.v1/types/cosmos/group/v1/genesis.js +0 -177
  1611. package/cosmos.group.v1/types/cosmos/group/v1/genesis.ts +0 -228
  1612. package/cosmos.group.v1/types/cosmos/group/v1/query.js +0 -1578
  1613. package/cosmos.group.v1/types/cosmos/group/v1/query.ts +0 -2047
  1614. package/cosmos.group.v1/types/cosmos/group/v1/tx.js +0 -1621
  1615. package/cosmos.group.v1/types/cosmos/group/v1/tx.ts +0 -2113
  1616. package/cosmos.group.v1/types/cosmos/group/v1/types.js +0 -1105
  1617. package/cosmos.group.v1/types/cosmos/group/v1/types.ts +0 -1422
  1618. package/cosmos.group.v1/types/cosmos/msg/v1/msg.js +0 -2
  1619. package/cosmos.group.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1620. package/cosmos.group.v1/types/cosmos_proto/cosmos.js +0 -171
  1621. package/cosmos.group.v1/types/cosmos_proto/cosmos.ts +0 -247
  1622. package/cosmos.group.v1/types/gogoproto/gogo.js +0 -2
  1623. package/cosmos.group.v1/types/gogoproto/gogo.ts +0 -2
  1624. package/cosmos.group.v1/types/google/api/annotations.js +0 -2
  1625. package/cosmos.group.v1/types/google/api/annotations.ts +0 -2
  1626. package/cosmos.group.v1/types/google/api/http.js +0 -260
  1627. package/cosmos.group.v1/types/google/api/http.ts +0 -589
  1628. package/cosmos.group.v1/types/google/protobuf/any.js +0 -99
  1629. package/cosmos.group.v1/types/google/protobuf/any.ts +0 -240
  1630. package/cosmos.group.v1/types/google/protobuf/descriptor.js +0 -2830
  1631. package/cosmos.group.v1/types/google/protobuf/descriptor.ts +0 -3753
  1632. package/cosmos.group.v1/types/google/protobuf/duration.js +0 -84
  1633. package/cosmos.group.v1/types/google/protobuf/duration.ts +0 -187
  1634. package/cosmos.group.v1/types/google/protobuf/timestamp.js +0 -84
  1635. package/cosmos.group.v1/types/google/protobuf/timestamp.ts +0 -216
  1636. package/cosmos.group.v1/types.js +0 -22
  1637. package/cosmos.mint.v1beta1/index.js +0 -5
  1638. package/cosmos.mint.v1beta1/module.js +0 -60
  1639. package/cosmos.mint.v1beta1/rest.js +0 -128
  1640. package/cosmos.mint.v1beta1/types/amino/amino.js +0 -2
  1641. package/cosmos.mint.v1beta1/types/amino/amino.ts +0 -2
  1642. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.js +0 -63
  1643. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.ts +0 -92
  1644. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.js +0 -179
  1645. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.ts +0 -234
  1646. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.js +0 -298
  1647. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.ts +0 -412
  1648. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.js +0 -105
  1649. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.ts +0 -172
  1650. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1651. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1652. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1653. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1654. package/cosmos.mint.v1beta1/types/gogoproto/gogo.js +0 -2
  1655. package/cosmos.mint.v1beta1/types/gogoproto/gogo.ts +0 -2
  1656. package/cosmos.mint.v1beta1/types/google/api/annotations.js +0 -2
  1657. package/cosmos.mint.v1beta1/types/google/api/annotations.ts +0 -2
  1658. package/cosmos.mint.v1beta1/types/google/api/http.js +0 -260
  1659. package/cosmos.mint.v1beta1/types/google/api/http.ts +0 -589
  1660. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1661. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1662. package/cosmos.mint.v1beta1/types.js +0 -3
  1663. package/cosmos.nft.v1beta1/index.js +0 -5
  1664. package/cosmos.nft.v1beta1/module.js +0 -68
  1665. package/cosmos.nft.v1beta1/registry.js +0 -2
  1666. package/cosmos.nft.v1beta1/rest.js +0 -187
  1667. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1668. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1669. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1670. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1671. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.js +0 -198
  1672. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.ts +0 -251
  1673. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.js +0 -126
  1674. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.ts +0 -163
  1675. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.js +0 -183
  1676. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.ts +0 -240
  1677. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.js +0 -752
  1678. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.ts +0 -964
  1679. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.js +0 -120
  1680. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.ts +0 -173
  1681. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1682. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1683. package/cosmos.nft.v1beta1/types/google/api/annotations.js +0 -2
  1684. package/cosmos.nft.v1beta1/types/google/api/annotations.ts +0 -2
  1685. package/cosmos.nft.v1beta1/types/google/api/http.js +0 -260
  1686. package/cosmos.nft.v1beta1/types/google/api/http.ts +0 -589
  1687. package/cosmos.nft.v1beta1/types/google/protobuf/any.js +0 -99
  1688. package/cosmos.nft.v1beta1/types/google/protobuf/any.ts +0 -240
  1689. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1690. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1691. package/cosmos.nft.v1beta1/types.js +0 -7
  1692. package/cosmos.params.v1beta1/index.js +0 -5
  1693. package/cosmos.params.v1beta1/module.js +0 -62
  1694. package/cosmos.params.v1beta1/registry.js +0 -2
  1695. package/cosmos.params.v1beta1/rest.js +0 -116
  1696. package/cosmos.params.v1beta1/types/amino/amino.js +0 -2
  1697. package/cosmos.params.v1beta1/types/amino/amino.ts +0 -2
  1698. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.js +0 -133
  1699. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.ts +0 -174
  1700. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.js +0 -257
  1701. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.ts +0 -364
  1702. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1703. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1704. package/cosmos.params.v1beta1/types/gogoproto/gogo.js +0 -2
  1705. package/cosmos.params.v1beta1/types/gogoproto/gogo.ts +0 -2
  1706. package/cosmos.params.v1beta1/types/google/api/annotations.js +0 -2
  1707. package/cosmos.params.v1beta1/types/google/api/annotations.ts +0 -2
  1708. package/cosmos.params.v1beta1/types/google/api/http.js +0 -260
  1709. package/cosmos.params.v1beta1/types/google/api/http.ts +0 -589
  1710. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1711. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1712. package/cosmos.params.v1beta1/types.js +0 -4
  1713. package/cosmos.slashing.v1beta1/index.js +0 -5
  1714. package/cosmos.slashing.v1beta1/module.js +0 -92
  1715. package/cosmos.slashing.v1beta1/registry.js +0 -5
  1716. package/cosmos.slashing.v1beta1/rest.js +0 -129
  1717. package/cosmos.slashing.v1beta1/types/amino/amino.js +0 -2
  1718. package/cosmos.slashing.v1beta1/types/amino/amino.ts +0 -2
  1719. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1720. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1721. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1722. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1723. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.js +0 -279
  1724. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.ts +0 -364
  1725. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.js +0 -300
  1726. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.ts +0 -411
  1727. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.js +0 -275
  1728. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.ts +0 -352
  1729. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.js +0 -91
  1730. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.ts +0 -141
  1731. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1732. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1733. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.js +0 -2
  1734. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.ts +0 -2
  1735. package/cosmos.slashing.v1beta1/types/google/api/annotations.js +0 -2
  1736. package/cosmos.slashing.v1beta1/types/google/api/annotations.ts +0 -2
  1737. package/cosmos.slashing.v1beta1/types/google/api/http.js +0 -260
  1738. package/cosmos.slashing.v1beta1/types/google/api/http.ts +0 -589
  1739. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1740. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1741. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.js +0 -84
  1742. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.ts +0 -187
  1743. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1744. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1745. package/cosmos.slashing.v1beta1/types.js +0 -6
  1746. package/cosmos.staking.v1beta1/index.js +0 -5
  1747. package/cosmos.staking.v1beta1/module.js +0 -243
  1748. package/cosmos.staking.v1beta1/registry.js +0 -15
  1749. package/cosmos.staking.v1beta1/rest.js +0 -308
  1750. package/cosmos.staking.v1beta1/types/amino/amino.js +0 -2
  1751. package/cosmos.staking.v1beta1/types/amino/amino.ts +0 -2
  1752. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1753. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1754. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1755. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1756. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1757. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1758. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1759. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1760. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.js +0 -184
  1761. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.ts +0 -245
  1762. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.js +0 -259
  1763. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.ts +0 -322
  1764. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.js +0 -1568
  1765. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.ts +0 -2109
  1766. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.js +0 -1436
  1767. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.ts +0 -1829
  1768. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.js +0 -768
  1769. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.ts +0 -1005
  1770. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1771. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1772. package/cosmos.staking.v1beta1/types/gogoproto/gogo.js +0 -2
  1773. package/cosmos.staking.v1beta1/types/gogoproto/gogo.ts +0 -2
  1774. package/cosmos.staking.v1beta1/types/google/api/annotations.js +0 -2
  1775. package/cosmos.staking.v1beta1/types/google/api/annotations.ts +0 -2
  1776. package/cosmos.staking.v1beta1/types/google/api/http.js +0 -260
  1777. package/cosmos.staking.v1beta1/types/google/api/http.ts +0 -589
  1778. package/cosmos.staking.v1beta1/types/google/protobuf/any.js +0 -99
  1779. package/cosmos.staking.v1beta1/types/google/protobuf/any.ts +0 -240
  1780. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1781. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1782. package/cosmos.staking.v1beta1/types/google/protobuf/duration.js +0 -84
  1783. package/cosmos.staking.v1beta1/types/google/protobuf/duration.ts +0 -187
  1784. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1785. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1786. package/cosmos.staking.v1beta1/types/tendermint/abci/types.js +0 -3812
  1787. package/cosmos.staking.v1beta1/types/tendermint/abci/types.ts +0 -4525
  1788. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1789. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1790. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1791. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1792. package/cosmos.staking.v1beta1/types/tendermint/types/params.js +0 -369
  1793. package/cosmos.staking.v1beta1/types/tendermint/types/params.ts +0 -498
  1794. package/cosmos.staking.v1beta1/types/tendermint/types/types.js +0 -1207
  1795. package/cosmos.staking.v1beta1/types/tendermint/types/types.ts +0 -1452
  1796. package/cosmos.staking.v1beta1/types/tendermint/types/validator.js +0 -254
  1797. package/cosmos.staking.v1beta1/types/tendermint/types/validator.ts +0 -308
  1798. package/cosmos.staking.v1beta1/types/tendermint/version/types.js +0 -133
  1799. package/cosmos.staking.v1beta1/types/tendermint/version/types.ts +0 -184
  1800. package/cosmos.staking.v1beta1/types.js +0 -24
  1801. package/cosmos.tx.v1beta1/index.js +0 -5
  1802. package/cosmos.tx.v1beta1/module.js +0 -82
  1803. package/cosmos.tx.v1beta1/registry.js +0 -2
  1804. package/cosmos.tx.v1beta1/rest.js +0 -256
  1805. package/cosmos.tx.v1beta1/types/amino/amino.js +0 -2
  1806. package/cosmos.tx.v1beta1/types/amino/amino.ts +0 -2
  1807. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.js +0 -803
  1808. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.ts +0 -1040
  1809. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1810. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1811. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1812. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1813. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.js +0 -147
  1814. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.ts +0 -195
  1815. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.js +0 -449
  1816. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.ts +0 -556
  1817. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.js +0 -802
  1818. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.ts +0 -1057
  1819. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.js +0 -959
  1820. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.ts +0 -1355
  1821. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1822. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1823. package/cosmos.tx.v1beta1/types/gogoproto/gogo.js +0 -2
  1824. package/cosmos.tx.v1beta1/types/gogoproto/gogo.ts +0 -2
  1825. package/cosmos.tx.v1beta1/types/google/api/annotations.js +0 -2
  1826. package/cosmos.tx.v1beta1/types/google/api/annotations.ts +0 -2
  1827. package/cosmos.tx.v1beta1/types/google/api/http.js +0 -260
  1828. package/cosmos.tx.v1beta1/types/google/api/http.ts +0 -589
  1829. package/cosmos.tx.v1beta1/types/google/protobuf/any.js +0 -99
  1830. package/cosmos.tx.v1beta1/types/google/protobuf/any.ts +0 -240
  1831. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1832. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1833. package/cosmos.tx.v1beta1/types/google/protobuf/duration.js +0 -84
  1834. package/cosmos.tx.v1beta1/types/google/protobuf/duration.ts +0 -187
  1835. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1836. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1837. package/cosmos.tx.v1beta1/types/tendermint/abci/types.js +0 -3486
  1838. package/cosmos.tx.v1beta1/types/tendermint/abci/types.ts +0 -4154
  1839. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1840. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1841. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1842. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1843. package/cosmos.tx.v1beta1/types/tendermint/types/block.js +0 -86
  1844. package/cosmos.tx.v1beta1/types/tendermint/types/block.ts +0 -112
  1845. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.js +0 -343
  1846. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.ts +0 -412
  1847. package/cosmos.tx.v1beta1/types/tendermint/types/params.js +0 -378
  1848. package/cosmos.tx.v1beta1/types/tendermint/types/params.ts +0 -514
  1849. package/cosmos.tx.v1beta1/types/tendermint/types/types.js +0 -1207
  1850. package/cosmos.tx.v1beta1/types/tendermint/types/types.ts +0 -1452
  1851. package/cosmos.tx.v1beta1/types/tendermint/types/validator.js +0 -254
  1852. package/cosmos.tx.v1beta1/types/tendermint/types/validator.ts +0 -308
  1853. package/cosmos.tx.v1beta1/types/tendermint/version/types.js +0 -133
  1854. package/cosmos.tx.v1beta1/types/tendermint/version/types.ts +0 -184
  1855. package/cosmos.tx.v1beta1/types.js +0 -14
  1856. package/cosmos.upgrade.v1beta1/index.js +0 -5
  1857. package/cosmos.upgrade.v1beta1/module.js +0 -113
  1858. package/cosmos.upgrade.v1beta1/registry.js +0 -7
  1859. package/cosmos.upgrade.v1beta1/rest.js +0 -162
  1860. package/cosmos.upgrade.v1beta1/types/amino/amino.js +0 -2
  1861. package/cosmos.upgrade.v1beta1/types/amino/amino.ts +0 -2
  1862. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1863. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1864. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.js +0 -501
  1865. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.ts +0 -728
  1866. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.js +0 -183
  1867. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.ts +0 -284
  1868. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1869. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1870. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1871. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1872. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.js +0 -2
  1873. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.ts +0 -2
  1874. package/cosmos.upgrade.v1beta1/types/google/api/annotations.js +0 -2
  1875. package/cosmos.upgrade.v1beta1/types/google/api/annotations.ts +0 -2
  1876. package/cosmos.upgrade.v1beta1/types/google/api/http.js +0 -260
  1877. package/cosmos.upgrade.v1beta1/types/google/api/http.ts +0 -589
  1878. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.js +0 -99
  1879. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.ts +0 -240
  1880. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1881. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1882. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1883. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1884. package/cosmos.upgrade.v1beta1/types.js +0 -5
  1885. package/cosmos.vesting.v1beta1/index.js +0 -5
  1886. package/cosmos.vesting.v1beta1/module.js +0 -140
  1887. package/cosmos.vesting.v1beta1/registry.js +0 -9
  1888. package/cosmos.vesting.v1beta1/rest.js +0 -83
  1889. package/cosmos.vesting.v1beta1/types/amino/amino.js +0 -2
  1890. package/cosmos.vesting.v1beta1/types/amino/amino.ts +0 -2
  1891. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
  1892. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
  1893. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1894. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1895. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1896. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1897. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.js +0 -383
  1898. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.ts +0 -542
  1899. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.js +0 -422
  1900. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.ts +0 -534
  1901. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1902. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1903. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.js +0 -2
  1904. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.ts +0 -2
  1905. package/cosmos.vesting.v1beta1/types/google/protobuf/any.js +0 -99
  1906. package/cosmos.vesting.v1beta1/types/google/protobuf/any.ts +0 -240
  1907. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1908. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1909. package/cosmos.vesting.v1beta1/types.js +0 -7
  1910. package/ibc.applications.interchain_accounts.controller.v1/index.js +0 -5
  1911. package/ibc.applications.interchain_accounts.controller.v1/module.js +0 -58
  1912. package/ibc.applications.interchain_accounts.controller.v1/registry.js +0 -2
  1913. package/ibc.applications.interchain_accounts.controller.v1/rest.js +0 -123
  1914. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.js +0 -2
  1915. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.ts +0 -2
  1916. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.js +0 -2
  1917. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.ts +0 -2
  1918. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.js +0 -260
  1919. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.ts +0 -589
  1920. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.js +0 -99
  1921. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.ts +0 -240
  1922. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.js +0 -2830
  1923. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.ts +0 -3753
  1924. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -47
  1925. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +0 -75
  1926. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.js +0 -193
  1927. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.ts +0 -274
  1928. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -266
  1929. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +0 -361
  1930. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.js +0 -192
  1931. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.ts +0 -234
  1932. package/ibc.applications.interchain_accounts.controller.v1/types.js +0 -2
  1933. package/ibc.applications.interchain_accounts.host.v1/index.js +0 -5
  1934. package/ibc.applications.interchain_accounts.host.v1/module.js +0 -58
  1935. package/ibc.applications.interchain_accounts.host.v1/registry.js +0 -2
  1936. package/ibc.applications.interchain_accounts.host.v1/rest.js +0 -100
  1937. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.js +0 -2
  1938. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.ts +0 -2
  1939. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.js +0 -2
  1940. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.ts +0 -2
  1941. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.js +0 -260
  1942. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.ts +0 -589
  1943. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.js +0 -2830
  1944. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.ts +0 -3753
  1945. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.js +0 -63
  1946. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.ts +0 -92
  1947. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.js +0 -94
  1948. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.ts +0 -141
  1949. package/ibc.applications.interchain_accounts.host.v1/types.js +0 -2
  1950. package/ibc.applications.transfer.v1/index.js +0 -5
  1951. package/ibc.applications.transfer.v1/module.js +0 -86
  1952. package/ibc.applications.transfer.v1/registry.js +0 -5
  1953. package/ibc.applications.transfer.v1/rest.js +0 -157
  1954. package/ibc.applications.transfer.v1/types/amino/amino.js +0 -2
  1955. package/ibc.applications.transfer.v1/types/amino/amino.ts +0 -2
  1956. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1957. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1958. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.js +0 -192
  1959. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1960. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1961. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1962. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.js +0 -171
  1963. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.ts +0 -247
  1964. package/ibc.applications.transfer.v1/types/gogoproto/gogo.js +0 -2
  1965. package/ibc.applications.transfer.v1/types/gogoproto/gogo.ts +0 -2
  1966. package/ibc.applications.transfer.v1/types/google/api/annotations.js +0 -2
  1967. package/ibc.applications.transfer.v1/types/google/api/annotations.ts +0 -2
  1968. package/ibc.applications.transfer.v1/types/google/api/http.js +0 -260
  1969. package/ibc.applications.transfer.v1/types/google/api/http.ts +0 -589
  1970. package/ibc.applications.transfer.v1/types/google/protobuf/any.js +0 -99
  1971. package/ibc.applications.transfer.v1/types/google/protobuf/any.ts +0 -240
  1972. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.js +0 -2830
  1973. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.ts +0 -3753
  1974. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.js +0 -84
  1975. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.ts +0 -216
  1976. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.js +0 -135
  1977. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.ts +0 -178
  1978. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.js +0 -75
  1979. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.ts +0 -100
  1980. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.js +0 -483
  1981. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.ts +0 -659
  1982. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.js +0 -110
  1983. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.ts +0 -168
  1984. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.js +0 -204
  1985. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.ts +0 -287
  1986. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.js +0 -448
  1987. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.ts +0 -608
  1988. package/ibc.applications.transfer.v1/types.js +0 -3
  1989. package/ibc.core.channel.v1/index.js +0 -5
  1990. package/ibc.core.channel.v1/module.js +0 -75
  1991. package/ibc.core.channel.v1/registry.js +0 -2
  1992. package/ibc.core.channel.v1/rest.js +0 -323
  1993. package/ibc.core.channel.v1/types/amino/amino.js +0 -2
  1994. package/ibc.core.channel.v1/types/amino/amino.ts +0 -2
  1995. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1996. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1997. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1998. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1999. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.js +0 -171
  2000. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.ts +0 -247
  2001. package/ibc.core.channel.v1/types/gogoproto/gogo.js +0 -2
  2002. package/ibc.core.channel.v1/types/gogoproto/gogo.ts +0 -2
  2003. package/ibc.core.channel.v1/types/google/api/annotations.js +0 -2
  2004. package/ibc.core.channel.v1/types/google/api/annotations.ts +0 -2
  2005. package/ibc.core.channel.v1/types/google/api/http.js +0 -260
  2006. package/ibc.core.channel.v1/types/google/api/http.ts +0 -589
  2007. package/ibc.core.channel.v1/types/google/protobuf/any.js +0 -99
  2008. package/ibc.core.channel.v1/types/google/protobuf/any.ts +0 -240
  2009. package/ibc.core.channel.v1/types/google/protobuf/descriptor.js +0 -2830
  2010. package/ibc.core.channel.v1/types/google/protobuf/descriptor.ts +0 -3753
  2011. package/ibc.core.channel.v1/types/google/protobuf/timestamp.js +0 -84
  2012. package/ibc.core.channel.v1/types/google/protobuf/timestamp.ts +0 -216
  2013. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.js +0 -714
  2014. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.ts +0 -905
  2015. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.js +0 -254
  2016. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.ts +0 -301
  2017. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.js +0 -1866
  2018. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.ts +0 -2472
  2019. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.js +0 -1425
  2020. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.ts +0 -1784
  2021. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.js +0 -448
  2022. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.ts +0 -608
  2023. package/ibc.core.channel.v1/types.js +0 -9
  2024. package/ibc.core.client.v1/index.js +0 -5
  2025. package/ibc.core.client.v1/module.js +0 -77
  2026. package/ibc.core.client.v1/registry.js +0 -2
  2027. package/ibc.core.client.v1/rest.js +0 -218
  2028. package/ibc.core.client.v1/types/amino/amino.js +0 -2
  2029. package/ibc.core.client.v1/types/amino/amino.ts +0 -2
  2030. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  2031. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  2032. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  2033. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  2034. package/ibc.core.client.v1/types/cosmos_proto/cosmos.js +0 -171
  2035. package/ibc.core.client.v1/types/cosmos_proto/cosmos.ts +0 -247
  2036. package/ibc.core.client.v1/types/gogoproto/gogo.js +0 -2
  2037. package/ibc.core.client.v1/types/gogoproto/gogo.ts +0 -2
  2038. package/ibc.core.client.v1/types/google/api/annotations.js +0 -2
  2039. package/ibc.core.client.v1/types/google/api/annotations.ts +0 -2
  2040. package/ibc.core.client.v1/types/google/api/http.js +0 -260
  2041. package/ibc.core.client.v1/types/google/api/http.ts +0 -589
  2042. package/ibc.core.client.v1/types/google/protobuf/any.js +0 -99
  2043. package/ibc.core.client.v1/types/google/protobuf/any.ts +0 -240
  2044. package/ibc.core.client.v1/types/google/protobuf/descriptor.js +0 -2830
  2045. package/ibc.core.client.v1/types/google/protobuf/descriptor.ts +0 -3753
  2046. package/ibc.core.client.v1/types/google/protobuf/timestamp.js +0 -84
  2047. package/ibc.core.client.v1/types/google/protobuf/timestamp.ts +0 -216
  2048. package/ibc.core.client.v1/types/ibc/core/client/v1/client.js +0 -448
  2049. package/ibc.core.client.v1/types/ibc/core/client/v1/client.ts +0 -608
  2050. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.js +0 -287
  2051. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.ts +0 -357
  2052. package/ibc.core.client.v1/types/ibc/core/client/v1/query.js +0 -1026
  2053. package/ibc.core.client.v1/types/ibc/core/client/v1/query.ts +0 -1390
  2054. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.js +0 -509
  2055. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.ts +0 -691
  2056. package/ibc.core.client.v1/types.js +0 -10
  2057. package/ibc.core.connection.v1/index.js +0 -5
  2058. package/ibc.core.connection.v1/module.js +0 -73
  2059. package/ibc.core.connection.v1/registry.js +0 -2
  2060. package/ibc.core.connection.v1/rest.js +0 -191
  2061. package/ibc.core.connection.v1/types/amino/amino.js +0 -2
  2062. package/ibc.core.connection.v1/types/amino/amino.ts +0 -2
  2063. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  2064. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  2065. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.js +0 -1126
  2066. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.ts +0 -1408
  2067. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  2068. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  2069. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.js +0 -171
  2070. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.ts +0 -247
  2071. package/ibc.core.connection.v1/types/gogoproto/gogo.js +0 -2
  2072. package/ibc.core.connection.v1/types/gogoproto/gogo.ts +0 -2
  2073. package/ibc.core.connection.v1/types/google/api/annotations.js +0 -2
  2074. package/ibc.core.connection.v1/types/google/api/annotations.ts +0 -2
  2075. package/ibc.core.connection.v1/types/google/api/http.js +0 -260
  2076. package/ibc.core.connection.v1/types/google/api/http.ts +0 -589
  2077. package/ibc.core.connection.v1/types/google/protobuf/any.js +0 -99
  2078. package/ibc.core.connection.v1/types/google/protobuf/any.ts +0 -240
  2079. package/ibc.core.connection.v1/types/google/protobuf/descriptor.js +0 -2830
  2080. package/ibc.core.connection.v1/types/google/protobuf/descriptor.ts +0 -3753
  2081. package/ibc.core.connection.v1/types/google/protobuf/timestamp.js +0 -84
  2082. package/ibc.core.connection.v1/types/google/protobuf/timestamp.ts +0 -216
  2083. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.js +0 -448
  2084. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.ts +0 -608
  2085. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +0 -223
  2086. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.ts +0 -299
  2087. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.js +0 -537
  2088. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.ts +0 -698
  2089. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.js +0 -120
  2090. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.ts +0 -152
  2091. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.js +0 -766
  2092. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.ts +0 -1041
  2093. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +0 -705
  2094. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.ts +0 -908
  2095. package/ibc.core.connection.v1/types/proofs.js +0 -1126
  2096. package/ibc.core.connection.v1/types/proofs.ts +0 -1408
  2097. package/ibc.core.connection.v1/types.js +0 -8
  2098. package/index.js +0 -64
  2099. /package/{DecentralCardGame.cardchain.featureflag → cosmos.base.node.v1beta1}/registry.ts +0 -0
  2100. /package/{DecentralCardGame.cardchain.featureflag → lib/cosmos.base.node.v1beta1}/registry.js +0 -0
  2101. /package/{cosmos.consensus.v1/types.js → lib/cosmos.base.node.v1beta1/types.d.ts} +0 -0
  2102. /package/{cosmos.crisis.v1beta1 → lib/cosmos.base.node.v1beta1}/types.js +0 -0
  2103. /package/{cosmos.auth.v1beta1 → lib/cosmos.base.tendermint.v1beta1}/registry.js +0 -0
  2104. /package/{env.js → lib/cosmos.consensus.v1/types.d.ts} +0 -0
  2105. /package/{modules.js → lib/cosmos.consensus.v1/types.js} +0 -0
  2106. /package/{cosmos.base.tendermint.v1beta1 → lib/cosmos.params.v1beta1}/registry.js +0 -0
  2107. /package/{cosmos.mint.v1beta1 → lib/cosmos.tx.v1beta1}/registry.js +0 -0
  2108. /package/{helpers.js → lib/helpers.js} +0 -0
@@ -0,0 +1,2631 @@
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/tx.proto
6
+
7
+ /* eslint-disable */
8
+ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
9
+ import { Any } from "../../../google/protobuf/any";
10
+ import {
11
+ MemberRequest,
12
+ ProposalExecutorResult,
13
+ proposalExecutorResultFromJSON,
14
+ proposalExecutorResultToJSON,
15
+ VoteOption,
16
+ voteOptionFromJSON,
17
+ voteOptionToJSON,
18
+ } from "./types";
19
+
20
+ export const protobufPackage = "cosmos.group.v1";
21
+
22
+ /** Since: cosmos-sdk 0.46 */
23
+
24
+ /** Exec defines modes of execution of a proposal on creation or on new vote. */
25
+ export enum Exec {
26
+ /**
27
+ * EXEC_UNSPECIFIED - An empty value means that there should be a separate
28
+ * MsgExec request for the proposal to execute.
29
+ */
30
+ EXEC_UNSPECIFIED = 0,
31
+ /**
32
+ * EXEC_TRY - Try to execute the proposal immediately.
33
+ * If the proposal is not allowed per the DecisionPolicy,
34
+ * the proposal will still be open and could
35
+ * be executed at a later point.
36
+ */
37
+ EXEC_TRY = 1,
38
+ UNRECOGNIZED = -1,
39
+ }
40
+
41
+ export function execFromJSON(object: any): Exec {
42
+ switch (object) {
43
+ case 0:
44
+ case "EXEC_UNSPECIFIED":
45
+ return Exec.EXEC_UNSPECIFIED;
46
+ case 1:
47
+ case "EXEC_TRY":
48
+ return Exec.EXEC_TRY;
49
+ case -1:
50
+ case "UNRECOGNIZED":
51
+ default:
52
+ return Exec.UNRECOGNIZED;
53
+ }
54
+ }
55
+
56
+ export function execToJSON(object: Exec): string {
57
+ switch (object) {
58
+ case Exec.EXEC_UNSPECIFIED:
59
+ return "EXEC_UNSPECIFIED";
60
+ case Exec.EXEC_TRY:
61
+ return "EXEC_TRY";
62
+ case Exec.UNRECOGNIZED:
63
+ default:
64
+ return "UNRECOGNIZED";
65
+ }
66
+ }
67
+
68
+ /** MsgCreateGroup is the Msg/CreateGroup request type. */
69
+ export interface MsgCreateGroup {
70
+ /** admin is the account address of the group admin. */
71
+ admin: string;
72
+ /** members defines the group members. */
73
+ members: MemberRequest[];
74
+ /** metadata is any arbitrary metadata to attached to the group. */
75
+ metadata: string;
76
+ }
77
+
78
+ /** MsgCreateGroupResponse is the Msg/CreateGroup response type. */
79
+ export interface MsgCreateGroupResponse {
80
+ /** group_id is the unique ID of the newly created group. */
81
+ groupId: number;
82
+ }
83
+
84
+ /** MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type. */
85
+ export interface MsgUpdateGroupMembers {
86
+ /** admin is the account address of the group admin. */
87
+ admin: string;
88
+ /** group_id is the unique ID of the group. */
89
+ groupId: number;
90
+ /**
91
+ * member_updates is the list of members to update,
92
+ * set weight to 0 to remove a member.
93
+ */
94
+ memberUpdates: MemberRequest[];
95
+ }
96
+
97
+ /** MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type. */
98
+ export interface MsgUpdateGroupMembersResponse {
99
+ }
100
+
101
+ /** MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type. */
102
+ export interface MsgUpdateGroupAdmin {
103
+ /** admin is the current account address of the group admin. */
104
+ admin: string;
105
+ /** group_id is the unique ID of the group. */
106
+ groupId: number;
107
+ /** new_admin is the group new admin account address. */
108
+ newAdmin: string;
109
+ }
110
+
111
+ /** MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type. */
112
+ export interface MsgUpdateGroupAdminResponse {
113
+ }
114
+
115
+ /** MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type. */
116
+ export interface MsgUpdateGroupMetadata {
117
+ /** admin is the account address of the group admin. */
118
+ admin: string;
119
+ /** group_id is the unique ID of the group. */
120
+ groupId: number;
121
+ /** metadata is the updated group's metadata. */
122
+ metadata: string;
123
+ }
124
+
125
+ /** MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type. */
126
+ export interface MsgUpdateGroupMetadataResponse {
127
+ }
128
+
129
+ /** MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type. */
130
+ export interface MsgCreateGroupPolicy {
131
+ /** admin is the account address of the group admin. */
132
+ admin: string;
133
+ /** group_id is the unique ID of the group. */
134
+ groupId: number;
135
+ /** metadata is any arbitrary metadata attached to the group policy. */
136
+ metadata: string;
137
+ /** decision_policy specifies the group policy's decision policy. */
138
+ decisionPolicy: Any | undefined;
139
+ }
140
+
141
+ /** MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type. */
142
+ export interface MsgCreateGroupPolicyResponse {
143
+ /** address is the account address of the newly created group policy. */
144
+ address: string;
145
+ }
146
+
147
+ /** MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type. */
148
+ export interface MsgUpdateGroupPolicyAdmin {
149
+ /** admin is the account address of the group admin. */
150
+ admin: string;
151
+ /** group_policy_address is the account address of the group policy. */
152
+ groupPolicyAddress: string;
153
+ /** new_admin is the new group policy admin. */
154
+ newAdmin: string;
155
+ }
156
+
157
+ /** MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type. */
158
+ export interface MsgUpdateGroupPolicyAdminResponse {
159
+ }
160
+
161
+ /** MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type. */
162
+ export interface MsgCreateGroupWithPolicy {
163
+ /** admin is the account address of the group and group policy admin. */
164
+ admin: string;
165
+ /** members defines the group members. */
166
+ members: MemberRequest[];
167
+ /** group_metadata is any arbitrary metadata attached to the group. */
168
+ groupMetadata: string;
169
+ /** group_policy_metadata is any arbitrary metadata attached to the group policy. */
170
+ groupPolicyMetadata: string;
171
+ /**
172
+ * group_policy_as_admin is a boolean field, if set to true, the group policy account address will be used as group
173
+ * and group policy admin.
174
+ */
175
+ groupPolicyAsAdmin: boolean;
176
+ /** decision_policy specifies the group policy's decision policy. */
177
+ decisionPolicy: Any | undefined;
178
+ }
179
+
180
+ /** MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type. */
181
+ export interface MsgCreateGroupWithPolicyResponse {
182
+ /** group_id is the unique ID of the newly created group with policy. */
183
+ groupId: number;
184
+ /** group_policy_address is the account address of the newly created group policy. */
185
+ groupPolicyAddress: string;
186
+ }
187
+
188
+ /** MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type. */
189
+ export interface MsgUpdateGroupPolicyDecisionPolicy {
190
+ /** admin is the account address of the group admin. */
191
+ admin: string;
192
+ /** group_policy_address is the account address of group policy. */
193
+ groupPolicyAddress: string;
194
+ /** decision_policy is the updated group policy's decision policy. */
195
+ decisionPolicy: Any | undefined;
196
+ }
197
+
198
+ /** MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type. */
199
+ export interface MsgUpdateGroupPolicyDecisionPolicyResponse {
200
+ }
201
+
202
+ /** MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type. */
203
+ export interface MsgUpdateGroupPolicyMetadata {
204
+ /** admin is the account address of the group admin. */
205
+ admin: string;
206
+ /** group_policy_address is the account address of group policy. */
207
+ groupPolicyAddress: string;
208
+ /** metadata is the group policy metadata to be updated. */
209
+ metadata: string;
210
+ }
211
+
212
+ /** MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type. */
213
+ export interface MsgUpdateGroupPolicyMetadataResponse {
214
+ }
215
+
216
+ /** MsgSubmitProposal is the Msg/SubmitProposal request type. */
217
+ export interface MsgSubmitProposal {
218
+ /** group_policy_address is the account address of group policy. */
219
+ groupPolicyAddress: string;
220
+ /**
221
+ * proposers are the account addresses of the proposers.
222
+ * Proposers signatures will be counted as yes votes.
223
+ */
224
+ proposers: string[];
225
+ /** metadata is any arbitrary metadata attached to the proposal. */
226
+ metadata: string;
227
+ /** messages is a list of `sdk.Msg`s that will be executed if the proposal passes. */
228
+ messages: Any[];
229
+ /**
230
+ * exec defines the mode of execution of the proposal,
231
+ * whether it should be executed immediately on creation or not.
232
+ * If so, proposers signatures are considered as Yes votes.
233
+ */
234
+ exec: Exec;
235
+ /**
236
+ * title is the title of the proposal.
237
+ *
238
+ * Since: cosmos-sdk 0.47
239
+ */
240
+ title: string;
241
+ /**
242
+ * summary is the summary of the proposal.
243
+ *
244
+ * Since: cosmos-sdk 0.47
245
+ */
246
+ summary: string;
247
+ }
248
+
249
+ /** MsgSubmitProposalResponse is the Msg/SubmitProposal response type. */
250
+ export interface MsgSubmitProposalResponse {
251
+ /** proposal is the unique ID of the proposal. */
252
+ proposalId: number;
253
+ }
254
+
255
+ /** MsgWithdrawProposal is the Msg/WithdrawProposal request type. */
256
+ export interface MsgWithdrawProposal {
257
+ /** proposal is the unique ID of the proposal. */
258
+ proposalId: number;
259
+ /** address is the admin of the group policy or one of the proposer of the proposal. */
260
+ address: string;
261
+ }
262
+
263
+ /** MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type. */
264
+ export interface MsgWithdrawProposalResponse {
265
+ }
266
+
267
+ /** MsgVote is the Msg/Vote request type. */
268
+ export interface MsgVote {
269
+ /** proposal is the unique ID of the proposal. */
270
+ proposalId: number;
271
+ /** voter is the voter account address. */
272
+ voter: string;
273
+ /** option is the voter's choice on the proposal. */
274
+ option: VoteOption;
275
+ /** metadata is any arbitrary metadata attached to the vote. */
276
+ metadata: string;
277
+ /**
278
+ * exec defines whether the proposal should be executed
279
+ * immediately after voting or not.
280
+ */
281
+ exec: Exec;
282
+ }
283
+
284
+ /** MsgVoteResponse is the Msg/Vote response type. */
285
+ export interface MsgVoteResponse {
286
+ }
287
+
288
+ /** MsgExec is the Msg/Exec request type. */
289
+ export interface MsgExec {
290
+ /** proposal is the unique ID of the proposal. */
291
+ proposalId: number;
292
+ /** executor is the account address used to execute the proposal. */
293
+ executor: string;
294
+ }
295
+
296
+ /** MsgExecResponse is the Msg/Exec request type. */
297
+ export interface MsgExecResponse {
298
+ /** result is the final result of the proposal execution. */
299
+ result: ProposalExecutorResult;
300
+ }
301
+
302
+ /** MsgLeaveGroup is the Msg/LeaveGroup request type. */
303
+ export interface MsgLeaveGroup {
304
+ /** address is the account address of the group member. */
305
+ address: string;
306
+ /** group_id is the unique ID of the group. */
307
+ groupId: number;
308
+ }
309
+
310
+ /** MsgLeaveGroupResponse is the Msg/LeaveGroup response type. */
311
+ export interface MsgLeaveGroupResponse {
312
+ }
313
+
314
+ function createBaseMsgCreateGroup(): MsgCreateGroup {
315
+ return { admin: "", members: [], metadata: "" };
316
+ }
317
+
318
+ export const MsgCreateGroup: MessageFns<MsgCreateGroup> = {
319
+ encode(message: MsgCreateGroup, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
320
+ if (message.admin !== "") {
321
+ writer.uint32(10).string(message.admin);
322
+ }
323
+ for (const v of message.members) {
324
+ MemberRequest.encode(v!, writer.uint32(18).fork()).join();
325
+ }
326
+ if (message.metadata !== "") {
327
+ writer.uint32(26).string(message.metadata);
328
+ }
329
+ return writer;
330
+ },
331
+
332
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroup {
333
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
334
+ let end = length === undefined ? reader.len : reader.pos + length;
335
+ const message = createBaseMsgCreateGroup();
336
+ while (reader.pos < end) {
337
+ const tag = reader.uint32();
338
+ switch (tag >>> 3) {
339
+ case 1: {
340
+ if (tag !== 10) {
341
+ break;
342
+ }
343
+
344
+ message.admin = reader.string();
345
+ continue;
346
+ }
347
+ case 2: {
348
+ if (tag !== 18) {
349
+ break;
350
+ }
351
+
352
+ message.members.push(MemberRequest.decode(reader, reader.uint32()));
353
+ continue;
354
+ }
355
+ case 3: {
356
+ if (tag !== 26) {
357
+ break;
358
+ }
359
+
360
+ message.metadata = reader.string();
361
+ continue;
362
+ }
363
+ }
364
+ if ((tag & 7) === 4 || tag === 0) {
365
+ break;
366
+ }
367
+ reader.skip(tag & 7);
368
+ }
369
+ return message;
370
+ },
371
+
372
+ fromJSON(object: any): MsgCreateGroup {
373
+ return {
374
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
375
+ members: globalThis.Array.isArray(object?.members)
376
+ ? object.members.map((e: any) => MemberRequest.fromJSON(e))
377
+ : [],
378
+ metadata: isSet(object.metadata) ? globalThis.String(object.metadata) : "",
379
+ };
380
+ },
381
+
382
+ toJSON(message: MsgCreateGroup): unknown {
383
+ const obj: any = {};
384
+ if (message.admin !== "") {
385
+ obj.admin = message.admin;
386
+ }
387
+ if (message.members?.length) {
388
+ obj.members = message.members.map((e) => MemberRequest.toJSON(e));
389
+ }
390
+ if (message.metadata !== "") {
391
+ obj.metadata = message.metadata;
392
+ }
393
+ return obj;
394
+ },
395
+
396
+ create<I extends Exact<DeepPartial<MsgCreateGroup>, I>>(base?: I): MsgCreateGroup {
397
+ return MsgCreateGroup.fromPartial(base ?? ({} as any));
398
+ },
399
+ fromPartial<I extends Exact<DeepPartial<MsgCreateGroup>, I>>(object: I): MsgCreateGroup {
400
+ const message = createBaseMsgCreateGroup();
401
+ message.admin = object.admin ?? "";
402
+ message.members = object.members?.map((e) => MemberRequest.fromPartial(e)) || [];
403
+ message.metadata = object.metadata ?? "";
404
+ return message;
405
+ },
406
+ };
407
+
408
+ function createBaseMsgCreateGroupResponse(): MsgCreateGroupResponse {
409
+ return { groupId: 0 };
410
+ }
411
+
412
+ export const MsgCreateGroupResponse: MessageFns<MsgCreateGroupResponse> = {
413
+ encode(message: MsgCreateGroupResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
414
+ if (message.groupId !== 0) {
415
+ writer.uint32(8).uint64(message.groupId);
416
+ }
417
+ return writer;
418
+ },
419
+
420
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupResponse {
421
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
422
+ let end = length === undefined ? reader.len : reader.pos + length;
423
+ const message = createBaseMsgCreateGroupResponse();
424
+ while (reader.pos < end) {
425
+ const tag = reader.uint32();
426
+ switch (tag >>> 3) {
427
+ case 1: {
428
+ if (tag !== 8) {
429
+ break;
430
+ }
431
+
432
+ message.groupId = longToNumber(reader.uint64());
433
+ continue;
434
+ }
435
+ }
436
+ if ((tag & 7) === 4 || tag === 0) {
437
+ break;
438
+ }
439
+ reader.skip(tag & 7);
440
+ }
441
+ return message;
442
+ },
443
+
444
+ fromJSON(object: any): MsgCreateGroupResponse {
445
+ return { groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0 };
446
+ },
447
+
448
+ toJSON(message: MsgCreateGroupResponse): unknown {
449
+ const obj: any = {};
450
+ if (message.groupId !== 0) {
451
+ obj.groupId = Math.round(message.groupId);
452
+ }
453
+ return obj;
454
+ },
455
+
456
+ create<I extends Exact<DeepPartial<MsgCreateGroupResponse>, I>>(base?: I): MsgCreateGroupResponse {
457
+ return MsgCreateGroupResponse.fromPartial(base ?? ({} as any));
458
+ },
459
+ fromPartial<I extends Exact<DeepPartial<MsgCreateGroupResponse>, I>>(object: I): MsgCreateGroupResponse {
460
+ const message = createBaseMsgCreateGroupResponse();
461
+ message.groupId = object.groupId ?? 0;
462
+ return message;
463
+ },
464
+ };
465
+
466
+ function createBaseMsgUpdateGroupMembers(): MsgUpdateGroupMembers {
467
+ return { admin: "", groupId: 0, memberUpdates: [] };
468
+ }
469
+
470
+ export const MsgUpdateGroupMembers: MessageFns<MsgUpdateGroupMembers> = {
471
+ encode(message: MsgUpdateGroupMembers, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
472
+ if (message.admin !== "") {
473
+ writer.uint32(10).string(message.admin);
474
+ }
475
+ if (message.groupId !== 0) {
476
+ writer.uint32(16).uint64(message.groupId);
477
+ }
478
+ for (const v of message.memberUpdates) {
479
+ MemberRequest.encode(v!, writer.uint32(26).fork()).join();
480
+ }
481
+ return writer;
482
+ },
483
+
484
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMembers {
485
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
486
+ let end = length === undefined ? reader.len : reader.pos + length;
487
+ const message = createBaseMsgUpdateGroupMembers();
488
+ while (reader.pos < end) {
489
+ const tag = reader.uint32();
490
+ switch (tag >>> 3) {
491
+ case 1: {
492
+ if (tag !== 10) {
493
+ break;
494
+ }
495
+
496
+ message.admin = reader.string();
497
+ continue;
498
+ }
499
+ case 2: {
500
+ if (tag !== 16) {
501
+ break;
502
+ }
503
+
504
+ message.groupId = longToNumber(reader.uint64());
505
+ continue;
506
+ }
507
+ case 3: {
508
+ if (tag !== 26) {
509
+ break;
510
+ }
511
+
512
+ message.memberUpdates.push(MemberRequest.decode(reader, reader.uint32()));
513
+ continue;
514
+ }
515
+ }
516
+ if ((tag & 7) === 4 || tag === 0) {
517
+ break;
518
+ }
519
+ reader.skip(tag & 7);
520
+ }
521
+ return message;
522
+ },
523
+
524
+ fromJSON(object: any): MsgUpdateGroupMembers {
525
+ return {
526
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
527
+ groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0,
528
+ memberUpdates: globalThis.Array.isArray(object?.memberUpdates)
529
+ ? object.memberUpdates.map((e: any) => MemberRequest.fromJSON(e))
530
+ : [],
531
+ };
532
+ },
533
+
534
+ toJSON(message: MsgUpdateGroupMembers): unknown {
535
+ const obj: any = {};
536
+ if (message.admin !== "") {
537
+ obj.admin = message.admin;
538
+ }
539
+ if (message.groupId !== 0) {
540
+ obj.groupId = Math.round(message.groupId);
541
+ }
542
+ if (message.memberUpdates?.length) {
543
+ obj.memberUpdates = message.memberUpdates.map((e) => MemberRequest.toJSON(e));
544
+ }
545
+ return obj;
546
+ },
547
+
548
+ create<I extends Exact<DeepPartial<MsgUpdateGroupMembers>, I>>(base?: I): MsgUpdateGroupMembers {
549
+ return MsgUpdateGroupMembers.fromPartial(base ?? ({} as any));
550
+ },
551
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupMembers>, I>>(object: I): MsgUpdateGroupMembers {
552
+ const message = createBaseMsgUpdateGroupMembers();
553
+ message.admin = object.admin ?? "";
554
+ message.groupId = object.groupId ?? 0;
555
+ message.memberUpdates = object.memberUpdates?.map((e) => MemberRequest.fromPartial(e)) || [];
556
+ return message;
557
+ },
558
+ };
559
+
560
+ function createBaseMsgUpdateGroupMembersResponse(): MsgUpdateGroupMembersResponse {
561
+ return {};
562
+ }
563
+
564
+ export const MsgUpdateGroupMembersResponse: MessageFns<MsgUpdateGroupMembersResponse> = {
565
+ encode(_: MsgUpdateGroupMembersResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
566
+ return writer;
567
+ },
568
+
569
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMembersResponse {
570
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
571
+ let end = length === undefined ? reader.len : reader.pos + length;
572
+ const message = createBaseMsgUpdateGroupMembersResponse();
573
+ while (reader.pos < end) {
574
+ const tag = reader.uint32();
575
+ switch (tag >>> 3) {
576
+ }
577
+ if ((tag & 7) === 4 || tag === 0) {
578
+ break;
579
+ }
580
+ reader.skip(tag & 7);
581
+ }
582
+ return message;
583
+ },
584
+
585
+ fromJSON(_: any): MsgUpdateGroupMembersResponse {
586
+ return {};
587
+ },
588
+
589
+ toJSON(_: MsgUpdateGroupMembersResponse): unknown {
590
+ const obj: any = {};
591
+ return obj;
592
+ },
593
+
594
+ create<I extends Exact<DeepPartial<MsgUpdateGroupMembersResponse>, I>>(base?: I): MsgUpdateGroupMembersResponse {
595
+ return MsgUpdateGroupMembersResponse.fromPartial(base ?? ({} as any));
596
+ },
597
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupMembersResponse>, I>>(_: I): MsgUpdateGroupMembersResponse {
598
+ const message = createBaseMsgUpdateGroupMembersResponse();
599
+ return message;
600
+ },
601
+ };
602
+
603
+ function createBaseMsgUpdateGroupAdmin(): MsgUpdateGroupAdmin {
604
+ return { admin: "", groupId: 0, newAdmin: "" };
605
+ }
606
+
607
+ export const MsgUpdateGroupAdmin: MessageFns<MsgUpdateGroupAdmin> = {
608
+ encode(message: MsgUpdateGroupAdmin, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
609
+ if (message.admin !== "") {
610
+ writer.uint32(10).string(message.admin);
611
+ }
612
+ if (message.groupId !== 0) {
613
+ writer.uint32(16).uint64(message.groupId);
614
+ }
615
+ if (message.newAdmin !== "") {
616
+ writer.uint32(26).string(message.newAdmin);
617
+ }
618
+ return writer;
619
+ },
620
+
621
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupAdmin {
622
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
623
+ let end = length === undefined ? reader.len : reader.pos + length;
624
+ const message = createBaseMsgUpdateGroupAdmin();
625
+ while (reader.pos < end) {
626
+ const tag = reader.uint32();
627
+ switch (tag >>> 3) {
628
+ case 1: {
629
+ if (tag !== 10) {
630
+ break;
631
+ }
632
+
633
+ message.admin = reader.string();
634
+ continue;
635
+ }
636
+ case 2: {
637
+ if (tag !== 16) {
638
+ break;
639
+ }
640
+
641
+ message.groupId = longToNumber(reader.uint64());
642
+ continue;
643
+ }
644
+ case 3: {
645
+ if (tag !== 26) {
646
+ break;
647
+ }
648
+
649
+ message.newAdmin = reader.string();
650
+ continue;
651
+ }
652
+ }
653
+ if ((tag & 7) === 4 || tag === 0) {
654
+ break;
655
+ }
656
+ reader.skip(tag & 7);
657
+ }
658
+ return message;
659
+ },
660
+
661
+ fromJSON(object: any): MsgUpdateGroupAdmin {
662
+ return {
663
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
664
+ groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0,
665
+ newAdmin: isSet(object.newAdmin) ? globalThis.String(object.newAdmin) : "",
666
+ };
667
+ },
668
+
669
+ toJSON(message: MsgUpdateGroupAdmin): unknown {
670
+ const obj: any = {};
671
+ if (message.admin !== "") {
672
+ obj.admin = message.admin;
673
+ }
674
+ if (message.groupId !== 0) {
675
+ obj.groupId = Math.round(message.groupId);
676
+ }
677
+ if (message.newAdmin !== "") {
678
+ obj.newAdmin = message.newAdmin;
679
+ }
680
+ return obj;
681
+ },
682
+
683
+ create<I extends Exact<DeepPartial<MsgUpdateGroupAdmin>, I>>(base?: I): MsgUpdateGroupAdmin {
684
+ return MsgUpdateGroupAdmin.fromPartial(base ?? ({} as any));
685
+ },
686
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupAdmin>, I>>(object: I): MsgUpdateGroupAdmin {
687
+ const message = createBaseMsgUpdateGroupAdmin();
688
+ message.admin = object.admin ?? "";
689
+ message.groupId = object.groupId ?? 0;
690
+ message.newAdmin = object.newAdmin ?? "";
691
+ return message;
692
+ },
693
+ };
694
+
695
+ function createBaseMsgUpdateGroupAdminResponse(): MsgUpdateGroupAdminResponse {
696
+ return {};
697
+ }
698
+
699
+ export const MsgUpdateGroupAdminResponse: MessageFns<MsgUpdateGroupAdminResponse> = {
700
+ encode(_: MsgUpdateGroupAdminResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
701
+ return writer;
702
+ },
703
+
704
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupAdminResponse {
705
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
706
+ let end = length === undefined ? reader.len : reader.pos + length;
707
+ const message = createBaseMsgUpdateGroupAdminResponse();
708
+ while (reader.pos < end) {
709
+ const tag = reader.uint32();
710
+ switch (tag >>> 3) {
711
+ }
712
+ if ((tag & 7) === 4 || tag === 0) {
713
+ break;
714
+ }
715
+ reader.skip(tag & 7);
716
+ }
717
+ return message;
718
+ },
719
+
720
+ fromJSON(_: any): MsgUpdateGroupAdminResponse {
721
+ return {};
722
+ },
723
+
724
+ toJSON(_: MsgUpdateGroupAdminResponse): unknown {
725
+ const obj: any = {};
726
+ return obj;
727
+ },
728
+
729
+ create<I extends Exact<DeepPartial<MsgUpdateGroupAdminResponse>, I>>(base?: I): MsgUpdateGroupAdminResponse {
730
+ return MsgUpdateGroupAdminResponse.fromPartial(base ?? ({} as any));
731
+ },
732
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupAdminResponse>, I>>(_: I): MsgUpdateGroupAdminResponse {
733
+ const message = createBaseMsgUpdateGroupAdminResponse();
734
+ return message;
735
+ },
736
+ };
737
+
738
+ function createBaseMsgUpdateGroupMetadata(): MsgUpdateGroupMetadata {
739
+ return { admin: "", groupId: 0, metadata: "" };
740
+ }
741
+
742
+ export const MsgUpdateGroupMetadata: MessageFns<MsgUpdateGroupMetadata> = {
743
+ encode(message: MsgUpdateGroupMetadata, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
744
+ if (message.admin !== "") {
745
+ writer.uint32(10).string(message.admin);
746
+ }
747
+ if (message.groupId !== 0) {
748
+ writer.uint32(16).uint64(message.groupId);
749
+ }
750
+ if (message.metadata !== "") {
751
+ writer.uint32(26).string(message.metadata);
752
+ }
753
+ return writer;
754
+ },
755
+
756
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMetadata {
757
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
758
+ let end = length === undefined ? reader.len : reader.pos + length;
759
+ const message = createBaseMsgUpdateGroupMetadata();
760
+ while (reader.pos < end) {
761
+ const tag = reader.uint32();
762
+ switch (tag >>> 3) {
763
+ case 1: {
764
+ if (tag !== 10) {
765
+ break;
766
+ }
767
+
768
+ message.admin = reader.string();
769
+ continue;
770
+ }
771
+ case 2: {
772
+ if (tag !== 16) {
773
+ break;
774
+ }
775
+
776
+ message.groupId = longToNumber(reader.uint64());
777
+ continue;
778
+ }
779
+ case 3: {
780
+ if (tag !== 26) {
781
+ break;
782
+ }
783
+
784
+ message.metadata = reader.string();
785
+ continue;
786
+ }
787
+ }
788
+ if ((tag & 7) === 4 || tag === 0) {
789
+ break;
790
+ }
791
+ reader.skip(tag & 7);
792
+ }
793
+ return message;
794
+ },
795
+
796
+ fromJSON(object: any): MsgUpdateGroupMetadata {
797
+ return {
798
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
799
+ groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0,
800
+ metadata: isSet(object.metadata) ? globalThis.String(object.metadata) : "",
801
+ };
802
+ },
803
+
804
+ toJSON(message: MsgUpdateGroupMetadata): unknown {
805
+ const obj: any = {};
806
+ if (message.admin !== "") {
807
+ obj.admin = message.admin;
808
+ }
809
+ if (message.groupId !== 0) {
810
+ obj.groupId = Math.round(message.groupId);
811
+ }
812
+ if (message.metadata !== "") {
813
+ obj.metadata = message.metadata;
814
+ }
815
+ return obj;
816
+ },
817
+
818
+ create<I extends Exact<DeepPartial<MsgUpdateGroupMetadata>, I>>(base?: I): MsgUpdateGroupMetadata {
819
+ return MsgUpdateGroupMetadata.fromPartial(base ?? ({} as any));
820
+ },
821
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupMetadata>, I>>(object: I): MsgUpdateGroupMetadata {
822
+ const message = createBaseMsgUpdateGroupMetadata();
823
+ message.admin = object.admin ?? "";
824
+ message.groupId = object.groupId ?? 0;
825
+ message.metadata = object.metadata ?? "";
826
+ return message;
827
+ },
828
+ };
829
+
830
+ function createBaseMsgUpdateGroupMetadataResponse(): MsgUpdateGroupMetadataResponse {
831
+ return {};
832
+ }
833
+
834
+ export const MsgUpdateGroupMetadataResponse: MessageFns<MsgUpdateGroupMetadataResponse> = {
835
+ encode(_: MsgUpdateGroupMetadataResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
836
+ return writer;
837
+ },
838
+
839
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupMetadataResponse {
840
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
841
+ let end = length === undefined ? reader.len : reader.pos + length;
842
+ const message = createBaseMsgUpdateGroupMetadataResponse();
843
+ while (reader.pos < end) {
844
+ const tag = reader.uint32();
845
+ switch (tag >>> 3) {
846
+ }
847
+ if ((tag & 7) === 4 || tag === 0) {
848
+ break;
849
+ }
850
+ reader.skip(tag & 7);
851
+ }
852
+ return message;
853
+ },
854
+
855
+ fromJSON(_: any): MsgUpdateGroupMetadataResponse {
856
+ return {};
857
+ },
858
+
859
+ toJSON(_: MsgUpdateGroupMetadataResponse): unknown {
860
+ const obj: any = {};
861
+ return obj;
862
+ },
863
+
864
+ create<I extends Exact<DeepPartial<MsgUpdateGroupMetadataResponse>, I>>(base?: I): MsgUpdateGroupMetadataResponse {
865
+ return MsgUpdateGroupMetadataResponse.fromPartial(base ?? ({} as any));
866
+ },
867
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupMetadataResponse>, I>>(_: I): MsgUpdateGroupMetadataResponse {
868
+ const message = createBaseMsgUpdateGroupMetadataResponse();
869
+ return message;
870
+ },
871
+ };
872
+
873
+ function createBaseMsgCreateGroupPolicy(): MsgCreateGroupPolicy {
874
+ return { admin: "", groupId: 0, metadata: "", decisionPolicy: undefined };
875
+ }
876
+
877
+ export const MsgCreateGroupPolicy: MessageFns<MsgCreateGroupPolicy> = {
878
+ encode(message: MsgCreateGroupPolicy, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
879
+ if (message.admin !== "") {
880
+ writer.uint32(10).string(message.admin);
881
+ }
882
+ if (message.groupId !== 0) {
883
+ writer.uint32(16).uint64(message.groupId);
884
+ }
885
+ if (message.metadata !== "") {
886
+ writer.uint32(26).string(message.metadata);
887
+ }
888
+ if (message.decisionPolicy !== undefined) {
889
+ Any.encode(message.decisionPolicy, writer.uint32(34).fork()).join();
890
+ }
891
+ return writer;
892
+ },
893
+
894
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupPolicy {
895
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
896
+ let end = length === undefined ? reader.len : reader.pos + length;
897
+ const message = createBaseMsgCreateGroupPolicy();
898
+ while (reader.pos < end) {
899
+ const tag = reader.uint32();
900
+ switch (tag >>> 3) {
901
+ case 1: {
902
+ if (tag !== 10) {
903
+ break;
904
+ }
905
+
906
+ message.admin = reader.string();
907
+ continue;
908
+ }
909
+ case 2: {
910
+ if (tag !== 16) {
911
+ break;
912
+ }
913
+
914
+ message.groupId = longToNumber(reader.uint64());
915
+ continue;
916
+ }
917
+ case 3: {
918
+ if (tag !== 26) {
919
+ break;
920
+ }
921
+
922
+ message.metadata = reader.string();
923
+ continue;
924
+ }
925
+ case 4: {
926
+ if (tag !== 34) {
927
+ break;
928
+ }
929
+
930
+ message.decisionPolicy = Any.decode(reader, reader.uint32());
931
+ continue;
932
+ }
933
+ }
934
+ if ((tag & 7) === 4 || tag === 0) {
935
+ break;
936
+ }
937
+ reader.skip(tag & 7);
938
+ }
939
+ return message;
940
+ },
941
+
942
+ fromJSON(object: any): MsgCreateGroupPolicy {
943
+ return {
944
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
945
+ groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0,
946
+ metadata: isSet(object.metadata) ? globalThis.String(object.metadata) : "",
947
+ decisionPolicy: isSet(object.decisionPolicy) ? Any.fromJSON(object.decisionPolicy) : undefined,
948
+ };
949
+ },
950
+
951
+ toJSON(message: MsgCreateGroupPolicy): unknown {
952
+ const obj: any = {};
953
+ if (message.admin !== "") {
954
+ obj.admin = message.admin;
955
+ }
956
+ if (message.groupId !== 0) {
957
+ obj.groupId = Math.round(message.groupId);
958
+ }
959
+ if (message.metadata !== "") {
960
+ obj.metadata = message.metadata;
961
+ }
962
+ if (message.decisionPolicy !== undefined) {
963
+ obj.decisionPolicy = Any.toJSON(message.decisionPolicy);
964
+ }
965
+ return obj;
966
+ },
967
+
968
+ create<I extends Exact<DeepPartial<MsgCreateGroupPolicy>, I>>(base?: I): MsgCreateGroupPolicy {
969
+ return MsgCreateGroupPolicy.fromPartial(base ?? ({} as any));
970
+ },
971
+ fromPartial<I extends Exact<DeepPartial<MsgCreateGroupPolicy>, I>>(object: I): MsgCreateGroupPolicy {
972
+ const message = createBaseMsgCreateGroupPolicy();
973
+ message.admin = object.admin ?? "";
974
+ message.groupId = object.groupId ?? 0;
975
+ message.metadata = object.metadata ?? "";
976
+ message.decisionPolicy = (object.decisionPolicy !== undefined && object.decisionPolicy !== null)
977
+ ? Any.fromPartial(object.decisionPolicy)
978
+ : undefined;
979
+ return message;
980
+ },
981
+ };
982
+
983
+ function createBaseMsgCreateGroupPolicyResponse(): MsgCreateGroupPolicyResponse {
984
+ return { address: "" };
985
+ }
986
+
987
+ export const MsgCreateGroupPolicyResponse: MessageFns<MsgCreateGroupPolicyResponse> = {
988
+ encode(message: MsgCreateGroupPolicyResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
989
+ if (message.address !== "") {
990
+ writer.uint32(10).string(message.address);
991
+ }
992
+ return writer;
993
+ },
994
+
995
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupPolicyResponse {
996
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
997
+ let end = length === undefined ? reader.len : reader.pos + length;
998
+ const message = createBaseMsgCreateGroupPolicyResponse();
999
+ while (reader.pos < end) {
1000
+ const tag = reader.uint32();
1001
+ switch (tag >>> 3) {
1002
+ case 1: {
1003
+ if (tag !== 10) {
1004
+ break;
1005
+ }
1006
+
1007
+ message.address = reader.string();
1008
+ continue;
1009
+ }
1010
+ }
1011
+ if ((tag & 7) === 4 || tag === 0) {
1012
+ break;
1013
+ }
1014
+ reader.skip(tag & 7);
1015
+ }
1016
+ return message;
1017
+ },
1018
+
1019
+ fromJSON(object: any): MsgCreateGroupPolicyResponse {
1020
+ return { address: isSet(object.address) ? globalThis.String(object.address) : "" };
1021
+ },
1022
+
1023
+ toJSON(message: MsgCreateGroupPolicyResponse): unknown {
1024
+ const obj: any = {};
1025
+ if (message.address !== "") {
1026
+ obj.address = message.address;
1027
+ }
1028
+ return obj;
1029
+ },
1030
+
1031
+ create<I extends Exact<DeepPartial<MsgCreateGroupPolicyResponse>, I>>(base?: I): MsgCreateGroupPolicyResponse {
1032
+ return MsgCreateGroupPolicyResponse.fromPartial(base ?? ({} as any));
1033
+ },
1034
+ fromPartial<I extends Exact<DeepPartial<MsgCreateGroupPolicyResponse>, I>>(object: I): MsgCreateGroupPolicyResponse {
1035
+ const message = createBaseMsgCreateGroupPolicyResponse();
1036
+ message.address = object.address ?? "";
1037
+ return message;
1038
+ },
1039
+ };
1040
+
1041
+ function createBaseMsgUpdateGroupPolicyAdmin(): MsgUpdateGroupPolicyAdmin {
1042
+ return { admin: "", groupPolicyAddress: "", newAdmin: "" };
1043
+ }
1044
+
1045
+ export const MsgUpdateGroupPolicyAdmin: MessageFns<MsgUpdateGroupPolicyAdmin> = {
1046
+ encode(message: MsgUpdateGroupPolicyAdmin, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1047
+ if (message.admin !== "") {
1048
+ writer.uint32(10).string(message.admin);
1049
+ }
1050
+ if (message.groupPolicyAddress !== "") {
1051
+ writer.uint32(18).string(message.groupPolicyAddress);
1052
+ }
1053
+ if (message.newAdmin !== "") {
1054
+ writer.uint32(26).string(message.newAdmin);
1055
+ }
1056
+ return writer;
1057
+ },
1058
+
1059
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyAdmin {
1060
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1061
+ let end = length === undefined ? reader.len : reader.pos + length;
1062
+ const message = createBaseMsgUpdateGroupPolicyAdmin();
1063
+ while (reader.pos < end) {
1064
+ const tag = reader.uint32();
1065
+ switch (tag >>> 3) {
1066
+ case 1: {
1067
+ if (tag !== 10) {
1068
+ break;
1069
+ }
1070
+
1071
+ message.admin = reader.string();
1072
+ continue;
1073
+ }
1074
+ case 2: {
1075
+ if (tag !== 18) {
1076
+ break;
1077
+ }
1078
+
1079
+ message.groupPolicyAddress = reader.string();
1080
+ continue;
1081
+ }
1082
+ case 3: {
1083
+ if (tag !== 26) {
1084
+ break;
1085
+ }
1086
+
1087
+ message.newAdmin = reader.string();
1088
+ continue;
1089
+ }
1090
+ }
1091
+ if ((tag & 7) === 4 || tag === 0) {
1092
+ break;
1093
+ }
1094
+ reader.skip(tag & 7);
1095
+ }
1096
+ return message;
1097
+ },
1098
+
1099
+ fromJSON(object: any): MsgUpdateGroupPolicyAdmin {
1100
+ return {
1101
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
1102
+ groupPolicyAddress: isSet(object.groupPolicyAddress) ? globalThis.String(object.groupPolicyAddress) : "",
1103
+ newAdmin: isSet(object.newAdmin) ? globalThis.String(object.newAdmin) : "",
1104
+ };
1105
+ },
1106
+
1107
+ toJSON(message: MsgUpdateGroupPolicyAdmin): unknown {
1108
+ const obj: any = {};
1109
+ if (message.admin !== "") {
1110
+ obj.admin = message.admin;
1111
+ }
1112
+ if (message.groupPolicyAddress !== "") {
1113
+ obj.groupPolicyAddress = message.groupPolicyAddress;
1114
+ }
1115
+ if (message.newAdmin !== "") {
1116
+ obj.newAdmin = message.newAdmin;
1117
+ }
1118
+ return obj;
1119
+ },
1120
+
1121
+ create<I extends Exact<DeepPartial<MsgUpdateGroupPolicyAdmin>, I>>(base?: I): MsgUpdateGroupPolicyAdmin {
1122
+ return MsgUpdateGroupPolicyAdmin.fromPartial(base ?? ({} as any));
1123
+ },
1124
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupPolicyAdmin>, I>>(object: I): MsgUpdateGroupPolicyAdmin {
1125
+ const message = createBaseMsgUpdateGroupPolicyAdmin();
1126
+ message.admin = object.admin ?? "";
1127
+ message.groupPolicyAddress = object.groupPolicyAddress ?? "";
1128
+ message.newAdmin = object.newAdmin ?? "";
1129
+ return message;
1130
+ },
1131
+ };
1132
+
1133
+ function createBaseMsgUpdateGroupPolicyAdminResponse(): MsgUpdateGroupPolicyAdminResponse {
1134
+ return {};
1135
+ }
1136
+
1137
+ export const MsgUpdateGroupPolicyAdminResponse: MessageFns<MsgUpdateGroupPolicyAdminResponse> = {
1138
+ encode(_: MsgUpdateGroupPolicyAdminResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1139
+ return writer;
1140
+ },
1141
+
1142
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyAdminResponse {
1143
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1144
+ let end = length === undefined ? reader.len : reader.pos + length;
1145
+ const message = createBaseMsgUpdateGroupPolicyAdminResponse();
1146
+ while (reader.pos < end) {
1147
+ const tag = reader.uint32();
1148
+ switch (tag >>> 3) {
1149
+ }
1150
+ if ((tag & 7) === 4 || tag === 0) {
1151
+ break;
1152
+ }
1153
+ reader.skip(tag & 7);
1154
+ }
1155
+ return message;
1156
+ },
1157
+
1158
+ fromJSON(_: any): MsgUpdateGroupPolicyAdminResponse {
1159
+ return {};
1160
+ },
1161
+
1162
+ toJSON(_: MsgUpdateGroupPolicyAdminResponse): unknown {
1163
+ const obj: any = {};
1164
+ return obj;
1165
+ },
1166
+
1167
+ create<I extends Exact<DeepPartial<MsgUpdateGroupPolicyAdminResponse>, I>>(
1168
+ base?: I,
1169
+ ): MsgUpdateGroupPolicyAdminResponse {
1170
+ return MsgUpdateGroupPolicyAdminResponse.fromPartial(base ?? ({} as any));
1171
+ },
1172
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupPolicyAdminResponse>, I>>(
1173
+ _: I,
1174
+ ): MsgUpdateGroupPolicyAdminResponse {
1175
+ const message = createBaseMsgUpdateGroupPolicyAdminResponse();
1176
+ return message;
1177
+ },
1178
+ };
1179
+
1180
+ function createBaseMsgCreateGroupWithPolicy(): MsgCreateGroupWithPolicy {
1181
+ return {
1182
+ admin: "",
1183
+ members: [],
1184
+ groupMetadata: "",
1185
+ groupPolicyMetadata: "",
1186
+ groupPolicyAsAdmin: false,
1187
+ decisionPolicy: undefined,
1188
+ };
1189
+ }
1190
+
1191
+ export const MsgCreateGroupWithPolicy: MessageFns<MsgCreateGroupWithPolicy> = {
1192
+ encode(message: MsgCreateGroupWithPolicy, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1193
+ if (message.admin !== "") {
1194
+ writer.uint32(10).string(message.admin);
1195
+ }
1196
+ for (const v of message.members) {
1197
+ MemberRequest.encode(v!, writer.uint32(18).fork()).join();
1198
+ }
1199
+ if (message.groupMetadata !== "") {
1200
+ writer.uint32(26).string(message.groupMetadata);
1201
+ }
1202
+ if (message.groupPolicyMetadata !== "") {
1203
+ writer.uint32(34).string(message.groupPolicyMetadata);
1204
+ }
1205
+ if (message.groupPolicyAsAdmin !== false) {
1206
+ writer.uint32(40).bool(message.groupPolicyAsAdmin);
1207
+ }
1208
+ if (message.decisionPolicy !== undefined) {
1209
+ Any.encode(message.decisionPolicy, writer.uint32(50).fork()).join();
1210
+ }
1211
+ return writer;
1212
+ },
1213
+
1214
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupWithPolicy {
1215
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1216
+ let end = length === undefined ? reader.len : reader.pos + length;
1217
+ const message = createBaseMsgCreateGroupWithPolicy();
1218
+ while (reader.pos < end) {
1219
+ const tag = reader.uint32();
1220
+ switch (tag >>> 3) {
1221
+ case 1: {
1222
+ if (tag !== 10) {
1223
+ break;
1224
+ }
1225
+
1226
+ message.admin = reader.string();
1227
+ continue;
1228
+ }
1229
+ case 2: {
1230
+ if (tag !== 18) {
1231
+ break;
1232
+ }
1233
+
1234
+ message.members.push(MemberRequest.decode(reader, reader.uint32()));
1235
+ continue;
1236
+ }
1237
+ case 3: {
1238
+ if (tag !== 26) {
1239
+ break;
1240
+ }
1241
+
1242
+ message.groupMetadata = reader.string();
1243
+ continue;
1244
+ }
1245
+ case 4: {
1246
+ if (tag !== 34) {
1247
+ break;
1248
+ }
1249
+
1250
+ message.groupPolicyMetadata = reader.string();
1251
+ continue;
1252
+ }
1253
+ case 5: {
1254
+ if (tag !== 40) {
1255
+ break;
1256
+ }
1257
+
1258
+ message.groupPolicyAsAdmin = reader.bool();
1259
+ continue;
1260
+ }
1261
+ case 6: {
1262
+ if (tag !== 50) {
1263
+ break;
1264
+ }
1265
+
1266
+ message.decisionPolicy = Any.decode(reader, reader.uint32());
1267
+ continue;
1268
+ }
1269
+ }
1270
+ if ((tag & 7) === 4 || tag === 0) {
1271
+ break;
1272
+ }
1273
+ reader.skip(tag & 7);
1274
+ }
1275
+ return message;
1276
+ },
1277
+
1278
+ fromJSON(object: any): MsgCreateGroupWithPolicy {
1279
+ return {
1280
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
1281
+ members: globalThis.Array.isArray(object?.members)
1282
+ ? object.members.map((e: any) => MemberRequest.fromJSON(e))
1283
+ : [],
1284
+ groupMetadata: isSet(object.groupMetadata) ? globalThis.String(object.groupMetadata) : "",
1285
+ groupPolicyMetadata: isSet(object.groupPolicyMetadata) ? globalThis.String(object.groupPolicyMetadata) : "",
1286
+ groupPolicyAsAdmin: isSet(object.groupPolicyAsAdmin) ? globalThis.Boolean(object.groupPolicyAsAdmin) : false,
1287
+ decisionPolicy: isSet(object.decisionPolicy) ? Any.fromJSON(object.decisionPolicy) : undefined,
1288
+ };
1289
+ },
1290
+
1291
+ toJSON(message: MsgCreateGroupWithPolicy): unknown {
1292
+ const obj: any = {};
1293
+ if (message.admin !== "") {
1294
+ obj.admin = message.admin;
1295
+ }
1296
+ if (message.members?.length) {
1297
+ obj.members = message.members.map((e) => MemberRequest.toJSON(e));
1298
+ }
1299
+ if (message.groupMetadata !== "") {
1300
+ obj.groupMetadata = message.groupMetadata;
1301
+ }
1302
+ if (message.groupPolicyMetadata !== "") {
1303
+ obj.groupPolicyMetadata = message.groupPolicyMetadata;
1304
+ }
1305
+ if (message.groupPolicyAsAdmin !== false) {
1306
+ obj.groupPolicyAsAdmin = message.groupPolicyAsAdmin;
1307
+ }
1308
+ if (message.decisionPolicy !== undefined) {
1309
+ obj.decisionPolicy = Any.toJSON(message.decisionPolicy);
1310
+ }
1311
+ return obj;
1312
+ },
1313
+
1314
+ create<I extends Exact<DeepPartial<MsgCreateGroupWithPolicy>, I>>(base?: I): MsgCreateGroupWithPolicy {
1315
+ return MsgCreateGroupWithPolicy.fromPartial(base ?? ({} as any));
1316
+ },
1317
+ fromPartial<I extends Exact<DeepPartial<MsgCreateGroupWithPolicy>, I>>(object: I): MsgCreateGroupWithPolicy {
1318
+ const message = createBaseMsgCreateGroupWithPolicy();
1319
+ message.admin = object.admin ?? "";
1320
+ message.members = object.members?.map((e) => MemberRequest.fromPartial(e)) || [];
1321
+ message.groupMetadata = object.groupMetadata ?? "";
1322
+ message.groupPolicyMetadata = object.groupPolicyMetadata ?? "";
1323
+ message.groupPolicyAsAdmin = object.groupPolicyAsAdmin ?? false;
1324
+ message.decisionPolicy = (object.decisionPolicy !== undefined && object.decisionPolicy !== null)
1325
+ ? Any.fromPartial(object.decisionPolicy)
1326
+ : undefined;
1327
+ return message;
1328
+ },
1329
+ };
1330
+
1331
+ function createBaseMsgCreateGroupWithPolicyResponse(): MsgCreateGroupWithPolicyResponse {
1332
+ return { groupId: 0, groupPolicyAddress: "" };
1333
+ }
1334
+
1335
+ export const MsgCreateGroupWithPolicyResponse: MessageFns<MsgCreateGroupWithPolicyResponse> = {
1336
+ encode(message: MsgCreateGroupWithPolicyResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1337
+ if (message.groupId !== 0) {
1338
+ writer.uint32(8).uint64(message.groupId);
1339
+ }
1340
+ if (message.groupPolicyAddress !== "") {
1341
+ writer.uint32(18).string(message.groupPolicyAddress);
1342
+ }
1343
+ return writer;
1344
+ },
1345
+
1346
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateGroupWithPolicyResponse {
1347
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1348
+ let end = length === undefined ? reader.len : reader.pos + length;
1349
+ const message = createBaseMsgCreateGroupWithPolicyResponse();
1350
+ while (reader.pos < end) {
1351
+ const tag = reader.uint32();
1352
+ switch (tag >>> 3) {
1353
+ case 1: {
1354
+ if (tag !== 8) {
1355
+ break;
1356
+ }
1357
+
1358
+ message.groupId = longToNumber(reader.uint64());
1359
+ continue;
1360
+ }
1361
+ case 2: {
1362
+ if (tag !== 18) {
1363
+ break;
1364
+ }
1365
+
1366
+ message.groupPolicyAddress = reader.string();
1367
+ continue;
1368
+ }
1369
+ }
1370
+ if ((tag & 7) === 4 || tag === 0) {
1371
+ break;
1372
+ }
1373
+ reader.skip(tag & 7);
1374
+ }
1375
+ return message;
1376
+ },
1377
+
1378
+ fromJSON(object: any): MsgCreateGroupWithPolicyResponse {
1379
+ return {
1380
+ groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0,
1381
+ groupPolicyAddress: isSet(object.groupPolicyAddress) ? globalThis.String(object.groupPolicyAddress) : "",
1382
+ };
1383
+ },
1384
+
1385
+ toJSON(message: MsgCreateGroupWithPolicyResponse): unknown {
1386
+ const obj: any = {};
1387
+ if (message.groupId !== 0) {
1388
+ obj.groupId = Math.round(message.groupId);
1389
+ }
1390
+ if (message.groupPolicyAddress !== "") {
1391
+ obj.groupPolicyAddress = message.groupPolicyAddress;
1392
+ }
1393
+ return obj;
1394
+ },
1395
+
1396
+ create<I extends Exact<DeepPartial<MsgCreateGroupWithPolicyResponse>, I>>(
1397
+ base?: I,
1398
+ ): MsgCreateGroupWithPolicyResponse {
1399
+ return MsgCreateGroupWithPolicyResponse.fromPartial(base ?? ({} as any));
1400
+ },
1401
+ fromPartial<I extends Exact<DeepPartial<MsgCreateGroupWithPolicyResponse>, I>>(
1402
+ object: I,
1403
+ ): MsgCreateGroupWithPolicyResponse {
1404
+ const message = createBaseMsgCreateGroupWithPolicyResponse();
1405
+ message.groupId = object.groupId ?? 0;
1406
+ message.groupPolicyAddress = object.groupPolicyAddress ?? "";
1407
+ return message;
1408
+ },
1409
+ };
1410
+
1411
+ function createBaseMsgUpdateGroupPolicyDecisionPolicy(): MsgUpdateGroupPolicyDecisionPolicy {
1412
+ return { admin: "", groupPolicyAddress: "", decisionPolicy: undefined };
1413
+ }
1414
+
1415
+ export const MsgUpdateGroupPolicyDecisionPolicy: MessageFns<MsgUpdateGroupPolicyDecisionPolicy> = {
1416
+ encode(message: MsgUpdateGroupPolicyDecisionPolicy, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1417
+ if (message.admin !== "") {
1418
+ writer.uint32(10).string(message.admin);
1419
+ }
1420
+ if (message.groupPolicyAddress !== "") {
1421
+ writer.uint32(18).string(message.groupPolicyAddress);
1422
+ }
1423
+ if (message.decisionPolicy !== undefined) {
1424
+ Any.encode(message.decisionPolicy, writer.uint32(26).fork()).join();
1425
+ }
1426
+ return writer;
1427
+ },
1428
+
1429
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyDecisionPolicy {
1430
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1431
+ let end = length === undefined ? reader.len : reader.pos + length;
1432
+ const message = createBaseMsgUpdateGroupPolicyDecisionPolicy();
1433
+ while (reader.pos < end) {
1434
+ const tag = reader.uint32();
1435
+ switch (tag >>> 3) {
1436
+ case 1: {
1437
+ if (tag !== 10) {
1438
+ break;
1439
+ }
1440
+
1441
+ message.admin = reader.string();
1442
+ continue;
1443
+ }
1444
+ case 2: {
1445
+ if (tag !== 18) {
1446
+ break;
1447
+ }
1448
+
1449
+ message.groupPolicyAddress = reader.string();
1450
+ continue;
1451
+ }
1452
+ case 3: {
1453
+ if (tag !== 26) {
1454
+ break;
1455
+ }
1456
+
1457
+ message.decisionPolicy = Any.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
+
1469
+ fromJSON(object: any): MsgUpdateGroupPolicyDecisionPolicy {
1470
+ return {
1471
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
1472
+ groupPolicyAddress: isSet(object.groupPolicyAddress) ? globalThis.String(object.groupPolicyAddress) : "",
1473
+ decisionPolicy: isSet(object.decisionPolicy) ? Any.fromJSON(object.decisionPolicy) : undefined,
1474
+ };
1475
+ },
1476
+
1477
+ toJSON(message: MsgUpdateGroupPolicyDecisionPolicy): unknown {
1478
+ const obj: any = {};
1479
+ if (message.admin !== "") {
1480
+ obj.admin = message.admin;
1481
+ }
1482
+ if (message.groupPolicyAddress !== "") {
1483
+ obj.groupPolicyAddress = message.groupPolicyAddress;
1484
+ }
1485
+ if (message.decisionPolicy !== undefined) {
1486
+ obj.decisionPolicy = Any.toJSON(message.decisionPolicy);
1487
+ }
1488
+ return obj;
1489
+ },
1490
+
1491
+ create<I extends Exact<DeepPartial<MsgUpdateGroupPolicyDecisionPolicy>, I>>(
1492
+ base?: I,
1493
+ ): MsgUpdateGroupPolicyDecisionPolicy {
1494
+ return MsgUpdateGroupPolicyDecisionPolicy.fromPartial(base ?? ({} as any));
1495
+ },
1496
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupPolicyDecisionPolicy>, I>>(
1497
+ object: I,
1498
+ ): MsgUpdateGroupPolicyDecisionPolicy {
1499
+ const message = createBaseMsgUpdateGroupPolicyDecisionPolicy();
1500
+ message.admin = object.admin ?? "";
1501
+ message.groupPolicyAddress = object.groupPolicyAddress ?? "";
1502
+ message.decisionPolicy = (object.decisionPolicy !== undefined && object.decisionPolicy !== null)
1503
+ ? Any.fromPartial(object.decisionPolicy)
1504
+ : undefined;
1505
+ return message;
1506
+ },
1507
+ };
1508
+
1509
+ function createBaseMsgUpdateGroupPolicyDecisionPolicyResponse(): MsgUpdateGroupPolicyDecisionPolicyResponse {
1510
+ return {};
1511
+ }
1512
+
1513
+ export const MsgUpdateGroupPolicyDecisionPolicyResponse: MessageFns<MsgUpdateGroupPolicyDecisionPolicyResponse> = {
1514
+ encode(_: MsgUpdateGroupPolicyDecisionPolicyResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1515
+ return writer;
1516
+ },
1517
+
1518
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyDecisionPolicyResponse {
1519
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1520
+ let end = length === undefined ? reader.len : reader.pos + length;
1521
+ const message = createBaseMsgUpdateGroupPolicyDecisionPolicyResponse();
1522
+ while (reader.pos < end) {
1523
+ const tag = reader.uint32();
1524
+ switch (tag >>> 3) {
1525
+ }
1526
+ if ((tag & 7) === 4 || tag === 0) {
1527
+ break;
1528
+ }
1529
+ reader.skip(tag & 7);
1530
+ }
1531
+ return message;
1532
+ },
1533
+
1534
+ fromJSON(_: any): MsgUpdateGroupPolicyDecisionPolicyResponse {
1535
+ return {};
1536
+ },
1537
+
1538
+ toJSON(_: MsgUpdateGroupPolicyDecisionPolicyResponse): unknown {
1539
+ const obj: any = {};
1540
+ return obj;
1541
+ },
1542
+
1543
+ create<I extends Exact<DeepPartial<MsgUpdateGroupPolicyDecisionPolicyResponse>, I>>(
1544
+ base?: I,
1545
+ ): MsgUpdateGroupPolicyDecisionPolicyResponse {
1546
+ return MsgUpdateGroupPolicyDecisionPolicyResponse.fromPartial(base ?? ({} as any));
1547
+ },
1548
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupPolicyDecisionPolicyResponse>, I>>(
1549
+ _: I,
1550
+ ): MsgUpdateGroupPolicyDecisionPolicyResponse {
1551
+ const message = createBaseMsgUpdateGroupPolicyDecisionPolicyResponse();
1552
+ return message;
1553
+ },
1554
+ };
1555
+
1556
+ function createBaseMsgUpdateGroupPolicyMetadata(): MsgUpdateGroupPolicyMetadata {
1557
+ return { admin: "", groupPolicyAddress: "", metadata: "" };
1558
+ }
1559
+
1560
+ export const MsgUpdateGroupPolicyMetadata: MessageFns<MsgUpdateGroupPolicyMetadata> = {
1561
+ encode(message: MsgUpdateGroupPolicyMetadata, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1562
+ if (message.admin !== "") {
1563
+ writer.uint32(10).string(message.admin);
1564
+ }
1565
+ if (message.groupPolicyAddress !== "") {
1566
+ writer.uint32(18).string(message.groupPolicyAddress);
1567
+ }
1568
+ if (message.metadata !== "") {
1569
+ writer.uint32(26).string(message.metadata);
1570
+ }
1571
+ return writer;
1572
+ },
1573
+
1574
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyMetadata {
1575
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1576
+ let end = length === undefined ? reader.len : reader.pos + length;
1577
+ const message = createBaseMsgUpdateGroupPolicyMetadata();
1578
+ while (reader.pos < end) {
1579
+ const tag = reader.uint32();
1580
+ switch (tag >>> 3) {
1581
+ case 1: {
1582
+ if (tag !== 10) {
1583
+ break;
1584
+ }
1585
+
1586
+ message.admin = reader.string();
1587
+ continue;
1588
+ }
1589
+ case 2: {
1590
+ if (tag !== 18) {
1591
+ break;
1592
+ }
1593
+
1594
+ message.groupPolicyAddress = reader.string();
1595
+ continue;
1596
+ }
1597
+ case 3: {
1598
+ if (tag !== 26) {
1599
+ break;
1600
+ }
1601
+
1602
+ message.metadata = reader.string();
1603
+ continue;
1604
+ }
1605
+ }
1606
+ if ((tag & 7) === 4 || tag === 0) {
1607
+ break;
1608
+ }
1609
+ reader.skip(tag & 7);
1610
+ }
1611
+ return message;
1612
+ },
1613
+
1614
+ fromJSON(object: any): MsgUpdateGroupPolicyMetadata {
1615
+ return {
1616
+ admin: isSet(object.admin) ? globalThis.String(object.admin) : "",
1617
+ groupPolicyAddress: isSet(object.groupPolicyAddress) ? globalThis.String(object.groupPolicyAddress) : "",
1618
+ metadata: isSet(object.metadata) ? globalThis.String(object.metadata) : "",
1619
+ };
1620
+ },
1621
+
1622
+ toJSON(message: MsgUpdateGroupPolicyMetadata): unknown {
1623
+ const obj: any = {};
1624
+ if (message.admin !== "") {
1625
+ obj.admin = message.admin;
1626
+ }
1627
+ if (message.groupPolicyAddress !== "") {
1628
+ obj.groupPolicyAddress = message.groupPolicyAddress;
1629
+ }
1630
+ if (message.metadata !== "") {
1631
+ obj.metadata = message.metadata;
1632
+ }
1633
+ return obj;
1634
+ },
1635
+
1636
+ create<I extends Exact<DeepPartial<MsgUpdateGroupPolicyMetadata>, I>>(base?: I): MsgUpdateGroupPolicyMetadata {
1637
+ return MsgUpdateGroupPolicyMetadata.fromPartial(base ?? ({} as any));
1638
+ },
1639
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupPolicyMetadata>, I>>(object: I): MsgUpdateGroupPolicyMetadata {
1640
+ const message = createBaseMsgUpdateGroupPolicyMetadata();
1641
+ message.admin = object.admin ?? "";
1642
+ message.groupPolicyAddress = object.groupPolicyAddress ?? "";
1643
+ message.metadata = object.metadata ?? "";
1644
+ return message;
1645
+ },
1646
+ };
1647
+
1648
+ function createBaseMsgUpdateGroupPolicyMetadataResponse(): MsgUpdateGroupPolicyMetadataResponse {
1649
+ return {};
1650
+ }
1651
+
1652
+ export const MsgUpdateGroupPolicyMetadataResponse: MessageFns<MsgUpdateGroupPolicyMetadataResponse> = {
1653
+ encode(_: MsgUpdateGroupPolicyMetadataResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1654
+ return writer;
1655
+ },
1656
+
1657
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateGroupPolicyMetadataResponse {
1658
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1659
+ let end = length === undefined ? reader.len : reader.pos + length;
1660
+ const message = createBaseMsgUpdateGroupPolicyMetadataResponse();
1661
+ while (reader.pos < end) {
1662
+ const tag = reader.uint32();
1663
+ switch (tag >>> 3) {
1664
+ }
1665
+ if ((tag & 7) === 4 || tag === 0) {
1666
+ break;
1667
+ }
1668
+ reader.skip(tag & 7);
1669
+ }
1670
+ return message;
1671
+ },
1672
+
1673
+ fromJSON(_: any): MsgUpdateGroupPolicyMetadataResponse {
1674
+ return {};
1675
+ },
1676
+
1677
+ toJSON(_: MsgUpdateGroupPolicyMetadataResponse): unknown {
1678
+ const obj: any = {};
1679
+ return obj;
1680
+ },
1681
+
1682
+ create<I extends Exact<DeepPartial<MsgUpdateGroupPolicyMetadataResponse>, I>>(
1683
+ base?: I,
1684
+ ): MsgUpdateGroupPolicyMetadataResponse {
1685
+ return MsgUpdateGroupPolicyMetadataResponse.fromPartial(base ?? ({} as any));
1686
+ },
1687
+ fromPartial<I extends Exact<DeepPartial<MsgUpdateGroupPolicyMetadataResponse>, I>>(
1688
+ _: I,
1689
+ ): MsgUpdateGroupPolicyMetadataResponse {
1690
+ const message = createBaseMsgUpdateGroupPolicyMetadataResponse();
1691
+ return message;
1692
+ },
1693
+ };
1694
+
1695
+ function createBaseMsgSubmitProposal(): MsgSubmitProposal {
1696
+ return { groupPolicyAddress: "", proposers: [], metadata: "", messages: [], exec: 0, title: "", summary: "" };
1697
+ }
1698
+
1699
+ export const MsgSubmitProposal: MessageFns<MsgSubmitProposal> = {
1700
+ encode(message: MsgSubmitProposal, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1701
+ if (message.groupPolicyAddress !== "") {
1702
+ writer.uint32(10).string(message.groupPolicyAddress);
1703
+ }
1704
+ for (const v of message.proposers) {
1705
+ writer.uint32(18).string(v!);
1706
+ }
1707
+ if (message.metadata !== "") {
1708
+ writer.uint32(26).string(message.metadata);
1709
+ }
1710
+ for (const v of message.messages) {
1711
+ Any.encode(v!, writer.uint32(34).fork()).join();
1712
+ }
1713
+ if (message.exec !== 0) {
1714
+ writer.uint32(40).int32(message.exec);
1715
+ }
1716
+ if (message.title !== "") {
1717
+ writer.uint32(50).string(message.title);
1718
+ }
1719
+ if (message.summary !== "") {
1720
+ writer.uint32(58).string(message.summary);
1721
+ }
1722
+ return writer;
1723
+ },
1724
+
1725
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitProposal {
1726
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1727
+ let end = length === undefined ? reader.len : reader.pos + length;
1728
+ const message = createBaseMsgSubmitProposal();
1729
+ while (reader.pos < end) {
1730
+ const tag = reader.uint32();
1731
+ switch (tag >>> 3) {
1732
+ case 1: {
1733
+ if (tag !== 10) {
1734
+ break;
1735
+ }
1736
+
1737
+ message.groupPolicyAddress = reader.string();
1738
+ continue;
1739
+ }
1740
+ case 2: {
1741
+ if (tag !== 18) {
1742
+ break;
1743
+ }
1744
+
1745
+ message.proposers.push(reader.string());
1746
+ continue;
1747
+ }
1748
+ case 3: {
1749
+ if (tag !== 26) {
1750
+ break;
1751
+ }
1752
+
1753
+ message.metadata = reader.string();
1754
+ continue;
1755
+ }
1756
+ case 4: {
1757
+ if (tag !== 34) {
1758
+ break;
1759
+ }
1760
+
1761
+ message.messages.push(Any.decode(reader, reader.uint32()));
1762
+ continue;
1763
+ }
1764
+ case 5: {
1765
+ if (tag !== 40) {
1766
+ break;
1767
+ }
1768
+
1769
+ message.exec = reader.int32() as any;
1770
+ continue;
1771
+ }
1772
+ case 6: {
1773
+ if (tag !== 50) {
1774
+ break;
1775
+ }
1776
+
1777
+ message.title = reader.string();
1778
+ continue;
1779
+ }
1780
+ case 7: {
1781
+ if (tag !== 58) {
1782
+ break;
1783
+ }
1784
+
1785
+ message.summary = reader.string();
1786
+ continue;
1787
+ }
1788
+ }
1789
+ if ((tag & 7) === 4 || tag === 0) {
1790
+ break;
1791
+ }
1792
+ reader.skip(tag & 7);
1793
+ }
1794
+ return message;
1795
+ },
1796
+
1797
+ fromJSON(object: any): MsgSubmitProposal {
1798
+ return {
1799
+ groupPolicyAddress: isSet(object.groupPolicyAddress) ? globalThis.String(object.groupPolicyAddress) : "",
1800
+ proposers: globalThis.Array.isArray(object?.proposers)
1801
+ ? object.proposers.map((e: any) => globalThis.String(e))
1802
+ : [],
1803
+ metadata: isSet(object.metadata) ? globalThis.String(object.metadata) : "",
1804
+ messages: globalThis.Array.isArray(object?.messages) ? object.messages.map((e: any) => Any.fromJSON(e)) : [],
1805
+ exec: isSet(object.exec) ? execFromJSON(object.exec) : 0,
1806
+ title: isSet(object.title) ? globalThis.String(object.title) : "",
1807
+ summary: isSet(object.summary) ? globalThis.String(object.summary) : "",
1808
+ };
1809
+ },
1810
+
1811
+ toJSON(message: MsgSubmitProposal): unknown {
1812
+ const obj: any = {};
1813
+ if (message.groupPolicyAddress !== "") {
1814
+ obj.groupPolicyAddress = message.groupPolicyAddress;
1815
+ }
1816
+ if (message.proposers?.length) {
1817
+ obj.proposers = message.proposers;
1818
+ }
1819
+ if (message.metadata !== "") {
1820
+ obj.metadata = message.metadata;
1821
+ }
1822
+ if (message.messages?.length) {
1823
+ obj.messages = message.messages.map((e) => Any.toJSON(e));
1824
+ }
1825
+ if (message.exec !== 0) {
1826
+ obj.exec = execToJSON(message.exec);
1827
+ }
1828
+ if (message.title !== "") {
1829
+ obj.title = message.title;
1830
+ }
1831
+ if (message.summary !== "") {
1832
+ obj.summary = message.summary;
1833
+ }
1834
+ return obj;
1835
+ },
1836
+
1837
+ create<I extends Exact<DeepPartial<MsgSubmitProposal>, I>>(base?: I): MsgSubmitProposal {
1838
+ return MsgSubmitProposal.fromPartial(base ?? ({} as any));
1839
+ },
1840
+ fromPartial<I extends Exact<DeepPartial<MsgSubmitProposal>, I>>(object: I): MsgSubmitProposal {
1841
+ const message = createBaseMsgSubmitProposal();
1842
+ message.groupPolicyAddress = object.groupPolicyAddress ?? "";
1843
+ message.proposers = object.proposers?.map((e) => e) || [];
1844
+ message.metadata = object.metadata ?? "";
1845
+ message.messages = object.messages?.map((e) => Any.fromPartial(e)) || [];
1846
+ message.exec = object.exec ?? 0;
1847
+ message.title = object.title ?? "";
1848
+ message.summary = object.summary ?? "";
1849
+ return message;
1850
+ },
1851
+ };
1852
+
1853
+ function createBaseMsgSubmitProposalResponse(): MsgSubmitProposalResponse {
1854
+ return { proposalId: 0 };
1855
+ }
1856
+
1857
+ export const MsgSubmitProposalResponse: MessageFns<MsgSubmitProposalResponse> = {
1858
+ encode(message: MsgSubmitProposalResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1859
+ if (message.proposalId !== 0) {
1860
+ writer.uint32(8).uint64(message.proposalId);
1861
+ }
1862
+ return writer;
1863
+ },
1864
+
1865
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitProposalResponse {
1866
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1867
+ let end = length === undefined ? reader.len : reader.pos + length;
1868
+ const message = createBaseMsgSubmitProposalResponse();
1869
+ while (reader.pos < end) {
1870
+ const tag = reader.uint32();
1871
+ switch (tag >>> 3) {
1872
+ case 1: {
1873
+ if (tag !== 8) {
1874
+ break;
1875
+ }
1876
+
1877
+ message.proposalId = longToNumber(reader.uint64());
1878
+ continue;
1879
+ }
1880
+ }
1881
+ if ((tag & 7) === 4 || tag === 0) {
1882
+ break;
1883
+ }
1884
+ reader.skip(tag & 7);
1885
+ }
1886
+ return message;
1887
+ },
1888
+
1889
+ fromJSON(object: any): MsgSubmitProposalResponse {
1890
+ return { proposalId: isSet(object.proposalId) ? globalThis.Number(object.proposalId) : 0 };
1891
+ },
1892
+
1893
+ toJSON(message: MsgSubmitProposalResponse): unknown {
1894
+ const obj: any = {};
1895
+ if (message.proposalId !== 0) {
1896
+ obj.proposalId = Math.round(message.proposalId);
1897
+ }
1898
+ return obj;
1899
+ },
1900
+
1901
+ create<I extends Exact<DeepPartial<MsgSubmitProposalResponse>, I>>(base?: I): MsgSubmitProposalResponse {
1902
+ return MsgSubmitProposalResponse.fromPartial(base ?? ({} as any));
1903
+ },
1904
+ fromPartial<I extends Exact<DeepPartial<MsgSubmitProposalResponse>, I>>(object: I): MsgSubmitProposalResponse {
1905
+ const message = createBaseMsgSubmitProposalResponse();
1906
+ message.proposalId = object.proposalId ?? 0;
1907
+ return message;
1908
+ },
1909
+ };
1910
+
1911
+ function createBaseMsgWithdrawProposal(): MsgWithdrawProposal {
1912
+ return { proposalId: 0, address: "" };
1913
+ }
1914
+
1915
+ export const MsgWithdrawProposal: MessageFns<MsgWithdrawProposal> = {
1916
+ encode(message: MsgWithdrawProposal, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1917
+ if (message.proposalId !== 0) {
1918
+ writer.uint32(8).uint64(message.proposalId);
1919
+ }
1920
+ if (message.address !== "") {
1921
+ writer.uint32(18).string(message.address);
1922
+ }
1923
+ return writer;
1924
+ },
1925
+
1926
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawProposal {
1927
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1928
+ let end = length === undefined ? reader.len : reader.pos + length;
1929
+ const message = createBaseMsgWithdrawProposal();
1930
+ while (reader.pos < end) {
1931
+ const tag = reader.uint32();
1932
+ switch (tag >>> 3) {
1933
+ case 1: {
1934
+ if (tag !== 8) {
1935
+ break;
1936
+ }
1937
+
1938
+ message.proposalId = longToNumber(reader.uint64());
1939
+ continue;
1940
+ }
1941
+ case 2: {
1942
+ if (tag !== 18) {
1943
+ break;
1944
+ }
1945
+
1946
+ message.address = reader.string();
1947
+ continue;
1948
+ }
1949
+ }
1950
+ if ((tag & 7) === 4 || tag === 0) {
1951
+ break;
1952
+ }
1953
+ reader.skip(tag & 7);
1954
+ }
1955
+ return message;
1956
+ },
1957
+
1958
+ fromJSON(object: any): MsgWithdrawProposal {
1959
+ return {
1960
+ proposalId: isSet(object.proposalId) ? globalThis.Number(object.proposalId) : 0,
1961
+ address: isSet(object.address) ? globalThis.String(object.address) : "",
1962
+ };
1963
+ },
1964
+
1965
+ toJSON(message: MsgWithdrawProposal): unknown {
1966
+ const obj: any = {};
1967
+ if (message.proposalId !== 0) {
1968
+ obj.proposalId = Math.round(message.proposalId);
1969
+ }
1970
+ if (message.address !== "") {
1971
+ obj.address = message.address;
1972
+ }
1973
+ return obj;
1974
+ },
1975
+
1976
+ create<I extends Exact<DeepPartial<MsgWithdrawProposal>, I>>(base?: I): MsgWithdrawProposal {
1977
+ return MsgWithdrawProposal.fromPartial(base ?? ({} as any));
1978
+ },
1979
+ fromPartial<I extends Exact<DeepPartial<MsgWithdrawProposal>, I>>(object: I): MsgWithdrawProposal {
1980
+ const message = createBaseMsgWithdrawProposal();
1981
+ message.proposalId = object.proposalId ?? 0;
1982
+ message.address = object.address ?? "";
1983
+ return message;
1984
+ },
1985
+ };
1986
+
1987
+ function createBaseMsgWithdrawProposalResponse(): MsgWithdrawProposalResponse {
1988
+ return {};
1989
+ }
1990
+
1991
+ export const MsgWithdrawProposalResponse: MessageFns<MsgWithdrawProposalResponse> = {
1992
+ encode(_: MsgWithdrawProposalResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1993
+ return writer;
1994
+ },
1995
+
1996
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawProposalResponse {
1997
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1998
+ let end = length === undefined ? reader.len : reader.pos + length;
1999
+ const message = createBaseMsgWithdrawProposalResponse();
2000
+ while (reader.pos < end) {
2001
+ const tag = reader.uint32();
2002
+ switch (tag >>> 3) {
2003
+ }
2004
+ if ((tag & 7) === 4 || tag === 0) {
2005
+ break;
2006
+ }
2007
+ reader.skip(tag & 7);
2008
+ }
2009
+ return message;
2010
+ },
2011
+
2012
+ fromJSON(_: any): MsgWithdrawProposalResponse {
2013
+ return {};
2014
+ },
2015
+
2016
+ toJSON(_: MsgWithdrawProposalResponse): unknown {
2017
+ const obj: any = {};
2018
+ return obj;
2019
+ },
2020
+
2021
+ create<I extends Exact<DeepPartial<MsgWithdrawProposalResponse>, I>>(base?: I): MsgWithdrawProposalResponse {
2022
+ return MsgWithdrawProposalResponse.fromPartial(base ?? ({} as any));
2023
+ },
2024
+ fromPartial<I extends Exact<DeepPartial<MsgWithdrawProposalResponse>, I>>(_: I): MsgWithdrawProposalResponse {
2025
+ const message = createBaseMsgWithdrawProposalResponse();
2026
+ return message;
2027
+ },
2028
+ };
2029
+
2030
+ function createBaseMsgVote(): MsgVote {
2031
+ return { proposalId: 0, voter: "", option: 0, metadata: "", exec: 0 };
2032
+ }
2033
+
2034
+ export const MsgVote: MessageFns<MsgVote> = {
2035
+ encode(message: MsgVote, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2036
+ if (message.proposalId !== 0) {
2037
+ writer.uint32(8).uint64(message.proposalId);
2038
+ }
2039
+ if (message.voter !== "") {
2040
+ writer.uint32(18).string(message.voter);
2041
+ }
2042
+ if (message.option !== 0) {
2043
+ writer.uint32(24).int32(message.option);
2044
+ }
2045
+ if (message.metadata !== "") {
2046
+ writer.uint32(34).string(message.metadata);
2047
+ }
2048
+ if (message.exec !== 0) {
2049
+ writer.uint32(40).int32(message.exec);
2050
+ }
2051
+ return writer;
2052
+ },
2053
+
2054
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgVote {
2055
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2056
+ let end = length === undefined ? reader.len : reader.pos + length;
2057
+ const message = createBaseMsgVote();
2058
+ while (reader.pos < end) {
2059
+ const tag = reader.uint32();
2060
+ switch (tag >>> 3) {
2061
+ case 1: {
2062
+ if (tag !== 8) {
2063
+ break;
2064
+ }
2065
+
2066
+ message.proposalId = longToNumber(reader.uint64());
2067
+ continue;
2068
+ }
2069
+ case 2: {
2070
+ if (tag !== 18) {
2071
+ break;
2072
+ }
2073
+
2074
+ message.voter = reader.string();
2075
+ continue;
2076
+ }
2077
+ case 3: {
2078
+ if (tag !== 24) {
2079
+ break;
2080
+ }
2081
+
2082
+ message.option = reader.int32() as any;
2083
+ continue;
2084
+ }
2085
+ case 4: {
2086
+ if (tag !== 34) {
2087
+ break;
2088
+ }
2089
+
2090
+ message.metadata = reader.string();
2091
+ continue;
2092
+ }
2093
+ case 5: {
2094
+ if (tag !== 40) {
2095
+ break;
2096
+ }
2097
+
2098
+ message.exec = reader.int32() as any;
2099
+ continue;
2100
+ }
2101
+ }
2102
+ if ((tag & 7) === 4 || tag === 0) {
2103
+ break;
2104
+ }
2105
+ reader.skip(tag & 7);
2106
+ }
2107
+ return message;
2108
+ },
2109
+
2110
+ fromJSON(object: any): MsgVote {
2111
+ return {
2112
+ proposalId: isSet(object.proposalId) ? globalThis.Number(object.proposalId) : 0,
2113
+ voter: isSet(object.voter) ? globalThis.String(object.voter) : "",
2114
+ option: isSet(object.option) ? voteOptionFromJSON(object.option) : 0,
2115
+ metadata: isSet(object.metadata) ? globalThis.String(object.metadata) : "",
2116
+ exec: isSet(object.exec) ? execFromJSON(object.exec) : 0,
2117
+ };
2118
+ },
2119
+
2120
+ toJSON(message: MsgVote): unknown {
2121
+ const obj: any = {};
2122
+ if (message.proposalId !== 0) {
2123
+ obj.proposalId = Math.round(message.proposalId);
2124
+ }
2125
+ if (message.voter !== "") {
2126
+ obj.voter = message.voter;
2127
+ }
2128
+ if (message.option !== 0) {
2129
+ obj.option = voteOptionToJSON(message.option);
2130
+ }
2131
+ if (message.metadata !== "") {
2132
+ obj.metadata = message.metadata;
2133
+ }
2134
+ if (message.exec !== 0) {
2135
+ obj.exec = execToJSON(message.exec);
2136
+ }
2137
+ return obj;
2138
+ },
2139
+
2140
+ create<I extends Exact<DeepPartial<MsgVote>, I>>(base?: I): MsgVote {
2141
+ return MsgVote.fromPartial(base ?? ({} as any));
2142
+ },
2143
+ fromPartial<I extends Exact<DeepPartial<MsgVote>, I>>(object: I): MsgVote {
2144
+ const message = createBaseMsgVote();
2145
+ message.proposalId = object.proposalId ?? 0;
2146
+ message.voter = object.voter ?? "";
2147
+ message.option = object.option ?? 0;
2148
+ message.metadata = object.metadata ?? "";
2149
+ message.exec = object.exec ?? 0;
2150
+ return message;
2151
+ },
2152
+ };
2153
+
2154
+ function createBaseMsgVoteResponse(): MsgVoteResponse {
2155
+ return {};
2156
+ }
2157
+
2158
+ export const MsgVoteResponse: MessageFns<MsgVoteResponse> = {
2159
+ encode(_: MsgVoteResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2160
+ return writer;
2161
+ },
2162
+
2163
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgVoteResponse {
2164
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2165
+ let end = length === undefined ? reader.len : reader.pos + length;
2166
+ const message = createBaseMsgVoteResponse();
2167
+ while (reader.pos < end) {
2168
+ const tag = reader.uint32();
2169
+ switch (tag >>> 3) {
2170
+ }
2171
+ if ((tag & 7) === 4 || tag === 0) {
2172
+ break;
2173
+ }
2174
+ reader.skip(tag & 7);
2175
+ }
2176
+ return message;
2177
+ },
2178
+
2179
+ fromJSON(_: any): MsgVoteResponse {
2180
+ return {};
2181
+ },
2182
+
2183
+ toJSON(_: MsgVoteResponse): unknown {
2184
+ const obj: any = {};
2185
+ return obj;
2186
+ },
2187
+
2188
+ create<I extends Exact<DeepPartial<MsgVoteResponse>, I>>(base?: I): MsgVoteResponse {
2189
+ return MsgVoteResponse.fromPartial(base ?? ({} as any));
2190
+ },
2191
+ fromPartial<I extends Exact<DeepPartial<MsgVoteResponse>, I>>(_: I): MsgVoteResponse {
2192
+ const message = createBaseMsgVoteResponse();
2193
+ return message;
2194
+ },
2195
+ };
2196
+
2197
+ function createBaseMsgExec(): MsgExec {
2198
+ return { proposalId: 0, executor: "" };
2199
+ }
2200
+
2201
+ export const MsgExec: MessageFns<MsgExec> = {
2202
+ encode(message: MsgExec, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2203
+ if (message.proposalId !== 0) {
2204
+ writer.uint32(8).uint64(message.proposalId);
2205
+ }
2206
+ if (message.executor !== "") {
2207
+ writer.uint32(18).string(message.executor);
2208
+ }
2209
+ return writer;
2210
+ },
2211
+
2212
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgExec {
2213
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2214
+ let end = length === undefined ? reader.len : reader.pos + length;
2215
+ const message = createBaseMsgExec();
2216
+ while (reader.pos < end) {
2217
+ const tag = reader.uint32();
2218
+ switch (tag >>> 3) {
2219
+ case 1: {
2220
+ if (tag !== 8) {
2221
+ break;
2222
+ }
2223
+
2224
+ message.proposalId = longToNumber(reader.uint64());
2225
+ continue;
2226
+ }
2227
+ case 2: {
2228
+ if (tag !== 18) {
2229
+ break;
2230
+ }
2231
+
2232
+ message.executor = reader.string();
2233
+ continue;
2234
+ }
2235
+ }
2236
+ if ((tag & 7) === 4 || tag === 0) {
2237
+ break;
2238
+ }
2239
+ reader.skip(tag & 7);
2240
+ }
2241
+ return message;
2242
+ },
2243
+
2244
+ fromJSON(object: any): MsgExec {
2245
+ return {
2246
+ proposalId: isSet(object.proposalId) ? globalThis.Number(object.proposalId) : 0,
2247
+ executor: isSet(object.executor) ? globalThis.String(object.executor) : "",
2248
+ };
2249
+ },
2250
+
2251
+ toJSON(message: MsgExec): unknown {
2252
+ const obj: any = {};
2253
+ if (message.proposalId !== 0) {
2254
+ obj.proposalId = Math.round(message.proposalId);
2255
+ }
2256
+ if (message.executor !== "") {
2257
+ obj.executor = message.executor;
2258
+ }
2259
+ return obj;
2260
+ },
2261
+
2262
+ create<I extends Exact<DeepPartial<MsgExec>, I>>(base?: I): MsgExec {
2263
+ return MsgExec.fromPartial(base ?? ({} as any));
2264
+ },
2265
+ fromPartial<I extends Exact<DeepPartial<MsgExec>, I>>(object: I): MsgExec {
2266
+ const message = createBaseMsgExec();
2267
+ message.proposalId = object.proposalId ?? 0;
2268
+ message.executor = object.executor ?? "";
2269
+ return message;
2270
+ },
2271
+ };
2272
+
2273
+ function createBaseMsgExecResponse(): MsgExecResponse {
2274
+ return { result: 0 };
2275
+ }
2276
+
2277
+ export const MsgExecResponse: MessageFns<MsgExecResponse> = {
2278
+ encode(message: MsgExecResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2279
+ if (message.result !== 0) {
2280
+ writer.uint32(16).int32(message.result);
2281
+ }
2282
+ return writer;
2283
+ },
2284
+
2285
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgExecResponse {
2286
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2287
+ let end = length === undefined ? reader.len : reader.pos + length;
2288
+ const message = createBaseMsgExecResponse();
2289
+ while (reader.pos < end) {
2290
+ const tag = reader.uint32();
2291
+ switch (tag >>> 3) {
2292
+ case 2: {
2293
+ if (tag !== 16) {
2294
+ break;
2295
+ }
2296
+
2297
+ message.result = reader.int32() as any;
2298
+ continue;
2299
+ }
2300
+ }
2301
+ if ((tag & 7) === 4 || tag === 0) {
2302
+ break;
2303
+ }
2304
+ reader.skip(tag & 7);
2305
+ }
2306
+ return message;
2307
+ },
2308
+
2309
+ fromJSON(object: any): MsgExecResponse {
2310
+ return { result: isSet(object.result) ? proposalExecutorResultFromJSON(object.result) : 0 };
2311
+ },
2312
+
2313
+ toJSON(message: MsgExecResponse): unknown {
2314
+ const obj: any = {};
2315
+ if (message.result !== 0) {
2316
+ obj.result = proposalExecutorResultToJSON(message.result);
2317
+ }
2318
+ return obj;
2319
+ },
2320
+
2321
+ create<I extends Exact<DeepPartial<MsgExecResponse>, I>>(base?: I): MsgExecResponse {
2322
+ return MsgExecResponse.fromPartial(base ?? ({} as any));
2323
+ },
2324
+ fromPartial<I extends Exact<DeepPartial<MsgExecResponse>, I>>(object: I): MsgExecResponse {
2325
+ const message = createBaseMsgExecResponse();
2326
+ message.result = object.result ?? 0;
2327
+ return message;
2328
+ },
2329
+ };
2330
+
2331
+ function createBaseMsgLeaveGroup(): MsgLeaveGroup {
2332
+ return { address: "", groupId: 0 };
2333
+ }
2334
+
2335
+ export const MsgLeaveGroup: MessageFns<MsgLeaveGroup> = {
2336
+ encode(message: MsgLeaveGroup, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2337
+ if (message.address !== "") {
2338
+ writer.uint32(10).string(message.address);
2339
+ }
2340
+ if (message.groupId !== 0) {
2341
+ writer.uint32(16).uint64(message.groupId);
2342
+ }
2343
+ return writer;
2344
+ },
2345
+
2346
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgLeaveGroup {
2347
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2348
+ let end = length === undefined ? reader.len : reader.pos + length;
2349
+ const message = createBaseMsgLeaveGroup();
2350
+ while (reader.pos < end) {
2351
+ const tag = reader.uint32();
2352
+ switch (tag >>> 3) {
2353
+ case 1: {
2354
+ if (tag !== 10) {
2355
+ break;
2356
+ }
2357
+
2358
+ message.address = reader.string();
2359
+ continue;
2360
+ }
2361
+ case 2: {
2362
+ if (tag !== 16) {
2363
+ break;
2364
+ }
2365
+
2366
+ message.groupId = longToNumber(reader.uint64());
2367
+ continue;
2368
+ }
2369
+ }
2370
+ if ((tag & 7) === 4 || tag === 0) {
2371
+ break;
2372
+ }
2373
+ reader.skip(tag & 7);
2374
+ }
2375
+ return message;
2376
+ },
2377
+
2378
+ fromJSON(object: any): MsgLeaveGroup {
2379
+ return {
2380
+ address: isSet(object.address) ? globalThis.String(object.address) : "",
2381
+ groupId: isSet(object.groupId) ? globalThis.Number(object.groupId) : 0,
2382
+ };
2383
+ },
2384
+
2385
+ toJSON(message: MsgLeaveGroup): unknown {
2386
+ const obj: any = {};
2387
+ if (message.address !== "") {
2388
+ obj.address = message.address;
2389
+ }
2390
+ if (message.groupId !== 0) {
2391
+ obj.groupId = Math.round(message.groupId);
2392
+ }
2393
+ return obj;
2394
+ },
2395
+
2396
+ create<I extends Exact<DeepPartial<MsgLeaveGroup>, I>>(base?: I): MsgLeaveGroup {
2397
+ return MsgLeaveGroup.fromPartial(base ?? ({} as any));
2398
+ },
2399
+ fromPartial<I extends Exact<DeepPartial<MsgLeaveGroup>, I>>(object: I): MsgLeaveGroup {
2400
+ const message = createBaseMsgLeaveGroup();
2401
+ message.address = object.address ?? "";
2402
+ message.groupId = object.groupId ?? 0;
2403
+ return message;
2404
+ },
2405
+ };
2406
+
2407
+ function createBaseMsgLeaveGroupResponse(): MsgLeaveGroupResponse {
2408
+ return {};
2409
+ }
2410
+
2411
+ export const MsgLeaveGroupResponse: MessageFns<MsgLeaveGroupResponse> = {
2412
+ encode(_: MsgLeaveGroupResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2413
+ return writer;
2414
+ },
2415
+
2416
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgLeaveGroupResponse {
2417
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2418
+ let end = length === undefined ? reader.len : reader.pos + length;
2419
+ const message = createBaseMsgLeaveGroupResponse();
2420
+ while (reader.pos < end) {
2421
+ const tag = reader.uint32();
2422
+ switch (tag >>> 3) {
2423
+ }
2424
+ if ((tag & 7) === 4 || tag === 0) {
2425
+ break;
2426
+ }
2427
+ reader.skip(tag & 7);
2428
+ }
2429
+ return message;
2430
+ },
2431
+
2432
+ fromJSON(_: any): MsgLeaveGroupResponse {
2433
+ return {};
2434
+ },
2435
+
2436
+ toJSON(_: MsgLeaveGroupResponse): unknown {
2437
+ const obj: any = {};
2438
+ return obj;
2439
+ },
2440
+
2441
+ create<I extends Exact<DeepPartial<MsgLeaveGroupResponse>, I>>(base?: I): MsgLeaveGroupResponse {
2442
+ return MsgLeaveGroupResponse.fromPartial(base ?? ({} as any));
2443
+ },
2444
+ fromPartial<I extends Exact<DeepPartial<MsgLeaveGroupResponse>, I>>(_: I): MsgLeaveGroupResponse {
2445
+ const message = createBaseMsgLeaveGroupResponse();
2446
+ return message;
2447
+ },
2448
+ };
2449
+
2450
+ /** Msg is the cosmos.group.v1 Msg service. */
2451
+ export interface Msg {
2452
+ /** CreateGroup creates a new group with an admin account address, a list of members and some optional metadata. */
2453
+ CreateGroup(request: MsgCreateGroup): Promise<MsgCreateGroupResponse>;
2454
+ /** UpdateGroupMembers updates the group members with given group id and admin address. */
2455
+ UpdateGroupMembers(request: MsgUpdateGroupMembers): Promise<MsgUpdateGroupMembersResponse>;
2456
+ /** UpdateGroupAdmin updates the group admin with given group id and previous admin address. */
2457
+ UpdateGroupAdmin(request: MsgUpdateGroupAdmin): Promise<MsgUpdateGroupAdminResponse>;
2458
+ /** UpdateGroupMetadata updates the group metadata with given group id and admin address. */
2459
+ UpdateGroupMetadata(request: MsgUpdateGroupMetadata): Promise<MsgUpdateGroupMetadataResponse>;
2460
+ /** CreateGroupPolicy creates a new group policy using given DecisionPolicy. */
2461
+ CreateGroupPolicy(request: MsgCreateGroupPolicy): Promise<MsgCreateGroupPolicyResponse>;
2462
+ /** CreateGroupWithPolicy creates a new group with policy. */
2463
+ CreateGroupWithPolicy(request: MsgCreateGroupWithPolicy): Promise<MsgCreateGroupWithPolicyResponse>;
2464
+ /** UpdateGroupPolicyAdmin updates a group policy admin. */
2465
+ UpdateGroupPolicyAdmin(request: MsgUpdateGroupPolicyAdmin): Promise<MsgUpdateGroupPolicyAdminResponse>;
2466
+ /** UpdateGroupPolicyDecisionPolicy allows a group policy's decision policy to be updated. */
2467
+ UpdateGroupPolicyDecisionPolicy(
2468
+ request: MsgUpdateGroupPolicyDecisionPolicy,
2469
+ ): Promise<MsgUpdateGroupPolicyDecisionPolicyResponse>;
2470
+ /** UpdateGroupPolicyMetadata updates a group policy metadata. */
2471
+ UpdateGroupPolicyMetadata(request: MsgUpdateGroupPolicyMetadata): Promise<MsgUpdateGroupPolicyMetadataResponse>;
2472
+ /** SubmitProposal submits a new proposal. */
2473
+ SubmitProposal(request: MsgSubmitProposal): Promise<MsgSubmitProposalResponse>;
2474
+ /** WithdrawProposal withdraws a proposal. */
2475
+ WithdrawProposal(request: MsgWithdrawProposal): Promise<MsgWithdrawProposalResponse>;
2476
+ /** Vote allows a voter to vote on a proposal. */
2477
+ Vote(request: MsgVote): Promise<MsgVoteResponse>;
2478
+ /** Exec executes a proposal. */
2479
+ Exec(request: MsgExec): Promise<MsgExecResponse>;
2480
+ /** LeaveGroup allows a group member to leave the group. */
2481
+ LeaveGroup(request: MsgLeaveGroup): Promise<MsgLeaveGroupResponse>;
2482
+ }
2483
+
2484
+ export const MsgServiceName = "cosmos.group.v1.Msg";
2485
+ export class MsgClientImpl implements Msg {
2486
+ private readonly rpc: Rpc;
2487
+ private readonly service: string;
2488
+ constructor(rpc: Rpc, opts?: { service?: string }) {
2489
+ this.service = opts?.service || MsgServiceName;
2490
+ this.rpc = rpc;
2491
+ this.CreateGroup = this.CreateGroup.bind(this);
2492
+ this.UpdateGroupMembers = this.UpdateGroupMembers.bind(this);
2493
+ this.UpdateGroupAdmin = this.UpdateGroupAdmin.bind(this);
2494
+ this.UpdateGroupMetadata = this.UpdateGroupMetadata.bind(this);
2495
+ this.CreateGroupPolicy = this.CreateGroupPolicy.bind(this);
2496
+ this.CreateGroupWithPolicy = this.CreateGroupWithPolicy.bind(this);
2497
+ this.UpdateGroupPolicyAdmin = this.UpdateGroupPolicyAdmin.bind(this);
2498
+ this.UpdateGroupPolicyDecisionPolicy = this.UpdateGroupPolicyDecisionPolicy.bind(this);
2499
+ this.UpdateGroupPolicyMetadata = this.UpdateGroupPolicyMetadata.bind(this);
2500
+ this.SubmitProposal = this.SubmitProposal.bind(this);
2501
+ this.WithdrawProposal = this.WithdrawProposal.bind(this);
2502
+ this.Vote = this.Vote.bind(this);
2503
+ this.Exec = this.Exec.bind(this);
2504
+ this.LeaveGroup = this.LeaveGroup.bind(this);
2505
+ }
2506
+ CreateGroup(request: MsgCreateGroup): Promise<MsgCreateGroupResponse> {
2507
+ const data = MsgCreateGroup.encode(request).finish();
2508
+ const promise = this.rpc.request(this.service, "CreateGroup", data);
2509
+ return promise.then((data) => MsgCreateGroupResponse.decode(new BinaryReader(data)));
2510
+ }
2511
+
2512
+ UpdateGroupMembers(request: MsgUpdateGroupMembers): Promise<MsgUpdateGroupMembersResponse> {
2513
+ const data = MsgUpdateGroupMembers.encode(request).finish();
2514
+ const promise = this.rpc.request(this.service, "UpdateGroupMembers", data);
2515
+ return promise.then((data) => MsgUpdateGroupMembersResponse.decode(new BinaryReader(data)));
2516
+ }
2517
+
2518
+ UpdateGroupAdmin(request: MsgUpdateGroupAdmin): Promise<MsgUpdateGroupAdminResponse> {
2519
+ const data = MsgUpdateGroupAdmin.encode(request).finish();
2520
+ const promise = this.rpc.request(this.service, "UpdateGroupAdmin", data);
2521
+ return promise.then((data) => MsgUpdateGroupAdminResponse.decode(new BinaryReader(data)));
2522
+ }
2523
+
2524
+ UpdateGroupMetadata(request: MsgUpdateGroupMetadata): Promise<MsgUpdateGroupMetadataResponse> {
2525
+ const data = MsgUpdateGroupMetadata.encode(request).finish();
2526
+ const promise = this.rpc.request(this.service, "UpdateGroupMetadata", data);
2527
+ return promise.then((data) => MsgUpdateGroupMetadataResponse.decode(new BinaryReader(data)));
2528
+ }
2529
+
2530
+ CreateGroupPolicy(request: MsgCreateGroupPolicy): Promise<MsgCreateGroupPolicyResponse> {
2531
+ const data = MsgCreateGroupPolicy.encode(request).finish();
2532
+ const promise = this.rpc.request(this.service, "CreateGroupPolicy", data);
2533
+ return promise.then((data) => MsgCreateGroupPolicyResponse.decode(new BinaryReader(data)));
2534
+ }
2535
+
2536
+ CreateGroupWithPolicy(request: MsgCreateGroupWithPolicy): Promise<MsgCreateGroupWithPolicyResponse> {
2537
+ const data = MsgCreateGroupWithPolicy.encode(request).finish();
2538
+ const promise = this.rpc.request(this.service, "CreateGroupWithPolicy", data);
2539
+ return promise.then((data) => MsgCreateGroupWithPolicyResponse.decode(new BinaryReader(data)));
2540
+ }
2541
+
2542
+ UpdateGroupPolicyAdmin(request: MsgUpdateGroupPolicyAdmin): Promise<MsgUpdateGroupPolicyAdminResponse> {
2543
+ const data = MsgUpdateGroupPolicyAdmin.encode(request).finish();
2544
+ const promise = this.rpc.request(this.service, "UpdateGroupPolicyAdmin", data);
2545
+ return promise.then((data) => MsgUpdateGroupPolicyAdminResponse.decode(new BinaryReader(data)));
2546
+ }
2547
+
2548
+ UpdateGroupPolicyDecisionPolicy(
2549
+ request: MsgUpdateGroupPolicyDecisionPolicy,
2550
+ ): Promise<MsgUpdateGroupPolicyDecisionPolicyResponse> {
2551
+ const data = MsgUpdateGroupPolicyDecisionPolicy.encode(request).finish();
2552
+ const promise = this.rpc.request(this.service, "UpdateGroupPolicyDecisionPolicy", data);
2553
+ return promise.then((data) => MsgUpdateGroupPolicyDecisionPolicyResponse.decode(new BinaryReader(data)));
2554
+ }
2555
+
2556
+ UpdateGroupPolicyMetadata(request: MsgUpdateGroupPolicyMetadata): Promise<MsgUpdateGroupPolicyMetadataResponse> {
2557
+ const data = MsgUpdateGroupPolicyMetadata.encode(request).finish();
2558
+ const promise = this.rpc.request(this.service, "UpdateGroupPolicyMetadata", data);
2559
+ return promise.then((data) => MsgUpdateGroupPolicyMetadataResponse.decode(new BinaryReader(data)));
2560
+ }
2561
+
2562
+ SubmitProposal(request: MsgSubmitProposal): Promise<MsgSubmitProposalResponse> {
2563
+ const data = MsgSubmitProposal.encode(request).finish();
2564
+ const promise = this.rpc.request(this.service, "SubmitProposal", data);
2565
+ return promise.then((data) => MsgSubmitProposalResponse.decode(new BinaryReader(data)));
2566
+ }
2567
+
2568
+ WithdrawProposal(request: MsgWithdrawProposal): Promise<MsgWithdrawProposalResponse> {
2569
+ const data = MsgWithdrawProposal.encode(request).finish();
2570
+ const promise = this.rpc.request(this.service, "WithdrawProposal", data);
2571
+ return promise.then((data) => MsgWithdrawProposalResponse.decode(new BinaryReader(data)));
2572
+ }
2573
+
2574
+ Vote(request: MsgVote): Promise<MsgVoteResponse> {
2575
+ const data = MsgVote.encode(request).finish();
2576
+ const promise = this.rpc.request(this.service, "Vote", data);
2577
+ return promise.then((data) => MsgVoteResponse.decode(new BinaryReader(data)));
2578
+ }
2579
+
2580
+ Exec(request: MsgExec): Promise<MsgExecResponse> {
2581
+ const data = MsgExec.encode(request).finish();
2582
+ const promise = this.rpc.request(this.service, "Exec", data);
2583
+ return promise.then((data) => MsgExecResponse.decode(new BinaryReader(data)));
2584
+ }
2585
+
2586
+ LeaveGroup(request: MsgLeaveGroup): Promise<MsgLeaveGroupResponse> {
2587
+ const data = MsgLeaveGroup.encode(request).finish();
2588
+ const promise = this.rpc.request(this.service, "LeaveGroup", data);
2589
+ return promise.then((data) => MsgLeaveGroupResponse.decode(new BinaryReader(data)));
2590
+ }
2591
+ }
2592
+
2593
+ interface Rpc {
2594
+ request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
2595
+ }
2596
+
2597
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
2598
+
2599
+ export type DeepPartial<T> = T extends Builtin ? T
2600
+ : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>>
2601
+ : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>
2602
+ : T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }
2603
+ : Partial<T>;
2604
+
2605
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
2606
+ export type Exact<P, I extends P> = P extends Builtin ? P
2607
+ : P & { [K in keyof P]: Exact<P[K], I[K]> } & { [K in Exclude<keyof I, KeysOfUnion<P>>]: never };
2608
+
2609
+ function longToNumber(int64: { toString(): string }): number {
2610
+ const num = globalThis.Number(int64.toString());
2611
+ if (num > globalThis.Number.MAX_SAFE_INTEGER) {
2612
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
2613
+ }
2614
+ if (num < globalThis.Number.MIN_SAFE_INTEGER) {
2615
+ throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
2616
+ }
2617
+ return num;
2618
+ }
2619
+
2620
+ function isSet(value: any): boolean {
2621
+ return value !== null && value !== undefined;
2622
+ }
2623
+
2624
+ export interface MessageFns<T> {
2625
+ encode(message: T, writer?: BinaryWriter): BinaryWriter;
2626
+ decode(input: BinaryReader | Uint8Array, length?: number): T;
2627
+ fromJSON(object: any): T;
2628
+ toJSON(message: T): unknown;
2629
+ create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
2630
+ fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
2631
+ }