decentralcardgame-cardchain-client-ts 0.0.29 → 0.0.31

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 (2108) hide show
  1. package/cardchain.cardchain/index.ts +6 -0
  2. package/cardchain.cardchain/module.ts +1869 -0
  3. package/cardchain.cardchain/registry.ts +111 -0
  4. package/cardchain.cardchain/rest.ts +655 -0
  5. package/cardchain.cardchain/types.ts +63 -0
  6. package/cardchain.featureflag/index.ts +6 -0
  7. package/cardchain.featureflag/module.ts +165 -0
  8. package/cardchain.featureflag/registry.ts +11 -0
  9. package/cardchain.featureflag/rest.ts +256 -0
  10. package/cardchain.featureflag/types.ts +9 -0
  11. package/client.ts +147 -159
  12. package/cosmos.auth.v1beta1/index.ts +2 -2
  13. package/cosmos.auth.v1beta1/module.ts +40 -6
  14. package/cosmos.auth.v1beta1/registry.ts +2 -0
  15. package/cosmos.auth.v1beta1/rest.ts +201 -439
  16. package/cosmos.auth.v1beta1/types.ts +5 -3
  17. package/cosmos.authz.v1beta1/index.ts +2 -2
  18. package/cosmos.authz.v1beta1/module.ts +33 -34
  19. package/cosmos.authz.v1beta1/registry.ts +5 -5
  20. package/cosmos.authz.v1beta1/rest.ts +97 -445
  21. package/cosmos.authz.v1beta1/types.ts +6 -6
  22. package/cosmos.bank.v1beta1/index.ts +2 -2
  23. package/cosmos.bank.v1beta1/module.ts +86 -21
  24. package/cosmos.bank.v1beta1/registry.ts +7 -3
  25. package/cosmos.bank.v1beta1/rest.ts +262 -452
  26. package/cosmos.bank.v1beta1/types.ts +10 -10
  27. package/cosmos.base.node.v1beta1/index.ts +6 -0
  28. package/cosmos.base.node.v1beta1/module.ts +95 -0
  29. package/cosmos.base.node.v1beta1/rest.ts +235 -0
  30. package/cosmos.base.node.v1beta1/types.ts +5 -0
  31. package/cosmos.base.tendermint.v1beta1/index.ts +2 -2
  32. package/cosmos.base.tendermint.v1beta1/module.ts +4 -5
  33. package/cosmos.base.tendermint.v1beta1/rest.ts +161 -968
  34. package/cosmos.base.tendermint.v1beta1/types.ts +7 -7
  35. package/cosmos.circuit.v1/index.ts +6 -0
  36. package/cosmos.circuit.v1/module.ts +198 -0
  37. package/cosmos.circuit.v1/registry.ts +13 -0
  38. package/cosmos.circuit.v1/rest.ts +256 -0
  39. package/cosmos.circuit.v1/types.ts +9 -0
  40. package/cosmos.consensus.v1/index.ts +2 -2
  41. package/cosmos.consensus.v1/module.ts +6 -7
  42. package/cosmos.consensus.v1/registry.ts +1 -1
  43. package/cosmos.consensus.v1/rest.ts +81 -135
  44. package/cosmos.crisis.v1beta1/index.ts +2 -2
  45. package/cosmos.crisis.v1beta1/module.ts +40 -8
  46. package/cosmos.crisis.v1beta1/registry.ts +3 -1
  47. package/cosmos.crisis.v1beta1/rest.ts +72 -31
  48. package/cosmos.distribution.v1beta1/index.ts +2 -2
  49. package/cosmos.distribution.v1beta1/module.ts +123 -25
  50. package/cosmos.distribution.v1beta1/registry.ts +11 -5
  51. package/cosmos.distribution.v1beta1/rest.ts +211 -365
  52. package/cosmos.distribution.v1beta1/types.ts +19 -19
  53. package/cosmos.evidence.v1beta1/index.ts +2 -2
  54. package/cosmos.evidence.v1beta1/module.ts +6 -7
  55. package/cosmos.evidence.v1beta1/registry.ts +1 -1
  56. package/cosmos.evidence.v1beta1/rest.ts +93 -260
  57. package/cosmos.evidence.v1beta1/types.ts +1 -1
  58. package/cosmos.feegrant.v1beta1/index.ts +2 -2
  59. package/cosmos.feegrant.v1beta1/module.ts +42 -10
  60. package/cosmos.feegrant.v1beta1/registry.ts +4 -2
  61. package/cosmos.feegrant.v1beta1/rest.ts +97 -293
  62. package/cosmos.feegrant.v1beta1/types.ts +4 -4
  63. package/cosmos.gov.v1/index.ts +2 -2
  64. package/cosmos.gov.v1/module.ts +125 -25
  65. package/cosmos.gov.v1/registry.ts +11 -5
  66. package/cosmos.gov.v1/rest.ts +186 -602
  67. package/cosmos.gov.v1/types.ts +10 -8
  68. package/cosmos.gov.v1beta1/index.ts +2 -2
  69. package/cosmos.gov.v1beta1/module.ts +35 -36
  70. package/cosmos.gov.v1beta1/registry.ts +6 -6
  71. package/cosmos.gov.v1beta1/rest.ts +165 -668
  72. package/cosmos.gov.v1beta1/types.ts +9 -9
  73. package/cosmos.group.v1/index.ts +2 -2
  74. package/cosmos.group.v1/module.ts +187 -188
  75. package/cosmos.group.v1/registry.ts +24 -24
  76. package/cosmos.group.v1/rest.ts +230 -944
  77. package/cosmos.group.v1/types.ts +21 -21
  78. package/cosmos.mint.v1beta1/index.ts +2 -2
  79. package/cosmos.mint.v1beta1/module.ts +38 -6
  80. package/cosmos.mint.v1beta1/registry.ts +2 -0
  81. package/cosmos.mint.v1beta1/rest.ts +100 -97
  82. package/cosmos.mint.v1beta1/types.ts +2 -2
  83. package/cosmos.nft.v1beta1/index.ts +2 -2
  84. package/cosmos.nft.v1beta1/module.ts +38 -6
  85. package/cosmos.nft.v1beta1/registry.ts +2 -0
  86. package/cosmos.nft.v1beta1/rest.ts +155 -500
  87. package/cosmos.nft.v1beta1/types.ts +6 -6
  88. package/cosmos.params.v1beta1/index.ts +2 -2
  89. package/cosmos.params.v1beta1/module.ts +4 -5
  90. package/cosmos.params.v1beta1/rest.ts +95 -80
  91. package/cosmos.params.v1beta1/types.ts +3 -3
  92. package/cosmos.slashing.v1beta1/index.ts +2 -2
  93. package/cosmos.slashing.v1beta1/module.ts +40 -8
  94. package/cosmos.slashing.v1beta1/registry.ts +3 -1
  95. package/cosmos.slashing.v1beta1/rest.ts +104 -216
  96. package/cosmos.slashing.v1beta1/types.ts +5 -5
  97. package/cosmos.staking.v1beta1/index.ts +2 -2
  98. package/cosmos.staking.v1beta1/module.ts +107 -73
  99. package/cosmos.staking.v1beta1/registry.ts +11 -9
  100. package/cosmos.staking.v1beta1/rest.ts +246 -998
  101. package/cosmos.staking.v1beta1/types.ts +25 -23
  102. package/cosmos.tx.v1beta1/index.ts +2 -2
  103. package/cosmos.tx.v1beta1/module.ts +4 -5
  104. package/cosmos.tx.v1beta1/rest.ts +217 -1207
  105. package/cosmos.tx.v1beta1/types.ts +13 -13
  106. package/cosmos.upgrade.v1beta1/index.ts +2 -2
  107. package/cosmos.upgrade.v1beta1/module.ts +31 -32
  108. package/cosmos.upgrade.v1beta1/registry.ts +3 -3
  109. package/cosmos.upgrade.v1beta1/rest.ts +135 -305
  110. package/cosmos.upgrade.v1beta1/types.ts +4 -4
  111. package/cosmos.vesting.v1beta1/index.ts +2 -2
  112. package/cosmos.vesting.v1beta1/module.ts +37 -38
  113. package/cosmos.vesting.v1beta1/registry.ts +4 -4
  114. package/cosmos.vesting.v1beta1/rest.ts +71 -178
  115. package/cosmos.vesting.v1beta1/types.ts +6 -6
  116. package/ibc.applications.fee.v1/index.ts +6 -0
  117. package/ibc.applications.fee.v1/module.ts +247 -0
  118. package/ibc.applications.fee.v1/registry.ts +15 -0
  119. package/ibc.applications.fee.v1/rest.ts +403 -0
  120. package/ibc.applications.fee.v1/types.ts +25 -0
  121. package/ibc.applications.interchain_accounts.controller.v1/index.ts +2 -2
  122. package/ibc.applications.interchain_accounts.controller.v1/module.ts +104 -6
  123. package/ibc.applications.interchain_accounts.controller.v1/registry.ts +6 -0
  124. package/ibc.applications.interchain_accounts.controller.v1/rest.ts +93 -204
  125. package/ibc.applications.interchain_accounts.controller.v1/types.ts +1 -1
  126. package/ibc.applications.interchain_accounts.host.v1/index.ts +2 -2
  127. package/ibc.applications.interchain_accounts.host.v1/module.ts +73 -6
  128. package/ibc.applications.interchain_accounts.host.v1/registry.ts +4 -0
  129. package/ibc.applications.interchain_accounts.host.v1/rest.ts +82 -51
  130. package/ibc.applications.interchain_accounts.host.v1/types.ts +3 -1
  131. package/ibc.applications.transfer.v1/index.ts +2 -2
  132. package/ibc.applications.transfer.v1/module.ts +44 -8
  133. package/ibc.applications.transfer.v1/registry.ts +3 -1
  134. package/ibc.applications.transfer.v1/rest.ts +153 -378
  135. package/ibc.applications.transfer.v1/types.ts +6 -2
  136. package/ibc.core.channel.v1/index.ts +2 -2
  137. package/ibc.core.channel.v1/module.ts +718 -84
  138. package/ibc.core.channel.v1/registry.ts +38 -0
  139. package/ibc.core.channel.v1/rest.ts +330 -1155
  140. package/ibc.core.channel.v1/types.ts +18 -8
  141. package/ibc.core.client.v1/index.ts +2 -2
  142. package/ibc.core.client.v1/module.ts +314 -86
  143. package/ibc.core.client.v1/registry.ts +14 -0
  144. package/ibc.core.client.v1/rest.ts +198 -879
  145. package/ibc.core.client.v1/types.ts +11 -11
  146. package/ibc.core.connection.v1/index.ts +2 -2
  147. package/ibc.core.connection.v1/module.ts +242 -80
  148. package/ibc.core.connection.v1/registry.ts +10 -0
  149. package/ibc.core.connection.v1/rest.ts +147 -717
  150. package/ibc.core.connection.v1/types.ts +7 -7
  151. package/index.ts +63 -55
  152. package/lib/cardchain.cardchain/index.d.ts +5 -0
  153. package/lib/cardchain.cardchain/index.js +5 -0
  154. package/lib/cardchain.cardchain/module.d.ts +604 -0
  155. package/lib/cardchain.cardchain/module.js +1313 -0
  156. package/lib/cardchain.cardchain/registry.d.ts +3 -0
  157. package/lib/cardchain.cardchain/registry.js +107 -0
  158. package/lib/cardchain.cardchain/rest.d.ts +610 -0
  159. package/lib/cardchain.cardchain/rest.js +383 -0
  160. package/lib/cardchain.cardchain/types.d.ts +30 -0
  161. package/lib/cardchain.cardchain/types.js +30 -0
  162. package/lib/cardchain.featureflag/index.d.ts +5 -0
  163. package/lib/cardchain.featureflag/index.js +5 -0
  164. package/lib/cardchain.featureflag/module.d.ts +54 -0
  165. package/lib/cardchain.featureflag/module.js +109 -0
  166. package/lib/cardchain.featureflag/registry.d.ts +3 -0
  167. package/lib/cardchain.featureflag/registry.js +7 -0
  168. package/lib/cardchain.featureflag/rest.d.ts +118 -0
  169. package/lib/cardchain.featureflag/rest.js +117 -0
  170. package/lib/cardchain.featureflag/types.d.ts +3 -0
  171. package/lib/cardchain.featureflag/types.js +3 -0
  172. package/lib/client.d.ts +19 -0
  173. package/lib/client.js +133 -0
  174. package/lib/cosmos.auth.v1beta1/index.d.ts +5 -0
  175. package/lib/cosmos.auth.v1beta1/index.js +5 -0
  176. package/lib/cosmos.auth.v1beta1/module.d.ts +43 -0
  177. package/lib/cosmos.auth.v1beta1/module.js +90 -0
  178. package/lib/cosmos.auth.v1beta1/registry.d.ts +3 -0
  179. package/lib/cosmos.auth.v1beta1/registry.js +5 -0
  180. package/lib/cosmos.auth.v1beta1/rest.d.ts +213 -0
  181. package/lib/cosmos.auth.v1beta1/rest.js +215 -0
  182. package/lib/cosmos.auth.v1beta1/types.d.ts +5 -0
  183. package/lib/cosmos.auth.v1beta1/types.js +5 -0
  184. package/lib/cosmos.authz.v1beta1/index.d.ts +5 -0
  185. package/lib/cosmos.authz.v1beta1/index.js +5 -0
  186. package/lib/cosmos.authz.v1beta1/module.d.ts +65 -0
  187. package/lib/cosmos.authz.v1beta1/module.js +140 -0
  188. package/lib/cosmos.authz.v1beta1/registry.d.ts +3 -0
  189. package/lib/cosmos.authz.v1beta1/registry.js +9 -0
  190. package/lib/cosmos.authz.v1beta1/rest.d.ts +148 -0
  191. package/lib/cosmos.authz.v1beta1/rest.js +117 -0
  192. package/lib/cosmos.authz.v1beta1/types.d.ts +7 -0
  193. package/lib/cosmos.authz.v1beta1/types.js +7 -0
  194. package/lib/cosmos.bank.v1beta1/index.d.ts +5 -0
  195. package/lib/cosmos.bank.v1beta1/index.js +5 -0
  196. package/lib/cosmos.bank.v1beta1/module.d.ts +76 -0
  197. package/lib/cosmos.bank.v1beta1/module.js +171 -0
  198. package/lib/cosmos.bank.v1beta1/registry.d.ts +3 -0
  199. package/lib/cosmos.bank.v1beta1/registry.js +11 -0
  200. package/lib/cosmos.bank.v1beta1/rest.d.ts +328 -0
  201. package/lib/cosmos.bank.v1beta1/rest.js +257 -0
  202. package/lib/cosmos.bank.v1beta1/types.d.ts +11 -0
  203. package/lib/cosmos.bank.v1beta1/types.js +11 -0
  204. package/lib/cosmos.base.node.v1beta1/index.d.ts +5 -0
  205. package/lib/cosmos.base.node.v1beta1/index.js +5 -0
  206. package/lib/cosmos.base.node.v1beta1/module.d.ts +30 -0
  207. package/lib/cosmos.base.node.v1beta1/module.js +55 -0
  208. package/lib/cosmos.base.node.v1beta1/registry.d.ts +3 -0
  209. package/lib/cosmos.base.node.v1beta1/rest.d.ts +107 -0
  210. package/lib/cosmos.base.node.v1beta1/rest.js +103 -0
  211. package/lib/cosmos.base.tendermint.v1beta1/index.d.ts +5 -0
  212. package/lib/cosmos.base.tendermint.v1beta1/index.js +5 -0
  213. package/lib/cosmos.base.tendermint.v1beta1/module.d.ts +30 -0
  214. package/lib/cosmos.base.tendermint.v1beta1/module.js +70 -0
  215. package/lib/cosmos.base.tendermint.v1beta1/registry.d.ts +3 -0
  216. package/lib/cosmos.base.tendermint.v1beta1/rest.d.ts +928 -0
  217. package/lib/cosmos.base.tendermint.v1beta1/rest.js +173 -0
  218. package/lib/cosmos.base.tendermint.v1beta1/types.d.ts +8 -0
  219. package/lib/cosmos.base.tendermint.v1beta1/types.js +8 -0
  220. package/lib/cosmos.circuit.v1/index.d.ts +5 -0
  221. package/lib/cosmos.circuit.v1/index.js +5 -0
  222. package/lib/cosmos.circuit.v1/module.d.ts +65 -0
  223. package/lib/cosmos.circuit.v1/module.js +132 -0
  224. package/lib/cosmos.circuit.v1/registry.d.ts +3 -0
  225. package/lib/cosmos.circuit.v1/registry.js +9 -0
  226. package/lib/cosmos.circuit.v1/rest.d.ts +125 -0
  227. package/lib/cosmos.circuit.v1/rest.js +117 -0
  228. package/lib/cosmos.circuit.v1/types.d.ts +3 -0
  229. package/lib/cosmos.circuit.v1/types.js +3 -0
  230. package/lib/cosmos.consensus.v1/index.d.ts +5 -0
  231. package/lib/cosmos.consensus.v1/index.js +5 -0
  232. package/lib/cosmos.consensus.v1/module.d.ts +43 -0
  233. package/lib/cosmos.consensus.v1/module.js +81 -0
  234. package/lib/cosmos.consensus.v1/registry.d.ts +3 -0
  235. package/lib/cosmos.consensus.v1/registry.js +5 -0
  236. package/lib/cosmos.consensus.v1/rest.d.ts +112 -0
  237. package/lib/cosmos.consensus.v1/rest.js +89 -0
  238. package/lib/cosmos.crisis.v1beta1/index.d.ts +5 -0
  239. package/lib/cosmos.crisis.v1beta1/index.js +5 -0
  240. package/lib/cosmos.crisis.v1beta1/module.d.ts +54 -0
  241. package/lib/cosmos.crisis.v1beta1/module.js +104 -0
  242. package/lib/cosmos.crisis.v1beta1/registry.d.ts +3 -0
  243. package/lib/cosmos.crisis.v1beta1/registry.js +7 -0
  244. package/lib/cosmos.crisis.v1beta1/rest.d.ts +80 -0
  245. package/lib/cosmos.crisis.v1beta1/rest.js +72 -0
  246. package/lib/cosmos.crisis.v1beta1/types.d.ts +1 -0
  247. package/lib/cosmos.crisis.v1beta1/types.js +1 -0
  248. package/lib/cosmos.distribution.v1beta1/index.d.ts +5 -0
  249. package/lib/cosmos.distribution.v1beta1/index.js +5 -0
  250. package/lib/cosmos.distribution.v1beta1/module.d.ts +109 -0
  251. package/lib/cosmos.distribution.v1beta1/module.js +258 -0
  252. package/lib/cosmos.distribution.v1beta1/registry.d.ts +3 -0
  253. package/lib/cosmos.distribution.v1beta1/registry.js +17 -0
  254. package/lib/cosmos.distribution.v1beta1/rest.d.ts +228 -0
  255. package/lib/cosmos.distribution.v1beta1/rest.js +215 -0
  256. package/lib/cosmos.distribution.v1beta1/types.d.ts +20 -0
  257. package/lib/cosmos.distribution.v1beta1/types.js +20 -0
  258. package/lib/cosmos.evidence.v1beta1/index.d.ts +5 -0
  259. package/lib/cosmos.evidence.v1beta1/index.js +5 -0
  260. package/lib/cosmos.evidence.v1beta1/module.d.ts +43 -0
  261. package/lib/cosmos.evidence.v1beta1/module.js +84 -0
  262. package/lib/cosmos.evidence.v1beta1/registry.d.ts +3 -0
  263. package/lib/cosmos.evidence.v1beta1/registry.js +5 -0
  264. package/lib/cosmos.evidence.v1beta1/rest.d.ts +113 -0
  265. package/lib/cosmos.evidence.v1beta1/rest.js +103 -0
  266. package/lib/cosmos.evidence.v1beta1/types.d.ts +2 -0
  267. package/lib/cosmos.evidence.v1beta1/types.js +2 -0
  268. package/lib/cosmos.feegrant.v1beta1/index.d.ts +5 -0
  269. package/lib/cosmos.feegrant.v1beta1/index.js +5 -0
  270. package/lib/cosmos.feegrant.v1beta1/module.d.ts +65 -0
  271. package/lib/cosmos.feegrant.v1beta1/module.js +136 -0
  272. package/lib/cosmos.feegrant.v1beta1/registry.d.ts +3 -0
  273. package/lib/cosmos.feegrant.v1beta1/registry.js +9 -0
  274. package/lib/cosmos.feegrant.v1beta1/rest.d.ts +142 -0
  275. package/lib/cosmos.feegrant.v1beta1/rest.js +117 -0
  276. package/lib/cosmos.feegrant.v1beta1/types.d.ts +5 -0
  277. package/lib/cosmos.feegrant.v1beta1/types.js +5 -0
  278. package/lib/cosmos.gov.v1/index.d.ts +5 -0
  279. package/lib/cosmos.gov.v1/index.js +5 -0
  280. package/lib/cosmos.gov.v1/module.d.ts +109 -0
  281. package/lib/cosmos.gov.v1/module.js +238 -0
  282. package/lib/cosmos.gov.v1/registry.d.ts +3 -0
  283. package/lib/cosmos.gov.v1/registry.js +17 -0
  284. package/lib/cosmos.gov.v1/rest.d.ts +328 -0
  285. package/lib/cosmos.gov.v1/rest.js +201 -0
  286. package/lib/cosmos.gov.v1/types.d.ts +10 -0
  287. package/lib/cosmos.gov.v1/types.js +10 -0
  288. package/lib/cosmos.gov.v1beta1/index.d.ts +5 -0
  289. package/lib/cosmos.gov.v1beta1/index.js +5 -0
  290. package/lib/cosmos.gov.v1beta1/module.d.ts +76 -0
  291. package/lib/cosmos.gov.v1beta1/module.js +169 -0
  292. package/lib/cosmos.gov.v1beta1/registry.d.ts +3 -0
  293. package/lib/cosmos.gov.v1beta1/registry.js +11 -0
  294. package/lib/cosmos.gov.v1beta1/rest.d.ts +273 -0
  295. package/lib/cosmos.gov.v1beta1/rest.js +187 -0
  296. package/lib/cosmos.gov.v1beta1/types.d.ts +10 -0
  297. package/lib/cosmos.gov.v1beta1/types.js +10 -0
  298. package/lib/cosmos.group.v1/index.d.ts +5 -0
  299. package/lib/cosmos.group.v1/index.js +5 -0
  300. package/lib/cosmos.group.v1/module.d.ts +186 -0
  301. package/lib/cosmos.group.v1/module.js +423 -0
  302. package/lib/cosmos.group.v1/registry.d.ts +3 -0
  303. package/lib/cosmos.group.v1/registry.js +31 -0
  304. package/lib/cosmos.group.v1/rest.d.ts +404 -0
  305. package/lib/cosmos.group.v1/rest.js +271 -0
  306. package/lib/cosmos.group.v1/types.d.ts +22 -0
  307. package/lib/cosmos.group.v1/types.js +22 -0
  308. package/lib/cosmos.mint.v1beta1/index.d.ts +5 -0
  309. package/lib/cosmos.mint.v1beta1/index.js +5 -0
  310. package/lib/cosmos.mint.v1beta1/module.d.ts +43 -0
  311. package/lib/cosmos.mint.v1beta1/module.js +86 -0
  312. package/lib/cosmos.mint.v1beta1/registry.d.ts +3 -0
  313. package/lib/cosmos.mint.v1beta1/registry.js +5 -0
  314. package/lib/cosmos.mint.v1beta1/rest.d.ts +117 -0
  315. package/lib/cosmos.mint.v1beta1/rest.js +117 -0
  316. package/lib/cosmos.mint.v1beta1/types.d.ts +3 -0
  317. package/lib/cosmos.mint.v1beta1/types.js +3 -0
  318. package/lib/cosmos.nft.v1beta1/index.d.ts +5 -0
  319. package/lib/cosmos.nft.v1beta1/index.js +5 -0
  320. package/lib/cosmos.nft.v1beta1/module.d.ts +43 -0
  321. package/lib/cosmos.nft.v1beta1/module.js +94 -0
  322. package/lib/cosmos.nft.v1beta1/registry.d.ts +3 -0
  323. package/lib/cosmos.nft.v1beta1/registry.js +5 -0
  324. package/lib/cosmos.nft.v1beta1/rest.d.ts +201 -0
  325. package/lib/cosmos.nft.v1beta1/rest.js +173 -0
  326. package/lib/cosmos.nft.v1beta1/types.d.ts +7 -0
  327. package/lib/cosmos.nft.v1beta1/types.js +7 -0
  328. package/lib/cosmos.params.v1beta1/index.d.ts +5 -0
  329. package/lib/cosmos.params.v1beta1/index.js +5 -0
  330. package/lib/cosmos.params.v1beta1/module.d.ts +30 -0
  331. package/lib/cosmos.params.v1beta1/module.js +62 -0
  332. package/lib/cosmos.params.v1beta1/registry.d.ts +3 -0
  333. package/lib/cosmos.params.v1beta1/rest.d.ts +109 -0
  334. package/lib/cosmos.params.v1beta1/rest.js +103 -0
  335. package/lib/cosmos.params.v1beta1/types.d.ts +4 -0
  336. package/lib/cosmos.params.v1beta1/types.js +4 -0
  337. package/lib/cosmos.slashing.v1beta1/index.d.ts +5 -0
  338. package/lib/cosmos.slashing.v1beta1/index.js +5 -0
  339. package/lib/cosmos.slashing.v1beta1/module.d.ts +54 -0
  340. package/lib/cosmos.slashing.v1beta1/module.js +115 -0
  341. package/lib/cosmos.slashing.v1beta1/registry.d.ts +3 -0
  342. package/lib/cosmos.slashing.v1beta1/registry.js +7 -0
  343. package/lib/cosmos.slashing.v1beta1/rest.d.ts +139 -0
  344. package/lib/cosmos.slashing.v1beta1/rest.js +117 -0
  345. package/lib/cosmos.slashing.v1beta1/types.d.ts +6 -0
  346. package/lib/cosmos.slashing.v1beta1/types.js +6 -0
  347. package/lib/cosmos.staking.v1beta1/index.d.ts +5 -0
  348. package/lib/cosmos.staking.v1beta1/index.js +5 -0
  349. package/lib/cosmos.staking.v1beta1/module.d.ts +109 -0
  350. package/lib/cosmos.staking.v1beta1/module.js +268 -0
  351. package/lib/cosmos.staking.v1beta1/registry.d.ts +3 -0
  352. package/lib/cosmos.staking.v1beta1/registry.js +17 -0
  353. package/lib/cosmos.staking.v1beta1/rest.d.ts +534 -0
  354. package/lib/cosmos.staking.v1beta1/rest.js +271 -0
  355. package/lib/cosmos.staking.v1beta1/types.d.ts +25 -0
  356. package/lib/cosmos.staking.v1beta1/types.js +25 -0
  357. package/lib/cosmos.tx.v1beta1/index.d.ts +5 -0
  358. package/lib/cosmos.tx.v1beta1/index.js +5 -0
  359. package/lib/cosmos.tx.v1beta1/module.d.ts +30 -0
  360. package/lib/cosmos.tx.v1beta1/module.js +82 -0
  361. package/lib/cosmos.tx.v1beta1/registry.d.ts +3 -0
  362. package/lib/cosmos.tx.v1beta1/rest.d.ts +705 -0
  363. package/lib/cosmos.tx.v1beta1/rest.js +201 -0
  364. package/lib/cosmos.tx.v1beta1/types.d.ts +14 -0
  365. package/lib/cosmos.tx.v1beta1/types.js +14 -0
  366. package/lib/cosmos.upgrade.v1beta1/index.d.ts +5 -0
  367. package/lib/cosmos.upgrade.v1beta1/index.js +5 -0
  368. package/lib/cosmos.upgrade.v1beta1/module.d.ts +54 -0
  369. package/lib/cosmos.upgrade.v1beta1/module.js +113 -0
  370. package/lib/cosmos.upgrade.v1beta1/registry.d.ts +3 -0
  371. package/lib/cosmos.upgrade.v1beta1/registry.js +7 -0
  372. package/lib/cosmos.upgrade.v1beta1/rest.d.ts +144 -0
  373. package/lib/cosmos.upgrade.v1beta1/rest.js +145 -0
  374. package/lib/cosmos.upgrade.v1beta1/types.d.ts +5 -0
  375. package/lib/cosmos.upgrade.v1beta1/types.js +5 -0
  376. package/lib/cosmos.vesting.v1beta1/index.d.ts +5 -0
  377. package/lib/cosmos.vesting.v1beta1/index.js +5 -0
  378. package/lib/cosmos.vesting.v1beta1/module.d.ts +65 -0
  379. package/lib/cosmos.vesting.v1beta1/module.js +140 -0
  380. package/lib/cosmos.vesting.v1beta1/registry.d.ts +3 -0
  381. package/lib/cosmos.vesting.v1beta1/registry.js +9 -0
  382. package/lib/cosmos.vesting.v1beta1/rest.d.ts +80 -0
  383. package/lib/cosmos.vesting.v1beta1/rest.js +72 -0
  384. package/lib/cosmos.vesting.v1beta1/types.d.ts +7 -0
  385. package/lib/cosmos.vesting.v1beta1/types.js +7 -0
  386. package/lib/env.d.ts +5 -0
  387. package/lib/env.js +1 -0
  388. package/lib/helpers.d.ts +8 -0
  389. package/lib/ibc.applications.fee.v1/index.d.ts +5 -0
  390. package/lib/ibc.applications.fee.v1/index.js +5 -0
  391. package/lib/ibc.applications.fee.v1/module.d.ts +76 -0
  392. package/lib/ibc.applications.fee.v1/module.js +171 -0
  393. package/lib/ibc.applications.fee.v1/registry.d.ts +3 -0
  394. package/lib/ibc.applications.fee.v1/registry.js +11 -0
  395. package/lib/ibc.applications.fee.v1/rest.d.ts +284 -0
  396. package/lib/ibc.applications.fee.v1/rest.js +215 -0
  397. package/lib/ibc.applications.fee.v1/types.d.ts +11 -0
  398. package/lib/ibc.applications.fee.v1/types.js +11 -0
  399. package/lib/ibc.applications.interchain_accounts.controller.v1/index.d.ts +5 -0
  400. package/lib/ibc.applications.interchain_accounts.controller.v1/index.js +5 -0
  401. package/lib/ibc.applications.interchain_accounts.controller.v1/module.d.ts +65 -0
  402. package/lib/ibc.applications.interchain_accounts.controller.v1/module.js +130 -0
  403. package/lib/ibc.applications.interchain_accounts.controller.v1/registry.d.ts +3 -0
  404. package/lib/ibc.applications.interchain_accounts.controller.v1/registry.js +9 -0
  405. package/lib/ibc.applications.interchain_accounts.controller.v1/rest.d.ts +102 -0
  406. package/lib/ibc.applications.interchain_accounts.controller.v1/rest.js +103 -0
  407. package/lib/ibc.applications.interchain_accounts.controller.v1/types.d.ts +2 -0
  408. package/lib/ibc.applications.interchain_accounts.controller.v1/types.js +2 -0
  409. package/lib/ibc.applications.interchain_accounts.host.v1/index.d.ts +5 -0
  410. package/lib/ibc.applications.interchain_accounts.host.v1/index.js +5 -0
  411. package/lib/ibc.applications.interchain_accounts.host.v1/module.d.ts +54 -0
  412. package/lib/ibc.applications.interchain_accounts.host.v1/module.js +109 -0
  413. package/lib/ibc.applications.interchain_accounts.host.v1/registry.d.ts +3 -0
  414. package/lib/ibc.applications.interchain_accounts.host.v1/registry.js +7 -0
  415. package/lib/ibc.applications.interchain_accounts.host.v1/rest.d.ts +93 -0
  416. package/lib/ibc.applications.interchain_accounts.host.v1/rest.js +89 -0
  417. package/lib/ibc.applications.interchain_accounts.host.v1/types.d.ts +3 -0
  418. package/lib/ibc.applications.interchain_accounts.host.v1/types.js +3 -0
  419. package/lib/ibc.applications.transfer.v1/index.d.ts +5 -0
  420. package/lib/ibc.applications.transfer.v1/index.js +5 -0
  421. package/lib/ibc.applications.transfer.v1/module.d.ts +54 -0
  422. package/lib/ibc.applications.transfer.v1/module.js +113 -0
  423. package/lib/ibc.applications.transfer.v1/registry.d.ts +3 -0
  424. package/lib/ibc.applications.transfer.v1/registry.js +7 -0
  425. package/lib/ibc.applications.transfer.v1/rest.d.ts +158 -0
  426. package/lib/ibc.applications.transfer.v1/rest.js +159 -0
  427. package/lib/ibc.applications.transfer.v1/types.d.ts +5 -0
  428. package/lib/ibc.applications.transfer.v1/types.js +5 -0
  429. package/lib/ibc.core.channel.v1/index.d.ts +5 -0
  430. package/lib/ibc.core.channel.v1/index.js +5 -0
  431. package/lib/ibc.core.channel.v1/module.d.ts +241 -0
  432. package/lib/ibc.core.channel.v1/module.js +522 -0
  433. package/lib/ibc.core.channel.v1/registry.d.ts +3 -0
  434. package/lib/ibc.core.channel.v1/registry.js +41 -0
  435. package/lib/ibc.core.channel.v1/rest.d.ts +424 -0
  436. package/lib/ibc.core.channel.v1/rest.js +313 -0
  437. package/lib/ibc.core.channel.v1/types.d.ts +14 -0
  438. package/lib/ibc.core.channel.v1/types.js +14 -0
  439. package/lib/ibc.core.client.v1/index.d.ts +5 -0
  440. package/lib/ibc.core.client.v1/index.js +5 -0
  441. package/lib/ibc.core.client.v1/module.d.ts +109 -0
  442. package/lib/ibc.core.client.v1/module.js +238 -0
  443. package/lib/ibc.core.client.v1/registry.d.ts +3 -0
  444. package/lib/ibc.core.client.v1/registry.js +17 -0
  445. package/lib/ibc.core.client.v1/rest.d.ts +239 -0
  446. package/lib/ibc.core.client.v1/rest.js +215 -0
  447. package/lib/ibc.core.client.v1/types.d.ts +10 -0
  448. package/lib/ibc.core.client.v1/types.js +10 -0
  449. package/lib/ibc.core.connection.v1/index.d.ts +5 -0
  450. package/lib/ibc.core.connection.v1/index.js +5 -0
  451. package/lib/ibc.core.connection.v1/module.d.ts +87 -0
  452. package/lib/ibc.core.connection.v1/module.js +188 -0
  453. package/lib/ibc.core.connection.v1/registry.d.ts +3 -0
  454. package/lib/ibc.core.connection.v1/registry.js +13 -0
  455. package/lib/ibc.core.connection.v1/rest.d.ts +213 -0
  456. package/lib/ibc.core.connection.v1/rest.js +159 -0
  457. package/lib/ibc.core.connection.v1/types.d.ts +8 -0
  458. package/lib/ibc.core.connection.v1/types.js +8 -0
  459. package/lib/index.d.ts +254 -0
  460. package/lib/index.js +72 -0
  461. package/lib/modules.d.ts +9 -0
  462. package/lib/modules.js +1 -0
  463. package/lib/types/amino/amino.d.ts +1 -0
  464. package/lib/types/amino/amino.js +7 -0
  465. package/lib/types/capability/v1/capability.d.ts +46 -0
  466. package/lib/types/capability/v1/capability.js +191 -0
  467. package/lib/types/capability/v1/genesis.d.ts +41 -0
  468. package/lib/types/capability/v1/genesis.js +160 -0
  469. package/lib/types/cardchain/cardchain/card.d.ts +89 -0
  470. package/lib/types/cardchain/cardchain/card.js +625 -0
  471. package/lib/types/cardchain/cardchain/card_content.d.ts +26 -0
  472. package/lib/types/cardchain/cardchain/card_content.js +79 -0
  473. package/lib/types/cardchain/cardchain/card_with_image.d.ts +28 -0
  474. package/lib/types/cardchain/cardchain/card_with_image.js +95 -0
  475. package/lib/types/cardchain/cardchain/council.d.ts +62 -0
  476. package/lib/types/cardchain/cardchain/council.js +422 -0
  477. package/lib/types/cardchain/cardchain/encounter.d.ts +36 -0
  478. package/lib/types/cardchain/cardchain/encounter.js +243 -0
  479. package/lib/types/cardchain/cardchain/encounter_with_image.d.ts +27 -0
  480. package/lib/types/cardchain/cardchain/encounter_with_image.js +82 -0
  481. package/lib/types/cardchain/cardchain/genesis.d.ts +56 -0
  482. package/lib/types/cardchain/cardchain/genesis.js +335 -0
  483. package/lib/types/cardchain/cardchain/image.d.ts +25 -0
  484. package/lib/types/cardchain/cardchain/image.js +87 -0
  485. package/lib/types/cardchain/cardchain/match.d.ts +51 -0
  486. package/lib/types/cardchain/cardchain/match.js +376 -0
  487. package/lib/types/cardchain/cardchain/module/module.d.ts +27 -0
  488. package/lib/types/cardchain/cardchain/module/module.js +62 -0
  489. package/lib/types/cardchain/cardchain/params.d.ts +50 -0
  490. package/lib/types/cardchain/cardchain/params.js +461 -0
  491. package/lib/types/cardchain/cardchain/query.d.ts +323 -0
  492. package/lib/types/cardchain/cardchain/query.js +3069 -0
  493. package/lib/types/cardchain/cardchain/running_average.d.ts +25 -0
  494. package/lib/types/cardchain/cardchain/running_average.js +78 -0
  495. package/lib/types/cardchain/cardchain/sell_offer.d.ts +39 -0
  496. package/lib/types/cardchain/cardchain/sell_offer.js +178 -0
  497. package/lib/types/cardchain/cardchain/server.d.ts +27 -0
  498. package/lib/types/cardchain/cardchain/server.js +104 -0
  499. package/lib/types/cardchain/cardchain/set.d.ts +56 -0
  500. package/lib/types/cardchain/cardchain/set.js +447 -0
  501. package/lib/types/cardchain/cardchain/set_with_artwork.d.ts +27 -0
  502. package/lib/types/cardchain/cardchain/set_with_artwork.js +105 -0
  503. package/lib/types/cardchain/cardchain/tx.d.ts +625 -0
  504. package/lib/types/cardchain/cardchain/tx.js +6632 -0
  505. package/lib/types/cardchain/cardchain/user.d.ts +82 -0
  506. package/lib/types/cardchain/cardchain/user.js +805 -0
  507. package/lib/types/cardchain/cardchain/voting.d.ts +44 -0
  508. package/lib/types/cardchain/cardchain/voting.js +267 -0
  509. package/lib/types/cardchain/cardchain/voting_results.d.ts +32 -0
  510. package/lib/types/cardchain/cardchain/voting_results.js +179 -0
  511. package/lib/types/cardchain/cardchain/zealy.d.ts +26 -0
  512. package/lib/types/cardchain/cardchain/zealy.js +79 -0
  513. package/lib/types/cardchain/featureflag/flag.d.ts +27 -0
  514. package/lib/types/cardchain/featureflag/flag.js +94 -0
  515. package/lib/types/cardchain/featureflag/genesis.d.ts +37 -0
  516. package/lib/types/cardchain/featureflag/genesis.js +173 -0
  517. package/lib/types/cardchain/featureflag/module/module.d.ts +27 -0
  518. package/lib/types/cardchain/featureflag/module/module.js +62 -0
  519. package/lib/types/cardchain/featureflag/params.d.ts +25 -0
  520. package/lib/types/cardchain/featureflag/params.js +45 -0
  521. package/lib/types/cardchain/featureflag/query.d.ts +72 -0
  522. package/lib/types/cardchain/featureflag/query.js +335 -0
  523. package/lib/types/cardchain/featureflag/tx.d.ts +72 -0
  524. package/lib/types/cardchain/featureflag/tx.js +273 -0
  525. package/lib/types/cosmos/app/runtime/v1alpha1/module.d.ts +85 -0
  526. package/lib/types/cosmos/app/runtime/v1alpha1/module.js +278 -0
  527. package/lib/types/cosmos/app/v1alpha1/config.d.ts +78 -0
  528. package/lib/types/cosmos/app/v1alpha1/config.js +239 -0
  529. package/lib/types/cosmos/app/v1alpha1/module.d.ts +104 -0
  530. package/lib/types/cosmos/app/v1alpha1/module.js +217 -0
  531. package/lib/types/cosmos/app/v1alpha1/query.d.ts +49 -0
  532. package/lib/types/cosmos/app/v1alpha1/query.js +115 -0
  533. package/lib/types/cosmos/auth/module/v1/module.d.ts +42 -0
  534. package/lib/types/cosmos/auth/module/v1/module.js +167 -0
  535. package/lib/types/cosmos/auth/v1beta1/auth.d.ts +65 -0
  536. package/lib/types/cosmos/auth/v1beta1/auth.js +425 -0
  537. package/lib/types/cosmos/auth/v1beta1/genesis.d.ts +31 -0
  538. package/lib/types/cosmos/auth/v1beta1/genesis.js +83 -0
  539. package/lib/types/cosmos/auth/v1beta1/query.d.ts +276 -0
  540. package/lib/types/cosmos/auth/v1beta1/query.js +1142 -0
  541. package/lib/types/cosmos/auth/v1beta1/tx.d.ts +69 -0
  542. package/lib/types/cosmos/auth/v1beta1/tx.js +132 -0
  543. package/lib/types/cosmos/authz/module/v1/module.d.ts +25 -0
  544. package/lib/types/cosmos/authz/module/v1/module.js +45 -0
  545. package/lib/types/cosmos/authz/v1beta1/authz.d.ts +63 -0
  546. package/lib/types/cosmos/authz/v1beta1/authz.js +310 -0
  547. package/lib/types/cosmos/authz/v1beta1/event.d.ts +42 -0
  548. package/lib/types/cosmos/authz/v1beta1/event.js +177 -0
  549. package/lib/types/cosmos/authz/v1beta1/genesis.d.ts +28 -0
  550. package/lib/types/cosmos/authz/v1beta1/genesis.js +64 -0
  551. package/lib/types/cosmos/authz/v1beta1/query.d.ts +103 -0
  552. package/lib/types/cosmos/authz/v1beta1/query.js +492 -0
  553. package/lib/types/cosmos/authz/v1beta1/tx.d.ts +107 -0
  554. package/lib/types/cosmos/authz/v1beta1/tx.js +424 -0
  555. package/lib/types/cosmos/autocli/v1/options.d.ts +155 -0
  556. package/lib/types/cosmos/autocli/v1/options.js +803 -0
  557. package/lib/types/cosmos/autocli/v1/query.d.ts +59 -0
  558. package/lib/types/cosmos/autocli/v1/query.js +207 -0
  559. package/lib/types/cosmos/bank/module/v1/module.d.ts +40 -0
  560. package/lib/types/cosmos/bank/module/v1/module.js +98 -0
  561. package/lib/types/cosmos/bank/v1beta1/authz.d.ts +39 -0
  562. package/lib/types/cosmos/bank/v1beta1/authz.js +81 -0
  563. package/lib/types/cosmos/bank/v1beta1/bank.d.ts +131 -0
  564. package/lib/types/cosmos/bank/v1beta1/bank.js +580 -0
  565. package/lib/types/cosmos/bank/v1beta1/genesis.d.ts +55 -0
  566. package/lib/types/cosmos/bank/v1beta1/genesis.js +200 -0
  567. package/lib/types/cosmos/bank/v1beta1/query.d.ts +412 -0
  568. package/lib/types/cosmos/bank/v1beta1/query.js +1782 -0
  569. package/lib/types/cosmos/bank/v1beta1/tx.d.ts +142 -0
  570. package/lib/types/cosmos/bank/v1beta1/tx.js +500 -0
  571. package/lib/types/cosmos/base/abci/v1beta1/abci.d.ts +205 -0
  572. package/lib/types/cosmos/base/abci/v1beta1/abci.js +1151 -0
  573. package/lib/types/cosmos/base/node/v1beta1/query.d.ts +71 -0
  574. package/lib/types/cosmos/base/node/v1beta1/query.js +378 -0
  575. package/lib/types/cosmos/base/query/v1beta1/pagination.d.ts +86 -0
  576. package/lib/types/cosmos/base/query/v1beta1/pagination.js +227 -0
  577. package/lib/types/cosmos/base/reflection/v1beta1/reflection.d.ts +74 -0
  578. package/lib/types/cosmos/base/reflection/v1beta1/reflection.js +228 -0
  579. package/lib/types/cosmos/base/reflection/v2alpha1/reflection.d.ts +275 -0
  580. package/lib/types/cosmos/base/reflection/v2alpha1/reflection.js +1592 -0
  581. package/lib/types/cosmos/base/tendermint/v1beta1/query.d.ts +224 -0
  582. package/lib/types/cosmos/base/tendermint/v1beta1/query.js +1628 -0
  583. package/lib/types/cosmos/base/tendermint/v1beta1/types.d.ts +68 -0
  584. package/lib/types/cosmos/base/tendermint/v1beta1/types.js +444 -0
  585. package/lib/types/cosmos/base/v1beta1/coin.d.ts +43 -0
  586. package/lib/types/cosmos/base/v1beta1/coin.js +147 -0
  587. package/lib/types/cosmos/circuit/module/v1/module.d.ts +27 -0
  588. package/lib/types/cosmos/circuit/module/v1/module.js +62 -0
  589. package/lib/types/cosmos/circuit/v1/query.d.ts +78 -0
  590. package/lib/types/cosmos/circuit/v1/query.js +359 -0
  591. package/lib/types/cosmos/circuit/v1/tx.d.ts +109 -0
  592. package/lib/types/cosmos/circuit/v1/tx.js +415 -0
  593. package/lib/types/cosmos/circuit/v1/types.d.ts +76 -0
  594. package/lib/types/cosmos/circuit/v1/types.js +285 -0
  595. package/lib/types/cosmos/consensus/module/v1/module.d.ts +27 -0
  596. package/lib/types/cosmos/consensus/module/v1/module.js +62 -0
  597. package/lib/types/cosmos/consensus/v1/query.d.ts +54 -0
  598. package/lib/types/cosmos/consensus/v1/query.js +115 -0
  599. package/lib/types/cosmos/consensus/v1/tx.d.ts +70 -0
  600. package/lib/types/cosmos/consensus/v1/tx.js +183 -0
  601. package/lib/types/cosmos/crisis/module/v1/module.d.ts +29 -0
  602. package/lib/types/cosmos/crisis/module/v1/module.js +79 -0
  603. package/lib/types/cosmos/crisis/v1beta1/genesis.d.ts +31 -0
  604. package/lib/types/cosmos/crisis/v1beta1/genesis.js +65 -0
  605. package/lib/types/cosmos/crisis/v1beta1/tx.d.ts +82 -0
  606. package/lib/types/cosmos/crisis/v1beta1/tx.js +258 -0
  607. package/lib/types/cosmos/crypto/ed25519/keys.d.ts +40 -0
  608. package/lib/types/cosmos/crypto/ed25519/keys.js +138 -0
  609. package/lib/types/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  610. package/lib/types/cosmos/crypto/hd/v1/hd.js +124 -0
  611. package/lib/types/cosmos/crypto/keyring/v1/record.d.ts +61 -0
  612. package/lib/types/cosmos/crypto/keyring/v1/record.js +331 -0
  613. package/lib/types/cosmos/crypto/multisig/keys.d.ts +32 -0
  614. package/lib/types/cosmos/crypto/multisig/keys.js +82 -0
  615. package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.d.ts +41 -0
  616. package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.js +159 -0
  617. package/lib/types/cosmos/crypto/secp256k1/keys.d.ts +37 -0
  618. package/lib/types/cosmos/crypto/secp256k1/keys.js +138 -0
  619. package/lib/types/cosmos/crypto/secp256r1/keys.d.ts +37 -0
  620. package/lib/types/cosmos/crypto/secp256r1/keys.js +138 -0
  621. package/lib/types/cosmos/distribution/module/v1/module.d.ts +28 -0
  622. package/lib/types/cosmos/distribution/module/v1/module.js +79 -0
  623. package/lib/types/cosmos/distribution/v1beta1/distribution.d.ts +162 -0
  624. package/lib/types/cosmos/distribution/v1beta1/distribution.js +906 -0
  625. package/lib/types/cosmos/distribution/v1beta1/genesis.d.ts +121 -0
  626. package/lib/types/cosmos/distribution/v1beta1/genesis.js +797 -0
  627. package/lib/types/cosmos/distribution/v1beta1/query.d.ts +250 -0
  628. package/lib/types/cosmos/distribution/v1beta1/query.js +1239 -0
  629. package/lib/types/cosmos/distribution/v1beta1/tx.d.ts +220 -0
  630. package/lib/types/cosmos/distribution/v1beta1/tx.js +840 -0
  631. package/lib/types/cosmos/evidence/module/v1/module.d.ts +25 -0
  632. package/lib/types/cosmos/evidence/module/v1/module.js +45 -0
  633. package/lib/types/cosmos/evidence/v1beta1/evidence.d.ts +36 -0
  634. package/lib/types/cosmos/evidence/v1beta1/evidence.js +141 -0
  635. package/lib/types/cosmos/evidence/v1beta1/genesis.d.ts +28 -0
  636. package/lib/types/cosmos/evidence/v1beta1/genesis.js +62 -0
  637. package/lib/types/cosmos/evidence/v1beta1/query.d.ts +86 -0
  638. package/lib/types/cosmos/evidence/v1beta1/query.js +301 -0
  639. package/lib/types/cosmos/evidence/v1beta1/tx.d.ts +59 -0
  640. package/lib/types/cosmos/evidence/v1beta1/tx.js +171 -0
  641. package/lib/types/cosmos/feegrant/module/v1/module.d.ts +25 -0
  642. package/lib/types/cosmos/feegrant/module/v1/module.js +45 -0
  643. package/lib/types/cosmos/feegrant/v1beta1/feegrant.d.ts +85 -0
  644. package/lib/types/cosmos/feegrant/v1beta1/feegrant.js +384 -0
  645. package/lib/types/cosmos/feegrant/v1beta1/genesis.d.ts +28 -0
  646. package/lib/types/cosmos/feegrant/v1beta1/genesis.js +64 -0
  647. package/lib/types/cosmos/feegrant/v1beta1/query.d.ts +103 -0
  648. package/lib/types/cosmos/feegrant/v1beta1/query.js +443 -0
  649. package/lib/types/cosmos/feegrant/v1beta1/tx.d.ts +103 -0
  650. package/lib/types/cosmos/feegrant/v1beta1/tx.js +352 -0
  651. package/lib/types/cosmos/genutil/module/v1/module.d.ts +25 -0
  652. package/lib/types/cosmos/genutil/module/v1/module.js +45 -0
  653. package/lib/types/cosmos/genutil/v1beta1/genesis.d.ts +27 -0
  654. package/lib/types/cosmos/genutil/v1beta1/genesis.js +86 -0
  655. package/lib/types/cosmos/gov/module/v1/module.d.ts +32 -0
  656. package/lib/types/cosmos/gov/module/v1/module.js +89 -0
  657. package/lib/types/cosmos/gov/v1/genesis.d.ts +71 -0
  658. package/lib/types/cosmos/gov/v1/genesis.js +215 -0
  659. package/lib/types/cosmos/gov/v1/gov.d.ts +304 -0
  660. package/lib/types/cosmos/gov/v1/gov.js +1331 -0
  661. package/lib/types/cosmos/gov/v1/query.d.ts +221 -0
  662. package/lib/types/cosmos/gov/v1/query.js +1229 -0
  663. package/lib/types/cosmos/gov/v1/tx.d.ts +224 -0
  664. package/lib/types/cosmos/gov/v1/tx.js +1048 -0
  665. package/lib/types/cosmos/gov/v1beta1/genesis.d.ts +40 -0
  666. package/lib/types/cosmos/gov/v1beta1/genesis.js +181 -0
  667. package/lib/types/cosmos/gov/v1beta1/gov.d.ts +205 -0
  668. package/lib/types/cosmos/gov/v1beta1/gov.js +1017 -0
  669. package/lib/types/cosmos/gov/v1beta1/query.d.ts +186 -0
  670. package/lib/types/cosmos/gov/v1beta1/query.js +1118 -0
  671. package/lib/types/cosmos/gov/v1beta1/tx.d.ts +123 -0
  672. package/lib/types/cosmos/gov/v1beta1/tx.js +555 -0
  673. package/lib/types/cosmos/group/module/v1/module.d.ts +36 -0
  674. package/lib/types/cosmos/group/module/v1/module.js +92 -0
  675. package/lib/types/cosmos/group/v1/events.d.ts +93 -0
  676. package/lib/types/cosmos/group/v1/events.js +615 -0
  677. package/lib/types/cosmos/group/v1/genesis.d.ts +52 -0
  678. package/lib/types/cosmos/group/v1/genesis.js +195 -0
  679. package/lib/types/cosmos/group/v1/query.d.ts +302 -0
  680. package/lib/types/cosmos/group/v1/query.js +1896 -0
  681. package/lib/types/cosmos/group/v1/tx.d.ts +344 -0
  682. package/lib/types/cosmos/group/v1/tx.js +2050 -0
  683. package/lib/types/cosmos/group/v1/types.d.ts +329 -0
  684. package/lib/types/cosmos/group/v1/types.js +1448 -0
  685. package/lib/types/cosmos/ics23/v1/proofs.d.ts +251 -0
  686. package/lib/types/cosmos/ics23/v1/proofs.js +1385 -0
  687. package/lib/types/cosmos/mint/module/v1/module.d.ts +28 -0
  688. package/lib/types/cosmos/mint/module/v1/module.js +79 -0
  689. package/lib/types/cosmos/mint/v1beta1/genesis.d.ts +30 -0
  690. package/lib/types/cosmos/mint/v1beta1/genesis.js +84 -0
  691. package/lib/types/cosmos/mint/v1beta1/mint.d.ts +45 -0
  692. package/lib/types/cosmos/mint/v1beta1/mint.js +224 -0
  693. package/lib/types/cosmos/mint/v1beta1/query.d.ts +84 -0
  694. package/lib/types/cosmos/mint/v1beta1/query.js +330 -0
  695. package/lib/types/cosmos/mint/v1beta1/tx.d.ts +69 -0
  696. package/lib/types/cosmos/mint/v1beta1/tx.js +132 -0
  697. package/lib/types/cosmos/msg/textual/v1/textual.d.ts +1 -0
  698. package/lib/types/cosmos/msg/textual/v1/textual.js +7 -0
  699. package/lib/types/cosmos/msg/v1/msg.d.ts +1 -0
  700. package/lib/types/cosmos/msg/v1/msg.js +7 -0
  701. package/lib/types/cosmos/nft/module/v1/module.d.ts +25 -0
  702. package/lib/types/cosmos/nft/module/v1/module.js +45 -0
  703. package/lib/types/cosmos/nft/v1beta1/event.d.ts +53 -0
  704. package/lib/types/cosmos/nft/v1beta1/event.js +275 -0
  705. package/lib/types/cosmos/nft/v1beta1/genesis.d.ts +38 -0
  706. package/lib/types/cosmos/nft/v1beta1/genesis.js +148 -0
  707. package/lib/types/cosmos/nft/v1beta1/nft.d.ts +54 -0
  708. package/lib/types/cosmos/nft/v1beta1/nft.js +268 -0
  709. package/lib/types/cosmos/nft/v1beta1/query.d.ts +159 -0
  710. package/lib/types/cosmos/nft/v1beta1/query.js +911 -0
  711. package/lib/types/cosmos/nft/v1beta1/tx.d.ts +54 -0
  712. package/lib/types/cosmos/nft/v1beta1/tx.js +159 -0
  713. package/lib/types/cosmos/orm/module/v1alpha1/module.d.ts +29 -0
  714. package/lib/types/cosmos/orm/module/v1alpha1/module.js +45 -0
  715. package/lib/types/cosmos/orm/query/v1alpha1/query.d.ts +148 -0
  716. package/lib/types/cosmos/orm/query/v1alpha1/query.js +705 -0
  717. package/lib/types/cosmos/orm/v1/orm.d.ts +115 -0
  718. package/lib/types/cosmos/orm/v1/orm.js +300 -0
  719. package/lib/types/cosmos/orm/v1alpha1/schema.d.ts +77 -0
  720. package/lib/types/cosmos/orm/v1alpha1/schema.js +243 -0
  721. package/lib/types/cosmos/params/module/v1/module.d.ts +25 -0
  722. package/lib/types/cosmos/params/module/v1/module.js +45 -0
  723. package/lib/types/cosmos/params/v1beta1/params.d.ts +38 -0
  724. package/lib/types/cosmos/params/v1beta1/params.js +177 -0
  725. package/lib/types/cosmos/params/v1beta1/query.d.ts +93 -0
  726. package/lib/types/cosmos/params/v1beta1/query.js +312 -0
  727. package/lib/types/cosmos/query/v1/query.d.ts +1 -0
  728. package/lib/types/cosmos/query/v1/query.js +7 -0
  729. package/lib/types/cosmos/reflection/v1/reflection.d.ts +55 -0
  730. package/lib/types/cosmos/reflection/v1/reflection.js +114 -0
  731. package/lib/types/cosmos/slashing/module/v1/module.d.ts +27 -0
  732. package/lib/types/cosmos/slashing/module/v1/module.js +62 -0
  733. package/lib/types/cosmos/slashing/v1beta1/genesis.d.ts +65 -0
  734. package/lib/types/cosmos/slashing/v1beta1/genesis.js +321 -0
  735. package/lib/types/cosmos/slashing/v1beta1/query.d.ts +91 -0
  736. package/lib/types/cosmos/slashing/v1beta1/query.js +357 -0
  737. package/lib/types/cosmos/slashing/v1beta1/slashing.d.ts +60 -0
  738. package/lib/types/cosmos/slashing/v1beta1/slashing.js +333 -0
  739. package/lib/types/cosmos/slashing/v1beta1/tx.d.ts +85 -0
  740. package/lib/types/cosmos/slashing/v1beta1/tx.js +226 -0
  741. package/lib/types/cosmos/staking/module/v1/module.d.ts +37 -0
  742. package/lib/types/cosmos/staking/module/v1/module.js +111 -0
  743. package/lib/types/cosmos/staking/v1beta1/authz.d.ts +69 -0
  744. package/lib/types/cosmos/staking/v1beta1/authz.js +228 -0
  745. package/lib/types/cosmos/staking/v1beta1/genesis.d.ts +56 -0
  746. package/lib/types/cosmos/staking/v1beta1/genesis.js +294 -0
  747. package/lib/types/cosmos/staking/v1beta1/query.d.ts +374 -0
  748. package/lib/types/cosmos/staking/v1beta1/query.js +1891 -0
  749. package/lib/types/cosmos/staking/v1beta1/staking.d.ts +314 -0
  750. package/lib/types/cosmos/staking/v1beta1/staking.js +2069 -0
  751. package/lib/types/cosmos/staking/v1beta1/tx.d.ts +215 -0
  752. package/lib/types/cosmos/staking/v1beta1/tx.js +1098 -0
  753. package/lib/types/cosmos/store/internal/kv/v1beta1/kv.d.ts +32 -0
  754. package/lib/types/cosmos/store/internal/kv/v1beta1/kv.js +155 -0
  755. package/lib/types/cosmos/store/snapshots/v1/snapshot.d.ts +90 -0
  756. package/lib/types/cosmos/store/snapshots/v1/snapshot.js +592 -0
  757. package/lib/types/cosmos/store/streaming/abci/grpc.d.ts +65 -0
  758. package/lib/types/cosmos/store/streaming/abci/grpc.js +275 -0
  759. package/lib/types/cosmos/store/v1beta1/commit_info.d.ts +49 -0
  760. package/lib/types/cosmos/store/v1beta1/commit_info.js +291 -0
  761. package/lib/types/cosmos/store/v1beta1/listening.d.ts +49 -0
  762. package/lib/types/cosmos/store/v1beta1/listening.js +229 -0
  763. package/lib/types/cosmos/tx/config/v1/config.d.ts +35 -0
  764. package/lib/types/cosmos/tx/config/v1/config.js +79 -0
  765. package/lib/types/cosmos/tx/signing/v1beta1/signing.d.ts +130 -0
  766. package/lib/types/cosmos/tx/signing/v1beta1/signing.js +505 -0
  767. package/lib/types/cosmos/tx/v1beta1/service.d.ts +369 -0
  768. package/lib/types/cosmos/tx/v1beta1/service.js +1412 -0
  769. package/lib/types/cosmos/tx/v1beta1/tx.d.ts +312 -0
  770. package/lib/types/cosmos/tx/v1beta1/tx.js +1207 -0
  771. package/lib/types/cosmos/upgrade/module/v1/module.d.ts +27 -0
  772. package/lib/types/cosmos/upgrade/module/v1/module.js +62 -0
  773. package/lib/types/cosmos/upgrade/v1beta1/query.d.ts +170 -0
  774. package/lib/types/cosmos/upgrade/v1beta1/query.js +574 -0
  775. package/lib/types/cosmos/upgrade/v1beta1/tx.d.ts +90 -0
  776. package/lib/types/cosmos/upgrade/v1beta1/tx.js +224 -0
  777. package/lib/types/cosmos/upgrade/v1beta1/upgrade.d.ts +103 -0
  778. package/lib/types/cosmos/upgrade/v1beta1/upgrade.js +378 -0
  779. package/lib/types/cosmos/vesting/module/v1/module.d.ts +25 -0
  780. package/lib/types/cosmos/vesting/module/v1/module.js +45 -0
  781. package/lib/types/cosmos/vesting/v1beta1/tx.d.ts +119 -0
  782. package/lib/types/cosmos/vesting/v1beta1/tx.js +455 -0
  783. package/lib/types/cosmos/vesting/v1beta1/vesting.d.ts +83 -0
  784. package/lib/types/cosmos/vesting/v1beta1/vesting.js +487 -0
  785. package/lib/types/cosmos_proto/cosmos.d.ts +80 -0
  786. package/lib/types/cosmos_proto/cosmos.js +210 -0
  787. package/lib/types/gogoproto/gogo.d.ts +1 -0
  788. package/lib/types/gogoproto/gogo.js +7 -0
  789. package/lib/types/google/api/annotations.d.ts +1 -0
  790. package/lib/types/google/api/annotations.js +7 -0
  791. package/lib/types/google/api/http.d.ts +371 -0
  792. package/lib/types/google/api/http.js +352 -0
  793. package/lib/types/google/protobuf/any.d.ts +144 -0
  794. package/lib/types/google/protobuf/any.js +104 -0
  795. package/lib/types/google/protobuf/descriptor.d.ts +1228 -0
  796. package/lib/types/google/protobuf/descriptor.js +5069 -0
  797. package/lib/types/google/protobuf/duration.d.ts +99 -0
  798. package/lib/types/google/protobuf/duration.js +89 -0
  799. package/lib/types/google/protobuf/timestamp.d.ts +128 -0
  800. package/lib/types/google/protobuf/timestamp.js +89 -0
  801. package/lib/types/ibc/applications/fee/v1/ack.d.ts +31 -0
  802. package/lib/types/ibc/applications/fee/v1/ack.js +123 -0
  803. package/lib/types/ibc/applications/fee/v1/fee.d.ts +57 -0
  804. package/lib/types/ibc/applications/fee/v1/fee.js +308 -0
  805. package/lib/types/ibc/applications/fee/v1/genesis.d.ts +76 -0
  806. package/lib/types/ibc/applications/fee/v1/genesis.js +447 -0
  807. package/lib/types/ibc/applications/fee/v1/metadata.d.ts +32 -0
  808. package/lib/types/ibc/applications/fee/v1/metadata.js +79 -0
  809. package/lib/types/ibc/applications/fee/v1/query.d.ts +215 -0
  810. package/lib/types/ibc/applications/fee/v1/query.js +1353 -0
  811. package/lib/types/ibc/applications/fee/v1/tx.d.ts +140 -0
  812. package/lib/types/ibc/applications/fee/v1/tx.js +573 -0
  813. package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +30 -0
  814. package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.js +64 -0
  815. package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.d.ts +63 -0
  816. package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.js +240 -0
  817. package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +94 -0
  818. package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.js +473 -0
  819. package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +63 -0
  820. package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.js +479 -0
  821. package/lib/types/ibc/applications/interchain_accounts/host/v1/host.d.ts +49 -0
  822. package/lib/types/ibc/applications/interchain_accounts/host/v1/host.js +174 -0
  823. package/lib/types/ibc/applications/interchain_accounts/host/v1/query.d.ts +49 -0
  824. package/lib/types/ibc/applications/interchain_accounts/host/v1/query.js +115 -0
  825. package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.d.ts +74 -0
  826. package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.js +313 -0
  827. package/lib/types/ibc/applications/interchain_accounts/v1/account.d.ts +28 -0
  828. package/lib/types/ibc/applications/interchain_accounts/v1/account.js +82 -0
  829. package/lib/types/ibc/applications/interchain_accounts/v1/metadata.d.ts +43 -0
  830. package/lib/types/ibc/applications/interchain_accounts/v1/metadata.js +141 -0
  831. package/lib/types/ibc/applications/interchain_accounts/v1/packet.d.ts +47 -0
  832. package/lib/types/ibc/applications/interchain_accounts/v1/packet.js +210 -0
  833. package/lib/types/ibc/applications/transfer/v1/authz.d.ts +48 -0
  834. package/lib/types/ibc/applications/transfer/v1/authz.js +186 -0
  835. package/lib/types/ibc/applications/transfer/v1/genesis.d.ts +35 -0
  836. package/lib/types/ibc/applications/transfer/v1/genesis.js +117 -0
  837. package/lib/types/ibc/applications/transfer/v1/query.d.ts +146 -0
  838. package/lib/types/ibc/applications/transfer/v1/query.js +701 -0
  839. package/lib/types/ibc/applications/transfer/v1/transfer.d.ts +54 -0
  840. package/lib/types/ibc/applications/transfer/v1/transfer.js +147 -0
  841. package/lib/types/ibc/applications/transfer/v1/tx.d.ts +99 -0
  842. package/lib/types/ibc/applications/transfer/v1/tx.js +370 -0
  843. package/lib/types/ibc/applications/transfer/v2/packet.d.ts +39 -0
  844. package/lib/types/ibc/applications/transfer/v2/packet.js +124 -0
  845. package/lib/types/ibc/core/channel/v1/channel.d.ts +216 -0
  846. package/lib/types/ibc/core/channel/v1/channel.js +1081 -0
  847. package/lib/types/ibc/core/channel/v1/genesis.d.ts +46 -0
  848. package/lib/types/ibc/core/channel/v1/genesis.js +304 -0
  849. package/lib/types/ibc/core/channel/v1/query.d.ts +500 -0
  850. package/lib/types/ibc/core/channel/v1/query.js +2908 -0
  851. package/lib/types/ibc/core/channel/v1/tx.d.ts +432 -0
  852. package/lib/types/ibc/core/channel/v1/tx.js +3643 -0
  853. package/lib/types/ibc/core/channel/v1/upgrade.d.ts +57 -0
  854. package/lib/types/ibc/core/channel/v1/upgrade.js +262 -0
  855. package/lib/types/ibc/core/client/v1/client.d.ts +132 -0
  856. package/lib/types/ibc/core/client/v1/client.js +556 -0
  857. package/lib/types/ibc/core/client/v1/genesis.d.ts +62 -0
  858. package/lib/types/ibc/core/client/v1/genesis.js +328 -0
  859. package/lib/types/ibc/core/client/v1/query.d.ts +283 -0
  860. package/lib/types/ibc/core/client/v1/query.js +1434 -0
  861. package/lib/types/ibc/core/client/v1/tx.d.ts +197 -0
  862. package/lib/types/ibc/core/client/v1/tx.js +985 -0
  863. package/lib/types/ibc/core/commitment/v1/commitment.d.ts +59 -0
  864. package/lib/types/ibc/core/commitment/v1/commitment.js +247 -0
  865. package/lib/types/ibc/core/connection/v1/connection.d.ts +141 -0
  866. package/lib/types/ibc/core/connection/v1/connection.js +648 -0
  867. package/lib/types/ibc/core/connection/v1/genesis.d.ts +31 -0
  868. package/lib/types/ibc/core/connection/v1/genesis.js +128 -0
  869. package/lib/types/ibc/core/connection/v1/query.d.ts +190 -0
  870. package/lib/types/ibc/core/connection/v1/query.js +927 -0
  871. package/lib/types/ibc/core/connection/v1/tx.d.ts +206 -0
  872. package/lib/types/ibc/core/connection/v1/tx.js +1044 -0
  873. package/lib/types/ibc/core/types/v1/genesis.d.ts +34 -0
  874. package/lib/types/ibc/core/types/v1/genesis.js +103 -0
  875. package/lib/types/ibc/lightclients/localhost/v2/localhost.d.ts +28 -0
  876. package/lib/types/ibc/lightclients/localhost/v2/localhost.js +65 -0
  877. package/lib/types/ibc/lightclients/solomachine/v2/solomachine.d.ts +215 -0
  878. package/lib/types/ibc/lightclients/solomachine/v2/solomachine.js +1430 -0
  879. package/lib/types/ibc/lightclients/solomachine/v3/solomachine.d.ts +111 -0
  880. package/lib/types/ibc/lightclients/solomachine/v3/solomachine.js +753 -0
  881. package/lib/types/ibc/lightclients/tendermint/v1/tendermint.d.ts +130 -0
  882. package/lib/types/ibc/lightclients/tendermint/v1/tendermint.js +657 -0
  883. package/lib/types/ibc/lightclients/wasm/v1/genesis.d.ts +33 -0
  884. package/lib/types/ibc/lightclients/wasm/v1/genesis.js +142 -0
  885. package/lib/types/ibc/lightclients/wasm/v1/query.d.ts +67 -0
  886. package/lib/types/ibc/lightclients/wasm/v1/query.js +283 -0
  887. package/lib/types/ibc/lightclients/wasm/v1/tx.d.ts +86 -0
  888. package/lib/types/ibc/lightclients/wasm/v1/tx.js +420 -0
  889. package/lib/types/ibc/lightclients/wasm/v1/wasm.d.ts +59 -0
  890. package/lib/types/ibc/lightclients/wasm/v1/wasm.js +279 -0
  891. package/lib/types/tendermint/abci/types.d.ts +552 -0
  892. package/lib/types/tendermint/abci/types.js +5136 -0
  893. package/lib/types/tendermint/crypto/keys.d.ts +27 -0
  894. package/lib/types/tendermint/crypto/keys.js +104 -0
  895. package/lib/types/tendermint/crypto/proof.d.ts +57 -0
  896. package/lib/types/tendermint/crypto/proof.js +429 -0
  897. package/lib/types/tendermint/libs/bits/types.d.ts +26 -0
  898. package/lib/types/tendermint/libs/bits/types.js +98 -0
  899. package/lib/types/tendermint/p2p/types.d.ts +49 -0
  900. package/lib/types/tendermint/p2p/types.js +451 -0
  901. package/lib/types/tendermint/types/block.d.ts +30 -0
  902. package/lib/types/tendermint/types/block.js +117 -0
  903. package/lib/types/tendermint/types/evidence.d.ts +50 -0
  904. package/lib/types/tendermint/types/evidence.js +412 -0
  905. package/lib/types/tendermint/types/params.d.ts +112 -0
  906. package/lib/types/tendermint/types/params.js +527 -0
  907. package/lib/types/tendermint/types/types.d.ts +197 -0
  908. package/lib/types/tendermint/types/types.js +1782 -0
  909. package/lib/types/tendermint/types/validator.d.ts +54 -0
  910. package/lib/types/tendermint/types/validator.js +352 -0
  911. package/lib/types/tendermint/version/types.d.ts +41 -0
  912. package/lib/types/tendermint/version/types.js +157 -0
  913. package/modules.ts +2 -2
  914. package/package.json +20 -14
  915. package/tsconfig.json +12 -10
  916. package/types/amino/amino.ts +9 -0
  917. package/types/capability/v1/capability.ts +263 -0
  918. package/types/capability/v1/genesis.ts +220 -0
  919. package/types/cardchain/cardchain/card.ts +712 -0
  920. package/types/cardchain/cardchain/card_content.ts +116 -0
  921. package/types/cardchain/cardchain/card_with_image.ts +134 -0
  922. package/types/cardchain/cardchain/council.ts +502 -0
  923. package/types/cardchain/cardchain/encounter.ts +307 -0
  924. package/types/cardchain/cardchain/encounter_with_image.ts +119 -0
  925. package/types/cardchain/cardchain/genesis.ts +403 -0
  926. package/types/cardchain/cardchain/image.ts +122 -0
  927. package/types/cardchain/cardchain/match.ts +453 -0
  928. package/types/cardchain/cardchain/module/module.ts +99 -0
  929. package/types/cardchain/cardchain/params.ts +544 -0
  930. package/types/cardchain/cardchain/query.ts +3786 -0
  931. package/types/cardchain/cardchain/running_average.ts +116 -0
  932. package/types/cardchain/cardchain/sell_offer.ts +224 -0
  933. package/types/cardchain/cardchain/server.ts +144 -0
  934. package/types/cardchain/cardchain/set.ts +537 -0
  935. package/types/cardchain/cardchain/set_with_artwork.ts +142 -0
  936. package/types/cardchain/cardchain/tx.ts +8053 -0
  937. package/types/cardchain/cardchain/user.ts +955 -0
  938. package/types/cardchain/cardchain/voting.ts +328 -0
  939. package/types/cardchain/cardchain/voting_results.ts +227 -0
  940. package/types/cardchain/cardchain/zealy.ts +116 -0
  941. package/types/cardchain/featureflag/flag.ts +133 -0
  942. package/types/cardchain/featureflag/genesis.ts +226 -0
  943. package/types/cardchain/featureflag/module/module.ts +99 -0
  944. package/types/cardchain/featureflag/params.ts +78 -0
  945. package/types/cardchain/featureflag/query.ts +445 -0
  946. package/types/cardchain/featureflag/tx.ts +373 -0
  947. package/types/cosmos/app/runtime/v1alpha1/module.ts +389 -0
  948. package/types/cosmos/app/v1alpha1/config.ts +346 -0
  949. package/types/cosmos/app/v1alpha1/module.ts +348 -0
  950. package/types/cosmos/app/v1alpha1/query.ts +175 -0
  951. package/types/cosmos/auth/module/v1/module.ts +229 -0
  952. package/types/cosmos/auth/v1beta1/auth.ts +531 -0
  953. package/types/cosmos/auth/v1beta1/genesis.ts +125 -0
  954. package/types/cosmos/auth/v1beta1/query.ts +1564 -0
  955. package/types/cosmos/auth/v1beta1/tx.ts +213 -0
  956. package/types/cosmos/authz/module/v1/module.ts +78 -0
  957. package/types/cosmos/authz/v1beta1/authz.ts +411 -0
  958. package/types/cosmos/authz/v1beta1/event.ts +241 -0
  959. package/types/cosmos/authz/v1beta1/genesis.ts +101 -0
  960. package/types/cosmos/authz/v1beta1/query.ts +643 -0
  961. package/types/cosmos/authz/v1beta1/tx.ts +574 -0
  962. package/types/cosmos/autocli/v1/options.ts +1049 -0
  963. package/types/cosmos/autocli/v1/query.ts +291 -0
  964. package/types/cosmos/bank/module/v1/module.ts +150 -0
  965. package/types/cosmos/bank/v1beta1/authz.ts +129 -0
  966. package/types/cosmos/bank/v1beta1/bank.ts +775 -0
  967. package/types/cosmos/bank/v1beta1/genesis.ts +277 -0
  968. package/types/cosmos/bank/v1beta1/query.ts +2424 -0
  969. package/types/cosmos/bank/v1beta1/tx.ts +697 -0
  970. package/types/cosmos/base/abci/v1beta1/abci.ts +1469 -0
  971. package/types/cosmos/base/node/v1beta1/query.ts +485 -0
  972. package/types/cosmos/base/query/v1beta1/pagination.ts +336 -0
  973. package/types/cosmos/base/reflection/v1beta1/reflection.ts +328 -0
  974. package/types/cosmos/base/reflection/v2alpha1/reflection.ts +2092 -0
  975. package/types/cosmos/base/tendermint/v1beta1/query.ts +2025 -0
  976. package/types/cosmos/base/tendermint/v1beta1/types.ts +548 -0
  977. package/types/cosmos/base/v1beta1/coin.ts +209 -0
  978. package/types/cosmos/circuit/module/v1/module.ts +99 -0
  979. package/types/cosmos/circuit/v1/query.ts +476 -0
  980. package/types/cosmos/circuit/v1/tx.ts +576 -0
  981. package/types/cosmos/circuit/v1/types.ts +362 -0
  982. package/types/cosmos/consensus/module/v1/module.ts +99 -0
  983. package/types/cosmos/consensus/v1/query.ts +181 -0
  984. package/types/cosmos/consensus/v1/tx.ts +271 -0
  985. package/types/cosmos/crisis/module/v1/module.ts +119 -0
  986. package/types/cosmos/crisis/v1beta1/genesis.ts +105 -0
  987. package/types/cosmos/crisis/v1beta1/tx.ts +367 -0
  988. package/types/cosmos/crypto/ed25519/keys.ts +195 -0
  989. package/types/cosmos/crypto/hd/v1/hd.ts +178 -0
  990. package/types/cosmos/crypto/keyring/v1/record.ts +440 -0
  991. package/types/cosmos/crypto/multisig/keys.ts +124 -0
  992. package/types/cosmos/crypto/multisig/v1beta1/multisig.ts +218 -0
  993. package/types/cosmos/crypto/secp256k1/keys.ts +192 -0
  994. package/types/cosmos/crypto/secp256r1/keys.ts +193 -0
  995. package/types/cosmos/distribution/module/v1/module.ts +118 -0
  996. package/types/cosmos/distribution/v1beta1/distribution.ts +1177 -0
  997. package/types/cosmos/distribution/v1beta1/genesis.ts +1028 -0
  998. package/types/cosmos/distribution/v1beta1/query.ts +1700 -0
  999. package/types/cosmos/distribution/v1beta1/tx.ts +1178 -0
  1000. package/types/cosmos/evidence/module/v1/module.ts +78 -0
  1001. package/types/cosmos/evidence/v1beta1/evidence.ts +194 -0
  1002. package/types/cosmos/evidence/v1beta1/genesis.ts +98 -0
  1003. package/types/cosmos/evidence/v1beta1/query.ts +414 -0
  1004. package/types/cosmos/evidence/v1beta1/tx.ts +243 -0
  1005. package/types/cosmos/feegrant/module/v1/module.ts +78 -0
  1006. package/types/cosmos/feegrant/v1beta1/feegrant.ts +513 -0
  1007. package/types/cosmos/feegrant/v1beta1/genesis.ts +101 -0
  1008. package/types/cosmos/feegrant/v1beta1/query.ts +597 -0
  1009. package/types/cosmos/feegrant/v1beta1/tx.ts +496 -0
  1010. package/types/cosmos/genutil/module/v1/module.ts +78 -0
  1011. package/types/cosmos/genutil/v1beta1/genesis.ts +122 -0
  1012. package/types/cosmos/gov/module/v1/module.ts +133 -0
  1013. package/types/cosmos/gov/v1/genesis.ts +313 -0
  1014. package/types/cosmos/gov/v1/gov.ts +1712 -0
  1015. package/types/cosmos/gov/v1/query.ts +1605 -0
  1016. package/types/cosmos/gov/v1/tx.ts +1387 -0
  1017. package/types/cosmos/gov/v1beta1/genesis.ts +241 -0
  1018. package/types/cosmos/gov/v1beta1/gov.ts +1273 -0
  1019. package/types/cosmos/gov/v1beta1/query.ts +1441 -0
  1020. package/types/cosmos/gov/v1beta1/tx.ts +738 -0
  1021. package/types/cosmos/group/module/v1/module.ts +141 -0
  1022. package/types/cosmos/group/v1/events.ts +795 -0
  1023. package/types/cosmos/group/v1/genesis.ts +265 -0
  1024. package/types/cosmos/group/v1/query.ts +2441 -0
  1025. package/types/cosmos/group/v1/tx.ts +2631 -0
  1026. package/types/cosmos/group/v1/types.ts +1850 -0
  1027. package/types/cosmos/ics23/v1/proofs.ts +1731 -0
  1028. package/types/cosmos/mint/module/v1/module.ts +118 -0
  1029. package/types/cosmos/mint/v1beta1/genesis.ts +126 -0
  1030. package/types/cosmos/mint/v1beta1/mint.ts +293 -0
  1031. package/types/cosmos/mint/v1beta1/query.ts +453 -0
  1032. package/types/cosmos/mint/v1beta1/tx.ts +213 -0
  1033. package/types/cosmos/msg/textual/v1/textual.ts +9 -0
  1034. package/types/cosmos/msg/v1/msg.ts +9 -0
  1035. package/types/cosmos/nft/module/v1/module.ts +78 -0
  1036. package/types/cosmos/nft/v1beta1/event.ts +359 -0
  1037. package/types/cosmos/nft/v1beta1/genesis.ts +204 -0
  1038. package/types/cosmos/nft/v1beta1/nft.ts +348 -0
  1039. package/types/cosmos/nft/v1beta1/query.ts +1173 -0
  1040. package/types/cosmos/nft/v1beta1/tx.ts +228 -0
  1041. package/types/cosmos/orm/module/v1alpha1/module.ts +82 -0
  1042. package/types/cosmos/orm/query/v1alpha1/query.ts +933 -0
  1043. package/types/cosmos/orm/v1/orm.ts +453 -0
  1044. package/types/cosmos/orm/v1alpha1/schema.ts +321 -0
  1045. package/types/cosmos/params/module/v1/module.ts +78 -0
  1046. package/types/cosmos/params/v1beta1/params.ts +236 -0
  1047. package/types/cosmos/params/v1beta1/query.ts +439 -0
  1048. package/types/cosmos/query/v1/query.ts +9 -0
  1049. package/types/cosmos/reflection/v1/reflection.ts +179 -0
  1050. package/types/cosmos/slashing/module/v1/module.ts +99 -0
  1051. package/types/cosmos/slashing/v1beta1/genesis.ts +424 -0
  1052. package/types/cosmos/slashing/v1beta1/query.ts +487 -0
  1053. package/types/cosmos/slashing/v1beta1/slashing.ts +422 -0
  1054. package/types/cosmos/slashing/v1beta1/tx.ts +336 -0
  1055. package/types/cosmos/staking/module/v1/module.ts +161 -0
  1056. package/types/cosmos/staking/v1beta1/authz.ts +306 -0
  1057. package/types/cosmos/staking/v1beta1/genesis.ts +377 -0
  1058. package/types/cosmos/staking/v1beta1/query.ts +2540 -0
  1059. package/types/cosmos/staking/v1beta1/staking.ts +2576 -0
  1060. package/types/cosmos/staking/v1beta1/tx.ts +1433 -0
  1061. package/types/cosmos/store/internal/kv/v1beta1/kv.ts +205 -0
  1062. package/types/cosmos/store/snapshots/v1/snapshot.ts +746 -0
  1063. package/types/cosmos/store/streaming/abci/grpc.ts +367 -0
  1064. package/types/cosmos/store/v1beta1/commit_info.ts +370 -0
  1065. package/types/cosmos/store/v1beta1/listening.ts +301 -0
  1066. package/types/cosmos/tx/config/v1/config.ts +125 -0
  1067. package/types/cosmos/tx/signing/v1beta1/signing.ts +630 -0
  1068. package/types/cosmos/tx/v1beta1/service.ts +1889 -0
  1069. package/types/cosmos/tx/v1beta1/tx.ts +1657 -0
  1070. package/types/cosmos/upgrade/module/v1/module.ts +99 -0
  1071. package/types/cosmos/upgrade/v1beta1/query.ts +819 -0
  1072. package/types/cosmos/upgrade/v1beta1/tx.ts +340 -0
  1073. package/types/cosmos/upgrade/v1beta1/upgrade.ts +525 -0
  1074. package/types/cosmos/vesting/module/v1/module.ts +78 -0
  1075. package/types/cosmos/vesting/v1beta1/tx.ts +640 -0
  1076. package/types/cosmos/vesting/v1beta1/vesting.ts +624 -0
  1077. package/types/cosmos_proto/cosmos.ts +307 -0
  1078. package/types/gogoproto/gogo.ts +9 -0
  1079. package/types/google/api/annotations.ts +9 -0
  1080. package/types/google/api/http.ts +770 -0
  1081. package/types/google/protobuf/any.ts +259 -0
  1082. package/types/google/protobuf/descriptor.ts +6642 -0
  1083. package/types/google/protobuf/duration.ts +200 -0
  1084. package/types/google/protobuf/timestamp.ts +229 -0
  1085. package/types/ibc/applications/fee/v1/ack.ts +166 -0
  1086. package/types/ibc/applications/fee/v1/fee.ts +403 -0
  1087. package/types/ibc/applications/fee/v1/genesis.ts +571 -0
  1088. package/types/ibc/applications/fee/v1/metadata.ts +122 -0
  1089. package/types/ibc/applications/fee/v1/query.ts +1757 -0
  1090. package/types/ibc/applications/fee/v1/tx.ts +781 -0
  1091. package/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +104 -0
  1092. package/types/ibc/applications/interchain_accounts/controller/v1/query.ts +333 -0
  1093. package/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +619 -0
  1094. package/types/ibc/applications/interchain_accounts/genesis/v1/genesis.ts +590 -0
  1095. package/types/ibc/applications/interchain_accounts/host/v1/host.ts +242 -0
  1096. package/types/ibc/applications/interchain_accounts/host/v1/query.ts +175 -0
  1097. package/types/ibc/applications/interchain_accounts/host/v1/tx.ts +416 -0
  1098. package/types/ibc/applications/interchain_accounts/v1/account.ts +120 -0
  1099. package/types/ibc/applications/interchain_accounts/v1/metadata.ts +199 -0
  1100. package/types/ibc/applications/interchain_accounts/v1/packet.ts +264 -0
  1101. package/types/ibc/applications/transfer/v1/authz.ts +254 -0
  1102. package/types/ibc/applications/transfer/v1/genesis.ts +165 -0
  1103. package/types/ibc/applications/transfer/v1/query.ts +934 -0
  1104. package/types/ibc/applications/transfer/v1/transfer.ts +220 -0
  1105. package/types/ibc/applications/transfer/v1/tx.ts +505 -0
  1106. package/types/ibc/applications/transfer/v2/packet.ts +177 -0
  1107. package/types/ibc/core/channel/v1/channel.ts +1358 -0
  1108. package/types/ibc/core/channel/v1/genesis.ts +377 -0
  1109. package/types/ibc/core/channel/v1/query.ts +3781 -0
  1110. package/types/ibc/core/channel/v1/tx.ts +4424 -0
  1111. package/types/ibc/core/channel/v1/upgrade.ts +348 -0
  1112. package/types/ibc/core/client/v1/client.ts +753 -0
  1113. package/types/ibc/core/client/v1/genesis.ts +423 -0
  1114. package/types/ibc/core/client/v1/query.ts +1898 -0
  1115. package/types/ibc/core/client/v1/tx.ts +1301 -0
  1116. package/types/ibc/core/commitment/v1/commitment.ts +336 -0
  1117. package/types/ibc/core/connection/v1/connection.ts +840 -0
  1118. package/types/ibc/core/connection/v1/genesis.ts +172 -0
  1119. package/types/ibc/core/connection/v1/query.ts +1243 -0
  1120. package/types/ibc/core/connection/v1/tx.ts +1352 -0
  1121. package/types/ibc/core/types/v1/genesis.ts +150 -0
  1122. package/types/ibc/lightclients/localhost/v2/localhost.ts +102 -0
  1123. package/types/ibc/lightclients/solomachine/v2/solomachine.ts +1765 -0
  1124. package/types/ibc/lightclients/solomachine/v3/solomachine.ts +945 -0
  1125. package/types/ibc/lightclients/tendermint/v1/tendermint.ts +853 -0
  1126. package/types/ibc/lightclients/wasm/v1/genesis.ts +192 -0
  1127. package/types/ibc/lightclients/wasm/v1/query.ts +377 -0
  1128. package/types/ibc/lightclients/wasm/v1/tx.ts +550 -0
  1129. package/types/ibc/lightclients/wasm/v1/wasm.ts +370 -0
  1130. package/types/tendermint/abci/types.ts +6103 -0
  1131. package/types/tendermint/crypto/keys.ts +142 -0
  1132. package/types/tendermint/crypto/proof.ts +533 -0
  1133. package/types/tendermint/libs/bits/types.ts +139 -0
  1134. package/types/tendermint/p2p/types.ts +544 -0
  1135. package/types/tendermint/types/block.ts +158 -0
  1136. package/types/tendermint/types/evidence.ts +502 -0
  1137. package/types/tendermint/types/params.ts +701 -0
  1138. package/types/tendermint/types/types.ts +2133 -0
  1139. package/types/tendermint/types/validator.ts +424 -0
  1140. package/types/tendermint/version/types.ts +218 -0
  1141. package/DecentralCardGame.cardchain.cardchain/index.js +0 -5
  1142. package/DecentralCardGame.cardchain.cardchain/index.ts +0 -6
  1143. package/DecentralCardGame.cardchain.cardchain/module.js +0 -1228
  1144. package/DecentralCardGame.cardchain.cardchain/module.ts +0 -1778
  1145. package/DecentralCardGame.cardchain.cardchain/registry.js +0 -89
  1146. package/DecentralCardGame.cardchain.cardchain/registry.ts +0 -93
  1147. package/DecentralCardGame.cardchain.cardchain/rest.js +0 -411
  1148. package/DecentralCardGame.cardchain.cardchain/rest.ts +0 -1030
  1149. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.js +0 -2
  1150. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.ts +0 -3
  1151. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.js +0 -32
  1152. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.ts +0 -61
  1153. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.js +0 -737
  1154. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.ts +0 -825
  1155. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.js +0 -102
  1156. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.ts +0 -134
  1157. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.js +0 -350
  1158. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.ts +0 -409
  1159. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.js +0 -254
  1160. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.ts +0 -281
  1161. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.js +0 -88
  1162. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.ts +0 -115
  1163. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.js +0 -308
  1164. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.ts +0 -355
  1165. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.js +0 -67
  1166. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.ts +0 -92
  1167. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.js +0 -73
  1168. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.ts +0 -102
  1169. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.js +0 -314
  1170. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.ts +0 -367
  1171. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.js +0 -1986
  1172. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.ts +0 -2401
  1173. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.js +0 -85
  1174. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.ts +0 -111
  1175. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.js +0 -148
  1176. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.ts +0 -183
  1177. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.js +0 -93
  1178. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.ts +0 -124
  1179. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.js +0 -551
  1180. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.ts +0 -626
  1181. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.js +0 -93
  1182. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.ts +0 -124
  1183. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.js +0 -4458
  1184. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.ts +0 -5478
  1185. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.js +0 -630
  1186. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.ts +0 -702
  1187. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.js +0 -337
  1188. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.ts +0 -399
  1189. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1190. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1191. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.js +0 -192
  1192. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.ts +0 -261
  1193. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.js +0 -171
  1194. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.ts +0 -247
  1195. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.js +0 -2
  1196. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.ts +0 -2
  1197. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.js +0 -2
  1198. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.ts +0 -2
  1199. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.js +0 -260
  1200. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.ts +0 -589
  1201. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.js +0 -2830
  1202. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.ts +0 -3753
  1203. package/DecentralCardGame.cardchain.cardchain/types.js +0 -25
  1204. package/DecentralCardGame.cardchain.cardchain/types.ts +0 -53
  1205. package/DecentralCardGame.cardchain.featureflag/index.js +0 -5
  1206. package/DecentralCardGame.cardchain.featureflag/index.ts +0 -6
  1207. package/DecentralCardGame.cardchain.featureflag/module.js +0 -62
  1208. package/DecentralCardGame.cardchain.featureflag/module.ts +0 -102
  1209. package/DecentralCardGame.cardchain.featureflag/rest.js +0 -128
  1210. package/DecentralCardGame.cardchain.featureflag/rest.ts +0 -222
  1211. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.js +0 -67
  1212. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.ts +0 -92
  1213. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.js +0 -135
  1214. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.ts +0 -172
  1215. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.js +0 -36
  1216. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.ts +0 -58
  1217. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.js +0 -76
  1218. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.ts +0 -102
  1219. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.js +0 -279
  1220. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.ts +0 -371
  1221. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.js +0 -7
  1222. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.ts +0 -17
  1223. package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1224. package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1225. package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.js +0 -2
  1226. package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.ts +0 -2
  1227. package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.js +0 -2
  1228. package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.ts +0 -2
  1229. package/DecentralCardGame.cardchain.featureflag/types/google/api/http.js +0 -260
  1230. package/DecentralCardGame.cardchain.featureflag/types/google/api/http.ts +0 -589
  1231. package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.js +0 -2830
  1232. package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.ts +0 -3753
  1233. package/DecentralCardGame.cardchain.featureflag/types.js +0 -4
  1234. package/DecentralCardGame.cardchain.featureflag/types.ts +0 -11
  1235. package/README.md +0 -16
  1236. package/client.js +0 -137
  1237. package/cosmos.auth.v1beta1/index.js +0 -5
  1238. package/cosmos.auth.v1beta1/module.js +0 -62
  1239. package/cosmos.auth.v1beta1/rest.js +0 -213
  1240. package/cosmos.auth.v1beta1/types/amino/amino.js +0 -2
  1241. package/cosmos.auth.v1beta1/types/amino/amino.ts +0 -2
  1242. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
  1243. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
  1244. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.js +0 -67
  1245. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.ts +0 -95
  1246. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.js +0 -868
  1247. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.ts +0 -1212
  1248. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.js +0 -105
  1249. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.ts +0 -172
  1250. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1251. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1252. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1253. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1254. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1255. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1256. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1257. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1258. package/cosmos.auth.v1beta1/types/gogoproto/gogo.js +0 -2
  1259. package/cosmos.auth.v1beta1/types/gogoproto/gogo.ts +0 -2
  1260. package/cosmos.auth.v1beta1/types/google/api/annotations.js +0 -2
  1261. package/cosmos.auth.v1beta1/types/google/api/annotations.ts +0 -2
  1262. package/cosmos.auth.v1beta1/types/google/api/http.js +0 -260
  1263. package/cosmos.auth.v1beta1/types/google/api/http.ts +0 -589
  1264. package/cosmos.auth.v1beta1/types/google/protobuf/any.js +0 -99
  1265. package/cosmos.auth.v1beta1/types/google/protobuf/any.ts +0 -240
  1266. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1267. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1268. package/cosmos.auth.v1beta1/types.js +0 -4
  1269. package/cosmos.authz.v1beta1/index.js +0 -5
  1270. package/cosmos.authz.v1beta1/module.js +0 -140
  1271. package/cosmos.authz.v1beta1/registry.js +0 -9
  1272. package/cosmos.authz.v1beta1/rest.js +0 -131
  1273. package/cosmos.authz.v1beta1/types/amino/amino.js +0 -2
  1274. package/cosmos.authz.v1beta1/types/amino/amino.ts +0 -2
  1275. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.js +0 -244
  1276. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.ts +0 -325
  1277. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.js +0 -128
  1278. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.ts +0 -175
  1279. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.js +0 -54
  1280. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.ts +0 -78
  1281. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.js +0 -394
  1282. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.ts +0 -516
  1283. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.js +0 -362
  1284. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.ts +0 -493
  1285. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1286. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1287. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1288. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1289. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1290. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1291. package/cosmos.authz.v1beta1/types/gogoproto/gogo.js +0 -2
  1292. package/cosmos.authz.v1beta1/types/gogoproto/gogo.ts +0 -2
  1293. package/cosmos.authz.v1beta1/types/google/api/annotations.js +0 -2
  1294. package/cosmos.authz.v1beta1/types/google/api/annotations.ts +0 -2
  1295. package/cosmos.authz.v1beta1/types/google/api/http.js +0 -260
  1296. package/cosmos.authz.v1beta1/types/google/api/http.ts +0 -589
  1297. package/cosmos.authz.v1beta1/types/google/protobuf/any.js +0 -99
  1298. package/cosmos.authz.v1beta1/types/google/protobuf/any.ts +0 -240
  1299. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1300. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1301. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1302. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1303. package/cosmos.authz.v1beta1/types.js +0 -7
  1304. package/cosmos.bank.v1beta1/index.js +0 -5
  1305. package/cosmos.bank.v1beta1/module.js +0 -125
  1306. package/cosmos.bank.v1beta1/registry.js +0 -7
  1307. package/cosmos.bank.v1beta1/rest.js +0 -222
  1308. package/cosmos.bank.v1beta1/types/amino/amino.js +0 -2
  1309. package/cosmos.bank.v1beta1/types/amino/amino.ts +0 -2
  1310. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.js +0 -50
  1311. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.ts +0 -77
  1312. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.js +0 -455
  1313. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.ts +0 -604
  1314. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.js +0 -154
  1315. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.ts +0 -203
  1316. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.js +0 -1014
  1317. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.ts +0 -1366
  1318. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.js +0 -219
  1319. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.ts +0 -289
  1320. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1321. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1322. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1323. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1324. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1325. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1326. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1327. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1328. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1329. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1330. package/cosmos.bank.v1beta1/types/gogoproto/gogo.js +0 -2
  1331. package/cosmos.bank.v1beta1/types/gogoproto/gogo.ts +0 -2
  1332. package/cosmos.bank.v1beta1/types/google/api/annotations.js +0 -2
  1333. package/cosmos.bank.v1beta1/types/google/api/annotations.ts +0 -2
  1334. package/cosmos.bank.v1beta1/types/google/api/http.js +0 -260
  1335. package/cosmos.bank.v1beta1/types/google/api/http.ts +0 -589
  1336. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1337. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1338. package/cosmos.bank.v1beta1/types.js +0 -11
  1339. package/cosmos.base.tendermint.v1beta1/index.js +0 -5
  1340. package/cosmos.base.tendermint.v1beta1/module.js +0 -70
  1341. package/cosmos.base.tendermint.v1beta1/rest.js +0 -209
  1342. package/cosmos.base.tendermint.v1beta1/types/amino/amino.js +0 -2
  1343. package/cosmos.base.tendermint.v1beta1/types/amino/amino.ts +0 -2
  1344. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1345. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1346. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.js +0 -1281
  1347. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.ts +0 -1646
  1348. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.js +0 -350
  1349. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.ts +0 -442
  1350. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1351. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1352. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.js +0 -2
  1353. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.ts +0 -2
  1354. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.js +0 -2
  1355. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.ts +0 -2
  1356. package/cosmos.base.tendermint.v1beta1/types/google/api/http.js +0 -260
  1357. package/cosmos.base.tendermint.v1beta1/types/google/api/http.ts +0 -589
  1358. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.js +0 -99
  1359. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.ts +0 -240
  1360. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1361. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1362. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1363. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1364. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1365. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1366. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1367. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1368. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.js +0 -352
  1369. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.ts +0 -423
  1370. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.js +0 -86
  1371. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.ts +0 -112
  1372. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.js +0 -343
  1373. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.ts +0 -412
  1374. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.js +0 -1207
  1375. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.ts +0 -1452
  1376. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.js +0 -254
  1377. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.ts +0 -308
  1378. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.js +0 -133
  1379. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.ts +0 -184
  1380. package/cosmos.base.tendermint.v1beta1/types.js +0 -8
  1381. package/cosmos.consensus.v1/index.js +0 -5
  1382. package/cosmos.consensus.v1/module.js +0 -81
  1383. package/cosmos.consensus.v1/registry.js +0 -5
  1384. package/cosmos.consensus.v1/rest.js +0 -100
  1385. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.js +0 -94
  1386. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.ts +0 -147
  1387. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.js +0 -129
  1388. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.ts +0 -196
  1389. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.js +0 -2
  1390. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1391. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.js +0 -171
  1392. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.ts +0 -247
  1393. package/cosmos.consensus.v1/types/gogoproto/gogo.js +0 -2
  1394. package/cosmos.consensus.v1/types/gogoproto/gogo.ts +0 -2
  1395. package/cosmos.consensus.v1/types/google/api/annotations.js +0 -2
  1396. package/cosmos.consensus.v1/types/google/api/annotations.ts +0 -2
  1397. package/cosmos.consensus.v1/types/google/api/http.js +0 -260
  1398. package/cosmos.consensus.v1/types/google/api/http.ts +0 -589
  1399. package/cosmos.consensus.v1/types/google/protobuf/descriptor.js +0 -2830
  1400. package/cosmos.consensus.v1/types/google/protobuf/descriptor.ts +0 -3753
  1401. package/cosmos.consensus.v1/types/google/protobuf/duration.js +0 -84
  1402. package/cosmos.consensus.v1/types/google/protobuf/duration.ts +0 -187
  1403. package/cosmos.consensus.v1/types/tendermint/types/params.js +0 -369
  1404. package/cosmos.consensus.v1/types/tendermint/types/params.ts +0 -498
  1405. package/cosmos.crisis.v1beta1/index.js +0 -5
  1406. package/cosmos.crisis.v1beta1/module.js +0 -81
  1407. package/cosmos.crisis.v1beta1/registry.js +0 -5
  1408. package/cosmos.crisis.v1beta1/rest.js +0 -83
  1409. package/cosmos.crisis.v1beta1/types/amino/amino.js +0 -2
  1410. package/cosmos.crisis.v1beta1/types/amino/amino.ts +0 -2
  1411. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1412. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1413. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.js +0 -51
  1414. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.ts +0 -79
  1415. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.js +0 -111
  1416. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.ts +0 -159
  1417. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1418. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1419. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1420. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1421. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.js +0 -2
  1422. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.ts +0 -2
  1423. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1424. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1425. package/cosmos.distribution.v1beta1/index.js +0 -5
  1426. package/cosmos.distribution.v1beta1/module.js +0 -189
  1427. package/cosmos.distribution.v1beta1/registry.js +0 -11
  1428. package/cosmos.distribution.v1beta1/rest.js +0 -214
  1429. package/cosmos.distribution.v1beta1/types/amino/amino.js +0 -2
  1430. package/cosmos.distribution.v1beta1/types/amino/amino.ts +0 -2
  1431. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1432. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1433. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1434. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1435. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.js +0 -737
  1436. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.ts +0 -945
  1437. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.js +0 -656
  1438. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.ts +0 -849
  1439. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.js +0 -926
  1440. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.ts +0 -1289
  1441. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.js +0 -396
  1442. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.ts +0 -550
  1443. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1444. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1445. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1446. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1447. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.js +0 -2
  1448. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.ts +0 -2
  1449. package/cosmos.distribution.v1beta1/types/google/api/annotations.js +0 -2
  1450. package/cosmos.distribution.v1beta1/types/google/api/annotations.ts +0 -2
  1451. package/cosmos.distribution.v1beta1/types/google/api/http.js +0 -260
  1452. package/cosmos.distribution.v1beta1/types/google/api/http.ts +0 -589
  1453. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1454. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1455. package/cosmos.distribution.v1beta1/types.js +0 -20
  1456. package/cosmos.evidence.v1beta1/index.js +0 -5
  1457. package/cosmos.evidence.v1beta1/module.js +0 -84
  1458. package/cosmos.evidence.v1beta1/registry.js +0 -5
  1459. package/cosmos.evidence.v1beta1/rest.js +0 -115
  1460. package/cosmos.evidence.v1beta1/types/amino/amino.js +0 -2
  1461. package/cosmos.evidence.v1beta1/types/amino/amino.ts +0 -2
  1462. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1463. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1464. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.js +0 -124
  1465. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.ts +0 -161
  1466. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.js +0 -50
  1467. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.ts +0 -73
  1468. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.js +0 -254
  1469. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.ts +0 -343
  1470. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.js +0 -154
  1471. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.ts +0 -213
  1472. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1473. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1474. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1475. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1476. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.js +0 -2
  1477. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.ts +0 -2
  1478. package/cosmos.evidence.v1beta1/types/google/api/annotations.js +0 -2
  1479. package/cosmos.evidence.v1beta1/types/google/api/annotations.ts +0 -2
  1480. package/cosmos.evidence.v1beta1/types/google/api/http.js +0 -260
  1481. package/cosmos.evidence.v1beta1/types/google/api/http.ts +0 -589
  1482. package/cosmos.evidence.v1beta1/types/google/protobuf/any.js +0 -99
  1483. package/cosmos.evidence.v1beta1/types/google/protobuf/any.ts +0 -240
  1484. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1485. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1486. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1487. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1488. package/cosmos.evidence.v1beta1/types.js +0 -2
  1489. package/cosmos.feegrant.v1beta1/index.js +0 -5
  1490. package/cosmos.feegrant.v1beta1/module.js +0 -113
  1491. package/cosmos.feegrant.v1beta1/registry.js +0 -7
  1492. package/cosmos.feegrant.v1beta1/rest.js +0 -130
  1493. package/cosmos.feegrant.v1beta1/types/amino/amino.js +0 -2
  1494. package/cosmos.feegrant.v1beta1/types/amino/amino.ts +0 -2
  1495. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1496. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1497. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1498. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1499. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.js +0 -307
  1500. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.ts +0 -409
  1501. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.js +0 -52
  1502. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.ts +0 -76
  1503. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.js +0 -357
  1504. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.ts +0 -484
  1505. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.js +0 -205
  1506. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.ts +0 -294
  1507. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1508. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1509. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1510. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1511. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.js +0 -2
  1512. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.ts +0 -2
  1513. package/cosmos.feegrant.v1beta1/types/google/api/annotations.js +0 -2
  1514. package/cosmos.feegrant.v1beta1/types/google/api/annotations.ts +0 -2
  1515. package/cosmos.feegrant.v1beta1/types/google/api/http.js +0 -260
  1516. package/cosmos.feegrant.v1beta1/types/google/api/http.ts +0 -589
  1517. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.js +0 -99
  1518. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.ts +0 -240
  1519. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1520. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1521. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.js +0 -84
  1522. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.ts +0 -187
  1523. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1524. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1525. package/cosmos.feegrant.v1beta1/types.js +0 -5
  1526. package/cosmos.gov.v1/index.js +0 -5
  1527. package/cosmos.gov.v1/module.js +0 -167
  1528. package/cosmos.gov.v1/registry.js +0 -11
  1529. package/cosmos.gov.v1/rest.js +0 -242
  1530. package/cosmos.gov.v1/types/amino/amino.js +0 -2
  1531. package/cosmos.gov.v1/types/amino/amino.ts +0 -2
  1532. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1533. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1534. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.js +0 -192
  1535. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1536. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.js +0 -162
  1537. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.ts +0 -208
  1538. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.js +0 -766
  1539. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.ts +0 -925
  1540. package/cosmos.gov.v1/types/cosmos/gov/v1/query.js +0 -917
  1541. package/cosmos.gov.v1/types/cosmos/gov/v1/query.ts +0 -1202
  1542. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.js +0 -590
  1543. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.ts +0 -763
  1544. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.js +0 -2
  1545. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1546. package/cosmos.gov.v1/types/cosmos_proto/cosmos.js +0 -171
  1547. package/cosmos.gov.v1/types/cosmos_proto/cosmos.ts +0 -247
  1548. package/cosmos.gov.v1/types/gogoproto/gogo.js +0 -2
  1549. package/cosmos.gov.v1/types/gogoproto/gogo.ts +0 -2
  1550. package/cosmos.gov.v1/types/google/api/annotations.js +0 -2
  1551. package/cosmos.gov.v1/types/google/api/annotations.ts +0 -2
  1552. package/cosmos.gov.v1/types/google/api/http.js +0 -260
  1553. package/cosmos.gov.v1/types/google/api/http.ts +0 -589
  1554. package/cosmos.gov.v1/types/google/protobuf/any.js +0 -99
  1555. package/cosmos.gov.v1/types/google/protobuf/any.ts +0 -240
  1556. package/cosmos.gov.v1/types/google/protobuf/descriptor.js +0 -2830
  1557. package/cosmos.gov.v1/types/google/protobuf/descriptor.ts +0 -3753
  1558. package/cosmos.gov.v1/types/google/protobuf/duration.js +0 -84
  1559. package/cosmos.gov.v1/types/google/protobuf/duration.ts +0 -187
  1560. package/cosmos.gov.v1/types/google/protobuf/timestamp.js +0 -84
  1561. package/cosmos.gov.v1/types/google/protobuf/timestamp.ts +0 -216
  1562. package/cosmos.gov.v1/types.js +0 -9
  1563. package/cosmos.gov.v1beta1/index.js +0 -5
  1564. package/cosmos.gov.v1beta1/module.js +0 -169
  1565. package/cosmos.gov.v1beta1/registry.js +0 -11
  1566. package/cosmos.gov.v1beta1/rest.js +0 -242
  1567. package/cosmos.gov.v1beta1/types/amino/amino.js +0 -2
  1568. package/cosmos.gov.v1beta1/types/amino/amino.ts +0 -2
  1569. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1570. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1571. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1572. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1573. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.js +0 -162
  1574. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.ts +0 -206
  1575. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.js +0 -832
  1576. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.ts +0 -1015
  1577. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.js +0 -917
  1578. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.ts +0 -1200
  1579. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.js +0 -467
  1580. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.ts +0 -612
  1581. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1582. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1583. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1584. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1585. package/cosmos.gov.v1beta1/types/gogoproto/gogo.js +0 -2
  1586. package/cosmos.gov.v1beta1/types/gogoproto/gogo.ts +0 -2
  1587. package/cosmos.gov.v1beta1/types/google/api/annotations.js +0 -2
  1588. package/cosmos.gov.v1beta1/types/google/api/annotations.ts +0 -2
  1589. package/cosmos.gov.v1beta1/types/google/api/http.js +0 -260
  1590. package/cosmos.gov.v1beta1/types/google/api/http.ts +0 -589
  1591. package/cosmos.gov.v1beta1/types/google/protobuf/any.js +0 -99
  1592. package/cosmos.gov.v1beta1/types/google/protobuf/any.ts +0 -240
  1593. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1594. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1595. package/cosmos.gov.v1beta1/types/google/protobuf/duration.js +0 -84
  1596. package/cosmos.gov.v1beta1/types/google/protobuf/duration.ts +0 -187
  1597. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1598. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1599. package/cosmos.gov.v1beta1/types.js +0 -10
  1600. package/cosmos.group.v1/index.js +0 -5
  1601. package/cosmos.group.v1/module.js +0 -423
  1602. package/cosmos.group.v1/registry.js +0 -31
  1603. package/cosmos.group.v1/rest.js +0 -366
  1604. package/cosmos.group.v1/types/amino/amino.js +0 -2
  1605. package/cosmos.group.v1/types/amino/amino.ts +0 -2
  1606. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1607. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1608. package/cosmos.group.v1/types/cosmos/group/v1/events.js +0 -497
  1609. package/cosmos.group.v1/types/cosmos/group/v1/events.ts +0 -656
  1610. package/cosmos.group.v1/types/cosmos/group/v1/genesis.js +0 -177
  1611. package/cosmos.group.v1/types/cosmos/group/v1/genesis.ts +0 -228
  1612. package/cosmos.group.v1/types/cosmos/group/v1/query.js +0 -1578
  1613. package/cosmos.group.v1/types/cosmos/group/v1/query.ts +0 -2047
  1614. package/cosmos.group.v1/types/cosmos/group/v1/tx.js +0 -1621
  1615. package/cosmos.group.v1/types/cosmos/group/v1/tx.ts +0 -2113
  1616. package/cosmos.group.v1/types/cosmos/group/v1/types.js +0 -1105
  1617. package/cosmos.group.v1/types/cosmos/group/v1/types.ts +0 -1422
  1618. package/cosmos.group.v1/types/cosmos/msg/v1/msg.js +0 -2
  1619. package/cosmos.group.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1620. package/cosmos.group.v1/types/cosmos_proto/cosmos.js +0 -171
  1621. package/cosmos.group.v1/types/cosmos_proto/cosmos.ts +0 -247
  1622. package/cosmos.group.v1/types/gogoproto/gogo.js +0 -2
  1623. package/cosmos.group.v1/types/gogoproto/gogo.ts +0 -2
  1624. package/cosmos.group.v1/types/google/api/annotations.js +0 -2
  1625. package/cosmos.group.v1/types/google/api/annotations.ts +0 -2
  1626. package/cosmos.group.v1/types/google/api/http.js +0 -260
  1627. package/cosmos.group.v1/types/google/api/http.ts +0 -589
  1628. package/cosmos.group.v1/types/google/protobuf/any.js +0 -99
  1629. package/cosmos.group.v1/types/google/protobuf/any.ts +0 -240
  1630. package/cosmos.group.v1/types/google/protobuf/descriptor.js +0 -2830
  1631. package/cosmos.group.v1/types/google/protobuf/descriptor.ts +0 -3753
  1632. package/cosmos.group.v1/types/google/protobuf/duration.js +0 -84
  1633. package/cosmos.group.v1/types/google/protobuf/duration.ts +0 -187
  1634. package/cosmos.group.v1/types/google/protobuf/timestamp.js +0 -84
  1635. package/cosmos.group.v1/types/google/protobuf/timestamp.ts +0 -216
  1636. package/cosmos.group.v1/types.js +0 -22
  1637. package/cosmos.mint.v1beta1/index.js +0 -5
  1638. package/cosmos.mint.v1beta1/module.js +0 -60
  1639. package/cosmos.mint.v1beta1/rest.js +0 -128
  1640. package/cosmos.mint.v1beta1/types/amino/amino.js +0 -2
  1641. package/cosmos.mint.v1beta1/types/amino/amino.ts +0 -2
  1642. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.js +0 -63
  1643. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.ts +0 -92
  1644. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.js +0 -179
  1645. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.ts +0 -234
  1646. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.js +0 -298
  1647. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.ts +0 -412
  1648. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.js +0 -105
  1649. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.ts +0 -172
  1650. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1651. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1652. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1653. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1654. package/cosmos.mint.v1beta1/types/gogoproto/gogo.js +0 -2
  1655. package/cosmos.mint.v1beta1/types/gogoproto/gogo.ts +0 -2
  1656. package/cosmos.mint.v1beta1/types/google/api/annotations.js +0 -2
  1657. package/cosmos.mint.v1beta1/types/google/api/annotations.ts +0 -2
  1658. package/cosmos.mint.v1beta1/types/google/api/http.js +0 -260
  1659. package/cosmos.mint.v1beta1/types/google/api/http.ts +0 -589
  1660. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1661. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1662. package/cosmos.mint.v1beta1/types.js +0 -3
  1663. package/cosmos.nft.v1beta1/index.js +0 -5
  1664. package/cosmos.nft.v1beta1/module.js +0 -68
  1665. package/cosmos.nft.v1beta1/registry.js +0 -2
  1666. package/cosmos.nft.v1beta1/rest.js +0 -187
  1667. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1668. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1669. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1670. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1671. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.js +0 -198
  1672. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.ts +0 -251
  1673. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.js +0 -126
  1674. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.ts +0 -163
  1675. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.js +0 -183
  1676. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.ts +0 -240
  1677. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.js +0 -752
  1678. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.ts +0 -964
  1679. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.js +0 -120
  1680. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.ts +0 -173
  1681. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1682. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1683. package/cosmos.nft.v1beta1/types/google/api/annotations.js +0 -2
  1684. package/cosmos.nft.v1beta1/types/google/api/annotations.ts +0 -2
  1685. package/cosmos.nft.v1beta1/types/google/api/http.js +0 -260
  1686. package/cosmos.nft.v1beta1/types/google/api/http.ts +0 -589
  1687. package/cosmos.nft.v1beta1/types/google/protobuf/any.js +0 -99
  1688. package/cosmos.nft.v1beta1/types/google/protobuf/any.ts +0 -240
  1689. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1690. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1691. package/cosmos.nft.v1beta1/types.js +0 -7
  1692. package/cosmos.params.v1beta1/index.js +0 -5
  1693. package/cosmos.params.v1beta1/module.js +0 -62
  1694. package/cosmos.params.v1beta1/registry.js +0 -2
  1695. package/cosmos.params.v1beta1/rest.js +0 -116
  1696. package/cosmos.params.v1beta1/types/amino/amino.js +0 -2
  1697. package/cosmos.params.v1beta1/types/amino/amino.ts +0 -2
  1698. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.js +0 -133
  1699. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.ts +0 -174
  1700. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.js +0 -257
  1701. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.ts +0 -364
  1702. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1703. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1704. package/cosmos.params.v1beta1/types/gogoproto/gogo.js +0 -2
  1705. package/cosmos.params.v1beta1/types/gogoproto/gogo.ts +0 -2
  1706. package/cosmos.params.v1beta1/types/google/api/annotations.js +0 -2
  1707. package/cosmos.params.v1beta1/types/google/api/annotations.ts +0 -2
  1708. package/cosmos.params.v1beta1/types/google/api/http.js +0 -260
  1709. package/cosmos.params.v1beta1/types/google/api/http.ts +0 -589
  1710. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1711. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1712. package/cosmos.params.v1beta1/types.js +0 -4
  1713. package/cosmos.slashing.v1beta1/index.js +0 -5
  1714. package/cosmos.slashing.v1beta1/module.js +0 -92
  1715. package/cosmos.slashing.v1beta1/registry.js +0 -5
  1716. package/cosmos.slashing.v1beta1/rest.js +0 -129
  1717. package/cosmos.slashing.v1beta1/types/amino/amino.js +0 -2
  1718. package/cosmos.slashing.v1beta1/types/amino/amino.ts +0 -2
  1719. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1720. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1721. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1722. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1723. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.js +0 -279
  1724. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.ts +0 -364
  1725. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.js +0 -300
  1726. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.ts +0 -411
  1727. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.js +0 -275
  1728. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.ts +0 -352
  1729. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.js +0 -91
  1730. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.ts +0 -141
  1731. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1732. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1733. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.js +0 -2
  1734. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.ts +0 -2
  1735. package/cosmos.slashing.v1beta1/types/google/api/annotations.js +0 -2
  1736. package/cosmos.slashing.v1beta1/types/google/api/annotations.ts +0 -2
  1737. package/cosmos.slashing.v1beta1/types/google/api/http.js +0 -260
  1738. package/cosmos.slashing.v1beta1/types/google/api/http.ts +0 -589
  1739. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1740. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1741. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.js +0 -84
  1742. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.ts +0 -187
  1743. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1744. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1745. package/cosmos.slashing.v1beta1/types.js +0 -6
  1746. package/cosmos.staking.v1beta1/index.js +0 -5
  1747. package/cosmos.staking.v1beta1/module.js +0 -243
  1748. package/cosmos.staking.v1beta1/registry.js +0 -15
  1749. package/cosmos.staking.v1beta1/rest.js +0 -308
  1750. package/cosmos.staking.v1beta1/types/amino/amino.js +0 -2
  1751. package/cosmos.staking.v1beta1/types/amino/amino.ts +0 -2
  1752. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1753. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1754. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1755. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1756. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1757. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1758. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1759. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1760. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.js +0 -184
  1761. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.ts +0 -245
  1762. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.js +0 -259
  1763. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.ts +0 -322
  1764. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.js +0 -1568
  1765. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.ts +0 -2109
  1766. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.js +0 -1436
  1767. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.ts +0 -1829
  1768. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.js +0 -768
  1769. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.ts +0 -1005
  1770. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1771. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1772. package/cosmos.staking.v1beta1/types/gogoproto/gogo.js +0 -2
  1773. package/cosmos.staking.v1beta1/types/gogoproto/gogo.ts +0 -2
  1774. package/cosmos.staking.v1beta1/types/google/api/annotations.js +0 -2
  1775. package/cosmos.staking.v1beta1/types/google/api/annotations.ts +0 -2
  1776. package/cosmos.staking.v1beta1/types/google/api/http.js +0 -260
  1777. package/cosmos.staking.v1beta1/types/google/api/http.ts +0 -589
  1778. package/cosmos.staking.v1beta1/types/google/protobuf/any.js +0 -99
  1779. package/cosmos.staking.v1beta1/types/google/protobuf/any.ts +0 -240
  1780. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1781. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1782. package/cosmos.staking.v1beta1/types/google/protobuf/duration.js +0 -84
  1783. package/cosmos.staking.v1beta1/types/google/protobuf/duration.ts +0 -187
  1784. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1785. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1786. package/cosmos.staking.v1beta1/types/tendermint/abci/types.js +0 -3812
  1787. package/cosmos.staking.v1beta1/types/tendermint/abci/types.ts +0 -4525
  1788. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1789. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1790. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1791. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1792. package/cosmos.staking.v1beta1/types/tendermint/types/params.js +0 -369
  1793. package/cosmos.staking.v1beta1/types/tendermint/types/params.ts +0 -498
  1794. package/cosmos.staking.v1beta1/types/tendermint/types/types.js +0 -1207
  1795. package/cosmos.staking.v1beta1/types/tendermint/types/types.ts +0 -1452
  1796. package/cosmos.staking.v1beta1/types/tendermint/types/validator.js +0 -254
  1797. package/cosmos.staking.v1beta1/types/tendermint/types/validator.ts +0 -308
  1798. package/cosmos.staking.v1beta1/types/tendermint/version/types.js +0 -133
  1799. package/cosmos.staking.v1beta1/types/tendermint/version/types.ts +0 -184
  1800. package/cosmos.staking.v1beta1/types.js +0 -24
  1801. package/cosmos.tx.v1beta1/index.js +0 -5
  1802. package/cosmos.tx.v1beta1/module.js +0 -82
  1803. package/cosmos.tx.v1beta1/registry.js +0 -2
  1804. package/cosmos.tx.v1beta1/rest.js +0 -256
  1805. package/cosmos.tx.v1beta1/types/amino/amino.js +0 -2
  1806. package/cosmos.tx.v1beta1/types/amino/amino.ts +0 -2
  1807. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.js +0 -803
  1808. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.ts +0 -1040
  1809. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1810. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1811. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1812. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1813. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.js +0 -147
  1814. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.ts +0 -195
  1815. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.js +0 -449
  1816. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.ts +0 -556
  1817. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.js +0 -802
  1818. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.ts +0 -1057
  1819. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.js +0 -959
  1820. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.ts +0 -1355
  1821. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1822. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1823. package/cosmos.tx.v1beta1/types/gogoproto/gogo.js +0 -2
  1824. package/cosmos.tx.v1beta1/types/gogoproto/gogo.ts +0 -2
  1825. package/cosmos.tx.v1beta1/types/google/api/annotations.js +0 -2
  1826. package/cosmos.tx.v1beta1/types/google/api/annotations.ts +0 -2
  1827. package/cosmos.tx.v1beta1/types/google/api/http.js +0 -260
  1828. package/cosmos.tx.v1beta1/types/google/api/http.ts +0 -589
  1829. package/cosmos.tx.v1beta1/types/google/protobuf/any.js +0 -99
  1830. package/cosmos.tx.v1beta1/types/google/protobuf/any.ts +0 -240
  1831. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1832. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1833. package/cosmos.tx.v1beta1/types/google/protobuf/duration.js +0 -84
  1834. package/cosmos.tx.v1beta1/types/google/protobuf/duration.ts +0 -187
  1835. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1836. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1837. package/cosmos.tx.v1beta1/types/tendermint/abci/types.js +0 -3486
  1838. package/cosmos.tx.v1beta1/types/tendermint/abci/types.ts +0 -4154
  1839. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1840. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1841. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1842. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1843. package/cosmos.tx.v1beta1/types/tendermint/types/block.js +0 -86
  1844. package/cosmos.tx.v1beta1/types/tendermint/types/block.ts +0 -112
  1845. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.js +0 -343
  1846. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.ts +0 -412
  1847. package/cosmos.tx.v1beta1/types/tendermint/types/params.js +0 -378
  1848. package/cosmos.tx.v1beta1/types/tendermint/types/params.ts +0 -514
  1849. package/cosmos.tx.v1beta1/types/tendermint/types/types.js +0 -1207
  1850. package/cosmos.tx.v1beta1/types/tendermint/types/types.ts +0 -1452
  1851. package/cosmos.tx.v1beta1/types/tendermint/types/validator.js +0 -254
  1852. package/cosmos.tx.v1beta1/types/tendermint/types/validator.ts +0 -308
  1853. package/cosmos.tx.v1beta1/types/tendermint/version/types.js +0 -133
  1854. package/cosmos.tx.v1beta1/types/tendermint/version/types.ts +0 -184
  1855. package/cosmos.tx.v1beta1/types.js +0 -14
  1856. package/cosmos.upgrade.v1beta1/index.js +0 -5
  1857. package/cosmos.upgrade.v1beta1/module.js +0 -113
  1858. package/cosmos.upgrade.v1beta1/registry.js +0 -7
  1859. package/cosmos.upgrade.v1beta1/rest.js +0 -162
  1860. package/cosmos.upgrade.v1beta1/types/amino/amino.js +0 -2
  1861. package/cosmos.upgrade.v1beta1/types/amino/amino.ts +0 -2
  1862. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1863. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1864. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.js +0 -501
  1865. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.ts +0 -728
  1866. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.js +0 -183
  1867. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.ts +0 -284
  1868. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1869. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1870. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1871. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1872. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.js +0 -2
  1873. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.ts +0 -2
  1874. package/cosmos.upgrade.v1beta1/types/google/api/annotations.js +0 -2
  1875. package/cosmos.upgrade.v1beta1/types/google/api/annotations.ts +0 -2
  1876. package/cosmos.upgrade.v1beta1/types/google/api/http.js +0 -260
  1877. package/cosmos.upgrade.v1beta1/types/google/api/http.ts +0 -589
  1878. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.js +0 -99
  1879. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.ts +0 -240
  1880. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1881. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1882. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1883. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1884. package/cosmos.upgrade.v1beta1/types.js +0 -5
  1885. package/cosmos.vesting.v1beta1/index.js +0 -5
  1886. package/cosmos.vesting.v1beta1/module.js +0 -140
  1887. package/cosmos.vesting.v1beta1/registry.js +0 -9
  1888. package/cosmos.vesting.v1beta1/rest.js +0 -83
  1889. package/cosmos.vesting.v1beta1/types/amino/amino.js +0 -2
  1890. package/cosmos.vesting.v1beta1/types/amino/amino.ts +0 -2
  1891. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
  1892. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
  1893. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1894. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1895. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1896. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1897. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.js +0 -383
  1898. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.ts +0 -542
  1899. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.js +0 -422
  1900. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.ts +0 -534
  1901. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1902. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1903. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.js +0 -2
  1904. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.ts +0 -2
  1905. package/cosmos.vesting.v1beta1/types/google/protobuf/any.js +0 -99
  1906. package/cosmos.vesting.v1beta1/types/google/protobuf/any.ts +0 -240
  1907. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1908. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1909. package/cosmos.vesting.v1beta1/types.js +0 -7
  1910. package/ibc.applications.interchain_accounts.controller.v1/index.js +0 -5
  1911. package/ibc.applications.interchain_accounts.controller.v1/module.js +0 -58
  1912. package/ibc.applications.interchain_accounts.controller.v1/registry.js +0 -2
  1913. package/ibc.applications.interchain_accounts.controller.v1/rest.js +0 -123
  1914. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.js +0 -2
  1915. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.ts +0 -2
  1916. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.js +0 -2
  1917. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.ts +0 -2
  1918. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.js +0 -260
  1919. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.ts +0 -589
  1920. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.js +0 -99
  1921. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.ts +0 -240
  1922. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.js +0 -2830
  1923. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.ts +0 -3753
  1924. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -47
  1925. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +0 -75
  1926. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.js +0 -193
  1927. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.ts +0 -274
  1928. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -266
  1929. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +0 -361
  1930. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.js +0 -192
  1931. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.ts +0 -234
  1932. package/ibc.applications.interchain_accounts.controller.v1/types.js +0 -2
  1933. package/ibc.applications.interchain_accounts.host.v1/index.js +0 -5
  1934. package/ibc.applications.interchain_accounts.host.v1/module.js +0 -58
  1935. package/ibc.applications.interchain_accounts.host.v1/registry.js +0 -2
  1936. package/ibc.applications.interchain_accounts.host.v1/rest.js +0 -100
  1937. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.js +0 -2
  1938. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.ts +0 -2
  1939. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.js +0 -2
  1940. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.ts +0 -2
  1941. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.js +0 -260
  1942. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.ts +0 -589
  1943. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.js +0 -2830
  1944. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.ts +0 -3753
  1945. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.js +0 -63
  1946. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.ts +0 -92
  1947. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.js +0 -94
  1948. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.ts +0 -141
  1949. package/ibc.applications.interchain_accounts.host.v1/types.js +0 -2
  1950. package/ibc.applications.transfer.v1/index.js +0 -5
  1951. package/ibc.applications.transfer.v1/module.js +0 -86
  1952. package/ibc.applications.transfer.v1/registry.js +0 -5
  1953. package/ibc.applications.transfer.v1/rest.js +0 -157
  1954. package/ibc.applications.transfer.v1/types/amino/amino.js +0 -2
  1955. package/ibc.applications.transfer.v1/types/amino/amino.ts +0 -2
  1956. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1957. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1958. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.js +0 -192
  1959. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1960. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1961. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1962. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.js +0 -171
  1963. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.ts +0 -247
  1964. package/ibc.applications.transfer.v1/types/gogoproto/gogo.js +0 -2
  1965. package/ibc.applications.transfer.v1/types/gogoproto/gogo.ts +0 -2
  1966. package/ibc.applications.transfer.v1/types/google/api/annotations.js +0 -2
  1967. package/ibc.applications.transfer.v1/types/google/api/annotations.ts +0 -2
  1968. package/ibc.applications.transfer.v1/types/google/api/http.js +0 -260
  1969. package/ibc.applications.transfer.v1/types/google/api/http.ts +0 -589
  1970. package/ibc.applications.transfer.v1/types/google/protobuf/any.js +0 -99
  1971. package/ibc.applications.transfer.v1/types/google/protobuf/any.ts +0 -240
  1972. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.js +0 -2830
  1973. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.ts +0 -3753
  1974. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.js +0 -84
  1975. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.ts +0 -216
  1976. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.js +0 -135
  1977. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.ts +0 -178
  1978. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.js +0 -75
  1979. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.ts +0 -100
  1980. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.js +0 -483
  1981. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.ts +0 -659
  1982. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.js +0 -110
  1983. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.ts +0 -168
  1984. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.js +0 -204
  1985. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.ts +0 -287
  1986. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.js +0 -448
  1987. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.ts +0 -608
  1988. package/ibc.applications.transfer.v1/types.js +0 -3
  1989. package/ibc.core.channel.v1/index.js +0 -5
  1990. package/ibc.core.channel.v1/module.js +0 -75
  1991. package/ibc.core.channel.v1/registry.js +0 -2
  1992. package/ibc.core.channel.v1/rest.js +0 -323
  1993. package/ibc.core.channel.v1/types/amino/amino.js +0 -2
  1994. package/ibc.core.channel.v1/types/amino/amino.ts +0 -2
  1995. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1996. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1997. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1998. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1999. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.js +0 -171
  2000. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.ts +0 -247
  2001. package/ibc.core.channel.v1/types/gogoproto/gogo.js +0 -2
  2002. package/ibc.core.channel.v1/types/gogoproto/gogo.ts +0 -2
  2003. package/ibc.core.channel.v1/types/google/api/annotations.js +0 -2
  2004. package/ibc.core.channel.v1/types/google/api/annotations.ts +0 -2
  2005. package/ibc.core.channel.v1/types/google/api/http.js +0 -260
  2006. package/ibc.core.channel.v1/types/google/api/http.ts +0 -589
  2007. package/ibc.core.channel.v1/types/google/protobuf/any.js +0 -99
  2008. package/ibc.core.channel.v1/types/google/protobuf/any.ts +0 -240
  2009. package/ibc.core.channel.v1/types/google/protobuf/descriptor.js +0 -2830
  2010. package/ibc.core.channel.v1/types/google/protobuf/descriptor.ts +0 -3753
  2011. package/ibc.core.channel.v1/types/google/protobuf/timestamp.js +0 -84
  2012. package/ibc.core.channel.v1/types/google/protobuf/timestamp.ts +0 -216
  2013. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.js +0 -714
  2014. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.ts +0 -905
  2015. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.js +0 -254
  2016. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.ts +0 -301
  2017. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.js +0 -1866
  2018. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.ts +0 -2472
  2019. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.js +0 -1425
  2020. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.ts +0 -1784
  2021. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.js +0 -448
  2022. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.ts +0 -608
  2023. package/ibc.core.channel.v1/types.js +0 -9
  2024. package/ibc.core.client.v1/index.js +0 -5
  2025. package/ibc.core.client.v1/module.js +0 -77
  2026. package/ibc.core.client.v1/registry.js +0 -2
  2027. package/ibc.core.client.v1/rest.js +0 -218
  2028. package/ibc.core.client.v1/types/amino/amino.js +0 -2
  2029. package/ibc.core.client.v1/types/amino/amino.ts +0 -2
  2030. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  2031. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  2032. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  2033. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  2034. package/ibc.core.client.v1/types/cosmos_proto/cosmos.js +0 -171
  2035. package/ibc.core.client.v1/types/cosmos_proto/cosmos.ts +0 -247
  2036. package/ibc.core.client.v1/types/gogoproto/gogo.js +0 -2
  2037. package/ibc.core.client.v1/types/gogoproto/gogo.ts +0 -2
  2038. package/ibc.core.client.v1/types/google/api/annotations.js +0 -2
  2039. package/ibc.core.client.v1/types/google/api/annotations.ts +0 -2
  2040. package/ibc.core.client.v1/types/google/api/http.js +0 -260
  2041. package/ibc.core.client.v1/types/google/api/http.ts +0 -589
  2042. package/ibc.core.client.v1/types/google/protobuf/any.js +0 -99
  2043. package/ibc.core.client.v1/types/google/protobuf/any.ts +0 -240
  2044. package/ibc.core.client.v1/types/google/protobuf/descriptor.js +0 -2830
  2045. package/ibc.core.client.v1/types/google/protobuf/descriptor.ts +0 -3753
  2046. package/ibc.core.client.v1/types/google/protobuf/timestamp.js +0 -84
  2047. package/ibc.core.client.v1/types/google/protobuf/timestamp.ts +0 -216
  2048. package/ibc.core.client.v1/types/ibc/core/client/v1/client.js +0 -448
  2049. package/ibc.core.client.v1/types/ibc/core/client/v1/client.ts +0 -608
  2050. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.js +0 -287
  2051. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.ts +0 -357
  2052. package/ibc.core.client.v1/types/ibc/core/client/v1/query.js +0 -1026
  2053. package/ibc.core.client.v1/types/ibc/core/client/v1/query.ts +0 -1390
  2054. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.js +0 -509
  2055. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.ts +0 -691
  2056. package/ibc.core.client.v1/types.js +0 -10
  2057. package/ibc.core.connection.v1/index.js +0 -5
  2058. package/ibc.core.connection.v1/module.js +0 -73
  2059. package/ibc.core.connection.v1/registry.js +0 -2
  2060. package/ibc.core.connection.v1/rest.js +0 -191
  2061. package/ibc.core.connection.v1/types/amino/amino.js +0 -2
  2062. package/ibc.core.connection.v1/types/amino/amino.ts +0 -2
  2063. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  2064. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  2065. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.js +0 -1126
  2066. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.ts +0 -1408
  2067. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  2068. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  2069. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.js +0 -171
  2070. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.ts +0 -247
  2071. package/ibc.core.connection.v1/types/gogoproto/gogo.js +0 -2
  2072. package/ibc.core.connection.v1/types/gogoproto/gogo.ts +0 -2
  2073. package/ibc.core.connection.v1/types/google/api/annotations.js +0 -2
  2074. package/ibc.core.connection.v1/types/google/api/annotations.ts +0 -2
  2075. package/ibc.core.connection.v1/types/google/api/http.js +0 -260
  2076. package/ibc.core.connection.v1/types/google/api/http.ts +0 -589
  2077. package/ibc.core.connection.v1/types/google/protobuf/any.js +0 -99
  2078. package/ibc.core.connection.v1/types/google/protobuf/any.ts +0 -240
  2079. package/ibc.core.connection.v1/types/google/protobuf/descriptor.js +0 -2830
  2080. package/ibc.core.connection.v1/types/google/protobuf/descriptor.ts +0 -3753
  2081. package/ibc.core.connection.v1/types/google/protobuf/timestamp.js +0 -84
  2082. package/ibc.core.connection.v1/types/google/protobuf/timestamp.ts +0 -216
  2083. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.js +0 -448
  2084. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.ts +0 -608
  2085. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +0 -223
  2086. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.ts +0 -299
  2087. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.js +0 -537
  2088. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.ts +0 -698
  2089. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.js +0 -120
  2090. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.ts +0 -152
  2091. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.js +0 -766
  2092. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.ts +0 -1041
  2093. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +0 -705
  2094. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.ts +0 -908
  2095. package/ibc.core.connection.v1/types/proofs.js +0 -1126
  2096. package/ibc.core.connection.v1/types/proofs.ts +0 -1408
  2097. package/ibc.core.connection.v1/types.js +0 -8
  2098. package/index.js +0 -64
  2099. /package/{DecentralCardGame.cardchain.featureflag → cosmos.base.node.v1beta1}/registry.ts +0 -0
  2100. /package/{DecentralCardGame.cardchain.featureflag → lib/cosmos.base.node.v1beta1}/registry.js +0 -0
  2101. /package/{cosmos.consensus.v1/types.js → lib/cosmos.base.node.v1beta1/types.d.ts} +0 -0
  2102. /package/{cosmos.crisis.v1beta1 → lib/cosmos.base.node.v1beta1}/types.js +0 -0
  2103. /package/{cosmos.auth.v1beta1 → lib/cosmos.base.tendermint.v1beta1}/registry.js +0 -0
  2104. /package/{env.js → lib/cosmos.consensus.v1/types.d.ts} +0 -0
  2105. /package/{modules.js → lib/cosmos.consensus.v1/types.js} +0 -0
  2106. /package/{cosmos.base.tendermint.v1beta1 → lib/cosmos.params.v1beta1}/registry.js +0 -0
  2107. /package/{cosmos.mint.v1beta1 → lib/cosmos.tx.v1beta1}/registry.js +0 -0
  2108. /package/{helpers.js → lib/helpers.js} +0 -0
@@ -0,0 +1,3069 @@
1
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-ts_proto v2.6.1
4
+ // protoc unknown
5
+ // source: cardchain/cardchain/query.proto
6
+ /* eslint-disable */
7
+ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
8
+ import { Coin } from "../../cosmos/base/v1beta1/coin";
9
+ import { cardClassFromJSON, cardClassToJSON, cardRarityFromJSON, cardRarityToJSON, cardStatusFromJSON, cardStatusToJSON, cardTypeFromJSON, cardTypeToJSON, } from "./card";
10
+ import { CardContent } from "./card_content";
11
+ import { CardWithImage } from "./card_with_image";
12
+ import { Council } from "./council";
13
+ import { Encounter } from "./encounter";
14
+ import { EncounterWithImage } from "./encounter_with_image";
15
+ import { Match, outcomeFromJSON, outcomeToJSON } from "./match";
16
+ import { Params } from "./params";
17
+ import { SellOffer, sellOfferStatusFromJSON, sellOfferStatusToJSON } from "./sell_offer";
18
+ import { Server } from "./server";
19
+ import { setStatusFromJSON, setStatusToJSON } from "./set";
20
+ import { SetWithArtwork } from "./set_with_artwork";
21
+ import { User } from "./user";
22
+ import { VotingResults } from "./voting_results";
23
+ export const protobufPackage = "cardchain.cardchain";
24
+ function createBaseQueryParamsRequest() {
25
+ return {};
26
+ }
27
+ export const QueryParamsRequest = {
28
+ encode(_, writer = new BinaryWriter()) {
29
+ return writer;
30
+ },
31
+ decode(input, length) {
32
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
33
+ let end = length === undefined ? reader.len : reader.pos + length;
34
+ const message = createBaseQueryParamsRequest();
35
+ while (reader.pos < end) {
36
+ const tag = reader.uint32();
37
+ switch (tag >>> 3) {
38
+ }
39
+ if ((tag & 7) === 4 || tag === 0) {
40
+ break;
41
+ }
42
+ reader.skip(tag & 7);
43
+ }
44
+ return message;
45
+ },
46
+ fromJSON(_) {
47
+ return {};
48
+ },
49
+ toJSON(_) {
50
+ const obj = {};
51
+ return obj;
52
+ },
53
+ create(base) {
54
+ return QueryParamsRequest.fromPartial(base ?? {});
55
+ },
56
+ fromPartial(_) {
57
+ const message = createBaseQueryParamsRequest();
58
+ return message;
59
+ },
60
+ };
61
+ function createBaseQueryParamsResponse() {
62
+ return { params: undefined };
63
+ }
64
+ export const QueryParamsResponse = {
65
+ encode(message, writer = new BinaryWriter()) {
66
+ if (message.params !== undefined) {
67
+ Params.encode(message.params, writer.uint32(10).fork()).join();
68
+ }
69
+ return writer;
70
+ },
71
+ decode(input, length) {
72
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
73
+ let end = length === undefined ? reader.len : reader.pos + length;
74
+ const message = createBaseQueryParamsResponse();
75
+ while (reader.pos < end) {
76
+ const tag = reader.uint32();
77
+ switch (tag >>> 3) {
78
+ case 1: {
79
+ if (tag !== 10) {
80
+ break;
81
+ }
82
+ message.params = Params.decode(reader, reader.uint32());
83
+ continue;
84
+ }
85
+ }
86
+ if ((tag & 7) === 4 || tag === 0) {
87
+ break;
88
+ }
89
+ reader.skip(tag & 7);
90
+ }
91
+ return message;
92
+ },
93
+ fromJSON(object) {
94
+ return { params: isSet(object.params) ? Params.fromJSON(object.params) : undefined };
95
+ },
96
+ toJSON(message) {
97
+ const obj = {};
98
+ if (message.params !== undefined) {
99
+ obj.params = Params.toJSON(message.params);
100
+ }
101
+ return obj;
102
+ },
103
+ create(base) {
104
+ return QueryParamsResponse.fromPartial(base ?? {});
105
+ },
106
+ fromPartial(object) {
107
+ const message = createBaseQueryParamsResponse();
108
+ message.params = (object.params !== undefined && object.params !== null)
109
+ ? Params.fromPartial(object.params)
110
+ : undefined;
111
+ return message;
112
+ },
113
+ };
114
+ function createBaseQueryCardRequest() {
115
+ return { cardId: 0 };
116
+ }
117
+ export const QueryCardRequest = {
118
+ encode(message, writer = new BinaryWriter()) {
119
+ if (message.cardId !== 0) {
120
+ writer.uint32(8).uint64(message.cardId);
121
+ }
122
+ return writer;
123
+ },
124
+ decode(input, length) {
125
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
126
+ let end = length === undefined ? reader.len : reader.pos + length;
127
+ const message = createBaseQueryCardRequest();
128
+ while (reader.pos < end) {
129
+ const tag = reader.uint32();
130
+ switch (tag >>> 3) {
131
+ case 1: {
132
+ if (tag !== 8) {
133
+ break;
134
+ }
135
+ message.cardId = longToNumber(reader.uint64());
136
+ continue;
137
+ }
138
+ }
139
+ if ((tag & 7) === 4 || tag === 0) {
140
+ break;
141
+ }
142
+ reader.skip(tag & 7);
143
+ }
144
+ return message;
145
+ },
146
+ fromJSON(object) {
147
+ return { cardId: isSet(object.cardId) ? globalThis.Number(object.cardId) : 0 };
148
+ },
149
+ toJSON(message) {
150
+ const obj = {};
151
+ if (message.cardId !== 0) {
152
+ obj.cardId = Math.round(message.cardId);
153
+ }
154
+ return obj;
155
+ },
156
+ create(base) {
157
+ return QueryCardRequest.fromPartial(base ?? {});
158
+ },
159
+ fromPartial(object) {
160
+ const message = createBaseQueryCardRequest();
161
+ message.cardId = object.cardId ?? 0;
162
+ return message;
163
+ },
164
+ };
165
+ function createBaseQueryCardResponse() {
166
+ return { card: undefined };
167
+ }
168
+ export const QueryCardResponse = {
169
+ encode(message, writer = new BinaryWriter()) {
170
+ if (message.card !== undefined) {
171
+ CardWithImage.encode(message.card, writer.uint32(10).fork()).join();
172
+ }
173
+ return writer;
174
+ },
175
+ decode(input, length) {
176
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
177
+ let end = length === undefined ? reader.len : reader.pos + length;
178
+ const message = createBaseQueryCardResponse();
179
+ while (reader.pos < end) {
180
+ const tag = reader.uint32();
181
+ switch (tag >>> 3) {
182
+ case 1: {
183
+ if (tag !== 10) {
184
+ break;
185
+ }
186
+ message.card = CardWithImage.decode(reader, reader.uint32());
187
+ continue;
188
+ }
189
+ }
190
+ if ((tag & 7) === 4 || tag === 0) {
191
+ break;
192
+ }
193
+ reader.skip(tag & 7);
194
+ }
195
+ return message;
196
+ },
197
+ fromJSON(object) {
198
+ return { card: isSet(object.card) ? CardWithImage.fromJSON(object.card) : undefined };
199
+ },
200
+ toJSON(message) {
201
+ const obj = {};
202
+ if (message.card !== undefined) {
203
+ obj.card = CardWithImage.toJSON(message.card);
204
+ }
205
+ return obj;
206
+ },
207
+ create(base) {
208
+ return QueryCardResponse.fromPartial(base ?? {});
209
+ },
210
+ fromPartial(object) {
211
+ const message = createBaseQueryCardResponse();
212
+ message.card = (object.card !== undefined && object.card !== null)
213
+ ? CardWithImage.fromPartial(object.card)
214
+ : undefined;
215
+ return message;
216
+ },
217
+ };
218
+ function createBaseQueryUserRequest() {
219
+ return { address: "" };
220
+ }
221
+ export const QueryUserRequest = {
222
+ encode(message, writer = new BinaryWriter()) {
223
+ if (message.address !== "") {
224
+ writer.uint32(10).string(message.address);
225
+ }
226
+ return writer;
227
+ },
228
+ decode(input, length) {
229
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
230
+ let end = length === undefined ? reader.len : reader.pos + length;
231
+ const message = createBaseQueryUserRequest();
232
+ while (reader.pos < end) {
233
+ const tag = reader.uint32();
234
+ switch (tag >>> 3) {
235
+ case 1: {
236
+ if (tag !== 10) {
237
+ break;
238
+ }
239
+ message.address = reader.string();
240
+ continue;
241
+ }
242
+ }
243
+ if ((tag & 7) === 4 || tag === 0) {
244
+ break;
245
+ }
246
+ reader.skip(tag & 7);
247
+ }
248
+ return message;
249
+ },
250
+ fromJSON(object) {
251
+ return { address: isSet(object.address) ? globalThis.String(object.address) : "" };
252
+ },
253
+ toJSON(message) {
254
+ const obj = {};
255
+ if (message.address !== "") {
256
+ obj.address = message.address;
257
+ }
258
+ return obj;
259
+ },
260
+ create(base) {
261
+ return QueryUserRequest.fromPartial(base ?? {});
262
+ },
263
+ fromPartial(object) {
264
+ const message = createBaseQueryUserRequest();
265
+ message.address = object.address ?? "";
266
+ return message;
267
+ },
268
+ };
269
+ function createBaseQueryUserResponse() {
270
+ return { user: undefined };
271
+ }
272
+ export const QueryUserResponse = {
273
+ encode(message, writer = new BinaryWriter()) {
274
+ if (message.user !== undefined) {
275
+ User.encode(message.user, writer.uint32(10).fork()).join();
276
+ }
277
+ return writer;
278
+ },
279
+ decode(input, length) {
280
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
281
+ let end = length === undefined ? reader.len : reader.pos + length;
282
+ const message = createBaseQueryUserResponse();
283
+ while (reader.pos < end) {
284
+ const tag = reader.uint32();
285
+ switch (tag >>> 3) {
286
+ case 1: {
287
+ if (tag !== 10) {
288
+ break;
289
+ }
290
+ message.user = User.decode(reader, reader.uint32());
291
+ continue;
292
+ }
293
+ }
294
+ if ((tag & 7) === 4 || tag === 0) {
295
+ break;
296
+ }
297
+ reader.skip(tag & 7);
298
+ }
299
+ return message;
300
+ },
301
+ fromJSON(object) {
302
+ return { user: isSet(object.user) ? User.fromJSON(object.user) : undefined };
303
+ },
304
+ toJSON(message) {
305
+ const obj = {};
306
+ if (message.user !== undefined) {
307
+ obj.user = User.toJSON(message.user);
308
+ }
309
+ return obj;
310
+ },
311
+ create(base) {
312
+ return QueryUserResponse.fromPartial(base ?? {});
313
+ },
314
+ fromPartial(object) {
315
+ const message = createBaseQueryUserResponse();
316
+ message.user = (object.user !== undefined && object.user !== null) ? User.fromPartial(object.user) : undefined;
317
+ return message;
318
+ },
319
+ };
320
+ function createBaseQueryCardsRequest() {
321
+ return {
322
+ owner: "",
323
+ status: [],
324
+ cardType: [],
325
+ class: [],
326
+ sortBy: "",
327
+ nameContains: "",
328
+ keywordsContains: "",
329
+ notesContains: "",
330
+ onlyStarterCard: false,
331
+ onlyBalanceAnchors: false,
332
+ rarities: [],
333
+ multiClassOnly: false,
334
+ };
335
+ }
336
+ export const QueryCardsRequest = {
337
+ encode(message, writer = new BinaryWriter()) {
338
+ if (message.owner !== "") {
339
+ writer.uint32(10).string(message.owner);
340
+ }
341
+ writer.uint32(18).fork();
342
+ for (const v of message.status) {
343
+ writer.int32(v);
344
+ }
345
+ writer.join();
346
+ writer.uint32(26).fork();
347
+ for (const v of message.cardType) {
348
+ writer.int32(v);
349
+ }
350
+ writer.join();
351
+ writer.uint32(34).fork();
352
+ for (const v of message.class) {
353
+ writer.int32(v);
354
+ }
355
+ writer.join();
356
+ if (message.sortBy !== "") {
357
+ writer.uint32(42).string(message.sortBy);
358
+ }
359
+ if (message.nameContains !== "") {
360
+ writer.uint32(50).string(message.nameContains);
361
+ }
362
+ if (message.keywordsContains !== "") {
363
+ writer.uint32(58).string(message.keywordsContains);
364
+ }
365
+ if (message.notesContains !== "") {
366
+ writer.uint32(66).string(message.notesContains);
367
+ }
368
+ if (message.onlyStarterCard !== false) {
369
+ writer.uint32(72).bool(message.onlyStarterCard);
370
+ }
371
+ if (message.onlyBalanceAnchors !== false) {
372
+ writer.uint32(80).bool(message.onlyBalanceAnchors);
373
+ }
374
+ writer.uint32(90).fork();
375
+ for (const v of message.rarities) {
376
+ writer.int32(v);
377
+ }
378
+ writer.join();
379
+ if (message.multiClassOnly !== false) {
380
+ writer.uint32(96).bool(message.multiClassOnly);
381
+ }
382
+ return writer;
383
+ },
384
+ decode(input, length) {
385
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
386
+ let end = length === undefined ? reader.len : reader.pos + length;
387
+ const message = createBaseQueryCardsRequest();
388
+ while (reader.pos < end) {
389
+ const tag = reader.uint32();
390
+ switch (tag >>> 3) {
391
+ case 1: {
392
+ if (tag !== 10) {
393
+ break;
394
+ }
395
+ message.owner = reader.string();
396
+ continue;
397
+ }
398
+ case 2: {
399
+ if (tag === 16) {
400
+ message.status.push(reader.int32());
401
+ continue;
402
+ }
403
+ if (tag === 18) {
404
+ const end2 = reader.uint32() + reader.pos;
405
+ while (reader.pos < end2) {
406
+ message.status.push(reader.int32());
407
+ }
408
+ continue;
409
+ }
410
+ break;
411
+ }
412
+ case 3: {
413
+ if (tag === 24) {
414
+ message.cardType.push(reader.int32());
415
+ continue;
416
+ }
417
+ if (tag === 26) {
418
+ const end2 = reader.uint32() + reader.pos;
419
+ while (reader.pos < end2) {
420
+ message.cardType.push(reader.int32());
421
+ }
422
+ continue;
423
+ }
424
+ break;
425
+ }
426
+ case 4: {
427
+ if (tag === 32) {
428
+ message.class.push(reader.int32());
429
+ continue;
430
+ }
431
+ if (tag === 34) {
432
+ const end2 = reader.uint32() + reader.pos;
433
+ while (reader.pos < end2) {
434
+ message.class.push(reader.int32());
435
+ }
436
+ continue;
437
+ }
438
+ break;
439
+ }
440
+ case 5: {
441
+ if (tag !== 42) {
442
+ break;
443
+ }
444
+ message.sortBy = reader.string();
445
+ continue;
446
+ }
447
+ case 6: {
448
+ if (tag !== 50) {
449
+ break;
450
+ }
451
+ message.nameContains = reader.string();
452
+ continue;
453
+ }
454
+ case 7: {
455
+ if (tag !== 58) {
456
+ break;
457
+ }
458
+ message.keywordsContains = reader.string();
459
+ continue;
460
+ }
461
+ case 8: {
462
+ if (tag !== 66) {
463
+ break;
464
+ }
465
+ message.notesContains = reader.string();
466
+ continue;
467
+ }
468
+ case 9: {
469
+ if (tag !== 72) {
470
+ break;
471
+ }
472
+ message.onlyStarterCard = reader.bool();
473
+ continue;
474
+ }
475
+ case 10: {
476
+ if (tag !== 80) {
477
+ break;
478
+ }
479
+ message.onlyBalanceAnchors = reader.bool();
480
+ continue;
481
+ }
482
+ case 11: {
483
+ if (tag === 88) {
484
+ message.rarities.push(reader.int32());
485
+ continue;
486
+ }
487
+ if (tag === 90) {
488
+ const end2 = reader.uint32() + reader.pos;
489
+ while (reader.pos < end2) {
490
+ message.rarities.push(reader.int32());
491
+ }
492
+ continue;
493
+ }
494
+ break;
495
+ }
496
+ case 12: {
497
+ if (tag !== 96) {
498
+ break;
499
+ }
500
+ message.multiClassOnly = reader.bool();
501
+ continue;
502
+ }
503
+ }
504
+ if ((tag & 7) === 4 || tag === 0) {
505
+ break;
506
+ }
507
+ reader.skip(tag & 7);
508
+ }
509
+ return message;
510
+ },
511
+ fromJSON(object) {
512
+ return {
513
+ owner: isSet(object.owner) ? globalThis.String(object.owner) : "",
514
+ status: globalThis.Array.isArray(object?.status) ? object.status.map((e) => cardStatusFromJSON(e)) : [],
515
+ cardType: globalThis.Array.isArray(object?.cardType) ? object.cardType.map((e) => cardTypeFromJSON(e)) : [],
516
+ class: globalThis.Array.isArray(object?.class) ? object.class.map((e) => cardClassFromJSON(e)) : [],
517
+ sortBy: isSet(object.sortBy) ? globalThis.String(object.sortBy) : "",
518
+ nameContains: isSet(object.nameContains) ? globalThis.String(object.nameContains) : "",
519
+ keywordsContains: isSet(object.keywordsContains) ? globalThis.String(object.keywordsContains) : "",
520
+ notesContains: isSet(object.notesContains) ? globalThis.String(object.notesContains) : "",
521
+ onlyStarterCard: isSet(object.onlyStarterCard) ? globalThis.Boolean(object.onlyStarterCard) : false,
522
+ onlyBalanceAnchors: isSet(object.onlyBalanceAnchors) ? globalThis.Boolean(object.onlyBalanceAnchors) : false,
523
+ rarities: globalThis.Array.isArray(object?.rarities)
524
+ ? object.rarities.map((e) => cardRarityFromJSON(e))
525
+ : [],
526
+ multiClassOnly: isSet(object.multiClassOnly) ? globalThis.Boolean(object.multiClassOnly) : false,
527
+ };
528
+ },
529
+ toJSON(message) {
530
+ const obj = {};
531
+ if (message.owner !== "") {
532
+ obj.owner = message.owner;
533
+ }
534
+ if (message.status?.length) {
535
+ obj.status = message.status.map((e) => cardStatusToJSON(e));
536
+ }
537
+ if (message.cardType?.length) {
538
+ obj.cardType = message.cardType.map((e) => cardTypeToJSON(e));
539
+ }
540
+ if (message.class?.length) {
541
+ obj.class = message.class.map((e) => cardClassToJSON(e));
542
+ }
543
+ if (message.sortBy !== "") {
544
+ obj.sortBy = message.sortBy;
545
+ }
546
+ if (message.nameContains !== "") {
547
+ obj.nameContains = message.nameContains;
548
+ }
549
+ if (message.keywordsContains !== "") {
550
+ obj.keywordsContains = message.keywordsContains;
551
+ }
552
+ if (message.notesContains !== "") {
553
+ obj.notesContains = message.notesContains;
554
+ }
555
+ if (message.onlyStarterCard !== false) {
556
+ obj.onlyStarterCard = message.onlyStarterCard;
557
+ }
558
+ if (message.onlyBalanceAnchors !== false) {
559
+ obj.onlyBalanceAnchors = message.onlyBalanceAnchors;
560
+ }
561
+ if (message.rarities?.length) {
562
+ obj.rarities = message.rarities.map((e) => cardRarityToJSON(e));
563
+ }
564
+ if (message.multiClassOnly !== false) {
565
+ obj.multiClassOnly = message.multiClassOnly;
566
+ }
567
+ return obj;
568
+ },
569
+ create(base) {
570
+ return QueryCardsRequest.fromPartial(base ?? {});
571
+ },
572
+ fromPartial(object) {
573
+ const message = createBaseQueryCardsRequest();
574
+ message.owner = object.owner ?? "";
575
+ message.status = object.status?.map((e) => e) || [];
576
+ message.cardType = object.cardType?.map((e) => e) || [];
577
+ message.class = object.class?.map((e) => e) || [];
578
+ message.sortBy = object.sortBy ?? "";
579
+ message.nameContains = object.nameContains ?? "";
580
+ message.keywordsContains = object.keywordsContains ?? "";
581
+ message.notesContains = object.notesContains ?? "";
582
+ message.onlyStarterCard = object.onlyStarterCard ?? false;
583
+ message.onlyBalanceAnchors = object.onlyBalanceAnchors ?? false;
584
+ message.rarities = object.rarities?.map((e) => e) || [];
585
+ message.multiClassOnly = object.multiClassOnly ?? false;
586
+ return message;
587
+ },
588
+ };
589
+ function createBaseQueryCardsResponse() {
590
+ return { cardIds: [] };
591
+ }
592
+ export const QueryCardsResponse = {
593
+ encode(message, writer = new BinaryWriter()) {
594
+ writer.uint32(10).fork();
595
+ for (const v of message.cardIds) {
596
+ writer.uint64(v);
597
+ }
598
+ writer.join();
599
+ return writer;
600
+ },
601
+ decode(input, length) {
602
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
603
+ let end = length === undefined ? reader.len : reader.pos + length;
604
+ const message = createBaseQueryCardsResponse();
605
+ while (reader.pos < end) {
606
+ const tag = reader.uint32();
607
+ switch (tag >>> 3) {
608
+ case 1: {
609
+ if (tag === 8) {
610
+ message.cardIds.push(longToNumber(reader.uint64()));
611
+ continue;
612
+ }
613
+ if (tag === 10) {
614
+ const end2 = reader.uint32() + reader.pos;
615
+ while (reader.pos < end2) {
616
+ message.cardIds.push(longToNumber(reader.uint64()));
617
+ }
618
+ continue;
619
+ }
620
+ break;
621
+ }
622
+ }
623
+ if ((tag & 7) === 4 || tag === 0) {
624
+ break;
625
+ }
626
+ reader.skip(tag & 7);
627
+ }
628
+ return message;
629
+ },
630
+ fromJSON(object) {
631
+ return {
632
+ cardIds: globalThis.Array.isArray(object?.cardIds) ? object.cardIds.map((e) => globalThis.Number(e)) : [],
633
+ };
634
+ },
635
+ toJSON(message) {
636
+ const obj = {};
637
+ if (message.cardIds?.length) {
638
+ obj.cardIds = message.cardIds.map((e) => Math.round(e));
639
+ }
640
+ return obj;
641
+ },
642
+ create(base) {
643
+ return QueryCardsResponse.fromPartial(base ?? {});
644
+ },
645
+ fromPartial(object) {
646
+ const message = createBaseQueryCardsResponse();
647
+ message.cardIds = object.cardIds?.map((e) => e) || [];
648
+ return message;
649
+ },
650
+ };
651
+ function createBaseQueryMatchRequest() {
652
+ return { matchId: 0 };
653
+ }
654
+ export const QueryMatchRequest = {
655
+ encode(message, writer = new BinaryWriter()) {
656
+ if (message.matchId !== 0) {
657
+ writer.uint32(8).uint64(message.matchId);
658
+ }
659
+ return writer;
660
+ },
661
+ decode(input, length) {
662
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
663
+ let end = length === undefined ? reader.len : reader.pos + length;
664
+ const message = createBaseQueryMatchRequest();
665
+ while (reader.pos < end) {
666
+ const tag = reader.uint32();
667
+ switch (tag >>> 3) {
668
+ case 1: {
669
+ if (tag !== 8) {
670
+ break;
671
+ }
672
+ message.matchId = longToNumber(reader.uint64());
673
+ continue;
674
+ }
675
+ }
676
+ if ((tag & 7) === 4 || tag === 0) {
677
+ break;
678
+ }
679
+ reader.skip(tag & 7);
680
+ }
681
+ return message;
682
+ },
683
+ fromJSON(object) {
684
+ return { matchId: isSet(object.matchId) ? globalThis.Number(object.matchId) : 0 };
685
+ },
686
+ toJSON(message) {
687
+ const obj = {};
688
+ if (message.matchId !== 0) {
689
+ obj.matchId = Math.round(message.matchId);
690
+ }
691
+ return obj;
692
+ },
693
+ create(base) {
694
+ return QueryMatchRequest.fromPartial(base ?? {});
695
+ },
696
+ fromPartial(object) {
697
+ const message = createBaseQueryMatchRequest();
698
+ message.matchId = object.matchId ?? 0;
699
+ return message;
700
+ },
701
+ };
702
+ function createBaseQueryMatchResponse() {
703
+ return { match: undefined };
704
+ }
705
+ export const QueryMatchResponse = {
706
+ encode(message, writer = new BinaryWriter()) {
707
+ if (message.match !== undefined) {
708
+ Match.encode(message.match, writer.uint32(10).fork()).join();
709
+ }
710
+ return writer;
711
+ },
712
+ decode(input, length) {
713
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
714
+ let end = length === undefined ? reader.len : reader.pos + length;
715
+ const message = createBaseQueryMatchResponse();
716
+ while (reader.pos < end) {
717
+ const tag = reader.uint32();
718
+ switch (tag >>> 3) {
719
+ case 1: {
720
+ if (tag !== 10) {
721
+ break;
722
+ }
723
+ message.match = Match.decode(reader, reader.uint32());
724
+ continue;
725
+ }
726
+ }
727
+ if ((tag & 7) === 4 || tag === 0) {
728
+ break;
729
+ }
730
+ reader.skip(tag & 7);
731
+ }
732
+ return message;
733
+ },
734
+ fromJSON(object) {
735
+ return { match: isSet(object.match) ? Match.fromJSON(object.match) : undefined };
736
+ },
737
+ toJSON(message) {
738
+ const obj = {};
739
+ if (message.match !== undefined) {
740
+ obj.match = Match.toJSON(message.match);
741
+ }
742
+ return obj;
743
+ },
744
+ create(base) {
745
+ return QueryMatchResponse.fromPartial(base ?? {});
746
+ },
747
+ fromPartial(object) {
748
+ const message = createBaseQueryMatchResponse();
749
+ message.match = (object.match !== undefined && object.match !== null) ? Match.fromPartial(object.match) : undefined;
750
+ return message;
751
+ },
752
+ };
753
+ function createBaseQuerySetRequest() {
754
+ return { setId: 0 };
755
+ }
756
+ export const QuerySetRequest = {
757
+ encode(message, writer = new BinaryWriter()) {
758
+ if (message.setId !== 0) {
759
+ writer.uint32(8).uint64(message.setId);
760
+ }
761
+ return writer;
762
+ },
763
+ decode(input, length) {
764
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
765
+ let end = length === undefined ? reader.len : reader.pos + length;
766
+ const message = createBaseQuerySetRequest();
767
+ while (reader.pos < end) {
768
+ const tag = reader.uint32();
769
+ switch (tag >>> 3) {
770
+ case 1: {
771
+ if (tag !== 8) {
772
+ break;
773
+ }
774
+ message.setId = longToNumber(reader.uint64());
775
+ continue;
776
+ }
777
+ }
778
+ if ((tag & 7) === 4 || tag === 0) {
779
+ break;
780
+ }
781
+ reader.skip(tag & 7);
782
+ }
783
+ return message;
784
+ },
785
+ fromJSON(object) {
786
+ return { setId: isSet(object.setId) ? globalThis.Number(object.setId) : 0 };
787
+ },
788
+ toJSON(message) {
789
+ const obj = {};
790
+ if (message.setId !== 0) {
791
+ obj.setId = Math.round(message.setId);
792
+ }
793
+ return obj;
794
+ },
795
+ create(base) {
796
+ return QuerySetRequest.fromPartial(base ?? {});
797
+ },
798
+ fromPartial(object) {
799
+ const message = createBaseQuerySetRequest();
800
+ message.setId = object.setId ?? 0;
801
+ return message;
802
+ },
803
+ };
804
+ function createBaseQuerySetResponse() {
805
+ return { set: undefined };
806
+ }
807
+ export const QuerySetResponse = {
808
+ encode(message, writer = new BinaryWriter()) {
809
+ if (message.set !== undefined) {
810
+ SetWithArtwork.encode(message.set, writer.uint32(10).fork()).join();
811
+ }
812
+ return writer;
813
+ },
814
+ decode(input, length) {
815
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
816
+ let end = length === undefined ? reader.len : reader.pos + length;
817
+ const message = createBaseQuerySetResponse();
818
+ while (reader.pos < end) {
819
+ const tag = reader.uint32();
820
+ switch (tag >>> 3) {
821
+ case 1: {
822
+ if (tag !== 10) {
823
+ break;
824
+ }
825
+ message.set = SetWithArtwork.decode(reader, reader.uint32());
826
+ continue;
827
+ }
828
+ }
829
+ if ((tag & 7) === 4 || tag === 0) {
830
+ break;
831
+ }
832
+ reader.skip(tag & 7);
833
+ }
834
+ return message;
835
+ },
836
+ fromJSON(object) {
837
+ return { set: isSet(object.set) ? SetWithArtwork.fromJSON(object.set) : undefined };
838
+ },
839
+ toJSON(message) {
840
+ const obj = {};
841
+ if (message.set !== undefined) {
842
+ obj.set = SetWithArtwork.toJSON(message.set);
843
+ }
844
+ return obj;
845
+ },
846
+ create(base) {
847
+ return QuerySetResponse.fromPartial(base ?? {});
848
+ },
849
+ fromPartial(object) {
850
+ const message = createBaseQuerySetResponse();
851
+ message.set = (object.set !== undefined && object.set !== null)
852
+ ? SetWithArtwork.fromPartial(object.set)
853
+ : undefined;
854
+ return message;
855
+ },
856
+ };
857
+ function createBaseQuerySellOfferRequest() {
858
+ return { sellOfferId: 0 };
859
+ }
860
+ export const QuerySellOfferRequest = {
861
+ encode(message, writer = new BinaryWriter()) {
862
+ if (message.sellOfferId !== 0) {
863
+ writer.uint32(8).uint64(message.sellOfferId);
864
+ }
865
+ return writer;
866
+ },
867
+ decode(input, length) {
868
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
869
+ let end = length === undefined ? reader.len : reader.pos + length;
870
+ const message = createBaseQuerySellOfferRequest();
871
+ while (reader.pos < end) {
872
+ const tag = reader.uint32();
873
+ switch (tag >>> 3) {
874
+ case 1: {
875
+ if (tag !== 8) {
876
+ break;
877
+ }
878
+ message.sellOfferId = longToNumber(reader.uint64());
879
+ continue;
880
+ }
881
+ }
882
+ if ((tag & 7) === 4 || tag === 0) {
883
+ break;
884
+ }
885
+ reader.skip(tag & 7);
886
+ }
887
+ return message;
888
+ },
889
+ fromJSON(object) {
890
+ return { sellOfferId: isSet(object.sellOfferId) ? globalThis.Number(object.sellOfferId) : 0 };
891
+ },
892
+ toJSON(message) {
893
+ const obj = {};
894
+ if (message.sellOfferId !== 0) {
895
+ obj.sellOfferId = Math.round(message.sellOfferId);
896
+ }
897
+ return obj;
898
+ },
899
+ create(base) {
900
+ return QuerySellOfferRequest.fromPartial(base ?? {});
901
+ },
902
+ fromPartial(object) {
903
+ const message = createBaseQuerySellOfferRequest();
904
+ message.sellOfferId = object.sellOfferId ?? 0;
905
+ return message;
906
+ },
907
+ };
908
+ function createBaseQuerySellOfferResponse() {
909
+ return { sellOffer: undefined };
910
+ }
911
+ export const QuerySellOfferResponse = {
912
+ encode(message, writer = new BinaryWriter()) {
913
+ if (message.sellOffer !== undefined) {
914
+ SellOffer.encode(message.sellOffer, writer.uint32(10).fork()).join();
915
+ }
916
+ return writer;
917
+ },
918
+ decode(input, length) {
919
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
920
+ let end = length === undefined ? reader.len : reader.pos + length;
921
+ const message = createBaseQuerySellOfferResponse();
922
+ while (reader.pos < end) {
923
+ const tag = reader.uint32();
924
+ switch (tag >>> 3) {
925
+ case 1: {
926
+ if (tag !== 10) {
927
+ break;
928
+ }
929
+ message.sellOffer = SellOffer.decode(reader, reader.uint32());
930
+ continue;
931
+ }
932
+ }
933
+ if ((tag & 7) === 4 || tag === 0) {
934
+ break;
935
+ }
936
+ reader.skip(tag & 7);
937
+ }
938
+ return message;
939
+ },
940
+ fromJSON(object) {
941
+ return { sellOffer: isSet(object.sellOffer) ? SellOffer.fromJSON(object.sellOffer) : undefined };
942
+ },
943
+ toJSON(message) {
944
+ const obj = {};
945
+ if (message.sellOffer !== undefined) {
946
+ obj.sellOffer = SellOffer.toJSON(message.sellOffer);
947
+ }
948
+ return obj;
949
+ },
950
+ create(base) {
951
+ return QuerySellOfferResponse.fromPartial(base ?? {});
952
+ },
953
+ fromPartial(object) {
954
+ const message = createBaseQuerySellOfferResponse();
955
+ message.sellOffer = (object.sellOffer !== undefined && object.sellOffer !== null)
956
+ ? SellOffer.fromPartial(object.sellOffer)
957
+ : undefined;
958
+ return message;
959
+ },
960
+ };
961
+ function createBaseQueryCouncilRequest() {
962
+ return { councilId: 0 };
963
+ }
964
+ export const QueryCouncilRequest = {
965
+ encode(message, writer = new BinaryWriter()) {
966
+ if (message.councilId !== 0) {
967
+ writer.uint32(8).uint64(message.councilId);
968
+ }
969
+ return writer;
970
+ },
971
+ decode(input, length) {
972
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
973
+ let end = length === undefined ? reader.len : reader.pos + length;
974
+ const message = createBaseQueryCouncilRequest();
975
+ while (reader.pos < end) {
976
+ const tag = reader.uint32();
977
+ switch (tag >>> 3) {
978
+ case 1: {
979
+ if (tag !== 8) {
980
+ break;
981
+ }
982
+ message.councilId = longToNumber(reader.uint64());
983
+ continue;
984
+ }
985
+ }
986
+ if ((tag & 7) === 4 || tag === 0) {
987
+ break;
988
+ }
989
+ reader.skip(tag & 7);
990
+ }
991
+ return message;
992
+ },
993
+ fromJSON(object) {
994
+ return { councilId: isSet(object.councilId) ? globalThis.Number(object.councilId) : 0 };
995
+ },
996
+ toJSON(message) {
997
+ const obj = {};
998
+ if (message.councilId !== 0) {
999
+ obj.councilId = Math.round(message.councilId);
1000
+ }
1001
+ return obj;
1002
+ },
1003
+ create(base) {
1004
+ return QueryCouncilRequest.fromPartial(base ?? {});
1005
+ },
1006
+ fromPartial(object) {
1007
+ const message = createBaseQueryCouncilRequest();
1008
+ message.councilId = object.councilId ?? 0;
1009
+ return message;
1010
+ },
1011
+ };
1012
+ function createBaseQueryCouncilResponse() {
1013
+ return { council: undefined };
1014
+ }
1015
+ export const QueryCouncilResponse = {
1016
+ encode(message, writer = new BinaryWriter()) {
1017
+ if (message.council !== undefined) {
1018
+ Council.encode(message.council, writer.uint32(10).fork()).join();
1019
+ }
1020
+ return writer;
1021
+ },
1022
+ decode(input, length) {
1023
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1024
+ let end = length === undefined ? reader.len : reader.pos + length;
1025
+ const message = createBaseQueryCouncilResponse();
1026
+ while (reader.pos < end) {
1027
+ const tag = reader.uint32();
1028
+ switch (tag >>> 3) {
1029
+ case 1: {
1030
+ if (tag !== 10) {
1031
+ break;
1032
+ }
1033
+ message.council = Council.decode(reader, reader.uint32());
1034
+ continue;
1035
+ }
1036
+ }
1037
+ if ((tag & 7) === 4 || tag === 0) {
1038
+ break;
1039
+ }
1040
+ reader.skip(tag & 7);
1041
+ }
1042
+ return message;
1043
+ },
1044
+ fromJSON(object) {
1045
+ return { council: isSet(object.council) ? Council.fromJSON(object.council) : undefined };
1046
+ },
1047
+ toJSON(message) {
1048
+ const obj = {};
1049
+ if (message.council !== undefined) {
1050
+ obj.council = Council.toJSON(message.council);
1051
+ }
1052
+ return obj;
1053
+ },
1054
+ create(base) {
1055
+ return QueryCouncilResponse.fromPartial(base ?? {});
1056
+ },
1057
+ fromPartial(object) {
1058
+ const message = createBaseQueryCouncilResponse();
1059
+ message.council = (object.council !== undefined && object.council !== null)
1060
+ ? Council.fromPartial(object.council)
1061
+ : undefined;
1062
+ return message;
1063
+ },
1064
+ };
1065
+ function createBaseQueryServerRequest() {
1066
+ return { serverId: 0 };
1067
+ }
1068
+ export const QueryServerRequest = {
1069
+ encode(message, writer = new BinaryWriter()) {
1070
+ if (message.serverId !== 0) {
1071
+ writer.uint32(8).uint64(message.serverId);
1072
+ }
1073
+ return writer;
1074
+ },
1075
+ decode(input, length) {
1076
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1077
+ let end = length === undefined ? reader.len : reader.pos + length;
1078
+ const message = createBaseQueryServerRequest();
1079
+ while (reader.pos < end) {
1080
+ const tag = reader.uint32();
1081
+ switch (tag >>> 3) {
1082
+ case 1: {
1083
+ if (tag !== 8) {
1084
+ break;
1085
+ }
1086
+ message.serverId = longToNumber(reader.uint64());
1087
+ continue;
1088
+ }
1089
+ }
1090
+ if ((tag & 7) === 4 || tag === 0) {
1091
+ break;
1092
+ }
1093
+ reader.skip(tag & 7);
1094
+ }
1095
+ return message;
1096
+ },
1097
+ fromJSON(object) {
1098
+ return { serverId: isSet(object.serverId) ? globalThis.Number(object.serverId) : 0 };
1099
+ },
1100
+ toJSON(message) {
1101
+ const obj = {};
1102
+ if (message.serverId !== 0) {
1103
+ obj.serverId = Math.round(message.serverId);
1104
+ }
1105
+ return obj;
1106
+ },
1107
+ create(base) {
1108
+ return QueryServerRequest.fromPartial(base ?? {});
1109
+ },
1110
+ fromPartial(object) {
1111
+ const message = createBaseQueryServerRequest();
1112
+ message.serverId = object.serverId ?? 0;
1113
+ return message;
1114
+ },
1115
+ };
1116
+ function createBaseQueryServerResponse() {
1117
+ return { server: undefined };
1118
+ }
1119
+ export const QueryServerResponse = {
1120
+ encode(message, writer = new BinaryWriter()) {
1121
+ if (message.server !== undefined) {
1122
+ Server.encode(message.server, writer.uint32(10).fork()).join();
1123
+ }
1124
+ return writer;
1125
+ },
1126
+ decode(input, length) {
1127
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1128
+ let end = length === undefined ? reader.len : reader.pos + length;
1129
+ const message = createBaseQueryServerResponse();
1130
+ while (reader.pos < end) {
1131
+ const tag = reader.uint32();
1132
+ switch (tag >>> 3) {
1133
+ case 1: {
1134
+ if (tag !== 10) {
1135
+ break;
1136
+ }
1137
+ message.server = Server.decode(reader, reader.uint32());
1138
+ continue;
1139
+ }
1140
+ }
1141
+ if ((tag & 7) === 4 || tag === 0) {
1142
+ break;
1143
+ }
1144
+ reader.skip(tag & 7);
1145
+ }
1146
+ return message;
1147
+ },
1148
+ fromJSON(object) {
1149
+ return { server: isSet(object.server) ? Server.fromJSON(object.server) : undefined };
1150
+ },
1151
+ toJSON(message) {
1152
+ const obj = {};
1153
+ if (message.server !== undefined) {
1154
+ obj.server = Server.toJSON(message.server);
1155
+ }
1156
+ return obj;
1157
+ },
1158
+ create(base) {
1159
+ return QueryServerResponse.fromPartial(base ?? {});
1160
+ },
1161
+ fromPartial(object) {
1162
+ const message = createBaseQueryServerResponse();
1163
+ message.server = (object.server !== undefined && object.server !== null)
1164
+ ? Server.fromPartial(object.server)
1165
+ : undefined;
1166
+ return message;
1167
+ },
1168
+ };
1169
+ function createBaseQueryEncounterRequest() {
1170
+ return { encounterId: 0 };
1171
+ }
1172
+ export const QueryEncounterRequest = {
1173
+ encode(message, writer = new BinaryWriter()) {
1174
+ if (message.encounterId !== 0) {
1175
+ writer.uint32(8).uint64(message.encounterId);
1176
+ }
1177
+ return writer;
1178
+ },
1179
+ decode(input, length) {
1180
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1181
+ let end = length === undefined ? reader.len : reader.pos + length;
1182
+ const message = createBaseQueryEncounterRequest();
1183
+ while (reader.pos < end) {
1184
+ const tag = reader.uint32();
1185
+ switch (tag >>> 3) {
1186
+ case 1: {
1187
+ if (tag !== 8) {
1188
+ break;
1189
+ }
1190
+ message.encounterId = longToNumber(reader.uint64());
1191
+ continue;
1192
+ }
1193
+ }
1194
+ if ((tag & 7) === 4 || tag === 0) {
1195
+ break;
1196
+ }
1197
+ reader.skip(tag & 7);
1198
+ }
1199
+ return message;
1200
+ },
1201
+ fromJSON(object) {
1202
+ return { encounterId: isSet(object.encounterId) ? globalThis.Number(object.encounterId) : 0 };
1203
+ },
1204
+ toJSON(message) {
1205
+ const obj = {};
1206
+ if (message.encounterId !== 0) {
1207
+ obj.encounterId = Math.round(message.encounterId);
1208
+ }
1209
+ return obj;
1210
+ },
1211
+ create(base) {
1212
+ return QueryEncounterRequest.fromPartial(base ?? {});
1213
+ },
1214
+ fromPartial(object) {
1215
+ const message = createBaseQueryEncounterRequest();
1216
+ message.encounterId = object.encounterId ?? 0;
1217
+ return message;
1218
+ },
1219
+ };
1220
+ function createBaseQueryEncounterResponse() {
1221
+ return { encounter: undefined };
1222
+ }
1223
+ export const QueryEncounterResponse = {
1224
+ encode(message, writer = new BinaryWriter()) {
1225
+ if (message.encounter !== undefined) {
1226
+ Encounter.encode(message.encounter, writer.uint32(10).fork()).join();
1227
+ }
1228
+ return writer;
1229
+ },
1230
+ decode(input, length) {
1231
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1232
+ let end = length === undefined ? reader.len : reader.pos + length;
1233
+ const message = createBaseQueryEncounterResponse();
1234
+ while (reader.pos < end) {
1235
+ const tag = reader.uint32();
1236
+ switch (tag >>> 3) {
1237
+ case 1: {
1238
+ if (tag !== 10) {
1239
+ break;
1240
+ }
1241
+ message.encounter = Encounter.decode(reader, reader.uint32());
1242
+ continue;
1243
+ }
1244
+ }
1245
+ if ((tag & 7) === 4 || tag === 0) {
1246
+ break;
1247
+ }
1248
+ reader.skip(tag & 7);
1249
+ }
1250
+ return message;
1251
+ },
1252
+ fromJSON(object) {
1253
+ return { encounter: isSet(object.encounter) ? Encounter.fromJSON(object.encounter) : undefined };
1254
+ },
1255
+ toJSON(message) {
1256
+ const obj = {};
1257
+ if (message.encounter !== undefined) {
1258
+ obj.encounter = Encounter.toJSON(message.encounter);
1259
+ }
1260
+ return obj;
1261
+ },
1262
+ create(base) {
1263
+ return QueryEncounterResponse.fromPartial(base ?? {});
1264
+ },
1265
+ fromPartial(object) {
1266
+ const message = createBaseQueryEncounterResponse();
1267
+ message.encounter = (object.encounter !== undefined && object.encounter !== null)
1268
+ ? Encounter.fromPartial(object.encounter)
1269
+ : undefined;
1270
+ return message;
1271
+ },
1272
+ };
1273
+ function createBaseQueryEncountersRequest() {
1274
+ return {};
1275
+ }
1276
+ export const QueryEncountersRequest = {
1277
+ encode(_, writer = new BinaryWriter()) {
1278
+ return writer;
1279
+ },
1280
+ decode(input, length) {
1281
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1282
+ let end = length === undefined ? reader.len : reader.pos + length;
1283
+ const message = createBaseQueryEncountersRequest();
1284
+ while (reader.pos < end) {
1285
+ const tag = reader.uint32();
1286
+ switch (tag >>> 3) {
1287
+ }
1288
+ if ((tag & 7) === 4 || tag === 0) {
1289
+ break;
1290
+ }
1291
+ reader.skip(tag & 7);
1292
+ }
1293
+ return message;
1294
+ },
1295
+ fromJSON(_) {
1296
+ return {};
1297
+ },
1298
+ toJSON(_) {
1299
+ const obj = {};
1300
+ return obj;
1301
+ },
1302
+ create(base) {
1303
+ return QueryEncountersRequest.fromPartial(base ?? {});
1304
+ },
1305
+ fromPartial(_) {
1306
+ const message = createBaseQueryEncountersRequest();
1307
+ return message;
1308
+ },
1309
+ };
1310
+ function createBaseQueryEncountersResponse() {
1311
+ return { encounters: [] };
1312
+ }
1313
+ export const QueryEncountersResponse = {
1314
+ encode(message, writer = new BinaryWriter()) {
1315
+ for (const v of message.encounters) {
1316
+ Encounter.encode(v, writer.uint32(10).fork()).join();
1317
+ }
1318
+ return writer;
1319
+ },
1320
+ decode(input, length) {
1321
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1322
+ let end = length === undefined ? reader.len : reader.pos + length;
1323
+ const message = createBaseQueryEncountersResponse();
1324
+ while (reader.pos < end) {
1325
+ const tag = reader.uint32();
1326
+ switch (tag >>> 3) {
1327
+ case 1: {
1328
+ if (tag !== 10) {
1329
+ break;
1330
+ }
1331
+ message.encounters.push(Encounter.decode(reader, reader.uint32()));
1332
+ continue;
1333
+ }
1334
+ }
1335
+ if ((tag & 7) === 4 || tag === 0) {
1336
+ break;
1337
+ }
1338
+ reader.skip(tag & 7);
1339
+ }
1340
+ return message;
1341
+ },
1342
+ fromJSON(object) {
1343
+ return {
1344
+ encounters: globalThis.Array.isArray(object?.encounters)
1345
+ ? object.encounters.map((e) => Encounter.fromJSON(e))
1346
+ : [],
1347
+ };
1348
+ },
1349
+ toJSON(message) {
1350
+ const obj = {};
1351
+ if (message.encounters?.length) {
1352
+ obj.encounters = message.encounters.map((e) => Encounter.toJSON(e));
1353
+ }
1354
+ return obj;
1355
+ },
1356
+ create(base) {
1357
+ return QueryEncountersResponse.fromPartial(base ?? {});
1358
+ },
1359
+ fromPartial(object) {
1360
+ const message = createBaseQueryEncountersResponse();
1361
+ message.encounters = object.encounters?.map((e) => Encounter.fromPartial(e)) || [];
1362
+ return message;
1363
+ },
1364
+ };
1365
+ function createBaseQueryEncounterWithImageRequest() {
1366
+ return { encounterId: 0 };
1367
+ }
1368
+ export const QueryEncounterWithImageRequest = {
1369
+ encode(message, writer = new BinaryWriter()) {
1370
+ if (message.encounterId !== 0) {
1371
+ writer.uint32(8).uint64(message.encounterId);
1372
+ }
1373
+ return writer;
1374
+ },
1375
+ decode(input, length) {
1376
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1377
+ let end = length === undefined ? reader.len : reader.pos + length;
1378
+ const message = createBaseQueryEncounterWithImageRequest();
1379
+ while (reader.pos < end) {
1380
+ const tag = reader.uint32();
1381
+ switch (tag >>> 3) {
1382
+ case 1: {
1383
+ if (tag !== 8) {
1384
+ break;
1385
+ }
1386
+ message.encounterId = longToNumber(reader.uint64());
1387
+ continue;
1388
+ }
1389
+ }
1390
+ if ((tag & 7) === 4 || tag === 0) {
1391
+ break;
1392
+ }
1393
+ reader.skip(tag & 7);
1394
+ }
1395
+ return message;
1396
+ },
1397
+ fromJSON(object) {
1398
+ return { encounterId: isSet(object.encounterId) ? globalThis.Number(object.encounterId) : 0 };
1399
+ },
1400
+ toJSON(message) {
1401
+ const obj = {};
1402
+ if (message.encounterId !== 0) {
1403
+ obj.encounterId = Math.round(message.encounterId);
1404
+ }
1405
+ return obj;
1406
+ },
1407
+ create(base) {
1408
+ return QueryEncounterWithImageRequest.fromPartial(base ?? {});
1409
+ },
1410
+ fromPartial(object) {
1411
+ const message = createBaseQueryEncounterWithImageRequest();
1412
+ message.encounterId = object.encounterId ?? 0;
1413
+ return message;
1414
+ },
1415
+ };
1416
+ function createBaseQueryEncounterWithImageResponse() {
1417
+ return { encounter: undefined };
1418
+ }
1419
+ export const QueryEncounterWithImageResponse = {
1420
+ encode(message, writer = new BinaryWriter()) {
1421
+ if (message.encounter !== undefined) {
1422
+ EncounterWithImage.encode(message.encounter, writer.uint32(10).fork()).join();
1423
+ }
1424
+ return writer;
1425
+ },
1426
+ decode(input, length) {
1427
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1428
+ let end = length === undefined ? reader.len : reader.pos + length;
1429
+ const message = createBaseQueryEncounterWithImageResponse();
1430
+ while (reader.pos < end) {
1431
+ const tag = reader.uint32();
1432
+ switch (tag >>> 3) {
1433
+ case 1: {
1434
+ if (tag !== 10) {
1435
+ break;
1436
+ }
1437
+ message.encounter = EncounterWithImage.decode(reader, reader.uint32());
1438
+ continue;
1439
+ }
1440
+ }
1441
+ if ((tag & 7) === 4 || tag === 0) {
1442
+ break;
1443
+ }
1444
+ reader.skip(tag & 7);
1445
+ }
1446
+ return message;
1447
+ },
1448
+ fromJSON(object) {
1449
+ return { encounter: isSet(object.encounter) ? EncounterWithImage.fromJSON(object.encounter) : undefined };
1450
+ },
1451
+ toJSON(message) {
1452
+ const obj = {};
1453
+ if (message.encounter !== undefined) {
1454
+ obj.encounter = EncounterWithImage.toJSON(message.encounter);
1455
+ }
1456
+ return obj;
1457
+ },
1458
+ create(base) {
1459
+ return QueryEncounterWithImageResponse.fromPartial(base ?? {});
1460
+ },
1461
+ fromPartial(object) {
1462
+ const message = createBaseQueryEncounterWithImageResponse();
1463
+ message.encounter = (object.encounter !== undefined && object.encounter !== null)
1464
+ ? EncounterWithImage.fromPartial(object.encounter)
1465
+ : undefined;
1466
+ return message;
1467
+ },
1468
+ };
1469
+ function createBaseQueryEncountersWithImageRequest() {
1470
+ return {};
1471
+ }
1472
+ export const QueryEncountersWithImageRequest = {
1473
+ encode(_, writer = new BinaryWriter()) {
1474
+ return writer;
1475
+ },
1476
+ decode(input, length) {
1477
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1478
+ let end = length === undefined ? reader.len : reader.pos + length;
1479
+ const message = createBaseQueryEncountersWithImageRequest();
1480
+ while (reader.pos < end) {
1481
+ const tag = reader.uint32();
1482
+ switch (tag >>> 3) {
1483
+ }
1484
+ if ((tag & 7) === 4 || tag === 0) {
1485
+ break;
1486
+ }
1487
+ reader.skip(tag & 7);
1488
+ }
1489
+ return message;
1490
+ },
1491
+ fromJSON(_) {
1492
+ return {};
1493
+ },
1494
+ toJSON(_) {
1495
+ const obj = {};
1496
+ return obj;
1497
+ },
1498
+ create(base) {
1499
+ return QueryEncountersWithImageRequest.fromPartial(base ?? {});
1500
+ },
1501
+ fromPartial(_) {
1502
+ const message = createBaseQueryEncountersWithImageRequest();
1503
+ return message;
1504
+ },
1505
+ };
1506
+ function createBaseQueryEncountersWithImageResponse() {
1507
+ return { encounters: [] };
1508
+ }
1509
+ export const QueryEncountersWithImageResponse = {
1510
+ encode(message, writer = new BinaryWriter()) {
1511
+ for (const v of message.encounters) {
1512
+ EncounterWithImage.encode(v, writer.uint32(10).fork()).join();
1513
+ }
1514
+ return writer;
1515
+ },
1516
+ decode(input, length) {
1517
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1518
+ let end = length === undefined ? reader.len : reader.pos + length;
1519
+ const message = createBaseQueryEncountersWithImageResponse();
1520
+ while (reader.pos < end) {
1521
+ const tag = reader.uint32();
1522
+ switch (tag >>> 3) {
1523
+ case 1: {
1524
+ if (tag !== 10) {
1525
+ break;
1526
+ }
1527
+ message.encounters.push(EncounterWithImage.decode(reader, reader.uint32()));
1528
+ continue;
1529
+ }
1530
+ }
1531
+ if ((tag & 7) === 4 || tag === 0) {
1532
+ break;
1533
+ }
1534
+ reader.skip(tag & 7);
1535
+ }
1536
+ return message;
1537
+ },
1538
+ fromJSON(object) {
1539
+ return {
1540
+ encounters: globalThis.Array.isArray(object?.encounters)
1541
+ ? object.encounters.map((e) => EncounterWithImage.fromJSON(e))
1542
+ : [],
1543
+ };
1544
+ },
1545
+ toJSON(message) {
1546
+ const obj = {};
1547
+ if (message.encounters?.length) {
1548
+ obj.encounters = message.encounters.map((e) => EncounterWithImage.toJSON(e));
1549
+ }
1550
+ return obj;
1551
+ },
1552
+ create(base) {
1553
+ return QueryEncountersWithImageResponse.fromPartial(base ?? {});
1554
+ },
1555
+ fromPartial(object) {
1556
+ const message = createBaseQueryEncountersWithImageResponse();
1557
+ message.encounters = object.encounters?.map((e) => EncounterWithImage.fromPartial(e)) || [];
1558
+ return message;
1559
+ },
1560
+ };
1561
+ function createBaseQueryCardchainInfoRequest() {
1562
+ return {};
1563
+ }
1564
+ export const QueryCardchainInfoRequest = {
1565
+ encode(_, writer = new BinaryWriter()) {
1566
+ return writer;
1567
+ },
1568
+ decode(input, length) {
1569
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1570
+ let end = length === undefined ? reader.len : reader.pos + length;
1571
+ const message = createBaseQueryCardchainInfoRequest();
1572
+ while (reader.pos < end) {
1573
+ const tag = reader.uint32();
1574
+ switch (tag >>> 3) {
1575
+ }
1576
+ if ((tag & 7) === 4 || tag === 0) {
1577
+ break;
1578
+ }
1579
+ reader.skip(tag & 7);
1580
+ }
1581
+ return message;
1582
+ },
1583
+ fromJSON(_) {
1584
+ return {};
1585
+ },
1586
+ toJSON(_) {
1587
+ const obj = {};
1588
+ return obj;
1589
+ },
1590
+ create(base) {
1591
+ return QueryCardchainInfoRequest.fromPartial(base ?? {});
1592
+ },
1593
+ fromPartial(_) {
1594
+ const message = createBaseQueryCardchainInfoRequest();
1595
+ return message;
1596
+ },
1597
+ };
1598
+ function createBaseQueryCardchainInfoResponse() {
1599
+ return {
1600
+ cardAuctionPrice: undefined,
1601
+ activeSets: [],
1602
+ cardsNumber: 0,
1603
+ matchesNumber: 0,
1604
+ sellOffersNumber: 0,
1605
+ councilsNumber: 0,
1606
+ lastCardModified: 0,
1607
+ };
1608
+ }
1609
+ export const QueryCardchainInfoResponse = {
1610
+ encode(message, writer = new BinaryWriter()) {
1611
+ if (message.cardAuctionPrice !== undefined) {
1612
+ Coin.encode(message.cardAuctionPrice, writer.uint32(10).fork()).join();
1613
+ }
1614
+ writer.uint32(18).fork();
1615
+ for (const v of message.activeSets) {
1616
+ writer.uint64(v);
1617
+ }
1618
+ writer.join();
1619
+ if (message.cardsNumber !== 0) {
1620
+ writer.uint32(24).uint64(message.cardsNumber);
1621
+ }
1622
+ if (message.matchesNumber !== 0) {
1623
+ writer.uint32(32).uint64(message.matchesNumber);
1624
+ }
1625
+ if (message.sellOffersNumber !== 0) {
1626
+ writer.uint32(40).uint64(message.sellOffersNumber);
1627
+ }
1628
+ if (message.councilsNumber !== 0) {
1629
+ writer.uint32(48).uint64(message.councilsNumber);
1630
+ }
1631
+ if (message.lastCardModified !== 0) {
1632
+ writer.uint32(56).uint64(message.lastCardModified);
1633
+ }
1634
+ return writer;
1635
+ },
1636
+ decode(input, length) {
1637
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1638
+ let end = length === undefined ? reader.len : reader.pos + length;
1639
+ const message = createBaseQueryCardchainInfoResponse();
1640
+ while (reader.pos < end) {
1641
+ const tag = reader.uint32();
1642
+ switch (tag >>> 3) {
1643
+ case 1: {
1644
+ if (tag !== 10) {
1645
+ break;
1646
+ }
1647
+ message.cardAuctionPrice = Coin.decode(reader, reader.uint32());
1648
+ continue;
1649
+ }
1650
+ case 2: {
1651
+ if (tag === 16) {
1652
+ message.activeSets.push(longToNumber(reader.uint64()));
1653
+ continue;
1654
+ }
1655
+ if (tag === 18) {
1656
+ const end2 = reader.uint32() + reader.pos;
1657
+ while (reader.pos < end2) {
1658
+ message.activeSets.push(longToNumber(reader.uint64()));
1659
+ }
1660
+ continue;
1661
+ }
1662
+ break;
1663
+ }
1664
+ case 3: {
1665
+ if (tag !== 24) {
1666
+ break;
1667
+ }
1668
+ message.cardsNumber = longToNumber(reader.uint64());
1669
+ continue;
1670
+ }
1671
+ case 4: {
1672
+ if (tag !== 32) {
1673
+ break;
1674
+ }
1675
+ message.matchesNumber = longToNumber(reader.uint64());
1676
+ continue;
1677
+ }
1678
+ case 5: {
1679
+ if (tag !== 40) {
1680
+ break;
1681
+ }
1682
+ message.sellOffersNumber = longToNumber(reader.uint64());
1683
+ continue;
1684
+ }
1685
+ case 6: {
1686
+ if (tag !== 48) {
1687
+ break;
1688
+ }
1689
+ message.councilsNumber = longToNumber(reader.uint64());
1690
+ continue;
1691
+ }
1692
+ case 7: {
1693
+ if (tag !== 56) {
1694
+ break;
1695
+ }
1696
+ message.lastCardModified = longToNumber(reader.uint64());
1697
+ continue;
1698
+ }
1699
+ }
1700
+ if ((tag & 7) === 4 || tag === 0) {
1701
+ break;
1702
+ }
1703
+ reader.skip(tag & 7);
1704
+ }
1705
+ return message;
1706
+ },
1707
+ fromJSON(object) {
1708
+ return {
1709
+ cardAuctionPrice: isSet(object.cardAuctionPrice) ? Coin.fromJSON(object.cardAuctionPrice) : undefined,
1710
+ activeSets: globalThis.Array.isArray(object?.activeSets)
1711
+ ? object.activeSets.map((e) => globalThis.Number(e))
1712
+ : [],
1713
+ cardsNumber: isSet(object.cardsNumber) ? globalThis.Number(object.cardsNumber) : 0,
1714
+ matchesNumber: isSet(object.matchesNumber) ? globalThis.Number(object.matchesNumber) : 0,
1715
+ sellOffersNumber: isSet(object.sellOffersNumber) ? globalThis.Number(object.sellOffersNumber) : 0,
1716
+ councilsNumber: isSet(object.councilsNumber) ? globalThis.Number(object.councilsNumber) : 0,
1717
+ lastCardModified: isSet(object.lastCardModified) ? globalThis.Number(object.lastCardModified) : 0,
1718
+ };
1719
+ },
1720
+ toJSON(message) {
1721
+ const obj = {};
1722
+ if (message.cardAuctionPrice !== undefined) {
1723
+ obj.cardAuctionPrice = Coin.toJSON(message.cardAuctionPrice);
1724
+ }
1725
+ if (message.activeSets?.length) {
1726
+ obj.activeSets = message.activeSets.map((e) => Math.round(e));
1727
+ }
1728
+ if (message.cardsNumber !== 0) {
1729
+ obj.cardsNumber = Math.round(message.cardsNumber);
1730
+ }
1731
+ if (message.matchesNumber !== 0) {
1732
+ obj.matchesNumber = Math.round(message.matchesNumber);
1733
+ }
1734
+ if (message.sellOffersNumber !== 0) {
1735
+ obj.sellOffersNumber = Math.round(message.sellOffersNumber);
1736
+ }
1737
+ if (message.councilsNumber !== 0) {
1738
+ obj.councilsNumber = Math.round(message.councilsNumber);
1739
+ }
1740
+ if (message.lastCardModified !== 0) {
1741
+ obj.lastCardModified = Math.round(message.lastCardModified);
1742
+ }
1743
+ return obj;
1744
+ },
1745
+ create(base) {
1746
+ return QueryCardchainInfoResponse.fromPartial(base ?? {});
1747
+ },
1748
+ fromPartial(object) {
1749
+ const message = createBaseQueryCardchainInfoResponse();
1750
+ message.cardAuctionPrice = (object.cardAuctionPrice !== undefined && object.cardAuctionPrice !== null)
1751
+ ? Coin.fromPartial(object.cardAuctionPrice)
1752
+ : undefined;
1753
+ message.activeSets = object.activeSets?.map((e) => e) || [];
1754
+ message.cardsNumber = object.cardsNumber ?? 0;
1755
+ message.matchesNumber = object.matchesNumber ?? 0;
1756
+ message.sellOffersNumber = object.sellOffersNumber ?? 0;
1757
+ message.councilsNumber = object.councilsNumber ?? 0;
1758
+ message.lastCardModified = object.lastCardModified ?? 0;
1759
+ return message;
1760
+ },
1761
+ };
1762
+ function createBaseQuerySetRarityDistributionRequest() {
1763
+ return { setId: 0 };
1764
+ }
1765
+ export const QuerySetRarityDistributionRequest = {
1766
+ encode(message, writer = new BinaryWriter()) {
1767
+ if (message.setId !== 0) {
1768
+ writer.uint32(8).uint64(message.setId);
1769
+ }
1770
+ return writer;
1771
+ },
1772
+ decode(input, length) {
1773
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1774
+ let end = length === undefined ? reader.len : reader.pos + length;
1775
+ const message = createBaseQuerySetRarityDistributionRequest();
1776
+ while (reader.pos < end) {
1777
+ const tag = reader.uint32();
1778
+ switch (tag >>> 3) {
1779
+ case 1: {
1780
+ if (tag !== 8) {
1781
+ break;
1782
+ }
1783
+ message.setId = longToNumber(reader.uint64());
1784
+ continue;
1785
+ }
1786
+ }
1787
+ if ((tag & 7) === 4 || tag === 0) {
1788
+ break;
1789
+ }
1790
+ reader.skip(tag & 7);
1791
+ }
1792
+ return message;
1793
+ },
1794
+ fromJSON(object) {
1795
+ return { setId: isSet(object.setId) ? globalThis.Number(object.setId) : 0 };
1796
+ },
1797
+ toJSON(message) {
1798
+ const obj = {};
1799
+ if (message.setId !== 0) {
1800
+ obj.setId = Math.round(message.setId);
1801
+ }
1802
+ return obj;
1803
+ },
1804
+ create(base) {
1805
+ return QuerySetRarityDistributionRequest.fromPartial(base ?? {});
1806
+ },
1807
+ fromPartial(object) {
1808
+ const message = createBaseQuerySetRarityDistributionRequest();
1809
+ message.setId = object.setId ?? 0;
1810
+ return message;
1811
+ },
1812
+ };
1813
+ function createBaseQuerySetRarityDistributionResponse() {
1814
+ return { current: [], wanted: [] };
1815
+ }
1816
+ export const QuerySetRarityDistributionResponse = {
1817
+ encode(message, writer = new BinaryWriter()) {
1818
+ writer.uint32(10).fork();
1819
+ for (const v of message.current) {
1820
+ writer.uint64(v);
1821
+ }
1822
+ writer.join();
1823
+ writer.uint32(18).fork();
1824
+ for (const v of message.wanted) {
1825
+ writer.uint64(v);
1826
+ }
1827
+ writer.join();
1828
+ return writer;
1829
+ },
1830
+ decode(input, length) {
1831
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1832
+ let end = length === undefined ? reader.len : reader.pos + length;
1833
+ const message = createBaseQuerySetRarityDistributionResponse();
1834
+ while (reader.pos < end) {
1835
+ const tag = reader.uint32();
1836
+ switch (tag >>> 3) {
1837
+ case 1: {
1838
+ if (tag === 8) {
1839
+ message.current.push(longToNumber(reader.uint64()));
1840
+ continue;
1841
+ }
1842
+ if (tag === 10) {
1843
+ const end2 = reader.uint32() + reader.pos;
1844
+ while (reader.pos < end2) {
1845
+ message.current.push(longToNumber(reader.uint64()));
1846
+ }
1847
+ continue;
1848
+ }
1849
+ break;
1850
+ }
1851
+ case 2: {
1852
+ if (tag === 16) {
1853
+ message.wanted.push(longToNumber(reader.uint64()));
1854
+ continue;
1855
+ }
1856
+ if (tag === 18) {
1857
+ const end2 = reader.uint32() + reader.pos;
1858
+ while (reader.pos < end2) {
1859
+ message.wanted.push(longToNumber(reader.uint64()));
1860
+ }
1861
+ continue;
1862
+ }
1863
+ break;
1864
+ }
1865
+ }
1866
+ if ((tag & 7) === 4 || tag === 0) {
1867
+ break;
1868
+ }
1869
+ reader.skip(tag & 7);
1870
+ }
1871
+ return message;
1872
+ },
1873
+ fromJSON(object) {
1874
+ return {
1875
+ current: globalThis.Array.isArray(object?.current) ? object.current.map((e) => globalThis.Number(e)) : [],
1876
+ wanted: globalThis.Array.isArray(object?.wanted) ? object.wanted.map((e) => globalThis.Number(e)) : [],
1877
+ };
1878
+ },
1879
+ toJSON(message) {
1880
+ const obj = {};
1881
+ if (message.current?.length) {
1882
+ obj.current = message.current.map((e) => Math.round(e));
1883
+ }
1884
+ if (message.wanted?.length) {
1885
+ obj.wanted = message.wanted.map((e) => Math.round(e));
1886
+ }
1887
+ return obj;
1888
+ },
1889
+ create(base) {
1890
+ return QuerySetRarityDistributionResponse.fromPartial(base ?? {});
1891
+ },
1892
+ fromPartial(object) {
1893
+ const message = createBaseQuerySetRarityDistributionResponse();
1894
+ message.current = object.current?.map((e) => e) || [];
1895
+ message.wanted = object.wanted?.map((e) => e) || [];
1896
+ return message;
1897
+ },
1898
+ };
1899
+ function createBaseQueryAccountFromZealyRequest() {
1900
+ return { zealyId: "" };
1901
+ }
1902
+ export const QueryAccountFromZealyRequest = {
1903
+ encode(message, writer = new BinaryWriter()) {
1904
+ if (message.zealyId !== "") {
1905
+ writer.uint32(10).string(message.zealyId);
1906
+ }
1907
+ return writer;
1908
+ },
1909
+ decode(input, length) {
1910
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1911
+ let end = length === undefined ? reader.len : reader.pos + length;
1912
+ const message = createBaseQueryAccountFromZealyRequest();
1913
+ while (reader.pos < end) {
1914
+ const tag = reader.uint32();
1915
+ switch (tag >>> 3) {
1916
+ case 1: {
1917
+ if (tag !== 10) {
1918
+ break;
1919
+ }
1920
+ message.zealyId = reader.string();
1921
+ continue;
1922
+ }
1923
+ }
1924
+ if ((tag & 7) === 4 || tag === 0) {
1925
+ break;
1926
+ }
1927
+ reader.skip(tag & 7);
1928
+ }
1929
+ return message;
1930
+ },
1931
+ fromJSON(object) {
1932
+ return { zealyId: isSet(object.zealyId) ? globalThis.String(object.zealyId) : "" };
1933
+ },
1934
+ toJSON(message) {
1935
+ const obj = {};
1936
+ if (message.zealyId !== "") {
1937
+ obj.zealyId = message.zealyId;
1938
+ }
1939
+ return obj;
1940
+ },
1941
+ create(base) {
1942
+ return QueryAccountFromZealyRequest.fromPartial(base ?? {});
1943
+ },
1944
+ fromPartial(object) {
1945
+ const message = createBaseQueryAccountFromZealyRequest();
1946
+ message.zealyId = object.zealyId ?? "";
1947
+ return message;
1948
+ },
1949
+ };
1950
+ function createBaseQueryAccountFromZealyResponse() {
1951
+ return { address: "" };
1952
+ }
1953
+ export const QueryAccountFromZealyResponse = {
1954
+ encode(message, writer = new BinaryWriter()) {
1955
+ if (message.address !== "") {
1956
+ writer.uint32(10).string(message.address);
1957
+ }
1958
+ return writer;
1959
+ },
1960
+ decode(input, length) {
1961
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1962
+ let end = length === undefined ? reader.len : reader.pos + length;
1963
+ const message = createBaseQueryAccountFromZealyResponse();
1964
+ while (reader.pos < end) {
1965
+ const tag = reader.uint32();
1966
+ switch (tag >>> 3) {
1967
+ case 1: {
1968
+ if (tag !== 10) {
1969
+ break;
1970
+ }
1971
+ message.address = reader.string();
1972
+ continue;
1973
+ }
1974
+ }
1975
+ if ((tag & 7) === 4 || tag === 0) {
1976
+ break;
1977
+ }
1978
+ reader.skip(tag & 7);
1979
+ }
1980
+ return message;
1981
+ },
1982
+ fromJSON(object) {
1983
+ return { address: isSet(object.address) ? globalThis.String(object.address) : "" };
1984
+ },
1985
+ toJSON(message) {
1986
+ const obj = {};
1987
+ if (message.address !== "") {
1988
+ obj.address = message.address;
1989
+ }
1990
+ return obj;
1991
+ },
1992
+ create(base) {
1993
+ return QueryAccountFromZealyResponse.fromPartial(base ?? {});
1994
+ },
1995
+ fromPartial(object) {
1996
+ const message = createBaseQueryAccountFromZealyResponse();
1997
+ message.address = object.address ?? "";
1998
+ return message;
1999
+ },
2000
+ };
2001
+ function createBaseQueryVotingResultsRequest() {
2002
+ return {};
2003
+ }
2004
+ export const QueryVotingResultsRequest = {
2005
+ encode(_, writer = new BinaryWriter()) {
2006
+ return writer;
2007
+ },
2008
+ decode(input, length) {
2009
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2010
+ let end = length === undefined ? reader.len : reader.pos + length;
2011
+ const message = createBaseQueryVotingResultsRequest();
2012
+ while (reader.pos < end) {
2013
+ const tag = reader.uint32();
2014
+ switch (tag >>> 3) {
2015
+ }
2016
+ if ((tag & 7) === 4 || tag === 0) {
2017
+ break;
2018
+ }
2019
+ reader.skip(tag & 7);
2020
+ }
2021
+ return message;
2022
+ },
2023
+ fromJSON(_) {
2024
+ return {};
2025
+ },
2026
+ toJSON(_) {
2027
+ const obj = {};
2028
+ return obj;
2029
+ },
2030
+ create(base) {
2031
+ return QueryVotingResultsRequest.fromPartial(base ?? {});
2032
+ },
2033
+ fromPartial(_) {
2034
+ const message = createBaseQueryVotingResultsRequest();
2035
+ return message;
2036
+ },
2037
+ };
2038
+ function createBaseQueryVotingResultsResponse() {
2039
+ return { lastVotingResults: undefined };
2040
+ }
2041
+ export const QueryVotingResultsResponse = {
2042
+ encode(message, writer = new BinaryWriter()) {
2043
+ if (message.lastVotingResults !== undefined) {
2044
+ VotingResults.encode(message.lastVotingResults, writer.uint32(10).fork()).join();
2045
+ }
2046
+ return writer;
2047
+ },
2048
+ decode(input, length) {
2049
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2050
+ let end = length === undefined ? reader.len : reader.pos + length;
2051
+ const message = createBaseQueryVotingResultsResponse();
2052
+ while (reader.pos < end) {
2053
+ const tag = reader.uint32();
2054
+ switch (tag >>> 3) {
2055
+ case 1: {
2056
+ if (tag !== 10) {
2057
+ break;
2058
+ }
2059
+ message.lastVotingResults = VotingResults.decode(reader, reader.uint32());
2060
+ continue;
2061
+ }
2062
+ }
2063
+ if ((tag & 7) === 4 || tag === 0) {
2064
+ break;
2065
+ }
2066
+ reader.skip(tag & 7);
2067
+ }
2068
+ return message;
2069
+ },
2070
+ fromJSON(object) {
2071
+ return {
2072
+ lastVotingResults: isSet(object.lastVotingResults) ? VotingResults.fromJSON(object.lastVotingResults) : undefined,
2073
+ };
2074
+ },
2075
+ toJSON(message) {
2076
+ const obj = {};
2077
+ if (message.lastVotingResults !== undefined) {
2078
+ obj.lastVotingResults = VotingResults.toJSON(message.lastVotingResults);
2079
+ }
2080
+ return obj;
2081
+ },
2082
+ create(base) {
2083
+ return QueryVotingResultsResponse.fromPartial(base ?? {});
2084
+ },
2085
+ fromPartial(object) {
2086
+ const message = createBaseQueryVotingResultsResponse();
2087
+ message.lastVotingResults = (object.lastVotingResults !== undefined && object.lastVotingResults !== null)
2088
+ ? VotingResults.fromPartial(object.lastVotingResults)
2089
+ : undefined;
2090
+ return message;
2091
+ },
2092
+ };
2093
+ function createBaseQueryMatchesRequest() {
2094
+ return { timestampDown: 0, timestampUp: 0, containsUsers: [], reporter: "", outcome: 0, cardsPlayed: [] };
2095
+ }
2096
+ export const QueryMatchesRequest = {
2097
+ encode(message, writer = new BinaryWriter()) {
2098
+ if (message.timestampDown !== 0) {
2099
+ writer.uint32(8).uint64(message.timestampDown);
2100
+ }
2101
+ if (message.timestampUp !== 0) {
2102
+ writer.uint32(16).uint64(message.timestampUp);
2103
+ }
2104
+ for (const v of message.containsUsers) {
2105
+ writer.uint32(26).string(v);
2106
+ }
2107
+ if (message.reporter !== "") {
2108
+ writer.uint32(34).string(message.reporter);
2109
+ }
2110
+ if (message.outcome !== 0) {
2111
+ writer.uint32(40).int32(message.outcome);
2112
+ }
2113
+ writer.uint32(50).fork();
2114
+ for (const v of message.cardsPlayed) {
2115
+ writer.uint64(v);
2116
+ }
2117
+ writer.join();
2118
+ return writer;
2119
+ },
2120
+ decode(input, length) {
2121
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2122
+ let end = length === undefined ? reader.len : reader.pos + length;
2123
+ const message = createBaseQueryMatchesRequest();
2124
+ while (reader.pos < end) {
2125
+ const tag = reader.uint32();
2126
+ switch (tag >>> 3) {
2127
+ case 1: {
2128
+ if (tag !== 8) {
2129
+ break;
2130
+ }
2131
+ message.timestampDown = longToNumber(reader.uint64());
2132
+ continue;
2133
+ }
2134
+ case 2: {
2135
+ if (tag !== 16) {
2136
+ break;
2137
+ }
2138
+ message.timestampUp = longToNumber(reader.uint64());
2139
+ continue;
2140
+ }
2141
+ case 3: {
2142
+ if (tag !== 26) {
2143
+ break;
2144
+ }
2145
+ message.containsUsers.push(reader.string());
2146
+ continue;
2147
+ }
2148
+ case 4: {
2149
+ if (tag !== 34) {
2150
+ break;
2151
+ }
2152
+ message.reporter = reader.string();
2153
+ continue;
2154
+ }
2155
+ case 5: {
2156
+ if (tag !== 40) {
2157
+ break;
2158
+ }
2159
+ message.outcome = reader.int32();
2160
+ continue;
2161
+ }
2162
+ case 6: {
2163
+ if (tag === 48) {
2164
+ message.cardsPlayed.push(longToNumber(reader.uint64()));
2165
+ continue;
2166
+ }
2167
+ if (tag === 50) {
2168
+ const end2 = reader.uint32() + reader.pos;
2169
+ while (reader.pos < end2) {
2170
+ message.cardsPlayed.push(longToNumber(reader.uint64()));
2171
+ }
2172
+ continue;
2173
+ }
2174
+ break;
2175
+ }
2176
+ }
2177
+ if ((tag & 7) === 4 || tag === 0) {
2178
+ break;
2179
+ }
2180
+ reader.skip(tag & 7);
2181
+ }
2182
+ return message;
2183
+ },
2184
+ fromJSON(object) {
2185
+ return {
2186
+ timestampDown: isSet(object.timestampDown) ? globalThis.Number(object.timestampDown) : 0,
2187
+ timestampUp: isSet(object.timestampUp) ? globalThis.Number(object.timestampUp) : 0,
2188
+ containsUsers: globalThis.Array.isArray(object?.containsUsers)
2189
+ ? object.containsUsers.map((e) => globalThis.String(e))
2190
+ : [],
2191
+ reporter: isSet(object.reporter) ? globalThis.String(object.reporter) : "",
2192
+ outcome: isSet(object.outcome) ? outcomeFromJSON(object.outcome) : 0,
2193
+ cardsPlayed: globalThis.Array.isArray(object?.cardsPlayed)
2194
+ ? object.cardsPlayed.map((e) => globalThis.Number(e))
2195
+ : [],
2196
+ };
2197
+ },
2198
+ toJSON(message) {
2199
+ const obj = {};
2200
+ if (message.timestampDown !== 0) {
2201
+ obj.timestampDown = Math.round(message.timestampDown);
2202
+ }
2203
+ if (message.timestampUp !== 0) {
2204
+ obj.timestampUp = Math.round(message.timestampUp);
2205
+ }
2206
+ if (message.containsUsers?.length) {
2207
+ obj.containsUsers = message.containsUsers;
2208
+ }
2209
+ if (message.reporter !== "") {
2210
+ obj.reporter = message.reporter;
2211
+ }
2212
+ if (message.outcome !== 0) {
2213
+ obj.outcome = outcomeToJSON(message.outcome);
2214
+ }
2215
+ if (message.cardsPlayed?.length) {
2216
+ obj.cardsPlayed = message.cardsPlayed.map((e) => Math.round(e));
2217
+ }
2218
+ return obj;
2219
+ },
2220
+ create(base) {
2221
+ return QueryMatchesRequest.fromPartial(base ?? {});
2222
+ },
2223
+ fromPartial(object) {
2224
+ const message = createBaseQueryMatchesRequest();
2225
+ message.timestampDown = object.timestampDown ?? 0;
2226
+ message.timestampUp = object.timestampUp ?? 0;
2227
+ message.containsUsers = object.containsUsers?.map((e) => e) || [];
2228
+ message.reporter = object.reporter ?? "";
2229
+ message.outcome = object.outcome ?? 0;
2230
+ message.cardsPlayed = object.cardsPlayed?.map((e) => e) || [];
2231
+ return message;
2232
+ },
2233
+ };
2234
+ function createBaseQueryMatchesResponse() {
2235
+ return { matches: [], matchIds: [] };
2236
+ }
2237
+ export const QueryMatchesResponse = {
2238
+ encode(message, writer = new BinaryWriter()) {
2239
+ for (const v of message.matches) {
2240
+ Match.encode(v, writer.uint32(10).fork()).join();
2241
+ }
2242
+ writer.uint32(18).fork();
2243
+ for (const v of message.matchIds) {
2244
+ writer.uint64(v);
2245
+ }
2246
+ writer.join();
2247
+ return writer;
2248
+ },
2249
+ decode(input, length) {
2250
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2251
+ let end = length === undefined ? reader.len : reader.pos + length;
2252
+ const message = createBaseQueryMatchesResponse();
2253
+ while (reader.pos < end) {
2254
+ const tag = reader.uint32();
2255
+ switch (tag >>> 3) {
2256
+ case 1: {
2257
+ if (tag !== 10) {
2258
+ break;
2259
+ }
2260
+ message.matches.push(Match.decode(reader, reader.uint32()));
2261
+ continue;
2262
+ }
2263
+ case 2: {
2264
+ if (tag === 16) {
2265
+ message.matchIds.push(longToNumber(reader.uint64()));
2266
+ continue;
2267
+ }
2268
+ if (tag === 18) {
2269
+ const end2 = reader.uint32() + reader.pos;
2270
+ while (reader.pos < end2) {
2271
+ message.matchIds.push(longToNumber(reader.uint64()));
2272
+ }
2273
+ continue;
2274
+ }
2275
+ break;
2276
+ }
2277
+ }
2278
+ if ((tag & 7) === 4 || tag === 0) {
2279
+ break;
2280
+ }
2281
+ reader.skip(tag & 7);
2282
+ }
2283
+ return message;
2284
+ },
2285
+ fromJSON(object) {
2286
+ return {
2287
+ matches: globalThis.Array.isArray(object?.matches) ? object.matches.map((e) => Match.fromJSON(e)) : [],
2288
+ matchIds: globalThis.Array.isArray(object?.matchIds) ? object.matchIds.map((e) => globalThis.Number(e)) : [],
2289
+ };
2290
+ },
2291
+ toJSON(message) {
2292
+ const obj = {};
2293
+ if (message.matches?.length) {
2294
+ obj.matches = message.matches.map((e) => Match.toJSON(e));
2295
+ }
2296
+ if (message.matchIds?.length) {
2297
+ obj.matchIds = message.matchIds.map((e) => Math.round(e));
2298
+ }
2299
+ return obj;
2300
+ },
2301
+ create(base) {
2302
+ return QueryMatchesResponse.fromPartial(base ?? {});
2303
+ },
2304
+ fromPartial(object) {
2305
+ const message = createBaseQueryMatchesResponse();
2306
+ message.matches = object.matches?.map((e) => Match.fromPartial(e)) || [];
2307
+ message.matchIds = object.matchIds?.map((e) => e) || [];
2308
+ return message;
2309
+ },
2310
+ };
2311
+ function createBaseQuerySetsRequest() {
2312
+ return { status: 0, contributors: [], containsCards: [], owner: "" };
2313
+ }
2314
+ export const QuerySetsRequest = {
2315
+ encode(message, writer = new BinaryWriter()) {
2316
+ if (message.status !== 0) {
2317
+ writer.uint32(8).int32(message.status);
2318
+ }
2319
+ for (const v of message.contributors) {
2320
+ writer.uint32(18).string(v);
2321
+ }
2322
+ writer.uint32(26).fork();
2323
+ for (const v of message.containsCards) {
2324
+ writer.uint64(v);
2325
+ }
2326
+ writer.join();
2327
+ if (message.owner !== "") {
2328
+ writer.uint32(34).string(message.owner);
2329
+ }
2330
+ return writer;
2331
+ },
2332
+ decode(input, length) {
2333
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2334
+ let end = length === undefined ? reader.len : reader.pos + length;
2335
+ const message = createBaseQuerySetsRequest();
2336
+ while (reader.pos < end) {
2337
+ const tag = reader.uint32();
2338
+ switch (tag >>> 3) {
2339
+ case 1: {
2340
+ if (tag !== 8) {
2341
+ break;
2342
+ }
2343
+ message.status = reader.int32();
2344
+ continue;
2345
+ }
2346
+ case 2: {
2347
+ if (tag !== 18) {
2348
+ break;
2349
+ }
2350
+ message.contributors.push(reader.string());
2351
+ continue;
2352
+ }
2353
+ case 3: {
2354
+ if (tag === 24) {
2355
+ message.containsCards.push(longToNumber(reader.uint64()));
2356
+ continue;
2357
+ }
2358
+ if (tag === 26) {
2359
+ const end2 = reader.uint32() + reader.pos;
2360
+ while (reader.pos < end2) {
2361
+ message.containsCards.push(longToNumber(reader.uint64()));
2362
+ }
2363
+ continue;
2364
+ }
2365
+ break;
2366
+ }
2367
+ case 4: {
2368
+ if (tag !== 34) {
2369
+ break;
2370
+ }
2371
+ message.owner = reader.string();
2372
+ continue;
2373
+ }
2374
+ }
2375
+ if ((tag & 7) === 4 || tag === 0) {
2376
+ break;
2377
+ }
2378
+ reader.skip(tag & 7);
2379
+ }
2380
+ return message;
2381
+ },
2382
+ fromJSON(object) {
2383
+ return {
2384
+ status: isSet(object.status) ? setStatusFromJSON(object.status) : 0,
2385
+ contributors: globalThis.Array.isArray(object?.contributors)
2386
+ ? object.contributors.map((e) => globalThis.String(e))
2387
+ : [],
2388
+ containsCards: globalThis.Array.isArray(object?.containsCards)
2389
+ ? object.containsCards.map((e) => globalThis.Number(e))
2390
+ : [],
2391
+ owner: isSet(object.owner) ? globalThis.String(object.owner) : "",
2392
+ };
2393
+ },
2394
+ toJSON(message) {
2395
+ const obj = {};
2396
+ if (message.status !== 0) {
2397
+ obj.status = setStatusToJSON(message.status);
2398
+ }
2399
+ if (message.contributors?.length) {
2400
+ obj.contributors = message.contributors;
2401
+ }
2402
+ if (message.containsCards?.length) {
2403
+ obj.containsCards = message.containsCards.map((e) => Math.round(e));
2404
+ }
2405
+ if (message.owner !== "") {
2406
+ obj.owner = message.owner;
2407
+ }
2408
+ return obj;
2409
+ },
2410
+ create(base) {
2411
+ return QuerySetsRequest.fromPartial(base ?? {});
2412
+ },
2413
+ fromPartial(object) {
2414
+ const message = createBaseQuerySetsRequest();
2415
+ message.status = object.status ?? 0;
2416
+ message.contributors = object.contributors?.map((e) => e) || [];
2417
+ message.containsCards = object.containsCards?.map((e) => e) || [];
2418
+ message.owner = object.owner ?? "";
2419
+ return message;
2420
+ },
2421
+ };
2422
+ function createBaseQuerySetsResponse() {
2423
+ return { setIds: [] };
2424
+ }
2425
+ export const QuerySetsResponse = {
2426
+ encode(message, writer = new BinaryWriter()) {
2427
+ writer.uint32(10).fork();
2428
+ for (const v of message.setIds) {
2429
+ writer.uint64(v);
2430
+ }
2431
+ writer.join();
2432
+ return writer;
2433
+ },
2434
+ decode(input, length) {
2435
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2436
+ let end = length === undefined ? reader.len : reader.pos + length;
2437
+ const message = createBaseQuerySetsResponse();
2438
+ while (reader.pos < end) {
2439
+ const tag = reader.uint32();
2440
+ switch (tag >>> 3) {
2441
+ case 1: {
2442
+ if (tag === 8) {
2443
+ message.setIds.push(longToNumber(reader.uint64()));
2444
+ continue;
2445
+ }
2446
+ if (tag === 10) {
2447
+ const end2 = reader.uint32() + reader.pos;
2448
+ while (reader.pos < end2) {
2449
+ message.setIds.push(longToNumber(reader.uint64()));
2450
+ }
2451
+ continue;
2452
+ }
2453
+ break;
2454
+ }
2455
+ }
2456
+ if ((tag & 7) === 4 || tag === 0) {
2457
+ break;
2458
+ }
2459
+ reader.skip(tag & 7);
2460
+ }
2461
+ return message;
2462
+ },
2463
+ fromJSON(object) {
2464
+ return {
2465
+ setIds: globalThis.Array.isArray(object?.setIds) ? object.setIds.map((e) => globalThis.Number(e)) : [],
2466
+ };
2467
+ },
2468
+ toJSON(message) {
2469
+ const obj = {};
2470
+ if (message.setIds?.length) {
2471
+ obj.setIds = message.setIds.map((e) => Math.round(e));
2472
+ }
2473
+ return obj;
2474
+ },
2475
+ create(base) {
2476
+ return QuerySetsResponse.fromPartial(base ?? {});
2477
+ },
2478
+ fromPartial(object) {
2479
+ const message = createBaseQuerySetsResponse();
2480
+ message.setIds = object.setIds?.map((e) => e) || [];
2481
+ return message;
2482
+ },
2483
+ };
2484
+ function createBaseQueryCardContentRequest() {
2485
+ return { cardId: 0 };
2486
+ }
2487
+ export const QueryCardContentRequest = {
2488
+ encode(message, writer = new BinaryWriter()) {
2489
+ if (message.cardId !== 0) {
2490
+ writer.uint32(8).uint64(message.cardId);
2491
+ }
2492
+ return writer;
2493
+ },
2494
+ decode(input, length) {
2495
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2496
+ let end = length === undefined ? reader.len : reader.pos + length;
2497
+ const message = createBaseQueryCardContentRequest();
2498
+ while (reader.pos < end) {
2499
+ const tag = reader.uint32();
2500
+ switch (tag >>> 3) {
2501
+ case 1: {
2502
+ if (tag !== 8) {
2503
+ break;
2504
+ }
2505
+ message.cardId = longToNumber(reader.uint64());
2506
+ continue;
2507
+ }
2508
+ }
2509
+ if ((tag & 7) === 4 || tag === 0) {
2510
+ break;
2511
+ }
2512
+ reader.skip(tag & 7);
2513
+ }
2514
+ return message;
2515
+ },
2516
+ fromJSON(object) {
2517
+ return { cardId: isSet(object.cardId) ? globalThis.Number(object.cardId) : 0 };
2518
+ },
2519
+ toJSON(message) {
2520
+ const obj = {};
2521
+ if (message.cardId !== 0) {
2522
+ obj.cardId = Math.round(message.cardId);
2523
+ }
2524
+ return obj;
2525
+ },
2526
+ create(base) {
2527
+ return QueryCardContentRequest.fromPartial(base ?? {});
2528
+ },
2529
+ fromPartial(object) {
2530
+ const message = createBaseQueryCardContentRequest();
2531
+ message.cardId = object.cardId ?? 0;
2532
+ return message;
2533
+ },
2534
+ };
2535
+ function createBaseQueryCardContentResponse() {
2536
+ return { cardContent: undefined };
2537
+ }
2538
+ export const QueryCardContentResponse = {
2539
+ encode(message, writer = new BinaryWriter()) {
2540
+ if (message.cardContent !== undefined) {
2541
+ CardContent.encode(message.cardContent, writer.uint32(10).fork()).join();
2542
+ }
2543
+ return writer;
2544
+ },
2545
+ decode(input, length) {
2546
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2547
+ let end = length === undefined ? reader.len : reader.pos + length;
2548
+ const message = createBaseQueryCardContentResponse();
2549
+ while (reader.pos < end) {
2550
+ const tag = reader.uint32();
2551
+ switch (tag >>> 3) {
2552
+ case 1: {
2553
+ if (tag !== 10) {
2554
+ break;
2555
+ }
2556
+ message.cardContent = CardContent.decode(reader, reader.uint32());
2557
+ continue;
2558
+ }
2559
+ }
2560
+ if ((tag & 7) === 4 || tag === 0) {
2561
+ break;
2562
+ }
2563
+ reader.skip(tag & 7);
2564
+ }
2565
+ return message;
2566
+ },
2567
+ fromJSON(object) {
2568
+ return { cardContent: isSet(object.cardContent) ? CardContent.fromJSON(object.cardContent) : undefined };
2569
+ },
2570
+ toJSON(message) {
2571
+ const obj = {};
2572
+ if (message.cardContent !== undefined) {
2573
+ obj.cardContent = CardContent.toJSON(message.cardContent);
2574
+ }
2575
+ return obj;
2576
+ },
2577
+ create(base) {
2578
+ return QueryCardContentResponse.fromPartial(base ?? {});
2579
+ },
2580
+ fromPartial(object) {
2581
+ const message = createBaseQueryCardContentResponse();
2582
+ message.cardContent = (object.cardContent !== undefined && object.cardContent !== null)
2583
+ ? CardContent.fromPartial(object.cardContent)
2584
+ : undefined;
2585
+ return message;
2586
+ },
2587
+ };
2588
+ function createBaseQueryCardContentsRequest() {
2589
+ return { cardIds: [] };
2590
+ }
2591
+ export const QueryCardContentsRequest = {
2592
+ encode(message, writer = new BinaryWriter()) {
2593
+ writer.uint32(10).fork();
2594
+ for (const v of message.cardIds) {
2595
+ writer.uint64(v);
2596
+ }
2597
+ writer.join();
2598
+ return writer;
2599
+ },
2600
+ decode(input, length) {
2601
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2602
+ let end = length === undefined ? reader.len : reader.pos + length;
2603
+ const message = createBaseQueryCardContentsRequest();
2604
+ while (reader.pos < end) {
2605
+ const tag = reader.uint32();
2606
+ switch (tag >>> 3) {
2607
+ case 1: {
2608
+ if (tag === 8) {
2609
+ message.cardIds.push(longToNumber(reader.uint64()));
2610
+ continue;
2611
+ }
2612
+ if (tag === 10) {
2613
+ const end2 = reader.uint32() + reader.pos;
2614
+ while (reader.pos < end2) {
2615
+ message.cardIds.push(longToNumber(reader.uint64()));
2616
+ }
2617
+ continue;
2618
+ }
2619
+ break;
2620
+ }
2621
+ }
2622
+ if ((tag & 7) === 4 || tag === 0) {
2623
+ break;
2624
+ }
2625
+ reader.skip(tag & 7);
2626
+ }
2627
+ return message;
2628
+ },
2629
+ fromJSON(object) {
2630
+ return {
2631
+ cardIds: globalThis.Array.isArray(object?.cardIds) ? object.cardIds.map((e) => globalThis.Number(e)) : [],
2632
+ };
2633
+ },
2634
+ toJSON(message) {
2635
+ const obj = {};
2636
+ if (message.cardIds?.length) {
2637
+ obj.cardIds = message.cardIds.map((e) => Math.round(e));
2638
+ }
2639
+ return obj;
2640
+ },
2641
+ create(base) {
2642
+ return QueryCardContentsRequest.fromPartial(base ?? {});
2643
+ },
2644
+ fromPartial(object) {
2645
+ const message = createBaseQueryCardContentsRequest();
2646
+ message.cardIds = object.cardIds?.map((e) => e) || [];
2647
+ return message;
2648
+ },
2649
+ };
2650
+ function createBaseQueryCardContentsResponse() {
2651
+ return { cardContents: [] };
2652
+ }
2653
+ export const QueryCardContentsResponse = {
2654
+ encode(message, writer = new BinaryWriter()) {
2655
+ for (const v of message.cardContents) {
2656
+ CardContent.encode(v, writer.uint32(10).fork()).join();
2657
+ }
2658
+ return writer;
2659
+ },
2660
+ decode(input, length) {
2661
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2662
+ let end = length === undefined ? reader.len : reader.pos + length;
2663
+ const message = createBaseQueryCardContentsResponse();
2664
+ while (reader.pos < end) {
2665
+ const tag = reader.uint32();
2666
+ switch (tag >>> 3) {
2667
+ case 1: {
2668
+ if (tag !== 10) {
2669
+ break;
2670
+ }
2671
+ message.cardContents.push(CardContent.decode(reader, reader.uint32()));
2672
+ continue;
2673
+ }
2674
+ }
2675
+ if ((tag & 7) === 4 || tag === 0) {
2676
+ break;
2677
+ }
2678
+ reader.skip(tag & 7);
2679
+ }
2680
+ return message;
2681
+ },
2682
+ fromJSON(object) {
2683
+ return {
2684
+ cardContents: globalThis.Array.isArray(object?.cardContents)
2685
+ ? object.cardContents.map((e) => CardContent.fromJSON(e))
2686
+ : [],
2687
+ };
2688
+ },
2689
+ toJSON(message) {
2690
+ const obj = {};
2691
+ if (message.cardContents?.length) {
2692
+ obj.cardContents = message.cardContents.map((e) => CardContent.toJSON(e));
2693
+ }
2694
+ return obj;
2695
+ },
2696
+ create(base) {
2697
+ return QueryCardContentsResponse.fromPartial(base ?? {});
2698
+ },
2699
+ fromPartial(object) {
2700
+ const message = createBaseQueryCardContentsResponse();
2701
+ message.cardContents = object.cardContents?.map((e) => CardContent.fromPartial(e)) || [];
2702
+ return message;
2703
+ },
2704
+ };
2705
+ function createBaseQuerySellOffersRequest() {
2706
+ return { priceDown: undefined, priceUp: undefined, seller: "", buyer: "", card: 0, status: 0 };
2707
+ }
2708
+ export const QuerySellOffersRequest = {
2709
+ encode(message, writer = new BinaryWriter()) {
2710
+ if (message.priceDown !== undefined) {
2711
+ Coin.encode(message.priceDown, writer.uint32(10).fork()).join();
2712
+ }
2713
+ if (message.priceUp !== undefined) {
2714
+ Coin.encode(message.priceUp, writer.uint32(18).fork()).join();
2715
+ }
2716
+ if (message.seller !== "") {
2717
+ writer.uint32(26).string(message.seller);
2718
+ }
2719
+ if (message.buyer !== "") {
2720
+ writer.uint32(34).string(message.buyer);
2721
+ }
2722
+ if (message.card !== 0) {
2723
+ writer.uint32(40).uint64(message.card);
2724
+ }
2725
+ if (message.status !== 0) {
2726
+ writer.uint32(48).int32(message.status);
2727
+ }
2728
+ return writer;
2729
+ },
2730
+ decode(input, length) {
2731
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2732
+ let end = length === undefined ? reader.len : reader.pos + length;
2733
+ const message = createBaseQuerySellOffersRequest();
2734
+ while (reader.pos < end) {
2735
+ const tag = reader.uint32();
2736
+ switch (tag >>> 3) {
2737
+ case 1: {
2738
+ if (tag !== 10) {
2739
+ break;
2740
+ }
2741
+ message.priceDown = Coin.decode(reader, reader.uint32());
2742
+ continue;
2743
+ }
2744
+ case 2: {
2745
+ if (tag !== 18) {
2746
+ break;
2747
+ }
2748
+ message.priceUp = Coin.decode(reader, reader.uint32());
2749
+ continue;
2750
+ }
2751
+ case 3: {
2752
+ if (tag !== 26) {
2753
+ break;
2754
+ }
2755
+ message.seller = reader.string();
2756
+ continue;
2757
+ }
2758
+ case 4: {
2759
+ if (tag !== 34) {
2760
+ break;
2761
+ }
2762
+ message.buyer = reader.string();
2763
+ continue;
2764
+ }
2765
+ case 5: {
2766
+ if (tag !== 40) {
2767
+ break;
2768
+ }
2769
+ message.card = longToNumber(reader.uint64());
2770
+ continue;
2771
+ }
2772
+ case 6: {
2773
+ if (tag !== 48) {
2774
+ break;
2775
+ }
2776
+ message.status = reader.int32();
2777
+ continue;
2778
+ }
2779
+ }
2780
+ if ((tag & 7) === 4 || tag === 0) {
2781
+ break;
2782
+ }
2783
+ reader.skip(tag & 7);
2784
+ }
2785
+ return message;
2786
+ },
2787
+ fromJSON(object) {
2788
+ return {
2789
+ priceDown: isSet(object.priceDown) ? Coin.fromJSON(object.priceDown) : undefined,
2790
+ priceUp: isSet(object.priceUp) ? Coin.fromJSON(object.priceUp) : undefined,
2791
+ seller: isSet(object.seller) ? globalThis.String(object.seller) : "",
2792
+ buyer: isSet(object.buyer) ? globalThis.String(object.buyer) : "",
2793
+ card: isSet(object.card) ? globalThis.Number(object.card) : 0,
2794
+ status: isSet(object.status) ? sellOfferStatusFromJSON(object.status) : 0,
2795
+ };
2796
+ },
2797
+ toJSON(message) {
2798
+ const obj = {};
2799
+ if (message.priceDown !== undefined) {
2800
+ obj.priceDown = Coin.toJSON(message.priceDown);
2801
+ }
2802
+ if (message.priceUp !== undefined) {
2803
+ obj.priceUp = Coin.toJSON(message.priceUp);
2804
+ }
2805
+ if (message.seller !== "") {
2806
+ obj.seller = message.seller;
2807
+ }
2808
+ if (message.buyer !== "") {
2809
+ obj.buyer = message.buyer;
2810
+ }
2811
+ if (message.card !== 0) {
2812
+ obj.card = Math.round(message.card);
2813
+ }
2814
+ if (message.status !== 0) {
2815
+ obj.status = sellOfferStatusToJSON(message.status);
2816
+ }
2817
+ return obj;
2818
+ },
2819
+ create(base) {
2820
+ return QuerySellOffersRequest.fromPartial(base ?? {});
2821
+ },
2822
+ fromPartial(object) {
2823
+ const message = createBaseQuerySellOffersRequest();
2824
+ message.priceDown = (object.priceDown !== undefined && object.priceDown !== null)
2825
+ ? Coin.fromPartial(object.priceDown)
2826
+ : undefined;
2827
+ message.priceUp = (object.priceUp !== undefined && object.priceUp !== null)
2828
+ ? Coin.fromPartial(object.priceUp)
2829
+ : undefined;
2830
+ message.seller = object.seller ?? "";
2831
+ message.buyer = object.buyer ?? "";
2832
+ message.card = object.card ?? 0;
2833
+ message.status = object.status ?? 0;
2834
+ return message;
2835
+ },
2836
+ };
2837
+ function createBaseQuerySellOffersResponse() {
2838
+ return { sellOffers: [], sellOfferIds: [] };
2839
+ }
2840
+ export const QuerySellOffersResponse = {
2841
+ encode(message, writer = new BinaryWriter()) {
2842
+ for (const v of message.sellOffers) {
2843
+ SellOffer.encode(v, writer.uint32(10).fork()).join();
2844
+ }
2845
+ writer.uint32(18).fork();
2846
+ for (const v of message.sellOfferIds) {
2847
+ writer.uint64(v);
2848
+ }
2849
+ writer.join();
2850
+ return writer;
2851
+ },
2852
+ decode(input, length) {
2853
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2854
+ let end = length === undefined ? reader.len : reader.pos + length;
2855
+ const message = createBaseQuerySellOffersResponse();
2856
+ while (reader.pos < end) {
2857
+ const tag = reader.uint32();
2858
+ switch (tag >>> 3) {
2859
+ case 1: {
2860
+ if (tag !== 10) {
2861
+ break;
2862
+ }
2863
+ message.sellOffers.push(SellOffer.decode(reader, reader.uint32()));
2864
+ continue;
2865
+ }
2866
+ case 2: {
2867
+ if (tag === 16) {
2868
+ message.sellOfferIds.push(longToNumber(reader.uint64()));
2869
+ continue;
2870
+ }
2871
+ if (tag === 18) {
2872
+ const end2 = reader.uint32() + reader.pos;
2873
+ while (reader.pos < end2) {
2874
+ message.sellOfferIds.push(longToNumber(reader.uint64()));
2875
+ }
2876
+ continue;
2877
+ }
2878
+ break;
2879
+ }
2880
+ }
2881
+ if ((tag & 7) === 4 || tag === 0) {
2882
+ break;
2883
+ }
2884
+ reader.skip(tag & 7);
2885
+ }
2886
+ return message;
2887
+ },
2888
+ fromJSON(object) {
2889
+ return {
2890
+ sellOffers: globalThis.Array.isArray(object?.sellOffers)
2891
+ ? object.sellOffers.map((e) => SellOffer.fromJSON(e))
2892
+ : [],
2893
+ sellOfferIds: globalThis.Array.isArray(object?.sellOfferIds)
2894
+ ? object.sellOfferIds.map((e) => globalThis.Number(e))
2895
+ : [],
2896
+ };
2897
+ },
2898
+ toJSON(message) {
2899
+ const obj = {};
2900
+ if (message.sellOffers?.length) {
2901
+ obj.sellOffers = message.sellOffers.map((e) => SellOffer.toJSON(e));
2902
+ }
2903
+ if (message.sellOfferIds?.length) {
2904
+ obj.sellOfferIds = message.sellOfferIds.map((e) => Math.round(e));
2905
+ }
2906
+ return obj;
2907
+ },
2908
+ create(base) {
2909
+ return QuerySellOffersResponse.fromPartial(base ?? {});
2910
+ },
2911
+ fromPartial(object) {
2912
+ const message = createBaseQuerySellOffersResponse();
2913
+ message.sellOffers = object.sellOffers?.map((e) => SellOffer.fromPartial(e)) || [];
2914
+ message.sellOfferIds = object.sellOfferIds?.map((e) => e) || [];
2915
+ return message;
2916
+ },
2917
+ };
2918
+ export const QueryServiceName = "cardchain.cardchain.Query";
2919
+ export class QueryClientImpl {
2920
+ constructor(rpc, opts) {
2921
+ this.service = opts?.service || QueryServiceName;
2922
+ this.rpc = rpc;
2923
+ this.Params = this.Params.bind(this);
2924
+ this.Card = this.Card.bind(this);
2925
+ this.User = this.User.bind(this);
2926
+ this.Cards = this.Cards.bind(this);
2927
+ this.Match = this.Match.bind(this);
2928
+ this.Set = this.Set.bind(this);
2929
+ this.SellOffer = this.SellOffer.bind(this);
2930
+ this.Council = this.Council.bind(this);
2931
+ this.Server = this.Server.bind(this);
2932
+ this.Encounter = this.Encounter.bind(this);
2933
+ this.Encounters = this.Encounters.bind(this);
2934
+ this.EncounterWithImage = this.EncounterWithImage.bind(this);
2935
+ this.EncountersWithImage = this.EncountersWithImage.bind(this);
2936
+ this.CardchainInfo = this.CardchainInfo.bind(this);
2937
+ this.SetRarityDistribution = this.SetRarityDistribution.bind(this);
2938
+ this.AccountFromZealy = this.AccountFromZealy.bind(this);
2939
+ this.VotingResults = this.VotingResults.bind(this);
2940
+ this.Matches = this.Matches.bind(this);
2941
+ this.Sets = this.Sets.bind(this);
2942
+ this.CardContent = this.CardContent.bind(this);
2943
+ this.CardContents = this.CardContents.bind(this);
2944
+ this.SellOffers = this.SellOffers.bind(this);
2945
+ }
2946
+ Params(request) {
2947
+ const data = QueryParamsRequest.encode(request).finish();
2948
+ const promise = this.rpc.request(this.service, "Params", data);
2949
+ return promise.then((data) => QueryParamsResponse.decode(new BinaryReader(data)));
2950
+ }
2951
+ Card(request) {
2952
+ const data = QueryCardRequest.encode(request).finish();
2953
+ const promise = this.rpc.request(this.service, "Card", data);
2954
+ return promise.then((data) => QueryCardResponse.decode(new BinaryReader(data)));
2955
+ }
2956
+ User(request) {
2957
+ const data = QueryUserRequest.encode(request).finish();
2958
+ const promise = this.rpc.request(this.service, "User", data);
2959
+ return promise.then((data) => QueryUserResponse.decode(new BinaryReader(data)));
2960
+ }
2961
+ Cards(request) {
2962
+ const data = QueryCardsRequest.encode(request).finish();
2963
+ const promise = this.rpc.request(this.service, "Cards", data);
2964
+ return promise.then((data) => QueryCardsResponse.decode(new BinaryReader(data)));
2965
+ }
2966
+ Match(request) {
2967
+ const data = QueryMatchRequest.encode(request).finish();
2968
+ const promise = this.rpc.request(this.service, "Match", data);
2969
+ return promise.then((data) => QueryMatchResponse.decode(new BinaryReader(data)));
2970
+ }
2971
+ Set(request) {
2972
+ const data = QuerySetRequest.encode(request).finish();
2973
+ const promise = this.rpc.request(this.service, "Set", data);
2974
+ return promise.then((data) => QuerySetResponse.decode(new BinaryReader(data)));
2975
+ }
2976
+ SellOffer(request) {
2977
+ const data = QuerySellOfferRequest.encode(request).finish();
2978
+ const promise = this.rpc.request(this.service, "SellOffer", data);
2979
+ return promise.then((data) => QuerySellOfferResponse.decode(new BinaryReader(data)));
2980
+ }
2981
+ Council(request) {
2982
+ const data = QueryCouncilRequest.encode(request).finish();
2983
+ const promise = this.rpc.request(this.service, "Council", data);
2984
+ return promise.then((data) => QueryCouncilResponse.decode(new BinaryReader(data)));
2985
+ }
2986
+ Server(request) {
2987
+ const data = QueryServerRequest.encode(request).finish();
2988
+ const promise = this.rpc.request(this.service, "Server", data);
2989
+ return promise.then((data) => QueryServerResponse.decode(new BinaryReader(data)));
2990
+ }
2991
+ Encounter(request) {
2992
+ const data = QueryEncounterRequest.encode(request).finish();
2993
+ const promise = this.rpc.request(this.service, "Encounter", data);
2994
+ return promise.then((data) => QueryEncounterResponse.decode(new BinaryReader(data)));
2995
+ }
2996
+ Encounters(request) {
2997
+ const data = QueryEncountersRequest.encode(request).finish();
2998
+ const promise = this.rpc.request(this.service, "Encounters", data);
2999
+ return promise.then((data) => QueryEncountersResponse.decode(new BinaryReader(data)));
3000
+ }
3001
+ EncounterWithImage(request) {
3002
+ const data = QueryEncounterWithImageRequest.encode(request).finish();
3003
+ const promise = this.rpc.request(this.service, "EncounterWithImage", data);
3004
+ return promise.then((data) => QueryEncounterWithImageResponse.decode(new BinaryReader(data)));
3005
+ }
3006
+ EncountersWithImage(request) {
3007
+ const data = QueryEncountersWithImageRequest.encode(request).finish();
3008
+ const promise = this.rpc.request(this.service, "EncountersWithImage", data);
3009
+ return promise.then((data) => QueryEncountersWithImageResponse.decode(new BinaryReader(data)));
3010
+ }
3011
+ CardchainInfo(request) {
3012
+ const data = QueryCardchainInfoRequest.encode(request).finish();
3013
+ const promise = this.rpc.request(this.service, "CardchainInfo", data);
3014
+ return promise.then((data) => QueryCardchainInfoResponse.decode(new BinaryReader(data)));
3015
+ }
3016
+ SetRarityDistribution(request) {
3017
+ const data = QuerySetRarityDistributionRequest.encode(request).finish();
3018
+ const promise = this.rpc.request(this.service, "SetRarityDistribution", data);
3019
+ return promise.then((data) => QuerySetRarityDistributionResponse.decode(new BinaryReader(data)));
3020
+ }
3021
+ AccountFromZealy(request) {
3022
+ const data = QueryAccountFromZealyRequest.encode(request).finish();
3023
+ const promise = this.rpc.request(this.service, "AccountFromZealy", data);
3024
+ return promise.then((data) => QueryAccountFromZealyResponse.decode(new BinaryReader(data)));
3025
+ }
3026
+ VotingResults(request) {
3027
+ const data = QueryVotingResultsRequest.encode(request).finish();
3028
+ const promise = this.rpc.request(this.service, "VotingResults", data);
3029
+ return promise.then((data) => QueryVotingResultsResponse.decode(new BinaryReader(data)));
3030
+ }
3031
+ Matches(request) {
3032
+ const data = QueryMatchesRequest.encode(request).finish();
3033
+ const promise = this.rpc.request(this.service, "Matches", data);
3034
+ return promise.then((data) => QueryMatchesResponse.decode(new BinaryReader(data)));
3035
+ }
3036
+ Sets(request) {
3037
+ const data = QuerySetsRequest.encode(request).finish();
3038
+ const promise = this.rpc.request(this.service, "Sets", data);
3039
+ return promise.then((data) => QuerySetsResponse.decode(new BinaryReader(data)));
3040
+ }
3041
+ CardContent(request) {
3042
+ const data = QueryCardContentRequest.encode(request).finish();
3043
+ const promise = this.rpc.request(this.service, "CardContent", data);
3044
+ return promise.then((data) => QueryCardContentResponse.decode(new BinaryReader(data)));
3045
+ }
3046
+ CardContents(request) {
3047
+ const data = QueryCardContentsRequest.encode(request).finish();
3048
+ const promise = this.rpc.request(this.service, "CardContents", data);
3049
+ return promise.then((data) => QueryCardContentsResponse.decode(new BinaryReader(data)));
3050
+ }
3051
+ SellOffers(request) {
3052
+ const data = QuerySellOffersRequest.encode(request).finish();
3053
+ const promise = this.rpc.request(this.service, "SellOffers", data);
3054
+ return promise.then((data) => QuerySellOffersResponse.decode(new BinaryReader(data)));
3055
+ }
3056
+ }
3057
+ function longToNumber(int64) {
3058
+ const num = globalThis.Number(int64.toString());
3059
+ if (num > globalThis.Number.MAX_SAFE_INTEGER) {
3060
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
3061
+ }
3062
+ if (num < globalThis.Number.MIN_SAFE_INTEGER) {
3063
+ throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
3064
+ }
3065
+ return num;
3066
+ }
3067
+ function isSet(value) {
3068
+ return value !== null && value !== undefined;
3069
+ }