decentralcardgame-cardchain-client-ts 0.0.10 → 0.0.11

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 (535) hide show
  1. package/DecentralCardGame.cardchain.cardchain/index.js +5 -0
  2. package/DecentralCardGame.cardchain.cardchain/module.js +1046 -0
  3. package/DecentralCardGame.cardchain.cardchain/module.ts +460 -460
  4. package/DecentralCardGame.cardchain.cardchain/registry.js +85 -0
  5. package/DecentralCardGame.cardchain.cardchain/registry.ts +64 -64
  6. package/DecentralCardGame.cardchain.cardchain/rest.js +396 -0
  7. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/card.js +562 -0
  8. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/collection.js +365 -0
  9. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/collection_proposal.js +93 -0
  10. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/copyright_proposal.js +102 -0
  11. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/council.js +350 -0
  12. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/genesis.js +254 -0
  13. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/image.js +88 -0
  14. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/match.js +210 -0
  15. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/match_reporter_proposal.js +67 -0
  16. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/num.js +73 -0
  17. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/params.js +275 -0
  18. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/query.js +1980 -0
  19. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/running_average.js +85 -0
  20. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/sell_offer.js +148 -0
  21. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/server.js +93 -0
  22. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/tx.js +4325 -0
  23. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/user.js +496 -0
  24. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/vote_right.js +84 -0
  25. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/voting_result.js +127 -0
  26. package/DecentralCardGame.cardchain.cardchain/types/DecentralCardGame/cardchain/cardchain/voting_results.js +148 -0
  27. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.js +2 -0
  28. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  29. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.js +192 -0
  30. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.js +171 -0
  31. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.js +2 -0
  32. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.js +2 -0
  33. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.js +260 -0
  34. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.js +2830 -0
  35. package/DecentralCardGame.cardchain.cardchain/types.js +23 -0
  36. package/client.js +7 -7
  37. package/cosmos.auth.v1beta1/index.js +5 -0
  38. package/cosmos.auth.v1beta1/module.js +64 -0
  39. package/cosmos.auth.v1beta1/registry.js +2 -0
  40. package/cosmos.auth.v1beta1/rest.js +228 -0
  41. package/cosmos.auth.v1beta1/types/amino/amino.js +2 -0
  42. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.js +344 -0
  43. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.js +67 -0
  44. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.js +969 -0
  45. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.js +105 -0
  46. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  47. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  48. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.js +2 -0
  49. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  50. package/cosmos.auth.v1beta1/types/gogoproto/gogo.js +2 -0
  51. package/cosmos.auth.v1beta1/types/google/api/annotations.js +2 -0
  52. package/cosmos.auth.v1beta1/types/google/api/http.js +260 -0
  53. package/cosmos.auth.v1beta1/types/google/protobuf/any.js +99 -0
  54. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  55. package/cosmos.auth.v1beta1/types.js +5 -0
  56. package/cosmos.authz.v1beta1/index.js +5 -0
  57. package/cosmos.authz.v1beta1/module.js +140 -0
  58. package/cosmos.authz.v1beta1/registry.js +9 -0
  59. package/cosmos.authz.v1beta1/rest.js +131 -0
  60. package/cosmos.authz.v1beta1/types/amino/amino.js +2 -0
  61. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.js +244 -0
  62. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.js +128 -0
  63. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.js +54 -0
  64. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.js +394 -0
  65. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.js +362 -0
  66. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  67. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  68. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  69. package/cosmos.authz.v1beta1/types/gogoproto/gogo.js +2 -0
  70. package/cosmos.authz.v1beta1/types/google/api/annotations.js +2 -0
  71. package/cosmos.authz.v1beta1/types/google/api/http.js +260 -0
  72. package/cosmos.authz.v1beta1/types/google/protobuf/any.js +99 -0
  73. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  74. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.js +84 -0
  75. package/cosmos.authz.v1beta1/types.js +7 -0
  76. package/cosmos.bank.v1beta1/index.js +5 -0
  77. package/cosmos.bank.v1beta1/module.js +125 -0
  78. package/cosmos.bank.v1beta1/registry.js +7 -0
  79. package/cosmos.bank.v1beta1/rest.js +253 -0
  80. package/cosmos.bank.v1beta1/types/amino/amino.js +2 -0
  81. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.js +66 -0
  82. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.js +455 -0
  83. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.js +170 -0
  84. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.js +1243 -0
  85. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.js +424 -0
  86. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  87. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  88. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  89. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.js +2 -0
  90. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  91. package/cosmos.bank.v1beta1/types/gogoproto/gogo.js +2 -0
  92. package/cosmos.bank.v1beta1/types/google/api/annotations.js +2 -0
  93. package/cosmos.bank.v1beta1/types/google/api/http.js +260 -0
  94. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  95. package/cosmos.bank.v1beta1/types.js +11 -0
  96. package/cosmos.base.tendermint.v1beta1/index.js +5 -0
  97. package/cosmos.base.tendermint.v1beta1/module.js +70 -0
  98. package/cosmos.base.tendermint.v1beta1/registry.js +2 -0
  99. package/cosmos.base.tendermint.v1beta1/rest.js +209 -0
  100. package/cosmos.base.tendermint.v1beta1/types/amino/amino.js +2 -0
  101. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  102. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.js +1281 -0
  103. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.js +350 -0
  104. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  105. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.js +2 -0
  106. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.js +2 -0
  107. package/cosmos.base.tendermint.v1beta1/types/google/api/http.js +260 -0
  108. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.js +99 -0
  109. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  110. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.js +84 -0
  111. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.js +100 -0
  112. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.js +356 -0
  113. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.js +352 -0
  114. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.js +86 -0
  115. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.js +343 -0
  116. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.js +1207 -0
  117. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.js +254 -0
  118. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.js +133 -0
  119. package/cosmos.base.tendermint.v1beta1/types.js +8 -0
  120. package/cosmos.consensus.v1/index.js +5 -0
  121. package/cosmos.consensus.v1/module.js +81 -0
  122. package/cosmos.consensus.v1/registry.js +5 -0
  123. package/cosmos.consensus.v1/rest.js +100 -0
  124. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.js +94 -0
  125. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.js +129 -0
  126. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.js +2 -0
  127. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.js +171 -0
  128. package/cosmos.consensus.v1/types/gogoproto/gogo.js +2 -0
  129. package/cosmos.consensus.v1/types/google/api/annotations.js +2 -0
  130. package/cosmos.consensus.v1/types/google/api/http.js +260 -0
  131. package/cosmos.consensus.v1/types/google/protobuf/descriptor.js +2830 -0
  132. package/cosmos.consensus.v1/types/google/protobuf/duration.js +84 -0
  133. package/cosmos.consensus.v1/types/tendermint/types/params.js +369 -0
  134. package/cosmos.consensus.v1/types.js +1 -0
  135. package/cosmos.crisis.v1beta1/index.js +5 -0
  136. package/cosmos.crisis.v1beta1/module.js +104 -0
  137. package/cosmos.crisis.v1beta1/registry.js +7 -0
  138. package/cosmos.crisis.v1beta1/rest.js +83 -0
  139. package/cosmos.crisis.v1beta1/types/amino/amino.js +2 -0
  140. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  141. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.js +51 -0
  142. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.js +206 -0
  143. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  144. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  145. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.js +2 -0
  146. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  147. package/cosmos.crisis.v1beta1/types.js +1 -0
  148. package/cosmos.distribution.v1beta1/index.js +5 -0
  149. package/cosmos.distribution.v1beta1/module.js +235 -0
  150. package/cosmos.distribution.v1beta1/registry.js +15 -0
  151. package/cosmos.distribution.v1beta1/rest.js +228 -0
  152. package/cosmos.distribution.v1beta1/types/amino/amino.js +2 -0
  153. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  154. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  155. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.js +737 -0
  156. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.js +656 -0
  157. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.js +1046 -0
  158. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.js +595 -0
  159. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  160. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  161. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.js +2 -0
  162. package/cosmos.distribution.v1beta1/types/google/api/annotations.js +2 -0
  163. package/cosmos.distribution.v1beta1/types/google/api/http.js +260 -0
  164. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  165. package/cosmos.distribution.v1beta1/types.js +20 -0
  166. package/cosmos.evidence.v1beta1/index.js +5 -0
  167. package/cosmos.evidence.v1beta1/module.js +84 -0
  168. package/cosmos.evidence.v1beta1/registry.js +5 -0
  169. package/cosmos.evidence.v1beta1/rest.js +116 -0
  170. package/cosmos.evidence.v1beta1/types/amino/amino.js +2 -0
  171. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  172. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.js +124 -0
  173. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.js +50 -0
  174. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.js +265 -0
  175. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.js +154 -0
  176. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  177. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  178. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.js +2 -0
  179. package/cosmos.evidence.v1beta1/types/google/api/annotations.js +2 -0
  180. package/cosmos.evidence.v1beta1/types/google/api/http.js +260 -0
  181. package/cosmos.evidence.v1beta1/types/google/protobuf/any.js +99 -0
  182. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  183. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.js +84 -0
  184. package/cosmos.evidence.v1beta1/types.js +2 -0
  185. package/cosmos.feegrant.v1beta1/index.js +5 -0
  186. package/cosmos.feegrant.v1beta1/module.js +113 -0
  187. package/cosmos.feegrant.v1beta1/registry.js +7 -0
  188. package/cosmos.feegrant.v1beta1/rest.js +130 -0
  189. package/cosmos.feegrant.v1beta1/types/amino/amino.js +2 -0
  190. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  191. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  192. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.js +307 -0
  193. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.js +52 -0
  194. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.js +357 -0
  195. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.js +205 -0
  196. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  197. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  198. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.js +2 -0
  199. package/cosmos.feegrant.v1beta1/types/google/api/annotations.js +2 -0
  200. package/cosmos.feegrant.v1beta1/types/google/api/http.js +260 -0
  201. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.js +99 -0
  202. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  203. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.js +84 -0
  204. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.js +84 -0
  205. package/cosmos.feegrant.v1beta1/types.js +5 -0
  206. package/cosmos.gov.v1/index.js +5 -0
  207. package/cosmos.gov.v1/module.js +192 -0
  208. package/cosmos.gov.v1/registry.js +13 -0
  209. package/cosmos.gov.v1/rest.js +242 -0
  210. package/cosmos.gov.v1/types/amino/amino.js +2 -0
  211. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  212. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.js +192 -0
  213. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.js +174 -0
  214. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.js +945 -0
  215. package/cosmos.gov.v1/types/cosmos/gov/v1/query.js +928 -0
  216. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.js +701 -0
  217. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.js +2 -0
  218. package/cosmos.gov.v1/types/cosmos_proto/cosmos.js +171 -0
  219. package/cosmos.gov.v1/types/gogoproto/gogo.js +2 -0
  220. package/cosmos.gov.v1/types/google/api/annotations.js +2 -0
  221. package/cosmos.gov.v1/types/google/api/http.js +260 -0
  222. package/cosmos.gov.v1/types/google/protobuf/any.js +99 -0
  223. package/cosmos.gov.v1/types/google/protobuf/descriptor.js +2830 -0
  224. package/cosmos.gov.v1/types/google/protobuf/duration.js +84 -0
  225. package/cosmos.gov.v1/types/google/protobuf/timestamp.js +84 -0
  226. package/cosmos.gov.v1/types.js +10 -0
  227. package/cosmos.gov.v1beta1/index.js +5 -0
  228. package/cosmos.gov.v1beta1/module.js +169 -0
  229. package/cosmos.gov.v1beta1/registry.js +11 -0
  230. package/cosmos.gov.v1beta1/rest.js +242 -0
  231. package/cosmos.gov.v1beta1/types/amino/amino.js +2 -0
  232. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  233. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  234. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.js +162 -0
  235. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.js +832 -0
  236. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.js +917 -0
  237. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.js +467 -0
  238. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  239. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  240. package/cosmos.gov.v1beta1/types/gogoproto/gogo.js +2 -0
  241. package/cosmos.gov.v1beta1/types/google/api/annotations.js +2 -0
  242. package/cosmos.gov.v1beta1/types/google/api/http.js +260 -0
  243. package/cosmos.gov.v1beta1/types/google/protobuf/any.js +99 -0
  244. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  245. package/cosmos.gov.v1beta1/types/google/protobuf/duration.js +84 -0
  246. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.js +84 -0
  247. package/cosmos.gov.v1beta1/types.js +10 -0
  248. package/cosmos.group.v1/index.js +5 -0
  249. package/cosmos.group.v1/module.js +423 -0
  250. package/cosmos.group.v1/registry.js +31 -0
  251. package/cosmos.group.v1/rest.js +366 -0
  252. package/cosmos.group.v1/types/amino/amino.js +2 -0
  253. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  254. package/cosmos.group.v1/types/cosmos/group/v1/events.js +497 -0
  255. package/cosmos.group.v1/types/cosmos/group/v1/genesis.js +177 -0
  256. package/cosmos.group.v1/types/cosmos/group/v1/query.js +1578 -0
  257. package/cosmos.group.v1/types/cosmos/group/v1/tx.js +1639 -0
  258. package/cosmos.group.v1/types/cosmos/group/v1/types.js +1125 -0
  259. package/cosmos.group.v1/types/cosmos/msg/v1/msg.js +2 -0
  260. package/cosmos.group.v1/types/cosmos_proto/cosmos.js +171 -0
  261. package/cosmos.group.v1/types/gogoproto/gogo.js +2 -0
  262. package/cosmos.group.v1/types/google/api/annotations.js +2 -0
  263. package/cosmos.group.v1/types/google/api/http.js +260 -0
  264. package/cosmos.group.v1/types/google/protobuf/any.js +99 -0
  265. package/cosmos.group.v1/types/google/protobuf/descriptor.js +2830 -0
  266. package/cosmos.group.v1/types/google/protobuf/duration.js +84 -0
  267. package/cosmos.group.v1/types/google/protobuf/timestamp.js +84 -0
  268. package/cosmos.group.v1/types.js +22 -0
  269. package/cosmos.mint.v1beta1/index.js +5 -0
  270. package/cosmos.mint.v1beta1/module.js +60 -0
  271. package/cosmos.mint.v1beta1/registry.js +2 -0
  272. package/cosmos.mint.v1beta1/rest.js +128 -0
  273. package/cosmos.mint.v1beta1/types/amino/amino.js +2 -0
  274. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.js +63 -0
  275. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.js +179 -0
  276. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.js +298 -0
  277. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.js +105 -0
  278. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  279. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  280. package/cosmos.mint.v1beta1/types/gogoproto/gogo.js +2 -0
  281. package/cosmos.mint.v1beta1/types/google/api/annotations.js +2 -0
  282. package/cosmos.mint.v1beta1/types/google/api/http.js +260 -0
  283. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  284. package/cosmos.mint.v1beta1/types.js +3 -0
  285. package/cosmos.nft.v1beta1/index.js +5 -0
  286. package/cosmos.nft.v1beta1/module.js +68 -0
  287. package/cosmos.nft.v1beta1/registry.js +2 -0
  288. package/cosmos.nft.v1beta1/rest.js +187 -0
  289. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  290. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  291. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.js +198 -0
  292. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.js +126 -0
  293. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.js +183 -0
  294. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.js +752 -0
  295. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.js +120 -0
  296. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  297. package/cosmos.nft.v1beta1/types/google/api/annotations.js +2 -0
  298. package/cosmos.nft.v1beta1/types/google/api/http.js +260 -0
  299. package/cosmos.nft.v1beta1/types/google/protobuf/any.js +99 -0
  300. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  301. package/cosmos.nft.v1beta1/types.js +7 -0
  302. package/cosmos.params.v1beta1/index.js +5 -0
  303. package/cosmos.params.v1beta1/module.js +62 -0
  304. package/cosmos.params.v1beta1/registry.js +2 -0
  305. package/cosmos.params.v1beta1/rest.js +116 -0
  306. package/cosmos.params.v1beta1/types/amino/amino.js +2 -0
  307. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.js +133 -0
  308. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.js +257 -0
  309. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  310. package/cosmos.params.v1beta1/types/gogoproto/gogo.js +2 -0
  311. package/cosmos.params.v1beta1/types/google/api/annotations.js +2 -0
  312. package/cosmos.params.v1beta1/types/google/api/http.js +260 -0
  313. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  314. package/cosmos.params.v1beta1/types.js +4 -0
  315. package/cosmos.slashing.v1beta1/index.js +5 -0
  316. package/cosmos.slashing.v1beta1/module.js +92 -0
  317. package/cosmos.slashing.v1beta1/registry.js +5 -0
  318. package/cosmos.slashing.v1beta1/rest.js +129 -0
  319. package/cosmos.slashing.v1beta1/types/amino/amino.js +2 -0
  320. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  321. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  322. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.js +279 -0
  323. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.js +300 -0
  324. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.js +275 -0
  325. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.js +185 -0
  326. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  327. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.js +2 -0
  328. package/cosmos.slashing.v1beta1/types/google/api/annotations.js +2 -0
  329. package/cosmos.slashing.v1beta1/types/google/api/http.js +260 -0
  330. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  331. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.js +84 -0
  332. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.js +84 -0
  333. package/cosmos.slashing.v1beta1/types.js +6 -0
  334. package/cosmos.staking.v1beta1/index.js +5 -0
  335. package/cosmos.staking.v1beta1/module.js +245 -0
  336. package/cosmos.staking.v1beta1/registry.js +15 -0
  337. package/cosmos.staking.v1beta1/rest.js +308 -0
  338. package/cosmos.staking.v1beta1/types/amino/amino.js +2 -0
  339. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  340. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  341. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  342. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.js +2 -0
  343. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.js +184 -0
  344. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.js +259 -0
  345. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.js +1568 -0
  346. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.js +1614 -0
  347. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.js +861 -0
  348. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  349. package/cosmos.staking.v1beta1/types/gogoproto/gogo.js +2 -0
  350. package/cosmos.staking.v1beta1/types/google/api/annotations.js +2 -0
  351. package/cosmos.staking.v1beta1/types/google/api/http.js +260 -0
  352. package/cosmos.staking.v1beta1/types/google/protobuf/any.js +99 -0
  353. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  354. package/cosmos.staking.v1beta1/types/google/protobuf/duration.js +84 -0
  355. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.js +84 -0
  356. package/cosmos.staking.v1beta1/types/tendermint/abci/types.js +3812 -0
  357. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.js +100 -0
  358. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.js +356 -0
  359. package/cosmos.staking.v1beta1/types/tendermint/types/params.js +369 -0
  360. package/cosmos.staking.v1beta1/types/tendermint/types/types.js +1207 -0
  361. package/cosmos.staking.v1beta1/types/tendermint/types/validator.js +254 -0
  362. package/cosmos.staking.v1beta1/types/tendermint/version/types.js +133 -0
  363. package/cosmos.staking.v1beta1/types.js +25 -0
  364. package/cosmos.tx.v1beta1/index.js +5 -0
  365. package/cosmos.tx.v1beta1/module.js +82 -0
  366. package/cosmos.tx.v1beta1/registry.js +2 -0
  367. package/cosmos.tx.v1beta1/rest.js +320 -0
  368. package/cosmos.tx.v1beta1/types/amino/amino.js +2 -0
  369. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.js +803 -0
  370. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  371. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  372. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.js +147 -0
  373. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.js +449 -0
  374. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.js +1160 -0
  375. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.js +959 -0
  376. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  377. package/cosmos.tx.v1beta1/types/gogoproto/gogo.js +2 -0
  378. package/cosmos.tx.v1beta1/types/google/api/annotations.js +2 -0
  379. package/cosmos.tx.v1beta1/types/google/api/http.js +260 -0
  380. package/cosmos.tx.v1beta1/types/google/protobuf/any.js +99 -0
  381. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  382. package/cosmos.tx.v1beta1/types/google/protobuf/duration.js +84 -0
  383. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.js +84 -0
  384. package/cosmos.tx.v1beta1/types/tendermint/abci/types.js +3812 -0
  385. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.js +100 -0
  386. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.js +356 -0
  387. package/cosmos.tx.v1beta1/types/tendermint/types/block.js +86 -0
  388. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.js +343 -0
  389. package/cosmos.tx.v1beta1/types/tendermint/types/params.js +369 -0
  390. package/cosmos.tx.v1beta1/types/tendermint/types/types.js +1207 -0
  391. package/cosmos.tx.v1beta1/types/tendermint/types/validator.js +254 -0
  392. package/cosmos.tx.v1beta1/types/tendermint/version/types.js +133 -0
  393. package/cosmos.tx.v1beta1/types.js +14 -0
  394. package/cosmos.upgrade.v1beta1/index.js +5 -0
  395. package/cosmos.upgrade.v1beta1/module.js +113 -0
  396. package/cosmos.upgrade.v1beta1/registry.js +7 -0
  397. package/cosmos.upgrade.v1beta1/rest.js +162 -0
  398. package/cosmos.upgrade.v1beta1/types/amino/amino.js +2 -0
  399. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  400. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.js +501 -0
  401. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.js +183 -0
  402. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  403. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  404. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.js +2 -0
  405. package/cosmos.upgrade.v1beta1/types/google/api/annotations.js +2 -0
  406. package/cosmos.upgrade.v1beta1/types/google/api/http.js +260 -0
  407. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.js +99 -0
  408. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  409. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.js +84 -0
  410. package/cosmos.upgrade.v1beta1/types.js +5 -0
  411. package/cosmos.vesting.v1beta1/index.js +5 -0
  412. package/cosmos.vesting.v1beta1/module.js +140 -0
  413. package/cosmos.vesting.v1beta1/registry.js +9 -0
  414. package/cosmos.vesting.v1beta1/rest.js +83 -0
  415. package/cosmos.vesting.v1beta1/types/amino/amino.js +2 -0
  416. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.js +344 -0
  417. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  418. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  419. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.js +383 -0
  420. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.js +422 -0
  421. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  422. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.js +2 -0
  423. package/cosmos.vesting.v1beta1/types/google/protobuf/any.js +99 -0
  424. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  425. package/cosmos.vesting.v1beta1/types.js +7 -0
  426. package/ibc.applications.interchain_accounts.controller.v1/index.js +5 -0
  427. package/ibc.applications.interchain_accounts.controller.v1/module.js +58 -0
  428. package/ibc.applications.interchain_accounts.controller.v1/registry.js +2 -0
  429. package/ibc.applications.interchain_accounts.controller.v1/rest.js +123 -0
  430. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.js +2 -0
  431. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.js +2 -0
  432. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.js +260 -0
  433. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.js +99 -0
  434. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.js +2830 -0
  435. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.js +47 -0
  436. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.js +193 -0
  437. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.js +277 -0
  438. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.js +192 -0
  439. package/ibc.applications.interchain_accounts.controller.v1/types.js +2 -0
  440. package/ibc.applications.interchain_accounts.host.v1/index.js +5 -0
  441. package/ibc.applications.interchain_accounts.host.v1/module.js +58 -0
  442. package/ibc.applications.interchain_accounts.host.v1/registry.js +2 -0
  443. package/ibc.applications.interchain_accounts.host.v1/rest.js +100 -0
  444. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.js +2 -0
  445. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.js +2 -0
  446. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.js +260 -0
  447. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.js +2830 -0
  448. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.js +63 -0
  449. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.js +94 -0
  450. package/ibc.applications.interchain_accounts.host.v1/types.js +2 -0
  451. package/ibc.applications.transfer.v1/index.js +5 -0
  452. package/ibc.applications.transfer.v1/module.js +64 -0
  453. package/ibc.applications.transfer.v1/registry.js +2 -0
  454. package/ibc.applications.transfer.v1/rest.js +171 -0
  455. package/ibc.applications.transfer.v1/types/amino/amino.js +2 -0
  456. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  457. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.js +192 -0
  458. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  459. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.js +171 -0
  460. package/ibc.applications.transfer.v1/types/gogoproto/gogo.js +2 -0
  461. package/ibc.applications.transfer.v1/types/google/api/annotations.js +2 -0
  462. package/ibc.applications.transfer.v1/types/google/api/http.js +260 -0
  463. package/ibc.applications.transfer.v1/types/google/protobuf/any.js +99 -0
  464. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.js +2830 -0
  465. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.js +84 -0
  466. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.js +135 -0
  467. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.js +90 -0
  468. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.js +574 -0
  469. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.js +110 -0
  470. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.js +204 -0
  471. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.js +448 -0
  472. package/ibc.applications.transfer.v1/types.js +5 -0
  473. package/ibc.core.channel.v1/index.js +5 -0
  474. package/ibc.core.channel.v1/module.js +72 -0
  475. package/ibc.core.channel.v1/registry.js +2 -0
  476. package/ibc.core.channel.v1/rest.js +323 -0
  477. package/ibc.core.channel.v1/types/amino/amino.js +2 -0
  478. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  479. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  480. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.js +171 -0
  481. package/ibc.core.channel.v1/types/gogoproto/gogo.js +2 -0
  482. package/ibc.core.channel.v1/types/google/api/annotations.js +2 -0
  483. package/ibc.core.channel.v1/types/google/api/http.js +260 -0
  484. package/ibc.core.channel.v1/types/google/protobuf/any.js +99 -0
  485. package/ibc.core.channel.v1/types/google/protobuf/descriptor.js +2830 -0
  486. package/ibc.core.channel.v1/types/google/protobuf/timestamp.js +84 -0
  487. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.js +714 -0
  488. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.js +254 -0
  489. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.js +1866 -0
  490. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.js +1436 -0
  491. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.js +448 -0
  492. package/ibc.core.channel.v1/types.js +9 -0
  493. package/ibc.core.client.v1/index.js +5 -0
  494. package/ibc.core.client.v1/module.js +74 -0
  495. package/ibc.core.client.v1/registry.js +2 -0
  496. package/ibc.core.client.v1/rest.js +218 -0
  497. package/ibc.core.client.v1/types/amino/amino.js +2 -0
  498. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  499. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  500. package/ibc.core.client.v1/types/cosmos_proto/cosmos.js +171 -0
  501. package/ibc.core.client.v1/types/gogoproto/gogo.js +2 -0
  502. package/ibc.core.client.v1/types/google/api/annotations.js +2 -0
  503. package/ibc.core.client.v1/types/google/api/http.js +260 -0
  504. package/ibc.core.client.v1/types/google/protobuf/any.js +99 -0
  505. package/ibc.core.client.v1/types/google/protobuf/descriptor.js +2830 -0
  506. package/ibc.core.client.v1/types/google/protobuf/timestamp.js +84 -0
  507. package/ibc.core.client.v1/types/ibc/core/client/v1/client.js +448 -0
  508. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.js +287 -0
  509. package/ibc.core.client.v1/types/ibc/core/client/v1/query.js +1026 -0
  510. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.js +510 -0
  511. package/ibc.core.client.v1/types.js +10 -0
  512. package/ibc.core.connection.v1/index.js +5 -0
  513. package/ibc.core.connection.v1/module.js +70 -0
  514. package/ibc.core.connection.v1/registry.js +2 -0
  515. package/ibc.core.connection.v1/rest.js +191 -0
  516. package/ibc.core.connection.v1/types/amino/amino.js +2 -0
  517. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  518. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.js +1126 -0
  519. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  520. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.js +171 -0
  521. package/ibc.core.connection.v1/types/gogoproto/gogo.js +2 -0
  522. package/ibc.core.connection.v1/types/google/api/annotations.js +2 -0
  523. package/ibc.core.connection.v1/types/google/api/http.js +260 -0
  524. package/ibc.core.connection.v1/types/google/protobuf/any.js +99 -0
  525. package/ibc.core.connection.v1/types/google/protobuf/descriptor.js +2830 -0
  526. package/ibc.core.connection.v1/types/google/protobuf/timestamp.js +84 -0
  527. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.js +448 -0
  528. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +223 -0
  529. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.js +537 -0
  530. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.js +120 -0
  531. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.js +766 -0
  532. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +731 -0
  533. package/ibc.core.connection.v1/types.js +8 -0
  534. package/index.js +3 -1
  535. package/package.json +1 -1
@@ -0,0 +1,595 @@
1
+ /* eslint-disable */
2
+ import _m0 from "protobufjs/minimal";
3
+ import { Coin } from "../../base/v1beta1/coin";
4
+ import { Params } from "./distribution";
5
+ export const protobufPackage = "cosmos.distribution.v1beta1";
6
+ function createBaseMsgSetWithdrawAddress() {
7
+ return { delegatorAddress: "", withdrawAddress: "" };
8
+ }
9
+ export const MsgSetWithdrawAddress = {
10
+ encode(message, writer = _m0.Writer.create()) {
11
+ if (message.delegatorAddress !== "") {
12
+ writer.uint32(10).string(message.delegatorAddress);
13
+ }
14
+ if (message.withdrawAddress !== "") {
15
+ writer.uint32(18).string(message.withdrawAddress);
16
+ }
17
+ return writer;
18
+ },
19
+ decode(input, length) {
20
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
21
+ let end = length === undefined ? reader.len : reader.pos + length;
22
+ const message = createBaseMsgSetWithdrawAddress();
23
+ while (reader.pos < end) {
24
+ const tag = reader.uint32();
25
+ switch (tag >>> 3) {
26
+ case 1:
27
+ message.delegatorAddress = reader.string();
28
+ break;
29
+ case 2:
30
+ message.withdrawAddress = reader.string();
31
+ break;
32
+ default:
33
+ reader.skipType(tag & 7);
34
+ break;
35
+ }
36
+ }
37
+ return message;
38
+ },
39
+ fromJSON(object) {
40
+ return {
41
+ delegatorAddress: isSet(object.delegatorAddress) ? String(object.delegatorAddress) : "",
42
+ withdrawAddress: isSet(object.withdrawAddress) ? String(object.withdrawAddress) : "",
43
+ };
44
+ },
45
+ toJSON(message) {
46
+ const obj = {};
47
+ message.delegatorAddress !== undefined && (obj.delegatorAddress = message.delegatorAddress);
48
+ message.withdrawAddress !== undefined && (obj.withdrawAddress = message.withdrawAddress);
49
+ return obj;
50
+ },
51
+ fromPartial(object) {
52
+ const message = createBaseMsgSetWithdrawAddress();
53
+ message.delegatorAddress = object.delegatorAddress ?? "";
54
+ message.withdrawAddress = object.withdrawAddress ?? "";
55
+ return message;
56
+ },
57
+ };
58
+ function createBaseMsgSetWithdrawAddressResponse() {
59
+ return {};
60
+ }
61
+ export const MsgSetWithdrawAddressResponse = {
62
+ encode(_, writer = _m0.Writer.create()) {
63
+ return writer;
64
+ },
65
+ decode(input, length) {
66
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
67
+ let end = length === undefined ? reader.len : reader.pos + length;
68
+ const message = createBaseMsgSetWithdrawAddressResponse();
69
+ while (reader.pos < end) {
70
+ const tag = reader.uint32();
71
+ switch (tag >>> 3) {
72
+ default:
73
+ reader.skipType(tag & 7);
74
+ break;
75
+ }
76
+ }
77
+ return message;
78
+ },
79
+ fromJSON(_) {
80
+ return {};
81
+ },
82
+ toJSON(_) {
83
+ const obj = {};
84
+ return obj;
85
+ },
86
+ fromPartial(_) {
87
+ const message = createBaseMsgSetWithdrawAddressResponse();
88
+ return message;
89
+ },
90
+ };
91
+ function createBaseMsgWithdrawDelegatorReward() {
92
+ return { delegatorAddress: "", validatorAddress: "" };
93
+ }
94
+ export const MsgWithdrawDelegatorReward = {
95
+ encode(message, writer = _m0.Writer.create()) {
96
+ if (message.delegatorAddress !== "") {
97
+ writer.uint32(10).string(message.delegatorAddress);
98
+ }
99
+ if (message.validatorAddress !== "") {
100
+ writer.uint32(18).string(message.validatorAddress);
101
+ }
102
+ return writer;
103
+ },
104
+ decode(input, length) {
105
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
106
+ let end = length === undefined ? reader.len : reader.pos + length;
107
+ const message = createBaseMsgWithdrawDelegatorReward();
108
+ while (reader.pos < end) {
109
+ const tag = reader.uint32();
110
+ switch (tag >>> 3) {
111
+ case 1:
112
+ message.delegatorAddress = reader.string();
113
+ break;
114
+ case 2:
115
+ message.validatorAddress = reader.string();
116
+ break;
117
+ default:
118
+ reader.skipType(tag & 7);
119
+ break;
120
+ }
121
+ }
122
+ return message;
123
+ },
124
+ fromJSON(object) {
125
+ return {
126
+ delegatorAddress: isSet(object.delegatorAddress) ? String(object.delegatorAddress) : "",
127
+ validatorAddress: isSet(object.validatorAddress) ? String(object.validatorAddress) : "",
128
+ };
129
+ },
130
+ toJSON(message) {
131
+ const obj = {};
132
+ message.delegatorAddress !== undefined && (obj.delegatorAddress = message.delegatorAddress);
133
+ message.validatorAddress !== undefined && (obj.validatorAddress = message.validatorAddress);
134
+ return obj;
135
+ },
136
+ fromPartial(object) {
137
+ const message = createBaseMsgWithdrawDelegatorReward();
138
+ message.delegatorAddress = object.delegatorAddress ?? "";
139
+ message.validatorAddress = object.validatorAddress ?? "";
140
+ return message;
141
+ },
142
+ };
143
+ function createBaseMsgWithdrawDelegatorRewardResponse() {
144
+ return { amount: [] };
145
+ }
146
+ export const MsgWithdrawDelegatorRewardResponse = {
147
+ encode(message, writer = _m0.Writer.create()) {
148
+ for (const v of message.amount) {
149
+ Coin.encode(v, writer.uint32(10).fork()).ldelim();
150
+ }
151
+ return writer;
152
+ },
153
+ decode(input, length) {
154
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
155
+ let end = length === undefined ? reader.len : reader.pos + length;
156
+ const message = createBaseMsgWithdrawDelegatorRewardResponse();
157
+ while (reader.pos < end) {
158
+ const tag = reader.uint32();
159
+ switch (tag >>> 3) {
160
+ case 1:
161
+ message.amount.push(Coin.decode(reader, reader.uint32()));
162
+ break;
163
+ default:
164
+ reader.skipType(tag & 7);
165
+ break;
166
+ }
167
+ }
168
+ return message;
169
+ },
170
+ fromJSON(object) {
171
+ return { amount: Array.isArray(object?.amount) ? object.amount.map((e) => Coin.fromJSON(e)) : [] };
172
+ },
173
+ toJSON(message) {
174
+ const obj = {};
175
+ if (message.amount) {
176
+ obj.amount = message.amount.map((e) => e ? Coin.toJSON(e) : undefined);
177
+ }
178
+ else {
179
+ obj.amount = [];
180
+ }
181
+ return obj;
182
+ },
183
+ fromPartial(object) {
184
+ const message = createBaseMsgWithdrawDelegatorRewardResponse();
185
+ message.amount = object.amount?.map((e) => Coin.fromPartial(e)) || [];
186
+ return message;
187
+ },
188
+ };
189
+ function createBaseMsgWithdrawValidatorCommission() {
190
+ return { validatorAddress: "" };
191
+ }
192
+ export const MsgWithdrawValidatorCommission = {
193
+ encode(message, writer = _m0.Writer.create()) {
194
+ if (message.validatorAddress !== "") {
195
+ writer.uint32(10).string(message.validatorAddress);
196
+ }
197
+ return writer;
198
+ },
199
+ decode(input, length) {
200
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
201
+ let end = length === undefined ? reader.len : reader.pos + length;
202
+ const message = createBaseMsgWithdrawValidatorCommission();
203
+ while (reader.pos < end) {
204
+ const tag = reader.uint32();
205
+ switch (tag >>> 3) {
206
+ case 1:
207
+ message.validatorAddress = reader.string();
208
+ break;
209
+ default:
210
+ reader.skipType(tag & 7);
211
+ break;
212
+ }
213
+ }
214
+ return message;
215
+ },
216
+ fromJSON(object) {
217
+ return { validatorAddress: isSet(object.validatorAddress) ? String(object.validatorAddress) : "" };
218
+ },
219
+ toJSON(message) {
220
+ const obj = {};
221
+ message.validatorAddress !== undefined && (obj.validatorAddress = message.validatorAddress);
222
+ return obj;
223
+ },
224
+ fromPartial(object) {
225
+ const message = createBaseMsgWithdrawValidatorCommission();
226
+ message.validatorAddress = object.validatorAddress ?? "";
227
+ return message;
228
+ },
229
+ };
230
+ function createBaseMsgWithdrawValidatorCommissionResponse() {
231
+ return { amount: [] };
232
+ }
233
+ export const MsgWithdrawValidatorCommissionResponse = {
234
+ encode(message, writer = _m0.Writer.create()) {
235
+ for (const v of message.amount) {
236
+ Coin.encode(v, writer.uint32(10).fork()).ldelim();
237
+ }
238
+ return writer;
239
+ },
240
+ decode(input, length) {
241
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
242
+ let end = length === undefined ? reader.len : reader.pos + length;
243
+ const message = createBaseMsgWithdrawValidatorCommissionResponse();
244
+ while (reader.pos < end) {
245
+ const tag = reader.uint32();
246
+ switch (tag >>> 3) {
247
+ case 1:
248
+ message.amount.push(Coin.decode(reader, reader.uint32()));
249
+ break;
250
+ default:
251
+ reader.skipType(tag & 7);
252
+ break;
253
+ }
254
+ }
255
+ return message;
256
+ },
257
+ fromJSON(object) {
258
+ return { amount: Array.isArray(object?.amount) ? object.amount.map((e) => Coin.fromJSON(e)) : [] };
259
+ },
260
+ toJSON(message) {
261
+ const obj = {};
262
+ if (message.amount) {
263
+ obj.amount = message.amount.map((e) => e ? Coin.toJSON(e) : undefined);
264
+ }
265
+ else {
266
+ obj.amount = [];
267
+ }
268
+ return obj;
269
+ },
270
+ fromPartial(object) {
271
+ const message = createBaseMsgWithdrawValidatorCommissionResponse();
272
+ message.amount = object.amount?.map((e) => Coin.fromPartial(e)) || [];
273
+ return message;
274
+ },
275
+ };
276
+ function createBaseMsgFundCommunityPool() {
277
+ return { amount: [], depositor: "" };
278
+ }
279
+ export const MsgFundCommunityPool = {
280
+ encode(message, writer = _m0.Writer.create()) {
281
+ for (const v of message.amount) {
282
+ Coin.encode(v, writer.uint32(10).fork()).ldelim();
283
+ }
284
+ if (message.depositor !== "") {
285
+ writer.uint32(18).string(message.depositor);
286
+ }
287
+ return writer;
288
+ },
289
+ decode(input, length) {
290
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
291
+ let end = length === undefined ? reader.len : reader.pos + length;
292
+ const message = createBaseMsgFundCommunityPool();
293
+ while (reader.pos < end) {
294
+ const tag = reader.uint32();
295
+ switch (tag >>> 3) {
296
+ case 1:
297
+ message.amount.push(Coin.decode(reader, reader.uint32()));
298
+ break;
299
+ case 2:
300
+ message.depositor = reader.string();
301
+ break;
302
+ default:
303
+ reader.skipType(tag & 7);
304
+ break;
305
+ }
306
+ }
307
+ return message;
308
+ },
309
+ fromJSON(object) {
310
+ return {
311
+ amount: Array.isArray(object?.amount) ? object.amount.map((e) => Coin.fromJSON(e)) : [],
312
+ depositor: isSet(object.depositor) ? String(object.depositor) : "",
313
+ };
314
+ },
315
+ toJSON(message) {
316
+ const obj = {};
317
+ if (message.amount) {
318
+ obj.amount = message.amount.map((e) => e ? Coin.toJSON(e) : undefined);
319
+ }
320
+ else {
321
+ obj.amount = [];
322
+ }
323
+ message.depositor !== undefined && (obj.depositor = message.depositor);
324
+ return obj;
325
+ },
326
+ fromPartial(object) {
327
+ const message = createBaseMsgFundCommunityPool();
328
+ message.amount = object.amount?.map((e) => Coin.fromPartial(e)) || [];
329
+ message.depositor = object.depositor ?? "";
330
+ return message;
331
+ },
332
+ };
333
+ function createBaseMsgFundCommunityPoolResponse() {
334
+ return {};
335
+ }
336
+ export const MsgFundCommunityPoolResponse = {
337
+ encode(_, writer = _m0.Writer.create()) {
338
+ return writer;
339
+ },
340
+ decode(input, length) {
341
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
342
+ let end = length === undefined ? reader.len : reader.pos + length;
343
+ const message = createBaseMsgFundCommunityPoolResponse();
344
+ while (reader.pos < end) {
345
+ const tag = reader.uint32();
346
+ switch (tag >>> 3) {
347
+ default:
348
+ reader.skipType(tag & 7);
349
+ break;
350
+ }
351
+ }
352
+ return message;
353
+ },
354
+ fromJSON(_) {
355
+ return {};
356
+ },
357
+ toJSON(_) {
358
+ const obj = {};
359
+ return obj;
360
+ },
361
+ fromPartial(_) {
362
+ const message = createBaseMsgFundCommunityPoolResponse();
363
+ return message;
364
+ },
365
+ };
366
+ function createBaseMsgUpdateParams() {
367
+ return { authority: "", params: undefined };
368
+ }
369
+ export const MsgUpdateParams = {
370
+ encode(message, writer = _m0.Writer.create()) {
371
+ if (message.authority !== "") {
372
+ writer.uint32(10).string(message.authority);
373
+ }
374
+ if (message.params !== undefined) {
375
+ Params.encode(message.params, writer.uint32(18).fork()).ldelim();
376
+ }
377
+ return writer;
378
+ },
379
+ decode(input, length) {
380
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
381
+ let end = length === undefined ? reader.len : reader.pos + length;
382
+ const message = createBaseMsgUpdateParams();
383
+ while (reader.pos < end) {
384
+ const tag = reader.uint32();
385
+ switch (tag >>> 3) {
386
+ case 1:
387
+ message.authority = reader.string();
388
+ break;
389
+ case 2:
390
+ message.params = Params.decode(reader, reader.uint32());
391
+ break;
392
+ default:
393
+ reader.skipType(tag & 7);
394
+ break;
395
+ }
396
+ }
397
+ return message;
398
+ },
399
+ fromJSON(object) {
400
+ return {
401
+ authority: isSet(object.authority) ? String(object.authority) : "",
402
+ params: isSet(object.params) ? Params.fromJSON(object.params) : undefined,
403
+ };
404
+ },
405
+ toJSON(message) {
406
+ const obj = {};
407
+ message.authority !== undefined && (obj.authority = message.authority);
408
+ message.params !== undefined && (obj.params = message.params ? Params.toJSON(message.params) : undefined);
409
+ return obj;
410
+ },
411
+ fromPartial(object) {
412
+ const message = createBaseMsgUpdateParams();
413
+ message.authority = object.authority ?? "";
414
+ message.params = (object.params !== undefined && object.params !== null)
415
+ ? Params.fromPartial(object.params)
416
+ : undefined;
417
+ return message;
418
+ },
419
+ };
420
+ function createBaseMsgUpdateParamsResponse() {
421
+ return {};
422
+ }
423
+ export const MsgUpdateParamsResponse = {
424
+ encode(_, writer = _m0.Writer.create()) {
425
+ return writer;
426
+ },
427
+ decode(input, length) {
428
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
429
+ let end = length === undefined ? reader.len : reader.pos + length;
430
+ const message = createBaseMsgUpdateParamsResponse();
431
+ while (reader.pos < end) {
432
+ const tag = reader.uint32();
433
+ switch (tag >>> 3) {
434
+ default:
435
+ reader.skipType(tag & 7);
436
+ break;
437
+ }
438
+ }
439
+ return message;
440
+ },
441
+ fromJSON(_) {
442
+ return {};
443
+ },
444
+ toJSON(_) {
445
+ const obj = {};
446
+ return obj;
447
+ },
448
+ fromPartial(_) {
449
+ const message = createBaseMsgUpdateParamsResponse();
450
+ return message;
451
+ },
452
+ };
453
+ function createBaseMsgCommunityPoolSpend() {
454
+ return { authority: "", recipient: "", amount: [] };
455
+ }
456
+ export const MsgCommunityPoolSpend = {
457
+ encode(message, writer = _m0.Writer.create()) {
458
+ if (message.authority !== "") {
459
+ writer.uint32(10).string(message.authority);
460
+ }
461
+ if (message.recipient !== "") {
462
+ writer.uint32(18).string(message.recipient);
463
+ }
464
+ for (const v of message.amount) {
465
+ Coin.encode(v, writer.uint32(26).fork()).ldelim();
466
+ }
467
+ return writer;
468
+ },
469
+ decode(input, length) {
470
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
471
+ let end = length === undefined ? reader.len : reader.pos + length;
472
+ const message = createBaseMsgCommunityPoolSpend();
473
+ while (reader.pos < end) {
474
+ const tag = reader.uint32();
475
+ switch (tag >>> 3) {
476
+ case 1:
477
+ message.authority = reader.string();
478
+ break;
479
+ case 2:
480
+ message.recipient = reader.string();
481
+ break;
482
+ case 3:
483
+ message.amount.push(Coin.decode(reader, reader.uint32()));
484
+ break;
485
+ default:
486
+ reader.skipType(tag & 7);
487
+ break;
488
+ }
489
+ }
490
+ return message;
491
+ },
492
+ fromJSON(object) {
493
+ return {
494
+ authority: isSet(object.authority) ? String(object.authority) : "",
495
+ recipient: isSet(object.recipient) ? String(object.recipient) : "",
496
+ amount: Array.isArray(object?.amount) ? object.amount.map((e) => Coin.fromJSON(e)) : [],
497
+ };
498
+ },
499
+ toJSON(message) {
500
+ const obj = {};
501
+ message.authority !== undefined && (obj.authority = message.authority);
502
+ message.recipient !== undefined && (obj.recipient = message.recipient);
503
+ if (message.amount) {
504
+ obj.amount = message.amount.map((e) => e ? Coin.toJSON(e) : undefined);
505
+ }
506
+ else {
507
+ obj.amount = [];
508
+ }
509
+ return obj;
510
+ },
511
+ fromPartial(object) {
512
+ const message = createBaseMsgCommunityPoolSpend();
513
+ message.authority = object.authority ?? "";
514
+ message.recipient = object.recipient ?? "";
515
+ message.amount = object.amount?.map((e) => Coin.fromPartial(e)) || [];
516
+ return message;
517
+ },
518
+ };
519
+ function createBaseMsgCommunityPoolSpendResponse() {
520
+ return {};
521
+ }
522
+ export const MsgCommunityPoolSpendResponse = {
523
+ encode(_, writer = _m0.Writer.create()) {
524
+ return writer;
525
+ },
526
+ decode(input, length) {
527
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
528
+ let end = length === undefined ? reader.len : reader.pos + length;
529
+ const message = createBaseMsgCommunityPoolSpendResponse();
530
+ while (reader.pos < end) {
531
+ const tag = reader.uint32();
532
+ switch (tag >>> 3) {
533
+ default:
534
+ reader.skipType(tag & 7);
535
+ break;
536
+ }
537
+ }
538
+ return message;
539
+ },
540
+ fromJSON(_) {
541
+ return {};
542
+ },
543
+ toJSON(_) {
544
+ const obj = {};
545
+ return obj;
546
+ },
547
+ fromPartial(_) {
548
+ const message = createBaseMsgCommunityPoolSpendResponse();
549
+ return message;
550
+ },
551
+ };
552
+ export class MsgClientImpl {
553
+ constructor(rpc) {
554
+ this.rpc = rpc;
555
+ this.SetWithdrawAddress = this.SetWithdrawAddress.bind(this);
556
+ this.WithdrawDelegatorReward = this.WithdrawDelegatorReward.bind(this);
557
+ this.WithdrawValidatorCommission = this.WithdrawValidatorCommission.bind(this);
558
+ this.FundCommunityPool = this.FundCommunityPool.bind(this);
559
+ this.UpdateParams = this.UpdateParams.bind(this);
560
+ this.CommunityPoolSpend = this.CommunityPoolSpend.bind(this);
561
+ }
562
+ SetWithdrawAddress(request) {
563
+ const data = MsgSetWithdrawAddress.encode(request).finish();
564
+ const promise = this.rpc.request("cosmos.distribution.v1beta1.Msg", "SetWithdrawAddress", data);
565
+ return promise.then((data) => MsgSetWithdrawAddressResponse.decode(new _m0.Reader(data)));
566
+ }
567
+ WithdrawDelegatorReward(request) {
568
+ const data = MsgWithdrawDelegatorReward.encode(request).finish();
569
+ const promise = this.rpc.request("cosmos.distribution.v1beta1.Msg", "WithdrawDelegatorReward", data);
570
+ return promise.then((data) => MsgWithdrawDelegatorRewardResponse.decode(new _m0.Reader(data)));
571
+ }
572
+ WithdrawValidatorCommission(request) {
573
+ const data = MsgWithdrawValidatorCommission.encode(request).finish();
574
+ const promise = this.rpc.request("cosmos.distribution.v1beta1.Msg", "WithdrawValidatorCommission", data);
575
+ return promise.then((data) => MsgWithdrawValidatorCommissionResponse.decode(new _m0.Reader(data)));
576
+ }
577
+ FundCommunityPool(request) {
578
+ const data = MsgFundCommunityPool.encode(request).finish();
579
+ const promise = this.rpc.request("cosmos.distribution.v1beta1.Msg", "FundCommunityPool", data);
580
+ return promise.then((data) => MsgFundCommunityPoolResponse.decode(new _m0.Reader(data)));
581
+ }
582
+ UpdateParams(request) {
583
+ const data = MsgUpdateParams.encode(request).finish();
584
+ const promise = this.rpc.request("cosmos.distribution.v1beta1.Msg", "UpdateParams", data);
585
+ return promise.then((data) => MsgUpdateParamsResponse.decode(new _m0.Reader(data)));
586
+ }
587
+ CommunityPoolSpend(request) {
588
+ const data = MsgCommunityPoolSpend.encode(request).finish();
589
+ const promise = this.rpc.request("cosmos.distribution.v1beta1.Msg", "CommunityPoolSpend", data);
590
+ return promise.then((data) => MsgCommunityPoolSpendResponse.decode(new _m0.Reader(data)));
591
+ }
592
+ }
593
+ function isSet(value) {
594
+ return value !== null && value !== undefined;
595
+ }
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ export const protobufPackage = "cosmos.msg.v1";