decentralcardgame-cardchain-client-ts 0.0.5 → 0.0.7

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