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
@@ -7,47 +7,47 @@ import { msgTypes } from './registry';
7
7
  import { IgniteClient } from "../client"
8
8
  import { MissingWalletError } from "../helpers"
9
9
  import { Api } from "./rest";
10
- import { MsgVoteCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
11
10
  import { MsgBuyCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
12
- import { MsgAddArtworkToCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
13
- import { MsgCreateSellOffer } from "./types/DecentralCardGame/cardchain/cardchain/tx";
14
- import { MsgRemoveContributorFromCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
15
- import { MsgCreateCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
16
- import { MsgBuyCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
17
- import { MsgDonateToCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
18
- import { MsgAddStoryToCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
19
- import { MsgRestartCouncil } from "./types/DecentralCardGame/cardchain/cardchain/tx";
20
- import { MsgRewokeCouncilRegistration } from "./types/DecentralCardGame/cardchain/cardchain/tx";
11
+ import { MsgVoteCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
12
+ import { MsgRemoveCardFromCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
21
13
  import { MsgSetCollectionStoryWriter } from "./types/DecentralCardGame/cardchain/cardchain/tx";
22
- import { MsgApointMatchReporter } from "./types/DecentralCardGame/cardchain/cardchain/tx";
23
- import { MsgMultiVoteCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
24
- import { MsgTransferCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
25
- import { MsgAddCardToCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
26
- import { MsgBuyCardScheme } from "./types/DecentralCardGame/cardchain/cardchain/tx";
27
- import { MsgCreateuser } from "./types/DecentralCardGame/cardchain/cardchain/tx";
28
- import { MsgRemoveSellOffer } from "./types/DecentralCardGame/cardchain/cardchain/tx";
29
- import { MsgAddContributorToCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
30
- import { MsgSetCollectionArtist } from "./types/DecentralCardGame/cardchain/cardchain/tx";
31
- import { MsgAddArtwork } from "./types/DecentralCardGame/cardchain/cardchain/tx";
32
- import { MsgSubmitCopyrightProposal } from "./types/DecentralCardGame/cardchain/cardchain/tx";
33
- import { MsgChangeArtist } from "./types/DecentralCardGame/cardchain/cardchain/tx";
34
14
  import { MsgReportMatch } from "./types/DecentralCardGame/cardchain/cardchain/tx";
35
- import { MsgSetUserBiography } from "./types/DecentralCardGame/cardchain/cardchain/tx";
36
- import { MsgSubmitMatchReporterProposal } from "./types/DecentralCardGame/cardchain/cardchain/tx";
15
+ import { MsgMultiVoteCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
37
16
  import { MsgSetProfileCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
38
- import { MsgCreateCouncil } from "./types/DecentralCardGame/cardchain/cardchain/tx";
39
- import { MsgConfirmMatch } from "./types/DecentralCardGame/cardchain/cardchain/tx";
40
- import { MsgRemoveCardFromCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
41
- import { MsgSetCardRarity } from "./types/DecentralCardGame/cardchain/cardchain/tx";
42
17
  import { MsgSaveCardContent } from "./types/DecentralCardGame/cardchain/cardchain/tx";
18
+ import { MsgConfirmMatch } from "./types/DecentralCardGame/cardchain/cardchain/tx";
19
+ import { MsgTransferBoosterPack } from "./types/DecentralCardGame/cardchain/cardchain/tx";
20
+ import { MsgRemoveSellOffer } from "./types/DecentralCardGame/cardchain/cardchain/tx";
21
+ import { MsgApointMatchReporter } from "./types/DecentralCardGame/cardchain/cardchain/tx";
22
+ import { MsgCreateCouncil } from "./types/DecentralCardGame/cardchain/cardchain/tx";
23
+ import { MsgRestartCouncil } from "./types/DecentralCardGame/cardchain/cardchain/tx";
24
+ import { MsgAddArtworkToCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
25
+ import { MsgOpenBoosterPack } from "./types/DecentralCardGame/cardchain/cardchain/tx";
26
+ import { MsgCreateSellOffer } from "./types/DecentralCardGame/cardchain/cardchain/tx";
27
+ import { MsgFinalizeCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
28
+ import { MsgSubmitMatchReporterProposal } from "./types/DecentralCardGame/cardchain/cardchain/tx";
29
+ import { MsgSubmitCopyrightProposal } from "./types/DecentralCardGame/cardchain/cardchain/tx";
30
+ import { MsgCreateuser } from "./types/DecentralCardGame/cardchain/cardchain/tx";
43
31
  import { MsgRevealCouncilResponse } from "./types/DecentralCardGame/cardchain/cardchain/tx";
32
+ import { MsgAddCardToCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
33
+ import { MsgSetUserWebsite } from "./types/DecentralCardGame/cardchain/cardchain/tx";
44
34
  import { MsgCommitCouncilResponse } from "./types/DecentralCardGame/cardchain/cardchain/tx";
35
+ import { MsgAddContributorToCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
36
+ import { MsgRemoveContributorFromCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
37
+ import { MsgAddArtwork } from "./types/DecentralCardGame/cardchain/cardchain/tx";
38
+ import { MsgTransferCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
39
+ import { MsgSetCollectionArtist } from "./types/DecentralCardGame/cardchain/cardchain/tx";
40
+ import { MsgSetCardRarity } from "./types/DecentralCardGame/cardchain/cardchain/tx";
41
+ import { MsgAddStoryToCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
42
+ import { MsgSetUserBiography } from "./types/DecentralCardGame/cardchain/cardchain/tx";
43
+ import { MsgChangeArtist } from "./types/DecentralCardGame/cardchain/cardchain/tx";
45
44
  import { MsgRegisterForCouncil } from "./types/DecentralCardGame/cardchain/cardchain/tx";
46
- import { MsgSetUserWebsite } from "./types/DecentralCardGame/cardchain/cardchain/tx";
45
+ import { MsgBuyCardScheme } from "./types/DecentralCardGame/cardchain/cardchain/tx";
46
+ import { MsgBuyCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
47
+ import { MsgRewokeCouncilRegistration } from "./types/DecentralCardGame/cardchain/cardchain/tx";
48
+ import { MsgDonateToCard } from "./types/DecentralCardGame/cardchain/cardchain/tx";
49
+ import { MsgCreateCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
47
50
  import { MsgSubmitCollectionProposal } from "./types/DecentralCardGame/cardchain/cardchain/tx";
48
- import { MsgOpenBoosterPack } from "./types/DecentralCardGame/cardchain/cardchain/tx";
49
- import { MsgTransferBoosterPack } from "./types/DecentralCardGame/cardchain/cardchain/tx";
50
- import { MsgFinalizeCollection } from "./types/DecentralCardGame/cardchain/cardchain/tx";
51
51
 
52
52
  import { Card as typeCard} from "./types"
53
53
  import { TimeStamp as typeTimeStamp} from "./types"
@@ -72,13 +72,7 @@ import { VoteRight as typeVoteRight} from "./types"
72
72
  import { VotingResult as typeVotingResult} from "./types"
73
73
  import { VotingResults as typeVotingResults} from "./types"
74
74
 
75
- export { MsgVoteCard, MsgBuyCard, MsgAddArtworkToCollection, MsgCreateSellOffer, MsgRemoveContributorFromCollection, MsgCreateCollection, MsgBuyCollection, MsgDonateToCard, MsgAddStoryToCollection, MsgRestartCouncil, MsgRewokeCouncilRegistration, MsgSetCollectionStoryWriter, MsgApointMatchReporter, MsgMultiVoteCard, MsgTransferCard, MsgAddCardToCollection, MsgBuyCardScheme, MsgCreateuser, MsgRemoveSellOffer, MsgAddContributorToCollection, MsgSetCollectionArtist, MsgAddArtwork, MsgSubmitCopyrightProposal, MsgChangeArtist, MsgReportMatch, MsgSetUserBiography, MsgSubmitMatchReporterProposal, MsgSetProfileCard, MsgCreateCouncil, MsgConfirmMatch, MsgRemoveCardFromCollection, MsgSetCardRarity, MsgSaveCardContent, MsgRevealCouncilResponse, MsgCommitCouncilResponse, MsgRegisterForCouncil, MsgSetUserWebsite, MsgSubmitCollectionProposal, MsgOpenBoosterPack, MsgTransferBoosterPack, MsgFinalizeCollection };
76
-
77
- type sendMsgVoteCardParams = {
78
- value: MsgVoteCard,
79
- fee?: StdFee,
80
- memo?: string
81
- };
75
+ export { MsgBuyCard, MsgVoteCard, MsgRemoveCardFromCollection, MsgSetCollectionStoryWriter, MsgReportMatch, MsgMultiVoteCard, MsgSetProfileCard, MsgSaveCardContent, MsgConfirmMatch, MsgTransferBoosterPack, MsgRemoveSellOffer, MsgApointMatchReporter, MsgCreateCouncil, MsgRestartCouncil, MsgAddArtworkToCollection, MsgOpenBoosterPack, MsgCreateSellOffer, MsgFinalizeCollection, MsgSubmitMatchReporterProposal, MsgSubmitCopyrightProposal, MsgCreateuser, MsgRevealCouncilResponse, MsgAddCardToCollection, MsgSetUserWebsite, MsgCommitCouncilResponse, MsgAddContributorToCollection, MsgRemoveContributorFromCollection, MsgAddArtwork, MsgTransferCard, MsgSetCollectionArtist, MsgSetCardRarity, MsgAddStoryToCollection, MsgSetUserBiography, MsgChangeArtist, MsgRegisterForCouncil, MsgBuyCardScheme, MsgBuyCollection, MsgRewokeCouncilRegistration, MsgDonateToCard, MsgCreateCollection, MsgSubmitCollectionProposal };
82
76
 
83
77
  type sendMsgBuyCardParams = {
84
78
  value: MsgBuyCard,
@@ -86,62 +80,62 @@ type sendMsgBuyCardParams = {
86
80
  memo?: string
87
81
  };
88
82
 
89
- type sendMsgAddArtworkToCollectionParams = {
90
- value: MsgAddArtworkToCollection,
83
+ type sendMsgVoteCardParams = {
84
+ value: MsgVoteCard,
91
85
  fee?: StdFee,
92
86
  memo?: string
93
87
  };
94
88
 
95
- type sendMsgCreateSellOfferParams = {
96
- value: MsgCreateSellOffer,
89
+ type sendMsgRemoveCardFromCollectionParams = {
90
+ value: MsgRemoveCardFromCollection,
97
91
  fee?: StdFee,
98
92
  memo?: string
99
93
  };
100
94
 
101
- type sendMsgRemoveContributorFromCollectionParams = {
102
- value: MsgRemoveContributorFromCollection,
95
+ type sendMsgSetCollectionStoryWriterParams = {
96
+ value: MsgSetCollectionStoryWriter,
103
97
  fee?: StdFee,
104
98
  memo?: string
105
99
  };
106
100
 
107
- type sendMsgCreateCollectionParams = {
108
- value: MsgCreateCollection,
101
+ type sendMsgReportMatchParams = {
102
+ value: MsgReportMatch,
109
103
  fee?: StdFee,
110
104
  memo?: string
111
105
  };
112
106
 
113
- type sendMsgBuyCollectionParams = {
114
- value: MsgBuyCollection,
107
+ type sendMsgMultiVoteCardParams = {
108
+ value: MsgMultiVoteCard,
115
109
  fee?: StdFee,
116
110
  memo?: string
117
111
  };
118
112
 
119
- type sendMsgDonateToCardParams = {
120
- value: MsgDonateToCard,
113
+ type sendMsgSetProfileCardParams = {
114
+ value: MsgSetProfileCard,
121
115
  fee?: StdFee,
122
116
  memo?: string
123
117
  };
124
118
 
125
- type sendMsgAddStoryToCollectionParams = {
126
- value: MsgAddStoryToCollection,
119
+ type sendMsgSaveCardContentParams = {
120
+ value: MsgSaveCardContent,
127
121
  fee?: StdFee,
128
122
  memo?: string
129
123
  };
130
124
 
131
- type sendMsgRestartCouncilParams = {
132
- value: MsgRestartCouncil,
125
+ type sendMsgConfirmMatchParams = {
126
+ value: MsgConfirmMatch,
133
127
  fee?: StdFee,
134
128
  memo?: string
135
129
  };
136
130
 
137
- type sendMsgRewokeCouncilRegistrationParams = {
138
- value: MsgRewokeCouncilRegistration,
131
+ type sendMsgTransferBoosterPackParams = {
132
+ value: MsgTransferBoosterPack,
139
133
  fee?: StdFee,
140
134
  memo?: string
141
135
  };
142
136
 
143
- type sendMsgSetCollectionStoryWriterParams = {
144
- value: MsgSetCollectionStoryWriter,
137
+ type sendMsgRemoveSellOfferParams = {
138
+ value: MsgRemoveSellOffer,
145
139
  fee?: StdFee,
146
140
  memo?: string
147
141
  };
@@ -152,110 +146,110 @@ type sendMsgApointMatchReporterParams = {
152
146
  memo?: string
153
147
  };
154
148
 
155
- type sendMsgMultiVoteCardParams = {
156
- value: MsgMultiVoteCard,
149
+ type sendMsgCreateCouncilParams = {
150
+ value: MsgCreateCouncil,
157
151
  fee?: StdFee,
158
152
  memo?: string
159
153
  };
160
154
 
161
- type sendMsgTransferCardParams = {
162
- value: MsgTransferCard,
155
+ type sendMsgRestartCouncilParams = {
156
+ value: MsgRestartCouncil,
163
157
  fee?: StdFee,
164
158
  memo?: string
165
159
  };
166
160
 
167
- type sendMsgAddCardToCollectionParams = {
168
- value: MsgAddCardToCollection,
161
+ type sendMsgAddArtworkToCollectionParams = {
162
+ value: MsgAddArtworkToCollection,
169
163
  fee?: StdFee,
170
164
  memo?: string
171
165
  };
172
166
 
173
- type sendMsgBuyCardSchemeParams = {
174
- value: MsgBuyCardScheme,
167
+ type sendMsgOpenBoosterPackParams = {
168
+ value: MsgOpenBoosterPack,
175
169
  fee?: StdFee,
176
170
  memo?: string
177
171
  };
178
172
 
179
- type sendMsgCreateuserParams = {
180
- value: MsgCreateuser,
173
+ type sendMsgCreateSellOfferParams = {
174
+ value: MsgCreateSellOffer,
181
175
  fee?: StdFee,
182
176
  memo?: string
183
177
  };
184
178
 
185
- type sendMsgRemoveSellOfferParams = {
186
- value: MsgRemoveSellOffer,
179
+ type sendMsgFinalizeCollectionParams = {
180
+ value: MsgFinalizeCollection,
187
181
  fee?: StdFee,
188
182
  memo?: string
189
183
  };
190
184
 
191
- type sendMsgAddContributorToCollectionParams = {
192
- value: MsgAddContributorToCollection,
185
+ type sendMsgSubmitMatchReporterProposalParams = {
186
+ value: MsgSubmitMatchReporterProposal,
193
187
  fee?: StdFee,
194
188
  memo?: string
195
189
  };
196
190
 
197
- type sendMsgSetCollectionArtistParams = {
198
- value: MsgSetCollectionArtist,
191
+ type sendMsgSubmitCopyrightProposalParams = {
192
+ value: MsgSubmitCopyrightProposal,
199
193
  fee?: StdFee,
200
194
  memo?: string
201
195
  };
202
196
 
203
- type sendMsgAddArtworkParams = {
204
- value: MsgAddArtwork,
197
+ type sendMsgCreateuserParams = {
198
+ value: MsgCreateuser,
205
199
  fee?: StdFee,
206
200
  memo?: string
207
201
  };
208
202
 
209
- type sendMsgSubmitCopyrightProposalParams = {
210
- value: MsgSubmitCopyrightProposal,
203
+ type sendMsgRevealCouncilResponseParams = {
204
+ value: MsgRevealCouncilResponse,
211
205
  fee?: StdFee,
212
206
  memo?: string
213
207
  };
214
208
 
215
- type sendMsgChangeArtistParams = {
216
- value: MsgChangeArtist,
209
+ type sendMsgAddCardToCollectionParams = {
210
+ value: MsgAddCardToCollection,
217
211
  fee?: StdFee,
218
212
  memo?: string
219
213
  };
220
214
 
221
- type sendMsgReportMatchParams = {
222
- value: MsgReportMatch,
215
+ type sendMsgSetUserWebsiteParams = {
216
+ value: MsgSetUserWebsite,
223
217
  fee?: StdFee,
224
218
  memo?: string
225
219
  };
226
220
 
227
- type sendMsgSetUserBiographyParams = {
228
- value: MsgSetUserBiography,
221
+ type sendMsgCommitCouncilResponseParams = {
222
+ value: MsgCommitCouncilResponse,
229
223
  fee?: StdFee,
230
224
  memo?: string
231
225
  };
232
226
 
233
- type sendMsgSubmitMatchReporterProposalParams = {
234
- value: MsgSubmitMatchReporterProposal,
227
+ type sendMsgAddContributorToCollectionParams = {
228
+ value: MsgAddContributorToCollection,
235
229
  fee?: StdFee,
236
230
  memo?: string
237
231
  };
238
232
 
239
- type sendMsgSetProfileCardParams = {
240
- value: MsgSetProfileCard,
233
+ type sendMsgRemoveContributorFromCollectionParams = {
234
+ value: MsgRemoveContributorFromCollection,
241
235
  fee?: StdFee,
242
236
  memo?: string
243
237
  };
244
238
 
245
- type sendMsgCreateCouncilParams = {
246
- value: MsgCreateCouncil,
239
+ type sendMsgAddArtworkParams = {
240
+ value: MsgAddArtwork,
247
241
  fee?: StdFee,
248
242
  memo?: string
249
243
  };
250
244
 
251
- type sendMsgConfirmMatchParams = {
252
- value: MsgConfirmMatch,
245
+ type sendMsgTransferCardParams = {
246
+ value: MsgTransferCard,
253
247
  fee?: StdFee,
254
248
  memo?: string
255
249
  };
256
250
 
257
- type sendMsgRemoveCardFromCollectionParams = {
258
- value: MsgRemoveCardFromCollection,
251
+ type sendMsgSetCollectionArtistParams = {
252
+ value: MsgSetCollectionArtist,
259
253
  fee?: StdFee,
260
254
  memo?: string
261
255
  };
@@ -266,20 +260,20 @@ type sendMsgSetCardRarityParams = {
266
260
  memo?: string
267
261
  };
268
262
 
269
- type sendMsgSaveCardContentParams = {
270
- value: MsgSaveCardContent,
263
+ type sendMsgAddStoryToCollectionParams = {
264
+ value: MsgAddStoryToCollection,
271
265
  fee?: StdFee,
272
266
  memo?: string
273
267
  };
274
268
 
275
- type sendMsgRevealCouncilResponseParams = {
276
- value: MsgRevealCouncilResponse,
269
+ type sendMsgSetUserBiographyParams = {
270
+ value: MsgSetUserBiography,
277
271
  fee?: StdFee,
278
272
  memo?: string
279
273
  };
280
274
 
281
- type sendMsgCommitCouncilResponseParams = {
282
- value: MsgCommitCouncilResponse,
275
+ type sendMsgChangeArtistParams = {
276
+ value: MsgChangeArtist,
283
277
  fee?: StdFee,
284
278
  memo?: string
285
279
  };
@@ -290,199 +284,205 @@ type sendMsgRegisterForCouncilParams = {
290
284
  memo?: string
291
285
  };
292
286
 
293
- type sendMsgSetUserWebsiteParams = {
294
- value: MsgSetUserWebsite,
287
+ type sendMsgBuyCardSchemeParams = {
288
+ value: MsgBuyCardScheme,
295
289
  fee?: StdFee,
296
290
  memo?: string
297
291
  };
298
292
 
299
- type sendMsgSubmitCollectionProposalParams = {
300
- value: MsgSubmitCollectionProposal,
293
+ type sendMsgBuyCollectionParams = {
294
+ value: MsgBuyCollection,
301
295
  fee?: StdFee,
302
296
  memo?: string
303
297
  };
304
298
 
305
- type sendMsgOpenBoosterPackParams = {
306
- value: MsgOpenBoosterPack,
299
+ type sendMsgRewokeCouncilRegistrationParams = {
300
+ value: MsgRewokeCouncilRegistration,
307
301
  fee?: StdFee,
308
302
  memo?: string
309
303
  };
310
304
 
311
- type sendMsgTransferBoosterPackParams = {
312
- value: MsgTransferBoosterPack,
305
+ type sendMsgDonateToCardParams = {
306
+ value: MsgDonateToCard,
313
307
  fee?: StdFee,
314
308
  memo?: string
315
309
  };
316
310
 
317
- type sendMsgFinalizeCollectionParams = {
318
- value: MsgFinalizeCollection,
311
+ type sendMsgCreateCollectionParams = {
312
+ value: MsgCreateCollection,
319
313
  fee?: StdFee,
320
314
  memo?: string
321
315
  };
322
316
 
323
-
324
- type msgVoteCardParams = {
325
- value: MsgVoteCard,
317
+ type sendMsgSubmitCollectionProposalParams = {
318
+ value: MsgSubmitCollectionProposal,
319
+ fee?: StdFee,
320
+ memo?: string
326
321
  };
327
322
 
323
+
328
324
  type msgBuyCardParams = {
329
325
  value: MsgBuyCard,
330
326
  };
331
327
 
332
- type msgAddArtworkToCollectionParams = {
333
- value: MsgAddArtworkToCollection,
328
+ type msgVoteCardParams = {
329
+ value: MsgVoteCard,
334
330
  };
335
331
 
336
- type msgCreateSellOfferParams = {
337
- value: MsgCreateSellOffer,
332
+ type msgRemoveCardFromCollectionParams = {
333
+ value: MsgRemoveCardFromCollection,
338
334
  };
339
335
 
340
- type msgRemoveContributorFromCollectionParams = {
341
- value: MsgRemoveContributorFromCollection,
336
+ type msgSetCollectionStoryWriterParams = {
337
+ value: MsgSetCollectionStoryWriter,
342
338
  };
343
339
 
344
- type msgCreateCollectionParams = {
345
- value: MsgCreateCollection,
340
+ type msgReportMatchParams = {
341
+ value: MsgReportMatch,
346
342
  };
347
343
 
348
- type msgBuyCollectionParams = {
349
- value: MsgBuyCollection,
344
+ type msgMultiVoteCardParams = {
345
+ value: MsgMultiVoteCard,
350
346
  };
351
347
 
352
- type msgDonateToCardParams = {
353
- value: MsgDonateToCard,
348
+ type msgSetProfileCardParams = {
349
+ value: MsgSetProfileCard,
354
350
  };
355
351
 
356
- type msgAddStoryToCollectionParams = {
357
- value: MsgAddStoryToCollection,
352
+ type msgSaveCardContentParams = {
353
+ value: MsgSaveCardContent,
358
354
  };
359
355
 
360
- type msgRestartCouncilParams = {
361
- value: MsgRestartCouncil,
356
+ type msgConfirmMatchParams = {
357
+ value: MsgConfirmMatch,
362
358
  };
363
359
 
364
- type msgRewokeCouncilRegistrationParams = {
365
- value: MsgRewokeCouncilRegistration,
360
+ type msgTransferBoosterPackParams = {
361
+ value: MsgTransferBoosterPack,
366
362
  };
367
363
 
368
- type msgSetCollectionStoryWriterParams = {
369
- value: MsgSetCollectionStoryWriter,
364
+ type msgRemoveSellOfferParams = {
365
+ value: MsgRemoveSellOffer,
370
366
  };
371
367
 
372
368
  type msgApointMatchReporterParams = {
373
369
  value: MsgApointMatchReporter,
374
370
  };
375
371
 
376
- type msgMultiVoteCardParams = {
377
- value: MsgMultiVoteCard,
372
+ type msgCreateCouncilParams = {
373
+ value: MsgCreateCouncil,
378
374
  };
379
375
 
380
- type msgTransferCardParams = {
381
- value: MsgTransferCard,
376
+ type msgRestartCouncilParams = {
377
+ value: MsgRestartCouncil,
382
378
  };
383
379
 
384
- type msgAddCardToCollectionParams = {
385
- value: MsgAddCardToCollection,
380
+ type msgAddArtworkToCollectionParams = {
381
+ value: MsgAddArtworkToCollection,
386
382
  };
387
383
 
388
- type msgBuyCardSchemeParams = {
389
- value: MsgBuyCardScheme,
384
+ type msgOpenBoosterPackParams = {
385
+ value: MsgOpenBoosterPack,
390
386
  };
391
387
 
392
- type msgCreateuserParams = {
393
- value: MsgCreateuser,
388
+ type msgCreateSellOfferParams = {
389
+ value: MsgCreateSellOffer,
394
390
  };
395
391
 
396
- type msgRemoveSellOfferParams = {
397
- value: MsgRemoveSellOffer,
392
+ type msgFinalizeCollectionParams = {
393
+ value: MsgFinalizeCollection,
398
394
  };
399
395
 
400
- type msgAddContributorToCollectionParams = {
401
- value: MsgAddContributorToCollection,
396
+ type msgSubmitMatchReporterProposalParams = {
397
+ value: MsgSubmitMatchReporterProposal,
402
398
  };
403
399
 
404
- type msgSetCollectionArtistParams = {
405
- value: MsgSetCollectionArtist,
400
+ type msgSubmitCopyrightProposalParams = {
401
+ value: MsgSubmitCopyrightProposal,
406
402
  };
407
403
 
408
- type msgAddArtworkParams = {
409
- value: MsgAddArtwork,
404
+ type msgCreateuserParams = {
405
+ value: MsgCreateuser,
410
406
  };
411
407
 
412
- type msgSubmitCopyrightProposalParams = {
413
- value: MsgSubmitCopyrightProposal,
408
+ type msgRevealCouncilResponseParams = {
409
+ value: MsgRevealCouncilResponse,
414
410
  };
415
411
 
416
- type msgChangeArtistParams = {
417
- value: MsgChangeArtist,
412
+ type msgAddCardToCollectionParams = {
413
+ value: MsgAddCardToCollection,
418
414
  };
419
415
 
420
- type msgReportMatchParams = {
421
- value: MsgReportMatch,
416
+ type msgSetUserWebsiteParams = {
417
+ value: MsgSetUserWebsite,
422
418
  };
423
419
 
424
- type msgSetUserBiographyParams = {
425
- value: MsgSetUserBiography,
420
+ type msgCommitCouncilResponseParams = {
421
+ value: MsgCommitCouncilResponse,
426
422
  };
427
423
 
428
- type msgSubmitMatchReporterProposalParams = {
429
- value: MsgSubmitMatchReporterProposal,
424
+ type msgAddContributorToCollectionParams = {
425
+ value: MsgAddContributorToCollection,
430
426
  };
431
427
 
432
- type msgSetProfileCardParams = {
433
- value: MsgSetProfileCard,
428
+ type msgRemoveContributorFromCollectionParams = {
429
+ value: MsgRemoveContributorFromCollection,
434
430
  };
435
431
 
436
- type msgCreateCouncilParams = {
437
- value: MsgCreateCouncil,
432
+ type msgAddArtworkParams = {
433
+ value: MsgAddArtwork,
438
434
  };
439
435
 
440
- type msgConfirmMatchParams = {
441
- value: MsgConfirmMatch,
436
+ type msgTransferCardParams = {
437
+ value: MsgTransferCard,
442
438
  };
443
439
 
444
- type msgRemoveCardFromCollectionParams = {
445
- value: MsgRemoveCardFromCollection,
440
+ type msgSetCollectionArtistParams = {
441
+ value: MsgSetCollectionArtist,
446
442
  };
447
443
 
448
444
  type msgSetCardRarityParams = {
449
445
  value: MsgSetCardRarity,
450
446
  };
451
447
 
452
- type msgSaveCardContentParams = {
453
- value: MsgSaveCardContent,
448
+ type msgAddStoryToCollectionParams = {
449
+ value: MsgAddStoryToCollection,
454
450
  };
455
451
 
456
- type msgRevealCouncilResponseParams = {
457
- value: MsgRevealCouncilResponse,
452
+ type msgSetUserBiographyParams = {
453
+ value: MsgSetUserBiography,
458
454
  };
459
455
 
460
- type msgCommitCouncilResponseParams = {
461
- value: MsgCommitCouncilResponse,
456
+ type msgChangeArtistParams = {
457
+ value: MsgChangeArtist,
462
458
  };
463
459
 
464
460
  type msgRegisterForCouncilParams = {
465
461
  value: MsgRegisterForCouncil,
466
462
  };
467
463
 
468
- type msgSetUserWebsiteParams = {
469
- value: MsgSetUserWebsite,
464
+ type msgBuyCardSchemeParams = {
465
+ value: MsgBuyCardScheme,
470
466
  };
471
467
 
472
- type msgSubmitCollectionProposalParams = {
473
- value: MsgSubmitCollectionProposal,
468
+ type msgBuyCollectionParams = {
469
+ value: MsgBuyCollection,
474
470
  };
475
471
 
476
- type msgOpenBoosterPackParams = {
477
- value: MsgOpenBoosterPack,
472
+ type msgRewokeCouncilRegistrationParams = {
473
+ value: MsgRewokeCouncilRegistration,
478
474
  };
479
475
 
480
- type msgTransferBoosterPackParams = {
481
- value: MsgTransferBoosterPack,
476
+ type msgDonateToCardParams = {
477
+ value: MsgDonateToCard,
482
478
  };
483
479
 
484
- type msgFinalizeCollectionParams = {
485
- value: MsgFinalizeCollection,
480
+ type msgCreateCollectionParams = {
481
+ value: MsgCreateCollection,
482
+ };
483
+
484
+ type msgSubmitCollectionProposalParams = {
485
+ value: MsgSubmitCollectionProposal,
486
486
  };
487
487
 
488
488
 
@@ -515,20 +515,6 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
515
515
 
516
516
  return {
517
517
 
518
- async sendMsgVoteCard({ value, fee, memo }: sendMsgVoteCardParams): Promise<DeliverTxResponse> {
519
- if (!signer) {
520
- throw new Error('TxClient:sendMsgVoteCard: Unable to sign Tx. Signer is not present.')
521
- }
522
- try {
523
- const { address } = (await signer.getAccounts())[0];
524
- const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
525
- let msg = this.msgVoteCard({ value: MsgVoteCard.fromPartial(value) })
526
- return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
527
- } catch (e: any) {
528
- throw new Error('TxClient:sendMsgVoteCard: Could not broadcast Tx: '+ e.message)
529
- }
530
- },
531
-
532
518
  async sendMsgBuyCard({ value, fee, memo }: sendMsgBuyCardParams): Promise<DeliverTxResponse> {
533
519
  if (!signer) {
534
520
  throw new Error('TxClient:sendMsgBuyCard: Unable to sign Tx. Signer is not present.')
@@ -543,143 +529,143 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
543
529
  }
544
530
  },
545
531
 
546
- async sendMsgAddArtworkToCollection({ value, fee, memo }: sendMsgAddArtworkToCollectionParams): Promise<DeliverTxResponse> {
532
+ async sendMsgVoteCard({ value, fee, memo }: sendMsgVoteCardParams): Promise<DeliverTxResponse> {
547
533
  if (!signer) {
548
- throw new Error('TxClient:sendMsgAddArtworkToCollection: Unable to sign Tx. Signer is not present.')
534
+ throw new Error('TxClient:sendMsgVoteCard: Unable to sign Tx. Signer is not present.')
549
535
  }
550
536
  try {
551
537
  const { address } = (await signer.getAccounts())[0];
552
538
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
553
- let msg = this.msgAddArtworkToCollection({ value: MsgAddArtworkToCollection.fromPartial(value) })
539
+ let msg = this.msgVoteCard({ value: MsgVoteCard.fromPartial(value) })
554
540
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
555
541
  } catch (e: any) {
556
- throw new Error('TxClient:sendMsgAddArtworkToCollection: Could not broadcast Tx: '+ e.message)
542
+ throw new Error('TxClient:sendMsgVoteCard: Could not broadcast Tx: '+ e.message)
557
543
  }
558
544
  },
559
545
 
560
- async sendMsgCreateSellOffer({ value, fee, memo }: sendMsgCreateSellOfferParams): Promise<DeliverTxResponse> {
546
+ async sendMsgRemoveCardFromCollection({ value, fee, memo }: sendMsgRemoveCardFromCollectionParams): Promise<DeliverTxResponse> {
561
547
  if (!signer) {
562
- throw new Error('TxClient:sendMsgCreateSellOffer: Unable to sign Tx. Signer is not present.')
548
+ throw new Error('TxClient:sendMsgRemoveCardFromCollection: Unable to sign Tx. Signer is not present.')
563
549
  }
564
550
  try {
565
551
  const { address } = (await signer.getAccounts())[0];
566
552
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
567
- let msg = this.msgCreateSellOffer({ value: MsgCreateSellOffer.fromPartial(value) })
553
+ let msg = this.msgRemoveCardFromCollection({ value: MsgRemoveCardFromCollection.fromPartial(value) })
568
554
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
569
555
  } catch (e: any) {
570
- throw new Error('TxClient:sendMsgCreateSellOffer: Could not broadcast Tx: '+ e.message)
556
+ throw new Error('TxClient:sendMsgRemoveCardFromCollection: Could not broadcast Tx: '+ e.message)
571
557
  }
572
558
  },
573
559
 
574
- async sendMsgRemoveContributorFromCollection({ value, fee, memo }: sendMsgRemoveContributorFromCollectionParams): Promise<DeliverTxResponse> {
560
+ async sendMsgSetCollectionStoryWriter({ value, fee, memo }: sendMsgSetCollectionStoryWriterParams): Promise<DeliverTxResponse> {
575
561
  if (!signer) {
576
- throw new Error('TxClient:sendMsgRemoveContributorFromCollection: Unable to sign Tx. Signer is not present.')
562
+ throw new Error('TxClient:sendMsgSetCollectionStoryWriter: Unable to sign Tx. Signer is not present.')
577
563
  }
578
564
  try {
579
565
  const { address } = (await signer.getAccounts())[0];
580
566
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
581
- let msg = this.msgRemoveContributorFromCollection({ value: MsgRemoveContributorFromCollection.fromPartial(value) })
567
+ let msg = this.msgSetCollectionStoryWriter({ value: MsgSetCollectionStoryWriter.fromPartial(value) })
582
568
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
583
569
  } catch (e: any) {
584
- throw new Error('TxClient:sendMsgRemoveContributorFromCollection: Could not broadcast Tx: '+ e.message)
570
+ throw new Error('TxClient:sendMsgSetCollectionStoryWriter: Could not broadcast Tx: '+ e.message)
585
571
  }
586
572
  },
587
573
 
588
- async sendMsgCreateCollection({ value, fee, memo }: sendMsgCreateCollectionParams): Promise<DeliverTxResponse> {
574
+ async sendMsgReportMatch({ value, fee, memo }: sendMsgReportMatchParams): Promise<DeliverTxResponse> {
589
575
  if (!signer) {
590
- throw new Error('TxClient:sendMsgCreateCollection: Unable to sign Tx. Signer is not present.')
576
+ throw new Error('TxClient:sendMsgReportMatch: Unable to sign Tx. Signer is not present.')
591
577
  }
592
578
  try {
593
579
  const { address } = (await signer.getAccounts())[0];
594
580
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
595
- let msg = this.msgCreateCollection({ value: MsgCreateCollection.fromPartial(value) })
581
+ let msg = this.msgReportMatch({ value: MsgReportMatch.fromPartial(value) })
596
582
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
597
583
  } catch (e: any) {
598
- throw new Error('TxClient:sendMsgCreateCollection: Could not broadcast Tx: '+ e.message)
584
+ throw new Error('TxClient:sendMsgReportMatch: Could not broadcast Tx: '+ e.message)
599
585
  }
600
586
  },
601
587
 
602
- async sendMsgBuyCollection({ value, fee, memo }: sendMsgBuyCollectionParams): Promise<DeliverTxResponse> {
588
+ async sendMsgMultiVoteCard({ value, fee, memo }: sendMsgMultiVoteCardParams): Promise<DeliverTxResponse> {
603
589
  if (!signer) {
604
- throw new Error('TxClient:sendMsgBuyCollection: Unable to sign Tx. Signer is not present.')
590
+ throw new Error('TxClient:sendMsgMultiVoteCard: Unable to sign Tx. Signer is not present.')
605
591
  }
606
592
  try {
607
593
  const { address } = (await signer.getAccounts())[0];
608
594
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
609
- let msg = this.msgBuyCollection({ value: MsgBuyCollection.fromPartial(value) })
595
+ let msg = this.msgMultiVoteCard({ value: MsgMultiVoteCard.fromPartial(value) })
610
596
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
611
597
  } catch (e: any) {
612
- throw new Error('TxClient:sendMsgBuyCollection: Could not broadcast Tx: '+ e.message)
598
+ throw new Error('TxClient:sendMsgMultiVoteCard: Could not broadcast Tx: '+ e.message)
613
599
  }
614
600
  },
615
601
 
616
- async sendMsgDonateToCard({ value, fee, memo }: sendMsgDonateToCardParams): Promise<DeliverTxResponse> {
602
+ async sendMsgSetProfileCard({ value, fee, memo }: sendMsgSetProfileCardParams): Promise<DeliverTxResponse> {
617
603
  if (!signer) {
618
- throw new Error('TxClient:sendMsgDonateToCard: Unable to sign Tx. Signer is not present.')
604
+ throw new Error('TxClient:sendMsgSetProfileCard: Unable to sign Tx. Signer is not present.')
619
605
  }
620
606
  try {
621
607
  const { address } = (await signer.getAccounts())[0];
622
608
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
623
- let msg = this.msgDonateToCard({ value: MsgDonateToCard.fromPartial(value) })
609
+ let msg = this.msgSetProfileCard({ value: MsgSetProfileCard.fromPartial(value) })
624
610
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
625
611
  } catch (e: any) {
626
- throw new Error('TxClient:sendMsgDonateToCard: Could not broadcast Tx: '+ e.message)
612
+ throw new Error('TxClient:sendMsgSetProfileCard: Could not broadcast Tx: '+ e.message)
627
613
  }
628
614
  },
629
615
 
630
- async sendMsgAddStoryToCollection({ value, fee, memo }: sendMsgAddStoryToCollectionParams): Promise<DeliverTxResponse> {
616
+ async sendMsgSaveCardContent({ value, fee, memo }: sendMsgSaveCardContentParams): Promise<DeliverTxResponse> {
631
617
  if (!signer) {
632
- throw new Error('TxClient:sendMsgAddStoryToCollection: Unable to sign Tx. Signer is not present.')
618
+ throw new Error('TxClient:sendMsgSaveCardContent: Unable to sign Tx. Signer is not present.')
633
619
  }
634
620
  try {
635
621
  const { address } = (await signer.getAccounts())[0];
636
622
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
637
- let msg = this.msgAddStoryToCollection({ value: MsgAddStoryToCollection.fromPartial(value) })
623
+ let msg = this.msgSaveCardContent({ value: MsgSaveCardContent.fromPartial(value) })
638
624
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
639
625
  } catch (e: any) {
640
- throw new Error('TxClient:sendMsgAddStoryToCollection: Could not broadcast Tx: '+ e.message)
626
+ throw new Error('TxClient:sendMsgSaveCardContent: Could not broadcast Tx: '+ e.message)
641
627
  }
642
628
  },
643
629
 
644
- async sendMsgRestartCouncil({ value, fee, memo }: sendMsgRestartCouncilParams): Promise<DeliverTxResponse> {
630
+ async sendMsgConfirmMatch({ value, fee, memo }: sendMsgConfirmMatchParams): Promise<DeliverTxResponse> {
645
631
  if (!signer) {
646
- throw new Error('TxClient:sendMsgRestartCouncil: Unable to sign Tx. Signer is not present.')
632
+ throw new Error('TxClient:sendMsgConfirmMatch: Unable to sign Tx. Signer is not present.')
647
633
  }
648
634
  try {
649
635
  const { address } = (await signer.getAccounts())[0];
650
636
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
651
- let msg = this.msgRestartCouncil({ value: MsgRestartCouncil.fromPartial(value) })
637
+ let msg = this.msgConfirmMatch({ value: MsgConfirmMatch.fromPartial(value) })
652
638
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
653
639
  } catch (e: any) {
654
- throw new Error('TxClient:sendMsgRestartCouncil: Could not broadcast Tx: '+ e.message)
640
+ throw new Error('TxClient:sendMsgConfirmMatch: Could not broadcast Tx: '+ e.message)
655
641
  }
656
642
  },
657
643
 
658
- async sendMsgRewokeCouncilRegistration({ value, fee, memo }: sendMsgRewokeCouncilRegistrationParams): Promise<DeliverTxResponse> {
644
+ async sendMsgTransferBoosterPack({ value, fee, memo }: sendMsgTransferBoosterPackParams): Promise<DeliverTxResponse> {
659
645
  if (!signer) {
660
- throw new Error('TxClient:sendMsgRewokeCouncilRegistration: Unable to sign Tx. Signer is not present.')
646
+ throw new Error('TxClient:sendMsgTransferBoosterPack: Unable to sign Tx. Signer is not present.')
661
647
  }
662
648
  try {
663
649
  const { address } = (await signer.getAccounts())[0];
664
650
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
665
- let msg = this.msgRewokeCouncilRegistration({ value: MsgRewokeCouncilRegistration.fromPartial(value) })
651
+ let msg = this.msgTransferBoosterPack({ value: MsgTransferBoosterPack.fromPartial(value) })
666
652
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
667
653
  } catch (e: any) {
668
- throw new Error('TxClient:sendMsgRewokeCouncilRegistration: Could not broadcast Tx: '+ e.message)
654
+ throw new Error('TxClient:sendMsgTransferBoosterPack: Could not broadcast Tx: '+ e.message)
669
655
  }
670
656
  },
671
657
 
672
- async sendMsgSetCollectionStoryWriter({ value, fee, memo }: sendMsgSetCollectionStoryWriterParams): Promise<DeliverTxResponse> {
658
+ async sendMsgRemoveSellOffer({ value, fee, memo }: sendMsgRemoveSellOfferParams): Promise<DeliverTxResponse> {
673
659
  if (!signer) {
674
- throw new Error('TxClient:sendMsgSetCollectionStoryWriter: Unable to sign Tx. Signer is not present.')
660
+ throw new Error('TxClient:sendMsgRemoveSellOffer: Unable to sign Tx. Signer is not present.')
675
661
  }
676
662
  try {
677
663
  const { address } = (await signer.getAccounts())[0];
678
664
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
679
- let msg = this.msgSetCollectionStoryWriter({ value: MsgSetCollectionStoryWriter.fromPartial(value) })
665
+ let msg = this.msgRemoveSellOffer({ value: MsgRemoveSellOffer.fromPartial(value) })
680
666
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
681
667
  } catch (e: any) {
682
- throw new Error('TxClient:sendMsgSetCollectionStoryWriter: Could not broadcast Tx: '+ e.message)
668
+ throw new Error('TxClient:sendMsgRemoveSellOffer: Could not broadcast Tx: '+ e.message)
683
669
  }
684
670
  },
685
671
 
@@ -697,255 +683,255 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
697
683
  }
698
684
  },
699
685
 
700
- async sendMsgMultiVoteCard({ value, fee, memo }: sendMsgMultiVoteCardParams): Promise<DeliverTxResponse> {
686
+ async sendMsgCreateCouncil({ value, fee, memo }: sendMsgCreateCouncilParams): Promise<DeliverTxResponse> {
701
687
  if (!signer) {
702
- throw new Error('TxClient:sendMsgMultiVoteCard: Unable to sign Tx. Signer is not present.')
688
+ throw new Error('TxClient:sendMsgCreateCouncil: Unable to sign Tx. Signer is not present.')
703
689
  }
704
690
  try {
705
691
  const { address } = (await signer.getAccounts())[0];
706
692
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
707
- let msg = this.msgMultiVoteCard({ value: MsgMultiVoteCard.fromPartial(value) })
693
+ let msg = this.msgCreateCouncil({ value: MsgCreateCouncil.fromPartial(value) })
708
694
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
709
695
  } catch (e: any) {
710
- throw new Error('TxClient:sendMsgMultiVoteCard: Could not broadcast Tx: '+ e.message)
696
+ throw new Error('TxClient:sendMsgCreateCouncil: Could not broadcast Tx: '+ e.message)
711
697
  }
712
698
  },
713
699
 
714
- async sendMsgTransferCard({ value, fee, memo }: sendMsgTransferCardParams): Promise<DeliverTxResponse> {
700
+ async sendMsgRestartCouncil({ value, fee, memo }: sendMsgRestartCouncilParams): Promise<DeliverTxResponse> {
715
701
  if (!signer) {
716
- throw new Error('TxClient:sendMsgTransferCard: Unable to sign Tx. Signer is not present.')
702
+ throw new Error('TxClient:sendMsgRestartCouncil: Unable to sign Tx. Signer is not present.')
717
703
  }
718
704
  try {
719
705
  const { address } = (await signer.getAccounts())[0];
720
706
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
721
- let msg = this.msgTransferCard({ value: MsgTransferCard.fromPartial(value) })
707
+ let msg = this.msgRestartCouncil({ value: MsgRestartCouncil.fromPartial(value) })
722
708
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
723
709
  } catch (e: any) {
724
- throw new Error('TxClient:sendMsgTransferCard: Could not broadcast Tx: '+ e.message)
710
+ throw new Error('TxClient:sendMsgRestartCouncil: Could not broadcast Tx: '+ e.message)
725
711
  }
726
712
  },
727
713
 
728
- async sendMsgAddCardToCollection({ value, fee, memo }: sendMsgAddCardToCollectionParams): Promise<DeliverTxResponse> {
714
+ async sendMsgAddArtworkToCollection({ value, fee, memo }: sendMsgAddArtworkToCollectionParams): Promise<DeliverTxResponse> {
729
715
  if (!signer) {
730
- throw new Error('TxClient:sendMsgAddCardToCollection: Unable to sign Tx. Signer is not present.')
716
+ throw new Error('TxClient:sendMsgAddArtworkToCollection: Unable to sign Tx. Signer is not present.')
731
717
  }
732
718
  try {
733
719
  const { address } = (await signer.getAccounts())[0];
734
720
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
735
- let msg = this.msgAddCardToCollection({ value: MsgAddCardToCollection.fromPartial(value) })
721
+ let msg = this.msgAddArtworkToCollection({ value: MsgAddArtworkToCollection.fromPartial(value) })
736
722
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
737
723
  } catch (e: any) {
738
- throw new Error('TxClient:sendMsgAddCardToCollection: Could not broadcast Tx: '+ e.message)
724
+ throw new Error('TxClient:sendMsgAddArtworkToCollection: Could not broadcast Tx: '+ e.message)
739
725
  }
740
726
  },
741
727
 
742
- async sendMsgBuyCardScheme({ value, fee, memo }: sendMsgBuyCardSchemeParams): Promise<DeliverTxResponse> {
728
+ async sendMsgOpenBoosterPack({ value, fee, memo }: sendMsgOpenBoosterPackParams): Promise<DeliverTxResponse> {
743
729
  if (!signer) {
744
- throw new Error('TxClient:sendMsgBuyCardScheme: Unable to sign Tx. Signer is not present.')
730
+ throw new Error('TxClient:sendMsgOpenBoosterPack: Unable to sign Tx. Signer is not present.')
745
731
  }
746
732
  try {
747
733
  const { address } = (await signer.getAccounts())[0];
748
734
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
749
- let msg = this.msgBuyCardScheme({ value: MsgBuyCardScheme.fromPartial(value) })
735
+ let msg = this.msgOpenBoosterPack({ value: MsgOpenBoosterPack.fromPartial(value) })
750
736
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
751
737
  } catch (e: any) {
752
- throw new Error('TxClient:sendMsgBuyCardScheme: Could not broadcast Tx: '+ e.message)
738
+ throw new Error('TxClient:sendMsgOpenBoosterPack: Could not broadcast Tx: '+ e.message)
753
739
  }
754
740
  },
755
741
 
756
- async sendMsgCreateuser({ value, fee, memo }: sendMsgCreateuserParams): Promise<DeliverTxResponse> {
742
+ async sendMsgCreateSellOffer({ value, fee, memo }: sendMsgCreateSellOfferParams): Promise<DeliverTxResponse> {
757
743
  if (!signer) {
758
- throw new Error('TxClient:sendMsgCreateuser: Unable to sign Tx. Signer is not present.')
744
+ throw new Error('TxClient:sendMsgCreateSellOffer: Unable to sign Tx. Signer is not present.')
759
745
  }
760
746
  try {
761
747
  const { address } = (await signer.getAccounts())[0];
762
748
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
763
- let msg = this.msgCreateuser({ value: MsgCreateuser.fromPartial(value) })
749
+ let msg = this.msgCreateSellOffer({ value: MsgCreateSellOffer.fromPartial(value) })
764
750
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
765
751
  } catch (e: any) {
766
- throw new Error('TxClient:sendMsgCreateuser: Could not broadcast Tx: '+ e.message)
752
+ throw new Error('TxClient:sendMsgCreateSellOffer: Could not broadcast Tx: '+ e.message)
767
753
  }
768
754
  },
769
755
 
770
- async sendMsgRemoveSellOffer({ value, fee, memo }: sendMsgRemoveSellOfferParams): Promise<DeliverTxResponse> {
756
+ async sendMsgFinalizeCollection({ value, fee, memo }: sendMsgFinalizeCollectionParams): Promise<DeliverTxResponse> {
771
757
  if (!signer) {
772
- throw new Error('TxClient:sendMsgRemoveSellOffer: Unable to sign Tx. Signer is not present.')
758
+ throw new Error('TxClient:sendMsgFinalizeCollection: Unable to sign Tx. Signer is not present.')
773
759
  }
774
760
  try {
775
761
  const { address } = (await signer.getAccounts())[0];
776
762
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
777
- let msg = this.msgRemoveSellOffer({ value: MsgRemoveSellOffer.fromPartial(value) })
763
+ let msg = this.msgFinalizeCollection({ value: MsgFinalizeCollection.fromPartial(value) })
778
764
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
779
765
  } catch (e: any) {
780
- throw new Error('TxClient:sendMsgRemoveSellOffer: Could not broadcast Tx: '+ e.message)
766
+ throw new Error('TxClient:sendMsgFinalizeCollection: Could not broadcast Tx: '+ e.message)
781
767
  }
782
768
  },
783
769
 
784
- async sendMsgAddContributorToCollection({ value, fee, memo }: sendMsgAddContributorToCollectionParams): Promise<DeliverTxResponse> {
770
+ async sendMsgSubmitMatchReporterProposal({ value, fee, memo }: sendMsgSubmitMatchReporterProposalParams): Promise<DeliverTxResponse> {
785
771
  if (!signer) {
786
- throw new Error('TxClient:sendMsgAddContributorToCollection: Unable to sign Tx. Signer is not present.')
772
+ throw new Error('TxClient:sendMsgSubmitMatchReporterProposal: Unable to sign Tx. Signer is not present.')
787
773
  }
788
774
  try {
789
775
  const { address } = (await signer.getAccounts())[0];
790
776
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
791
- let msg = this.msgAddContributorToCollection({ value: MsgAddContributorToCollection.fromPartial(value) })
777
+ let msg = this.msgSubmitMatchReporterProposal({ value: MsgSubmitMatchReporterProposal.fromPartial(value) })
792
778
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
793
779
  } catch (e: any) {
794
- throw new Error('TxClient:sendMsgAddContributorToCollection: Could not broadcast Tx: '+ e.message)
780
+ throw new Error('TxClient:sendMsgSubmitMatchReporterProposal: Could not broadcast Tx: '+ e.message)
795
781
  }
796
782
  },
797
783
 
798
- async sendMsgSetCollectionArtist({ value, fee, memo }: sendMsgSetCollectionArtistParams): Promise<DeliverTxResponse> {
784
+ async sendMsgSubmitCopyrightProposal({ value, fee, memo }: sendMsgSubmitCopyrightProposalParams): Promise<DeliverTxResponse> {
799
785
  if (!signer) {
800
- throw new Error('TxClient:sendMsgSetCollectionArtist: Unable to sign Tx. Signer is not present.')
786
+ throw new Error('TxClient:sendMsgSubmitCopyrightProposal: Unable to sign Tx. Signer is not present.')
801
787
  }
802
788
  try {
803
789
  const { address } = (await signer.getAccounts())[0];
804
790
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
805
- let msg = this.msgSetCollectionArtist({ value: MsgSetCollectionArtist.fromPartial(value) })
791
+ let msg = this.msgSubmitCopyrightProposal({ value: MsgSubmitCopyrightProposal.fromPartial(value) })
806
792
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
807
793
  } catch (e: any) {
808
- throw new Error('TxClient:sendMsgSetCollectionArtist: Could not broadcast Tx: '+ e.message)
794
+ throw new Error('TxClient:sendMsgSubmitCopyrightProposal: Could not broadcast Tx: '+ e.message)
809
795
  }
810
796
  },
811
797
 
812
- async sendMsgAddArtwork({ value, fee, memo }: sendMsgAddArtworkParams): Promise<DeliverTxResponse> {
798
+ async sendMsgCreateuser({ value, fee, memo }: sendMsgCreateuserParams): Promise<DeliverTxResponse> {
813
799
  if (!signer) {
814
- throw new Error('TxClient:sendMsgAddArtwork: Unable to sign Tx. Signer is not present.')
800
+ throw new Error('TxClient:sendMsgCreateuser: Unable to sign Tx. Signer is not present.')
815
801
  }
816
802
  try {
817
803
  const { address } = (await signer.getAccounts())[0];
818
804
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
819
- let msg = this.msgAddArtwork({ value: MsgAddArtwork.fromPartial(value) })
805
+ let msg = this.msgCreateuser({ value: MsgCreateuser.fromPartial(value) })
820
806
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
821
807
  } catch (e: any) {
822
- throw new Error('TxClient:sendMsgAddArtwork: Could not broadcast Tx: '+ e.message)
808
+ throw new Error('TxClient:sendMsgCreateuser: Could not broadcast Tx: '+ e.message)
823
809
  }
824
810
  },
825
811
 
826
- async sendMsgSubmitCopyrightProposal({ value, fee, memo }: sendMsgSubmitCopyrightProposalParams): Promise<DeliverTxResponse> {
812
+ async sendMsgRevealCouncilResponse({ value, fee, memo }: sendMsgRevealCouncilResponseParams): Promise<DeliverTxResponse> {
827
813
  if (!signer) {
828
- throw new Error('TxClient:sendMsgSubmitCopyrightProposal: Unable to sign Tx. Signer is not present.')
814
+ throw new Error('TxClient:sendMsgRevealCouncilResponse: Unable to sign Tx. Signer is not present.')
829
815
  }
830
816
  try {
831
817
  const { address } = (await signer.getAccounts())[0];
832
818
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
833
- let msg = this.msgSubmitCopyrightProposal({ value: MsgSubmitCopyrightProposal.fromPartial(value) })
819
+ let msg = this.msgRevealCouncilResponse({ value: MsgRevealCouncilResponse.fromPartial(value) })
834
820
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
835
821
  } catch (e: any) {
836
- throw new Error('TxClient:sendMsgSubmitCopyrightProposal: Could not broadcast Tx: '+ e.message)
822
+ throw new Error('TxClient:sendMsgRevealCouncilResponse: Could not broadcast Tx: '+ e.message)
837
823
  }
838
824
  },
839
825
 
840
- async sendMsgChangeArtist({ value, fee, memo }: sendMsgChangeArtistParams): Promise<DeliverTxResponse> {
826
+ async sendMsgAddCardToCollection({ value, fee, memo }: sendMsgAddCardToCollectionParams): Promise<DeliverTxResponse> {
841
827
  if (!signer) {
842
- throw new Error('TxClient:sendMsgChangeArtist: Unable to sign Tx. Signer is not present.')
828
+ throw new Error('TxClient:sendMsgAddCardToCollection: Unable to sign Tx. Signer is not present.')
843
829
  }
844
830
  try {
845
831
  const { address } = (await signer.getAccounts())[0];
846
832
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
847
- let msg = this.msgChangeArtist({ value: MsgChangeArtist.fromPartial(value) })
833
+ let msg = this.msgAddCardToCollection({ value: MsgAddCardToCollection.fromPartial(value) })
848
834
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
849
835
  } catch (e: any) {
850
- throw new Error('TxClient:sendMsgChangeArtist: Could not broadcast Tx: '+ e.message)
836
+ throw new Error('TxClient:sendMsgAddCardToCollection: Could not broadcast Tx: '+ e.message)
851
837
  }
852
838
  },
853
839
 
854
- async sendMsgReportMatch({ value, fee, memo }: sendMsgReportMatchParams): Promise<DeliverTxResponse> {
840
+ async sendMsgSetUserWebsite({ value, fee, memo }: sendMsgSetUserWebsiteParams): Promise<DeliverTxResponse> {
855
841
  if (!signer) {
856
- throw new Error('TxClient:sendMsgReportMatch: Unable to sign Tx. Signer is not present.')
842
+ throw new Error('TxClient:sendMsgSetUserWebsite: Unable to sign Tx. Signer is not present.')
857
843
  }
858
844
  try {
859
845
  const { address } = (await signer.getAccounts())[0];
860
846
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
861
- let msg = this.msgReportMatch({ value: MsgReportMatch.fromPartial(value) })
847
+ let msg = this.msgSetUserWebsite({ value: MsgSetUserWebsite.fromPartial(value) })
862
848
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
863
849
  } catch (e: any) {
864
- throw new Error('TxClient:sendMsgReportMatch: Could not broadcast Tx: '+ e.message)
850
+ throw new Error('TxClient:sendMsgSetUserWebsite: Could not broadcast Tx: '+ e.message)
865
851
  }
866
852
  },
867
853
 
868
- async sendMsgSetUserBiography({ value, fee, memo }: sendMsgSetUserBiographyParams): Promise<DeliverTxResponse> {
854
+ async sendMsgCommitCouncilResponse({ value, fee, memo }: sendMsgCommitCouncilResponseParams): Promise<DeliverTxResponse> {
869
855
  if (!signer) {
870
- throw new Error('TxClient:sendMsgSetUserBiography: Unable to sign Tx. Signer is not present.')
856
+ throw new Error('TxClient:sendMsgCommitCouncilResponse: Unable to sign Tx. Signer is not present.')
871
857
  }
872
858
  try {
873
859
  const { address } = (await signer.getAccounts())[0];
874
860
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
875
- let msg = this.msgSetUserBiography({ value: MsgSetUserBiography.fromPartial(value) })
861
+ let msg = this.msgCommitCouncilResponse({ value: MsgCommitCouncilResponse.fromPartial(value) })
876
862
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
877
863
  } catch (e: any) {
878
- throw new Error('TxClient:sendMsgSetUserBiography: Could not broadcast Tx: '+ e.message)
864
+ throw new Error('TxClient:sendMsgCommitCouncilResponse: Could not broadcast Tx: '+ e.message)
879
865
  }
880
866
  },
881
867
 
882
- async sendMsgSubmitMatchReporterProposal({ value, fee, memo }: sendMsgSubmitMatchReporterProposalParams): Promise<DeliverTxResponse> {
868
+ async sendMsgAddContributorToCollection({ value, fee, memo }: sendMsgAddContributorToCollectionParams): Promise<DeliverTxResponse> {
883
869
  if (!signer) {
884
- throw new Error('TxClient:sendMsgSubmitMatchReporterProposal: Unable to sign Tx. Signer is not present.')
870
+ throw new Error('TxClient:sendMsgAddContributorToCollection: Unable to sign Tx. Signer is not present.')
885
871
  }
886
872
  try {
887
873
  const { address } = (await signer.getAccounts())[0];
888
874
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
889
- let msg = this.msgSubmitMatchReporterProposal({ value: MsgSubmitMatchReporterProposal.fromPartial(value) })
875
+ let msg = this.msgAddContributorToCollection({ value: MsgAddContributorToCollection.fromPartial(value) })
890
876
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
891
877
  } catch (e: any) {
892
- throw new Error('TxClient:sendMsgSubmitMatchReporterProposal: Could not broadcast Tx: '+ e.message)
878
+ throw new Error('TxClient:sendMsgAddContributorToCollection: Could not broadcast Tx: '+ e.message)
893
879
  }
894
880
  },
895
881
 
896
- async sendMsgSetProfileCard({ value, fee, memo }: sendMsgSetProfileCardParams): Promise<DeliverTxResponse> {
882
+ async sendMsgRemoveContributorFromCollection({ value, fee, memo }: sendMsgRemoveContributorFromCollectionParams): Promise<DeliverTxResponse> {
897
883
  if (!signer) {
898
- throw new Error('TxClient:sendMsgSetProfileCard: Unable to sign Tx. Signer is not present.')
884
+ throw new Error('TxClient:sendMsgRemoveContributorFromCollection: Unable to sign Tx. Signer is not present.')
899
885
  }
900
886
  try {
901
887
  const { address } = (await signer.getAccounts())[0];
902
888
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
903
- let msg = this.msgSetProfileCard({ value: MsgSetProfileCard.fromPartial(value) })
889
+ let msg = this.msgRemoveContributorFromCollection({ value: MsgRemoveContributorFromCollection.fromPartial(value) })
904
890
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
905
891
  } catch (e: any) {
906
- throw new Error('TxClient:sendMsgSetProfileCard: Could not broadcast Tx: '+ e.message)
892
+ throw new Error('TxClient:sendMsgRemoveContributorFromCollection: Could not broadcast Tx: '+ e.message)
907
893
  }
908
894
  },
909
895
 
910
- async sendMsgCreateCouncil({ value, fee, memo }: sendMsgCreateCouncilParams): Promise<DeliverTxResponse> {
896
+ async sendMsgAddArtwork({ value, fee, memo }: sendMsgAddArtworkParams): Promise<DeliverTxResponse> {
911
897
  if (!signer) {
912
- throw new Error('TxClient:sendMsgCreateCouncil: Unable to sign Tx. Signer is not present.')
898
+ throw new Error('TxClient:sendMsgAddArtwork: Unable to sign Tx. Signer is not present.')
913
899
  }
914
900
  try {
915
901
  const { address } = (await signer.getAccounts())[0];
916
902
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
917
- let msg = this.msgCreateCouncil({ value: MsgCreateCouncil.fromPartial(value) })
903
+ let msg = this.msgAddArtwork({ value: MsgAddArtwork.fromPartial(value) })
918
904
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
919
905
  } catch (e: any) {
920
- throw new Error('TxClient:sendMsgCreateCouncil: Could not broadcast Tx: '+ e.message)
906
+ throw new Error('TxClient:sendMsgAddArtwork: Could not broadcast Tx: '+ e.message)
921
907
  }
922
908
  },
923
909
 
924
- async sendMsgConfirmMatch({ value, fee, memo }: sendMsgConfirmMatchParams): Promise<DeliverTxResponse> {
910
+ async sendMsgTransferCard({ value, fee, memo }: sendMsgTransferCardParams): Promise<DeliverTxResponse> {
925
911
  if (!signer) {
926
- throw new Error('TxClient:sendMsgConfirmMatch: Unable to sign Tx. Signer is not present.')
912
+ throw new Error('TxClient:sendMsgTransferCard: Unable to sign Tx. Signer is not present.')
927
913
  }
928
914
  try {
929
915
  const { address } = (await signer.getAccounts())[0];
930
916
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
931
- let msg = this.msgConfirmMatch({ value: MsgConfirmMatch.fromPartial(value) })
917
+ let msg = this.msgTransferCard({ value: MsgTransferCard.fromPartial(value) })
932
918
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
933
919
  } catch (e: any) {
934
- throw new Error('TxClient:sendMsgConfirmMatch: Could not broadcast Tx: '+ e.message)
920
+ throw new Error('TxClient:sendMsgTransferCard: Could not broadcast Tx: '+ e.message)
935
921
  }
936
922
  },
937
923
 
938
- async sendMsgRemoveCardFromCollection({ value, fee, memo }: sendMsgRemoveCardFromCollectionParams): Promise<DeliverTxResponse> {
924
+ async sendMsgSetCollectionArtist({ value, fee, memo }: sendMsgSetCollectionArtistParams): Promise<DeliverTxResponse> {
939
925
  if (!signer) {
940
- throw new Error('TxClient:sendMsgRemoveCardFromCollection: Unable to sign Tx. Signer is not present.')
926
+ throw new Error('TxClient:sendMsgSetCollectionArtist: Unable to sign Tx. Signer is not present.')
941
927
  }
942
928
  try {
943
929
  const { address } = (await signer.getAccounts())[0];
944
930
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
945
- let msg = this.msgRemoveCardFromCollection({ value: MsgRemoveCardFromCollection.fromPartial(value) })
931
+ let msg = this.msgSetCollectionArtist({ value: MsgSetCollectionArtist.fromPartial(value) })
946
932
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
947
933
  } catch (e: any) {
948
- throw new Error('TxClient:sendMsgRemoveCardFromCollection: Could not broadcast Tx: '+ e.message)
934
+ throw new Error('TxClient:sendMsgSetCollectionArtist: Could not broadcast Tx: '+ e.message)
949
935
  }
950
936
  },
951
937
 
@@ -963,45 +949,45 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
963
949
  }
964
950
  },
965
951
 
966
- async sendMsgSaveCardContent({ value, fee, memo }: sendMsgSaveCardContentParams): Promise<DeliverTxResponse> {
952
+ async sendMsgAddStoryToCollection({ value, fee, memo }: sendMsgAddStoryToCollectionParams): Promise<DeliverTxResponse> {
967
953
  if (!signer) {
968
- throw new Error('TxClient:sendMsgSaveCardContent: Unable to sign Tx. Signer is not present.')
954
+ throw new Error('TxClient:sendMsgAddStoryToCollection: Unable to sign Tx. Signer is not present.')
969
955
  }
970
956
  try {
971
957
  const { address } = (await signer.getAccounts())[0];
972
958
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
973
- let msg = this.msgSaveCardContent({ value: MsgSaveCardContent.fromPartial(value) })
959
+ let msg = this.msgAddStoryToCollection({ value: MsgAddStoryToCollection.fromPartial(value) })
974
960
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
975
961
  } catch (e: any) {
976
- throw new Error('TxClient:sendMsgSaveCardContent: Could not broadcast Tx: '+ e.message)
962
+ throw new Error('TxClient:sendMsgAddStoryToCollection: Could not broadcast Tx: '+ e.message)
977
963
  }
978
964
  },
979
965
 
980
- async sendMsgRevealCouncilResponse({ value, fee, memo }: sendMsgRevealCouncilResponseParams): Promise<DeliverTxResponse> {
966
+ async sendMsgSetUserBiography({ value, fee, memo }: sendMsgSetUserBiographyParams): Promise<DeliverTxResponse> {
981
967
  if (!signer) {
982
- throw new Error('TxClient:sendMsgRevealCouncilResponse: Unable to sign Tx. Signer is not present.')
968
+ throw new Error('TxClient:sendMsgSetUserBiography: Unable to sign Tx. Signer is not present.')
983
969
  }
984
970
  try {
985
971
  const { address } = (await signer.getAccounts())[0];
986
972
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
987
- let msg = this.msgRevealCouncilResponse({ value: MsgRevealCouncilResponse.fromPartial(value) })
973
+ let msg = this.msgSetUserBiography({ value: MsgSetUserBiography.fromPartial(value) })
988
974
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
989
975
  } catch (e: any) {
990
- throw new Error('TxClient:sendMsgRevealCouncilResponse: Could not broadcast Tx: '+ e.message)
976
+ throw new Error('TxClient:sendMsgSetUserBiography: Could not broadcast Tx: '+ e.message)
991
977
  }
992
978
  },
993
979
 
994
- async sendMsgCommitCouncilResponse({ value, fee, memo }: sendMsgCommitCouncilResponseParams): Promise<DeliverTxResponse> {
980
+ async sendMsgChangeArtist({ value, fee, memo }: sendMsgChangeArtistParams): Promise<DeliverTxResponse> {
995
981
  if (!signer) {
996
- throw new Error('TxClient:sendMsgCommitCouncilResponse: Unable to sign Tx. Signer is not present.')
982
+ throw new Error('TxClient:sendMsgChangeArtist: Unable to sign Tx. Signer is not present.')
997
983
  }
998
984
  try {
999
985
  const { address } = (await signer.getAccounts())[0];
1000
986
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
1001
- let msg = this.msgCommitCouncilResponse({ value: MsgCommitCouncilResponse.fromPartial(value) })
987
+ let msg = this.msgChangeArtist({ value: MsgChangeArtist.fromPartial(value) })
1002
988
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
1003
989
  } catch (e: any) {
1004
- throw new Error('TxClient:sendMsgCommitCouncilResponse: Could not broadcast Tx: '+ e.message)
990
+ throw new Error('TxClient:sendMsgChangeArtist: Could not broadcast Tx: '+ e.message)
1005
991
  }
1006
992
  },
1007
993
 
@@ -1019,85 +1005,91 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
1019
1005
  }
1020
1006
  },
1021
1007
 
1022
- async sendMsgSetUserWebsite({ value, fee, memo }: sendMsgSetUserWebsiteParams): Promise<DeliverTxResponse> {
1008
+ async sendMsgBuyCardScheme({ value, fee, memo }: sendMsgBuyCardSchemeParams): Promise<DeliverTxResponse> {
1023
1009
  if (!signer) {
1024
- throw new Error('TxClient:sendMsgSetUserWebsite: Unable to sign Tx. Signer is not present.')
1010
+ throw new Error('TxClient:sendMsgBuyCardScheme: Unable to sign Tx. Signer is not present.')
1025
1011
  }
1026
1012
  try {
1027
1013
  const { address } = (await signer.getAccounts())[0];
1028
1014
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
1029
- let msg = this.msgSetUserWebsite({ value: MsgSetUserWebsite.fromPartial(value) })
1015
+ let msg = this.msgBuyCardScheme({ value: MsgBuyCardScheme.fromPartial(value) })
1030
1016
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
1031
1017
  } catch (e: any) {
1032
- throw new Error('TxClient:sendMsgSetUserWebsite: Could not broadcast Tx: '+ e.message)
1018
+ throw new Error('TxClient:sendMsgBuyCardScheme: Could not broadcast Tx: '+ e.message)
1033
1019
  }
1034
1020
  },
1035
1021
 
1036
- async sendMsgSubmitCollectionProposal({ value, fee, memo }: sendMsgSubmitCollectionProposalParams): Promise<DeliverTxResponse> {
1022
+ async sendMsgBuyCollection({ value, fee, memo }: sendMsgBuyCollectionParams): Promise<DeliverTxResponse> {
1037
1023
  if (!signer) {
1038
- throw new Error('TxClient:sendMsgSubmitCollectionProposal: Unable to sign Tx. Signer is not present.')
1024
+ throw new Error('TxClient:sendMsgBuyCollection: Unable to sign Tx. Signer is not present.')
1039
1025
  }
1040
1026
  try {
1041
1027
  const { address } = (await signer.getAccounts())[0];
1042
1028
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
1043
- let msg = this.msgSubmitCollectionProposal({ value: MsgSubmitCollectionProposal.fromPartial(value) })
1029
+ let msg = this.msgBuyCollection({ value: MsgBuyCollection.fromPartial(value) })
1044
1030
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
1045
1031
  } catch (e: any) {
1046
- throw new Error('TxClient:sendMsgSubmitCollectionProposal: Could not broadcast Tx: '+ e.message)
1032
+ throw new Error('TxClient:sendMsgBuyCollection: Could not broadcast Tx: '+ e.message)
1033
+ }
1034
+ },
1035
+
1036
+ async sendMsgRewokeCouncilRegistration({ value, fee, memo }: sendMsgRewokeCouncilRegistrationParams): Promise<DeliverTxResponse> {
1037
+ if (!signer) {
1038
+ throw new Error('TxClient:sendMsgRewokeCouncilRegistration: Unable to sign Tx. Signer is not present.')
1039
+ }
1040
+ try {
1041
+ const { address } = (await signer.getAccounts())[0];
1042
+ const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
1043
+ let msg = this.msgRewokeCouncilRegistration({ value: MsgRewokeCouncilRegistration.fromPartial(value) })
1044
+ return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
1045
+ } catch (e: any) {
1046
+ throw new Error('TxClient:sendMsgRewokeCouncilRegistration: Could not broadcast Tx: '+ e.message)
1047
1047
  }
1048
1048
  },
1049
1049
 
1050
- async sendMsgOpenBoosterPack({ value, fee, memo }: sendMsgOpenBoosterPackParams): Promise<DeliverTxResponse> {
1050
+ async sendMsgDonateToCard({ value, fee, memo }: sendMsgDonateToCardParams): Promise<DeliverTxResponse> {
1051
1051
  if (!signer) {
1052
- throw new Error('TxClient:sendMsgOpenBoosterPack: Unable to sign Tx. Signer is not present.')
1052
+ throw new Error('TxClient:sendMsgDonateToCard: Unable to sign Tx. Signer is not present.')
1053
1053
  }
1054
1054
  try {
1055
1055
  const { address } = (await signer.getAccounts())[0];
1056
1056
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
1057
- let msg = this.msgOpenBoosterPack({ value: MsgOpenBoosterPack.fromPartial(value) })
1057
+ let msg = this.msgDonateToCard({ value: MsgDonateToCard.fromPartial(value) })
1058
1058
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
1059
1059
  } catch (e: any) {
1060
- throw new Error('TxClient:sendMsgOpenBoosterPack: Could not broadcast Tx: '+ e.message)
1060
+ throw new Error('TxClient:sendMsgDonateToCard: Could not broadcast Tx: '+ e.message)
1061
1061
  }
1062
1062
  },
1063
1063
 
1064
- async sendMsgTransferBoosterPack({ value, fee, memo }: sendMsgTransferBoosterPackParams): Promise<DeliverTxResponse> {
1064
+ async sendMsgCreateCollection({ value, fee, memo }: sendMsgCreateCollectionParams): Promise<DeliverTxResponse> {
1065
1065
  if (!signer) {
1066
- throw new Error('TxClient:sendMsgTransferBoosterPack: Unable to sign Tx. Signer is not present.')
1066
+ throw new Error('TxClient:sendMsgCreateCollection: Unable to sign Tx. Signer is not present.')
1067
1067
  }
1068
1068
  try {
1069
1069
  const { address } = (await signer.getAccounts())[0];
1070
1070
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
1071
- let msg = this.msgTransferBoosterPack({ value: MsgTransferBoosterPack.fromPartial(value) })
1071
+ let msg = this.msgCreateCollection({ value: MsgCreateCollection.fromPartial(value) })
1072
1072
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
1073
1073
  } catch (e: any) {
1074
- throw new Error('TxClient:sendMsgTransferBoosterPack: Could not broadcast Tx: '+ e.message)
1074
+ throw new Error('TxClient:sendMsgCreateCollection: Could not broadcast Tx: '+ e.message)
1075
1075
  }
1076
1076
  },
1077
1077
 
1078
- async sendMsgFinalizeCollection({ value, fee, memo }: sendMsgFinalizeCollectionParams): Promise<DeliverTxResponse> {
1078
+ async sendMsgSubmitCollectionProposal({ value, fee, memo }: sendMsgSubmitCollectionProposalParams): Promise<DeliverTxResponse> {
1079
1079
  if (!signer) {
1080
- throw new Error('TxClient:sendMsgFinalizeCollection: Unable to sign Tx. Signer is not present.')
1080
+ throw new Error('TxClient:sendMsgSubmitCollectionProposal: Unable to sign Tx. Signer is not present.')
1081
1081
  }
1082
1082
  try {
1083
1083
  const { address } = (await signer.getAccounts())[0];
1084
1084
  const signingClient = await SigningStargateClient.connectWithSigner(addr,signer,{registry, prefix});
1085
- let msg = this.msgFinalizeCollection({ value: MsgFinalizeCollection.fromPartial(value) })
1085
+ let msg = this.msgSubmitCollectionProposal({ value: MsgSubmitCollectionProposal.fromPartial(value) })
1086
1086
  return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo)
1087
1087
  } catch (e: any) {
1088
- throw new Error('TxClient:sendMsgFinalizeCollection: Could not broadcast Tx: '+ e.message)
1088
+ throw new Error('TxClient:sendMsgSubmitCollectionProposal: Could not broadcast Tx: '+ e.message)
1089
1089
  }
1090
1090
  },
1091
1091
 
1092
1092
 
1093
- msgVoteCard({ value }: msgVoteCardParams): EncodeObject {
1094
- try {
1095
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgVoteCard", value: MsgVoteCard.fromPartial( value ) }
1096
- } catch (e: any) {
1097
- throw new Error('TxClient:MsgVoteCard: Could not create message: ' + e.message)
1098
- }
1099
- },
1100
-
1101
1093
  msgBuyCard({ value }: msgBuyCardParams): EncodeObject {
1102
1094
  try {
1103
1095
  return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgBuyCard", value: MsgBuyCard.fromPartial( value ) }
@@ -1106,83 +1098,83 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
1106
1098
  }
1107
1099
  },
1108
1100
 
1109
- msgAddArtworkToCollection({ value }: msgAddArtworkToCollectionParams): EncodeObject {
1101
+ msgVoteCard({ value }: msgVoteCardParams): EncodeObject {
1110
1102
  try {
1111
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddArtworkToCollection", value: MsgAddArtworkToCollection.fromPartial( value ) }
1103
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgVoteCard", value: MsgVoteCard.fromPartial( value ) }
1112
1104
  } catch (e: any) {
1113
- throw new Error('TxClient:MsgAddArtworkToCollection: Could not create message: ' + e.message)
1105
+ throw new Error('TxClient:MsgVoteCard: Could not create message: ' + e.message)
1114
1106
  }
1115
1107
  },
1116
1108
 
1117
- msgCreateSellOffer({ value }: msgCreateSellOfferParams): EncodeObject {
1109
+ msgRemoveCardFromCollection({ value }: msgRemoveCardFromCollectionParams): EncodeObject {
1118
1110
  try {
1119
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCreateSellOffer", value: MsgCreateSellOffer.fromPartial( value ) }
1111
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRemoveCardFromCollection", value: MsgRemoveCardFromCollection.fromPartial( value ) }
1120
1112
  } catch (e: any) {
1121
- throw new Error('TxClient:MsgCreateSellOffer: Could not create message: ' + e.message)
1113
+ throw new Error('TxClient:MsgRemoveCardFromCollection: Could not create message: ' + e.message)
1122
1114
  }
1123
1115
  },
1124
1116
 
1125
- msgRemoveContributorFromCollection({ value }: msgRemoveContributorFromCollectionParams): EncodeObject {
1117
+ msgSetCollectionStoryWriter({ value }: msgSetCollectionStoryWriterParams): EncodeObject {
1126
1118
  try {
1127
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRemoveContributorFromCollection", value: MsgRemoveContributorFromCollection.fromPartial( value ) }
1119
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetCollectionStoryWriter", value: MsgSetCollectionStoryWriter.fromPartial( value ) }
1128
1120
  } catch (e: any) {
1129
- throw new Error('TxClient:MsgRemoveContributorFromCollection: Could not create message: ' + e.message)
1121
+ throw new Error('TxClient:MsgSetCollectionStoryWriter: Could not create message: ' + e.message)
1130
1122
  }
1131
1123
  },
1132
1124
 
1133
- msgCreateCollection({ value }: msgCreateCollectionParams): EncodeObject {
1125
+ msgReportMatch({ value }: msgReportMatchParams): EncodeObject {
1134
1126
  try {
1135
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCreateCollection", value: MsgCreateCollection.fromPartial( value ) }
1127
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgReportMatch", value: MsgReportMatch.fromPartial( value ) }
1136
1128
  } catch (e: any) {
1137
- throw new Error('TxClient:MsgCreateCollection: Could not create message: ' + e.message)
1129
+ throw new Error('TxClient:MsgReportMatch: Could not create message: ' + e.message)
1138
1130
  }
1139
1131
  },
1140
1132
 
1141
- msgBuyCollection({ value }: msgBuyCollectionParams): EncodeObject {
1133
+ msgMultiVoteCard({ value }: msgMultiVoteCardParams): EncodeObject {
1142
1134
  try {
1143
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgBuyCollection", value: MsgBuyCollection.fromPartial( value ) }
1135
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgMultiVoteCard", value: MsgMultiVoteCard.fromPartial( value ) }
1144
1136
  } catch (e: any) {
1145
- throw new Error('TxClient:MsgBuyCollection: Could not create message: ' + e.message)
1137
+ throw new Error('TxClient:MsgMultiVoteCard: Could not create message: ' + e.message)
1146
1138
  }
1147
1139
  },
1148
1140
 
1149
- msgDonateToCard({ value }: msgDonateToCardParams): EncodeObject {
1141
+ msgSetProfileCard({ value }: msgSetProfileCardParams): EncodeObject {
1150
1142
  try {
1151
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgDonateToCard", value: MsgDonateToCard.fromPartial( value ) }
1143
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetProfileCard", value: MsgSetProfileCard.fromPartial( value ) }
1152
1144
  } catch (e: any) {
1153
- throw new Error('TxClient:MsgDonateToCard: Could not create message: ' + e.message)
1145
+ throw new Error('TxClient:MsgSetProfileCard: Could not create message: ' + e.message)
1154
1146
  }
1155
1147
  },
1156
1148
 
1157
- msgAddStoryToCollection({ value }: msgAddStoryToCollectionParams): EncodeObject {
1149
+ msgSaveCardContent({ value }: msgSaveCardContentParams): EncodeObject {
1158
1150
  try {
1159
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddStoryToCollection", value: MsgAddStoryToCollection.fromPartial( value ) }
1151
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSaveCardContent", value: MsgSaveCardContent.fromPartial( value ) }
1160
1152
  } catch (e: any) {
1161
- throw new Error('TxClient:MsgAddStoryToCollection: Could not create message: ' + e.message)
1153
+ throw new Error('TxClient:MsgSaveCardContent: Could not create message: ' + e.message)
1162
1154
  }
1163
1155
  },
1164
1156
 
1165
- msgRestartCouncil({ value }: msgRestartCouncilParams): EncodeObject {
1157
+ msgConfirmMatch({ value }: msgConfirmMatchParams): EncodeObject {
1166
1158
  try {
1167
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRestartCouncil", value: MsgRestartCouncil.fromPartial( value ) }
1159
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgConfirmMatch", value: MsgConfirmMatch.fromPartial( value ) }
1168
1160
  } catch (e: any) {
1169
- throw new Error('TxClient:MsgRestartCouncil: Could not create message: ' + e.message)
1161
+ throw new Error('TxClient:MsgConfirmMatch: Could not create message: ' + e.message)
1170
1162
  }
1171
1163
  },
1172
1164
 
1173
- msgRewokeCouncilRegistration({ value }: msgRewokeCouncilRegistrationParams): EncodeObject {
1165
+ msgTransferBoosterPack({ value }: msgTransferBoosterPackParams): EncodeObject {
1174
1166
  try {
1175
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRewokeCouncilRegistration", value: MsgRewokeCouncilRegistration.fromPartial( value ) }
1167
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgTransferBoosterPack", value: MsgTransferBoosterPack.fromPartial( value ) }
1176
1168
  } catch (e: any) {
1177
- throw new Error('TxClient:MsgRewokeCouncilRegistration: Could not create message: ' + e.message)
1169
+ throw new Error('TxClient:MsgTransferBoosterPack: Could not create message: ' + e.message)
1178
1170
  }
1179
1171
  },
1180
1172
 
1181
- msgSetCollectionStoryWriter({ value }: msgSetCollectionStoryWriterParams): EncodeObject {
1173
+ msgRemoveSellOffer({ value }: msgRemoveSellOfferParams): EncodeObject {
1182
1174
  try {
1183
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetCollectionStoryWriter", value: MsgSetCollectionStoryWriter.fromPartial( value ) }
1175
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRemoveSellOffer", value: MsgRemoveSellOffer.fromPartial( value ) }
1184
1176
  } catch (e: any) {
1185
- throw new Error('TxClient:MsgSetCollectionStoryWriter: Could not create message: ' + e.message)
1177
+ throw new Error('TxClient:MsgRemoveSellOffer: Could not create message: ' + e.message)
1186
1178
  }
1187
1179
  },
1188
1180
 
@@ -1194,147 +1186,147 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
1194
1186
  }
1195
1187
  },
1196
1188
 
1197
- msgMultiVoteCard({ value }: msgMultiVoteCardParams): EncodeObject {
1189
+ msgCreateCouncil({ value }: msgCreateCouncilParams): EncodeObject {
1198
1190
  try {
1199
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgMultiVoteCard", value: MsgMultiVoteCard.fromPartial( value ) }
1191
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCreateCouncil", value: MsgCreateCouncil.fromPartial( value ) }
1200
1192
  } catch (e: any) {
1201
- throw new Error('TxClient:MsgMultiVoteCard: Could not create message: ' + e.message)
1193
+ throw new Error('TxClient:MsgCreateCouncil: Could not create message: ' + e.message)
1202
1194
  }
1203
1195
  },
1204
1196
 
1205
- msgTransferCard({ value }: msgTransferCardParams): EncodeObject {
1197
+ msgRestartCouncil({ value }: msgRestartCouncilParams): EncodeObject {
1206
1198
  try {
1207
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgTransferCard", value: MsgTransferCard.fromPartial( value ) }
1199
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRestartCouncil", value: MsgRestartCouncil.fromPartial( value ) }
1208
1200
  } catch (e: any) {
1209
- throw new Error('TxClient:MsgTransferCard: Could not create message: ' + e.message)
1201
+ throw new Error('TxClient:MsgRestartCouncil: Could not create message: ' + e.message)
1210
1202
  }
1211
1203
  },
1212
1204
 
1213
- msgAddCardToCollection({ value }: msgAddCardToCollectionParams): EncodeObject {
1205
+ msgAddArtworkToCollection({ value }: msgAddArtworkToCollectionParams): EncodeObject {
1214
1206
  try {
1215
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddCardToCollection", value: MsgAddCardToCollection.fromPartial( value ) }
1207
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddArtworkToCollection", value: MsgAddArtworkToCollection.fromPartial( value ) }
1216
1208
  } catch (e: any) {
1217
- throw new Error('TxClient:MsgAddCardToCollection: Could not create message: ' + e.message)
1209
+ throw new Error('TxClient:MsgAddArtworkToCollection: Could not create message: ' + e.message)
1218
1210
  }
1219
1211
  },
1220
1212
 
1221
- msgBuyCardScheme({ value }: msgBuyCardSchemeParams): EncodeObject {
1213
+ msgOpenBoosterPack({ value }: msgOpenBoosterPackParams): EncodeObject {
1222
1214
  try {
1223
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgBuyCardScheme", value: MsgBuyCardScheme.fromPartial( value ) }
1215
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgOpenBoosterPack", value: MsgOpenBoosterPack.fromPartial( value ) }
1224
1216
  } catch (e: any) {
1225
- throw new Error('TxClient:MsgBuyCardScheme: Could not create message: ' + e.message)
1217
+ throw new Error('TxClient:MsgOpenBoosterPack: Could not create message: ' + e.message)
1226
1218
  }
1227
1219
  },
1228
1220
 
1229
- msgCreateuser({ value }: msgCreateuserParams): EncodeObject {
1221
+ msgCreateSellOffer({ value }: msgCreateSellOfferParams): EncodeObject {
1230
1222
  try {
1231
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCreateuser", value: MsgCreateuser.fromPartial( value ) }
1223
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCreateSellOffer", value: MsgCreateSellOffer.fromPartial( value ) }
1232
1224
  } catch (e: any) {
1233
- throw new Error('TxClient:MsgCreateuser: Could not create message: ' + e.message)
1225
+ throw new Error('TxClient:MsgCreateSellOffer: Could not create message: ' + e.message)
1234
1226
  }
1235
1227
  },
1236
1228
 
1237
- msgRemoveSellOffer({ value }: msgRemoveSellOfferParams): EncodeObject {
1229
+ msgFinalizeCollection({ value }: msgFinalizeCollectionParams): EncodeObject {
1238
1230
  try {
1239
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRemoveSellOffer", value: MsgRemoveSellOffer.fromPartial( value ) }
1231
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgFinalizeCollection", value: MsgFinalizeCollection.fromPartial( value ) }
1240
1232
  } catch (e: any) {
1241
- throw new Error('TxClient:MsgRemoveSellOffer: Could not create message: ' + e.message)
1233
+ throw new Error('TxClient:MsgFinalizeCollection: Could not create message: ' + e.message)
1242
1234
  }
1243
1235
  },
1244
1236
 
1245
- msgAddContributorToCollection({ value }: msgAddContributorToCollectionParams): EncodeObject {
1237
+ msgSubmitMatchReporterProposal({ value }: msgSubmitMatchReporterProposalParams): EncodeObject {
1246
1238
  try {
1247
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddContributorToCollection", value: MsgAddContributorToCollection.fromPartial( value ) }
1239
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSubmitMatchReporterProposal", value: MsgSubmitMatchReporterProposal.fromPartial( value ) }
1248
1240
  } catch (e: any) {
1249
- throw new Error('TxClient:MsgAddContributorToCollection: Could not create message: ' + e.message)
1241
+ throw new Error('TxClient:MsgSubmitMatchReporterProposal: Could not create message: ' + e.message)
1250
1242
  }
1251
1243
  },
1252
1244
 
1253
- msgSetCollectionArtist({ value }: msgSetCollectionArtistParams): EncodeObject {
1245
+ msgSubmitCopyrightProposal({ value }: msgSubmitCopyrightProposalParams): EncodeObject {
1254
1246
  try {
1255
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetCollectionArtist", value: MsgSetCollectionArtist.fromPartial( value ) }
1247
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSubmitCopyrightProposal", value: MsgSubmitCopyrightProposal.fromPartial( value ) }
1256
1248
  } catch (e: any) {
1257
- throw new Error('TxClient:MsgSetCollectionArtist: Could not create message: ' + e.message)
1249
+ throw new Error('TxClient:MsgSubmitCopyrightProposal: Could not create message: ' + e.message)
1258
1250
  }
1259
1251
  },
1260
1252
 
1261
- msgAddArtwork({ value }: msgAddArtworkParams): EncodeObject {
1253
+ msgCreateuser({ value }: msgCreateuserParams): EncodeObject {
1262
1254
  try {
1263
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddArtwork", value: MsgAddArtwork.fromPartial( value ) }
1255
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCreateuser", value: MsgCreateuser.fromPartial( value ) }
1264
1256
  } catch (e: any) {
1265
- throw new Error('TxClient:MsgAddArtwork: Could not create message: ' + e.message)
1257
+ throw new Error('TxClient:MsgCreateuser: Could not create message: ' + e.message)
1266
1258
  }
1267
1259
  },
1268
1260
 
1269
- msgSubmitCopyrightProposal({ value }: msgSubmitCopyrightProposalParams): EncodeObject {
1261
+ msgRevealCouncilResponse({ value }: msgRevealCouncilResponseParams): EncodeObject {
1270
1262
  try {
1271
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSubmitCopyrightProposal", value: MsgSubmitCopyrightProposal.fromPartial( value ) }
1263
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRevealCouncilResponse", value: MsgRevealCouncilResponse.fromPartial( value ) }
1272
1264
  } catch (e: any) {
1273
- throw new Error('TxClient:MsgSubmitCopyrightProposal: Could not create message: ' + e.message)
1265
+ throw new Error('TxClient:MsgRevealCouncilResponse: Could not create message: ' + e.message)
1274
1266
  }
1275
1267
  },
1276
1268
 
1277
- msgChangeArtist({ value }: msgChangeArtistParams): EncodeObject {
1269
+ msgAddCardToCollection({ value }: msgAddCardToCollectionParams): EncodeObject {
1278
1270
  try {
1279
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgChangeArtist", value: MsgChangeArtist.fromPartial( value ) }
1271
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddCardToCollection", value: MsgAddCardToCollection.fromPartial( value ) }
1280
1272
  } catch (e: any) {
1281
- throw new Error('TxClient:MsgChangeArtist: Could not create message: ' + e.message)
1273
+ throw new Error('TxClient:MsgAddCardToCollection: Could not create message: ' + e.message)
1282
1274
  }
1283
1275
  },
1284
1276
 
1285
- msgReportMatch({ value }: msgReportMatchParams): EncodeObject {
1277
+ msgSetUserWebsite({ value }: msgSetUserWebsiteParams): EncodeObject {
1286
1278
  try {
1287
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgReportMatch", value: MsgReportMatch.fromPartial( value ) }
1279
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetUserWebsite", value: MsgSetUserWebsite.fromPartial( value ) }
1288
1280
  } catch (e: any) {
1289
- throw new Error('TxClient:MsgReportMatch: Could not create message: ' + e.message)
1281
+ throw new Error('TxClient:MsgSetUserWebsite: Could not create message: ' + e.message)
1290
1282
  }
1291
1283
  },
1292
1284
 
1293
- msgSetUserBiography({ value }: msgSetUserBiographyParams): EncodeObject {
1285
+ msgCommitCouncilResponse({ value }: msgCommitCouncilResponseParams): EncodeObject {
1294
1286
  try {
1295
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetUserBiography", value: MsgSetUserBiography.fromPartial( value ) }
1287
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCommitCouncilResponse", value: MsgCommitCouncilResponse.fromPartial( value ) }
1296
1288
  } catch (e: any) {
1297
- throw new Error('TxClient:MsgSetUserBiography: Could not create message: ' + e.message)
1289
+ throw new Error('TxClient:MsgCommitCouncilResponse: Could not create message: ' + e.message)
1298
1290
  }
1299
1291
  },
1300
1292
 
1301
- msgSubmitMatchReporterProposal({ value }: msgSubmitMatchReporterProposalParams): EncodeObject {
1293
+ msgAddContributorToCollection({ value }: msgAddContributorToCollectionParams): EncodeObject {
1302
1294
  try {
1303
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSubmitMatchReporterProposal", value: MsgSubmitMatchReporterProposal.fromPartial( value ) }
1295
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddContributorToCollection", value: MsgAddContributorToCollection.fromPartial( value ) }
1304
1296
  } catch (e: any) {
1305
- throw new Error('TxClient:MsgSubmitMatchReporterProposal: Could not create message: ' + e.message)
1297
+ throw new Error('TxClient:MsgAddContributorToCollection: Could not create message: ' + e.message)
1306
1298
  }
1307
1299
  },
1308
1300
 
1309
- msgSetProfileCard({ value }: msgSetProfileCardParams): EncodeObject {
1301
+ msgRemoveContributorFromCollection({ value }: msgRemoveContributorFromCollectionParams): EncodeObject {
1310
1302
  try {
1311
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetProfileCard", value: MsgSetProfileCard.fromPartial( value ) }
1303
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRemoveContributorFromCollection", value: MsgRemoveContributorFromCollection.fromPartial( value ) }
1312
1304
  } catch (e: any) {
1313
- throw new Error('TxClient:MsgSetProfileCard: Could not create message: ' + e.message)
1305
+ throw new Error('TxClient:MsgRemoveContributorFromCollection: Could not create message: ' + e.message)
1314
1306
  }
1315
1307
  },
1316
1308
 
1317
- msgCreateCouncil({ value }: msgCreateCouncilParams): EncodeObject {
1309
+ msgAddArtwork({ value }: msgAddArtworkParams): EncodeObject {
1318
1310
  try {
1319
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCreateCouncil", value: MsgCreateCouncil.fromPartial( value ) }
1311
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddArtwork", value: MsgAddArtwork.fromPartial( value ) }
1320
1312
  } catch (e: any) {
1321
- throw new Error('TxClient:MsgCreateCouncil: Could not create message: ' + e.message)
1313
+ throw new Error('TxClient:MsgAddArtwork: Could not create message: ' + e.message)
1322
1314
  }
1323
1315
  },
1324
1316
 
1325
- msgConfirmMatch({ value }: msgConfirmMatchParams): EncodeObject {
1317
+ msgTransferCard({ value }: msgTransferCardParams): EncodeObject {
1326
1318
  try {
1327
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgConfirmMatch", value: MsgConfirmMatch.fromPartial( value ) }
1319
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgTransferCard", value: MsgTransferCard.fromPartial( value ) }
1328
1320
  } catch (e: any) {
1329
- throw new Error('TxClient:MsgConfirmMatch: Could not create message: ' + e.message)
1321
+ throw new Error('TxClient:MsgTransferCard: Could not create message: ' + e.message)
1330
1322
  }
1331
1323
  },
1332
1324
 
1333
- msgRemoveCardFromCollection({ value }: msgRemoveCardFromCollectionParams): EncodeObject {
1325
+ msgSetCollectionArtist({ value }: msgSetCollectionArtistParams): EncodeObject {
1334
1326
  try {
1335
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRemoveCardFromCollection", value: MsgRemoveCardFromCollection.fromPartial( value ) }
1327
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetCollectionArtist", value: MsgSetCollectionArtist.fromPartial( value ) }
1336
1328
  } catch (e: any) {
1337
- throw new Error('TxClient:MsgRemoveCardFromCollection: Could not create message: ' + e.message)
1329
+ throw new Error('TxClient:MsgSetCollectionArtist: Could not create message: ' + e.message)
1338
1330
  }
1339
1331
  },
1340
1332
 
@@ -1346,27 +1338,27 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
1346
1338
  }
1347
1339
  },
1348
1340
 
1349
- msgSaveCardContent({ value }: msgSaveCardContentParams): EncodeObject {
1341
+ msgAddStoryToCollection({ value }: msgAddStoryToCollectionParams): EncodeObject {
1350
1342
  try {
1351
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSaveCardContent", value: MsgSaveCardContent.fromPartial( value ) }
1343
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgAddStoryToCollection", value: MsgAddStoryToCollection.fromPartial( value ) }
1352
1344
  } catch (e: any) {
1353
- throw new Error('TxClient:MsgSaveCardContent: Could not create message: ' + e.message)
1345
+ throw new Error('TxClient:MsgAddStoryToCollection: Could not create message: ' + e.message)
1354
1346
  }
1355
1347
  },
1356
1348
 
1357
- msgRevealCouncilResponse({ value }: msgRevealCouncilResponseParams): EncodeObject {
1349
+ msgSetUserBiography({ value }: msgSetUserBiographyParams): EncodeObject {
1358
1350
  try {
1359
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRevealCouncilResponse", value: MsgRevealCouncilResponse.fromPartial( value ) }
1351
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetUserBiography", value: MsgSetUserBiography.fromPartial( value ) }
1360
1352
  } catch (e: any) {
1361
- throw new Error('TxClient:MsgRevealCouncilResponse: Could not create message: ' + e.message)
1353
+ throw new Error('TxClient:MsgSetUserBiography: Could not create message: ' + e.message)
1362
1354
  }
1363
1355
  },
1364
1356
 
1365
- msgCommitCouncilResponse({ value }: msgCommitCouncilResponseParams): EncodeObject {
1357
+ msgChangeArtist({ value }: msgChangeArtistParams): EncodeObject {
1366
1358
  try {
1367
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCommitCouncilResponse", value: MsgCommitCouncilResponse.fromPartial( value ) }
1359
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgChangeArtist", value: MsgChangeArtist.fromPartial( value ) }
1368
1360
  } catch (e: any) {
1369
- throw new Error('TxClient:MsgCommitCouncilResponse: Could not create message: ' + e.message)
1361
+ throw new Error('TxClient:MsgChangeArtist: Could not create message: ' + e.message)
1370
1362
  }
1371
1363
  },
1372
1364
 
@@ -1378,43 +1370,51 @@ export const txClient = ({ signer, prefix, addr }: TxClientOptions = { addr: "ht
1378
1370
  }
1379
1371
  },
1380
1372
 
1381
- msgSetUserWebsite({ value }: msgSetUserWebsiteParams): EncodeObject {
1373
+ msgBuyCardScheme({ value }: msgBuyCardSchemeParams): EncodeObject {
1382
1374
  try {
1383
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSetUserWebsite", value: MsgSetUserWebsite.fromPartial( value ) }
1375
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgBuyCardScheme", value: MsgBuyCardScheme.fromPartial( value ) }
1384
1376
  } catch (e: any) {
1385
- throw new Error('TxClient:MsgSetUserWebsite: Could not create message: ' + e.message)
1377
+ throw new Error('TxClient:MsgBuyCardScheme: Could not create message: ' + e.message)
1386
1378
  }
1387
1379
  },
1388
1380
 
1389
- msgSubmitCollectionProposal({ value }: msgSubmitCollectionProposalParams): EncodeObject {
1381
+ msgBuyCollection({ value }: msgBuyCollectionParams): EncodeObject {
1390
1382
  try {
1391
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSubmitCollectionProposal", value: MsgSubmitCollectionProposal.fromPartial( value ) }
1383
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgBuyCollection", value: MsgBuyCollection.fromPartial( value ) }
1392
1384
  } catch (e: any) {
1393
- throw new Error('TxClient:MsgSubmitCollectionProposal: Could not create message: ' + e.message)
1385
+ throw new Error('TxClient:MsgBuyCollection: Could not create message: ' + e.message)
1394
1386
  }
1395
1387
  },
1396
1388
 
1397
- msgOpenBoosterPack({ value }: msgOpenBoosterPackParams): EncodeObject {
1389
+ msgRewokeCouncilRegistration({ value }: msgRewokeCouncilRegistrationParams): EncodeObject {
1398
1390
  try {
1399
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgOpenBoosterPack", value: MsgOpenBoosterPack.fromPartial( value ) }
1391
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgRewokeCouncilRegistration", value: MsgRewokeCouncilRegistration.fromPartial( value ) }
1400
1392
  } catch (e: any) {
1401
- throw new Error('TxClient:MsgOpenBoosterPack: Could not create message: ' + e.message)
1393
+ throw new Error('TxClient:MsgRewokeCouncilRegistration: Could not create message: ' + e.message)
1402
1394
  }
1403
1395
  },
1404
1396
 
1405
- msgTransferBoosterPack({ value }: msgTransferBoosterPackParams): EncodeObject {
1397
+ msgDonateToCard({ value }: msgDonateToCardParams): EncodeObject {
1406
1398
  try {
1407
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgTransferBoosterPack", value: MsgTransferBoosterPack.fromPartial( value ) }
1399
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgDonateToCard", value: MsgDonateToCard.fromPartial( value ) }
1408
1400
  } catch (e: any) {
1409
- throw new Error('TxClient:MsgTransferBoosterPack: Could not create message: ' + e.message)
1401
+ throw new Error('TxClient:MsgDonateToCard: Could not create message: ' + e.message)
1410
1402
  }
1411
1403
  },
1412
1404
 
1413
- msgFinalizeCollection({ value }: msgFinalizeCollectionParams): EncodeObject {
1405
+ msgCreateCollection({ value }: msgCreateCollectionParams): EncodeObject {
1414
1406
  try {
1415
- return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgFinalizeCollection", value: MsgFinalizeCollection.fromPartial( value ) }
1407
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgCreateCollection", value: MsgCreateCollection.fromPartial( value ) }
1416
1408
  } catch (e: any) {
1417
- throw new Error('TxClient:MsgFinalizeCollection: Could not create message: ' + e.message)
1409
+ throw new Error('TxClient:MsgCreateCollection: Could not create message: ' + e.message)
1410
+ }
1411
+ },
1412
+
1413
+ msgSubmitCollectionProposal({ value }: msgSubmitCollectionProposalParams): EncodeObject {
1414
+ try {
1415
+ return { typeUrl: "/DecentralCardGame.cardchain.cardchain.MsgSubmitCollectionProposal", value: MsgSubmitCollectionProposal.fromPartial( value ) }
1416
+ } catch (e: any) {
1417
+ throw new Error('TxClient:MsgSubmitCollectionProposal: Could not create message: ' + e.message)
1418
1418
  }
1419
1419
  },
1420
1420