@sparkdreamnft/sparkdreamjs 0.0.6 → 0.0.8

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 (1355) hide show
  1. package/binary.d.ts +1 -1
  2. package/binary.js +1 -1
  3. package/cosmos/app/runtime/v1alpha1/module.d.ts +75 -10
  4. package/cosmos/app/runtime/v1alpha1/module.js +44 -1
  5. package/cosmos/app/v1alpha1/module.d.ts +55 -6
  6. package/cosmos/app/v1alpha1/module.js +19 -0
  7. package/cosmos/auth/module/v1/module.d.ts +72 -12
  8. package/cosmos/auth/module/v1/module.js +25 -1
  9. package/cosmos/auth/v1beta1/auth.d.ts +68 -10
  10. package/cosmos/auth/v1beta1/auth.js +26 -0
  11. package/cosmos/auth/v1beta1/genesis.d.ts +30 -6
  12. package/cosmos/auth/v1beta1/genesis.js +6 -0
  13. package/cosmos/auth/v1beta1/query.d.ts +334 -92
  14. package/cosmos/auth/v1beta1/query.js +120 -0
  15. package/cosmos/auth/v1beta1/query.lcd.js +7 -21
  16. package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +6 -32
  17. package/cosmos/auth/v1beta1/query.rpc.Query.js +7 -21
  18. package/cosmos/auth/v1beta1/tx.d.ts +31 -10
  19. package/cosmos/auth/v1beta1/tx.js +13 -0
  20. package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +0 -2
  21. package/cosmos/auth/v1beta1/tx.rpc.msg.js +1 -3
  22. package/cosmos/authz/module/v1/module.d.ts +18 -2
  23. package/cosmos/authz/module/v1/module.js +6 -0
  24. package/cosmos/authz/v1beta1/authz.d.ts +69 -6
  25. package/cosmos/authz/v1beta1/authz.js +27 -0
  26. package/cosmos/authz/v1beta1/event.d.ts +72 -16
  27. package/cosmos/authz/v1beta1/event.js +12 -0
  28. package/cosmos/authz/v1beta1/genesis.d.ts +18 -2
  29. package/cosmos/authz/v1beta1/genesis.js +6 -0
  30. package/cosmos/authz/v1beta1/query.d.ts +168 -32
  31. package/cosmos/authz/v1beta1/query.js +36 -0
  32. package/cosmos/authz/v1beta1/query.lcd.js +2 -6
  33. package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +2 -10
  34. package/cosmos/authz/v1beta1/query.rpc.Query.js +2 -6
  35. package/cosmos/authz/v1beta1/tx.d.ts +94 -6
  36. package/cosmos/authz/v1beta1/tx.js +40 -0
  37. package/cosmos/bank/module/v1/module.d.ts +24 -4
  38. package/cosmos/bank/module/v1/module.js +6 -0
  39. package/cosmos/bank/v1beta1/authz.d.ts +13 -8
  40. package/cosmos/bank/v1beta1/authz.js +7 -0
  41. package/cosmos/bank/v1beta1/bank.d.ts +136 -34
  42. package/cosmos/bank/v1beta1/bank.js +48 -0
  43. package/cosmos/bank/v1beta1/genesis.d.ts +61 -16
  44. package/cosmos/bank/v1beta1/genesis.js +13 -0
  45. package/cosmos/bank/v1beta1/query.d.ts +599 -138
  46. package/cosmos/bank/v1beta1/query.js +179 -0
  47. package/cosmos/bank/v1beta1/query.lcd.d.ts +2 -2
  48. package/cosmos/bank/v1beta1/query.lcd.js +28 -29
  49. package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +7 -17
  50. package/cosmos/bank/v1beta1/query.rpc.Query.js +17 -27
  51. package/cosmos/bank/v1beta1/tx.d.ts +143 -30
  52. package/cosmos/bank/v1beta1/tx.js +53 -0
  53. package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +0 -4
  54. package/cosmos/bank/v1beta1/tx.rpc.msg.js +2 -6
  55. package/cosmos/base/abci/v1beta1/abci.d.ts +331 -80
  56. package/cosmos/base/abci/v1beta1/abci.js +73 -0
  57. package/cosmos/base/node/v1beta1/query.d.ts +102 -18
  58. package/cosmos/base/node/v1beta1/query.js +24 -0
  59. package/cosmos/base/query/v1beta1/pagination.d.ts +36 -4
  60. package/cosmos/base/query/v1beta1/pagination.js +24 -0
  61. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +613 -98
  62. package/cosmos/base/reflection/v2alpha1/reflection.js +163 -0
  63. package/cosmos/base/v1beta1/coin.d.ts +56 -0
  64. package/cosmos/base/v1beta1/coin.js +32 -0
  65. package/cosmos/benchmark/module/v1/module.d.ts +102 -26
  66. package/cosmos/benchmark/module/v1/module.js +12 -0
  67. package/cosmos/benchmark/v1/benchmark.d.ts +18 -2
  68. package/cosmos/benchmark/v1/benchmark.js +6 -0
  69. package/cosmos/benchmark/v1/tx.d.ts +36 -4
  70. package/cosmos/benchmark/v1/tx.js +12 -0
  71. package/cosmos/bundle.d.ts +2284 -2422
  72. package/cosmos/bundle.js +242 -261
  73. package/cosmos/circuit/module/v1/module.d.ts +24 -4
  74. package/cosmos/circuit/module/v1/module.js +6 -0
  75. package/cosmos/circuit/v1/query.d.ts +120 -16
  76. package/cosmos/circuit/v1/query.js +36 -0
  77. package/cosmos/circuit/v1/tx.d.ts +126 -18
  78. package/cosmos/circuit/v1/tx.js +36 -0
  79. package/cosmos/circuit/v1/types.d.ts +55 -6
  80. package/cosmos/circuit/v1/types.js +19 -0
  81. package/cosmos/consensus/module/v1/module.d.ts +24 -4
  82. package/cosmos/consensus/module/v1/module.js +6 -0
  83. package/cosmos/consensus/v1/query.d.ts +36 -4
  84. package/cosmos/consensus/v1/query.js +12 -0
  85. package/cosmos/consensus/v1/tx.d.ts +37 -6
  86. package/cosmos/consensus/v1/tx.js +13 -0
  87. package/cosmos/consensus/v1/tx.rpc.msg.d.ts +0 -2
  88. package/cosmos/consensus/v1/tx.rpc.msg.js +1 -3
  89. package/cosmos/counter/module/v1/module.d.ts +24 -4
  90. package/cosmos/counter/module/v1/module.js +6 -0
  91. package/cosmos/counter/v1/query.d.ts +36 -4
  92. package/cosmos/counter/v1/query.js +12 -0
  93. package/cosmos/counter/v1/tx.d.ts +54 -10
  94. package/cosmos/counter/v1/tx.js +12 -0
  95. package/cosmos/crisis/module/v1/module.d.ts +30 -6
  96. package/cosmos/crisis/module/v1/module.js +6 -0
  97. package/cosmos/crypto/ed25519/keys.d.ts +29 -0
  98. package/cosmos/crypto/ed25519/keys.js +17 -0
  99. package/cosmos/crypto/hd/v1/hd.d.ts +42 -10
  100. package/cosmos/crypto/hd/v1/hd.js +6 -0
  101. package/cosmos/crypto/keyring/v1/record.d.ts +121 -20
  102. package/cosmos/crypto/keyring/v1/record.js +31 -0
  103. package/cosmos/crypto/multisig/keys.d.ts +14 -0
  104. package/cosmos/crypto/multisig/keys.js +8 -0
  105. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +29 -0
  106. package/cosmos/crypto/multisig/v1beta1/multisig.js +17 -0
  107. package/cosmos/crypto/secp256k1/keys.d.ts +34 -2
  108. package/cosmos/crypto/secp256k1/keys.js +16 -0
  109. package/cosmos/crypto/secp256r1/keys.d.ts +42 -6
  110. package/cosmos/crypto/secp256r1/keys.js +12 -0
  111. package/cosmos/distribution/module/v1/module.d.ts +24 -4
  112. package/cosmos/distribution/module/v1/module.js +6 -0
  113. package/cosmos/distribution/v1beta1/distribution.d.ts +201 -12
  114. package/cosmos/distribution/v1beta1/distribution.js +105 -0
  115. package/cosmos/distribution/v1beta1/genesis.d.ts +298 -66
  116. package/cosmos/distribution/v1beta1/genesis.js +52 -0
  117. package/cosmos/distribution/v1beta1/query.d.ts +430 -58
  118. package/cosmos/distribution/v1beta1/query.js +136 -0
  119. package/cosmos/distribution/v1beta1/query.lcd.js +3 -1
  120. package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +5 -1
  121. package/cosmos/distribution/v1beta1/query.rpc.Query.js +3 -1
  122. package/cosmos/distribution/v1beta1/tx.d.ts +199 -34
  123. package/cosmos/distribution/v1beta1/tx.js +97 -0
  124. package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +3 -5
  125. package/cosmos/distribution/v1beta1/tx.rpc.msg.js +6 -8
  126. package/cosmos/epochs/module/v1/module.d.ts +18 -2
  127. package/cosmos/epochs/module/v1/module.js +6 -0
  128. package/cosmos/epochs/v1beta1/events.d.ts +36 -4
  129. package/cosmos/epochs/v1beta1/events.js +12 -0
  130. package/cosmos/epochs/v1beta1/genesis.d.ts +37 -4
  131. package/cosmos/epochs/v1beta1/genesis.js +13 -0
  132. package/cosmos/epochs/v1beta1/query.d.ts +52 -0
  133. package/cosmos/epochs/v1beta1/query.js +28 -0
  134. package/cosmos/evidence/module/v1/module.d.ts +18 -2
  135. package/cosmos/evidence/module/v1/module.js +6 -0
  136. package/cosmos/feegrant/module/v1/module.d.ts +18 -2
  137. package/cosmos/feegrant/module/v1/module.js +6 -0
  138. package/cosmos/feegrant/v1beta1/feegrant.d.ts +118 -22
  139. package/cosmos/feegrant/v1beta1/feegrant.js +26 -0
  140. package/cosmos/feegrant/v1beta1/genesis.d.ts +18 -2
  141. package/cosmos/feegrant/v1beta1/genesis.js +6 -0
  142. package/cosmos/feegrant/v1beta1/query.d.ts +150 -34
  143. package/cosmos/feegrant/v1beta1/query.js +36 -0
  144. package/cosmos/feegrant/v1beta1/query.lcd.js +1 -3
  145. package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +1 -5
  146. package/cosmos/feegrant/v1beta1/query.rpc.Query.js +1 -3
  147. package/cosmos/feegrant/v1beta1/tx.d.ts +131 -27
  148. package/cosmos/feegrant/v1beta1/tx.js +37 -0
  149. package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +1 -5
  150. package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +1 -3
  151. package/cosmos/genutil/module/v1/module.d.ts +18 -2
  152. package/cosmos/genutil/module/v1/module.js +6 -0
  153. package/cosmos/gov/module/v1/module.d.ts +24 -4
  154. package/cosmos/gov/module/v1/module.js +6 -0
  155. package/cosmos/gov/v1/genesis.d.ts +48 -24
  156. package/cosmos/gov/v1/genesis.js +6 -0
  157. package/cosmos/gov/v1/gov.d.ts +341 -124
  158. package/cosmos/gov/v1/gov.js +59 -0
  159. package/cosmos/gov/v1/query.d.ts +469 -92
  160. package/cosmos/gov/v1/query.js +109 -0
  161. package/cosmos/gov/v1/tx.d.ts +368 -93
  162. package/cosmos/gov/v1/tx.js +88 -0
  163. package/cosmos/gov/v1/tx.rpc.msg.d.ts +1 -7
  164. package/cosmos/gov/v1/tx.rpc.msg.js +2 -6
  165. package/cosmos/gov/v1beta1/genesis.d.ts +60 -16
  166. package/cosmos/gov/v1beta1/genesis.js +6 -0
  167. package/cosmos/gov/v1beta1/gov.d.ts +291 -69
  168. package/cosmos/gov/v1beta1/gov.js +57 -0
  169. package/cosmos/gov/v1beta1/query.d.ts +439 -82
  170. package/cosmos/gov/v1beta1/query.js +97 -0
  171. package/cosmos/gov/v1beta1/tx.d.ts +209 -45
  172. package/cosmos/gov/v1beta1/tx.js +49 -0
  173. package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +1 -5
  174. package/cosmos/gov/v1beta1/tx.rpc.msg.js +1 -3
  175. package/cosmos/group/module/v1/module.d.ts +18 -2
  176. package/cosmos/group/module/v1/module.js +6 -0
  177. package/cosmos/group/v1/events.d.ts +300 -56
  178. package/cosmos/group/v1/events.js +66 -0
  179. package/cosmos/group/v1/genesis.d.ts +48 -12
  180. package/cosmos/group/v1/genesis.js +6 -0
  181. package/cosmos/group/v1/query.d.ts +768 -152
  182. package/cosmos/group/v1/query.js +168 -0
  183. package/cosmos/group/v1/query.lcd.js +1 -3
  184. package/cosmos/group/v1/query.rpc.Query.d.ts +1 -5
  185. package/cosmos/group/v1/query.rpc.Query.js +1 -3
  186. package/cosmos/group/v1/tx.d.ts +804 -163
  187. package/cosmos/group/v1/tx.js +168 -0
  188. package/cosmos/group/v1/types.d.ts +398 -91
  189. package/cosmos/group/v1/types.js +82 -0
  190. package/cosmos/ics23/v1/proofs.d.ts +294 -22
  191. package/cosmos/ics23/v1/proofs.js +138 -0
  192. package/cosmos/mint/module/v1/module.d.ts +24 -4
  193. package/cosmos/mint/module/v1/module.js +6 -0
  194. package/cosmos/mint/v1beta1/genesis.d.ts +30 -6
  195. package/cosmos/mint/v1beta1/genesis.js +6 -0
  196. package/cosmos/mint/v1beta1/mint.d.ts +84 -20
  197. package/cosmos/mint/v1beta1/mint.js +12 -0
  198. package/cosmos/mint/v1beta1/query.d.ts +111 -12
  199. package/cosmos/mint/v1beta1/query.js +39 -0
  200. package/cosmos/mint/v1beta1/tx.d.ts +31 -10
  201. package/cosmos/mint/v1beta1/tx.js +13 -0
  202. package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +0 -2
  203. package/cosmos/mint/v1beta1/tx.rpc.msg.js +1 -3
  204. package/cosmos/nft/module/v1/module.d.ts +18 -2
  205. package/cosmos/nft/module/v1/module.js +6 -0
  206. package/cosmos/params/module/v1/module.d.ts +18 -2
  207. package/cosmos/params/module/v1/module.js +6 -0
  208. package/cosmos/params/v1beta1/params.d.ts +31 -2
  209. package/cosmos/params/v1beta1/params.js +13 -0
  210. package/cosmos/params/v1beta1/query.d.ts +93 -22
  211. package/cosmos/params/v1beta1/query.js +33 -0
  212. package/cosmos/params/v1beta1/query.lcd.js +1 -3
  213. package/cosmos/params/v1beta1/query.rpc.Query.d.ts +1 -5
  214. package/cosmos/params/v1beta1/query.rpc.Query.js +1 -3
  215. package/cosmos/protocolpool/module/v1/module.d.ts +24 -4
  216. package/cosmos/protocolpool/module/v1/module.js +6 -0
  217. package/cosmos/protocolpool/v1/genesis.d.ts +24 -4
  218. package/cosmos/protocolpool/v1/genesis.js +6 -0
  219. package/cosmos/protocolpool/v1/query.d.ts +138 -12
  220. package/cosmos/protocolpool/v1/query.js +54 -0
  221. package/cosmos/protocolpool/v1/tx.d.ts +217 -30
  222. package/cosmos/protocolpool/v1/tx.js +67 -0
  223. package/cosmos/protocolpool/v1/types.d.ts +54 -10
  224. package/cosmos/protocolpool/v1/types.js +12 -0
  225. package/cosmos/reflection/v1/reflection.d.ts +42 -6
  226. package/cosmos/reflection/v1/reflection.js +12 -0
  227. package/cosmos/rpc.query.d.ts +1 -9
  228. package/cosmos/rpc.query.js +0 -5
  229. package/cosmos/slashing/module/v1/module.d.ts +24 -4
  230. package/cosmos/slashing/module/v1/module.js +6 -0
  231. package/cosmos/staking/module/v1/module.d.ts +36 -8
  232. package/cosmos/staking/module/v1/module.js +6 -0
  233. package/cosmos/staking/v1beta1/authz.d.ts +43 -15
  234. package/cosmos/staking/v1beta1/authz.js +13 -5
  235. package/cosmos/staking/v1beta1/genesis.d.ts +84 -20
  236. package/cosmos/staking/v1beta1/genesis.js +12 -0
  237. package/cosmos/staking/v1beta1/query.d.ts +660 -102
  238. package/cosmos/staking/v1beta1/query.js +186 -0
  239. package/cosmos/staking/v1beta1/staking.d.ts +631 -121
  240. package/cosmos/staking/v1beta1/staking.js +153 -0
  241. package/cosmos/staking/v1beta1/tx.d.ts +234 -42
  242. package/cosmos/staking/v1beta1/tx.js +88 -0
  243. package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +0 -3
  244. package/cosmos/staking/v1beta1/tx.rpc.msg.js +2 -5
  245. package/cosmos/store/internal/kv/v1beta1/kv.d.ts +36 -4
  246. package/cosmos/store/internal/kv/v1beta1/kv.js +12 -0
  247. package/cosmos/store/snapshots/v1/snapshot.d.ts +114 -30
  248. package/cosmos/store/snapshots/v1/snapshot.js +42 -0
  249. package/cosmos/store/streaming/abci/grpc.d.ts +78 -10
  250. package/cosmos/store/streaming/abci/grpc.js +24 -0
  251. package/cosmos/store/v1beta1/commit_info.d.ts +39 -0
  252. package/cosmos/store/v1beta1/commit_info.js +21 -0
  253. package/cosmos/store/v1beta1/listening.d.ts +45 -10
  254. package/cosmos/store/v1beta1/listening.js +15 -0
  255. package/cosmos/tx/config/v1/config.d.ts +18 -2
  256. package/cosmos/tx/config/v1/config.js +6 -0
  257. package/cosmos/tx/signing/v1beta1/signing.d.ts +135 -24
  258. package/cosmos/tx/signing/v1beta1/signing.js +33 -0
  259. package/cosmos/tx/v1beta1/service.d.ts +355 -94
  260. package/cosmos/tx/v1beta1/service.js +125 -0
  261. package/cosmos/tx/v1beta1/service.lcd.js +1 -3
  262. package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +5 -25
  263. package/cosmos/tx/v1beta1/service.rpc.Service.js +5 -15
  264. package/cosmos/tx/v1beta1/tx.d.ts +371 -80
  265. package/cosmos/tx/v1beta1/tx.js +118 -0
  266. package/cosmos/upgrade/module/v1/module.d.ts +24 -4
  267. package/cosmos/upgrade/module/v1/module.js +6 -0
  268. package/cosmos/upgrade/v1beta1/query.d.ts +158 -30
  269. package/cosmos/upgrade/v1beta1/query.js +70 -0
  270. package/cosmos/upgrade/v1beta1/query.lcd.js +2 -6
  271. package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +2 -10
  272. package/cosmos/upgrade/v1beta1/query.rpc.Query.js +2 -6
  273. package/cosmos/upgrade/v1beta1/tx.d.ts +66 -22
  274. package/cosmos/upgrade/v1beta1/tx.js +24 -0
  275. package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +1 -7
  276. package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +2 -6
  277. package/cosmos/upgrade/v1beta1/upgrade.d.ts +118 -30
  278. package/cosmos/upgrade/v1beta1/upgrade.js +32 -0
  279. package/cosmos/vesting/module/v1/module.d.ts +18 -2
  280. package/cosmos/vesting/module/v1/module.js +6 -0
  281. package/cosmos/vesting/v1beta1/tx.d.ts +94 -22
  282. package/cosmos/vesting/v1beta1/tx.js +40 -0
  283. package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +0 -4
  284. package/cosmos/vesting/v1beta1/tx.rpc.msg.js +2 -6
  285. package/cosmos/vesting/v1beta1/vesting.d.ts +103 -12
  286. package/cosmos/vesting/v1beta1/vesting.js +43 -0
  287. package/cosmos_proto/cosmos.d.ts +31 -0
  288. package/cosmos_proto/cosmos.js +19 -0
  289. package/esm/binary.js +1 -1
  290. package/esm/cosmos/app/runtime/v1alpha1/module.js +44 -1
  291. package/esm/cosmos/app/v1alpha1/module.js +19 -0
  292. package/esm/cosmos/auth/module/v1/module.js +25 -1
  293. package/esm/cosmos/auth/v1beta1/auth.js +26 -0
  294. package/esm/cosmos/auth/v1beta1/genesis.js +6 -0
  295. package/esm/cosmos/auth/v1beta1/query.js +120 -0
  296. package/esm/cosmos/auth/v1beta1/query.lcd.js +7 -21
  297. package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +7 -21
  298. package/esm/cosmos/auth/v1beta1/tx.js +13 -0
  299. package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +1 -3
  300. package/esm/cosmos/authz/module/v1/module.js +6 -0
  301. package/esm/cosmos/authz/v1beta1/authz.js +27 -0
  302. package/esm/cosmos/authz/v1beta1/event.js +12 -0
  303. package/esm/cosmos/authz/v1beta1/genesis.js +6 -0
  304. package/esm/cosmos/authz/v1beta1/query.js +36 -0
  305. package/esm/cosmos/authz/v1beta1/query.lcd.js +2 -6
  306. package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +2 -6
  307. package/esm/cosmos/authz/v1beta1/tx.js +40 -0
  308. package/esm/cosmos/bank/module/v1/module.js +6 -0
  309. package/esm/cosmos/bank/v1beta1/authz.js +7 -0
  310. package/esm/cosmos/bank/v1beta1/bank.js +48 -0
  311. package/esm/cosmos/bank/v1beta1/genesis.js +13 -0
  312. package/esm/cosmos/bank/v1beta1/query.js +179 -0
  313. package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -29
  314. package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +18 -28
  315. package/esm/cosmos/bank/v1beta1/tx.js +53 -0
  316. package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +2 -6
  317. package/esm/cosmos/base/abci/v1beta1/abci.js +73 -0
  318. package/esm/cosmos/base/node/v1beta1/query.js +24 -0
  319. package/esm/cosmos/base/query/v1beta1/pagination.js +24 -0
  320. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +163 -0
  321. package/esm/cosmos/base/v1beta1/coin.js +32 -0
  322. package/esm/cosmos/benchmark/module/v1/module.js +12 -0
  323. package/esm/cosmos/benchmark/v1/benchmark.js +6 -0
  324. package/esm/cosmos/benchmark/v1/tx.js +12 -0
  325. package/esm/cosmos/bundle.js +242 -261
  326. package/esm/cosmos/circuit/module/v1/module.js +6 -0
  327. package/esm/cosmos/circuit/v1/query.js +36 -0
  328. package/esm/cosmos/circuit/v1/tx.js +36 -0
  329. package/esm/cosmos/circuit/v1/types.js +19 -0
  330. package/esm/cosmos/consensus/module/v1/module.js +6 -0
  331. package/esm/cosmos/consensus/v1/query.js +12 -0
  332. package/esm/cosmos/consensus/v1/tx.js +13 -0
  333. package/esm/cosmos/consensus/v1/tx.rpc.msg.js +1 -3
  334. package/esm/cosmos/counter/module/v1/module.js +6 -0
  335. package/esm/cosmos/counter/v1/query.js +12 -0
  336. package/esm/cosmos/counter/v1/tx.js +12 -0
  337. package/esm/cosmos/crisis/module/v1/module.js +6 -0
  338. package/esm/cosmos/crypto/ed25519/keys.js +17 -0
  339. package/esm/cosmos/crypto/hd/v1/hd.js +6 -0
  340. package/esm/cosmos/crypto/keyring/v1/record.js +31 -0
  341. package/esm/cosmos/crypto/multisig/keys.js +8 -0
  342. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +17 -0
  343. package/esm/cosmos/crypto/secp256k1/keys.js +16 -0
  344. package/esm/cosmos/crypto/secp256r1/keys.js +12 -0
  345. package/esm/cosmos/distribution/module/v1/module.js +6 -0
  346. package/esm/cosmos/distribution/v1beta1/distribution.js +105 -0
  347. package/esm/cosmos/distribution/v1beta1/genesis.js +52 -0
  348. package/esm/cosmos/distribution/v1beta1/query.js +136 -0
  349. package/esm/cosmos/distribution/v1beta1/query.lcd.js +3 -1
  350. package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +3 -1
  351. package/esm/cosmos/distribution/v1beta1/tx.js +97 -0
  352. package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +6 -8
  353. package/esm/cosmos/epochs/module/v1/module.js +6 -0
  354. package/esm/cosmos/epochs/v1beta1/events.js +12 -0
  355. package/esm/cosmos/epochs/v1beta1/genesis.js +13 -0
  356. package/esm/cosmos/epochs/v1beta1/query.js +28 -0
  357. package/esm/cosmos/evidence/module/v1/module.js +6 -0
  358. package/esm/cosmos/feegrant/module/v1/module.js +6 -0
  359. package/esm/cosmos/feegrant/v1beta1/feegrant.js +26 -0
  360. package/esm/cosmos/feegrant/v1beta1/genesis.js +6 -0
  361. package/esm/cosmos/feegrant/v1beta1/query.js +36 -0
  362. package/esm/cosmos/feegrant/v1beta1/query.lcd.js +1 -3
  363. package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +1 -3
  364. package/esm/cosmos/feegrant/v1beta1/tx.js +37 -0
  365. package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +1 -3
  366. package/esm/cosmos/genutil/module/v1/module.js +6 -0
  367. package/esm/cosmos/gov/module/v1/module.js +6 -0
  368. package/esm/cosmos/gov/v1/genesis.js +6 -0
  369. package/esm/cosmos/gov/v1/gov.js +59 -0
  370. package/esm/cosmos/gov/v1/query.js +109 -0
  371. package/esm/cosmos/gov/v1/tx.js +88 -0
  372. package/esm/cosmos/gov/v1/tx.rpc.msg.js +2 -6
  373. package/esm/cosmos/gov/v1beta1/genesis.js +6 -0
  374. package/esm/cosmos/gov/v1beta1/gov.js +57 -0
  375. package/esm/cosmos/gov/v1beta1/query.js +97 -0
  376. package/esm/cosmos/gov/v1beta1/tx.js +49 -0
  377. package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +1 -3
  378. package/esm/cosmos/group/module/v1/module.js +6 -0
  379. package/esm/cosmos/group/v1/events.js +66 -0
  380. package/esm/cosmos/group/v1/genesis.js +6 -0
  381. package/esm/cosmos/group/v1/query.js +168 -0
  382. package/esm/cosmos/group/v1/query.lcd.js +1 -3
  383. package/esm/cosmos/group/v1/query.rpc.Query.js +1 -3
  384. package/esm/cosmos/group/v1/tx.js +168 -0
  385. package/esm/cosmos/group/v1/types.js +82 -0
  386. package/esm/cosmos/ics23/v1/proofs.js +138 -0
  387. package/esm/cosmos/mint/module/v1/module.js +6 -0
  388. package/esm/cosmos/mint/v1beta1/genesis.js +6 -0
  389. package/esm/cosmos/mint/v1beta1/mint.js +12 -0
  390. package/esm/cosmos/mint/v1beta1/query.js +39 -0
  391. package/esm/cosmos/mint/v1beta1/tx.js +13 -0
  392. package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +1 -3
  393. package/esm/cosmos/nft/module/v1/module.js +6 -0
  394. package/esm/cosmos/params/module/v1/module.js +6 -0
  395. package/esm/cosmos/params/v1beta1/params.js +13 -0
  396. package/esm/cosmos/params/v1beta1/query.js +33 -0
  397. package/esm/cosmos/params/v1beta1/query.lcd.js +1 -3
  398. package/esm/cosmos/params/v1beta1/query.rpc.Query.js +1 -3
  399. package/esm/cosmos/protocolpool/module/v1/module.js +6 -0
  400. package/esm/cosmos/protocolpool/v1/genesis.js +6 -0
  401. package/esm/cosmos/protocolpool/v1/query.js +54 -0
  402. package/esm/cosmos/protocolpool/v1/tx.js +67 -0
  403. package/esm/cosmos/protocolpool/v1/types.js +12 -0
  404. package/esm/cosmos/reflection/v1/reflection.js +12 -0
  405. package/esm/cosmos/rpc.query.js +0 -5
  406. package/esm/cosmos/slashing/module/v1/module.js +6 -0
  407. package/esm/cosmos/staking/module/v1/module.js +6 -0
  408. package/esm/cosmos/staking/v1beta1/authz.js +13 -5
  409. package/esm/cosmos/staking/v1beta1/genesis.js +12 -0
  410. package/esm/cosmos/staking/v1beta1/query.js +186 -0
  411. package/esm/cosmos/staking/v1beta1/staking.js +153 -0
  412. package/esm/cosmos/staking/v1beta1/tx.js +88 -0
  413. package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +2 -5
  414. package/esm/cosmos/store/internal/kv/v1beta1/kv.js +12 -0
  415. package/esm/cosmos/store/snapshots/v1/snapshot.js +42 -0
  416. package/esm/cosmos/store/streaming/abci/grpc.js +24 -0
  417. package/esm/cosmos/store/v1beta1/commit_info.js +21 -0
  418. package/esm/cosmos/store/v1beta1/listening.js +15 -0
  419. package/esm/cosmos/tx/config/v1/config.js +6 -0
  420. package/esm/cosmos/tx/signing/v1beta1/signing.js +33 -0
  421. package/esm/cosmos/tx/v1beta1/service.js +125 -0
  422. package/esm/cosmos/tx/v1beta1/service.lcd.js +1 -3
  423. package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +5 -15
  424. package/esm/cosmos/tx/v1beta1/tx.js +119 -1
  425. package/esm/cosmos/upgrade/module/v1/module.js +6 -0
  426. package/esm/cosmos/upgrade/v1beta1/query.js +70 -0
  427. package/esm/cosmos/upgrade/v1beta1/query.lcd.js +2 -6
  428. package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +2 -6
  429. package/esm/cosmos/upgrade/v1beta1/tx.js +24 -0
  430. package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +2 -6
  431. package/esm/cosmos/upgrade/v1beta1/upgrade.js +32 -0
  432. package/esm/cosmos/vesting/module/v1/module.js +6 -0
  433. package/esm/cosmos/vesting/v1beta1/tx.js +40 -0
  434. package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +2 -6
  435. package/esm/cosmos/vesting/v1beta1/vesting.js +43 -0
  436. package/esm/cosmos_proto/cosmos.js +19 -0
  437. package/esm/gogoproto/bundle.js +2 -2
  438. package/esm/google/api/http.js +283 -0
  439. package/esm/google/bundle.js +7 -7
  440. package/esm/google/protobuf/any.js +90 -0
  441. package/esm/google/protobuf/descriptor.js +220 -0
  442. package/esm/google/protobuf/duration.js +63 -0
  443. package/esm/google/protobuf/timestamp.js +94 -0
  444. package/esm/helpers.js +1 -1
  445. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +7 -0
  446. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +24 -0
  447. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +36 -0
  448. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +31 -0
  449. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +14 -0
  450. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +12 -0
  451. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +24 -0
  452. package/esm/ibc/applications/interchain_accounts/v1/account.js +6 -0
  453. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +7 -0
  454. package/esm/ibc/applications/interchain_accounts/v1/packet.js +12 -0
  455. package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +18 -0
  456. package/esm/ibc/applications/rate_limiting/v1/genesis.js +139 -0
  457. package/esm/ibc/applications/rate_limiting/v1/query.js +903 -0
  458. package/esm/ibc/applications/rate_limiting/v1/query.lcd.js +44 -0
  459. package/esm/ibc/applications/rate_limiting/v1/query.rpc.Query.js +71 -0
  460. package/esm/ibc/applications/rate_limiting/v1/rate_limiting.js +632 -0
  461. package/esm/ibc/applications/rate_limiting/v1/tx.amino.js +24 -0
  462. package/esm/ibc/applications/rate_limiting/v1/tx.js +726 -0
  463. package/esm/ibc/applications/rate_limiting/v1/tx.registry.js +87 -0
  464. package/esm/ibc/applications/rate_limiting/v1/tx.rpc.msg.js +35 -0
  465. package/esm/ibc/applications/transfer/v1/authz.js +13 -0
  466. package/esm/ibc/applications/transfer/v1/denomtrace.js +8 -0
  467. package/esm/ibc/applications/transfer/v1/genesis.js +6 -0
  468. package/esm/ibc/applications/transfer/v1/packet.js +8 -0
  469. package/esm/ibc/applications/transfer/v1/query.js +78 -0
  470. package/esm/ibc/applications/transfer/v1/token.js +18 -0
  471. package/esm/ibc/applications/transfer/v1/transfer.js +9 -0
  472. package/esm/ibc/applications/transfer/v1/tx.js +40 -1
  473. package/esm/ibc/bundle.js +196 -173
  474. package/esm/ibc/client.js +4 -1
  475. package/esm/ibc/core/channel/v1/channel.js +64 -0
  476. package/esm/ibc/core/channel/v1/genesis.js +13 -0
  477. package/esm/ibc/core/channel/v1/query.js +197 -0
  478. package/esm/ibc/core/channel/v1/tx.js +129 -0
  479. package/esm/ibc/core/channel/v2/genesis.js +21 -0
  480. package/esm/ibc/core/channel/v2/packet.js +29 -0
  481. package/esm/ibc/core/channel/v2/query.js +100 -0
  482. package/esm/ibc/core/channel/v2/tx.js +48 -0
  483. package/esm/ibc/core/client/v1/client.js +45 -0
  484. package/esm/ibc/core/client/v1/genesis.js +20 -0
  485. package/esm/ibc/core/client/v1/query.js +154 -0
  486. package/esm/ibc/core/client/v1/tx.amino.js +1 -6
  487. package/esm/ibc/core/client/v1/tx.js +86 -151
  488. package/esm/ibc/core/client/v1/tx.registry.js +2 -20
  489. package/esm/ibc/core/client/v1/tx.rpc.msg.js +1 -7
  490. package/esm/ibc/core/client/v2/config.js +9 -0
  491. package/esm/ibc/core/client/v2/counterparty.js +6 -0
  492. package/esm/ibc/core/client/v2/genesis.js +12 -0
  493. package/esm/ibc/core/client/v2/query.js +26 -0
  494. package/esm/ibc/core/client/v2/tx.js +24 -0
  495. package/esm/ibc/core/commitment/v1/commitment.js +25 -0
  496. package/esm/ibc/core/commitment/v2/commitment.js +36 -0
  497. package/esm/ibc/core/connection/v1/connection.js +47 -0
  498. package/esm/ibc/core/connection/v1/genesis.js +6 -0
  499. package/esm/ibc/core/connection/v1/query.js +83 -0
  500. package/esm/ibc/core/connection/v1/tx.js +66 -0
  501. package/esm/ibc/lcd.js +5 -0
  502. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +109 -0
  503. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +54 -0
  504. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +44 -0
  505. package/esm/ibc/lightclients/wasm/v1/genesis.js +12 -0
  506. package/esm/ibc/lightclients/wasm/v1/query.js +24 -0
  507. package/esm/ibc/lightclients/wasm/v1/tx.js +36 -0
  508. package/esm/ibc/lightclients/wasm/v1/wasm.js +18 -73
  509. package/esm/ibc/rpc.query.js +3 -5
  510. package/esm/ibc/rpc.tx.js +3 -0
  511. package/esm/index.js +1 -1
  512. package/esm/sparkdream/blog/module/v1/module.js +6 -0
  513. package/esm/sparkdream/blog/v1/genesis.js +93 -1
  514. package/esm/sparkdream/blog/v1/params.js +439 -5
  515. package/esm/sparkdream/blog/v1/post.js +211 -2
  516. package/esm/sparkdream/blog/v1/query.js +1399 -0
  517. package/esm/sparkdream/blog/v1/query.lcd.js +105 -2
  518. package/esm/sparkdream/blog/v1/query.rpc.Query.js +75 -3
  519. package/esm/sparkdream/blog/v1/tx.amino.js +61 -1
  520. package/esm/sparkdream/blog/v1/tx.js +1910 -3
  521. package/esm/sparkdream/blog/v1/tx.registry.js +218 -2
  522. package/esm/sparkdream/blog/v1/tx.rpc.msg.js +77 -4
  523. package/esm/sparkdream/blog/v1/types.js +809 -0
  524. package/esm/sparkdream/bundle.js +558 -45
  525. package/esm/sparkdream/client.js +38 -2
  526. package/esm/sparkdream/collect/module/v1/module.js +71 -0
  527. package/esm/sparkdream/collect/v1/genesis.js +271 -0
  528. package/esm/sparkdream/collect/v1/params.js +763 -0
  529. package/esm/sparkdream/collect/v1/query.js +3790 -0
  530. package/esm/sparkdream/collect/v1/query.lcd.js +223 -0
  531. package/esm/sparkdream/collect/v1/query.rpc.Query.js +252 -0
  532. package/esm/sparkdream/collect/v1/tx.amino.js +149 -0
  533. package/esm/sparkdream/collect/v1/tx.js +4767 -0
  534. package/esm/sparkdream/collect/v1/tx.registry.js +537 -0
  535. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +185 -0
  536. package/esm/sparkdream/collect/v1/types.js +3434 -0
  537. package/esm/sparkdream/common/v1/content_type.js +96 -0
  538. package/esm/sparkdream/common/v1/flag_record.js +119 -0
  539. package/esm/sparkdream/common/v1/moderation_reason.js +115 -0
  540. package/esm/sparkdream/common/v1/reserved_tag.js +96 -0
  541. package/esm/sparkdream/common/v1/tag.js +120 -0
  542. package/esm/sparkdream/commons/module/v1/module.js +71 -0
  543. package/esm/sparkdream/commons/v1/genesis.js +533 -0
  544. package/esm/sparkdream/commons/v1/group.js +1116 -0
  545. package/esm/sparkdream/commons/v1/params.js +78 -0
  546. package/esm/sparkdream/commons/v1/policy_permissions.js +86 -0
  547. package/esm/sparkdream/commons/v1/query.js +1337 -0
  548. package/esm/sparkdream/commons/v1/query.lcd.js +78 -0
  549. package/esm/sparkdream/commons/v1/query.rpc.Query.js +100 -0
  550. package/esm/sparkdream/commons/v1/tx.amino.js +94 -0
  551. package/esm/sparkdream/commons/v1/tx.js +3282 -0
  552. package/esm/sparkdream/commons/v1/tx.registry.js +339 -0
  553. package/esm/sparkdream/commons/v1/tx.rpc.msg.js +122 -0
  554. package/esm/sparkdream/ecosystem/module/v1/module.js +71 -0
  555. package/esm/sparkdream/ecosystem/v1/genesis.js +72 -0
  556. package/esm/sparkdream/ecosystem/v1/params.js +65 -0
  557. package/esm/sparkdream/ecosystem/v1/query.js +128 -0
  558. package/esm/sparkdream/ecosystem/v1/query.lcd.js +11 -0
  559. package/esm/sparkdream/ecosystem/v1/query.rpc.Query.js +24 -0
  560. package/esm/sparkdream/ecosystem/v1/tx.amino.js +14 -0
  561. package/esm/sparkdream/ecosystem/v1/tx.js +308 -0
  562. package/esm/sparkdream/ecosystem/v1/tx.registry.js +51 -0
  563. package/esm/sparkdream/ecosystem/v1/tx.rpc.msg.js +24 -0
  564. package/esm/sparkdream/forum/module/v1/module.js +71 -0
  565. package/esm/sparkdream/forum/v1/archive_metadata.js +119 -0
  566. package/esm/sparkdream/forum/v1/bounty.js +183 -0
  567. package/esm/sparkdream/forum/v1/category.js +119 -0
  568. package/esm/sparkdream/forum/v1/genesis.js +516 -0
  569. package/esm/sparkdream/forum/v1/gov_action_appeal.js +202 -0
  570. package/esm/sparkdream/forum/v1/hide_record.js +154 -0
  571. package/esm/sparkdream/forum/v1/jury_participation.js +131 -0
  572. package/esm/sparkdream/forum/v1/member_report.js +219 -0
  573. package/esm/sparkdream/forum/v1/member_salvation_status.js +119 -0
  574. package/esm/sparkdream/forum/v1/member_warning.js +156 -0
  575. package/esm/sparkdream/forum/v1/params.js +867 -0
  576. package/esm/sparkdream/forum/v1/post.js +397 -0
  577. package/esm/sparkdream/forum/v1/post_flag.js +254 -0
  578. package/esm/sparkdream/forum/v1/query.js +12470 -0
  579. package/esm/sparkdream/forum/v1/query.lcd.js +730 -0
  580. package/esm/sparkdream/forum/v1/query.rpc.Query.js +799 -0
  581. package/esm/sparkdream/forum/v1/sentinel_activity.js +490 -0
  582. package/esm/sparkdream/forum/v1/tag_budget.js +143 -0
  583. package/esm/sparkdream/forum/v1/tag_budget_award.js +155 -0
  584. package/esm/sparkdream/forum/v1/tag_report.js +122 -0
  585. package/esm/sparkdream/forum/v1/thread_follow.js +95 -0
  586. package/esm/sparkdream/forum/v1/thread_follow_count.js +83 -0
  587. package/esm/sparkdream/forum/v1/thread_lock_record.js +155 -0
  588. package/esm/sparkdream/forum/v1/thread_metadata.js +184 -0
  589. package/esm/sparkdream/forum/v1/thread_move_record.js +179 -0
  590. package/esm/sparkdream/forum/v1/tx.amino.js +254 -0
  591. package/esm/sparkdream/forum/v1/tx.js +7464 -0
  592. package/esm/sparkdream/forum/v1/tx.registry.js +915 -0
  593. package/esm/sparkdream/forum/v1/tx.rpc.msg.js +313 -0
  594. package/esm/sparkdream/forum/v1/types.js +758 -0
  595. package/esm/sparkdream/forum/v1/user_rate_limit.js +119 -0
  596. package/esm/sparkdream/forum/v1/user_reaction_limit.js +107 -0
  597. package/esm/sparkdream/futarchy/module/v1/module.js +71 -0
  598. package/esm/sparkdream/futarchy/v1/genesis.js +88 -0
  599. package/esm/sparkdream/futarchy/v1/market.js +240 -0
  600. package/esm/sparkdream/futarchy/v1/params.js +241 -0
  601. package/esm/sparkdream/futarchy/v1/query.js +596 -0
  602. package/esm/sparkdream/futarchy/v1/query.lcd.js +45 -0
  603. package/esm/sparkdream/futarchy/v1/query.rpc.Query.js +53 -0
  604. package/esm/sparkdream/futarchy/v1/tx.amino.js +39 -0
  605. package/esm/sparkdream/futarchy/v1/tx.js +1097 -0
  606. package/esm/sparkdream/futarchy/v1/tx.registry.js +141 -0
  607. package/esm/sparkdream/futarchy/v1/tx.rpc.msg.js +55 -0
  608. package/esm/sparkdream/lcd.js +60 -0
  609. package/esm/sparkdream/name/module/v1/module.js +71 -0
  610. package/esm/sparkdream/name/v1/dispute.js +341 -0
  611. package/esm/sparkdream/name/v1/genesis.js +120 -0
  612. package/esm/sparkdream/name/v1/name_record.js +95 -0
  613. package/esm/sparkdream/name/v1/owner_info.js +95 -0
  614. package/esm/sparkdream/name/v1/params.js +306 -0
  615. package/esm/sparkdream/name/v1/query.js +863 -0
  616. package/esm/sparkdream/name/v1/query.lcd.js +52 -0
  617. package/esm/sparkdream/name/v1/query.rpc.Query.js +71 -0
  618. package/esm/sparkdream/name/v1/tx.amino.js +44 -0
  619. package/esm/sparkdream/name/v1/tx.js +1222 -0
  620. package/esm/sparkdream/name/v1/tx.registry.js +159 -0
  621. package/esm/sparkdream/name/v1/tx.rpc.msg.js +62 -0
  622. package/esm/{cosmos/orm/module/v1alpha1 → sparkdream/rep/module/v1}/module.js +26 -14
  623. package/esm/sparkdream/rep/v1/challenge.js +226 -0
  624. package/esm/sparkdream/rep/v1/content_challenge.js +303 -0
  625. package/esm/sparkdream/rep/v1/genesis.js +481 -0
  626. package/esm/sparkdream/rep/v1/initiative.js +558 -0
  627. package/esm/sparkdream/rep/v1/interim.js +426 -0
  628. package/esm/sparkdream/rep/v1/interim_template.js +291 -0
  629. package/esm/sparkdream/rep/v1/invitation.js +251 -0
  630. package/esm/sparkdream/rep/v1/jury_review.js +635 -0
  631. package/esm/sparkdream/rep/v1/member.js +857 -0
  632. package/esm/sparkdream/rep/v1/params.js +1819 -0
  633. package/esm/sparkdream/rep/v1/project.js +545 -0
  634. package/esm/sparkdream/rep/v1/query.js +6896 -0
  635. package/esm/sparkdream/rep/v1/query.lcd.js +377 -0
  636. package/esm/sparkdream/rep/v1/query.rpc.Query.js +424 -0
  637. package/esm/sparkdream/rep/v1/stake.js +575 -0
  638. package/esm/sparkdream/rep/v1/tx.amino.js +159 -0
  639. package/esm/sparkdream/rep/v1/tx.js +5198 -0
  640. package/esm/sparkdream/rep/v1/tx.registry.js +573 -0
  641. package/esm/sparkdream/rep/v1/tx.rpc.msg.js +199 -0
  642. package/esm/sparkdream/reveal/module/v1/module.js +71 -0
  643. package/esm/sparkdream/reveal/v1/genesis.js +142 -0
  644. package/esm/sparkdream/reveal/v1/params.js +235 -0
  645. package/esm/sparkdream/reveal/v1/query.js +1700 -0
  646. package/esm/sparkdream/reveal/v1/query.lcd.js +101 -0
  647. package/esm/sparkdream/reveal/v1/query.rpc.Query.js +116 -0
  648. package/esm/sparkdream/reveal/v1/tx.amino.js +54 -0
  649. package/esm/sparkdream/reveal/v1/tx.js +1699 -0
  650. package/esm/sparkdream/reveal/v1/tx.registry.js +195 -0
  651. package/esm/sparkdream/reveal/v1/tx.rpc.msg.js +72 -0
  652. package/esm/sparkdream/reveal/v1/types.js +1141 -0
  653. package/esm/sparkdream/rpc.query.js +36 -5
  654. package/esm/sparkdream/rpc.tx.js +36 -0
  655. package/esm/sparkdream/season/module/v1/module.js +71 -0
  656. package/esm/sparkdream/season/v1/achievement.js +142 -0
  657. package/esm/sparkdream/season/v1/display_name_appeal_stake.js +95 -0
  658. package/esm/sparkdream/season/v1/display_name_moderation.js +155 -0
  659. package/esm/sparkdream/season/v1/display_name_report_stake.js +95 -0
  660. package/esm/sparkdream/season/v1/enums.js +391 -0
  661. package/esm/sparkdream/season/v1/epoch_xp_tracker.js +119 -0
  662. package/esm/sparkdream/season/v1/forum_xp_cooldown.js +83 -0
  663. package/esm/sparkdream/season/v1/genesis.js +482 -0
  664. package/esm/sparkdream/season/v1/guild.js +172 -0
  665. package/esm/sparkdream/season/v1/guild_invite.js +107 -0
  666. package/esm/sparkdream/season/v1/guild_membership.js +119 -0
  667. package/esm/sparkdream/season/v1/member_profile.js +296 -0
  668. package/esm/sparkdream/season/v1/member_quest_progress.js +132 -0
  669. package/esm/sparkdream/season/v1/member_registration.js +83 -0
  670. package/esm/sparkdream/season/v1/member_season_snapshot.js +238 -0
  671. package/esm/sparkdream/season/v1/next_season_info.js +83 -0
  672. package/esm/sparkdream/season/v1/nomination.js +428 -0
  673. package/esm/sparkdream/season/v1/params.js +1597 -0
  674. package/esm/sparkdream/season/v1/query.js +10569 -0
  675. package/esm/sparkdream/season/v1/query.lcd.js +598 -0
  676. package/esm/sparkdream/season/v1/query.rpc.Query.js +673 -0
  677. package/esm/sparkdream/season/v1/quest.js +334 -0
  678. package/esm/sparkdream/season/v1/season.js +166 -0
  679. package/esm/sparkdream/season/v1/season_snapshot.js +83 -0
  680. package/esm/sparkdream/season/v1/season_title_eligibility.js +194 -0
  681. package/esm/sparkdream/season/v1/season_transition_state.js +130 -0
  682. package/esm/sparkdream/season/v1/title.js +154 -0
  683. package/esm/sparkdream/season/v1/transition_recovery_state.js +118 -0
  684. package/esm/sparkdream/season/v1/tx.amino.js +219 -0
  685. package/esm/sparkdream/season/v1/tx.js +6823 -0
  686. package/esm/sparkdream/season/v1/tx.registry.js +789 -0
  687. package/esm/sparkdream/season/v1/tx.rpc.msg.js +272 -0
  688. package/esm/sparkdream/season/v1/vote_xp_record.js +83 -0
  689. package/esm/sparkdream/session/module/v1/module.js +71 -0
  690. package/esm/sparkdream/session/v1/genesis.js +88 -0
  691. package/esm/sparkdream/session/v1/params.js +275 -0
  692. package/esm/sparkdream/session/v1/query.js +743 -0
  693. package/esm/sparkdream/session/v1/query.lcd.js +45 -0
  694. package/esm/sparkdream/session/v1/query.rpc.Query.js +60 -0
  695. package/esm/sparkdream/session/v1/session.js +185 -0
  696. package/esm/sparkdream/session/v1/tx.amino.js +29 -0
  697. package/esm/sparkdream/session/v1/tx.js +768 -0
  698. package/esm/sparkdream/session/v1/tx.registry.js +105 -0
  699. package/esm/sparkdream/session/v1/tx.rpc.msg.js +43 -0
  700. package/esm/sparkdream/shield/module/v1/module.js +71 -0
  701. package/esm/sparkdream/shield/v1/genesis.js +301 -0
  702. package/esm/sparkdream/shield/v1/params.js +282 -0
  703. package/esm/sparkdream/shield/v1/query.js +2323 -0
  704. package/esm/sparkdream/shield/v1/query.lcd.js +110 -0
  705. package/esm/sparkdream/shield/v1/query.rpc.Query.js +170 -0
  706. package/esm/sparkdream/shield/v1/tx.amino.js +29 -0
  707. package/esm/sparkdream/shield/v1/tx.js +838 -0
  708. package/esm/sparkdream/shield/v1/tx.registry.js +105 -0
  709. package/esm/sparkdream/shield/v1/tx.rpc.msg.js +43 -0
  710. package/esm/sparkdream/shield/v1/types.js +2385 -0
  711. package/esm/sparkdream/sparkdream/module/v1/module.js +6 -0
  712. package/esm/sparkdream/sparkdream/v1/genesis.js +6 -0
  713. package/esm/sparkdream/sparkdream/v1/params.js +6 -0
  714. package/esm/sparkdream/sparkdream/v1/query.js +12 -0
  715. package/esm/sparkdream/sparkdream/v1/tx.js +13 -0
  716. package/esm/sparkdream/split/module/v1/module.js +71 -0
  717. package/esm/sparkdream/split/v1/genesis.js +88 -0
  718. package/esm/sparkdream/split/v1/params.js +65 -0
  719. package/esm/sparkdream/split/v1/query.js +421 -0
  720. package/esm/sparkdream/split/v1/query.lcd.js +31 -0
  721. package/esm/sparkdream/split/v1/query.rpc.Query.js +44 -0
  722. package/esm/sparkdream/split/v1/share.js +83 -0
  723. package/esm/sparkdream/split/v1/tx.amino.js +9 -0
  724. package/esm/sparkdream/split/v1/tx.js +148 -0
  725. package/esm/sparkdream/split/v1/tx.registry.js +33 -0
  726. package/esm/sparkdream/split/v1/tx.rpc.msg.js +18 -0
  727. package/esm/tendermint/abci/types.js +255 -0
  728. package/esm/tendermint/bundle.js +20 -20
  729. package/esm/tendermint/crypto/keys.js +6 -0
  730. package/esm/tendermint/crypto/proof.js +29 -0
  731. package/esm/tendermint/p2p/types.js +20 -0
  732. package/esm/tendermint/types/block.js +5 -0
  733. package/esm/tendermint/types/evidence.js +22 -0
  734. package/esm/tendermint/types/params.js +46 -0
  735. package/esm/tendermint/types/types.js +87 -0
  736. package/esm/tendermint/types/validator.js +15 -0
  737. package/esm/tendermint/version/types.js +16 -0
  738. package/esm/types.js +1 -1
  739. package/esm/utf8.js +1 -1
  740. package/esm/varint.js +1 -1
  741. package/gogoproto/bundle.js +2 -2
  742. package/google/api/http.d.ts +343 -14
  743. package/google/api/http.js +283 -0
  744. package/google/bundle.d.ts +418 -418
  745. package/google/bundle.js +7 -7
  746. package/google/protobuf/any.d.ts +102 -2
  747. package/google/protobuf/any.js +90 -0
  748. package/google/protobuf/descriptor.d.ts +738 -90
  749. package/google/protobuf/descriptor.js +220 -0
  750. package/google/protobuf/duration.d.ts +69 -0
  751. package/google/protobuf/duration.js +63 -0
  752. package/google/protobuf/timestamp.d.ts +100 -0
  753. package/google/protobuf/timestamp.js +94 -0
  754. package/helpers.d.ts +1 -1
  755. package/helpers.js +1 -1
  756. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +19 -2
  757. package/ibc/applications/interchain_accounts/controller/v1/controller.js +7 -0
  758. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +78 -10
  759. package/ibc/applications/interchain_accounts/controller/v1/query.js +24 -0
  760. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +114 -14
  761. package/ibc/applications/interchain_accounts/controller/v1/tx.js +36 -0
  762. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +85 -8
  763. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +31 -0
  764. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +38 -4
  765. package/ibc/applications/interchain_accounts/host/v1/host.js +14 -0
  766. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +42 -6
  767. package/ibc/applications/interchain_accounts/host/v1/query.js +12 -0
  768. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +102 -18
  769. package/ibc/applications/interchain_accounts/host/v1/tx.js +24 -0
  770. package/ibc/applications/interchain_accounts/v1/account.d.ts +18 -2
  771. package/ibc/applications/interchain_accounts/v1/account.js +6 -0
  772. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +43 -10
  773. package/ibc/applications/interchain_accounts/v1/metadata.js +7 -0
  774. package/ibc/applications/interchain_accounts/v1/packet.d.ts +36 -4
  775. package/ibc/applications/interchain_accounts/v1/packet.js +12 -0
  776. package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +46 -2
  777. package/ibc/applications/packet_forward_middleware/v1/genesis.js +18 -0
  778. package/ibc/applications/rate_limiting/v1/genesis.d.ts +57 -0
  779. package/ibc/applications/rate_limiting/v1/genesis.js +142 -0
  780. package/ibc/applications/rate_limiting/v1/query.d.ts +551 -0
  781. package/ibc/applications/rate_limiting/v1/query.js +906 -0
  782. package/ibc/applications/rate_limiting/v1/query.lcd.d.ts +14 -0
  783. package/ibc/applications/rate_limiting/v1/query.lcd.js +48 -0
  784. package/ibc/applications/rate_limiting/v1/query.rpc.Query.d.ts +40 -0
  785. package/ibc/applications/rate_limiting/v1/query.rpc.Query.js +76 -0
  786. package/ibc/applications/rate_limiting/v1/rate_limiting.d.ts +374 -0
  787. package/ibc/applications/rate_limiting/v1/rate_limiting.js +637 -0
  788. package/ibc/applications/rate_limiting/v1/tx.amino.d.ts +23 -0
  789. package/ibc/applications/rate_limiting/v1/tx.amino.js +27 -0
  790. package/ibc/applications/rate_limiting/v1/tx.d.ts +518 -0
  791. package/ibc/applications/rate_limiting/v1/tx.js +729 -0
  792. package/ibc/applications/rate_limiting/v1/tx.registry.d.ts +61 -0
  793. package/ibc/applications/rate_limiting/v1/tx.registry.js +91 -0
  794. package/ibc/applications/rate_limiting/v1/tx.rpc.msg.d.ts +22 -0
  795. package/ibc/applications/rate_limiting/v1/tx.rpc.msg.js +40 -0
  796. package/ibc/applications/transfer/v1/authz.d.ts +61 -12
  797. package/ibc/applications/transfer/v1/authz.js +13 -0
  798. package/ibc/applications/transfer/v1/denomtrace.d.ts +22 -4
  799. package/ibc/applications/transfer/v1/denomtrace.js +8 -0
  800. package/ibc/applications/transfer/v1/genesis.d.ts +18 -2
  801. package/ibc/applications/transfer/v1/genesis.js +6 -0
  802. package/ibc/applications/transfer/v1/packet.d.ts +44 -10
  803. package/ibc/applications/transfer/v1/packet.js +8 -0
  804. package/ibc/applications/transfer/v1/query.d.ts +252 -34
  805. package/ibc/applications/transfer/v1/query.js +78 -0
  806. package/ibc/applications/transfer/v1/token.d.ts +78 -14
  807. package/ibc/applications/transfer/v1/token.js +18 -0
  808. package/ibc/applications/transfer/v1/transfer.d.ts +15 -0
  809. package/ibc/applications/transfer/v1/transfer.js +9 -0
  810. package/ibc/applications/transfer/v1/tx.d.ts +135 -22
  811. package/ibc/applications/transfer/v1/tx.js +40 -1
  812. package/ibc/bundle.d.ts +3830 -3396
  813. package/ibc/bundle.js +196 -173
  814. package/ibc/client.d.ts +20 -5
  815. package/ibc/client.js +4 -1
  816. package/ibc/core/channel/v1/channel.d.ts +292 -60
  817. package/ibc/core/channel/v1/channel.js +64 -0
  818. package/ibc/core/channel/v1/genesis.d.ts +37 -4
  819. package/ibc/core/channel/v1/genesis.js +13 -0
  820. package/ibc/core/channel/v1/query.d.ts +839 -158
  821. package/ibc/core/channel/v1/query.js +197 -0
  822. package/ibc/core/channel/v1/tx.d.ts +335 -30
  823. package/ibc/core/channel/v1/tx.js +129 -0
  824. package/ibc/core/channel/v2/genesis.d.ts +81 -14
  825. package/ibc/core/channel/v2/genesis.js +21 -0
  826. package/ibc/core/channel/v2/packet.d.ts +137 -28
  827. package/ibc/core/channel/v2/packet.js +29 -0
  828. package/ibc/core/channel/v2/query.d.ts +490 -98
  829. package/ibc/core/channel/v2/query.js +100 -0
  830. package/ibc/core/channel/v2/tx.d.ts +144 -16
  831. package/ibc/core/channel/v2/tx.js +48 -0
  832. package/ibc/core/client/v1/client.d.ts +129 -18
  833. package/ibc/core/client/v1/client.js +45 -0
  834. package/ibc/core/client/v1/genesis.d.ts +82 -16
  835. package/ibc/core/client/v1/genesis.js +20 -0
  836. package/ibc/core/client/v1/query.d.ts +508 -74
  837. package/ibc/core/client/v1/query.js +154 -0
  838. package/ibc/core/client/v1/tx.amino.d.ts +1 -6
  839. package/ibc/core/client/v1/tx.amino.js +0 -5
  840. package/ibc/core/client/v1/tx.d.ts +336 -138
  841. package/ibc/core/client/v1/tx.js +87 -152
  842. package/ibc/core/client/v1/tx.registry.d.ts +1 -13
  843. package/ibc/core/client/v1/tx.registry.js +1 -19
  844. package/ibc/core/client/v1/tx.rpc.msg.d.ts +1 -4
  845. package/ibc/core/client/v1/tx.rpc.msg.js +0 -6
  846. package/ibc/core/client/v2/config.d.ts +21 -2
  847. package/ibc/core/client/v2/config.js +9 -0
  848. package/ibc/core/client/v2/counterparty.d.ts +30 -6
  849. package/ibc/core/client/v2/counterparty.js +6 -0
  850. package/ibc/core/client/v2/genesis.d.ts +54 -10
  851. package/ibc/core/client/v2/genesis.js +12 -0
  852. package/ibc/core/client/v2/query.d.ts +74 -8
  853. package/ibc/core/client/v2/query.js +26 -0
  854. package/ibc/core/client/v2/tx.d.ts +108 -20
  855. package/ibc/core/client/v2/tx.js +24 -0
  856. package/ibc/core/commitment/v1/commitment.d.ts +43 -0
  857. package/ibc/core/commitment/v1/commitment.js +25 -0
  858. package/ibc/core/commitment/v2/commitment.d.ts +42 -0
  859. package/ibc/core/commitment/v2/commitment.js +36 -0
  860. package/ibc/core/connection/v1/connection.d.ts +197 -36
  861. package/ibc/core/connection/v1/connection.js +47 -0
  862. package/ibc/core/connection/v1/genesis.d.ts +24 -4
  863. package/ibc/core/connection/v1/genesis.js +6 -0
  864. package/ibc/core/connection/v1/query.d.ts +293 -46
  865. package/ibc/core/connection/v1/query.js +83 -0
  866. package/ibc/core/connection/v1/tx.d.ts +250 -56
  867. package/ibc/core/connection/v1/tx.js +66 -0
  868. package/ibc/lcd.d.ts +3 -0
  869. package/ibc/lcd.js +5 -0
  870. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +277 -24
  871. package/ibc/lightclients/solomachine/v2/solomachine.js +109 -0
  872. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +180 -26
  873. package/ibc/lightclients/solomachine/v3/solomachine.js +54 -0
  874. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +140 -26
  875. package/ibc/lightclients/tendermint/v1/tendermint.js +44 -0
  876. package/ibc/lightclients/wasm/v1/genesis.d.ts +48 -8
  877. package/ibc/lightclients/wasm/v1/genesis.js +12 -0
  878. package/ibc/lightclients/wasm/v1/query.d.ts +96 -16
  879. package/ibc/lightclients/wasm/v1/query.js +24 -0
  880. package/ibc/lightclients/wasm/v1/tx.d.ts +162 -30
  881. package/ibc/lightclients/wasm/v1/tx.js +36 -0
  882. package/ibc/lightclients/wasm/v1/wasm.d.ts +52 -46
  883. package/ibc/lightclients/wasm/v1/wasm.js +19 -74
  884. package/ibc/rpc.query.d.ts +11 -9
  885. package/ibc/rpc.query.js +3 -5
  886. package/ibc/rpc.tx.d.ts +3 -0
  887. package/ibc/rpc.tx.js +3 -0
  888. package/index.d.ts +1 -1
  889. package/index.js +1 -1
  890. package/package.json +1 -1
  891. package/sparkdream/blog/module/v1/module.d.ts +18 -2
  892. package/sparkdream/blog/module/v1/module.js +6 -0
  893. package/sparkdream/blog/v1/genesis.d.ts +74 -4
  894. package/sparkdream/blog/v1/genesis.js +93 -1
  895. package/sparkdream/blog/v1/params.d.ts +310 -6
  896. package/sparkdream/blog/v1/params.js +440 -6
  897. package/sparkdream/blog/v1/post.d.ts +180 -2
  898. package/sparkdream/blog/v1/post.js +211 -2
  899. package/sparkdream/blog/v1/query.d.ts +865 -14
  900. package/sparkdream/blog/v1/query.js +1400 -1
  901. package/sparkdream/blog/v1/query.lcd.d.ts +9 -1
  902. package/sparkdream/blog/v1/query.lcd.js +105 -2
  903. package/sparkdream/blog/v1/query.rpc.Query.d.ts +35 -3
  904. package/sparkdream/blog/v1/query.rpc.Query.js +74 -2
  905. package/sparkdream/blog/v1/tx.amino.d.ts +61 -1
  906. package/sparkdream/blog/v1/tx.amino.js +60 -0
  907. package/sparkdream/blog/v1/tx.d.ts +1306 -19
  908. package/sparkdream/blog/v1/tx.js +1910 -3
  909. package/sparkdream/blog/v1/tx.registry.d.ts +145 -1
  910. package/sparkdream/blog/v1/tx.registry.js +217 -1
  911. package/sparkdream/blog/v1/tx.rpc.msg.d.ts +43 -4
  912. package/sparkdream/blog/v1/tx.rpc.msg.js +76 -3
  913. package/sparkdream/blog/v1/types.d.ts +463 -0
  914. package/sparkdream/blog/v1/types.js +818 -0
  915. package/sparkdream/bundle.d.ts +19938 -325
  916. package/sparkdream/bundle.js +558 -45
  917. package/sparkdream/client.d.ts +1105 -0
  918. package/sparkdream/client.js +38 -2
  919. package/sparkdream/collect/module/v1/module.d.ts +54 -0
  920. package/sparkdream/collect/module/v1/module.js +74 -0
  921. package/sparkdream/collect/v1/genesis.d.ts +82 -0
  922. package/sparkdream/collect/v1/genesis.js +274 -0
  923. package/sparkdream/collect/v1/params.d.ts +240 -0
  924. package/sparkdream/collect/v1/params.js +766 -0
  925. package/sparkdream/collect/v1/query.d.ts +2157 -0
  926. package/sparkdream/collect/v1/query.js +3793 -0
  927. package/sparkdream/collect/v1/query.lcd.d.ts +33 -0
  928. package/sparkdream/collect/v1/query.lcd.js +227 -0
  929. package/sparkdream/collect/v1/query.rpc.Query.d.ts +101 -0
  930. package/sparkdream/collect/v1/query.rpc.Query.js +257 -0
  931. package/sparkdream/collect/v1/tx.amino.d.ts +148 -0
  932. package/sparkdream/collect/v1/tx.amino.js +152 -0
  933. package/sparkdream/collect/v1/tx.d.ts +2581 -0
  934. package/sparkdream/collect/v1/tx.js +4771 -0
  935. package/sparkdream/collect/v1/tx.registry.d.ts +361 -0
  936. package/sparkdream/collect/v1/tx.registry.js +541 -0
  937. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +76 -0
  938. package/sparkdream/collect/v1/tx.rpc.msg.js +190 -0
  939. package/sparkdream/collect/v1/types.d.ts +1205 -0
  940. package/sparkdream/collect/v1/types.js +3453 -0
  941. package/sparkdream/common/v1/content_type.d.ts +31 -0
  942. package/sparkdream/common/v1/content_type.js +101 -0
  943. package/sparkdream/common/v1/flag_record.d.ts +58 -0
  944. package/sparkdream/common/v1/flag_record.js +122 -0
  945. package/sparkdream/common/v1/moderation_reason.d.ts +35 -0
  946. package/sparkdream/common/v1/moderation_reason.js +120 -0
  947. package/sparkdream/common/v1/reserved_tag.d.ts +53 -0
  948. package/sparkdream/common/v1/reserved_tag.js +99 -0
  949. package/sparkdream/common/v1/tag.d.ts +57 -0
  950. package/sparkdream/common/v1/tag.js +123 -0
  951. package/sparkdream/commons/module/v1/module.d.ts +54 -0
  952. package/sparkdream/commons/module/v1/module.js +74 -0
  953. package/sparkdream/commons/v1/genesis.d.ts +299 -0
  954. package/sparkdream/commons/v1/genesis.js +536 -0
  955. package/sparkdream/commons/v1/group.d.ts +529 -0
  956. package/sparkdream/commons/v1/group.js +1123 -0
  957. package/sparkdream/commons/v1/params.d.ts +48 -0
  958. package/sparkdream/commons/v1/params.js +81 -0
  959. package/sparkdream/commons/v1/policy_permissions.d.ts +48 -0
  960. package/sparkdream/commons/v1/policy_permissions.js +89 -0
  961. package/sparkdream/commons/v1/query.d.ts +822 -0
  962. package/sparkdream/commons/v1/query.js +1340 -0
  963. package/sparkdream/commons/v1/query.lcd.d.ts +17 -0
  964. package/sparkdream/commons/v1/query.lcd.js +82 -0
  965. package/sparkdream/commons/v1/query.rpc.Query.d.ts +48 -0
  966. package/sparkdream/commons/v1/query.rpc.Query.js +105 -0
  967. package/sparkdream/commons/v1/tx.amino.d.ts +93 -0
  968. package/sparkdream/commons/v1/tx.amino.js +97 -0
  969. package/sparkdream/commons/v1/tx.d.ts +1930 -0
  970. package/sparkdream/commons/v1/tx.js +3285 -0
  971. package/sparkdream/commons/v1/tx.registry.d.ts +229 -0
  972. package/sparkdream/commons/v1/tx.registry.js +343 -0
  973. package/sparkdream/commons/v1/tx.rpc.msg.d.ts +73 -0
  974. package/sparkdream/commons/v1/tx.rpc.msg.js +127 -0
  975. package/sparkdream/ecosystem/module/v1/module.d.ts +54 -0
  976. package/sparkdream/ecosystem/module/v1/module.js +74 -0
  977. package/sparkdream/ecosystem/v1/genesis.d.ts +53 -0
  978. package/sparkdream/ecosystem/v1/genesis.js +75 -0
  979. package/sparkdream/ecosystem/v1/params.d.ts +46 -0
  980. package/sparkdream/ecosystem/v1/params.js +68 -0
  981. package/sparkdream/ecosystem/v1/query.d.ts +95 -0
  982. package/sparkdream/ecosystem/v1/query.js +131 -0
  983. package/sparkdream/ecosystem/v1/query.lcd.d.ts +9 -0
  984. package/sparkdream/ecosystem/v1/query.lcd.js +15 -0
  985. package/sparkdream/ecosystem/v1/query.rpc.Query.d.ts +16 -0
  986. package/sparkdream/ecosystem/v1/query.rpc.Query.js +29 -0
  987. package/sparkdream/ecosystem/v1/tx.amino.d.ts +13 -0
  988. package/sparkdream/ecosystem/v1/tx.amino.js +17 -0
  989. package/sparkdream/ecosystem/v1/tx.d.ts +201 -0
  990. package/sparkdream/ecosystem/v1/tx.js +311 -0
  991. package/sparkdream/ecosystem/v1/tx.registry.d.ts +37 -0
  992. package/sparkdream/ecosystem/v1/tx.registry.js +55 -0
  993. package/sparkdream/ecosystem/v1/tx.rpc.msg.d.ts +19 -0
  994. package/sparkdream/ecosystem/v1/tx.rpc.msg.js +29 -0
  995. package/sparkdream/forum/module/v1/module.d.ts +54 -0
  996. package/sparkdream/forum/module/v1/module.js +74 -0
  997. package/sparkdream/forum/v1/archive_metadata.d.ts +54 -0
  998. package/sparkdream/forum/v1/archive_metadata.js +122 -0
  999. package/sparkdream/forum/v1/bounty.d.ts +65 -0
  1000. package/sparkdream/forum/v1/bounty.js +186 -0
  1001. package/sparkdream/forum/v1/category.d.ts +54 -0
  1002. package/sparkdream/forum/v1/category.js +122 -0
  1003. package/sparkdream/forum/v1/genesis.d.ts +135 -0
  1004. package/sparkdream/forum/v1/genesis.js +519 -0
  1005. package/sparkdream/forum/v1/gov_action_appeal.d.ts +69 -0
  1006. package/sparkdream/forum/v1/gov_action_appeal.js +205 -0
  1007. package/sparkdream/forum/v1/hide_record.d.ts +61 -0
  1008. package/sparkdream/forum/v1/hide_record.js +157 -0
  1009. package/sparkdream/forum/v1/jury_participation.d.ts +56 -0
  1010. package/sparkdream/forum/v1/jury_participation.js +134 -0
  1011. package/sparkdream/forum/v1/member_report.d.ts +67 -0
  1012. package/sparkdream/forum/v1/member_report.js +222 -0
  1013. package/sparkdream/forum/v1/member_salvation_status.d.ts +54 -0
  1014. package/sparkdream/forum/v1/member_salvation_status.js +122 -0
  1015. package/sparkdream/forum/v1/member_warning.d.ts +58 -0
  1016. package/sparkdream/forum/v1/member_warning.js +159 -0
  1017. package/sparkdream/forum/v1/params.d.ts +450 -0
  1018. package/sparkdream/forum/v1/params.js +870 -0
  1019. package/sparkdream/forum/v1/post.d.ts +102 -0
  1020. package/sparkdream/forum/v1/post.js +400 -0
  1021. package/sparkdream/forum/v1/post_flag.d.ts +106 -0
  1022. package/sparkdream/forum/v1/post_flag.js +257 -0
  1023. package/sparkdream/forum/v1/query.d.ts +7296 -0
  1024. package/sparkdream/forum/v1/query.js +12476 -0
  1025. package/sparkdream/forum/v1/query.lcd.d.ts +88 -0
  1026. package/sparkdream/forum/v1/query.lcd.js +734 -0
  1027. package/sparkdream/forum/v1/query.rpc.Query.d.ts +332 -0
  1028. package/sparkdream/forum/v1/query.rpc.Query.js +804 -0
  1029. package/sparkdream/forum/v1/sentinel_activity.d.ts +117 -0
  1030. package/sparkdream/forum/v1/sentinel_activity.js +493 -0
  1031. package/sparkdream/forum/v1/tag_budget.d.ts +58 -0
  1032. package/sparkdream/forum/v1/tag_budget.js +146 -0
  1033. package/sparkdream/forum/v1/tag_budget_award.d.ts +60 -0
  1034. package/sparkdream/forum/v1/tag_budget_award.js +158 -0
  1035. package/sparkdream/forum/v1/tag_report.d.ts +54 -0
  1036. package/sparkdream/forum/v1/tag_report.js +125 -0
  1037. package/sparkdream/forum/v1/thread_follow.d.ts +50 -0
  1038. package/sparkdream/forum/v1/thread_follow.js +98 -0
  1039. package/sparkdream/forum/v1/thread_follow_count.d.ts +48 -0
  1040. package/sparkdream/forum/v1/thread_follow_count.js +86 -0
  1041. package/sparkdream/forum/v1/thread_lock_record.d.ts +60 -0
  1042. package/sparkdream/forum/v1/thread_lock_record.js +158 -0
  1043. package/sparkdream/forum/v1/thread_metadata.d.ts +63 -0
  1044. package/sparkdream/forum/v1/thread_metadata.js +187 -0
  1045. package/sparkdream/forum/v1/thread_move_record.d.ts +64 -0
  1046. package/sparkdream/forum/v1/thread_move_record.js +182 -0
  1047. package/sparkdream/forum/v1/tx.amino.d.ts +253 -0
  1048. package/sparkdream/forum/v1/tx.amino.js +257 -0
  1049. package/sparkdream/forum/v1/tx.d.ts +4551 -0
  1050. package/sparkdream/forum/v1/tx.js +7468 -0
  1051. package/sparkdream/forum/v1/tx.registry.d.ts +613 -0
  1052. package/sparkdream/forum/v1/tx.registry.js +919 -0
  1053. package/sparkdream/forum/v1/tx.rpc.msg.d.ts +166 -0
  1054. package/sparkdream/forum/v1/tx.rpc.msg.js +318 -0
  1055. package/sparkdream/forum/v1/types.d.ts +221 -0
  1056. package/sparkdream/forum/v1/types.js +777 -0
  1057. package/sparkdream/forum/v1/user_rate_limit.d.ts +54 -0
  1058. package/sparkdream/forum/v1/user_rate_limit.js +122 -0
  1059. package/sparkdream/forum/v1/user_reaction_limit.d.ts +52 -0
  1060. package/sparkdream/forum/v1/user_reaction_limit.js +110 -0
  1061. package/sparkdream/futarchy/module/v1/module.d.ts +54 -0
  1062. package/sparkdream/futarchy/module/v1/module.js +74 -0
  1063. package/sparkdream/futarchy/v1/genesis.d.ts +56 -0
  1064. package/sparkdream/futarchy/v1/genesis.js +91 -0
  1065. package/sparkdream/futarchy/v1/market.d.ts +104 -0
  1066. package/sparkdream/futarchy/v1/market.js +243 -0
  1067. package/sparkdream/futarchy/v1/params.d.ts +171 -0
  1068. package/sparkdream/futarchy/v1/params.js +244 -0
  1069. package/sparkdream/futarchy/v1/query.d.ts +381 -0
  1070. package/sparkdream/futarchy/v1/query.js +599 -0
  1071. package/sparkdream/futarchy/v1/query.lcd.d.ts +12 -0
  1072. package/sparkdream/futarchy/v1/query.lcd.js +49 -0
  1073. package/sparkdream/futarchy/v1/query.rpc.Query.d.ts +28 -0
  1074. package/sparkdream/futarchy/v1/query.rpc.Query.js +58 -0
  1075. package/sparkdream/futarchy/v1/tx.amino.d.ts +38 -0
  1076. package/sparkdream/futarchy/v1/tx.amino.js +42 -0
  1077. package/sparkdream/futarchy/v1/tx.d.ts +688 -0
  1078. package/sparkdream/futarchy/v1/tx.js +1100 -0
  1079. package/sparkdream/futarchy/v1/tx.registry.d.ts +97 -0
  1080. package/sparkdream/futarchy/v1/tx.registry.js +145 -0
  1081. package/sparkdream/futarchy/v1/tx.rpc.msg.d.ts +37 -0
  1082. package/sparkdream/futarchy/v1/tx.rpc.msg.js +60 -0
  1083. package/sparkdream/lcd.d.ts +36 -0
  1084. package/sparkdream/lcd.js +60 -0
  1085. package/sparkdream/name/module/v1/module.d.ts +54 -0
  1086. package/sparkdream/name/module/v1/module.js +74 -0
  1087. package/sparkdream/name/v1/dispute.d.ts +216 -0
  1088. package/sparkdream/name/v1/dispute.js +344 -0
  1089. package/sparkdream/name/v1/genesis.d.ts +62 -0
  1090. package/sparkdream/name/v1/genesis.js +123 -0
  1091. package/sparkdream/name/v1/name_record.d.ts +50 -0
  1092. package/sparkdream/name/v1/name_record.js +98 -0
  1093. package/sparkdream/name/v1/owner_info.d.ts +50 -0
  1094. package/sparkdream/name/v1/owner_info.js +98 -0
  1095. package/sparkdream/name/v1/params.d.ts +165 -0
  1096. package/sparkdream/name/v1/params.js +309 -0
  1097. package/sparkdream/name/v1/query.d.ts +544 -0
  1098. package/sparkdream/name/v1/query.js +866 -0
  1099. package/sparkdream/name/v1/query.lcd.d.ts +14 -0
  1100. package/sparkdream/name/v1/query.lcd.js +56 -0
  1101. package/sparkdream/name/v1/query.rpc.Query.d.ts +36 -0
  1102. package/sparkdream/name/v1/query.rpc.Query.js +76 -0
  1103. package/sparkdream/name/v1/tx.amino.d.ts +43 -0
  1104. package/sparkdream/name/v1/tx.amino.js +47 -0
  1105. package/sparkdream/name/v1/tx.d.ts +804 -0
  1106. package/sparkdream/name/v1/tx.js +1225 -0
  1107. package/sparkdream/name/v1/tx.registry.d.ts +109 -0
  1108. package/sparkdream/name/v1/tx.registry.js +163 -0
  1109. package/sparkdream/name/v1/tx.rpc.msg.d.ts +43 -0
  1110. package/sparkdream/name/v1/tx.rpc.msg.js +67 -0
  1111. package/sparkdream/rep/module/v1/module.d.ts +54 -0
  1112. package/{cosmos/orm/module/v1alpha1 → sparkdream/rep/module/v1}/module.js +26 -14
  1113. package/sparkdream/rep/v1/challenge.d.ts +74 -0
  1114. package/sparkdream/rep/v1/challenge.js +231 -0
  1115. package/sparkdream/rep/v1/content_challenge.d.ts +154 -0
  1116. package/sparkdream/rep/v1/content_challenge.js +308 -0
  1117. package/sparkdream/rep/v1/genesis.d.ts +185 -0
  1118. package/sparkdream/rep/v1/genesis.js +484 -0
  1119. package/sparkdream/rep/v1/initiative.d.ts +140 -0
  1120. package/sparkdream/rep/v1/initiative.js +567 -0
  1121. package/sparkdream/rep/v1/interim.d.ts +163 -0
  1122. package/sparkdream/rep/v1/interim.js +435 -0
  1123. package/sparkdream/rep/v1/interim_template.d.ts +114 -0
  1124. package/sparkdream/rep/v1/interim_template.js +296 -0
  1125. package/sparkdream/rep/v1/invitation.d.ts +78 -0
  1126. package/sparkdream/rep/v1/invitation.js +256 -0
  1127. package/sparkdream/rep/v1/jury_review.d.ts +235 -0
  1128. package/sparkdream/rep/v1/jury_review.js +640 -0
  1129. package/sparkdream/rep/v1/member.d.ts +408 -0
  1130. package/sparkdream/rep/v1/member.js +864 -0
  1131. package/sparkdream/rep/v1/params.d.ts +730 -0
  1132. package/sparkdream/rep/v1/params.js +1822 -0
  1133. package/sparkdream/rep/v1/project.d.ts +162 -0
  1134. package/sparkdream/rep/v1/project.js +554 -0
  1135. package/sparkdream/rep/v1/query.d.ts +4030 -0
  1136. package/sparkdream/rep/v1/query.js +6900 -0
  1137. package/sparkdream/rep/v1/query.lcd.d.ts +51 -0
  1138. package/sparkdream/rep/v1/query.lcd.js +381 -0
  1139. package/sparkdream/rep/v1/query.rpc.Query.d.ts +184 -0
  1140. package/sparkdream/rep/v1/query.rpc.Query.js +429 -0
  1141. package/sparkdream/rep/v1/stake.d.ts +266 -0
  1142. package/sparkdream/rep/v1/stake.js +580 -0
  1143. package/sparkdream/rep/v1/tx.amino.d.ts +158 -0
  1144. package/sparkdream/rep/v1/tx.amino.js +162 -0
  1145. package/sparkdream/rep/v1/tx.d.ts +2940 -0
  1146. package/sparkdream/rep/v1/tx.js +5204 -0
  1147. package/sparkdream/rep/v1/tx.registry.d.ts +385 -0
  1148. package/sparkdream/rep/v1/tx.registry.js +577 -0
  1149. package/sparkdream/rep/v1/tx.rpc.msg.d.ts +109 -0
  1150. package/sparkdream/rep/v1/tx.rpc.msg.js +204 -0
  1151. package/sparkdream/reveal/module/v1/module.d.ts +54 -0
  1152. package/sparkdream/reveal/module/v1/module.js +74 -0
  1153. package/sparkdream/reveal/v1/genesis.d.ts +64 -0
  1154. package/sparkdream/reveal/v1/genesis.js +145 -0
  1155. package/sparkdream/reveal/v1/params.d.ts +140 -0
  1156. package/sparkdream/reveal/v1/params.js +238 -0
  1157. package/sparkdream/reveal/v1/query.d.ts +949 -0
  1158. package/sparkdream/reveal/v1/query.js +1703 -0
  1159. package/sparkdream/reveal/v1/query.lcd.d.ts +19 -0
  1160. package/sparkdream/reveal/v1/query.lcd.js +105 -0
  1161. package/sparkdream/reveal/v1/query.rpc.Query.d.ts +56 -0
  1162. package/sparkdream/reveal/v1/query.rpc.Query.js +121 -0
  1163. package/sparkdream/reveal/v1/tx.amino.d.ts +53 -0
  1164. package/sparkdream/reveal/v1/tx.amino.js +57 -0
  1165. package/sparkdream/reveal/v1/tx.d.ts +1043 -0
  1166. package/sparkdream/reveal/v1/tx.js +1702 -0
  1167. package/sparkdream/reveal/v1/tx.registry.d.ts +133 -0
  1168. package/sparkdream/reveal/v1/tx.registry.js +199 -0
  1169. package/sparkdream/reveal/v1/tx.rpc.msg.d.ts +43 -0
  1170. package/sparkdream/reveal/v1/tx.rpc.msg.js +77 -0
  1171. package/sparkdream/reveal/v1/types.d.ts +455 -0
  1172. package/sparkdream/reveal/v1/types.js +1150 -0
  1173. package/sparkdream/rpc.query.d.ts +329 -9
  1174. package/sparkdream/rpc.query.js +36 -5
  1175. package/sparkdream/rpc.tx.d.ts +36 -0
  1176. package/sparkdream/rpc.tx.js +36 -0
  1177. package/sparkdream/season/module/v1/module.d.ts +54 -0
  1178. package/sparkdream/season/module/v1/module.js +74 -0
  1179. package/sparkdream/season/v1/achievement.d.ts +101 -0
  1180. package/sparkdream/season/v1/achievement.js +145 -0
  1181. package/sparkdream/season/v1/display_name_appeal_stake.d.ts +68 -0
  1182. package/sparkdream/season/v1/display_name_appeal_stake.js +98 -0
  1183. package/sparkdream/season/v1/display_name_moderation.d.ts +60 -0
  1184. package/sparkdream/season/v1/display_name_moderation.js +158 -0
  1185. package/sparkdream/season/v1/display_name_report_stake.d.ts +68 -0
  1186. package/sparkdream/season/v1/display_name_report_stake.js +98 -0
  1187. package/sparkdream/season/v1/enums.d.ts +86 -0
  1188. package/sparkdream/season/v1/enums.js +406 -0
  1189. package/sparkdream/season/v1/epoch_xp_tracker.d.ts +54 -0
  1190. package/sparkdream/season/v1/epoch_xp_tracker.js +122 -0
  1191. package/sparkdream/season/v1/forum_xp_cooldown.d.ts +48 -0
  1192. package/sparkdream/season/v1/forum_xp_cooldown.js +86 -0
  1193. package/sparkdream/season/v1/genesis.d.ts +136 -0
  1194. package/sparkdream/season/v1/genesis.js +485 -0
  1195. package/sparkdream/season/v1/guild.d.ts +117 -0
  1196. package/sparkdream/season/v1/guild.js +175 -0
  1197. package/sparkdream/season/v1/guild_invite.d.ts +52 -0
  1198. package/sparkdream/season/v1/guild_invite.js +110 -0
  1199. package/sparkdream/season/v1/guild_membership.d.ts +54 -0
  1200. package/sparkdream/season/v1/guild_membership.js +122 -0
  1201. package/sparkdream/season/v1/member_profile.d.ts +196 -0
  1202. package/sparkdream/season/v1/member_profile.js +299 -0
  1203. package/sparkdream/season/v1/member_quest_progress.d.ts +84 -0
  1204. package/sparkdream/season/v1/member_quest_progress.js +135 -0
  1205. package/sparkdream/season/v1/member_registration.d.ts +48 -0
  1206. package/sparkdream/season/v1/member_registration.js +86 -0
  1207. package/sparkdream/season/v1/member_season_snapshot.d.ts +145 -0
  1208. package/sparkdream/season/v1/member_season_snapshot.js +241 -0
  1209. package/sparkdream/season/v1/next_season_info.d.ts +48 -0
  1210. package/sparkdream/season/v1/next_season_info.js +86 -0
  1211. package/sparkdream/season/v1/nomination.d.ts +194 -0
  1212. package/sparkdream/season/v1/nomination.js +431 -0
  1213. package/sparkdream/season/v1/params.d.ts +611 -0
  1214. package/sparkdream/season/v1/params.js +1600 -0
  1215. package/sparkdream/season/v1/query.d.ts +6199 -0
  1216. package/sparkdream/season/v1/query.js +10574 -0
  1217. package/sparkdream/season/v1/query.lcd.d.ts +76 -0
  1218. package/sparkdream/season/v1/query.lcd.js +602 -0
  1219. package/sparkdream/season/v1/query.rpc.Query.d.ts +284 -0
  1220. package/sparkdream/season/v1/query.rpc.Query.js +678 -0
  1221. package/sparkdream/season/v1/quest.d.ts +231 -0
  1222. package/sparkdream/season/v1/quest.js +337 -0
  1223. package/sparkdream/season/v1/season.d.ts +117 -0
  1224. package/sparkdream/season/v1/season.js +169 -0
  1225. package/sparkdream/season/v1/season_snapshot.d.ts +48 -0
  1226. package/sparkdream/season/v1/season_snapshot.js +86 -0
  1227. package/sparkdream/season/v1/season_title_eligibility.d.ts +134 -0
  1228. package/sparkdream/season/v1/season_title_eligibility.js +197 -0
  1229. package/sparkdream/season/v1/season_transition_state.d.ts +93 -0
  1230. package/sparkdream/season/v1/season_transition_state.js +133 -0
  1231. package/sparkdream/season/v1/title.d.ts +109 -0
  1232. package/sparkdream/season/v1/title.js +157 -0
  1233. package/sparkdream/season/v1/transition_recovery_state.d.ts +85 -0
  1234. package/sparkdream/season/v1/transition_recovery_state.js +121 -0
  1235. package/sparkdream/season/v1/tx.amino.d.ts +218 -0
  1236. package/sparkdream/season/v1/tx.amino.js +222 -0
  1237. package/sparkdream/season/v1/tx.d.ts +4133 -0
  1238. package/sparkdream/season/v1/tx.js +6827 -0
  1239. package/sparkdream/season/v1/tx.registry.d.ts +529 -0
  1240. package/sparkdream/season/v1/tx.registry.js +793 -0
  1241. package/sparkdream/season/v1/tx.rpc.msg.d.ts +144 -0
  1242. package/sparkdream/season/v1/tx.rpc.msg.js +277 -0
  1243. package/sparkdream/season/v1/vote_xp_record.d.ts +48 -0
  1244. package/sparkdream/season/v1/vote_xp_record.js +86 -0
  1245. package/sparkdream/session/module/v1/module.d.ts +54 -0
  1246. package/sparkdream/session/module/v1/module.js +74 -0
  1247. package/sparkdream/session/v1/genesis.d.ts +62 -0
  1248. package/sparkdream/session/v1/genesis.js +91 -0
  1249. package/sparkdream/session/v1/params.d.ts +168 -0
  1250. package/sparkdream/session/v1/params.js +278 -0
  1251. package/sparkdream/session/v1/query.d.ts +423 -0
  1252. package/sparkdream/session/v1/query.js +746 -0
  1253. package/sparkdream/session/v1/query.lcd.d.ts +13 -0
  1254. package/sparkdream/session/v1/query.lcd.js +49 -0
  1255. package/sparkdream/session/v1/query.rpc.Query.d.ts +32 -0
  1256. package/sparkdream/session/v1/query.rpc.Query.js +65 -0
  1257. package/sparkdream/session/v1/session.d.ts +125 -0
  1258. package/sparkdream/session/v1/session.js +188 -0
  1259. package/sparkdream/session/v1/tx.amino.d.ts +28 -0
  1260. package/sparkdream/session/v1/tx.amino.js +32 -0
  1261. package/sparkdream/session/v1/tx.d.ts +481 -0
  1262. package/sparkdream/session/v1/tx.js +771 -0
  1263. package/sparkdream/session/v1/tx.registry.d.ts +73 -0
  1264. package/sparkdream/session/v1/tx.registry.js +109 -0
  1265. package/sparkdream/session/v1/tx.rpc.msg.d.ts +31 -0
  1266. package/sparkdream/session/v1/tx.rpc.msg.js +48 -0
  1267. package/sparkdream/shield/module/v1/module.d.ts +54 -0
  1268. package/sparkdream/shield/module/v1/module.js +74 -0
  1269. package/sparkdream/shield/v1/genesis.d.ts +182 -0
  1270. package/sparkdream/shield/v1/genesis.js +304 -0
  1271. package/sparkdream/shield/v1/params.d.ts +192 -0
  1272. package/sparkdream/shield/v1/params.js +285 -0
  1273. package/sparkdream/shield/v1/query.d.ts +1406 -0
  1274. package/sparkdream/shield/v1/query.js +2326 -0
  1275. package/sparkdream/shield/v1/query.lcd.d.ts +25 -0
  1276. package/sparkdream/shield/v1/query.lcd.js +114 -0
  1277. package/sparkdream/shield/v1/query.rpc.Query.d.ts +80 -0
  1278. package/sparkdream/shield/v1/query.rpc.Query.js +175 -0
  1279. package/sparkdream/shield/v1/tx.amino.d.ts +28 -0
  1280. package/sparkdream/shield/v1/tx.amino.js +32 -0
  1281. package/sparkdream/shield/v1/tx.d.ts +542 -0
  1282. package/sparkdream/shield/v1/tx.js +841 -0
  1283. package/sparkdream/shield/v1/tx.registry.d.ts +73 -0
  1284. package/sparkdream/shield/v1/tx.registry.js +109 -0
  1285. package/sparkdream/shield/v1/tx.rpc.msg.d.ts +29 -0
  1286. package/sparkdream/shield/v1/tx.rpc.msg.js +48 -0
  1287. package/sparkdream/shield/v1/types.d.ts +1412 -0
  1288. package/sparkdream/shield/v1/types.js +2398 -0
  1289. package/sparkdream/sparkdream/module/v1/module.d.ts +18 -2
  1290. package/sparkdream/sparkdream/module/v1/module.js +6 -0
  1291. package/sparkdream/sparkdream/v1/genesis.d.ts +24 -4
  1292. package/sparkdream/sparkdream/v1/genesis.js +6 -0
  1293. package/sparkdream/sparkdream/v1/params.d.ts +18 -2
  1294. package/sparkdream/sparkdream/v1/params.js +6 -0
  1295. package/sparkdream/sparkdream/v1/query.d.ts +42 -6
  1296. package/sparkdream/sparkdream/v1/query.js +12 -0
  1297. package/sparkdream/sparkdream/v1/tx.d.ts +37 -4
  1298. package/sparkdream/sparkdream/v1/tx.js +13 -0
  1299. package/sparkdream/split/module/v1/module.d.ts +54 -0
  1300. package/sparkdream/split/module/v1/module.js +74 -0
  1301. package/sparkdream/split/v1/genesis.d.ts +56 -0
  1302. package/sparkdream/split/v1/genesis.js +91 -0
  1303. package/sparkdream/split/v1/params.d.ts +46 -0
  1304. package/sparkdream/split/v1/params.js +68 -0
  1305. package/sparkdream/split/v1/query.d.ts +275 -0
  1306. package/sparkdream/split/v1/query.js +424 -0
  1307. package/sparkdream/split/v1/query.lcd.d.ts +11 -0
  1308. package/sparkdream/split/v1/query.lcd.js +35 -0
  1309. package/sparkdream/split/v1/query.rpc.Query.d.ts +24 -0
  1310. package/sparkdream/split/v1/query.rpc.Query.js +49 -0
  1311. package/sparkdream/split/v1/share.d.ts +48 -0
  1312. package/sparkdream/split/v1/share.js +86 -0
  1313. package/sparkdream/split/v1/tx.amino.d.ts +8 -0
  1314. package/sparkdream/split/v1/tx.amino.js +12 -0
  1315. package/sparkdream/split/v1/tx.d.ts +108 -0
  1316. package/sparkdream/split/v1/tx.js +151 -0
  1317. package/sparkdream/split/v1/tx.registry.d.ts +25 -0
  1318. package/sparkdream/split/v1/tx.registry.js +37 -0
  1319. package/sparkdream/split/v1/tx.rpc.msg.d.ts +16 -0
  1320. package/sparkdream/split/v1/tx.rpc.msg.js +23 -0
  1321. package/tendermint/abci/types.d.ts +971 -98
  1322. package/tendermint/abci/types.js +255 -0
  1323. package/tendermint/bundle.d.ts +844 -844
  1324. package/tendermint/bundle.js +20 -20
  1325. package/tendermint/crypto/keys.d.ts +18 -2
  1326. package/tendermint/crypto/keys.js +6 -0
  1327. package/tendermint/crypto/proof.d.ts +89 -6
  1328. package/tendermint/crypto/proof.js +29 -0
  1329. package/tendermint/p2p/types.d.ts +60 -0
  1330. package/tendermint/p2p/types.js +20 -0
  1331. package/tendermint/types/block.d.ts +15 -0
  1332. package/tendermint/types/block.js +5 -0
  1333. package/tendermint/types/evidence.d.ts +66 -4
  1334. package/tendermint/types/evidence.js +22 -0
  1335. package/tendermint/types/params.d.ts +112 -8
  1336. package/tendermint/types/params.js +46 -0
  1337. package/tendermint/types/types.d.ts +327 -42
  1338. package/tendermint/types/types.js +87 -0
  1339. package/tendermint/types/validator.d.ts +45 -0
  1340. package/tendermint/types/validator.js +15 -0
  1341. package/tendermint/version/types.d.ts +28 -0
  1342. package/tendermint/version/types.js +16 -0
  1343. package/types.d.ts +1 -1
  1344. package/types.js +1 -1
  1345. package/utf8.d.ts +1 -1
  1346. package/utf8.js +1 -1
  1347. package/varint.d.ts +1 -1
  1348. package/varint.js +1 -1
  1349. package/cosmos/orm/module/v1alpha1/module.d.ts +0 -38
  1350. package/cosmos/orm/query/v1alpha1/query.d.ts +0 -353
  1351. package/cosmos/orm/query/v1alpha1/query.js +0 -695
  1352. package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +0 -20
  1353. package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +0 -38
  1354. package/esm/cosmos/orm/query/v1alpha1/query.js +0 -692
  1355. package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +0 -33
@@ -21,55 +21,100 @@ export declare enum Exec {
21
21
  export declare const ExecAmino: typeof Exec;
22
22
  export declare function execFromJSON(object: any): Exec;
23
23
  export declare function execToJSON(object: Exec): string;
24
- /** MsgCreateGroup is the Msg/CreateGroup request type. */
24
+ /**
25
+ * MsgCreateGroup is the Msg/CreateGroup request type.
26
+ * @name MsgCreateGroup
27
+ * @package cosmos.group.v1
28
+ * @see proto type: cosmos.group.v1.MsgCreateGroup
29
+ */
25
30
  export interface MsgCreateGroup {
26
- /** admin is the account address of the group admin. */
31
+ /**
32
+ * admin is the account address of the group admin.
33
+ */
27
34
  admin: string;
28
- /** members defines the group members. */
35
+ /**
36
+ * members defines the group members.
37
+ */
29
38
  members: MemberRequest[];
30
- /** metadata is any arbitrary metadata to attached to the group. */
39
+ /**
40
+ * metadata is any arbitrary metadata to attached to the group.
41
+ */
31
42
  metadata: string;
32
43
  }
33
44
  export interface MsgCreateGroupProtoMsg {
34
45
  typeUrl: "/cosmos.group.v1.MsgCreateGroup";
35
46
  value: Uint8Array;
36
47
  }
37
- /** MsgCreateGroup is the Msg/CreateGroup request type. */
48
+ /**
49
+ * MsgCreateGroup is the Msg/CreateGroup request type.
50
+ * @name MsgCreateGroupAmino
51
+ * @package cosmos.group.v1
52
+ * @see proto type: cosmos.group.v1.MsgCreateGroup
53
+ */
38
54
  export interface MsgCreateGroupAmino {
39
- /** admin is the account address of the group admin. */
55
+ /**
56
+ * admin is the account address of the group admin.
57
+ */
40
58
  admin?: string;
41
- /** members defines the group members. */
59
+ /**
60
+ * members defines the group members.
61
+ */
42
62
  members: MemberRequestAmino[];
43
- /** metadata is any arbitrary metadata to attached to the group. */
63
+ /**
64
+ * metadata is any arbitrary metadata to attached to the group.
65
+ */
44
66
  metadata?: string;
45
67
  }
46
68
  export interface MsgCreateGroupAminoMsg {
47
69
  type: "cosmos-sdk/MsgCreateGroup";
48
70
  value: MsgCreateGroupAmino;
49
71
  }
50
- /** MsgCreateGroupResponse is the Msg/CreateGroup response type. */
72
+ /**
73
+ * MsgCreateGroupResponse is the Msg/CreateGroup response type.
74
+ * @name MsgCreateGroupResponse
75
+ * @package cosmos.group.v1
76
+ * @see proto type: cosmos.group.v1.MsgCreateGroupResponse
77
+ */
51
78
  export interface MsgCreateGroupResponse {
52
- /** group_id is the unique ID of the newly created group. */
79
+ /**
80
+ * group_id is the unique ID of the newly created group.
81
+ */
53
82
  groupId: bigint;
54
83
  }
55
84
  export interface MsgCreateGroupResponseProtoMsg {
56
85
  typeUrl: "/cosmos.group.v1.MsgCreateGroupResponse";
57
86
  value: Uint8Array;
58
87
  }
59
- /** MsgCreateGroupResponse is the Msg/CreateGroup response type. */
88
+ /**
89
+ * MsgCreateGroupResponse is the Msg/CreateGroup response type.
90
+ * @name MsgCreateGroupResponseAmino
91
+ * @package cosmos.group.v1
92
+ * @see proto type: cosmos.group.v1.MsgCreateGroupResponse
93
+ */
60
94
  export interface MsgCreateGroupResponseAmino {
61
- /** group_id is the unique ID of the newly created group. */
95
+ /**
96
+ * group_id is the unique ID of the newly created group.
97
+ */
62
98
  group_id?: string;
63
99
  }
64
100
  export interface MsgCreateGroupResponseAminoMsg {
65
101
  type: "cosmos-sdk/MsgCreateGroupResponse";
66
102
  value: MsgCreateGroupResponseAmino;
67
103
  }
68
- /** MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type. */
104
+ /**
105
+ * MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type.
106
+ * @name MsgUpdateGroupMembers
107
+ * @package cosmos.group.v1
108
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMembers
109
+ */
69
110
  export interface MsgUpdateGroupMembers {
70
- /** admin is the account address of the group admin. */
111
+ /**
112
+ * admin is the account address of the group admin.
113
+ */
71
114
  admin: string;
72
- /** group_id is the unique ID of the group. */
115
+ /**
116
+ * group_id is the unique ID of the group.
117
+ */
73
118
  groupId: bigint;
74
119
  /**
75
120
  * member_updates is the list of members to update,
@@ -81,11 +126,20 @@ export interface MsgUpdateGroupMembersProtoMsg {
81
126
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupMembers";
82
127
  value: Uint8Array;
83
128
  }
84
- /** MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type. */
129
+ /**
130
+ * MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type.
131
+ * @name MsgUpdateGroupMembersAmino
132
+ * @package cosmos.group.v1
133
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMembers
134
+ */
85
135
  export interface MsgUpdateGroupMembersAmino {
86
- /** admin is the account address of the group admin. */
136
+ /**
137
+ * admin is the account address of the group admin.
138
+ */
87
139
  admin?: string;
88
- /** group_id is the unique ID of the group. */
140
+ /**
141
+ * group_id is the unique ID of the group.
142
+ */
89
143
  group_id?: string;
90
144
  /**
91
145
  * member_updates is the list of members to update,
@@ -97,109 +151,196 @@ export interface MsgUpdateGroupMembersAminoMsg {
97
151
  type: "cosmos-sdk/MsgUpdateGroupMembers";
98
152
  value: MsgUpdateGroupMembersAmino;
99
153
  }
100
- /** MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type. */
154
+ /**
155
+ * MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type.
156
+ * @name MsgUpdateGroupMembersResponse
157
+ * @package cosmos.group.v1
158
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMembersResponse
159
+ */
101
160
  export interface MsgUpdateGroupMembersResponse {
102
161
  }
103
162
  export interface MsgUpdateGroupMembersResponseProtoMsg {
104
163
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupMembersResponse";
105
164
  value: Uint8Array;
106
165
  }
107
- /** MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type. */
166
+ /**
167
+ * MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type.
168
+ * @name MsgUpdateGroupMembersResponseAmino
169
+ * @package cosmos.group.v1
170
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMembersResponse
171
+ */
108
172
  export interface MsgUpdateGroupMembersResponseAmino {
109
173
  }
110
174
  export interface MsgUpdateGroupMembersResponseAminoMsg {
111
175
  type: "cosmos-sdk/MsgUpdateGroupMembersResponse";
112
176
  value: MsgUpdateGroupMembersResponseAmino;
113
177
  }
114
- /** MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type. */
178
+ /**
179
+ * MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type.
180
+ * @name MsgUpdateGroupAdmin
181
+ * @package cosmos.group.v1
182
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupAdmin
183
+ */
115
184
  export interface MsgUpdateGroupAdmin {
116
- /** admin is the current account address of the group admin. */
185
+ /**
186
+ * admin is the current account address of the group admin.
187
+ */
117
188
  admin: string;
118
- /** group_id is the unique ID of the group. */
189
+ /**
190
+ * group_id is the unique ID of the group.
191
+ */
119
192
  groupId: bigint;
120
- /** new_admin is the group new admin account address. */
193
+ /**
194
+ * new_admin is the group new admin account address.
195
+ */
121
196
  newAdmin: string;
122
197
  }
123
198
  export interface MsgUpdateGroupAdminProtoMsg {
124
199
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupAdmin";
125
200
  value: Uint8Array;
126
201
  }
127
- /** MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type. */
202
+ /**
203
+ * MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type.
204
+ * @name MsgUpdateGroupAdminAmino
205
+ * @package cosmos.group.v1
206
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupAdmin
207
+ */
128
208
  export interface MsgUpdateGroupAdminAmino {
129
- /** admin is the current account address of the group admin. */
209
+ /**
210
+ * admin is the current account address of the group admin.
211
+ */
130
212
  admin?: string;
131
- /** group_id is the unique ID of the group. */
213
+ /**
214
+ * group_id is the unique ID of the group.
215
+ */
132
216
  group_id?: string;
133
- /** new_admin is the group new admin account address. */
217
+ /**
218
+ * new_admin is the group new admin account address.
219
+ */
134
220
  new_admin?: string;
135
221
  }
136
222
  export interface MsgUpdateGroupAdminAminoMsg {
137
223
  type: "cosmos-sdk/MsgUpdateGroupAdmin";
138
224
  value: MsgUpdateGroupAdminAmino;
139
225
  }
140
- /** MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type. */
226
+ /**
227
+ * MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type.
228
+ * @name MsgUpdateGroupAdminResponse
229
+ * @package cosmos.group.v1
230
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupAdminResponse
231
+ */
141
232
  export interface MsgUpdateGroupAdminResponse {
142
233
  }
143
234
  export interface MsgUpdateGroupAdminResponseProtoMsg {
144
235
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupAdminResponse";
145
236
  value: Uint8Array;
146
237
  }
147
- /** MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type. */
238
+ /**
239
+ * MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type.
240
+ * @name MsgUpdateGroupAdminResponseAmino
241
+ * @package cosmos.group.v1
242
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupAdminResponse
243
+ */
148
244
  export interface MsgUpdateGroupAdminResponseAmino {
149
245
  }
150
246
  export interface MsgUpdateGroupAdminResponseAminoMsg {
151
247
  type: "cosmos-sdk/MsgUpdateGroupAdminResponse";
152
248
  value: MsgUpdateGroupAdminResponseAmino;
153
249
  }
154
- /** MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type. */
250
+ /**
251
+ * MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type.
252
+ * @name MsgUpdateGroupMetadata
253
+ * @package cosmos.group.v1
254
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMetadata
255
+ */
155
256
  export interface MsgUpdateGroupMetadata {
156
- /** admin is the account address of the group admin. */
257
+ /**
258
+ * admin is the account address of the group admin.
259
+ */
157
260
  admin: string;
158
- /** group_id is the unique ID of the group. */
261
+ /**
262
+ * group_id is the unique ID of the group.
263
+ */
159
264
  groupId: bigint;
160
- /** metadata is the updated group's metadata. */
265
+ /**
266
+ * metadata is the updated group's metadata.
267
+ */
161
268
  metadata: string;
162
269
  }
163
270
  export interface MsgUpdateGroupMetadataProtoMsg {
164
271
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupMetadata";
165
272
  value: Uint8Array;
166
273
  }
167
- /** MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type. */
274
+ /**
275
+ * MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type.
276
+ * @name MsgUpdateGroupMetadataAmino
277
+ * @package cosmos.group.v1
278
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMetadata
279
+ */
168
280
  export interface MsgUpdateGroupMetadataAmino {
169
- /** admin is the account address of the group admin. */
281
+ /**
282
+ * admin is the account address of the group admin.
283
+ */
170
284
  admin?: string;
171
- /** group_id is the unique ID of the group. */
285
+ /**
286
+ * group_id is the unique ID of the group.
287
+ */
172
288
  group_id?: string;
173
- /** metadata is the updated group's metadata. */
289
+ /**
290
+ * metadata is the updated group's metadata.
291
+ */
174
292
  metadata?: string;
175
293
  }
176
294
  export interface MsgUpdateGroupMetadataAminoMsg {
177
295
  type: "cosmos-sdk/MsgUpdateGroupMetadata";
178
296
  value: MsgUpdateGroupMetadataAmino;
179
297
  }
180
- /** MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type. */
298
+ /**
299
+ * MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type.
300
+ * @name MsgUpdateGroupMetadataResponse
301
+ * @package cosmos.group.v1
302
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMetadataResponse
303
+ */
181
304
  export interface MsgUpdateGroupMetadataResponse {
182
305
  }
183
306
  export interface MsgUpdateGroupMetadataResponseProtoMsg {
184
307
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupMetadataResponse";
185
308
  value: Uint8Array;
186
309
  }
187
- /** MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type. */
310
+ /**
311
+ * MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type.
312
+ * @name MsgUpdateGroupMetadataResponseAmino
313
+ * @package cosmos.group.v1
314
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMetadataResponse
315
+ */
188
316
  export interface MsgUpdateGroupMetadataResponseAmino {
189
317
  }
190
318
  export interface MsgUpdateGroupMetadataResponseAminoMsg {
191
319
  type: "cosmos-sdk/MsgUpdateGroupMetadataResponse";
192
320
  value: MsgUpdateGroupMetadataResponseAmino;
193
321
  }
194
- /** MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type. */
322
+ /**
323
+ * MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type.
324
+ * @name MsgCreateGroupPolicy
325
+ * @package cosmos.group.v1
326
+ * @see proto type: cosmos.group.v1.MsgCreateGroupPolicy
327
+ */
195
328
  export interface MsgCreateGroupPolicy {
196
- /** admin is the account address of the group admin. */
329
+ /**
330
+ * admin is the account address of the group admin.
331
+ */
197
332
  admin: string;
198
- /** group_id is the unique ID of the group. */
333
+ /**
334
+ * group_id is the unique ID of the group.
335
+ */
199
336
  groupId: bigint;
200
- /** metadata is any arbitrary metadata attached to the group policy. */
337
+ /**
338
+ * metadata is any arbitrary metadata attached to the group policy.
339
+ */
201
340
  metadata: string;
202
- /** decision_policy specifies the group policy's decision policy. */
341
+ /**
342
+ * decision_policy specifies the group policy's decision policy.
343
+ */
203
344
  decisionPolicy?: ThresholdDecisionPolicy | PercentageDecisionPolicy | Any | undefined;
204
345
  }
205
346
  export interface MsgCreateGroupPolicyProtoMsg {
@@ -207,97 +348,174 @@ export interface MsgCreateGroupPolicyProtoMsg {
207
348
  value: Uint8Array;
208
349
  }
209
350
  export type MsgCreateGroupPolicyEncoded = Omit<MsgCreateGroupPolicy, "decisionPolicy"> & {
210
- /** decision_policy specifies the group policy's decision policy. */ decisionPolicy?: ThresholdDecisionPolicyProtoMsg | PercentageDecisionPolicyProtoMsg | AnyProtoMsg | undefined;
351
+ /**
352
+ * decision_policy specifies the group policy's decision policy.
353
+ */
354
+ decisionPolicy?: ThresholdDecisionPolicyProtoMsg | PercentageDecisionPolicyProtoMsg | AnyProtoMsg | undefined;
211
355
  };
212
- /** MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type. */
356
+ /**
357
+ * MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type.
358
+ * @name MsgCreateGroupPolicyAmino
359
+ * @package cosmos.group.v1
360
+ * @see proto type: cosmos.group.v1.MsgCreateGroupPolicy
361
+ */
213
362
  export interface MsgCreateGroupPolicyAmino {
214
- /** admin is the account address of the group admin. */
363
+ /**
364
+ * admin is the account address of the group admin.
365
+ */
215
366
  admin?: string;
216
- /** group_id is the unique ID of the group. */
367
+ /**
368
+ * group_id is the unique ID of the group.
369
+ */
217
370
  group_id?: string;
218
- /** metadata is any arbitrary metadata attached to the group policy. */
371
+ /**
372
+ * metadata is any arbitrary metadata attached to the group policy.
373
+ */
219
374
  metadata?: string;
220
- /** decision_policy specifies the group policy's decision policy. */
375
+ /**
376
+ * decision_policy specifies the group policy's decision policy.
377
+ */
221
378
  decision_policy?: AnyAmino;
222
379
  }
223
380
  export interface MsgCreateGroupPolicyAminoMsg {
224
381
  type: "cosmos-sdk/MsgCreateGroupPolicy";
225
382
  value: MsgCreateGroupPolicyAmino;
226
383
  }
227
- /** MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type. */
384
+ /**
385
+ * MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type.
386
+ * @name MsgCreateGroupPolicyResponse
387
+ * @package cosmos.group.v1
388
+ * @see proto type: cosmos.group.v1.MsgCreateGroupPolicyResponse
389
+ */
228
390
  export interface MsgCreateGroupPolicyResponse {
229
- /** address is the account address of the newly created group policy. */
391
+ /**
392
+ * address is the account address of the newly created group policy.
393
+ */
230
394
  address: string;
231
395
  }
232
396
  export interface MsgCreateGroupPolicyResponseProtoMsg {
233
397
  typeUrl: "/cosmos.group.v1.MsgCreateGroupPolicyResponse";
234
398
  value: Uint8Array;
235
399
  }
236
- /** MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type. */
400
+ /**
401
+ * MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type.
402
+ * @name MsgCreateGroupPolicyResponseAmino
403
+ * @package cosmos.group.v1
404
+ * @see proto type: cosmos.group.v1.MsgCreateGroupPolicyResponse
405
+ */
237
406
  export interface MsgCreateGroupPolicyResponseAmino {
238
- /** address is the account address of the newly created group policy. */
407
+ /**
408
+ * address is the account address of the newly created group policy.
409
+ */
239
410
  address?: string;
240
411
  }
241
412
  export interface MsgCreateGroupPolicyResponseAminoMsg {
242
413
  type: "cosmos-sdk/MsgCreateGroupPolicyResponse";
243
414
  value: MsgCreateGroupPolicyResponseAmino;
244
415
  }
245
- /** MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type. */
416
+ /**
417
+ * MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type.
418
+ * @name MsgUpdateGroupPolicyAdmin
419
+ * @package cosmos.group.v1
420
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyAdmin
421
+ */
246
422
  export interface MsgUpdateGroupPolicyAdmin {
247
- /** admin is the account address of the group admin. */
423
+ /**
424
+ * admin is the account address of the group admin.
425
+ */
248
426
  admin: string;
249
- /** group_policy_address is the account address of the group policy. */
427
+ /**
428
+ * group_policy_address is the account address of the group policy.
429
+ */
250
430
  groupPolicyAddress: string;
251
- /** new_admin is the new group policy admin. */
431
+ /**
432
+ * new_admin is the new group policy admin.
433
+ */
252
434
  newAdmin: string;
253
435
  }
254
436
  export interface MsgUpdateGroupPolicyAdminProtoMsg {
255
437
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyAdmin";
256
438
  value: Uint8Array;
257
439
  }
258
- /** MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type. */
440
+ /**
441
+ * MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type.
442
+ * @name MsgUpdateGroupPolicyAdminAmino
443
+ * @package cosmos.group.v1
444
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyAdmin
445
+ */
259
446
  export interface MsgUpdateGroupPolicyAdminAmino {
260
- /** admin is the account address of the group admin. */
447
+ /**
448
+ * admin is the account address of the group admin.
449
+ */
261
450
  admin?: string;
262
- /** group_policy_address is the account address of the group policy. */
451
+ /**
452
+ * group_policy_address is the account address of the group policy.
453
+ */
263
454
  group_policy_address?: string;
264
- /** new_admin is the new group policy admin. */
455
+ /**
456
+ * new_admin is the new group policy admin.
457
+ */
265
458
  new_admin?: string;
266
459
  }
267
460
  export interface MsgUpdateGroupPolicyAdminAminoMsg {
268
461
  type: "cosmos-sdk/MsgUpdateGroupPolicyAdmin";
269
462
  value: MsgUpdateGroupPolicyAdminAmino;
270
463
  }
271
- /** MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type. */
464
+ /**
465
+ * MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type.
466
+ * @name MsgUpdateGroupPolicyAdminResponse
467
+ * @package cosmos.group.v1
468
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyAdminResponse
469
+ */
272
470
  export interface MsgUpdateGroupPolicyAdminResponse {
273
471
  }
274
472
  export interface MsgUpdateGroupPolicyAdminResponseProtoMsg {
275
473
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyAdminResponse";
276
474
  value: Uint8Array;
277
475
  }
278
- /** MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type. */
476
+ /**
477
+ * MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type.
478
+ * @name MsgUpdateGroupPolicyAdminResponseAmino
479
+ * @package cosmos.group.v1
480
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyAdminResponse
481
+ */
279
482
  export interface MsgUpdateGroupPolicyAdminResponseAmino {
280
483
  }
281
484
  export interface MsgUpdateGroupPolicyAdminResponseAminoMsg {
282
485
  type: "cosmos-sdk/MsgUpdateGroupPolicyAdminResponse";
283
486
  value: MsgUpdateGroupPolicyAdminResponseAmino;
284
487
  }
285
- /** MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type. */
488
+ /**
489
+ * MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type.
490
+ * @name MsgCreateGroupWithPolicy
491
+ * @package cosmos.group.v1
492
+ * @see proto type: cosmos.group.v1.MsgCreateGroupWithPolicy
493
+ */
286
494
  export interface MsgCreateGroupWithPolicy {
287
- /** admin is the account address of the group and group policy admin. */
495
+ /**
496
+ * admin is the account address of the group and group policy admin.
497
+ */
288
498
  admin: string;
289
- /** members defines the group members. */
499
+ /**
500
+ * members defines the group members.
501
+ */
290
502
  members: MemberRequest[];
291
- /** group_metadata is any arbitrary metadata attached to the group. */
503
+ /**
504
+ * group_metadata is any arbitrary metadata attached to the group.
505
+ */
292
506
  groupMetadata: string;
293
- /** group_policy_metadata is any arbitrary metadata attached to the group policy. */
507
+ /**
508
+ * group_policy_metadata is any arbitrary metadata attached to the group policy.
509
+ */
294
510
  groupPolicyMetadata: string;
295
511
  /**
296
512
  * group_policy_as_admin is a boolean field, if set to true, the group policy account address will be used as group
297
513
  * and group policy admin.
298
514
  */
299
515
  groupPolicyAsAdmin: boolean;
300
- /** decision_policy specifies the group policy's decision policy. */
516
+ /**
517
+ * decision_policy specifies the group policy's decision policy.
518
+ */
301
519
  decisionPolicy?: ThresholdDecisionPolicy | PercentageDecisionPolicy | Any | undefined;
302
520
  }
303
521
  export interface MsgCreateGroupWithPolicyProtoMsg {
@@ -305,59 +523,106 @@ export interface MsgCreateGroupWithPolicyProtoMsg {
305
523
  value: Uint8Array;
306
524
  }
307
525
  export type MsgCreateGroupWithPolicyEncoded = Omit<MsgCreateGroupWithPolicy, "decisionPolicy"> & {
308
- /** decision_policy specifies the group policy's decision policy. */ decisionPolicy?: ThresholdDecisionPolicyProtoMsg | PercentageDecisionPolicyProtoMsg | AnyProtoMsg | undefined;
526
+ /**
527
+ * decision_policy specifies the group policy's decision policy.
528
+ */
529
+ decisionPolicy?: ThresholdDecisionPolicyProtoMsg | PercentageDecisionPolicyProtoMsg | AnyProtoMsg | undefined;
309
530
  };
310
- /** MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type. */
531
+ /**
532
+ * MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type.
533
+ * @name MsgCreateGroupWithPolicyAmino
534
+ * @package cosmos.group.v1
535
+ * @see proto type: cosmos.group.v1.MsgCreateGroupWithPolicy
536
+ */
311
537
  export interface MsgCreateGroupWithPolicyAmino {
312
- /** admin is the account address of the group and group policy admin. */
538
+ /**
539
+ * admin is the account address of the group and group policy admin.
540
+ */
313
541
  admin?: string;
314
- /** members defines the group members. */
542
+ /**
543
+ * members defines the group members.
544
+ */
315
545
  members: MemberRequestAmino[];
316
- /** group_metadata is any arbitrary metadata attached to the group. */
546
+ /**
547
+ * group_metadata is any arbitrary metadata attached to the group.
548
+ */
317
549
  group_metadata?: string;
318
- /** group_policy_metadata is any arbitrary metadata attached to the group policy. */
550
+ /**
551
+ * group_policy_metadata is any arbitrary metadata attached to the group policy.
552
+ */
319
553
  group_policy_metadata?: string;
320
554
  /**
321
555
  * group_policy_as_admin is a boolean field, if set to true, the group policy account address will be used as group
322
556
  * and group policy admin.
323
557
  */
324
558
  group_policy_as_admin?: boolean;
325
- /** decision_policy specifies the group policy's decision policy. */
559
+ /**
560
+ * decision_policy specifies the group policy's decision policy.
561
+ */
326
562
  decision_policy?: AnyAmino;
327
563
  }
328
564
  export interface MsgCreateGroupWithPolicyAminoMsg {
329
565
  type: "cosmos-sdk/MsgCreateGroupWithPolicy";
330
566
  value: MsgCreateGroupWithPolicyAmino;
331
567
  }
332
- /** MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type. */
568
+ /**
569
+ * MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type.
570
+ * @name MsgCreateGroupWithPolicyResponse
571
+ * @package cosmos.group.v1
572
+ * @see proto type: cosmos.group.v1.MsgCreateGroupWithPolicyResponse
573
+ */
333
574
  export interface MsgCreateGroupWithPolicyResponse {
334
- /** group_id is the unique ID of the newly created group with policy. */
575
+ /**
576
+ * group_id is the unique ID of the newly created group with policy.
577
+ */
335
578
  groupId: bigint;
336
- /** group_policy_address is the account address of the newly created group policy. */
579
+ /**
580
+ * group_policy_address is the account address of the newly created group policy.
581
+ */
337
582
  groupPolicyAddress: string;
338
583
  }
339
584
  export interface MsgCreateGroupWithPolicyResponseProtoMsg {
340
585
  typeUrl: "/cosmos.group.v1.MsgCreateGroupWithPolicyResponse";
341
586
  value: Uint8Array;
342
587
  }
343
- /** MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type. */
588
+ /**
589
+ * MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type.
590
+ * @name MsgCreateGroupWithPolicyResponseAmino
591
+ * @package cosmos.group.v1
592
+ * @see proto type: cosmos.group.v1.MsgCreateGroupWithPolicyResponse
593
+ */
344
594
  export interface MsgCreateGroupWithPolicyResponseAmino {
345
- /** group_id is the unique ID of the newly created group with policy. */
595
+ /**
596
+ * group_id is the unique ID of the newly created group with policy.
597
+ */
346
598
  group_id?: string;
347
- /** group_policy_address is the account address of the newly created group policy. */
599
+ /**
600
+ * group_policy_address is the account address of the newly created group policy.
601
+ */
348
602
  group_policy_address?: string;
349
603
  }
350
604
  export interface MsgCreateGroupWithPolicyResponseAminoMsg {
351
605
  type: "cosmos-sdk/MsgCreateGroupWithPolicyResponse";
352
606
  value: MsgCreateGroupWithPolicyResponseAmino;
353
607
  }
354
- /** MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type. */
608
+ /**
609
+ * MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type.
610
+ * @name MsgUpdateGroupPolicyDecisionPolicy
611
+ * @package cosmos.group.v1
612
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicy
613
+ */
355
614
  export interface MsgUpdateGroupPolicyDecisionPolicy {
356
- /** admin is the account address of the group admin. */
615
+ /**
616
+ * admin is the account address of the group admin.
617
+ */
357
618
  admin: string;
358
- /** group_policy_address is the account address of group policy. */
619
+ /**
620
+ * group_policy_address is the account address of group policy.
621
+ */
359
622
  groupPolicyAddress: string;
360
- /** decision_policy is the updated group policy's decision policy. */
623
+ /**
624
+ * decision_policy is the updated group policy's decision policy.
625
+ */
361
626
  decisionPolicy?: ThresholdDecisionPolicy | PercentageDecisionPolicy | Any | undefined;
362
627
  }
363
628
  export interface MsgUpdateGroupPolicyDecisionPolicyProtoMsg {
@@ -365,87 +630,154 @@ export interface MsgUpdateGroupPolicyDecisionPolicyProtoMsg {
365
630
  value: Uint8Array;
366
631
  }
367
632
  export type MsgUpdateGroupPolicyDecisionPolicyEncoded = Omit<MsgUpdateGroupPolicyDecisionPolicy, "decisionPolicy"> & {
368
- /** decision_policy is the updated group policy's decision policy. */ decisionPolicy?: ThresholdDecisionPolicyProtoMsg | PercentageDecisionPolicyProtoMsg | AnyProtoMsg | undefined;
633
+ /**
634
+ * decision_policy is the updated group policy's decision policy.
635
+ */
636
+ decisionPolicy?: ThresholdDecisionPolicyProtoMsg | PercentageDecisionPolicyProtoMsg | AnyProtoMsg | undefined;
369
637
  };
370
- /** MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type. */
638
+ /**
639
+ * MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type.
640
+ * @name MsgUpdateGroupPolicyDecisionPolicyAmino
641
+ * @package cosmos.group.v1
642
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicy
643
+ */
371
644
  export interface MsgUpdateGroupPolicyDecisionPolicyAmino {
372
- /** admin is the account address of the group admin. */
645
+ /**
646
+ * admin is the account address of the group admin.
647
+ */
373
648
  admin?: string;
374
- /** group_policy_address is the account address of group policy. */
649
+ /**
650
+ * group_policy_address is the account address of group policy.
651
+ */
375
652
  group_policy_address?: string;
376
- /** decision_policy is the updated group policy's decision policy. */
653
+ /**
654
+ * decision_policy is the updated group policy's decision policy.
655
+ */
377
656
  decision_policy?: AnyAmino;
378
657
  }
379
658
  export interface MsgUpdateGroupPolicyDecisionPolicyAminoMsg {
380
659
  type: "cosmos-sdk/MsgUpdateGroupDecisionPolicy";
381
660
  value: MsgUpdateGroupPolicyDecisionPolicyAmino;
382
661
  }
383
- /** MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type. */
662
+ /**
663
+ * MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type.
664
+ * @name MsgUpdateGroupPolicyDecisionPolicyResponse
665
+ * @package cosmos.group.v1
666
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicyResponse
667
+ */
384
668
  export interface MsgUpdateGroupPolicyDecisionPolicyResponse {
385
669
  }
386
670
  export interface MsgUpdateGroupPolicyDecisionPolicyResponseProtoMsg {
387
671
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicyResponse";
388
672
  value: Uint8Array;
389
673
  }
390
- /** MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type. */
674
+ /**
675
+ * MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type.
676
+ * @name MsgUpdateGroupPolicyDecisionPolicyResponseAmino
677
+ * @package cosmos.group.v1
678
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicyResponse
679
+ */
391
680
  export interface MsgUpdateGroupPolicyDecisionPolicyResponseAmino {
392
681
  }
393
682
  export interface MsgUpdateGroupPolicyDecisionPolicyResponseAminoMsg {
394
683
  type: "cosmos-sdk/MsgUpdateGroupPolicyDecisionPolicyResponse";
395
684
  value: MsgUpdateGroupPolicyDecisionPolicyResponseAmino;
396
685
  }
397
- /** MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type. */
686
+ /**
687
+ * MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type.
688
+ * @name MsgUpdateGroupPolicyMetadata
689
+ * @package cosmos.group.v1
690
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyMetadata
691
+ */
398
692
  export interface MsgUpdateGroupPolicyMetadata {
399
- /** admin is the account address of the group admin. */
693
+ /**
694
+ * admin is the account address of the group admin.
695
+ */
400
696
  admin: string;
401
- /** group_policy_address is the account address of group policy. */
697
+ /**
698
+ * group_policy_address is the account address of group policy.
699
+ */
402
700
  groupPolicyAddress: string;
403
- /** metadata is the group policy metadata to be updated. */
701
+ /**
702
+ * metadata is the group policy metadata to be updated.
703
+ */
404
704
  metadata: string;
405
705
  }
406
706
  export interface MsgUpdateGroupPolicyMetadataProtoMsg {
407
707
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyMetadata";
408
708
  value: Uint8Array;
409
709
  }
410
- /** MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type. */
710
+ /**
711
+ * MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type.
712
+ * @name MsgUpdateGroupPolicyMetadataAmino
713
+ * @package cosmos.group.v1
714
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyMetadata
715
+ */
411
716
  export interface MsgUpdateGroupPolicyMetadataAmino {
412
- /** admin is the account address of the group admin. */
717
+ /**
718
+ * admin is the account address of the group admin.
719
+ */
413
720
  admin?: string;
414
- /** group_policy_address is the account address of group policy. */
721
+ /**
722
+ * group_policy_address is the account address of group policy.
723
+ */
415
724
  group_policy_address?: string;
416
- /** metadata is the group policy metadata to be updated. */
725
+ /**
726
+ * metadata is the group policy metadata to be updated.
727
+ */
417
728
  metadata?: string;
418
729
  }
419
730
  export interface MsgUpdateGroupPolicyMetadataAminoMsg {
420
731
  type: "cosmos-sdk/MsgUpdateGroupPolicyMetadata";
421
732
  value: MsgUpdateGroupPolicyMetadataAmino;
422
733
  }
423
- /** MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type. */
734
+ /**
735
+ * MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type.
736
+ * @name MsgUpdateGroupPolicyMetadataResponse
737
+ * @package cosmos.group.v1
738
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyMetadataResponse
739
+ */
424
740
  export interface MsgUpdateGroupPolicyMetadataResponse {
425
741
  }
426
742
  export interface MsgUpdateGroupPolicyMetadataResponseProtoMsg {
427
743
  typeUrl: "/cosmos.group.v1.MsgUpdateGroupPolicyMetadataResponse";
428
744
  value: Uint8Array;
429
745
  }
430
- /** MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type. */
746
+ /**
747
+ * MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type.
748
+ * @name MsgUpdateGroupPolicyMetadataResponseAmino
749
+ * @package cosmos.group.v1
750
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyMetadataResponse
751
+ */
431
752
  export interface MsgUpdateGroupPolicyMetadataResponseAmino {
432
753
  }
433
754
  export interface MsgUpdateGroupPolicyMetadataResponseAminoMsg {
434
755
  type: "cosmos-sdk/MsgUpdateGroupPolicyMetadataResponse";
435
756
  value: MsgUpdateGroupPolicyMetadataResponseAmino;
436
757
  }
437
- /** MsgSubmitProposal is the Msg/SubmitProposal request type. */
758
+ /**
759
+ * MsgSubmitProposal is the Msg/SubmitProposal request type.
760
+ * @name MsgSubmitProposal
761
+ * @package cosmos.group.v1
762
+ * @see proto type: cosmos.group.v1.MsgSubmitProposal
763
+ */
438
764
  export interface MsgSubmitProposal {
439
- /** group_policy_address is the account address of group policy. */
765
+ /**
766
+ * group_policy_address is the account address of group policy.
767
+ */
440
768
  groupPolicyAddress: string;
441
769
  /**
442
770
  * proposers are the account addresses of the proposers.
443
771
  * Proposers signatures will be counted as yes votes.
444
772
  */
445
773
  proposers: string[];
446
- /** metadata is any arbitrary metadata attached to the proposal. */
774
+ /**
775
+ * metadata is any arbitrary metadata attached to the proposal.
776
+ */
447
777
  metadata: string;
448
- /** messages is a list of `sdk.Msg`s that will be executed if the proposal passes. */
778
+ /**
779
+ * messages is a list of `sdk.Msg`s that will be executed if the proposal passes.
780
+ */
449
781
  messages: Any[];
450
782
  /**
451
783
  * exec defines the mode of execution of the proposal,
@@ -455,14 +787,10 @@ export interface MsgSubmitProposal {
455
787
  exec: Exec;
456
788
  /**
457
789
  * title is the title of the proposal.
458
- *
459
- * Since: cosmos-sdk 0.47
460
790
  */
461
791
  title: string;
462
792
  /**
463
793
  * summary is the summary of the proposal.
464
- *
465
- * Since: cosmos-sdk 0.47
466
794
  */
467
795
  summary: string;
468
796
  }
@@ -470,18 +798,29 @@ export interface MsgSubmitProposalProtoMsg {
470
798
  typeUrl: "/cosmos.group.v1.MsgSubmitProposal";
471
799
  value: Uint8Array;
472
800
  }
473
- /** MsgSubmitProposal is the Msg/SubmitProposal request type. */
801
+ /**
802
+ * MsgSubmitProposal is the Msg/SubmitProposal request type.
803
+ * @name MsgSubmitProposalAmino
804
+ * @package cosmos.group.v1
805
+ * @see proto type: cosmos.group.v1.MsgSubmitProposal
806
+ */
474
807
  export interface MsgSubmitProposalAmino {
475
- /** group_policy_address is the account address of group policy. */
808
+ /**
809
+ * group_policy_address is the account address of group policy.
810
+ */
476
811
  group_policy_address?: string;
477
812
  /**
478
813
  * proposers are the account addresses of the proposers.
479
814
  * Proposers signatures will be counted as yes votes.
480
815
  */
481
816
  proposers?: string[];
482
- /** metadata is any arbitrary metadata attached to the proposal. */
817
+ /**
818
+ * metadata is any arbitrary metadata attached to the proposal.
819
+ */
483
820
  metadata?: string;
484
- /** messages is a list of `sdk.Msg`s that will be executed if the proposal passes. */
821
+ /**
822
+ * messages is a list of `sdk.Msg`s that will be executed if the proposal passes.
823
+ */
485
824
  messages?: AnyAmino[];
486
825
  /**
487
826
  * exec defines the mode of execution of the proposal,
@@ -491,14 +830,10 @@ export interface MsgSubmitProposalAmino {
491
830
  exec?: Exec;
492
831
  /**
493
832
  * title is the title of the proposal.
494
- *
495
- * Since: cosmos-sdk 0.47
496
833
  */
497
834
  title?: string;
498
835
  /**
499
836
  * summary is the summary of the proposal.
500
- *
501
- * Since: cosmos-sdk 0.47
502
837
  */
503
838
  summary?: string;
504
839
  }
@@ -506,69 +841,124 @@ export interface MsgSubmitProposalAminoMsg {
506
841
  type: "cosmos-sdk/group/MsgSubmitProposal";
507
842
  value: MsgSubmitProposalAmino;
508
843
  }
509
- /** MsgSubmitProposalResponse is the Msg/SubmitProposal response type. */
844
+ /**
845
+ * MsgSubmitProposalResponse is the Msg/SubmitProposal response type.
846
+ * @name MsgSubmitProposalResponse
847
+ * @package cosmos.group.v1
848
+ * @see proto type: cosmos.group.v1.MsgSubmitProposalResponse
849
+ */
510
850
  export interface MsgSubmitProposalResponse {
511
- /** proposal is the unique ID of the proposal. */
851
+ /**
852
+ * proposal is the unique ID of the proposal.
853
+ */
512
854
  proposalId: bigint;
513
855
  }
514
856
  export interface MsgSubmitProposalResponseProtoMsg {
515
857
  typeUrl: "/cosmos.group.v1.MsgSubmitProposalResponse";
516
858
  value: Uint8Array;
517
859
  }
518
- /** MsgSubmitProposalResponse is the Msg/SubmitProposal response type. */
860
+ /**
861
+ * MsgSubmitProposalResponse is the Msg/SubmitProposal response type.
862
+ * @name MsgSubmitProposalResponseAmino
863
+ * @package cosmos.group.v1
864
+ * @see proto type: cosmos.group.v1.MsgSubmitProposalResponse
865
+ */
519
866
  export interface MsgSubmitProposalResponseAmino {
520
- /** proposal is the unique ID of the proposal. */
867
+ /**
868
+ * proposal is the unique ID of the proposal.
869
+ */
521
870
  proposal_id?: string;
522
871
  }
523
872
  export interface MsgSubmitProposalResponseAminoMsg {
524
873
  type: "cosmos-sdk/MsgSubmitProposalResponse";
525
874
  value: MsgSubmitProposalResponseAmino;
526
875
  }
527
- /** MsgWithdrawProposal is the Msg/WithdrawProposal request type. */
876
+ /**
877
+ * MsgWithdrawProposal is the Msg/WithdrawProposal request type.
878
+ * @name MsgWithdrawProposal
879
+ * @package cosmos.group.v1
880
+ * @see proto type: cosmos.group.v1.MsgWithdrawProposal
881
+ */
528
882
  export interface MsgWithdrawProposal {
529
- /** proposal is the unique ID of the proposal. */
883
+ /**
884
+ * proposal is the unique ID of the proposal.
885
+ */
530
886
  proposalId: bigint;
531
- /** address is the admin of the group policy or one of the proposer of the proposal. */
887
+ /**
888
+ * address is the admin of the group policy or one of the proposer of the proposal.
889
+ */
532
890
  address: string;
533
891
  }
534
892
  export interface MsgWithdrawProposalProtoMsg {
535
893
  typeUrl: "/cosmos.group.v1.MsgWithdrawProposal";
536
894
  value: Uint8Array;
537
895
  }
538
- /** MsgWithdrawProposal is the Msg/WithdrawProposal request type. */
896
+ /**
897
+ * MsgWithdrawProposal is the Msg/WithdrawProposal request type.
898
+ * @name MsgWithdrawProposalAmino
899
+ * @package cosmos.group.v1
900
+ * @see proto type: cosmos.group.v1.MsgWithdrawProposal
901
+ */
539
902
  export interface MsgWithdrawProposalAmino {
540
- /** proposal is the unique ID of the proposal. */
903
+ /**
904
+ * proposal is the unique ID of the proposal.
905
+ */
541
906
  proposal_id?: string;
542
- /** address is the admin of the group policy or one of the proposer of the proposal. */
907
+ /**
908
+ * address is the admin of the group policy or one of the proposer of the proposal.
909
+ */
543
910
  address?: string;
544
911
  }
545
912
  export interface MsgWithdrawProposalAminoMsg {
546
913
  type: "cosmos-sdk/group/MsgWithdrawProposal";
547
914
  value: MsgWithdrawProposalAmino;
548
915
  }
549
- /** MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type. */
916
+ /**
917
+ * MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type.
918
+ * @name MsgWithdrawProposalResponse
919
+ * @package cosmos.group.v1
920
+ * @see proto type: cosmos.group.v1.MsgWithdrawProposalResponse
921
+ */
550
922
  export interface MsgWithdrawProposalResponse {
551
923
  }
552
924
  export interface MsgWithdrawProposalResponseProtoMsg {
553
925
  typeUrl: "/cosmos.group.v1.MsgWithdrawProposalResponse";
554
926
  value: Uint8Array;
555
927
  }
556
- /** MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type. */
928
+ /**
929
+ * MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type.
930
+ * @name MsgWithdrawProposalResponseAmino
931
+ * @package cosmos.group.v1
932
+ * @see proto type: cosmos.group.v1.MsgWithdrawProposalResponse
933
+ */
557
934
  export interface MsgWithdrawProposalResponseAmino {
558
935
  }
559
936
  export interface MsgWithdrawProposalResponseAminoMsg {
560
937
  type: "cosmos-sdk/MsgWithdrawProposalResponse";
561
938
  value: MsgWithdrawProposalResponseAmino;
562
939
  }
563
- /** MsgVote is the Msg/Vote request type. */
940
+ /**
941
+ * MsgVote is the Msg/Vote request type.
942
+ * @name MsgVote
943
+ * @package cosmos.group.v1
944
+ * @see proto type: cosmos.group.v1.MsgVote
945
+ */
564
946
  export interface MsgVote {
565
- /** proposal is the unique ID of the proposal. */
947
+ /**
948
+ * proposal is the unique ID of the proposal.
949
+ */
566
950
  proposalId: bigint;
567
- /** voter is the voter account address. */
951
+ /**
952
+ * voter is the voter account address.
953
+ */
568
954
  voter: string;
569
- /** option is the voter's choice on the proposal. */
955
+ /**
956
+ * option is the voter's choice on the proposal.
957
+ */
570
958
  option: VoteOption;
571
- /** metadata is any arbitrary metadata attached to the vote. */
959
+ /**
960
+ * metadata is any arbitrary metadata attached to the vote.
961
+ */
572
962
  metadata: string;
573
963
  /**
574
964
  * exec defines whether the proposal should be executed
@@ -580,15 +970,28 @@ export interface MsgVoteProtoMsg {
580
970
  typeUrl: "/cosmos.group.v1.MsgVote";
581
971
  value: Uint8Array;
582
972
  }
583
- /** MsgVote is the Msg/Vote request type. */
973
+ /**
974
+ * MsgVote is the Msg/Vote request type.
975
+ * @name MsgVoteAmino
976
+ * @package cosmos.group.v1
977
+ * @see proto type: cosmos.group.v1.MsgVote
978
+ */
584
979
  export interface MsgVoteAmino {
585
- /** proposal is the unique ID of the proposal. */
980
+ /**
981
+ * proposal is the unique ID of the proposal.
982
+ */
586
983
  proposal_id?: string;
587
- /** voter is the voter account address. */
984
+ /**
985
+ * voter is the voter account address.
986
+ */
588
987
  voter?: string;
589
- /** option is the voter's choice on the proposal. */
988
+ /**
989
+ * option is the voter's choice on the proposal.
990
+ */
590
991
  option?: VoteOption;
591
- /** metadata is any arbitrary metadata attached to the vote. */
992
+ /**
993
+ * metadata is any arbitrary metadata attached to the vote.
994
+ */
592
995
  metadata?: string;
593
996
  /**
594
997
  * exec defines whether the proposal should be executed
@@ -600,96 +1003,172 @@ export interface MsgVoteAminoMsg {
600
1003
  type: "cosmos-sdk/group/MsgVote";
601
1004
  value: MsgVoteAmino;
602
1005
  }
603
- /** MsgVoteResponse is the Msg/Vote response type. */
1006
+ /**
1007
+ * MsgVoteResponse is the Msg/Vote response type.
1008
+ * @name MsgVoteResponse
1009
+ * @package cosmos.group.v1
1010
+ * @see proto type: cosmos.group.v1.MsgVoteResponse
1011
+ */
604
1012
  export interface MsgVoteResponse {
605
1013
  }
606
1014
  export interface MsgVoteResponseProtoMsg {
607
1015
  typeUrl: "/cosmos.group.v1.MsgVoteResponse";
608
1016
  value: Uint8Array;
609
1017
  }
610
- /** MsgVoteResponse is the Msg/Vote response type. */
1018
+ /**
1019
+ * MsgVoteResponse is the Msg/Vote response type.
1020
+ * @name MsgVoteResponseAmino
1021
+ * @package cosmos.group.v1
1022
+ * @see proto type: cosmos.group.v1.MsgVoteResponse
1023
+ */
611
1024
  export interface MsgVoteResponseAmino {
612
1025
  }
613
1026
  export interface MsgVoteResponseAminoMsg {
614
1027
  type: "cosmos-sdk/MsgVoteResponse";
615
1028
  value: MsgVoteResponseAmino;
616
1029
  }
617
- /** MsgExec is the Msg/Exec request type. */
1030
+ /**
1031
+ * MsgExec is the Msg/Exec request type.
1032
+ * @name MsgExec
1033
+ * @package cosmos.group.v1
1034
+ * @see proto type: cosmos.group.v1.MsgExec
1035
+ */
618
1036
  export interface MsgExec {
619
- /** proposal is the unique ID of the proposal. */
1037
+ /**
1038
+ * proposal is the unique ID of the proposal.
1039
+ */
620
1040
  proposalId: bigint;
621
- /** executor is the account address used to execute the proposal. */
1041
+ /**
1042
+ * executor is the account address used to execute the proposal.
1043
+ */
622
1044
  executor: string;
623
1045
  }
624
1046
  export interface MsgExecProtoMsg {
625
1047
  typeUrl: "/cosmos.group.v1.MsgExec";
626
1048
  value: Uint8Array;
627
1049
  }
628
- /** MsgExec is the Msg/Exec request type. */
1050
+ /**
1051
+ * MsgExec is the Msg/Exec request type.
1052
+ * @name MsgExecAmino
1053
+ * @package cosmos.group.v1
1054
+ * @see proto type: cosmos.group.v1.MsgExec
1055
+ */
629
1056
  export interface MsgExecAmino {
630
- /** proposal is the unique ID of the proposal. */
1057
+ /**
1058
+ * proposal is the unique ID of the proposal.
1059
+ */
631
1060
  proposal_id?: string;
632
- /** executor is the account address used to execute the proposal. */
1061
+ /**
1062
+ * executor is the account address used to execute the proposal.
1063
+ */
633
1064
  executor?: string;
634
1065
  }
635
1066
  export interface MsgExecAminoMsg {
636
1067
  type: "cosmos-sdk/group/MsgExec";
637
1068
  value: MsgExecAmino;
638
1069
  }
639
- /** MsgExecResponse is the Msg/Exec request type. */
1070
+ /**
1071
+ * MsgExecResponse is the Msg/Exec request type.
1072
+ * @name MsgExecResponse
1073
+ * @package cosmos.group.v1
1074
+ * @see proto type: cosmos.group.v1.MsgExecResponse
1075
+ */
640
1076
  export interface MsgExecResponse {
641
- /** result is the final result of the proposal execution. */
1077
+ /**
1078
+ * result is the final result of the proposal execution.
1079
+ */
642
1080
  result: ProposalExecutorResult;
643
1081
  }
644
1082
  export interface MsgExecResponseProtoMsg {
645
1083
  typeUrl: "/cosmos.group.v1.MsgExecResponse";
646
1084
  value: Uint8Array;
647
1085
  }
648
- /** MsgExecResponse is the Msg/Exec request type. */
1086
+ /**
1087
+ * MsgExecResponse is the Msg/Exec request type.
1088
+ * @name MsgExecResponseAmino
1089
+ * @package cosmos.group.v1
1090
+ * @see proto type: cosmos.group.v1.MsgExecResponse
1091
+ */
649
1092
  export interface MsgExecResponseAmino {
650
- /** result is the final result of the proposal execution. */
1093
+ /**
1094
+ * result is the final result of the proposal execution.
1095
+ */
651
1096
  result?: ProposalExecutorResult;
652
1097
  }
653
1098
  export interface MsgExecResponseAminoMsg {
654
1099
  type: "cosmos-sdk/MsgExecResponse";
655
1100
  value: MsgExecResponseAmino;
656
1101
  }
657
- /** MsgLeaveGroup is the Msg/LeaveGroup request type. */
1102
+ /**
1103
+ * MsgLeaveGroup is the Msg/LeaveGroup request type.
1104
+ * @name MsgLeaveGroup
1105
+ * @package cosmos.group.v1
1106
+ * @see proto type: cosmos.group.v1.MsgLeaveGroup
1107
+ */
658
1108
  export interface MsgLeaveGroup {
659
- /** address is the account address of the group member. */
1109
+ /**
1110
+ * address is the account address of the group member.
1111
+ */
660
1112
  address: string;
661
- /** group_id is the unique ID of the group. */
1113
+ /**
1114
+ * group_id is the unique ID of the group.
1115
+ */
662
1116
  groupId: bigint;
663
1117
  }
664
1118
  export interface MsgLeaveGroupProtoMsg {
665
1119
  typeUrl: "/cosmos.group.v1.MsgLeaveGroup";
666
1120
  value: Uint8Array;
667
1121
  }
668
- /** MsgLeaveGroup is the Msg/LeaveGroup request type. */
1122
+ /**
1123
+ * MsgLeaveGroup is the Msg/LeaveGroup request type.
1124
+ * @name MsgLeaveGroupAmino
1125
+ * @package cosmos.group.v1
1126
+ * @see proto type: cosmos.group.v1.MsgLeaveGroup
1127
+ */
669
1128
  export interface MsgLeaveGroupAmino {
670
- /** address is the account address of the group member. */
1129
+ /**
1130
+ * address is the account address of the group member.
1131
+ */
671
1132
  address?: string;
672
- /** group_id is the unique ID of the group. */
1133
+ /**
1134
+ * group_id is the unique ID of the group.
1135
+ */
673
1136
  group_id?: string;
674
1137
  }
675
1138
  export interface MsgLeaveGroupAminoMsg {
676
1139
  type: "cosmos-sdk/group/MsgLeaveGroup";
677
1140
  value: MsgLeaveGroupAmino;
678
1141
  }
679
- /** MsgLeaveGroupResponse is the Msg/LeaveGroup response type. */
1142
+ /**
1143
+ * MsgLeaveGroupResponse is the Msg/LeaveGroup response type.
1144
+ * @name MsgLeaveGroupResponse
1145
+ * @package cosmos.group.v1
1146
+ * @see proto type: cosmos.group.v1.MsgLeaveGroupResponse
1147
+ */
680
1148
  export interface MsgLeaveGroupResponse {
681
1149
  }
682
1150
  export interface MsgLeaveGroupResponseProtoMsg {
683
1151
  typeUrl: "/cosmos.group.v1.MsgLeaveGroupResponse";
684
1152
  value: Uint8Array;
685
1153
  }
686
- /** MsgLeaveGroupResponse is the Msg/LeaveGroup response type. */
1154
+ /**
1155
+ * MsgLeaveGroupResponse is the Msg/LeaveGroup response type.
1156
+ * @name MsgLeaveGroupResponseAmino
1157
+ * @package cosmos.group.v1
1158
+ * @see proto type: cosmos.group.v1.MsgLeaveGroupResponse
1159
+ */
687
1160
  export interface MsgLeaveGroupResponseAmino {
688
1161
  }
689
1162
  export interface MsgLeaveGroupResponseAminoMsg {
690
1163
  type: "cosmos-sdk/MsgLeaveGroupResponse";
691
1164
  value: MsgLeaveGroupResponseAmino;
692
1165
  }
1166
+ /**
1167
+ * MsgCreateGroup is the Msg/CreateGroup request type.
1168
+ * @name MsgCreateGroup
1169
+ * @package cosmos.group.v1
1170
+ * @see proto type: cosmos.group.v1.MsgCreateGroup
1171
+ */
693
1172
  export declare const MsgCreateGroup: {
694
1173
  typeUrl: string;
695
1174
  aminoType: string;
@@ -704,6 +1183,12 @@ export declare const MsgCreateGroup: {
704
1183
  toProto(message: MsgCreateGroup): Uint8Array;
705
1184
  toProtoMsg(message: MsgCreateGroup): MsgCreateGroupProtoMsg;
706
1185
  };
1186
+ /**
1187
+ * MsgCreateGroupResponse is the Msg/CreateGroup response type.
1188
+ * @name MsgCreateGroupResponse
1189
+ * @package cosmos.group.v1
1190
+ * @see proto type: cosmos.group.v1.MsgCreateGroupResponse
1191
+ */
707
1192
  export declare const MsgCreateGroupResponse: {
708
1193
  typeUrl: string;
709
1194
  aminoType: string;
@@ -718,6 +1203,12 @@ export declare const MsgCreateGroupResponse: {
718
1203
  toProto(message: MsgCreateGroupResponse): Uint8Array;
719
1204
  toProtoMsg(message: MsgCreateGroupResponse): MsgCreateGroupResponseProtoMsg;
720
1205
  };
1206
+ /**
1207
+ * MsgUpdateGroupMembers is the Msg/UpdateGroupMembers request type.
1208
+ * @name MsgUpdateGroupMembers
1209
+ * @package cosmos.group.v1
1210
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMembers
1211
+ */
721
1212
  export declare const MsgUpdateGroupMembers: {
722
1213
  typeUrl: string;
723
1214
  aminoType: string;
@@ -732,6 +1223,12 @@ export declare const MsgUpdateGroupMembers: {
732
1223
  toProto(message: MsgUpdateGroupMembers): Uint8Array;
733
1224
  toProtoMsg(message: MsgUpdateGroupMembers): MsgUpdateGroupMembersProtoMsg;
734
1225
  };
1226
+ /**
1227
+ * MsgUpdateGroupMembersResponse is the Msg/UpdateGroupMembers response type.
1228
+ * @name MsgUpdateGroupMembersResponse
1229
+ * @package cosmos.group.v1
1230
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMembersResponse
1231
+ */
735
1232
  export declare const MsgUpdateGroupMembersResponse: {
736
1233
  typeUrl: string;
737
1234
  aminoType: string;
@@ -746,6 +1243,12 @@ export declare const MsgUpdateGroupMembersResponse: {
746
1243
  toProto(message: MsgUpdateGroupMembersResponse): Uint8Array;
747
1244
  toProtoMsg(message: MsgUpdateGroupMembersResponse): MsgUpdateGroupMembersResponseProtoMsg;
748
1245
  };
1246
+ /**
1247
+ * MsgUpdateGroupAdmin is the Msg/UpdateGroupAdmin request type.
1248
+ * @name MsgUpdateGroupAdmin
1249
+ * @package cosmos.group.v1
1250
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupAdmin
1251
+ */
749
1252
  export declare const MsgUpdateGroupAdmin: {
750
1253
  typeUrl: string;
751
1254
  aminoType: string;
@@ -760,6 +1263,12 @@ export declare const MsgUpdateGroupAdmin: {
760
1263
  toProto(message: MsgUpdateGroupAdmin): Uint8Array;
761
1264
  toProtoMsg(message: MsgUpdateGroupAdmin): MsgUpdateGroupAdminProtoMsg;
762
1265
  };
1266
+ /**
1267
+ * MsgUpdateGroupAdminResponse is the Msg/UpdateGroupAdmin response type.
1268
+ * @name MsgUpdateGroupAdminResponse
1269
+ * @package cosmos.group.v1
1270
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupAdminResponse
1271
+ */
763
1272
  export declare const MsgUpdateGroupAdminResponse: {
764
1273
  typeUrl: string;
765
1274
  aminoType: string;
@@ -774,6 +1283,12 @@ export declare const MsgUpdateGroupAdminResponse: {
774
1283
  toProto(message: MsgUpdateGroupAdminResponse): Uint8Array;
775
1284
  toProtoMsg(message: MsgUpdateGroupAdminResponse): MsgUpdateGroupAdminResponseProtoMsg;
776
1285
  };
1286
+ /**
1287
+ * MsgUpdateGroupMetadata is the Msg/UpdateGroupMetadata request type.
1288
+ * @name MsgUpdateGroupMetadata
1289
+ * @package cosmos.group.v1
1290
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMetadata
1291
+ */
777
1292
  export declare const MsgUpdateGroupMetadata: {
778
1293
  typeUrl: string;
779
1294
  aminoType: string;
@@ -788,6 +1303,12 @@ export declare const MsgUpdateGroupMetadata: {
788
1303
  toProto(message: MsgUpdateGroupMetadata): Uint8Array;
789
1304
  toProtoMsg(message: MsgUpdateGroupMetadata): MsgUpdateGroupMetadataProtoMsg;
790
1305
  };
1306
+ /**
1307
+ * MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type.
1308
+ * @name MsgUpdateGroupMetadataResponse
1309
+ * @package cosmos.group.v1
1310
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupMetadataResponse
1311
+ */
791
1312
  export declare const MsgUpdateGroupMetadataResponse: {
792
1313
  typeUrl: string;
793
1314
  aminoType: string;
@@ -802,6 +1323,12 @@ export declare const MsgUpdateGroupMetadataResponse: {
802
1323
  toProto(message: MsgUpdateGroupMetadataResponse): Uint8Array;
803
1324
  toProtoMsg(message: MsgUpdateGroupMetadataResponse): MsgUpdateGroupMetadataResponseProtoMsg;
804
1325
  };
1326
+ /**
1327
+ * MsgCreateGroupPolicy is the Msg/CreateGroupPolicy request type.
1328
+ * @name MsgCreateGroupPolicy
1329
+ * @package cosmos.group.v1
1330
+ * @see proto type: cosmos.group.v1.MsgCreateGroupPolicy
1331
+ */
805
1332
  export declare const MsgCreateGroupPolicy: {
806
1333
  typeUrl: string;
807
1334
  aminoType: string;
@@ -816,6 +1343,12 @@ export declare const MsgCreateGroupPolicy: {
816
1343
  toProto(message: MsgCreateGroupPolicy): Uint8Array;
817
1344
  toProtoMsg(message: MsgCreateGroupPolicy): MsgCreateGroupPolicyProtoMsg;
818
1345
  };
1346
+ /**
1347
+ * MsgCreateGroupPolicyResponse is the Msg/CreateGroupPolicy response type.
1348
+ * @name MsgCreateGroupPolicyResponse
1349
+ * @package cosmos.group.v1
1350
+ * @see proto type: cosmos.group.v1.MsgCreateGroupPolicyResponse
1351
+ */
819
1352
  export declare const MsgCreateGroupPolicyResponse: {
820
1353
  typeUrl: string;
821
1354
  aminoType: string;
@@ -830,6 +1363,12 @@ export declare const MsgCreateGroupPolicyResponse: {
830
1363
  toProto(message: MsgCreateGroupPolicyResponse): Uint8Array;
831
1364
  toProtoMsg(message: MsgCreateGroupPolicyResponse): MsgCreateGroupPolicyResponseProtoMsg;
832
1365
  };
1366
+ /**
1367
+ * MsgUpdateGroupPolicyAdmin is the Msg/UpdateGroupPolicyAdmin request type.
1368
+ * @name MsgUpdateGroupPolicyAdmin
1369
+ * @package cosmos.group.v1
1370
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyAdmin
1371
+ */
833
1372
  export declare const MsgUpdateGroupPolicyAdmin: {
834
1373
  typeUrl: string;
835
1374
  aminoType: string;
@@ -844,6 +1383,12 @@ export declare const MsgUpdateGroupPolicyAdmin: {
844
1383
  toProto(message: MsgUpdateGroupPolicyAdmin): Uint8Array;
845
1384
  toProtoMsg(message: MsgUpdateGroupPolicyAdmin): MsgUpdateGroupPolicyAdminProtoMsg;
846
1385
  };
1386
+ /**
1387
+ * MsgUpdateGroupPolicyAdminResponse is the Msg/UpdateGroupPolicyAdmin response type.
1388
+ * @name MsgUpdateGroupPolicyAdminResponse
1389
+ * @package cosmos.group.v1
1390
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyAdminResponse
1391
+ */
847
1392
  export declare const MsgUpdateGroupPolicyAdminResponse: {
848
1393
  typeUrl: string;
849
1394
  aminoType: string;
@@ -858,6 +1403,12 @@ export declare const MsgUpdateGroupPolicyAdminResponse: {
858
1403
  toProto(message: MsgUpdateGroupPolicyAdminResponse): Uint8Array;
859
1404
  toProtoMsg(message: MsgUpdateGroupPolicyAdminResponse): MsgUpdateGroupPolicyAdminResponseProtoMsg;
860
1405
  };
1406
+ /**
1407
+ * MsgCreateGroupWithPolicy is the Msg/CreateGroupWithPolicy request type.
1408
+ * @name MsgCreateGroupWithPolicy
1409
+ * @package cosmos.group.v1
1410
+ * @see proto type: cosmos.group.v1.MsgCreateGroupWithPolicy
1411
+ */
861
1412
  export declare const MsgCreateGroupWithPolicy: {
862
1413
  typeUrl: string;
863
1414
  aminoType: string;
@@ -872,6 +1423,12 @@ export declare const MsgCreateGroupWithPolicy: {
872
1423
  toProto(message: MsgCreateGroupWithPolicy): Uint8Array;
873
1424
  toProtoMsg(message: MsgCreateGroupWithPolicy): MsgCreateGroupWithPolicyProtoMsg;
874
1425
  };
1426
+ /**
1427
+ * MsgCreateGroupWithPolicyResponse is the Msg/CreateGroupWithPolicy response type.
1428
+ * @name MsgCreateGroupWithPolicyResponse
1429
+ * @package cosmos.group.v1
1430
+ * @see proto type: cosmos.group.v1.MsgCreateGroupWithPolicyResponse
1431
+ */
875
1432
  export declare const MsgCreateGroupWithPolicyResponse: {
876
1433
  typeUrl: string;
877
1434
  aminoType: string;
@@ -886,6 +1443,12 @@ export declare const MsgCreateGroupWithPolicyResponse: {
886
1443
  toProto(message: MsgCreateGroupWithPolicyResponse): Uint8Array;
887
1444
  toProtoMsg(message: MsgCreateGroupWithPolicyResponse): MsgCreateGroupWithPolicyResponseProtoMsg;
888
1445
  };
1446
+ /**
1447
+ * MsgUpdateGroupPolicyDecisionPolicy is the Msg/UpdateGroupPolicyDecisionPolicy request type.
1448
+ * @name MsgUpdateGroupPolicyDecisionPolicy
1449
+ * @package cosmos.group.v1
1450
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicy
1451
+ */
889
1452
  export declare const MsgUpdateGroupPolicyDecisionPolicy: {
890
1453
  typeUrl: string;
891
1454
  aminoType: string;
@@ -900,6 +1463,12 @@ export declare const MsgUpdateGroupPolicyDecisionPolicy: {
900
1463
  toProto(message: MsgUpdateGroupPolicyDecisionPolicy): Uint8Array;
901
1464
  toProtoMsg(message: MsgUpdateGroupPolicyDecisionPolicy): MsgUpdateGroupPolicyDecisionPolicyProtoMsg;
902
1465
  };
1466
+ /**
1467
+ * MsgUpdateGroupPolicyDecisionPolicyResponse is the Msg/UpdateGroupPolicyDecisionPolicy response type.
1468
+ * @name MsgUpdateGroupPolicyDecisionPolicyResponse
1469
+ * @package cosmos.group.v1
1470
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyDecisionPolicyResponse
1471
+ */
903
1472
  export declare const MsgUpdateGroupPolicyDecisionPolicyResponse: {
904
1473
  typeUrl: string;
905
1474
  aminoType: string;
@@ -914,6 +1483,12 @@ export declare const MsgUpdateGroupPolicyDecisionPolicyResponse: {
914
1483
  toProto(message: MsgUpdateGroupPolicyDecisionPolicyResponse): Uint8Array;
915
1484
  toProtoMsg(message: MsgUpdateGroupPolicyDecisionPolicyResponse): MsgUpdateGroupPolicyDecisionPolicyResponseProtoMsg;
916
1485
  };
1486
+ /**
1487
+ * MsgUpdateGroupPolicyMetadata is the Msg/UpdateGroupPolicyMetadata request type.
1488
+ * @name MsgUpdateGroupPolicyMetadata
1489
+ * @package cosmos.group.v1
1490
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyMetadata
1491
+ */
917
1492
  export declare const MsgUpdateGroupPolicyMetadata: {
918
1493
  typeUrl: string;
919
1494
  aminoType: string;
@@ -928,6 +1503,12 @@ export declare const MsgUpdateGroupPolicyMetadata: {
928
1503
  toProto(message: MsgUpdateGroupPolicyMetadata): Uint8Array;
929
1504
  toProtoMsg(message: MsgUpdateGroupPolicyMetadata): MsgUpdateGroupPolicyMetadataProtoMsg;
930
1505
  };
1506
+ /**
1507
+ * MsgUpdateGroupPolicyMetadataResponse is the Msg/UpdateGroupPolicyMetadata response type.
1508
+ * @name MsgUpdateGroupPolicyMetadataResponse
1509
+ * @package cosmos.group.v1
1510
+ * @see proto type: cosmos.group.v1.MsgUpdateGroupPolicyMetadataResponse
1511
+ */
931
1512
  export declare const MsgUpdateGroupPolicyMetadataResponse: {
932
1513
  typeUrl: string;
933
1514
  aminoType: string;
@@ -942,6 +1523,12 @@ export declare const MsgUpdateGroupPolicyMetadataResponse: {
942
1523
  toProto(message: MsgUpdateGroupPolicyMetadataResponse): Uint8Array;
943
1524
  toProtoMsg(message: MsgUpdateGroupPolicyMetadataResponse): MsgUpdateGroupPolicyMetadataResponseProtoMsg;
944
1525
  };
1526
+ /**
1527
+ * MsgSubmitProposal is the Msg/SubmitProposal request type.
1528
+ * @name MsgSubmitProposal
1529
+ * @package cosmos.group.v1
1530
+ * @see proto type: cosmos.group.v1.MsgSubmitProposal
1531
+ */
945
1532
  export declare const MsgSubmitProposal: {
946
1533
  typeUrl: string;
947
1534
  aminoType: string;
@@ -956,6 +1543,12 @@ export declare const MsgSubmitProposal: {
956
1543
  toProto(message: MsgSubmitProposal): Uint8Array;
957
1544
  toProtoMsg(message: MsgSubmitProposal): MsgSubmitProposalProtoMsg;
958
1545
  };
1546
+ /**
1547
+ * MsgSubmitProposalResponse is the Msg/SubmitProposal response type.
1548
+ * @name MsgSubmitProposalResponse
1549
+ * @package cosmos.group.v1
1550
+ * @see proto type: cosmos.group.v1.MsgSubmitProposalResponse
1551
+ */
959
1552
  export declare const MsgSubmitProposalResponse: {
960
1553
  typeUrl: string;
961
1554
  aminoType: string;
@@ -970,6 +1563,12 @@ export declare const MsgSubmitProposalResponse: {
970
1563
  toProto(message: MsgSubmitProposalResponse): Uint8Array;
971
1564
  toProtoMsg(message: MsgSubmitProposalResponse): MsgSubmitProposalResponseProtoMsg;
972
1565
  };
1566
+ /**
1567
+ * MsgWithdrawProposal is the Msg/WithdrawProposal request type.
1568
+ * @name MsgWithdrawProposal
1569
+ * @package cosmos.group.v1
1570
+ * @see proto type: cosmos.group.v1.MsgWithdrawProposal
1571
+ */
973
1572
  export declare const MsgWithdrawProposal: {
974
1573
  typeUrl: string;
975
1574
  aminoType: string;
@@ -984,6 +1583,12 @@ export declare const MsgWithdrawProposal: {
984
1583
  toProto(message: MsgWithdrawProposal): Uint8Array;
985
1584
  toProtoMsg(message: MsgWithdrawProposal): MsgWithdrawProposalProtoMsg;
986
1585
  };
1586
+ /**
1587
+ * MsgWithdrawProposalResponse is the Msg/WithdrawProposal response type.
1588
+ * @name MsgWithdrawProposalResponse
1589
+ * @package cosmos.group.v1
1590
+ * @see proto type: cosmos.group.v1.MsgWithdrawProposalResponse
1591
+ */
987
1592
  export declare const MsgWithdrawProposalResponse: {
988
1593
  typeUrl: string;
989
1594
  aminoType: string;
@@ -998,6 +1603,12 @@ export declare const MsgWithdrawProposalResponse: {
998
1603
  toProto(message: MsgWithdrawProposalResponse): Uint8Array;
999
1604
  toProtoMsg(message: MsgWithdrawProposalResponse): MsgWithdrawProposalResponseProtoMsg;
1000
1605
  };
1606
+ /**
1607
+ * MsgVote is the Msg/Vote request type.
1608
+ * @name MsgVote
1609
+ * @package cosmos.group.v1
1610
+ * @see proto type: cosmos.group.v1.MsgVote
1611
+ */
1001
1612
  export declare const MsgVote: {
1002
1613
  typeUrl: string;
1003
1614
  aminoType: string;
@@ -1012,6 +1623,12 @@ export declare const MsgVote: {
1012
1623
  toProto(message: MsgVote): Uint8Array;
1013
1624
  toProtoMsg(message: MsgVote): MsgVoteProtoMsg;
1014
1625
  };
1626
+ /**
1627
+ * MsgVoteResponse is the Msg/Vote response type.
1628
+ * @name MsgVoteResponse
1629
+ * @package cosmos.group.v1
1630
+ * @see proto type: cosmos.group.v1.MsgVoteResponse
1631
+ */
1015
1632
  export declare const MsgVoteResponse: {
1016
1633
  typeUrl: string;
1017
1634
  aminoType: string;
@@ -1026,6 +1643,12 @@ export declare const MsgVoteResponse: {
1026
1643
  toProto(message: MsgVoteResponse): Uint8Array;
1027
1644
  toProtoMsg(message: MsgVoteResponse): MsgVoteResponseProtoMsg;
1028
1645
  };
1646
+ /**
1647
+ * MsgExec is the Msg/Exec request type.
1648
+ * @name MsgExec
1649
+ * @package cosmos.group.v1
1650
+ * @see proto type: cosmos.group.v1.MsgExec
1651
+ */
1029
1652
  export declare const MsgExec: {
1030
1653
  typeUrl: string;
1031
1654
  aminoType: string;
@@ -1040,6 +1663,12 @@ export declare const MsgExec: {
1040
1663
  toProto(message: MsgExec): Uint8Array;
1041
1664
  toProtoMsg(message: MsgExec): MsgExecProtoMsg;
1042
1665
  };
1666
+ /**
1667
+ * MsgExecResponse is the Msg/Exec request type.
1668
+ * @name MsgExecResponse
1669
+ * @package cosmos.group.v1
1670
+ * @see proto type: cosmos.group.v1.MsgExecResponse
1671
+ */
1043
1672
  export declare const MsgExecResponse: {
1044
1673
  typeUrl: string;
1045
1674
  aminoType: string;
@@ -1054,6 +1683,12 @@ export declare const MsgExecResponse: {
1054
1683
  toProto(message: MsgExecResponse): Uint8Array;
1055
1684
  toProtoMsg(message: MsgExecResponse): MsgExecResponseProtoMsg;
1056
1685
  };
1686
+ /**
1687
+ * MsgLeaveGroup is the Msg/LeaveGroup request type.
1688
+ * @name MsgLeaveGroup
1689
+ * @package cosmos.group.v1
1690
+ * @see proto type: cosmos.group.v1.MsgLeaveGroup
1691
+ */
1057
1692
  export declare const MsgLeaveGroup: {
1058
1693
  typeUrl: string;
1059
1694
  aminoType: string;
@@ -1068,6 +1703,12 @@ export declare const MsgLeaveGroup: {
1068
1703
  toProto(message: MsgLeaveGroup): Uint8Array;
1069
1704
  toProtoMsg(message: MsgLeaveGroup): MsgLeaveGroupProtoMsg;
1070
1705
  };
1706
+ /**
1707
+ * MsgLeaveGroupResponse is the Msg/LeaveGroup response type.
1708
+ * @name MsgLeaveGroupResponse
1709
+ * @package cosmos.group.v1
1710
+ * @see proto type: cosmos.group.v1.MsgLeaveGroupResponse
1711
+ */
1071
1712
  export declare const MsgLeaveGroupResponse: {
1072
1713
  typeUrl: string;
1073
1714
  aminoType: string;