@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.5

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 (817) hide show
  1. package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -20
  2. package/cosmos/app/runtime/v1alpha1/module.js +2 -0
  3. package/cosmos/app/v1alpha1/module.d.ts +3 -18
  4. package/cosmos/app/v1alpha1/module.js +3 -0
  5. package/cosmos/auth/module/v1/module.d.ts +2 -11
  6. package/cosmos/auth/module/v1/module.js +2 -0
  7. package/cosmos/auth/v1beta1/auth.d.ts +5 -39
  8. package/cosmos/auth/v1beta1/auth.js +4 -2
  9. package/cosmos/auth/v1beta1/genesis.d.ts +3 -7
  10. package/cosmos/auth/v1beta1/genesis.js +1 -0
  11. package/cosmos/auth/v1beta1/query.d.ts +23 -139
  12. package/cosmos/auth/v1beta1/query.js +20 -0
  13. package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
  14. package/cosmos/auth/v1beta1/query.lcd.js +21 -31
  15. package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +10 -10
  16. package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
  17. package/cosmos/auth/v1beta1/tx.d.ts +3 -18
  18. package/cosmos/auth/v1beta1/tx.js +2 -0
  19. package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -1
  20. package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
  21. package/cosmos/authz/module/v1/module.d.ts +1 -3
  22. package/cosmos/authz/module/v1/module.js +1 -0
  23. package/cosmos/authz/v1beta1/authz.d.ts +8 -35
  24. package/cosmos/authz/v1beta1/authz.js +4 -1
  25. package/cosmos/authz/v1beta1/event.d.ts +2 -12
  26. package/cosmos/authz/v1beta1/event.js +2 -0
  27. package/cosmos/authz/v1beta1/genesis.d.ts +2 -5
  28. package/cosmos/authz/v1beta1/genesis.js +1 -0
  29. package/cosmos/authz/v1beta1/query.d.ts +8 -34
  30. package/cosmos/authz/v1beta1/query.js +6 -0
  31. package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
  32. package/cosmos/authz/v1beta1/query.lcd.js +6 -9
  33. package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +3 -3
  34. package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
  35. package/cosmos/authz/v1beta1/tx.d.ts +8 -39
  36. package/cosmos/authz/v1beta1/tx.js +6 -0
  37. package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +4 -3
  38. package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
  39. package/cosmos/bank/module/v1/module.d.ts +1 -6
  40. package/cosmos/bank/module/v1/module.js +1 -0
  41. package/cosmos/bank/v1beta1/authz.d.ts +2 -13
  42. package/cosmos/bank/v1beta1/authz.js +1 -1
  43. package/cosmos/bank/v1beta1/bank.d.ts +8 -59
  44. package/cosmos/bank/v1beta1/bank.js +7 -1
  45. package/cosmos/bank/v1beta1/genesis.d.ts +4 -18
  46. package/cosmos/bank/v1beta1/genesis.js +2 -0
  47. package/cosmos/bank/v1beta1/query.d.ts +30 -199
  48. package/cosmos/bank/v1beta1/query.js +27 -0
  49. package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
  50. package/cosmos/bank/v1beta1/query.lcd.js +28 -41
  51. package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +13 -13
  52. package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
  53. package/cosmos/bank/v1beta1/tx.d.ts +10 -57
  54. package/cosmos/bank/v1beta1/tx.js +8 -0
  55. package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +5 -4
  56. package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
  57. package/cosmos/base/abci/v1beta1/abci.d.ts +14 -101
  58. package/cosmos/base/abci/v1beta1/abci.js +11 -0
  59. package/cosmos/base/node/v1beta1/query.d.ts +4 -21
  60. package/cosmos/base/node/v1beta1/query.js +4 -0
  61. package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
  62. package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
  63. package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
  64. package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
  65. package/cosmos/base/query/v1beta1/pagination.d.ts +2 -29
  66. package/cosmos/base/query/v1beta1/pagination.js +2 -0
  67. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -128
  68. package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
  69. package/cosmos/base/v1beta1/coin.d.ts +4 -34
  70. package/cosmos/base/v1beta1/coin.js +5 -1
  71. package/cosmos/benchmark/module/v1/module.d.ts +2 -18
  72. package/cosmos/benchmark/module/v1/module.js +2 -0
  73. package/cosmos/benchmark/v1/benchmark.d.ts +1 -10
  74. package/cosmos/benchmark/v1/benchmark.js +1 -0
  75. package/cosmos/benchmark/v1/tx.d.ts +3 -11
  76. package/cosmos/benchmark/v1/tx.js +2 -0
  77. package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -1
  78. package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
  79. package/cosmos/bundle.d.ts +669 -17
  80. package/cosmos/circuit/module/v1/module.d.ts +1 -4
  81. package/cosmos/circuit/module/v1/module.js +1 -0
  82. package/cosmos/circuit/v1/query.d.ts +8 -26
  83. package/cosmos/circuit/v1/query.js +6 -0
  84. package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
  85. package/cosmos/circuit/v1/query.lcd.js +7 -10
  86. package/cosmos/circuit/v1/query.rpc.Query.d.ts +3 -3
  87. package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
  88. package/cosmos/circuit/v1/tx.d.ts +7 -29
  89. package/cosmos/circuit/v1/tx.js +6 -0
  90. package/cosmos/circuit/v1/tx.rpc.msg.d.ts +4 -3
  91. package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
  92. package/cosmos/circuit/v1/types.d.ts +3 -19
  93. package/cosmos/circuit/v1/types.js +4 -2
  94. package/cosmos/consensus/module/v1/module.d.ts +1 -4
  95. package/cosmos/consensus/module/v1/module.js +1 -0
  96. package/cosmos/consensus/v1/query.d.ts +3 -8
  97. package/cosmos/consensus/v1/query.js +2 -0
  98. package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
  99. package/cosmos/consensus/v1/query.lcd.js +2 -3
  100. package/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
  101. package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
  102. package/cosmos/consensus/v1/tx.d.ts +3 -15
  103. package/cosmos/consensus/v1/tx.js +2 -0
  104. package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -1
  105. package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
  106. package/cosmos/counter/module/v1/module.d.ts +1 -4
  107. package/cosmos/counter/module/v1/module.js +1 -0
  108. package/cosmos/counter/v1/query.d.ts +2 -7
  109. package/cosmos/counter/v1/query.js +2 -0
  110. package/cosmos/counter/v1/query.rpc.Query.d.ts +1 -1
  111. package/cosmos/counter/v1/query.rpc.Query.js +3 -3
  112. package/cosmos/counter/v1/tx.d.ts +2 -9
  113. package/cosmos/counter/v1/tx.js +2 -0
  114. package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -1
  115. package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
  116. package/cosmos/crisis/module/v1/module.d.ts +1 -5
  117. package/cosmos/crisis/module/v1/module.js +1 -0
  118. package/cosmos/crypto/ed25519/keys.d.ts +2 -17
  119. package/cosmos/crypto/ed25519/keys.js +2 -0
  120. package/cosmos/crypto/hd/v1/hd.d.ts +1 -8
  121. package/cosmos/crypto/hd/v1/hd.js +1 -0
  122. package/cosmos/crypto/keyring/v1/record.d.ts +7 -28
  123. package/cosmos/crypto/keyring/v1/record.js +5 -0
  124. package/cosmos/crypto/multisig/keys.d.ts +2 -10
  125. package/cosmos/crypto/multisig/keys.js +1 -0
  126. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -18
  127. package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
  128. package/cosmos/crypto/secp256k1/keys.d.ts +2 -14
  129. package/cosmos/crypto/secp256k1/keys.js +2 -0
  130. package/cosmos/crypto/secp256r1/keys.d.ts +2 -8
  131. package/cosmos/crypto/secp256r1/keys.js +2 -0
  132. package/cosmos/distribution/module/v1/module.d.ts +1 -5
  133. package/cosmos/distribution/module/v1/module.js +1 -0
  134. package/cosmos/distribution/v1beta1/distribution.d.ts +13 -122
  135. package/cosmos/distribution/v1beta1/distribution.js +13 -3
  136. package/cosmos/distribution/v1beta1/genesis.d.ts +10 -64
  137. package/cosmos/distribution/v1beta1/genesis.js +8 -0
  138. package/cosmos/distribution/v1beta1/query.d.ts +23 -137
  139. package/cosmos/distribution/v1beta1/query.js +20 -0
  140. package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
  141. package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
  142. package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +10 -10
  143. package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
  144. package/cosmos/distribution/v1beta1/tx.d.ts +16 -112
  145. package/cosmos/distribution/v1beta1/tx.js +14 -0
  146. package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +8 -7
  147. package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
  148. package/cosmos/epochs/module/v1/module.d.ts +1 -3
  149. package/cosmos/epochs/module/v1/module.js +1 -0
  150. package/cosmos/epochs/v1beta1/events.d.ts +2 -9
  151. package/cosmos/epochs/v1beta1/events.js +2 -0
  152. package/cosmos/epochs/v1beta1/genesis.d.ts +3 -18
  153. package/cosmos/epochs/v1beta1/genesis.js +2 -0
  154. package/cosmos/epochs/v1beta1/query.d.ts +5 -28
  155. package/cosmos/epochs/v1beta1/query.js +4 -0
  156. package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
  157. package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
  158. package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
  159. package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
  160. package/cosmos/evidence/module/v1/module.d.ts +1 -3
  161. package/cosmos/evidence/module/v1/module.js +1 -0
  162. package/cosmos/feegrant/module/v1/module.d.ts +1 -3
  163. package/cosmos/feegrant/module/v1/module.js +1 -0
  164. package/cosmos/feegrant/v1beta1/feegrant.d.ts +7 -39
  165. package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
  166. package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -5
  167. package/cosmos/feegrant/v1beta1/genesis.js +1 -0
  168. package/cosmos/feegrant/v1beta1/query.d.ts +8 -39
  169. package/cosmos/feegrant/v1beta1/query.js +6 -0
  170. package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
  171. package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
  172. package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +3 -3
  173. package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
  174. package/cosmos/feegrant/v1beta1/tx.d.ts +8 -37
  175. package/cosmos/feegrant/v1beta1/tx.js +6 -0
  176. package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +4 -3
  177. package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
  178. package/cosmos/genutil/module/v1/module.d.ts +1 -3
  179. package/cosmos/genutil/module/v1/module.js +1 -0
  180. package/cosmos/gov/module/v1/module.d.ts +1 -5
  181. package/cosmos/gov/module/v1/module.js +1 -0
  182. package/cosmos/gov/v1/genesis.d.ts +2 -16
  183. package/cosmos/gov/v1/genesis.js +1 -0
  184. package/cosmos/gov/v1/gov.d.ts +12 -95
  185. package/cosmos/gov/v1/gov.js +10 -3
  186. package/cosmos/gov/v1/query.d.ts +20 -92
  187. package/cosmos/gov/v1/query.js +18 -0
  188. package/cosmos/gov/v1/query.lcd.d.ts +10 -10
  189. package/cosmos/gov/v1/query.lcd.js +18 -27
  190. package/cosmos/gov/v1/query.rpc.Query.d.ts +9 -9
  191. package/cosmos/gov/v1/query.rpc.Query.js +27 -27
  192. package/cosmos/gov/v1/tx.d.ts +21 -101
  193. package/cosmos/gov/v1/tx.js +14 -0
  194. package/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -7
  195. package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
  196. package/cosmos/gov/v1beta1/genesis.d.ts +2 -11
  197. package/cosmos/gov/v1beta1/genesis.js +1 -0
  198. package/cosmos/gov/v1beta1/gov.d.ts +15 -81
  199. package/cosmos/gov/v1beta1/gov.js +11 -5
  200. package/cosmos/gov/v1beta1/query.d.ts +18 -81
  201. package/cosmos/gov/v1beta1/query.js +16 -0
  202. package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
  203. package/cosmos/gov/v1beta1/query.lcd.js +16 -24
  204. package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +8 -8
  205. package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
  206. package/cosmos/gov/v1beta1/tx.d.ts +14 -54
  207. package/cosmos/gov/v1beta1/tx.js +8 -0
  208. package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +5 -4
  209. package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
  210. package/cosmos/group/module/v1/module.d.ts +2 -6
  211. package/cosmos/group/module/v1/module.js +1 -0
  212. package/cosmos/group/v1/events.d.ts +12 -51
  213. package/cosmos/group/v1/events.js +11 -0
  214. package/cosmos/group/v1/genesis.d.ts +2 -12
  215. package/cosmos/group/v1/genesis.js +1 -0
  216. package/cosmos/group/v1/query.d.ts +30 -140
  217. package/cosmos/group/v1/query.js +28 -0
  218. package/cosmos/group/v1/query.lcd.d.ts +15 -15
  219. package/cosmos/group/v1/query.lcd.js +29 -43
  220. package/cosmos/group/v1/query.rpc.Query.d.ts +14 -14
  221. package/cosmos/group/v1/query.rpc.Query.js +49 -43
  222. package/cosmos/group/v1/tx.d.ts +30 -142
  223. package/cosmos/group/v1/tx.js +29 -2
  224. package/cosmos/group/v1/tx.rpc.msg.d.ts +15 -14
  225. package/cosmos/group/v1/tx.rpc.msg.js +47 -43
  226. package/cosmos/group/v1/types.d.ts +13 -119
  227. package/cosmos/group/v1/types.js +12 -6
  228. package/cosmos/ics23/v1/proofs.d.ts +13 -157
  229. package/cosmos/ics23/v1/proofs.js +14 -3
  230. package/cosmos/mint/module/v1/module.d.ts +1 -5
  231. package/cosmos/mint/module/v1/module.js +1 -0
  232. package/cosmos/mint/v1beta1/genesis.d.ts +2 -6
  233. package/cosmos/mint/v1beta1/genesis.js +1 -0
  234. package/cosmos/mint/v1beta1/mint.d.ts +2 -14
  235. package/cosmos/mint/v1beta1/mint.js +3 -1
  236. package/cosmos/mint/v1beta1/query.d.ts +7 -31
  237. package/cosmos/mint/v1beta1/query.js +6 -0
  238. package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
  239. package/cosmos/mint/v1beta1/query.lcd.js +6 -9
  240. package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +3 -3
  241. package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
  242. package/cosmos/mint/v1beta1/tx.d.ts +3 -18
  243. package/cosmos/mint/v1beta1/tx.js +2 -0
  244. package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -1
  245. package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
  246. package/cosmos/nft/module/v1/module.d.ts +1 -3
  247. package/cosmos/nft/module/v1/module.js +1 -0
  248. package/cosmos/orm/module/v1alpha1/module.d.ts +1 -7
  249. package/cosmos/orm/module/v1alpha1/module.js +1 -0
  250. package/cosmos/orm/query/v1alpha1/query.d.ts +10 -46
  251. package/cosmos/orm/query/v1alpha1/query.js +7 -0
  252. package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
  253. package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
  254. package/cosmos/params/module/v1/module.d.ts +1 -3
  255. package/cosmos/params/module/v1/module.js +1 -0
  256. package/cosmos/params/v1beta1/params.d.ts +2 -17
  257. package/cosmos/params/v1beta1/params.js +2 -1
  258. package/cosmos/params/v1beta1/query.d.ts +6 -37
  259. package/cosmos/params/v1beta1/query.js +5 -0
  260. package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
  261. package/cosmos/params/v1beta1/query.lcd.js +4 -6
  262. package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
  263. package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
  264. package/cosmos/protocolpool/module/v1/module.d.ts +1 -4
  265. package/cosmos/protocolpool/module/v1/module.js +1 -0
  266. package/cosmos/protocolpool/v1/genesis.d.ts +2 -6
  267. package/cosmos/protocolpool/v1/genesis.js +1 -0
  268. package/cosmos/protocolpool/v1/query.d.ts +10 -49
  269. package/cosmos/protocolpool/v1/query.js +8 -0
  270. package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
  271. package/cosmos/protocolpool/v1/query.lcd.js +8 -12
  272. package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +4 -4
  273. package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
  274. package/cosmos/protocolpool/v1/tx.d.ts +12 -67
  275. package/cosmos/protocolpool/v1/tx.js +11 -1
  276. package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +6 -5
  277. package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
  278. package/cosmos/protocolpool/v1/types.d.ts +2 -11
  279. package/cosmos/protocolpool/v1/types.js +3 -1
  280. package/cosmos/reflection/v1/reflection.d.ts +3 -8
  281. package/cosmos/reflection/v1/reflection.js +2 -0
  282. package/cosmos/slashing/module/v1/module.d.ts +1 -4
  283. package/cosmos/slashing/module/v1/module.js +1 -0
  284. package/cosmos/staking/module/v1/module.d.ts +1 -7
  285. package/cosmos/staking/module/v1/module.js +1 -0
  286. package/cosmos/staking/v1beta1/authz.d.ts +3 -19
  287. package/cosmos/staking/v1beta1/authz.js +3 -3
  288. package/cosmos/staking/v1beta1/genesis.d.ts +3 -17
  289. package/cosmos/staking/v1beta1/genesis.js +2 -0
  290. package/cosmos/staking/v1beta1/query.d.ts +30 -185
  291. package/cosmos/staking/v1beta1/query.js +28 -0
  292. package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
  293. package/cosmos/staking/v1beta1/query.lcd.js +28 -42
  294. package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +14 -14
  295. package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
  296. package/cosmos/staking/v1beta1/staking.d.ts +26 -193
  297. package/cosmos/staking/v1beta1/staking.js +28 -9
  298. package/cosmos/staking/v1beta1/tx.d.ts +17 -102
  299. package/cosmos/staking/v1beta1/tx.js +20 -6
  300. package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +8 -7
  301. package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
  302. package/cosmos/store/internal/kv/v1beta1/kv.d.ts +2 -9
  303. package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
  304. package/cosmos/store/snapshots/v1/snapshot.d.ts +7 -59
  305. package/cosmos/store/snapshots/v1/snapshot.js +7 -0
  306. package/cosmos/store/streaming/abci/grpc.d.ts +6 -19
  307. package/cosmos/store/streaming/abci/grpc.js +4 -0
  308. package/cosmos/store/v1beta1/commit_info.d.ts +3 -25
  309. package/cosmos/store/v1beta1/commit_info.js +3 -0
  310. package/cosmos/store/v1beta1/listening.d.ts +3 -23
  311. package/cosmos/store/v1beta1/listening.js +2 -0
  312. package/cosmos/tx/config/v1/config.d.ts +1 -5
  313. package/cosmos/tx/config/v1/config.js +1 -0
  314. package/cosmos/tx/signing/v1beta1/signing.d.ts +7 -33
  315. package/cosmos/tx/signing/v1beta1/signing.js +6 -2
  316. package/cosmos/tx/v1beta1/service.d.ts +23 -170
  317. package/cosmos/tx/v1beta1/service.js +19 -3
  318. package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
  319. package/cosmos/tx/v1beta1/service.lcd.js +6 -9
  320. package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +9 -9
  321. package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
  322. package/cosmos/tx/v1beta1/tx.d.ts +16 -123
  323. package/cosmos/tx/v1beta1/tx.js +13 -0
  324. package/cosmos/upgrade/module/v1/module.d.ts +1 -4
  325. package/cosmos/upgrade/module/v1/module.js +1 -0
  326. package/cosmos/upgrade/v1beta1/query.d.ts +11 -77
  327. package/cosmos/upgrade/v1beta1/query.js +10 -0
  328. package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
  329. package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
  330. package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +5 -5
  331. package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
  332. package/cosmos/upgrade/v1beta1/tx.d.ts +5 -32
  333. package/cosmos/upgrade/v1beta1/tx.js +4 -0
  334. package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +3 -2
  335. package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
  336. package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -47
  337. package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
  338. package/cosmos/vesting/module/v1/module.d.ts +1 -3
  339. package/cosmos/vesting/module/v1/module.js +1 -0
  340. package/cosmos/vesting/v1beta1/tx.d.ts +8 -54
  341. package/cosmos/vesting/v1beta1/tx.js +6 -0
  342. package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +4 -3
  343. package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
  344. package/cosmos/vesting/v1beta1/vesting.d.ts +8 -53
  345. package/cosmos/vesting/v1beta1/vesting.js +6 -0
  346. package/cosmos_proto/bundle.d.ts +0 -1
  347. package/cosmos_proto/cosmos.d.ts +0 -23
  348. package/cosmos_proto/cosmos.js +1 -2
  349. package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
  350. package/esm/cosmos/app/v1alpha1/module.js +3 -0
  351. package/esm/cosmos/auth/module/v1/module.js +2 -0
  352. package/esm/cosmos/auth/v1beta1/auth.js +4 -2
  353. package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
  354. package/esm/cosmos/auth/v1beta1/query.js +20 -0
  355. package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
  356. package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
  357. package/esm/cosmos/auth/v1beta1/tx.js +2 -0
  358. package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
  359. package/esm/cosmos/authz/module/v1/module.js +1 -0
  360. package/esm/cosmos/authz/v1beta1/authz.js +4 -1
  361. package/esm/cosmos/authz/v1beta1/event.js +2 -0
  362. package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
  363. package/esm/cosmos/authz/v1beta1/query.js +6 -0
  364. package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
  365. package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
  366. package/esm/cosmos/authz/v1beta1/tx.js +6 -0
  367. package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
  368. package/esm/cosmos/bank/module/v1/module.js +1 -0
  369. package/esm/cosmos/bank/v1beta1/authz.js +1 -1
  370. package/esm/cosmos/bank/v1beta1/bank.js +7 -1
  371. package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
  372. package/esm/cosmos/bank/v1beta1/query.js +27 -0
  373. package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
  374. package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
  375. package/esm/cosmos/bank/v1beta1/tx.js +8 -0
  376. package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
  377. package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
  378. package/esm/cosmos/base/node/v1beta1/query.js +4 -0
  379. package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
  380. package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
  381. package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
  382. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
  383. package/esm/cosmos/base/v1beta1/coin.js +5 -1
  384. package/esm/cosmos/benchmark/module/v1/module.js +2 -0
  385. package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
  386. package/esm/cosmos/benchmark/v1/tx.js +2 -0
  387. package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
  388. package/esm/cosmos/circuit/module/v1/module.js +1 -0
  389. package/esm/cosmos/circuit/v1/query.js +6 -0
  390. package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
  391. package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
  392. package/esm/cosmos/circuit/v1/tx.js +6 -0
  393. package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
  394. package/esm/cosmos/circuit/v1/types.js +3 -1
  395. package/esm/cosmos/consensus/module/v1/module.js +1 -0
  396. package/esm/cosmos/consensus/v1/query.js +2 -0
  397. package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
  398. package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
  399. package/esm/cosmos/consensus/v1/tx.js +2 -0
  400. package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
  401. package/esm/cosmos/counter/module/v1/module.js +1 -0
  402. package/esm/cosmos/counter/v1/query.js +2 -0
  403. package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
  404. package/esm/cosmos/counter/v1/tx.js +2 -0
  405. package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
  406. package/esm/cosmos/crisis/module/v1/module.js +1 -0
  407. package/esm/cosmos/crypto/ed25519/keys.js +2 -0
  408. package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
  409. package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
  410. package/esm/cosmos/crypto/multisig/keys.js +1 -0
  411. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
  412. package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
  413. package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
  414. package/esm/cosmos/distribution/module/v1/module.js +1 -0
  415. package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
  416. package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
  417. package/esm/cosmos/distribution/v1beta1/query.js +20 -0
  418. package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
  419. package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
  420. package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
  421. package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
  422. package/esm/cosmos/epochs/module/v1/module.js +1 -0
  423. package/esm/cosmos/epochs/v1beta1/events.js +2 -0
  424. package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
  425. package/esm/cosmos/epochs/v1beta1/query.js +4 -0
  426. package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
  427. package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
  428. package/esm/cosmos/evidence/module/v1/module.js +1 -0
  429. package/esm/cosmos/feegrant/module/v1/module.js +1 -0
  430. package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
  431. package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
  432. package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
  433. package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
  434. package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
  435. package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
  436. package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
  437. package/esm/cosmos/genutil/module/v1/module.js +1 -0
  438. package/esm/cosmos/gov/module/v1/module.js +1 -0
  439. package/esm/cosmos/gov/v1/genesis.js +1 -0
  440. package/esm/cosmos/gov/v1/gov.js +9 -2
  441. package/esm/cosmos/gov/v1/query.js +18 -0
  442. package/esm/cosmos/gov/v1/query.lcd.js +18 -27
  443. package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
  444. package/esm/cosmos/gov/v1/tx.js +14 -0
  445. package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
  446. package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
  447. package/esm/cosmos/gov/v1beta1/gov.js +10 -4
  448. package/esm/cosmos/gov/v1beta1/query.js +16 -0
  449. package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
  450. package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
  451. package/esm/cosmos/gov/v1beta1/tx.js +8 -0
  452. package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
  453. package/esm/cosmos/group/module/v1/module.js +1 -0
  454. package/esm/cosmos/group/v1/events.js +11 -0
  455. package/esm/cosmos/group/v1/genesis.js +1 -0
  456. package/esm/cosmos/group/v1/query.js +28 -0
  457. package/esm/cosmos/group/v1/query.lcd.js +29 -43
  458. package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
  459. package/esm/cosmos/group/v1/tx.js +28 -1
  460. package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
  461. package/esm/cosmos/group/v1/types.js +11 -5
  462. package/esm/cosmos/ics23/v1/proofs.js +13 -2
  463. package/esm/cosmos/mint/module/v1/module.js +1 -0
  464. package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
  465. package/esm/cosmos/mint/v1beta1/mint.js +3 -1
  466. package/esm/cosmos/mint/v1beta1/query.js +6 -0
  467. package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
  468. package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
  469. package/esm/cosmos/mint/v1beta1/tx.js +2 -0
  470. package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
  471. package/esm/cosmos/nft/module/v1/module.js +1 -0
  472. package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
  473. package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
  474. package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
  475. package/esm/cosmos/params/module/v1/module.js +1 -0
  476. package/esm/cosmos/params/v1beta1/params.js +2 -1
  477. package/esm/cosmos/params/v1beta1/query.js +5 -0
  478. package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
  479. package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
  480. package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
  481. package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
  482. package/esm/cosmos/protocolpool/v1/query.js +8 -0
  483. package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
  484. package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
  485. package/esm/cosmos/protocolpool/v1/tx.js +11 -1
  486. package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
  487. package/esm/cosmos/protocolpool/v1/types.js +3 -1
  488. package/esm/cosmos/reflection/v1/reflection.js +2 -0
  489. package/esm/cosmos/slashing/module/v1/module.js +1 -0
  490. package/esm/cosmos/staking/module/v1/module.js +1 -0
  491. package/esm/cosmos/staking/v1beta1/authz.js +2 -2
  492. package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
  493. package/esm/cosmos/staking/v1beta1/query.js +28 -0
  494. package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
  495. package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
  496. package/esm/cosmos/staking/v1beta1/staking.js +23 -4
  497. package/esm/cosmos/staking/v1beta1/tx.js +16 -2
  498. package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
  499. package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
  500. package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
  501. package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
  502. package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
  503. package/esm/cosmos/store/v1beta1/listening.js +2 -0
  504. package/esm/cosmos/tx/config/v1/config.js +1 -0
  505. package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
  506. package/esm/cosmos/tx/v1beta1/service.js +18 -2
  507. package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
  508. package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
  509. package/esm/cosmos/tx/v1beta1/tx.js +13 -0
  510. package/esm/cosmos/upgrade/module/v1/module.js +1 -0
  511. package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
  512. package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
  513. package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
  514. package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
  515. package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
  516. package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
  517. package/esm/cosmos/vesting/module/v1/module.js +1 -0
  518. package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
  519. package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
  520. package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
  521. package/esm/cosmos_proto/cosmos.js +0 -1
  522. package/esm/google/protobuf/any.js +0 -1
  523. package/esm/google/protobuf/descriptor.js +0 -20
  524. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
  525. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
  526. package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
  527. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
  528. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
  529. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
  530. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
  531. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
  532. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
  533. package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
  534. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
  535. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
  536. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
  537. package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
  538. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
  539. package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
  540. package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
  541. package/esm/ibc/applications/transfer/v1/authz.js +2 -1
  542. package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
  543. package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
  544. package/esm/ibc/applications/transfer/v1/packet.js +1 -0
  545. package/esm/ibc/applications/transfer/v1/query.js +12 -0
  546. package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
  547. package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
  548. package/esm/ibc/applications/transfer/v1/token.js +3 -0
  549. package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
  550. package/esm/ibc/applications/transfer/v1/tx.js +4 -0
  551. package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
  552. package/esm/ibc/core/channel/v1/channel.js +8 -2
  553. package/esm/ibc/core/channel/v1/genesis.js +2 -0
  554. package/esm/ibc/core/channel/v1/query.js +28 -0
  555. package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
  556. package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
  557. package/esm/ibc/core/channel/v1/tx.js +20 -1
  558. package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
  559. package/esm/ibc/core/channel/v2/genesis.js +3 -0
  560. package/esm/ibc/core/channel/v2/packet.js +4 -1
  561. package/esm/ibc/core/channel/v2/query.js +16 -0
  562. package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
  563. package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
  564. package/esm/ibc/core/channel/v2/tx.js +8 -1
  565. package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
  566. package/esm/ibc/core/client/v1/client.js +5 -0
  567. package/esm/ibc/core/client/v1/genesis.js +3 -0
  568. package/esm/ibc/core/client/v1/query.js +22 -0
  569. package/esm/ibc/core/client/v1/query.lcd.js +21 -31
  570. package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
  571. package/esm/ibc/core/client/v1/tx.js +16 -0
  572. package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
  573. package/esm/ibc/core/client/v2/config.js +1 -0
  574. package/esm/ibc/core/client/v2/counterparty.js +1 -0
  575. package/esm/ibc/core/client/v2/genesis.js +2 -0
  576. package/esm/ibc/core/client/v2/query.js +4 -0
  577. package/esm/ibc/core/client/v2/query.lcd.js +4 -6
  578. package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
  579. package/esm/ibc/core/client/v2/tx.js +4 -0
  580. package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
  581. package/esm/ibc/core/commitment/v1/commitment.js +3 -0
  582. package/esm/ibc/core/commitment/v2/commitment.js +1 -0
  583. package/esm/ibc/core/connection/v1/connection.js +7 -1
  584. package/esm/ibc/core/connection/v1/genesis.js +1 -0
  585. package/esm/ibc/core/connection/v1/query.js +12 -0
  586. package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
  587. package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
  588. package/esm/ibc/core/connection/v1/tx.js +10 -0
  589. package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
  590. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
  591. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
  592. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
  593. package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
  594. package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
  595. package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
  596. package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
  597. package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
  598. package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
  599. package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
  600. package/esm/sparkdream/blog/params.js +1 -0
  601. package/esm/sparkdream/blog/query.lcd.js +7 -10
  602. package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
  603. package/esm/sparkdream/blog/tx.js +1 -0
  604. package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
  605. package/esm/sparkdream/sparkdream/params.js +1 -0
  606. package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
  607. package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
  608. package/esm/sparkdream/sparkdream/tx.js +1 -0
  609. package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
  610. package/esm/tendermint/abci/types.js +0 -6
  611. package/esm/tendermint/types/types.js +0 -1
  612. package/esm/tendermint/types/validator.js +0 -1
  613. package/google/api/http.d.ts +0 -292
  614. package/google/bundle.d.ts +0 -20
  615. package/google/protobuf/any.d.ts +0 -93
  616. package/google/protobuf/any.js +0 -1
  617. package/google/protobuf/descriptor.d.ts +0 -336
  618. package/google/protobuf/descriptor.js +2 -22
  619. package/google/protobuf/duration.d.ts +0 -64
  620. package/google/protobuf/timestamp.d.ts +0 -95
  621. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -7
  622. package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
  623. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -17
  624. package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
  625. package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
  626. package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
  627. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
  628. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
  629. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +8 -33
  630. package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
  631. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -3
  632. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
  633. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -37
  634. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
  635. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -16
  636. package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
  637. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -8
  638. package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
  639. package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
  640. package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
  641. package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +1 -1
  642. package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
  643. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -19
  644. package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
  645. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +3 -2
  646. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
  647. package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -8
  648. package/ibc/applications/interchain_accounts/v1/account.js +1 -1
  649. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -12
  650. package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
  651. package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -12
  652. package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
  653. package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +2 -28
  654. package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
  655. package/ibc/applications/transfer/v1/authz.d.ts +3 -18
  656. package/ibc/applications/transfer/v1/authz.js +2 -1
  657. package/ibc/applications/transfer/v1/denomtrace.d.ts +1 -9
  658. package/ibc/applications/transfer/v1/denomtrace.js +1 -0
  659. package/ibc/applications/transfer/v1/genesis.d.ts +4 -10
  660. package/ibc/applications/transfer/v1/genesis.js +1 -0
  661. package/ibc/applications/transfer/v1/packet.d.ts +1 -12
  662. package/ibc/applications/transfer/v1/packet.js +1 -0
  663. package/ibc/applications/transfer/v1/query.d.ts +16 -71
  664. package/ibc/applications/transfer/v1/query.js +12 -0
  665. package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
  666. package/ibc/applications/transfer/v1/query.lcd.js +13 -19
  667. package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +6 -6
  668. package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
  669. package/ibc/applications/transfer/v1/token.d.ts +3 -15
  670. package/ibc/applications/transfer/v1/token.js +3 -0
  671. package/ibc/applications/transfer/v1/transfer.d.ts +1 -10
  672. package/ibc/applications/transfer/v1/transfer.js +1 -0
  673. package/ibc/applications/transfer/v1/tx.d.ts +6 -33
  674. package/ibc/applications/transfer/v1/tx.js +4 -0
  675. package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +3 -2
  676. package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
  677. package/ibc/bundle.d.ts +290 -8
  678. package/ibc/core/channel/v1/channel.d.ts +9 -88
  679. package/ibc/core/channel/v1/channel.js +9 -3
  680. package/ibc/core/channel/v1/genesis.d.ts +3 -21
  681. package/ibc/core/channel/v1/genesis.js +2 -0
  682. package/ibc/core/channel/v1/query.d.ts +32 -245
  683. package/ibc/core/channel/v1/query.js +28 -0
  684. package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
  685. package/ibc/core/channel/v1/query.lcd.js +29 -43
  686. package/ibc/core/channel/v1/query.rpc.Query.d.ts +14 -14
  687. package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
  688. package/ibc/core/channel/v1/tx.d.ts +22 -147
  689. package/ibc/core/channel/v1/tx.js +21 -2
  690. package/ibc/core/channel/v1/tx.rpc.msg.d.ts +11 -10
  691. package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
  692. package/ibc/core/channel/v2/genesis.d.ts +3 -24
  693. package/ibc/core/channel/v2/genesis.js +3 -0
  694. package/ibc/core/channel/v2/packet.d.ts +4 -33
  695. package/ibc/core/channel/v2/packet.js +5 -2
  696. package/ibc/core/channel/v2/query.d.ts +19 -101
  697. package/ibc/core/channel/v2/query.js +16 -0
  698. package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
  699. package/ibc/core/channel/v2/query.lcd.js +16 -24
  700. package/ibc/core/channel/v2/query.rpc.Query.d.ts +8 -8
  701. package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
  702. package/ibc/core/channel/v2/tx.d.ts +10 -48
  703. package/ibc/core/channel/v2/tx.js +9 -2
  704. package/ibc/core/channel/v2/tx.rpc.msg.d.ts +5 -4
  705. package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
  706. package/ibc/core/client/v1/client.d.ts +6 -48
  707. package/ibc/core/client/v1/client.js +5 -0
  708. package/ibc/core/client/v1/genesis.d.ts +4 -27
  709. package/ibc/core/client/v1/genesis.js +3 -0
  710. package/ibc/core/client/v1/query.d.ts +26 -169
  711. package/ibc/core/client/v1/query.js +22 -0
  712. package/ibc/core/client/v1/query.lcd.d.ts +11 -11
  713. package/ibc/core/client/v1/query.lcd.js +21 -31
  714. package/ibc/core/client/v1/query.rpc.Query.d.ts +11 -11
  715. package/ibc/core/client/v1/query.rpc.Query.js +36 -34
  716. package/ibc/core/client/v1/tx.d.ts +19 -91
  717. package/ibc/core/client/v1/tx.js +16 -0
  718. package/ibc/core/client/v1/tx.rpc.msg.d.ts +9 -8
  719. package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
  720. package/ibc/core/client/v2/config.d.ts +1 -9
  721. package/ibc/core/client/v2/config.js +1 -0
  722. package/ibc/core/client/v2/counterparty.d.ts +1 -5
  723. package/ibc/core/client/v2/counterparty.js +1 -0
  724. package/ibc/core/client/v2/genesis.d.ts +3 -10
  725. package/ibc/core/client/v2/genesis.js +2 -0
  726. package/ibc/core/client/v2/query.d.ts +6 -24
  727. package/ibc/core/client/v2/query.js +4 -0
  728. package/ibc/core/client/v2/query.lcd.d.ts +3 -3
  729. package/ibc/core/client/v2/query.lcd.js +4 -6
  730. package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
  731. package/ibc/core/client/v2/query.rpc.Query.js +6 -6
  732. package/ibc/core/client/v2/tx.d.ts +5 -20
  733. package/ibc/core/client/v2/tx.js +4 -0
  734. package/ibc/core/client/v2/tx.rpc.msg.d.ts +3 -2
  735. package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
  736. package/ibc/core/commitment/v1/commitment.d.ts +4 -26
  737. package/ibc/core/commitment/v1/commitment.js +3 -0
  738. package/ibc/core/commitment/v2/commitment.d.ts +1 -36
  739. package/ibc/core/commitment/v2/commitment.js +1 -0
  740. package/ibc/core/connection/v1/connection.d.ts +8 -54
  741. package/ibc/core/connection/v1/connection.js +8 -2
  742. package/ibc/core/connection/v1/genesis.d.ts +2 -8
  743. package/ibc/core/connection/v1/genesis.js +1 -0
  744. package/ibc/core/connection/v1/query.d.ts +16 -95
  745. package/ibc/core/connection/v1/query.js +12 -0
  746. package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
  747. package/ibc/core/connection/v1/query.lcd.js +13 -19
  748. package/ibc/core/connection/v1/query.rpc.Query.d.ts +6 -6
  749. package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
  750. package/ibc/core/connection/v1/tx.d.ts +13 -97
  751. package/ibc/core/connection/v1/tx.js +10 -0
  752. package/ibc/core/connection/v1/tx.rpc.msg.d.ts +6 -5
  753. package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
  754. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +19 -133
  755. package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
  756. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -67
  757. package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
  758. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +11 -69
  759. package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
  760. package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -8
  761. package/ibc/lightclients/wasm/v1/genesis.js +2 -0
  762. package/ibc/lightclients/wasm/v1/query.d.ts +5 -18
  763. package/ibc/lightclients/wasm/v1/query.js +4 -0
  764. package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
  765. package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
  766. package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
  767. package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
  768. package/ibc/lightclients/wasm/v1/tx.d.ts +6 -27
  769. package/ibc/lightclients/wasm/v1/tx.js +6 -0
  770. package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +4 -3
  771. package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
  772. package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -25
  773. package/ibc/lightclients/wasm/v1/wasm.js +4 -0
  774. package/package.json +1 -1
  775. package/sparkdream/blog/genesis.d.ts +1 -5
  776. package/sparkdream/blog/module/module.d.ts +0 -4
  777. package/sparkdream/blog/params.d.ts +1 -3
  778. package/sparkdream/blog/params.js +1 -0
  779. package/sparkdream/blog/post.d.ts +0 -6
  780. package/sparkdream/blog/query.d.ts +3 -23
  781. package/sparkdream/blog/query.lcd.d.ts +4 -4
  782. package/sparkdream/blog/query.lcd.js +7 -10
  783. package/sparkdream/blog/query.rpc.Query.d.ts +3 -3
  784. package/sparkdream/blog/query.rpc.Query.js +10 -10
  785. package/sparkdream/blog/tx.d.ts +2 -34
  786. package/sparkdream/blog/tx.js +1 -0
  787. package/sparkdream/blog/tx.rpc.msg.d.ts +5 -4
  788. package/sparkdream/blog/tx.rpc.msg.js +18 -13
  789. package/sparkdream/bundle.d.ts +6 -0
  790. package/sparkdream/sparkdream/genesis.d.ts +1 -5
  791. package/sparkdream/sparkdream/module/module.d.ts +0 -4
  792. package/sparkdream/sparkdream/params.d.ts +1 -3
  793. package/sparkdream/sparkdream/params.js +1 -0
  794. package/sparkdream/sparkdream/query.d.ts +1 -8
  795. package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
  796. package/sparkdream/sparkdream/query.lcd.js +2 -3
  797. package/sparkdream/sparkdream/query.rpc.Query.d.ts +1 -1
  798. package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
  799. package/sparkdream/sparkdream/tx.d.ts +2 -12
  800. package/sparkdream/sparkdream/tx.js +1 -0
  801. package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -1
  802. package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
  803. package/tendermint/abci/types.d.ts +3 -309
  804. package/tendermint/abci/types.js +2 -8
  805. package/tendermint/bundle.d.ts +0 -8
  806. package/tendermint/crypto/keys.d.ts +0 -5
  807. package/tendermint/crypto/proof.d.ts +0 -29
  808. package/tendermint/p2p/types.d.ts +0 -24
  809. package/tendermint/types/block.d.ts +2 -8
  810. package/tendermint/types/evidence.d.ts +2 -25
  811. package/tendermint/types/params.d.ts +1 -47
  812. package/tendermint/types/types.d.ts +3 -118
  813. package/tendermint/types/types.js +1 -2
  814. package/tendermint/types/validator.d.ts +1 -17
  815. package/tendermint/types/validator.js +1 -2
  816. package/tendermint/version/types.d.ts +0 -18
  817. package/types.d.ts +2 -55
@@ -16,6 +16,7 @@ function createBaseTx() {
16
16
  }
17
17
  exports.Tx = {
18
18
  typeUrl: "/cosmos.tx.v1beta1.Tx",
19
+ aminoType: "cosmos-sdk/Tx",
19
20
  encode(message, writer = binary_1.BinaryWriter.create()) {
20
21
  if (message.body !== undefined) {
21
22
  exports.TxBody.encode(message.body, writer.uint32(10).fork()).ldelim();
@@ -112,6 +113,7 @@ function createBaseTxRaw() {
112
113
  }
113
114
  exports.TxRaw = {
114
115
  typeUrl: "/cosmos.tx.v1beta1.TxRaw",
116
+ aminoType: "cosmos-sdk/TxRaw",
115
117
  encode(message, writer = binary_1.BinaryWriter.create()) {
116
118
  if (message.bodyBytes.length !== 0) {
117
119
  writer.uint32(10).bytes(message.bodyBytes);
@@ -209,6 +211,7 @@ function createBaseSignDoc() {
209
211
  }
210
212
  exports.SignDoc = {
211
213
  typeUrl: "/cosmos.tx.v1beta1.SignDoc",
214
+ aminoType: "cosmos-sdk/SignDoc",
212
215
  encode(message, writer = binary_1.BinaryWriter.create()) {
213
216
  if (message.bodyBytes.length !== 0) {
214
217
  writer.uint32(10).bytes(message.bodyBytes);
@@ -316,6 +319,7 @@ function createBaseSignDocDirectAux() {
316
319
  }
317
320
  exports.SignDocDirectAux = {
318
321
  typeUrl: "/cosmos.tx.v1beta1.SignDocDirectAux",
322
+ aminoType: "cosmos-sdk/SignDocDirectAux",
319
323
  encode(message, writer = binary_1.BinaryWriter.create()) {
320
324
  if (message.bodyBytes.length !== 0) {
321
325
  writer.uint32(10).bytes(message.bodyBytes);
@@ -444,6 +448,7 @@ function createBaseTxBody() {
444
448
  }
445
449
  exports.TxBody = {
446
450
  typeUrl: "/cosmos.tx.v1beta1.TxBody",
451
+ aminoType: "cosmos-sdk/TxBody",
447
452
  encode(message, writer = binary_1.BinaryWriter.create()) {
448
453
  for (const v of message.messages) {
449
454
  any_1.Any.encode(v, writer.uint32(10).fork()).ldelim();
@@ -568,6 +573,7 @@ function createBaseAuthInfo() {
568
573
  }
569
574
  exports.AuthInfo = {
570
575
  typeUrl: "/cosmos.tx.v1beta1.AuthInfo",
576
+ aminoType: "cosmos-sdk/AuthInfo",
571
577
  encode(message, writer = binary_1.BinaryWriter.create()) {
572
578
  for (const v of message.signerInfos) {
573
579
  exports.SignerInfo.encode(v, writer.uint32(10).fork()).ldelim();
@@ -664,6 +670,7 @@ function createBaseSignerInfo() {
664
670
  }
665
671
  exports.SignerInfo = {
666
672
  typeUrl: "/cosmos.tx.v1beta1.SignerInfo",
673
+ aminoType: "cosmos-sdk/SignerInfo",
667
674
  encode(message, writer = binary_1.BinaryWriter.create()) {
668
675
  if (message.publicKey !== undefined) {
669
676
  any_1.Any.encode(message.publicKey, writer.uint32(10).fork()).ldelim();
@@ -756,6 +763,7 @@ function createBaseModeInfo() {
756
763
  }
757
764
  exports.ModeInfo = {
758
765
  typeUrl: "/cosmos.tx.v1beta1.ModeInfo",
766
+ aminoType: "cosmos-sdk/ModeInfo",
759
767
  encode(message, writer = binary_1.BinaryWriter.create()) {
760
768
  if (message.single !== undefined) {
761
769
  exports.ModeInfo_Single.encode(message.single, writer.uint32(10).fork()).ldelim();
@@ -836,6 +844,7 @@ function createBaseModeInfo_Single() {
836
844
  }
837
845
  exports.ModeInfo_Single = {
838
846
  typeUrl: "/cosmos.tx.v1beta1.Single",
847
+ aminoType: "cosmos-sdk/Single",
839
848
  encode(message, writer = binary_1.BinaryWriter.create()) {
840
849
  if (message.mode !== 0) {
841
850
  writer.uint32(8).int32(message.mode);
@@ -906,6 +915,7 @@ function createBaseModeInfo_Multi() {
906
915
  }
907
916
  exports.ModeInfo_Multi = {
908
917
  typeUrl: "/cosmos.tx.v1beta1.Multi",
918
+ aminoType: "cosmos-sdk/Multi",
909
919
  encode(message, writer = binary_1.BinaryWriter.create()) {
910
920
  if (message.bitarray !== undefined) {
911
921
  multisig_1.CompactBitArray.encode(message.bitarray, writer.uint32(10).fork()).ldelim();
@@ -992,6 +1002,7 @@ function createBaseFee() {
992
1002
  }
993
1003
  exports.Fee = {
994
1004
  typeUrl: "/cosmos.tx.v1beta1.Fee",
1005
+ aminoType: "cosmos-sdk/Fee",
995
1006
  encode(message, writer = binary_1.BinaryWriter.create()) {
996
1007
  for (const v of message.amount) {
997
1008
  coin_1.Coin.encode(v, writer.uint32(10).fork()).ldelim();
@@ -1098,6 +1109,7 @@ function createBaseTip() {
1098
1109
  }
1099
1110
  exports.Tip = {
1100
1111
  typeUrl: "/cosmos.tx.v1beta1.Tip",
1112
+ aminoType: "cosmos-sdk/Tip",
1101
1113
  encode(message, writer = binary_1.BinaryWriter.create()) {
1102
1114
  for (const v of message.amount) {
1103
1115
  coin_1.Coin.encode(v, writer.uint32(10).fork()).ldelim();
@@ -1184,6 +1196,7 @@ function createBaseAuxSignerData() {
1184
1196
  }
1185
1197
  exports.AuxSignerData = {
1186
1198
  typeUrl: "/cosmos.tx.v1beta1.AuxSignerData",
1199
+ aminoType: "cosmos-sdk/AuxSignerData",
1187
1200
  encode(message, writer = binary_1.BinaryWriter.create()) {
1188
1201
  if (message.address !== "") {
1189
1202
  writer.uint32(10).string(message.address);
@@ -18,12 +18,9 @@ export interface ModuleAminoMsg {
18
18
  type: "cosmos-sdk/Module";
19
19
  value: ModuleAmino;
20
20
  }
21
- /** Module is the config object of the upgrade module. */
22
- export interface ModuleSDKType {
23
- authority: string;
24
- }
25
21
  export declare const Module: {
26
22
  typeUrl: string;
23
+ aminoType: string;
27
24
  encode(message: Module, writer?: BinaryWriter): BinaryWriter;
28
25
  decode(input: BinaryReader | Uint8Array, length?: number): Module;
29
26
  fromPartial(object: DeepPartial<Module>): Module;
@@ -10,6 +10,7 @@ function createBaseModule() {
10
10
  }
11
11
  exports.Module = {
12
12
  typeUrl: "/cosmos.upgrade.module.v1.Module",
13
+ aminoType: "cosmos-sdk/Module",
13
14
  encode(message, writer = binary_1.BinaryWriter.create()) {
14
15
  if (message.authority !== "") {
15
16
  writer.uint32(10).string(message.authority);
@@ -1,4 +1,4 @@
1
- import { Plan, PlanAmino, PlanSDKType, ModuleVersion, ModuleVersionAmino, ModuleVersionSDKType } from "./upgrade";
1
+ import { Plan, PlanAmino, ModuleVersion, ModuleVersionAmino } from "./upgrade";
2
2
  import { BinaryReader, BinaryWriter } from "../../../binary";
3
3
  import { DeepPartial } from "../../../helpers";
4
4
  /**
@@ -21,12 +21,6 @@ export interface QueryCurrentPlanRequestAminoMsg {
21
21
  type: "cosmos-sdk/QueryCurrentPlanRequest";
22
22
  value: QueryCurrentPlanRequestAmino;
23
23
  }
24
- /**
25
- * QueryCurrentPlanRequest is the request type for the Query/CurrentPlan RPC
26
- * method.
27
- */
28
- export interface QueryCurrentPlanRequestSDKType {
29
- }
30
24
  /**
31
25
  * QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC
32
26
  * method.
@@ -51,13 +45,6 @@ export interface QueryCurrentPlanResponseAminoMsg {
51
45
  type: "cosmos-sdk/QueryCurrentPlanResponse";
52
46
  value: QueryCurrentPlanResponseAmino;
53
47
  }
54
- /**
55
- * QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC
56
- * method.
57
- */
58
- export interface QueryCurrentPlanResponseSDKType {
59
- plan?: PlanSDKType;
60
- }
61
48
  /**
62
49
  * QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC
63
50
  * method.
@@ -82,13 +69,6 @@ export interface QueryAppliedPlanRequestAminoMsg {
82
69
  type: "cosmos-sdk/QueryAppliedPlanRequest";
83
70
  value: QueryAppliedPlanRequestAmino;
84
71
  }
85
- /**
86
- * QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC
87
- * method.
88
- */
89
- export interface QueryAppliedPlanRequestSDKType {
90
- name: string;
91
- }
92
72
  /**
93
73
  * QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC
94
74
  * method.
@@ -113,13 +93,6 @@ export interface QueryAppliedPlanResponseAminoMsg {
113
93
  type: "cosmos-sdk/QueryAppliedPlanResponse";
114
94
  value: QueryAppliedPlanResponseAmino;
115
95
  }
116
- /**
117
- * QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC
118
- * method.
119
- */
120
- export interface QueryAppliedPlanResponseSDKType {
121
- height: bigint;
122
- }
123
96
  /**
124
97
  * QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState
125
98
  * RPC method.
@@ -152,14 +125,6 @@ export interface QueryUpgradedConsensusStateRequestAminoMsg {
152
125
  type: "cosmos-sdk/QueryUpgradedConsensusStateRequest";
153
126
  value: QueryUpgradedConsensusStateRequestAmino;
154
127
  }
155
- /**
156
- * QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState
157
- * RPC method.
158
- */
159
- /** @deprecated */
160
- export interface QueryUpgradedConsensusStateRequestSDKType {
161
- last_height: bigint;
162
- }
163
128
  /**
164
129
  * QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState
165
130
  * RPC method.
@@ -186,14 +151,6 @@ export interface QueryUpgradedConsensusStateResponseAminoMsg {
186
151
  type: "cosmos-sdk/QueryUpgradedConsensusStateResponse";
187
152
  value: QueryUpgradedConsensusStateResponseAmino;
188
153
  }
189
- /**
190
- * QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState
191
- * RPC method.
192
- */
193
- /** @deprecated */
194
- export interface QueryUpgradedConsensusStateResponseSDKType {
195
- upgraded_consensus_state: Uint8Array;
196
- }
197
154
  /**
198
155
  * QueryModuleVersionsRequest is the request type for the Query/ModuleVersions
199
156
  * RPC method.
@@ -230,15 +187,6 @@ export interface QueryModuleVersionsRequestAminoMsg {
230
187
  type: "cosmos-sdk/QueryModuleVersionsRequest";
231
188
  value: QueryModuleVersionsRequestAmino;
232
189
  }
233
- /**
234
- * QueryModuleVersionsRequest is the request type for the Query/ModuleVersions
235
- * RPC method.
236
- *
237
- * Since: cosmos-sdk 0.43
238
- */
239
- export interface QueryModuleVersionsRequestSDKType {
240
- module_name: string;
241
- }
242
190
  /**
243
191
  * QueryModuleVersionsResponse is the response type for the Query/ModuleVersions
244
192
  * RPC method.
@@ -267,15 +215,6 @@ export interface QueryModuleVersionsResponseAminoMsg {
267
215
  type: "cosmos-sdk/QueryModuleVersionsResponse";
268
216
  value: QueryModuleVersionsResponseAmino;
269
217
  }
270
- /**
271
- * QueryModuleVersionsResponse is the response type for the Query/ModuleVersions
272
- * RPC method.
273
- *
274
- * Since: cosmos-sdk 0.43
275
- */
276
- export interface QueryModuleVersionsResponseSDKType {
277
- module_versions: ModuleVersionSDKType[];
278
- }
279
218
  /**
280
219
  * QueryAuthorityRequest is the request type for Query/Authority
281
220
  *
@@ -298,13 +237,6 @@ export interface QueryAuthorityRequestAminoMsg {
298
237
  type: "cosmos-sdk/QueryAuthorityRequest";
299
238
  value: QueryAuthorityRequestAmino;
300
239
  }
301
- /**
302
- * QueryAuthorityRequest is the request type for Query/Authority
303
- *
304
- * Since: cosmos-sdk 0.46
305
- */
306
- export interface QueryAuthorityRequestSDKType {
307
- }
308
240
  /**
309
241
  * QueryAuthorityResponse is the response type for Query/Authority
310
242
  *
@@ -329,16 +261,9 @@ export interface QueryAuthorityResponseAminoMsg {
329
261
  type: "cosmos-sdk/QueryAuthorityResponse";
330
262
  value: QueryAuthorityResponseAmino;
331
263
  }
332
- /**
333
- * QueryAuthorityResponse is the response type for Query/Authority
334
- *
335
- * Since: cosmos-sdk 0.46
336
- */
337
- export interface QueryAuthorityResponseSDKType {
338
- address: string;
339
- }
340
264
  export declare const QueryCurrentPlanRequest: {
341
265
  typeUrl: string;
266
+ aminoType: string;
342
267
  encode(_: QueryCurrentPlanRequest, writer?: BinaryWriter): BinaryWriter;
343
268
  decode(input: BinaryReader | Uint8Array, length?: number): QueryCurrentPlanRequest;
344
269
  fromPartial(_: DeepPartial<QueryCurrentPlanRequest>): QueryCurrentPlanRequest;
@@ -352,6 +277,7 @@ export declare const QueryCurrentPlanRequest: {
352
277
  };
353
278
  export declare const QueryCurrentPlanResponse: {
354
279
  typeUrl: string;
280
+ aminoType: string;
355
281
  encode(message: QueryCurrentPlanResponse, writer?: BinaryWriter): BinaryWriter;
356
282
  decode(input: BinaryReader | Uint8Array, length?: number): QueryCurrentPlanResponse;
357
283
  fromPartial(object: DeepPartial<QueryCurrentPlanResponse>): QueryCurrentPlanResponse;
@@ -365,6 +291,7 @@ export declare const QueryCurrentPlanResponse: {
365
291
  };
366
292
  export declare const QueryAppliedPlanRequest: {
367
293
  typeUrl: string;
294
+ aminoType: string;
368
295
  encode(message: QueryAppliedPlanRequest, writer?: BinaryWriter): BinaryWriter;
369
296
  decode(input: BinaryReader | Uint8Array, length?: number): QueryAppliedPlanRequest;
370
297
  fromPartial(object: DeepPartial<QueryAppliedPlanRequest>): QueryAppliedPlanRequest;
@@ -378,6 +305,7 @@ export declare const QueryAppliedPlanRequest: {
378
305
  };
379
306
  export declare const QueryAppliedPlanResponse: {
380
307
  typeUrl: string;
308
+ aminoType: string;
381
309
  encode(message: QueryAppliedPlanResponse, writer?: BinaryWriter): BinaryWriter;
382
310
  decode(input: BinaryReader | Uint8Array, length?: number): QueryAppliedPlanResponse;
383
311
  fromPartial(object: DeepPartial<QueryAppliedPlanResponse>): QueryAppliedPlanResponse;
@@ -391,6 +319,7 @@ export declare const QueryAppliedPlanResponse: {
391
319
  };
392
320
  export declare const QueryUpgradedConsensusStateRequest: {
393
321
  typeUrl: string;
322
+ aminoType: string;
394
323
  encode(message: QueryUpgradedConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
395
324
  decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateRequest;
396
325
  fromPartial(object: DeepPartial<QueryUpgradedConsensusStateRequest>): QueryUpgradedConsensusStateRequest;
@@ -404,6 +333,7 @@ export declare const QueryUpgradedConsensusStateRequest: {
404
333
  };
405
334
  export declare const QueryUpgradedConsensusStateResponse: {
406
335
  typeUrl: string;
336
+ aminoType: string;
407
337
  encode(message: QueryUpgradedConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
408
338
  decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateResponse;
409
339
  fromPartial(object: DeepPartial<QueryUpgradedConsensusStateResponse>): QueryUpgradedConsensusStateResponse;
@@ -417,6 +347,7 @@ export declare const QueryUpgradedConsensusStateResponse: {
417
347
  };
418
348
  export declare const QueryModuleVersionsRequest: {
419
349
  typeUrl: string;
350
+ aminoType: string;
420
351
  encode(message: QueryModuleVersionsRequest, writer?: BinaryWriter): BinaryWriter;
421
352
  decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleVersionsRequest;
422
353
  fromPartial(object: DeepPartial<QueryModuleVersionsRequest>): QueryModuleVersionsRequest;
@@ -430,6 +361,7 @@ export declare const QueryModuleVersionsRequest: {
430
361
  };
431
362
  export declare const QueryModuleVersionsResponse: {
432
363
  typeUrl: string;
364
+ aminoType: string;
433
365
  encode(message: QueryModuleVersionsResponse, writer?: BinaryWriter): BinaryWriter;
434
366
  decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleVersionsResponse;
435
367
  fromPartial(object: DeepPartial<QueryModuleVersionsResponse>): QueryModuleVersionsResponse;
@@ -443,6 +375,7 @@ export declare const QueryModuleVersionsResponse: {
443
375
  };
444
376
  export declare const QueryAuthorityRequest: {
445
377
  typeUrl: string;
378
+ aminoType: string;
446
379
  encode(_: QueryAuthorityRequest, writer?: BinaryWriter): BinaryWriter;
447
380
  decode(input: BinaryReader | Uint8Array, length?: number): QueryAuthorityRequest;
448
381
  fromPartial(_: DeepPartial<QueryAuthorityRequest>): QueryAuthorityRequest;
@@ -456,6 +389,7 @@ export declare const QueryAuthorityRequest: {
456
389
  };
457
390
  export declare const QueryAuthorityResponse: {
458
391
  typeUrl: string;
392
+ aminoType: string;
459
393
  encode(message: QueryAuthorityResponse, writer?: BinaryWriter): BinaryWriter;
460
394
  decode(input: BinaryReader | Uint8Array, length?: number): QueryAuthorityResponse;
461
395
  fromPartial(object: DeepPartial<QueryAuthorityResponse>): QueryAuthorityResponse;
@@ -10,6 +10,7 @@ function createBaseQueryCurrentPlanRequest() {
10
10
  }
11
11
  exports.QueryCurrentPlanRequest = {
12
12
  typeUrl: "/cosmos.upgrade.v1beta1.QueryCurrentPlanRequest",
13
+ aminoType: "cosmos-sdk/QueryCurrentPlanRequest",
13
14
  encode(_, writer = binary_1.BinaryWriter.create()) {
14
15
  return writer;
15
16
  },
@@ -68,6 +69,7 @@ function createBaseQueryCurrentPlanResponse() {
68
69
  }
69
70
  exports.QueryCurrentPlanResponse = {
70
71
  typeUrl: "/cosmos.upgrade.v1beta1.QueryCurrentPlanResponse",
72
+ aminoType: "cosmos-sdk/QueryCurrentPlanResponse",
71
73
  encode(message, writer = binary_1.BinaryWriter.create()) {
72
74
  if (message.plan !== undefined) {
73
75
  upgrade_1.Plan.encode(message.plan, writer.uint32(10).fork()).ldelim();
@@ -137,6 +139,7 @@ function createBaseQueryAppliedPlanRequest() {
137
139
  }
138
140
  exports.QueryAppliedPlanRequest = {
139
141
  typeUrl: "/cosmos.upgrade.v1beta1.QueryAppliedPlanRequest",
142
+ aminoType: "cosmos-sdk/QueryAppliedPlanRequest",
140
143
  encode(message, writer = binary_1.BinaryWriter.create()) {
141
144
  if (message.name !== "") {
142
145
  writer.uint32(10).string(message.name);
@@ -206,6 +209,7 @@ function createBaseQueryAppliedPlanResponse() {
206
209
  }
207
210
  exports.QueryAppliedPlanResponse = {
208
211
  typeUrl: "/cosmos.upgrade.v1beta1.QueryAppliedPlanResponse",
212
+ aminoType: "cosmos-sdk/QueryAppliedPlanResponse",
209
213
  encode(message, writer = binary_1.BinaryWriter.create()) {
210
214
  if (message.height !== BigInt(0)) {
211
215
  writer.uint32(8).int64(message.height);
@@ -275,6 +279,7 @@ function createBaseQueryUpgradedConsensusStateRequest() {
275
279
  }
276
280
  exports.QueryUpgradedConsensusStateRequest = {
277
281
  typeUrl: "/cosmos.upgrade.v1beta1.QueryUpgradedConsensusStateRequest",
282
+ aminoType: "cosmos-sdk/QueryUpgradedConsensusStateRequest",
278
283
  encode(message, writer = binary_1.BinaryWriter.create()) {
279
284
  if (message.lastHeight !== BigInt(0)) {
280
285
  writer.uint32(8).int64(message.lastHeight);
@@ -344,6 +349,7 @@ function createBaseQueryUpgradedConsensusStateResponse() {
344
349
  }
345
350
  exports.QueryUpgradedConsensusStateResponse = {
346
351
  typeUrl: "/cosmos.upgrade.v1beta1.QueryUpgradedConsensusStateResponse",
352
+ aminoType: "cosmos-sdk/QueryUpgradedConsensusStateResponse",
347
353
  encode(message, writer = binary_1.BinaryWriter.create()) {
348
354
  if (message.upgradedConsensusState.length !== 0) {
349
355
  writer.uint32(18).bytes(message.upgradedConsensusState);
@@ -413,6 +419,7 @@ function createBaseQueryModuleVersionsRequest() {
413
419
  }
414
420
  exports.QueryModuleVersionsRequest = {
415
421
  typeUrl: "/cosmos.upgrade.v1beta1.QueryModuleVersionsRequest",
422
+ aminoType: "cosmos-sdk/QueryModuleVersionsRequest",
416
423
  encode(message, writer = binary_1.BinaryWriter.create()) {
417
424
  if (message.moduleName !== "") {
418
425
  writer.uint32(10).string(message.moduleName);
@@ -482,6 +489,7 @@ function createBaseQueryModuleVersionsResponse() {
482
489
  }
483
490
  exports.QueryModuleVersionsResponse = {
484
491
  typeUrl: "/cosmos.upgrade.v1beta1.QueryModuleVersionsResponse",
492
+ aminoType: "cosmos-sdk/QueryModuleVersionsResponse",
485
493
  encode(message, writer = binary_1.BinaryWriter.create()) {
486
494
  for (const v of message.moduleVersions) {
487
495
  upgrade_1.ModuleVersion.encode(v, writer.uint32(10).fork()).ldelim();
@@ -552,6 +560,7 @@ function createBaseQueryAuthorityRequest() {
552
560
  }
553
561
  exports.QueryAuthorityRequest = {
554
562
  typeUrl: "/cosmos.upgrade.v1beta1.QueryAuthorityRequest",
563
+ aminoType: "cosmos-sdk/QueryAuthorityRequest",
555
564
  encode(_, writer = binary_1.BinaryWriter.create()) {
556
565
  return writer;
557
566
  },
@@ -610,6 +619,7 @@ function createBaseQueryAuthorityResponse() {
610
619
  }
611
620
  exports.QueryAuthorityResponse = {
612
621
  typeUrl: "/cosmos.upgrade.v1beta1.QueryAuthorityResponse",
622
+ aminoType: "cosmos-sdk/QueryAuthorityResponse",
613
623
  encode(message, writer = binary_1.BinaryWriter.create()) {
614
624
  if (message.address !== "") {
615
625
  writer.uint32(10).string(message.address);
@@ -1,13 +1,13 @@
1
1
  import { LCDClient } from "@cosmology/lcd";
2
- import { QueryCurrentPlanRequest, QueryCurrentPlanResponseSDKType, QueryAppliedPlanRequest, QueryAppliedPlanResponseSDKType, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponseSDKType, QueryModuleVersionsRequest, QueryModuleVersionsResponseSDKType, QueryAuthorityRequest, QueryAuthorityResponseSDKType } from "./query";
2
+ import { QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryAuthorityRequest, QueryAuthorityResponse } from "./query";
3
3
  export declare class LCDQueryClient {
4
4
  req: LCDClient;
5
5
  constructor({ requestClient }: {
6
6
  requestClient: LCDClient;
7
7
  });
8
- currentPlan(_params?: QueryCurrentPlanRequest): Promise<QueryCurrentPlanResponseSDKType>;
9
- appliedPlan(params: QueryAppliedPlanRequest): Promise<QueryAppliedPlanResponseSDKType>;
10
- upgradedConsensusState(params: QueryUpgradedConsensusStateRequest): Promise<QueryUpgradedConsensusStateResponseSDKType>;
11
- moduleVersions(params: QueryModuleVersionsRequest): Promise<QueryModuleVersionsResponseSDKType>;
12
- authority(_params?: QueryAuthorityRequest): Promise<QueryAuthorityResponseSDKType>;
8
+ currentPlan: (_params?: QueryCurrentPlanRequest) => Promise<QueryCurrentPlanResponse>;
9
+ appliedPlan: (params: QueryAppliedPlanRequest) => Promise<QueryAppliedPlanResponse>;
10
+ upgradedConsensusState: (params: QueryUpgradedConsensusStateRequest) => Promise<QueryUpgradedConsensusStateResponse>;
11
+ moduleVersions: (params: QueryModuleVersionsRequest) => Promise<QueryModuleVersionsResponse>;
12
+ authority: (_params?: QueryAuthorityRequest) => Promise<QueryAuthorityResponse>;
13
13
  }
@@ -5,36 +5,31 @@ class LCDQueryClient {
5
5
  req;
6
6
  constructor({ requestClient }) {
7
7
  this.req = requestClient;
8
- this.currentPlan = this.currentPlan.bind(this);
9
- this.appliedPlan = this.appliedPlan.bind(this);
10
- this.upgradedConsensusState = this.upgradedConsensusState.bind(this);
11
- this.moduleVersions = this.moduleVersions.bind(this);
12
- this.authority = this.authority.bind(this);
13
8
  }
14
9
  /* CurrentPlan queries the current upgrade plan. */
15
- async currentPlan(_params = {}) {
10
+ currentPlan = async (_params = {}) => {
16
11
  const endpoint = `cosmos/upgrade/v1beta1/current_plan`;
17
12
  return await this.req.get(endpoint);
18
- }
13
+ };
19
14
  /* AppliedPlan queries a previously applied upgrade plan by its name. */
20
- async appliedPlan(params) {
15
+ appliedPlan = async (params) => {
21
16
  const endpoint = `cosmos/upgrade/v1beta1/applied_plan/${params.name}`;
22
17
  return await this.req.get(endpoint);
23
- }
18
+ };
24
19
  /* UpgradedConsensusState queries the consensus state that will serve
25
20
  as a trusted kernel for the next version of this chain. It will only be
26
21
  stored at the last height of this chain.
27
22
  UpgradedConsensusState RPC not supported with legacy querier
28
23
  This rpc is deprecated now that IBC has its own replacement
29
24
  (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54) */
30
- async upgradedConsensusState(params) {
25
+ upgradedConsensusState = async (params) => {
31
26
  const endpoint = `cosmos/upgrade/v1beta1/upgraded_consensus_state/${params.lastHeight}`;
32
27
  return await this.req.get(endpoint);
33
- }
28
+ };
34
29
  /* ModuleVersions queries the list of module versions from state.
35
30
 
36
31
  Since: cosmos-sdk 0.43 */
37
- async moduleVersions(params) {
32
+ moduleVersions = async (params) => {
38
33
  const options = {
39
34
  params: {}
40
35
  };
@@ -43,13 +38,13 @@ class LCDQueryClient {
43
38
  }
44
39
  const endpoint = `cosmos/upgrade/v1beta1/module_versions`;
45
40
  return await this.req.get(endpoint, options);
46
- }
41
+ };
47
42
  /* Returns the account with authority to conduct upgrades
48
43
 
49
44
  Since: cosmos-sdk 0.46 */
50
- async authority(_params = {}) {
45
+ authority = async (_params = {}) => {
51
46
  const endpoint = `cosmos/upgrade/v1beta1/authority`;
52
47
  return await this.req.get(endpoint);
53
- }
48
+ };
54
49
  }
55
50
  exports.LCDQueryClient = LCDQueryClient;
@@ -32,11 +32,11 @@ export interface Query {
32
32
  export declare class QueryClientImpl implements Query {
33
33
  private readonly rpc;
34
34
  constructor(rpc: TxRpc);
35
- currentPlan(request?: QueryCurrentPlanRequest): Promise<QueryCurrentPlanResponse>;
36
- appliedPlan(request: QueryAppliedPlanRequest): Promise<QueryAppliedPlanResponse>;
37
- upgradedConsensusState(request: QueryUpgradedConsensusStateRequest): Promise<QueryUpgradedConsensusStateResponse>;
38
- moduleVersions(request: QueryModuleVersionsRequest): Promise<QueryModuleVersionsResponse>;
39
- authority(request?: QueryAuthorityRequest): Promise<QueryAuthorityResponse>;
35
+ currentPlan: (request?: QueryCurrentPlanRequest) => Promise<QueryCurrentPlanResponse>;
36
+ appliedPlan: (request: QueryAppliedPlanRequest) => Promise<QueryAppliedPlanResponse>;
37
+ upgradedConsensusState: (request: QueryUpgradedConsensusStateRequest) => Promise<QueryUpgradedConsensusStateResponse>;
38
+ moduleVersions: (request: QueryModuleVersionsRequest) => Promise<QueryModuleVersionsResponse>;
39
+ authority: (request?: QueryAuthorityRequest) => Promise<QueryAuthorityResponse>;
40
40
  }
41
41
  export declare const createRpcQueryExtension: (base: QueryClient) => {
42
42
  currentPlan(request?: QueryCurrentPlanRequest): Promise<QueryCurrentPlanResponse>;
@@ -8,37 +8,46 @@ class QueryClientImpl {
8
8
  rpc;
9
9
  constructor(rpc) {
10
10
  this.rpc = rpc;
11
- this.currentPlan = this.currentPlan.bind(this);
12
- this.appliedPlan = this.appliedPlan.bind(this);
13
- this.upgradedConsensusState = this.upgradedConsensusState.bind(this);
14
- this.moduleVersions = this.moduleVersions.bind(this);
15
- this.authority = this.authority.bind(this);
16
11
  }
17
- currentPlan(request = {}) {
12
+ /* CurrentPlan queries the current upgrade plan. */
13
+ currentPlan = async (request = {}) => {
18
14
  const data = query_1.QueryCurrentPlanRequest.encode(request).finish();
19
15
  const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "CurrentPlan", data);
20
16
  return promise.then(data => query_1.QueryCurrentPlanResponse.decode(new binary_1.BinaryReader(data)));
21
- }
22
- appliedPlan(request) {
17
+ };
18
+ /* AppliedPlan queries a previously applied upgrade plan by its name. */
19
+ appliedPlan = async (request) => {
23
20
  const data = query_1.QueryAppliedPlanRequest.encode(request).finish();
24
21
  const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "AppliedPlan", data);
25
22
  return promise.then(data => query_1.QueryAppliedPlanResponse.decode(new binary_1.BinaryReader(data)));
26
- }
27
- upgradedConsensusState(request) {
23
+ };
24
+ /* UpgradedConsensusState queries the consensus state that will serve
25
+ as a trusted kernel for the next version of this chain. It will only be
26
+ stored at the last height of this chain.
27
+ UpgradedConsensusState RPC not supported with legacy querier
28
+ This rpc is deprecated now that IBC has its own replacement
29
+ (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54) */
30
+ upgradedConsensusState = async (request) => {
28
31
  const data = query_1.QueryUpgradedConsensusStateRequest.encode(request).finish();
29
32
  const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "UpgradedConsensusState", data);
30
33
  return promise.then(data => query_1.QueryUpgradedConsensusStateResponse.decode(new binary_1.BinaryReader(data)));
31
- }
32
- moduleVersions(request) {
34
+ };
35
+ /* ModuleVersions queries the list of module versions from state.
36
+
37
+ Since: cosmos-sdk 0.43 */
38
+ moduleVersions = async (request) => {
33
39
  const data = query_1.QueryModuleVersionsRequest.encode(request).finish();
34
40
  const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "ModuleVersions", data);
35
41
  return promise.then(data => query_1.QueryModuleVersionsResponse.decode(new binary_1.BinaryReader(data)));
36
- }
37
- authority(request = {}) {
42
+ };
43
+ /* Returns the account with authority to conduct upgrades
44
+
45
+ Since: cosmos-sdk 0.46 */
46
+ authority = async (request = {}) => {
38
47
  const data = query_1.QueryAuthorityRequest.encode(request).finish();
39
48
  const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "Authority", data);
40
49
  return promise.then(data => query_1.QueryAuthorityResponse.decode(new binary_1.BinaryReader(data)));
41
- }
50
+ };
42
51
  }
43
52
  exports.QueryClientImpl = QueryClientImpl;
44
53
  const createRpcQueryExtension = (base) => {
@@ -1,4 +1,4 @@
1
- import { Plan, PlanAmino, PlanSDKType } from "./upgrade";
1
+ import { Plan, PlanAmino } from "./upgrade";
2
2
  import { BinaryReader, BinaryWriter } from "../../../binary";
3
3
  import { DeepPartial } from "../../../helpers";
4
4
  /**
@@ -31,15 +31,6 @@ export interface MsgSoftwareUpgradeAminoMsg {
31
31
  type: "cosmos-sdk/MsgSoftwareUpgrade";
32
32
  value: MsgSoftwareUpgradeAmino;
33
33
  }
34
- /**
35
- * MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
36
- *
37
- * Since: cosmos-sdk 0.46
38
- */
39
- export interface MsgSoftwareUpgradeSDKType {
40
- authority: string;
41
- plan: PlanSDKType;
42
- }
43
34
  /**
44
35
  * MsgSoftwareUpgradeResponse is the Msg/SoftwareUpgrade response type.
45
36
  *
@@ -62,13 +53,6 @@ export interface MsgSoftwareUpgradeResponseAminoMsg {
62
53
  type: "cosmos-sdk/MsgSoftwareUpgradeResponse";
63
54
  value: MsgSoftwareUpgradeResponseAmino;
64
55
  }
65
- /**
66
- * MsgSoftwareUpgradeResponse is the Msg/SoftwareUpgrade response type.
67
- *
68
- * Since: cosmos-sdk 0.46
69
- */
70
- export interface MsgSoftwareUpgradeResponseSDKType {
71
- }
72
56
  /**
73
57
  * MsgCancelUpgrade is the Msg/CancelUpgrade request type.
74
58
  *
@@ -95,14 +79,6 @@ export interface MsgCancelUpgradeAminoMsg {
95
79
  type: "cosmos-sdk/MsgCancelUpgrade";
96
80
  value: MsgCancelUpgradeAmino;
97
81
  }
98
- /**
99
- * MsgCancelUpgrade is the Msg/CancelUpgrade request type.
100
- *
101
- * Since: cosmos-sdk 0.46
102
- */
103
- export interface MsgCancelUpgradeSDKType {
104
- authority: string;
105
- }
106
82
  /**
107
83
  * MsgCancelUpgradeResponse is the Msg/CancelUpgrade response type.
108
84
  *
@@ -125,15 +101,9 @@ export interface MsgCancelUpgradeResponseAminoMsg {
125
101
  type: "cosmos-sdk/MsgCancelUpgradeResponse";
126
102
  value: MsgCancelUpgradeResponseAmino;
127
103
  }
128
- /**
129
- * MsgCancelUpgradeResponse is the Msg/CancelUpgrade response type.
130
- *
131
- * Since: cosmos-sdk 0.46
132
- */
133
- export interface MsgCancelUpgradeResponseSDKType {
134
- }
135
104
  export declare const MsgSoftwareUpgrade: {
136
105
  typeUrl: string;
106
+ aminoType: string;
137
107
  encode(message: MsgSoftwareUpgrade, writer?: BinaryWriter): BinaryWriter;
138
108
  decode(input: BinaryReader | Uint8Array, length?: number): MsgSoftwareUpgrade;
139
109
  fromPartial(object: DeepPartial<MsgSoftwareUpgrade>): MsgSoftwareUpgrade;
@@ -147,6 +117,7 @@ export declare const MsgSoftwareUpgrade: {
147
117
  };
148
118
  export declare const MsgSoftwareUpgradeResponse: {
149
119
  typeUrl: string;
120
+ aminoType: string;
150
121
  encode(_: MsgSoftwareUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
151
122
  decode(input: BinaryReader | Uint8Array, length?: number): MsgSoftwareUpgradeResponse;
152
123
  fromPartial(_: DeepPartial<MsgSoftwareUpgradeResponse>): MsgSoftwareUpgradeResponse;
@@ -160,6 +131,7 @@ export declare const MsgSoftwareUpgradeResponse: {
160
131
  };
161
132
  export declare const MsgCancelUpgrade: {
162
133
  typeUrl: string;
134
+ aminoType: string;
163
135
  encode(message: MsgCancelUpgrade, writer?: BinaryWriter): BinaryWriter;
164
136
  decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUpgrade;
165
137
  fromPartial(object: DeepPartial<MsgCancelUpgrade>): MsgCancelUpgrade;
@@ -173,6 +145,7 @@ export declare const MsgCancelUpgrade: {
173
145
  };
174
146
  export declare const MsgCancelUpgradeResponse: {
175
147
  typeUrl: string;
148
+ aminoType: string;
176
149
  encode(_: MsgCancelUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
177
150
  decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUpgradeResponse;
178
151
  fromPartial(_: DeepPartial<MsgCancelUpgradeResponse>): MsgCancelUpgradeResponse;