decentralcardgame-cardchain-client-ts 0.0.11 → 0.0.12

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 (316) hide show
  1. package/DecentralCardGame.cardchain.cardchain/module.js +350 -327
  2. package/DecentralCardGame.cardchain.cardchain/module.ts +517 -484
  3. package/DecentralCardGame.cardchain.cardchain/registry.js +74 -72
  4. package/DecentralCardGame.cardchain.cardchain/registry.ts +74 -72
  5. package/DecentralCardGame.cardchain.cardchain/rest.js +1 -1
  6. package/DecentralCardGame.cardchain.cardchain/rest.ts +12 -1
  7. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/genesis.js +1 -1
  8. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/genesis.ts +1 -1
  9. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/match.js +101 -3
  10. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/match.ts +103 -3
  11. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/params.js +10 -0
  12. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/params.ts +11 -0
  13. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/query.js +2 -4
  14. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/query.ts +2 -4
  15. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/tx.js +190 -122
  16. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/tx.ts +220 -144
  17. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/user.js +1 -1
  18. package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/user.ts +1 -1
  19. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voteing.js +346 -0
  20. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voteing.ts +417 -0
  21. package/DecentralCardGame.cardchain.cardchain/types.js +23 -23
  22. package/DecentralCardGame.cardchain.cardchain/types.ts +25 -25
  23. package/client.js +8 -8
  24. package/client.ts +11 -12
  25. package/cosmos.auth.v1beta1/module.js +0 -2
  26. package/cosmos.auth.v1beta1/module.ts +0 -2
  27. package/cosmos.auth.v1beta1/rest.js +3 -18
  28. package/cosmos.auth.v1beta1/rest.ts +3 -113
  29. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -84
  30. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -104
  31. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.ts +1 -1
  32. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.js +3 -104
  33. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.ts +4 -157
  34. package/cosmos.auth.v1beta1/types.js +1 -2
  35. package/cosmos.auth.v1beta1/types.ts +0 -2
  36. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.ts +1 -1
  37. package/cosmos.bank.v1beta1/rest.js +6 -37
  38. package/cosmos.bank.v1beta1/rest.ts +6 -99
  39. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.js +2 -18
  40. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.ts +2 -24
  41. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.ts +0 -9
  42. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.js +2 -18
  43. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.ts +4 -25
  44. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.js +1 -230
  45. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.ts +5 -356
  46. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.js +1 -206
  47. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.ts +1 -305
  48. package/cosmos.base.tendermint.v1beta1/rest.js +3 -3
  49. package/cosmos.base.tendermint.v1beta1/rest.ts +27 -18
  50. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.ts +46 -16
  51. package/cosmos.crisis.v1beta1/module.js +1 -24
  52. package/cosmos.crisis.v1beta1/module.ts +1 -34
  53. package/cosmos.crisis.v1beta1/registry.js +0 -2
  54. package/cosmos.crisis.v1beta1/registry.ts +0 -2
  55. package/cosmos.crisis.v1beta1/rest.ts +0 -19
  56. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.js +0 -95
  57. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.ts +1 -140
  58. package/cosmos.distribution.v1beta1/module.js +9 -55
  59. package/cosmos.distribution.v1beta1/module.ts +13 -79
  60. package/cosmos.distribution.v1beta1/registry.js +2 -6
  61. package/cosmos.distribution.v1beta1/registry.ts +2 -6
  62. package/cosmos.distribution.v1beta1/rest.js +0 -14
  63. package/cosmos.distribution.v1beta1/rest.ts +7 -66
  64. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.ts +0 -19
  65. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.ts +4 -4
  66. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.js +0 -120
  67. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.ts +1 -158
  68. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.js +0 -199
  69. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.ts +3 -300
  70. package/cosmos.evidence.v1beta1/rest.js +3 -4
  71. package/cosmos.evidence.v1beta1/rest.ts +3 -4
  72. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.ts +1 -7
  73. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.js +2 -13
  74. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.ts +3 -25
  75. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.ts +0 -2
  76. package/cosmos.gov.v1/module.js +9 -34
  77. package/cosmos.gov.v1/module.ts +13 -48
  78. package/cosmos.gov.v1/registry.js +2 -4
  79. package/cosmos.gov.v1/registry.ts +2 -4
  80. package/cosmos.gov.v1/rest.ts +41 -155
  81. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.js +1 -13
  82. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.ts +5 -40
  83. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.js +0 -179
  84. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.ts +6 -277
  85. package/cosmos.gov.v1/types/cosmos/gov/v1/query.js +2 -13
  86. package/cosmos.gov.v1/types/cosmos/gov/v1/query.ts +7 -45
  87. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.js +2 -113
  88. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.ts +3 -186
  89. package/cosmos.gov.v1/types.js +1 -2
  90. package/cosmos.gov.v1/types.ts +0 -2
  91. package/cosmos.gov.v1beta1/module.js +31 -31
  92. package/cosmos.gov.v1beta1/module.ts +47 -47
  93. package/cosmos.gov.v1beta1/registry.js +4 -4
  94. package/cosmos.gov.v1beta1/registry.ts +4 -4
  95. package/cosmos.gov.v1beta1/rest.ts +96 -65
  96. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.ts +3 -3
  97. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.ts +10 -45
  98. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.ts +2 -4
  99. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.ts +1 -16
  100. package/cosmos.group.v1/module.js +104 -104
  101. package/cosmos.group.v1/module.ts +155 -155
  102. package/cosmos.group.v1/registry.js +18 -18
  103. package/cosmos.group.v1/registry.ts +18 -18
  104. package/cosmos.group.v1/rest.js +3 -3
  105. package/cosmos.group.v1/rest.ts +9 -29
  106. package/cosmos.group.v1/types/cosmos/group/v1/query.ts +5 -5
  107. package/cosmos.group.v1/types/cosmos/group/v1/tx.js +34 -52
  108. package/cosmos.group.v1/types/cosmos/group/v1/tx.ts +49 -79
  109. package/cosmos.group.v1/types/cosmos/group/v1/types.js +0 -20
  110. package/cosmos.group.v1/types/cosmos/group/v1/types.ts +6 -46
  111. package/cosmos.mint.v1beta1/rest.ts +1 -9
  112. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.ts +1 -1
  113. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.ts +1 -1
  114. package/cosmos.nft.v1beta1/rest.ts +22 -18
  115. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.ts +0 -10
  116. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.ts +0 -1
  117. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.ts +0 -20
  118. package/cosmos.slashing.v1beta1/rest.ts +0 -8
  119. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.ts +1 -1
  120. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.js +0 -94
  121. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.ts +0 -139
  122. package/cosmos.staking.v1beta1/module.js +40 -42
  123. package/cosmos.staking.v1beta1/module.ts +60 -62
  124. package/cosmos.staking.v1beta1/registry.js +8 -8
  125. package/cosmos.staking.v1beta1/registry.ts +8 -8
  126. package/cosmos.staking.v1beta1/rest.js +7 -7
  127. package/cosmos.staking.v1beta1/rest.ts +8 -49
  128. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.ts +1 -1
  129. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.ts +5 -36
  130. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.js +2 -180
  131. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.ts +3 -206
  132. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.js +1 -94
  133. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.ts +1 -138
  134. package/cosmos.staking.v1beta1/types.js +1 -2
  135. package/cosmos.staking.v1beta1/types.ts +0 -2
  136. package/cosmos.tx.v1beta1/rest.js +2 -66
  137. package/cosmos.tx.v1beta1/rest.ts +16 -177
  138. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.js +2 -360
  139. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.ts +2 -524
  140. package/cosmos.tx.v1beta1/types/tendermint/abci/types.js +266 -592
  141. package/cosmos.tx.v1beta1/types/tendermint/abci/types.ts +332 -703
  142. package/cosmos.tx.v1beta1/types/tendermint/types/params.js +17 -8
  143. package/cosmos.tx.v1beta1/types/tendermint/types/params.ts +25 -9
  144. package/cosmos.upgrade.v1beta1/rest.ts +1 -0
  145. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.ts +3 -3
  146. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.ts +4 -6
  147. package/cosmos.vesting.v1beta1/module.js +16 -16
  148. package/cosmos.vesting.v1beta1/module.ts +24 -24
  149. package/cosmos.vesting.v1beta1/registry.js +2 -2
  150. package/cosmos.vesting.v1beta1/registry.ts +2 -2
  151. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -84
  152. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -104
  153. package/ibc.applications.interchain_accounts.controller.v1/rest.ts +0 -1
  154. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.js +2 -13
  155. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +4 -16
  156. package/ibc.applications.transfer.v1/module.js +27 -5
  157. package/ibc.applications.transfer.v1/module.ts +34 -5
  158. package/ibc.applications.transfer.v1/registry.js +4 -1
  159. package/ibc.applications.transfer.v1/registry.ts +2 -0
  160. package/ibc.applications.transfer.v1/rest.js +1 -15
  161. package/ibc.applications.transfer.v1/rest.ts +1 -30
  162. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +4 -6
  163. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.js +1 -16
  164. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.ts +2 -23
  165. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.js +0 -91
  166. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.ts +0 -120
  167. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.ts +1 -5
  168. package/ibc.applications.transfer.v1/types.js +1 -3
  169. package/ibc.applications.transfer.v1/types.ts +0 -4
  170. package/ibc.core.channel.v1/rest.ts +0 -1
  171. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +4 -6
  172. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.js +2 -13
  173. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.ts +2 -14
  174. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.ts +1 -5
  175. package/ibc.core.client.v1/rest.ts +1 -5
  176. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +4 -6
  177. package/ibc.core.client.v1/types/ibc/core/client/v1/client.ts +1 -5
  178. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.js +8 -9
  179. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.ts +14 -28
  180. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +4 -6
  181. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.ts +1 -5
  182. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +1 -1
  183. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.ts +1 -1
  184. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +0 -26
  185. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.ts +0 -34
  186. package/ibc.core.connection.v1/types/{cosmos/ics23/v1/proofs.js → proofs.js} +1 -1
  187. package/ibc.core.connection.v1/types/{cosmos/ics23/v1/proofs.ts → proofs.ts} +1 -1
  188. package/index.js +1 -3
  189. package/index.ts +1 -3
  190. package/package.json +1 -1
  191. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/vote_right.js +0 -84
  192. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/vote_right.ts +0 -114
  193. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/voting_result.js +0 -127
  194. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/voting_result.ts +0 -161
  195. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/voting_results.js +0 -148
  196. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/voting_results.ts +0 -182
  197. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.js +0 -2
  198. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.ts +0 -2
  199. package/cosmos.auth.v1beta1/types/amino/amino.js +0 -2
  200. package/cosmos.auth.v1beta1/types/amino/amino.ts +0 -2
  201. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.js +0 -105
  202. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.ts +0 -172
  203. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  204. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  205. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.js +0 -2
  206. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  207. package/cosmos.authz.v1beta1/types/amino/amino.js +0 -2
  208. package/cosmos.authz.v1beta1/types/amino/amino.ts +0 -2
  209. package/cosmos.bank.v1beta1/types/amino/amino.js +0 -2
  210. package/cosmos.bank.v1beta1/types/amino/amino.ts +0 -2
  211. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.js +0 -2
  212. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  213. package/cosmos.base.tendermint.v1beta1/types/amino/amino.js +0 -2
  214. package/cosmos.base.tendermint.v1beta1/types/amino/amino.ts +0 -2
  215. package/cosmos.consensus.v1/index.js +0 -5
  216. package/cosmos.consensus.v1/index.ts +0 -6
  217. package/cosmos.consensus.v1/module.js +0 -81
  218. package/cosmos.consensus.v1/module.ts +0 -129
  219. package/cosmos.consensus.v1/registry.js +0 -5
  220. package/cosmos.consensus.v1/registry.ts +0 -9
  221. package/cosmos.consensus.v1/rest.js +0 -100
  222. package/cosmos.consensus.v1/rest.ts +0 -268
  223. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.js +0 -94
  224. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.ts +0 -147
  225. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.js +0 -129
  226. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.ts +0 -196
  227. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.js +0 -2
  228. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.ts +0 -2
  229. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.js +0 -171
  230. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.ts +0 -247
  231. package/cosmos.consensus.v1/types/gogoproto/gogo.js +0 -2
  232. package/cosmos.consensus.v1/types/gogoproto/gogo.ts +0 -2
  233. package/cosmos.consensus.v1/types/google/api/annotations.js +0 -2
  234. package/cosmos.consensus.v1/types/google/api/annotations.ts +0 -2
  235. package/cosmos.consensus.v1/types/google/api/http.js +0 -260
  236. package/cosmos.consensus.v1/types/google/api/http.ts +0 -589
  237. package/cosmos.consensus.v1/types/google/protobuf/descriptor.js +0 -2830
  238. package/cosmos.consensus.v1/types/google/protobuf/descriptor.ts +0 -3753
  239. package/cosmos.consensus.v1/types/google/protobuf/duration.js +0 -84
  240. package/cosmos.consensus.v1/types/google/protobuf/duration.ts +0 -187
  241. package/cosmos.consensus.v1/types/tendermint/types/params.js +0 -369
  242. package/cosmos.consensus.v1/types/tendermint/types/params.ts +0 -498
  243. package/cosmos.consensus.v1/types.js +0 -1
  244. package/cosmos.consensus.v1/types.ts +0 -5
  245. package/cosmos.crisis.v1beta1/types/amino/amino.js +0 -2
  246. package/cosmos.crisis.v1beta1/types/amino/amino.ts +0 -2
  247. package/cosmos.distribution.v1beta1/types/amino/amino.js +0 -2
  248. package/cosmos.distribution.v1beta1/types/amino/amino.ts +0 -2
  249. package/cosmos.evidence.v1beta1/types/amino/amino.js +0 -2
  250. package/cosmos.evidence.v1beta1/types/amino/amino.ts +0 -2
  251. package/cosmos.feegrant.v1beta1/types/amino/amino.js +0 -2
  252. package/cosmos.feegrant.v1beta1/types/amino/amino.ts +0 -2
  253. package/cosmos.gov.v1/types/amino/amino.js +0 -2
  254. package/cosmos.gov.v1/types/amino/amino.ts +0 -2
  255. package/cosmos.gov.v1beta1/types/amino/amino.js +0 -2
  256. package/cosmos.gov.v1beta1/types/amino/amino.ts +0 -2
  257. package/cosmos.group.v1/types/amino/amino.js +0 -2
  258. package/cosmos.group.v1/types/amino/amino.ts +0 -2
  259. package/cosmos.mint.v1beta1/types/amino/amino.js +0 -2
  260. package/cosmos.mint.v1beta1/types/amino/amino.ts +0 -2
  261. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.js +0 -105
  262. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.ts +0 -172
  263. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  264. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  265. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  266. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  267. package/cosmos.params.v1beta1/types/amino/amino.js +0 -2
  268. package/cosmos.params.v1beta1/types/amino/amino.ts +0 -2
  269. package/cosmos.slashing.v1beta1/types/amino/amino.js +0 -2
  270. package/cosmos.slashing.v1beta1/types/amino/amino.ts +0 -2
  271. package/cosmos.staking.v1beta1/types/amino/amino.js +0 -2
  272. package/cosmos.staking.v1beta1/types/amino/amino.ts +0 -2
  273. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.js +0 -2
  274. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  275. package/cosmos.staking.v1beta1/types/tendermint/abci/types.js +0 -3812
  276. package/cosmos.staking.v1beta1/types/tendermint/abci/types.ts +0 -4525
  277. package/cosmos.staking.v1beta1/types/tendermint/types/params.js +0 -369
  278. package/cosmos.staking.v1beta1/types/tendermint/types/params.ts +0 -498
  279. package/cosmos.tx.v1beta1/types/amino/amino.js +0 -2
  280. package/cosmos.tx.v1beta1/types/amino/amino.ts +0 -2
  281. package/cosmos.upgrade.v1beta1/types/amino/amino.js +0 -2
  282. package/cosmos.upgrade.v1beta1/types/amino/amino.ts +0 -2
  283. package/cosmos.vesting.v1beta1/types/amino/amino.js +0 -2
  284. package/cosmos.vesting.v1beta1/types/amino/amino.ts +0 -2
  285. package/ibc.applications.transfer.v1/types/amino/amino.js +0 -2
  286. package/ibc.applications.transfer.v1/types/amino/amino.ts +0 -2
  287. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.js +0 -135
  288. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.ts +0 -178
  289. package/ibc.core.channel.v1/types/amino/amino.js +0 -2
  290. package/ibc.core.channel.v1/types/amino/amino.ts +0 -2
  291. package/ibc.core.client.v1/types/amino/amino.js +0 -2
  292. package/ibc.core.client.v1/types/amino/amino.ts +0 -2
  293. package/ibc.core.connection.v1/types/amino/amino.js +0 -2
  294. package/ibc.core.connection.v1/types/amino/amino.ts +0 -2
  295. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/card.js +0 -0
  296. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/card.ts +0 -0
  297. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/collection.js +0 -0
  298. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/collection.ts +0 -0
  299. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/collection_proposal.js +0 -0
  300. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/collection_proposal.ts +0 -0
  301. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/copyright_proposal.js +0 -0
  302. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/copyright_proposal.ts +0 -0
  303. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/council.js +0 -0
  304. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/council.ts +0 -0
  305. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/image.js +0 -0
  306. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/image.ts +0 -0
  307. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/match_reporter_proposal.js +0 -0
  308. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/match_reporter_proposal.ts +0 -0
  309. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/num.js +0 -0
  310. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/num.ts +0 -0
  311. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/running_average.js +0 -0
  312. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/running_average.ts +0 -0
  313. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/sell_offer.js +0 -0
  314. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/sell_offer.ts +0 -0
  315. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/server.js +0 -0
  316. /package/DecentralCardGame.cardchain.cardchain/types/{DecentralCardGame/cardchain → cardchain}/cardchain/server.ts +0 -0
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable */
2
2
  import _m0 from "protobufjs/minimal";
3
3
  import { Coin } from "../../base/v1beta1/coin";
4
- import { Input, Output, Params, SendEnabled } from "./bank";
4
+ import { Input, Output } from "./bank";
5
5
 
6
6
  export const protobufPackage = "cosmos.bank.v1beta1";
7
7
 
@@ -18,10 +18,6 @@ export interface MsgSendResponse {
18
18
 
19
19
  /** MsgMultiSend represents an arbitrary multi-in, multi-out send message. */
20
20
  export interface MsgMultiSend {
21
- /**
22
- * Inputs, despite being `repeated`, only allows one sender input. This is
23
- * checked in MsgMultiSend's ValidateBasic.
24
- */
25
21
  inputs: Input[];
26
22
  outputs: Output[];
27
23
  }
@@ -30,61 +26,6 @@ export interface MsgMultiSend {
30
26
  export interface MsgMultiSendResponse {
31
27
  }
32
28
 
33
- /**
34
- * MsgUpdateParams is the Msg/UpdateParams request type.
35
- *
36
- * Since: cosmos-sdk 0.47
37
- */
38
- export interface MsgUpdateParams {
39
- /** authority is the address that controls the module (defaults to x/gov unless overwritten). */
40
- authority: string;
41
- /**
42
- * params defines the x/bank parameters to update.
43
- *
44
- * NOTE: All parameters must be supplied.
45
- */
46
- params: Params | undefined;
47
- }
48
-
49
- /**
50
- * MsgUpdateParamsResponse defines the response structure for executing a
51
- * MsgUpdateParams message.
52
- *
53
- * Since: cosmos-sdk 0.47
54
- */
55
- export interface MsgUpdateParamsResponse {
56
- }
57
-
58
- /**
59
- * MsgSetSendEnabled is the Msg/SetSendEnabled request type.
60
- *
61
- * Only entries to add/update/delete need to be included.
62
- * Existing SendEnabled entries that are not included in this
63
- * message are left unchanged.
64
- *
65
- * Since: cosmos-sdk 0.47
66
- */
67
- export interface MsgSetSendEnabled {
68
- authority: string;
69
- /** send_enabled is the list of entries to add or update. */
70
- sendEnabled: SendEnabled[];
71
- /**
72
- * use_default_for is a list of denoms that should use the params.default_send_enabled value.
73
- * Denoms listed here will have their SendEnabled entries deleted.
74
- * If a denom is included that doesn't have a SendEnabled entry,
75
- * it will be ignored.
76
- */
77
- useDefaultFor: string[];
78
- }
79
-
80
- /**
81
- * MsgSetSendEnabledResponse defines the Msg/SetSendEnabled response type.
82
- *
83
- * Since: cosmos-sdk 0.47
84
- */
85
- export interface MsgSetSendEnabledResponse {
86
- }
87
-
88
29
  function createBaseMsgSend(): MsgSend {
89
30
  return { fromAddress: "", toAddress: "", amount: [] };
90
31
  }
@@ -300,243 +241,12 @@ export const MsgMultiSendResponse = {
300
241
  },
301
242
  };
302
243
 
303
- function createBaseMsgUpdateParams(): MsgUpdateParams {
304
- return { authority: "", params: undefined };
305
- }
306
-
307
- export const MsgUpdateParams = {
308
- encode(message: MsgUpdateParams, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
309
- if (message.authority !== "") {
310
- writer.uint32(10).string(message.authority);
311
- }
312
- if (message.params !== undefined) {
313
- Params.encode(message.params, writer.uint32(18).fork()).ldelim();
314
- }
315
- return writer;
316
- },
317
-
318
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateParams {
319
- const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
320
- let end = length === undefined ? reader.len : reader.pos + length;
321
- const message = createBaseMsgUpdateParams();
322
- while (reader.pos < end) {
323
- const tag = reader.uint32();
324
- switch (tag >>> 3) {
325
- case 1:
326
- message.authority = reader.string();
327
- break;
328
- case 2:
329
- message.params = Params.decode(reader, reader.uint32());
330
- break;
331
- default:
332
- reader.skipType(tag & 7);
333
- break;
334
- }
335
- }
336
- return message;
337
- },
338
-
339
- fromJSON(object: any): MsgUpdateParams {
340
- return {
341
- authority: isSet(object.authority) ? String(object.authority) : "",
342
- params: isSet(object.params) ? Params.fromJSON(object.params) : undefined,
343
- };
344
- },
345
-
346
- toJSON(message: MsgUpdateParams): unknown {
347
- const obj: any = {};
348
- message.authority !== undefined && (obj.authority = message.authority);
349
- message.params !== undefined && (obj.params = message.params ? Params.toJSON(message.params) : undefined);
350
- return obj;
351
- },
352
-
353
- fromPartial<I extends Exact<DeepPartial<MsgUpdateParams>, I>>(object: I): MsgUpdateParams {
354
- const message = createBaseMsgUpdateParams();
355
- message.authority = object.authority ?? "";
356
- message.params = (object.params !== undefined && object.params !== null)
357
- ? Params.fromPartial(object.params)
358
- : undefined;
359
- return message;
360
- },
361
- };
362
-
363
- function createBaseMsgUpdateParamsResponse(): MsgUpdateParamsResponse {
364
- return {};
365
- }
366
-
367
- export const MsgUpdateParamsResponse = {
368
- encode(_: MsgUpdateParamsResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
369
- return writer;
370
- },
371
-
372
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateParamsResponse {
373
- const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
374
- let end = length === undefined ? reader.len : reader.pos + length;
375
- const message = createBaseMsgUpdateParamsResponse();
376
- while (reader.pos < end) {
377
- const tag = reader.uint32();
378
- switch (tag >>> 3) {
379
- default:
380
- reader.skipType(tag & 7);
381
- break;
382
- }
383
- }
384
- return message;
385
- },
386
-
387
- fromJSON(_: any): MsgUpdateParamsResponse {
388
- return {};
389
- },
390
-
391
- toJSON(_: MsgUpdateParamsResponse): unknown {
392
- const obj: any = {};
393
- return obj;
394
- },
395
-
396
- fromPartial<I extends Exact<DeepPartial<MsgUpdateParamsResponse>, I>>(_: I): MsgUpdateParamsResponse {
397
- const message = createBaseMsgUpdateParamsResponse();
398
- return message;
399
- },
400
- };
401
-
402
- function createBaseMsgSetSendEnabled(): MsgSetSendEnabled {
403
- return { authority: "", sendEnabled: [], useDefaultFor: [] };
404
- }
405
-
406
- export const MsgSetSendEnabled = {
407
- encode(message: MsgSetSendEnabled, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
408
- if (message.authority !== "") {
409
- writer.uint32(10).string(message.authority);
410
- }
411
- for (const v of message.sendEnabled) {
412
- SendEnabled.encode(v!, writer.uint32(18).fork()).ldelim();
413
- }
414
- for (const v of message.useDefaultFor) {
415
- writer.uint32(26).string(v!);
416
- }
417
- return writer;
418
- },
419
-
420
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetSendEnabled {
421
- const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
422
- let end = length === undefined ? reader.len : reader.pos + length;
423
- const message = createBaseMsgSetSendEnabled();
424
- while (reader.pos < end) {
425
- const tag = reader.uint32();
426
- switch (tag >>> 3) {
427
- case 1:
428
- message.authority = reader.string();
429
- break;
430
- case 2:
431
- message.sendEnabled.push(SendEnabled.decode(reader, reader.uint32()));
432
- break;
433
- case 3:
434
- message.useDefaultFor.push(reader.string());
435
- break;
436
- default:
437
- reader.skipType(tag & 7);
438
- break;
439
- }
440
- }
441
- return message;
442
- },
443
-
444
- fromJSON(object: any): MsgSetSendEnabled {
445
- return {
446
- authority: isSet(object.authority) ? String(object.authority) : "",
447
- sendEnabled: Array.isArray(object?.sendEnabled)
448
- ? object.sendEnabled.map((e: any) => SendEnabled.fromJSON(e))
449
- : [],
450
- useDefaultFor: Array.isArray(object?.useDefaultFor) ? object.useDefaultFor.map((e: any) => String(e)) : [],
451
- };
452
- },
453
-
454
- toJSON(message: MsgSetSendEnabled): unknown {
455
- const obj: any = {};
456
- message.authority !== undefined && (obj.authority = message.authority);
457
- if (message.sendEnabled) {
458
- obj.sendEnabled = message.sendEnabled.map((e) => e ? SendEnabled.toJSON(e) : undefined);
459
- } else {
460
- obj.sendEnabled = [];
461
- }
462
- if (message.useDefaultFor) {
463
- obj.useDefaultFor = message.useDefaultFor.map((e) => e);
464
- } else {
465
- obj.useDefaultFor = [];
466
- }
467
- return obj;
468
- },
469
-
470
- fromPartial<I extends Exact<DeepPartial<MsgSetSendEnabled>, I>>(object: I): MsgSetSendEnabled {
471
- const message = createBaseMsgSetSendEnabled();
472
- message.authority = object.authority ?? "";
473
- message.sendEnabled = object.sendEnabled?.map((e) => SendEnabled.fromPartial(e)) || [];
474
- message.useDefaultFor = object.useDefaultFor?.map((e) => e) || [];
475
- return message;
476
- },
477
- };
478
-
479
- function createBaseMsgSetSendEnabledResponse(): MsgSetSendEnabledResponse {
480
- return {};
481
- }
482
-
483
- export const MsgSetSendEnabledResponse = {
484
- encode(_: MsgSetSendEnabledResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
485
- return writer;
486
- },
487
-
488
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetSendEnabledResponse {
489
- const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
490
- let end = length === undefined ? reader.len : reader.pos + length;
491
- const message = createBaseMsgSetSendEnabledResponse();
492
- while (reader.pos < end) {
493
- const tag = reader.uint32();
494
- switch (tag >>> 3) {
495
- default:
496
- reader.skipType(tag & 7);
497
- break;
498
- }
499
- }
500
- return message;
501
- },
502
-
503
- fromJSON(_: any): MsgSetSendEnabledResponse {
504
- return {};
505
- },
506
-
507
- toJSON(_: MsgSetSendEnabledResponse): unknown {
508
- const obj: any = {};
509
- return obj;
510
- },
511
-
512
- fromPartial<I extends Exact<DeepPartial<MsgSetSendEnabledResponse>, I>>(_: I): MsgSetSendEnabledResponse {
513
- const message = createBaseMsgSetSendEnabledResponse();
514
- return message;
515
- },
516
- };
517
-
518
244
  /** Msg defines the bank Msg service. */
519
245
  export interface Msg {
520
246
  /** Send defines a method for sending coins from one account to another account. */
521
247
  Send(request: MsgSend): Promise<MsgSendResponse>;
522
248
  /** MultiSend defines a method for sending coins from some accounts to other accounts. */
523
249
  MultiSend(request: MsgMultiSend): Promise<MsgMultiSendResponse>;
524
- /**
525
- * UpdateParams defines a governance operation for updating the x/bank module parameters.
526
- * The authority is defined in the keeper.
527
- *
528
- * Since: cosmos-sdk 0.47
529
- */
530
- UpdateParams(request: MsgUpdateParams): Promise<MsgUpdateParamsResponse>;
531
- /**
532
- * SetSendEnabled is a governance operation for setting the SendEnabled flag
533
- * on any number of Denoms. Only the entries to add or update should be
534
- * included. Entries that already exist in the store, but that aren't
535
- * included in this message, will be left unchanged.
536
- *
537
- * Since: cosmos-sdk 0.47
538
- */
539
- SetSendEnabled(request: MsgSetSendEnabled): Promise<MsgSetSendEnabledResponse>;
540
250
  }
541
251
 
542
252
  export class MsgClientImpl implements Msg {
@@ -545,8 +255,6 @@ export class MsgClientImpl implements Msg {
545
255
  this.rpc = rpc;
546
256
  this.Send = this.Send.bind(this);
547
257
  this.MultiSend = this.MultiSend.bind(this);
548
- this.UpdateParams = this.UpdateParams.bind(this);
549
- this.SetSendEnabled = this.SetSendEnabled.bind(this);
550
258
  }
551
259
  Send(request: MsgSend): Promise<MsgSendResponse> {
552
260
  const data = MsgSend.encode(request).finish();
@@ -559,18 +267,6 @@ export class MsgClientImpl implements Msg {
559
267
  const promise = this.rpc.request("cosmos.bank.v1beta1.Msg", "MultiSend", data);
560
268
  return promise.then((data) => MsgMultiSendResponse.decode(new _m0.Reader(data)));
561
269
  }
562
-
563
- UpdateParams(request: MsgUpdateParams): Promise<MsgUpdateParamsResponse> {
564
- const data = MsgUpdateParams.encode(request).finish();
565
- const promise = this.rpc.request("cosmos.bank.v1beta1.Msg", "UpdateParams", data);
566
- return promise.then((data) => MsgUpdateParamsResponse.decode(new _m0.Reader(data)));
567
- }
568
-
569
- SetSendEnabled(request: MsgSetSendEnabled): Promise<MsgSetSendEnabledResponse> {
570
- const data = MsgSetSendEnabled.encode(request).finish();
571
- const promise = this.rpc.request("cosmos.bank.v1beta1.Msg", "SetSendEnabled", data);
572
- return promise.then((data) => MsgSetSendEnabledResponse.decode(new _m0.Reader(data)));
573
- }
574
270
  }
575
271
 
576
272
  interface Rpc {
@@ -107,9 +107,9 @@ export class Api extends HttpClient {
107
107
  *
108
108
  * @tags Service
109
109
  * @name ServiceAbciQuery
110
- * @summary ABCIQuery defines a query handler that supports ABCI queries directly to the
111
- application, bypassing Tendermint completely. The ABCI query must contain
112
- a valid and supported path, including app, custom, p2p, and store.
110
+ * @summary ABCIQuery defines a query handler that supports ABCI queries directly to
111
+ the application, bypassing Tendermint completely. The ABCI query must
112
+ contain a valid and supported path, including app, custom, p2p, and store.
113
113
  * @request GET:/cosmos/base/tendermint/v1beta1/abci_query
114
114
  */
115
115
  this.serviceABCIQuery = (query, params = {}) => this.request({
@@ -368,10 +368,11 @@ export interface Tendermintv1Beta1Header {
368
368
 
369
369
  /**
370
370
  * ProofOp defines an operation used for calculating Merkle root. The data could
371
- be arbitrary format, providing necessary data for example neighbouring node
371
+ be arbitrary format, providing nessecary data for example neighbouring node
372
372
  hash.
373
373
 
374
- Note: This type is a duplicate of the ProofOp proto type defined in Tendermint.
374
+ Note: This type is a duplicate of the ProofOp proto type defined in
375
+ Tendermint.
375
376
  */
376
377
  export interface Tendermintv1Beta1ProofOp {
377
378
  type?: string;
@@ -386,7 +387,8 @@ export interface Tendermintv1Beta1ProofOp {
386
387
  /**
387
388
  * ProofOps is Merkle proof defined by the list of ProofOps.
388
389
 
389
- Note: This type is a duplicate of the ProofOps proto type defined in Tendermint.
390
+ Note: This type is a duplicate of the ProofOps proto type defined in
391
+ Tendermint.
390
392
  */
391
393
  export interface Tendermintv1Beta1ProofOps {
392
394
  ops?: Tendermintv1Beta1ProofOp[];
@@ -649,7 +651,8 @@ export interface TypesVote {
649
651
  }
650
652
 
651
653
  /**
652
- * ABCIQueryResponse defines the response structure for the ABCIQuery gRPC query.
654
+ * ABCIQueryResponse defines the response structure for the ABCIQuery gRPC
655
+ query.
653
656
 
654
657
  Note: This type is a duplicate of the ResponseQuery proto type defined in
655
658
  Tendermint.
@@ -676,7 +679,8 @@ export interface V1Beta1ABCIQueryResponse {
676
679
  /**
677
680
  * ProofOps is Merkle proof defined by the list of ProofOps.
678
681
  *
679
- * Note: This type is a duplicate of the ProofOps proto type defined in Tendermint.
682
+ * Note: This type is a duplicate of the ProofOps proto type defined in
683
+ * Tendermint.
680
684
  */
681
685
  proof_ops?: Tendermintv1Beta1ProofOps;
682
686
 
@@ -686,8 +690,9 @@ export interface V1Beta1ABCIQueryResponse {
686
690
  }
687
691
 
688
692
  /**
689
- * GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight RPC method.
690
- */
693
+ * GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight
694
+ RPC method.
695
+ */
691
696
  export interface V1Beta1GetBlockByHeightResponse {
692
697
  block_id?: TypesBlockID;
693
698
 
@@ -703,8 +708,9 @@ export interface V1Beta1GetBlockByHeightResponse {
703
708
  }
704
709
 
705
710
  /**
706
- * GetLatestBlockResponse is the response type for the Query/GetLatestBlock RPC method.
707
- */
711
+ * GetLatestBlockResponse is the response type for the Query/GetLatestBlock RPC
712
+ method.
713
+ */
708
714
  export interface V1Beta1GetLatestBlockResponse {
709
715
  block_id?: TypesBlockID;
710
716
 
@@ -720,8 +726,9 @@ export interface V1Beta1GetLatestBlockResponse {
720
726
  }
721
727
 
722
728
  /**
723
- * GetLatestValidatorSetResponse is the response type for the Query/GetValidatorSetByHeight RPC method.
724
- */
729
+ * GetLatestValidatorSetResponse is the response type for the
730
+ Query/GetValidatorSetByHeight RPC method.
731
+ */
725
732
  export interface V1Beta1GetLatestValidatorSetResponse {
726
733
  /** @format int64 */
727
734
  block_height?: string;
@@ -732,8 +739,9 @@ export interface V1Beta1GetLatestValidatorSetResponse {
732
739
  }
733
740
 
734
741
  /**
735
- * GetNodeInfoResponse is the response type for the Query/GetNodeInfo RPC method.
736
- */
742
+ * GetNodeInfoResponse is the response type for the Query/GetNodeInfo RPC
743
+ method.
744
+ */
737
745
  export interface V1Beta1GetNodeInfoResponse {
738
746
  default_node_info?: P2PDefaultNodeInfo;
739
747
 
@@ -749,8 +757,9 @@ export interface V1Beta1GetSyncingResponse {
749
757
  }
750
758
 
751
759
  /**
752
- * GetValidatorSetByHeightResponse is the response type for the Query/GetValidatorSetByHeight RPC method.
753
- */
760
+ * GetValidatorSetByHeightResponse is the response type for the
761
+ Query/GetValidatorSetByHeight RPC method.
762
+ */
754
763
  export interface V1Beta1GetValidatorSetByHeightResponse {
755
764
  /** @format int64 */
756
765
  block_height?: string;
@@ -1002,9 +1011,9 @@ export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDa
1002
1011
  *
1003
1012
  * @tags Service
1004
1013
  * @name ServiceAbciQuery
1005
- * @summary ABCIQuery defines a query handler that supports ABCI queries directly to the
1006
- application, bypassing Tendermint completely. The ABCI query must contain
1007
- a valid and supported path, including app, custom, p2p, and store.
1014
+ * @summary ABCIQuery defines a query handler that supports ABCI queries directly to
1015
+ the application, bypassing Tendermint completely. The ABCI query must
1016
+ contain a valid and supported path, including app, custom, p2p, and store.
1008
1017
  * @request GET:/cosmos/base/tendermint/v1beta1/abci_query
1009
1018
  */
1010
1019
  serviceABCIQuery = (
@@ -10,14 +10,20 @@ import { Block as Block1 } from "./types";
10
10
 
11
11
  export const protobufPackage = "cosmos.base.tendermint.v1beta1";
12
12
 
13
- /** GetValidatorSetByHeightRequest is the request type for the Query/GetValidatorSetByHeight RPC method. */
13
+ /**
14
+ * GetValidatorSetByHeightRequest is the request type for the
15
+ * Query/GetValidatorSetByHeight RPC method.
16
+ */
14
17
  export interface GetValidatorSetByHeightRequest {
15
18
  height: number;
16
19
  /** pagination defines an pagination for the request. */
17
20
  pagination: PageRequest | undefined;
18
21
  }
19
22
 
20
- /** GetValidatorSetByHeightResponse is the response type for the Query/GetValidatorSetByHeight RPC method. */
23
+ /**
24
+ * GetValidatorSetByHeightResponse is the response type for the
25
+ * Query/GetValidatorSetByHeight RPC method.
26
+ */
21
27
  export interface GetValidatorSetByHeightResponse {
22
28
  blockHeight: number;
23
29
  validators: Validator[];
@@ -25,13 +31,19 @@ export interface GetValidatorSetByHeightResponse {
25
31
  pagination: PageResponse | undefined;
26
32
  }
27
33
 
28
- /** GetLatestValidatorSetRequest is the request type for the Query/GetValidatorSetByHeight RPC method. */
34
+ /**
35
+ * GetLatestValidatorSetRequest is the request type for the
36
+ * Query/GetValidatorSetByHeight RPC method.
37
+ */
29
38
  export interface GetLatestValidatorSetRequest {
30
39
  /** pagination defines an pagination for the request. */
31
40
  pagination: PageRequest | undefined;
32
41
  }
33
42
 
34
- /** GetLatestValidatorSetResponse is the response type for the Query/GetValidatorSetByHeight RPC method. */
43
+ /**
44
+ * GetLatestValidatorSetResponse is the response type for the
45
+ * Query/GetValidatorSetByHeight RPC method.
46
+ */
35
47
  export interface GetLatestValidatorSetResponse {
36
48
  blockHeight: number;
37
49
  validators: Validator[];
@@ -47,12 +59,18 @@ export interface Validator {
47
59
  proposerPriority: number;
48
60
  }
49
61
 
50
- /** GetBlockByHeightRequest is the request type for the Query/GetBlockByHeight RPC method. */
62
+ /**
63
+ * GetBlockByHeightRequest is the request type for the Query/GetBlockByHeight
64
+ * RPC method.
65
+ */
51
66
  export interface GetBlockByHeightRequest {
52
67
  height: number;
53
68
  }
54
69
 
55
- /** GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight RPC method. */
70
+ /**
71
+ * GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight
72
+ * RPC method.
73
+ */
56
74
  export interface GetBlockByHeightResponse {
57
75
  blockId:
58
76
  | BlockID
@@ -65,11 +83,17 @@ export interface GetBlockByHeightResponse {
65
83
  sdkBlock: Block1 | undefined;
66
84
  }
67
85
 
68
- /** GetLatestBlockRequest is the request type for the Query/GetLatestBlock RPC method. */
86
+ /**
87
+ * GetLatestBlockRequest is the request type for the Query/GetLatestBlock RPC
88
+ * method.
89
+ */
69
90
  export interface GetLatestBlockRequest {
70
91
  }
71
92
 
72
- /** GetLatestBlockResponse is the response type for the Query/GetLatestBlock RPC method. */
93
+ /**
94
+ * GetLatestBlockResponse is the response type for the Query/GetLatestBlock RPC
95
+ * method.
96
+ */
73
97
  export interface GetLatestBlockResponse {
74
98
  blockId:
75
99
  | BlockID
@@ -95,7 +119,10 @@ export interface GetSyncingResponse {
95
119
  export interface GetNodeInfoRequest {
96
120
  }
97
121
 
98
- /** GetNodeInfoResponse is the response type for the Query/GetNodeInfo RPC method. */
122
+ /**
123
+ * GetNodeInfoResponse is the response type for the Query/GetNodeInfo RPC
124
+ * method.
125
+ */
99
126
  export interface GetNodeInfoResponse {
100
127
  defaultNodeInfo: DefaultNodeInfo | undefined;
101
128
  applicationVersion: VersionInfo | undefined;
@@ -133,7 +160,8 @@ export interface ABCIQueryRequest {
133
160
  }
134
161
 
135
162
  /**
136
- * ABCIQueryResponse defines the response structure for the ABCIQuery gRPC query.
163
+ * ABCIQueryResponse defines the response structure for the ABCIQuery gRPC
164
+ * query.
137
165
  *
138
166
  * Note: This type is a duplicate of the ResponseQuery proto type defined in
139
167
  * Tendermint.
@@ -154,10 +182,11 @@ export interface ABCIQueryResponse {
154
182
 
155
183
  /**
156
184
  * ProofOp defines an operation used for calculating Merkle root. The data could
157
- * be arbitrary format, providing necessary data for example neighbouring node
185
+ * be arbitrary format, providing nessecary data for example neighbouring node
158
186
  * hash.
159
187
  *
160
- * Note: This type is a duplicate of the ProofOp proto type defined in Tendermint.
188
+ * Note: This type is a duplicate of the ProofOp proto type defined in
189
+ * Tendermint.
161
190
  */
162
191
  export interface ProofOp {
163
192
  type: string;
@@ -168,7 +197,8 @@ export interface ProofOp {
168
197
  /**
169
198
  * ProofOps is Merkle proof defined by the list of ProofOps.
170
199
  *
171
- * Note: This type is a duplicate of the ProofOps proto type defined in Tendermint.
200
+ * Note: This type is a duplicate of the ProofOps proto type defined in
201
+ * Tendermint.
172
202
  */
173
203
  export interface ProofOps {
174
204
  ops: ProofOp[];
@@ -1476,9 +1506,9 @@ export interface Service {
1476
1506
  /** GetValidatorSetByHeight queries validator-set at a given height. */
1477
1507
  GetValidatorSetByHeight(request: GetValidatorSetByHeightRequest): Promise<GetValidatorSetByHeightResponse>;
1478
1508
  /**
1479
- * ABCIQuery defines a query handler that supports ABCI queries directly to the
1480
- * application, bypassing Tendermint completely. The ABCI query must contain
1481
- * a valid and supported path, including app, custom, p2p, and store.
1509
+ * ABCIQuery defines a query handler that supports ABCI queries directly to
1510
+ * the application, bypassing Tendermint completely. The ABCI query must
1511
+ * contain a valid and supported path, including app, custom, p2p, and store.
1482
1512
  *
1483
1513
  * Since: cosmos-sdk 0.46
1484
1514
  */
@@ -4,8 +4,7 @@ import { Registry } from "@cosmjs/proto-signing";
4
4
  import { msgTypes } from './registry';
5
5
  import { Api } from "./rest";
6
6
  import { MsgVerifyInvariant } from "./types/cosmos/crisis/v1beta1/tx";
7
- import { MsgUpdateParams } from "./types/cosmos/crisis/v1beta1/tx";
8
- export { MsgVerifyInvariant, MsgUpdateParams };
7
+ export { MsgVerifyInvariant };
9
8
  export const registry = new Registry(msgTypes);
10
9
  function getStructure(template) {
11
10
  const structure = { fields: [] };
@@ -35,20 +34,6 @@ export const txClient = ({ signer, prefix, addr } = { addr: "http://localhost:26
35
34
  throw new Error('TxClient:sendMsgVerifyInvariant: Could not broadcast Tx: ' + e.message);
36
35
  }
37
36
  },
38
- async sendMsgUpdateParams({ value, fee, memo }) {
39
- if (!signer) {
40
- throw new Error('TxClient:sendMsgUpdateParams: Unable to sign Tx. Signer is not present.');
41
- }
42
- try {
43
- const { address } = (await signer.getAccounts())[0];
44
- const signingClient = await SigningStargateClient.connectWithSigner(addr, signer, { registry, prefix });
45
- let msg = this.msgUpdateParams({ value: MsgUpdateParams.fromPartial(value) });
46
- return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo);
47
- }
48
- catch (e) {
49
- throw new Error('TxClient:sendMsgUpdateParams: Could not broadcast Tx: ' + e.message);
50
- }
51
- },
52
37
  msgVerifyInvariant({ value }) {
53
38
  try {
54
39
  return { typeUrl: "/cosmos.crisis.v1beta1.MsgVerifyInvariant", value: MsgVerifyInvariant.fromPartial(value) };
@@ -57,14 +42,6 @@ export const txClient = ({ signer, prefix, addr } = { addr: "http://localhost:26
57
42
  throw new Error('TxClient:MsgVerifyInvariant: Could not create message: ' + e.message);
58
43
  }
59
44
  },
60
- msgUpdateParams({ value }) {
61
- try {
62
- return { typeUrl: "/cosmos.crisis.v1beta1.MsgUpdateParams", value: MsgUpdateParams.fromPartial(value) };
63
- }
64
- catch (e) {
65
- throw new Error('TxClient:MsgUpdateParams: Could not create message: ' + e.message);
66
- }
67
- },
68
45
  };
69
46
  };
70
47
  export const queryClient = ({ addr: addr } = { addr: "http://localhost:1317" }) => {