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,2133 @@
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: tendermint/types/types.proto
6
+
7
+ /* eslint-disable */
8
+ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
9
+ import { Timestamp } from "../../google/protobuf/timestamp";
10
+ import { Proof } from "../crypto/proof";
11
+ import { Consensus } from "../version/types";
12
+ import { BlockIDFlag, blockIDFlagFromJSON, blockIDFlagToJSON, ValidatorSet } from "./validator";
13
+
14
+ export const protobufPackage = "tendermint.types";
15
+
16
+ /** SignedMsgType is a type of signed message in the consensus. */
17
+ export enum SignedMsgType {
18
+ SIGNED_MSG_TYPE_UNKNOWN = 0,
19
+ /** SIGNED_MSG_TYPE_PREVOTE - Votes */
20
+ SIGNED_MSG_TYPE_PREVOTE = 1,
21
+ SIGNED_MSG_TYPE_PRECOMMIT = 2,
22
+ /** SIGNED_MSG_TYPE_PROPOSAL - Proposals */
23
+ SIGNED_MSG_TYPE_PROPOSAL = 32,
24
+ UNRECOGNIZED = -1,
25
+ }
26
+
27
+ export function signedMsgTypeFromJSON(object: any): SignedMsgType {
28
+ switch (object) {
29
+ case 0:
30
+ case "SIGNED_MSG_TYPE_UNKNOWN":
31
+ return SignedMsgType.SIGNED_MSG_TYPE_UNKNOWN;
32
+ case 1:
33
+ case "SIGNED_MSG_TYPE_PREVOTE":
34
+ return SignedMsgType.SIGNED_MSG_TYPE_PREVOTE;
35
+ case 2:
36
+ case "SIGNED_MSG_TYPE_PRECOMMIT":
37
+ return SignedMsgType.SIGNED_MSG_TYPE_PRECOMMIT;
38
+ case 32:
39
+ case "SIGNED_MSG_TYPE_PROPOSAL":
40
+ return SignedMsgType.SIGNED_MSG_TYPE_PROPOSAL;
41
+ case -1:
42
+ case "UNRECOGNIZED":
43
+ default:
44
+ return SignedMsgType.UNRECOGNIZED;
45
+ }
46
+ }
47
+
48
+ export function signedMsgTypeToJSON(object: SignedMsgType): string {
49
+ switch (object) {
50
+ case SignedMsgType.SIGNED_MSG_TYPE_UNKNOWN:
51
+ return "SIGNED_MSG_TYPE_UNKNOWN";
52
+ case SignedMsgType.SIGNED_MSG_TYPE_PREVOTE:
53
+ return "SIGNED_MSG_TYPE_PREVOTE";
54
+ case SignedMsgType.SIGNED_MSG_TYPE_PRECOMMIT:
55
+ return "SIGNED_MSG_TYPE_PRECOMMIT";
56
+ case SignedMsgType.SIGNED_MSG_TYPE_PROPOSAL:
57
+ return "SIGNED_MSG_TYPE_PROPOSAL";
58
+ case SignedMsgType.UNRECOGNIZED:
59
+ default:
60
+ return "UNRECOGNIZED";
61
+ }
62
+ }
63
+
64
+ /** PartsetHeader */
65
+ export interface PartSetHeader {
66
+ total: number;
67
+ hash: Uint8Array;
68
+ }
69
+
70
+ export interface Part {
71
+ index: number;
72
+ bytes: Uint8Array;
73
+ proof: Proof | undefined;
74
+ }
75
+
76
+ /** BlockID */
77
+ export interface BlockID {
78
+ hash: Uint8Array;
79
+ partSetHeader: PartSetHeader | undefined;
80
+ }
81
+
82
+ /** Header defines the structure of a block header. */
83
+ export interface Header {
84
+ /** basic block info */
85
+ version: Consensus | undefined;
86
+ chainId: string;
87
+ height: number;
88
+ time:
89
+ | Date
90
+ | undefined;
91
+ /** prev block info */
92
+ lastBlockId:
93
+ | BlockID
94
+ | undefined;
95
+ /** hashes of block data */
96
+ lastCommitHash: Uint8Array;
97
+ /** transactions */
98
+ dataHash: Uint8Array;
99
+ /** hashes from the app output from the prev block */
100
+ validatorsHash: Uint8Array;
101
+ /** validators for the next block */
102
+ nextValidatorsHash: Uint8Array;
103
+ /** consensus params for current block */
104
+ consensusHash: Uint8Array;
105
+ /** state after txs from the previous block */
106
+ appHash: Uint8Array;
107
+ /** root hash of all results from the txs from the previous block */
108
+ lastResultsHash: Uint8Array;
109
+ /** consensus info */
110
+ evidenceHash: Uint8Array;
111
+ /** original proposer of the block */
112
+ proposerAddress: Uint8Array;
113
+ }
114
+
115
+ /** Data contains the set of transactions included in the block */
116
+ export interface Data {
117
+ /**
118
+ * Txs that will be applied by state @ block.Height+1.
119
+ * NOTE: not all txs here are valid. We're just agreeing on the order first.
120
+ * This means that block.AppHash does not include these txs.
121
+ */
122
+ txs: Uint8Array[];
123
+ }
124
+
125
+ /**
126
+ * Vote represents a prevote or precommit vote from validators for
127
+ * consensus.
128
+ */
129
+ export interface Vote {
130
+ type: SignedMsgType;
131
+ height: number;
132
+ round: number;
133
+ /** zero if vote is nil. */
134
+ blockId: BlockID | undefined;
135
+ timestamp: Date | undefined;
136
+ validatorAddress: Uint8Array;
137
+ validatorIndex: number;
138
+ /**
139
+ * Vote signature by the validator if they participated in consensus for the
140
+ * associated block.
141
+ */
142
+ signature: Uint8Array;
143
+ /**
144
+ * Vote extension provided by the application. Only valid for precommit
145
+ * messages.
146
+ */
147
+ extension: Uint8Array;
148
+ /**
149
+ * Vote extension signature by the validator if they participated in
150
+ * consensus for the associated block.
151
+ * Only valid for precommit messages.
152
+ */
153
+ extensionSignature: Uint8Array;
154
+ }
155
+
156
+ /** Commit contains the evidence that a block was committed by a set of validators. */
157
+ export interface Commit {
158
+ height: number;
159
+ round: number;
160
+ blockId: BlockID | undefined;
161
+ signatures: CommitSig[];
162
+ }
163
+
164
+ /** CommitSig is a part of the Vote included in a Commit. */
165
+ export interface CommitSig {
166
+ blockIdFlag: BlockIDFlag;
167
+ validatorAddress: Uint8Array;
168
+ timestamp: Date | undefined;
169
+ signature: Uint8Array;
170
+ }
171
+
172
+ export interface ExtendedCommit {
173
+ height: number;
174
+ round: number;
175
+ blockId: BlockID | undefined;
176
+ extendedSignatures: ExtendedCommitSig[];
177
+ }
178
+
179
+ /**
180
+ * ExtendedCommitSig retains all the same fields as CommitSig but adds vote
181
+ * extension-related fields. We use two signatures to ensure backwards compatibility.
182
+ * That is the digest of the original signature is still the same in prior versions
183
+ */
184
+ export interface ExtendedCommitSig {
185
+ blockIdFlag: BlockIDFlag;
186
+ validatorAddress: Uint8Array;
187
+ timestamp: Date | undefined;
188
+ signature: Uint8Array;
189
+ /** Vote extension data */
190
+ extension: Uint8Array;
191
+ /** Vote extension signature */
192
+ extensionSignature: Uint8Array;
193
+ }
194
+
195
+ export interface Proposal {
196
+ type: SignedMsgType;
197
+ height: number;
198
+ round: number;
199
+ polRound: number;
200
+ blockId: BlockID | undefined;
201
+ timestamp: Date | undefined;
202
+ signature: Uint8Array;
203
+ }
204
+
205
+ export interface SignedHeader {
206
+ header: Header | undefined;
207
+ commit: Commit | undefined;
208
+ }
209
+
210
+ export interface LightBlock {
211
+ signedHeader: SignedHeader | undefined;
212
+ validatorSet: ValidatorSet | undefined;
213
+ }
214
+
215
+ export interface BlockMeta {
216
+ blockId: BlockID | undefined;
217
+ blockSize: number;
218
+ header: Header | undefined;
219
+ numTxs: number;
220
+ }
221
+
222
+ /** TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree. */
223
+ export interface TxProof {
224
+ rootHash: Uint8Array;
225
+ data: Uint8Array;
226
+ proof: Proof | undefined;
227
+ }
228
+
229
+ function createBasePartSetHeader(): PartSetHeader {
230
+ return { total: 0, hash: new Uint8Array(0) };
231
+ }
232
+
233
+ export const PartSetHeader: MessageFns<PartSetHeader> = {
234
+ encode(message: PartSetHeader, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
235
+ if (message.total !== 0) {
236
+ writer.uint32(8).uint32(message.total);
237
+ }
238
+ if (message.hash.length !== 0) {
239
+ writer.uint32(18).bytes(message.hash);
240
+ }
241
+ return writer;
242
+ },
243
+
244
+ decode(input: BinaryReader | Uint8Array, length?: number): PartSetHeader {
245
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
246
+ let end = length === undefined ? reader.len : reader.pos + length;
247
+ const message = createBasePartSetHeader();
248
+ while (reader.pos < end) {
249
+ const tag = reader.uint32();
250
+ switch (tag >>> 3) {
251
+ case 1: {
252
+ if (tag !== 8) {
253
+ break;
254
+ }
255
+
256
+ message.total = reader.uint32();
257
+ continue;
258
+ }
259
+ case 2: {
260
+ if (tag !== 18) {
261
+ break;
262
+ }
263
+
264
+ message.hash = reader.bytes();
265
+ continue;
266
+ }
267
+ }
268
+ if ((tag & 7) === 4 || tag === 0) {
269
+ break;
270
+ }
271
+ reader.skip(tag & 7);
272
+ }
273
+ return message;
274
+ },
275
+
276
+ fromJSON(object: any): PartSetHeader {
277
+ return {
278
+ total: isSet(object.total) ? globalThis.Number(object.total) : 0,
279
+ hash: isSet(object.hash) ? bytesFromBase64(object.hash) : new Uint8Array(0),
280
+ };
281
+ },
282
+
283
+ toJSON(message: PartSetHeader): unknown {
284
+ const obj: any = {};
285
+ if (message.total !== 0) {
286
+ obj.total = Math.round(message.total);
287
+ }
288
+ if (message.hash.length !== 0) {
289
+ obj.hash = base64FromBytes(message.hash);
290
+ }
291
+ return obj;
292
+ },
293
+
294
+ create<I extends Exact<DeepPartial<PartSetHeader>, I>>(base?: I): PartSetHeader {
295
+ return PartSetHeader.fromPartial(base ?? ({} as any));
296
+ },
297
+ fromPartial<I extends Exact<DeepPartial<PartSetHeader>, I>>(object: I): PartSetHeader {
298
+ const message = createBasePartSetHeader();
299
+ message.total = object.total ?? 0;
300
+ message.hash = object.hash ?? new Uint8Array(0);
301
+ return message;
302
+ },
303
+ };
304
+
305
+ function createBasePart(): Part {
306
+ return { index: 0, bytes: new Uint8Array(0), proof: undefined };
307
+ }
308
+
309
+ export const Part: MessageFns<Part> = {
310
+ encode(message: Part, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
311
+ if (message.index !== 0) {
312
+ writer.uint32(8).uint32(message.index);
313
+ }
314
+ if (message.bytes.length !== 0) {
315
+ writer.uint32(18).bytes(message.bytes);
316
+ }
317
+ if (message.proof !== undefined) {
318
+ Proof.encode(message.proof, writer.uint32(26).fork()).join();
319
+ }
320
+ return writer;
321
+ },
322
+
323
+ decode(input: BinaryReader | Uint8Array, length?: number): Part {
324
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
325
+ let end = length === undefined ? reader.len : reader.pos + length;
326
+ const message = createBasePart();
327
+ while (reader.pos < end) {
328
+ const tag = reader.uint32();
329
+ switch (tag >>> 3) {
330
+ case 1: {
331
+ if (tag !== 8) {
332
+ break;
333
+ }
334
+
335
+ message.index = reader.uint32();
336
+ continue;
337
+ }
338
+ case 2: {
339
+ if (tag !== 18) {
340
+ break;
341
+ }
342
+
343
+ message.bytes = reader.bytes();
344
+ continue;
345
+ }
346
+ case 3: {
347
+ if (tag !== 26) {
348
+ break;
349
+ }
350
+
351
+ message.proof = Proof.decode(reader, reader.uint32());
352
+ continue;
353
+ }
354
+ }
355
+ if ((tag & 7) === 4 || tag === 0) {
356
+ break;
357
+ }
358
+ reader.skip(tag & 7);
359
+ }
360
+ return message;
361
+ },
362
+
363
+ fromJSON(object: any): Part {
364
+ return {
365
+ index: isSet(object.index) ? globalThis.Number(object.index) : 0,
366
+ bytes: isSet(object.bytes) ? bytesFromBase64(object.bytes) : new Uint8Array(0),
367
+ proof: isSet(object.proof) ? Proof.fromJSON(object.proof) : undefined,
368
+ };
369
+ },
370
+
371
+ toJSON(message: Part): unknown {
372
+ const obj: any = {};
373
+ if (message.index !== 0) {
374
+ obj.index = Math.round(message.index);
375
+ }
376
+ if (message.bytes.length !== 0) {
377
+ obj.bytes = base64FromBytes(message.bytes);
378
+ }
379
+ if (message.proof !== undefined) {
380
+ obj.proof = Proof.toJSON(message.proof);
381
+ }
382
+ return obj;
383
+ },
384
+
385
+ create<I extends Exact<DeepPartial<Part>, I>>(base?: I): Part {
386
+ return Part.fromPartial(base ?? ({} as any));
387
+ },
388
+ fromPartial<I extends Exact<DeepPartial<Part>, I>>(object: I): Part {
389
+ const message = createBasePart();
390
+ message.index = object.index ?? 0;
391
+ message.bytes = object.bytes ?? new Uint8Array(0);
392
+ message.proof = (object.proof !== undefined && object.proof !== null) ? Proof.fromPartial(object.proof) : undefined;
393
+ return message;
394
+ },
395
+ };
396
+
397
+ function createBaseBlockID(): BlockID {
398
+ return { hash: new Uint8Array(0), partSetHeader: undefined };
399
+ }
400
+
401
+ export const BlockID: MessageFns<BlockID> = {
402
+ encode(message: BlockID, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
403
+ if (message.hash.length !== 0) {
404
+ writer.uint32(10).bytes(message.hash);
405
+ }
406
+ if (message.partSetHeader !== undefined) {
407
+ PartSetHeader.encode(message.partSetHeader, writer.uint32(18).fork()).join();
408
+ }
409
+ return writer;
410
+ },
411
+
412
+ decode(input: BinaryReader | Uint8Array, length?: number): BlockID {
413
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
414
+ let end = length === undefined ? reader.len : reader.pos + length;
415
+ const message = createBaseBlockID();
416
+ while (reader.pos < end) {
417
+ const tag = reader.uint32();
418
+ switch (tag >>> 3) {
419
+ case 1: {
420
+ if (tag !== 10) {
421
+ break;
422
+ }
423
+
424
+ message.hash = reader.bytes();
425
+ continue;
426
+ }
427
+ case 2: {
428
+ if (tag !== 18) {
429
+ break;
430
+ }
431
+
432
+ message.partSetHeader = PartSetHeader.decode(reader, reader.uint32());
433
+ continue;
434
+ }
435
+ }
436
+ if ((tag & 7) === 4 || tag === 0) {
437
+ break;
438
+ }
439
+ reader.skip(tag & 7);
440
+ }
441
+ return message;
442
+ },
443
+
444
+ fromJSON(object: any): BlockID {
445
+ return {
446
+ hash: isSet(object.hash) ? bytesFromBase64(object.hash) : new Uint8Array(0),
447
+ partSetHeader: isSet(object.partSetHeader) ? PartSetHeader.fromJSON(object.partSetHeader) : undefined,
448
+ };
449
+ },
450
+
451
+ toJSON(message: BlockID): unknown {
452
+ const obj: any = {};
453
+ if (message.hash.length !== 0) {
454
+ obj.hash = base64FromBytes(message.hash);
455
+ }
456
+ if (message.partSetHeader !== undefined) {
457
+ obj.partSetHeader = PartSetHeader.toJSON(message.partSetHeader);
458
+ }
459
+ return obj;
460
+ },
461
+
462
+ create<I extends Exact<DeepPartial<BlockID>, I>>(base?: I): BlockID {
463
+ return BlockID.fromPartial(base ?? ({} as any));
464
+ },
465
+ fromPartial<I extends Exact<DeepPartial<BlockID>, I>>(object: I): BlockID {
466
+ const message = createBaseBlockID();
467
+ message.hash = object.hash ?? new Uint8Array(0);
468
+ message.partSetHeader = (object.partSetHeader !== undefined && object.partSetHeader !== null)
469
+ ? PartSetHeader.fromPartial(object.partSetHeader)
470
+ : undefined;
471
+ return message;
472
+ },
473
+ };
474
+
475
+ function createBaseHeader(): Header {
476
+ return {
477
+ version: undefined,
478
+ chainId: "",
479
+ height: 0,
480
+ time: undefined,
481
+ lastBlockId: undefined,
482
+ lastCommitHash: new Uint8Array(0),
483
+ dataHash: new Uint8Array(0),
484
+ validatorsHash: new Uint8Array(0),
485
+ nextValidatorsHash: new Uint8Array(0),
486
+ consensusHash: new Uint8Array(0),
487
+ appHash: new Uint8Array(0),
488
+ lastResultsHash: new Uint8Array(0),
489
+ evidenceHash: new Uint8Array(0),
490
+ proposerAddress: new Uint8Array(0),
491
+ };
492
+ }
493
+
494
+ export const Header: MessageFns<Header> = {
495
+ encode(message: Header, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
496
+ if (message.version !== undefined) {
497
+ Consensus.encode(message.version, writer.uint32(10).fork()).join();
498
+ }
499
+ if (message.chainId !== "") {
500
+ writer.uint32(18).string(message.chainId);
501
+ }
502
+ if (message.height !== 0) {
503
+ writer.uint32(24).int64(message.height);
504
+ }
505
+ if (message.time !== undefined) {
506
+ Timestamp.encode(toTimestamp(message.time), writer.uint32(34).fork()).join();
507
+ }
508
+ if (message.lastBlockId !== undefined) {
509
+ BlockID.encode(message.lastBlockId, writer.uint32(42).fork()).join();
510
+ }
511
+ if (message.lastCommitHash.length !== 0) {
512
+ writer.uint32(50).bytes(message.lastCommitHash);
513
+ }
514
+ if (message.dataHash.length !== 0) {
515
+ writer.uint32(58).bytes(message.dataHash);
516
+ }
517
+ if (message.validatorsHash.length !== 0) {
518
+ writer.uint32(66).bytes(message.validatorsHash);
519
+ }
520
+ if (message.nextValidatorsHash.length !== 0) {
521
+ writer.uint32(74).bytes(message.nextValidatorsHash);
522
+ }
523
+ if (message.consensusHash.length !== 0) {
524
+ writer.uint32(82).bytes(message.consensusHash);
525
+ }
526
+ if (message.appHash.length !== 0) {
527
+ writer.uint32(90).bytes(message.appHash);
528
+ }
529
+ if (message.lastResultsHash.length !== 0) {
530
+ writer.uint32(98).bytes(message.lastResultsHash);
531
+ }
532
+ if (message.evidenceHash.length !== 0) {
533
+ writer.uint32(106).bytes(message.evidenceHash);
534
+ }
535
+ if (message.proposerAddress.length !== 0) {
536
+ writer.uint32(114).bytes(message.proposerAddress);
537
+ }
538
+ return writer;
539
+ },
540
+
541
+ decode(input: BinaryReader | Uint8Array, length?: number): Header {
542
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
543
+ let end = length === undefined ? reader.len : reader.pos + length;
544
+ const message = createBaseHeader();
545
+ while (reader.pos < end) {
546
+ const tag = reader.uint32();
547
+ switch (tag >>> 3) {
548
+ case 1: {
549
+ if (tag !== 10) {
550
+ break;
551
+ }
552
+
553
+ message.version = Consensus.decode(reader, reader.uint32());
554
+ continue;
555
+ }
556
+ case 2: {
557
+ if (tag !== 18) {
558
+ break;
559
+ }
560
+
561
+ message.chainId = reader.string();
562
+ continue;
563
+ }
564
+ case 3: {
565
+ if (tag !== 24) {
566
+ break;
567
+ }
568
+
569
+ message.height = longToNumber(reader.int64());
570
+ continue;
571
+ }
572
+ case 4: {
573
+ if (tag !== 34) {
574
+ break;
575
+ }
576
+
577
+ message.time = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
578
+ continue;
579
+ }
580
+ case 5: {
581
+ if (tag !== 42) {
582
+ break;
583
+ }
584
+
585
+ message.lastBlockId = BlockID.decode(reader, reader.uint32());
586
+ continue;
587
+ }
588
+ case 6: {
589
+ if (tag !== 50) {
590
+ break;
591
+ }
592
+
593
+ message.lastCommitHash = reader.bytes();
594
+ continue;
595
+ }
596
+ case 7: {
597
+ if (tag !== 58) {
598
+ break;
599
+ }
600
+
601
+ message.dataHash = reader.bytes();
602
+ continue;
603
+ }
604
+ case 8: {
605
+ if (tag !== 66) {
606
+ break;
607
+ }
608
+
609
+ message.validatorsHash = reader.bytes();
610
+ continue;
611
+ }
612
+ case 9: {
613
+ if (tag !== 74) {
614
+ break;
615
+ }
616
+
617
+ message.nextValidatorsHash = reader.bytes();
618
+ continue;
619
+ }
620
+ case 10: {
621
+ if (tag !== 82) {
622
+ break;
623
+ }
624
+
625
+ message.consensusHash = reader.bytes();
626
+ continue;
627
+ }
628
+ case 11: {
629
+ if (tag !== 90) {
630
+ break;
631
+ }
632
+
633
+ message.appHash = reader.bytes();
634
+ continue;
635
+ }
636
+ case 12: {
637
+ if (tag !== 98) {
638
+ break;
639
+ }
640
+
641
+ message.lastResultsHash = reader.bytes();
642
+ continue;
643
+ }
644
+ case 13: {
645
+ if (tag !== 106) {
646
+ break;
647
+ }
648
+
649
+ message.evidenceHash = reader.bytes();
650
+ continue;
651
+ }
652
+ case 14: {
653
+ if (tag !== 114) {
654
+ break;
655
+ }
656
+
657
+ message.proposerAddress = reader.bytes();
658
+ continue;
659
+ }
660
+ }
661
+ if ((tag & 7) === 4 || tag === 0) {
662
+ break;
663
+ }
664
+ reader.skip(tag & 7);
665
+ }
666
+ return message;
667
+ },
668
+
669
+ fromJSON(object: any): Header {
670
+ return {
671
+ version: isSet(object.version) ? Consensus.fromJSON(object.version) : undefined,
672
+ chainId: isSet(object.chainId) ? globalThis.String(object.chainId) : "",
673
+ height: isSet(object.height) ? globalThis.Number(object.height) : 0,
674
+ time: isSet(object.time) ? fromJsonTimestamp(object.time) : undefined,
675
+ lastBlockId: isSet(object.lastBlockId) ? BlockID.fromJSON(object.lastBlockId) : undefined,
676
+ lastCommitHash: isSet(object.lastCommitHash) ? bytesFromBase64(object.lastCommitHash) : new Uint8Array(0),
677
+ dataHash: isSet(object.dataHash) ? bytesFromBase64(object.dataHash) : new Uint8Array(0),
678
+ validatorsHash: isSet(object.validatorsHash) ? bytesFromBase64(object.validatorsHash) : new Uint8Array(0),
679
+ nextValidatorsHash: isSet(object.nextValidatorsHash)
680
+ ? bytesFromBase64(object.nextValidatorsHash)
681
+ : new Uint8Array(0),
682
+ consensusHash: isSet(object.consensusHash) ? bytesFromBase64(object.consensusHash) : new Uint8Array(0),
683
+ appHash: isSet(object.appHash) ? bytesFromBase64(object.appHash) : new Uint8Array(0),
684
+ lastResultsHash: isSet(object.lastResultsHash) ? bytesFromBase64(object.lastResultsHash) : new Uint8Array(0),
685
+ evidenceHash: isSet(object.evidenceHash) ? bytesFromBase64(object.evidenceHash) : new Uint8Array(0),
686
+ proposerAddress: isSet(object.proposerAddress) ? bytesFromBase64(object.proposerAddress) : new Uint8Array(0),
687
+ };
688
+ },
689
+
690
+ toJSON(message: Header): unknown {
691
+ const obj: any = {};
692
+ if (message.version !== undefined) {
693
+ obj.version = Consensus.toJSON(message.version);
694
+ }
695
+ if (message.chainId !== "") {
696
+ obj.chainId = message.chainId;
697
+ }
698
+ if (message.height !== 0) {
699
+ obj.height = Math.round(message.height);
700
+ }
701
+ if (message.time !== undefined) {
702
+ obj.time = message.time.toISOString();
703
+ }
704
+ if (message.lastBlockId !== undefined) {
705
+ obj.lastBlockId = BlockID.toJSON(message.lastBlockId);
706
+ }
707
+ if (message.lastCommitHash.length !== 0) {
708
+ obj.lastCommitHash = base64FromBytes(message.lastCommitHash);
709
+ }
710
+ if (message.dataHash.length !== 0) {
711
+ obj.dataHash = base64FromBytes(message.dataHash);
712
+ }
713
+ if (message.validatorsHash.length !== 0) {
714
+ obj.validatorsHash = base64FromBytes(message.validatorsHash);
715
+ }
716
+ if (message.nextValidatorsHash.length !== 0) {
717
+ obj.nextValidatorsHash = base64FromBytes(message.nextValidatorsHash);
718
+ }
719
+ if (message.consensusHash.length !== 0) {
720
+ obj.consensusHash = base64FromBytes(message.consensusHash);
721
+ }
722
+ if (message.appHash.length !== 0) {
723
+ obj.appHash = base64FromBytes(message.appHash);
724
+ }
725
+ if (message.lastResultsHash.length !== 0) {
726
+ obj.lastResultsHash = base64FromBytes(message.lastResultsHash);
727
+ }
728
+ if (message.evidenceHash.length !== 0) {
729
+ obj.evidenceHash = base64FromBytes(message.evidenceHash);
730
+ }
731
+ if (message.proposerAddress.length !== 0) {
732
+ obj.proposerAddress = base64FromBytes(message.proposerAddress);
733
+ }
734
+ return obj;
735
+ },
736
+
737
+ create<I extends Exact<DeepPartial<Header>, I>>(base?: I): Header {
738
+ return Header.fromPartial(base ?? ({} as any));
739
+ },
740
+ fromPartial<I extends Exact<DeepPartial<Header>, I>>(object: I): Header {
741
+ const message = createBaseHeader();
742
+ message.version = (object.version !== undefined && object.version !== null)
743
+ ? Consensus.fromPartial(object.version)
744
+ : undefined;
745
+ message.chainId = object.chainId ?? "";
746
+ message.height = object.height ?? 0;
747
+ message.time = object.time ?? undefined;
748
+ message.lastBlockId = (object.lastBlockId !== undefined && object.lastBlockId !== null)
749
+ ? BlockID.fromPartial(object.lastBlockId)
750
+ : undefined;
751
+ message.lastCommitHash = object.lastCommitHash ?? new Uint8Array(0);
752
+ message.dataHash = object.dataHash ?? new Uint8Array(0);
753
+ message.validatorsHash = object.validatorsHash ?? new Uint8Array(0);
754
+ message.nextValidatorsHash = object.nextValidatorsHash ?? new Uint8Array(0);
755
+ message.consensusHash = object.consensusHash ?? new Uint8Array(0);
756
+ message.appHash = object.appHash ?? new Uint8Array(0);
757
+ message.lastResultsHash = object.lastResultsHash ?? new Uint8Array(0);
758
+ message.evidenceHash = object.evidenceHash ?? new Uint8Array(0);
759
+ message.proposerAddress = object.proposerAddress ?? new Uint8Array(0);
760
+ return message;
761
+ },
762
+ };
763
+
764
+ function createBaseData(): Data {
765
+ return { txs: [] };
766
+ }
767
+
768
+ export const Data: MessageFns<Data> = {
769
+ encode(message: Data, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
770
+ for (const v of message.txs) {
771
+ writer.uint32(10).bytes(v!);
772
+ }
773
+ return writer;
774
+ },
775
+
776
+ decode(input: BinaryReader | Uint8Array, length?: number): Data {
777
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
778
+ let end = length === undefined ? reader.len : reader.pos + length;
779
+ const message = createBaseData();
780
+ while (reader.pos < end) {
781
+ const tag = reader.uint32();
782
+ switch (tag >>> 3) {
783
+ case 1: {
784
+ if (tag !== 10) {
785
+ break;
786
+ }
787
+
788
+ message.txs.push(reader.bytes());
789
+ continue;
790
+ }
791
+ }
792
+ if ((tag & 7) === 4 || tag === 0) {
793
+ break;
794
+ }
795
+ reader.skip(tag & 7);
796
+ }
797
+ return message;
798
+ },
799
+
800
+ fromJSON(object: any): Data {
801
+ return { txs: globalThis.Array.isArray(object?.txs) ? object.txs.map((e: any) => bytesFromBase64(e)) : [] };
802
+ },
803
+
804
+ toJSON(message: Data): unknown {
805
+ const obj: any = {};
806
+ if (message.txs?.length) {
807
+ obj.txs = message.txs.map((e) => base64FromBytes(e));
808
+ }
809
+ return obj;
810
+ },
811
+
812
+ create<I extends Exact<DeepPartial<Data>, I>>(base?: I): Data {
813
+ return Data.fromPartial(base ?? ({} as any));
814
+ },
815
+ fromPartial<I extends Exact<DeepPartial<Data>, I>>(object: I): Data {
816
+ const message = createBaseData();
817
+ message.txs = object.txs?.map((e) => e) || [];
818
+ return message;
819
+ },
820
+ };
821
+
822
+ function createBaseVote(): Vote {
823
+ return {
824
+ type: 0,
825
+ height: 0,
826
+ round: 0,
827
+ blockId: undefined,
828
+ timestamp: undefined,
829
+ validatorAddress: new Uint8Array(0),
830
+ validatorIndex: 0,
831
+ signature: new Uint8Array(0),
832
+ extension: new Uint8Array(0),
833
+ extensionSignature: new Uint8Array(0),
834
+ };
835
+ }
836
+
837
+ export const Vote: MessageFns<Vote> = {
838
+ encode(message: Vote, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
839
+ if (message.type !== 0) {
840
+ writer.uint32(8).int32(message.type);
841
+ }
842
+ if (message.height !== 0) {
843
+ writer.uint32(16).int64(message.height);
844
+ }
845
+ if (message.round !== 0) {
846
+ writer.uint32(24).int32(message.round);
847
+ }
848
+ if (message.blockId !== undefined) {
849
+ BlockID.encode(message.blockId, writer.uint32(34).fork()).join();
850
+ }
851
+ if (message.timestamp !== undefined) {
852
+ Timestamp.encode(toTimestamp(message.timestamp), writer.uint32(42).fork()).join();
853
+ }
854
+ if (message.validatorAddress.length !== 0) {
855
+ writer.uint32(50).bytes(message.validatorAddress);
856
+ }
857
+ if (message.validatorIndex !== 0) {
858
+ writer.uint32(56).int32(message.validatorIndex);
859
+ }
860
+ if (message.signature.length !== 0) {
861
+ writer.uint32(66).bytes(message.signature);
862
+ }
863
+ if (message.extension.length !== 0) {
864
+ writer.uint32(74).bytes(message.extension);
865
+ }
866
+ if (message.extensionSignature.length !== 0) {
867
+ writer.uint32(82).bytes(message.extensionSignature);
868
+ }
869
+ return writer;
870
+ },
871
+
872
+ decode(input: BinaryReader | Uint8Array, length?: number): Vote {
873
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
874
+ let end = length === undefined ? reader.len : reader.pos + length;
875
+ const message = createBaseVote();
876
+ while (reader.pos < end) {
877
+ const tag = reader.uint32();
878
+ switch (tag >>> 3) {
879
+ case 1: {
880
+ if (tag !== 8) {
881
+ break;
882
+ }
883
+
884
+ message.type = reader.int32() as any;
885
+ continue;
886
+ }
887
+ case 2: {
888
+ if (tag !== 16) {
889
+ break;
890
+ }
891
+
892
+ message.height = longToNumber(reader.int64());
893
+ continue;
894
+ }
895
+ case 3: {
896
+ if (tag !== 24) {
897
+ break;
898
+ }
899
+
900
+ message.round = reader.int32();
901
+ continue;
902
+ }
903
+ case 4: {
904
+ if (tag !== 34) {
905
+ break;
906
+ }
907
+
908
+ message.blockId = BlockID.decode(reader, reader.uint32());
909
+ continue;
910
+ }
911
+ case 5: {
912
+ if (tag !== 42) {
913
+ break;
914
+ }
915
+
916
+ message.timestamp = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
917
+ continue;
918
+ }
919
+ case 6: {
920
+ if (tag !== 50) {
921
+ break;
922
+ }
923
+
924
+ message.validatorAddress = reader.bytes();
925
+ continue;
926
+ }
927
+ case 7: {
928
+ if (tag !== 56) {
929
+ break;
930
+ }
931
+
932
+ message.validatorIndex = reader.int32();
933
+ continue;
934
+ }
935
+ case 8: {
936
+ if (tag !== 66) {
937
+ break;
938
+ }
939
+
940
+ message.signature = reader.bytes();
941
+ continue;
942
+ }
943
+ case 9: {
944
+ if (tag !== 74) {
945
+ break;
946
+ }
947
+
948
+ message.extension = reader.bytes();
949
+ continue;
950
+ }
951
+ case 10: {
952
+ if (tag !== 82) {
953
+ break;
954
+ }
955
+
956
+ message.extensionSignature = reader.bytes();
957
+ continue;
958
+ }
959
+ }
960
+ if ((tag & 7) === 4 || tag === 0) {
961
+ break;
962
+ }
963
+ reader.skip(tag & 7);
964
+ }
965
+ return message;
966
+ },
967
+
968
+ fromJSON(object: any): Vote {
969
+ return {
970
+ type: isSet(object.type) ? signedMsgTypeFromJSON(object.type) : 0,
971
+ height: isSet(object.height) ? globalThis.Number(object.height) : 0,
972
+ round: isSet(object.round) ? globalThis.Number(object.round) : 0,
973
+ blockId: isSet(object.blockId) ? BlockID.fromJSON(object.blockId) : undefined,
974
+ timestamp: isSet(object.timestamp) ? fromJsonTimestamp(object.timestamp) : undefined,
975
+ validatorAddress: isSet(object.validatorAddress) ? bytesFromBase64(object.validatorAddress) : new Uint8Array(0),
976
+ validatorIndex: isSet(object.validatorIndex) ? globalThis.Number(object.validatorIndex) : 0,
977
+ signature: isSet(object.signature) ? bytesFromBase64(object.signature) : new Uint8Array(0),
978
+ extension: isSet(object.extension) ? bytesFromBase64(object.extension) : new Uint8Array(0),
979
+ extensionSignature: isSet(object.extensionSignature)
980
+ ? bytesFromBase64(object.extensionSignature)
981
+ : new Uint8Array(0),
982
+ };
983
+ },
984
+
985
+ toJSON(message: Vote): unknown {
986
+ const obj: any = {};
987
+ if (message.type !== 0) {
988
+ obj.type = signedMsgTypeToJSON(message.type);
989
+ }
990
+ if (message.height !== 0) {
991
+ obj.height = Math.round(message.height);
992
+ }
993
+ if (message.round !== 0) {
994
+ obj.round = Math.round(message.round);
995
+ }
996
+ if (message.blockId !== undefined) {
997
+ obj.blockId = BlockID.toJSON(message.blockId);
998
+ }
999
+ if (message.timestamp !== undefined) {
1000
+ obj.timestamp = message.timestamp.toISOString();
1001
+ }
1002
+ if (message.validatorAddress.length !== 0) {
1003
+ obj.validatorAddress = base64FromBytes(message.validatorAddress);
1004
+ }
1005
+ if (message.validatorIndex !== 0) {
1006
+ obj.validatorIndex = Math.round(message.validatorIndex);
1007
+ }
1008
+ if (message.signature.length !== 0) {
1009
+ obj.signature = base64FromBytes(message.signature);
1010
+ }
1011
+ if (message.extension.length !== 0) {
1012
+ obj.extension = base64FromBytes(message.extension);
1013
+ }
1014
+ if (message.extensionSignature.length !== 0) {
1015
+ obj.extensionSignature = base64FromBytes(message.extensionSignature);
1016
+ }
1017
+ return obj;
1018
+ },
1019
+
1020
+ create<I extends Exact<DeepPartial<Vote>, I>>(base?: I): Vote {
1021
+ return Vote.fromPartial(base ?? ({} as any));
1022
+ },
1023
+ fromPartial<I extends Exact<DeepPartial<Vote>, I>>(object: I): Vote {
1024
+ const message = createBaseVote();
1025
+ message.type = object.type ?? 0;
1026
+ message.height = object.height ?? 0;
1027
+ message.round = object.round ?? 0;
1028
+ message.blockId = (object.blockId !== undefined && object.blockId !== null)
1029
+ ? BlockID.fromPartial(object.blockId)
1030
+ : undefined;
1031
+ message.timestamp = object.timestamp ?? undefined;
1032
+ message.validatorAddress = object.validatorAddress ?? new Uint8Array(0);
1033
+ message.validatorIndex = object.validatorIndex ?? 0;
1034
+ message.signature = object.signature ?? new Uint8Array(0);
1035
+ message.extension = object.extension ?? new Uint8Array(0);
1036
+ message.extensionSignature = object.extensionSignature ?? new Uint8Array(0);
1037
+ return message;
1038
+ },
1039
+ };
1040
+
1041
+ function createBaseCommit(): Commit {
1042
+ return { height: 0, round: 0, blockId: undefined, signatures: [] };
1043
+ }
1044
+
1045
+ export const Commit: MessageFns<Commit> = {
1046
+ encode(message: Commit, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1047
+ if (message.height !== 0) {
1048
+ writer.uint32(8).int64(message.height);
1049
+ }
1050
+ if (message.round !== 0) {
1051
+ writer.uint32(16).int32(message.round);
1052
+ }
1053
+ if (message.blockId !== undefined) {
1054
+ BlockID.encode(message.blockId, writer.uint32(26).fork()).join();
1055
+ }
1056
+ for (const v of message.signatures) {
1057
+ CommitSig.encode(v!, writer.uint32(34).fork()).join();
1058
+ }
1059
+ return writer;
1060
+ },
1061
+
1062
+ decode(input: BinaryReader | Uint8Array, length?: number): Commit {
1063
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1064
+ let end = length === undefined ? reader.len : reader.pos + length;
1065
+ const message = createBaseCommit();
1066
+ while (reader.pos < end) {
1067
+ const tag = reader.uint32();
1068
+ switch (tag >>> 3) {
1069
+ case 1: {
1070
+ if (tag !== 8) {
1071
+ break;
1072
+ }
1073
+
1074
+ message.height = longToNumber(reader.int64());
1075
+ continue;
1076
+ }
1077
+ case 2: {
1078
+ if (tag !== 16) {
1079
+ break;
1080
+ }
1081
+
1082
+ message.round = reader.int32();
1083
+ continue;
1084
+ }
1085
+ case 3: {
1086
+ if (tag !== 26) {
1087
+ break;
1088
+ }
1089
+
1090
+ message.blockId = BlockID.decode(reader, reader.uint32());
1091
+ continue;
1092
+ }
1093
+ case 4: {
1094
+ if (tag !== 34) {
1095
+ break;
1096
+ }
1097
+
1098
+ message.signatures.push(CommitSig.decode(reader, reader.uint32()));
1099
+ continue;
1100
+ }
1101
+ }
1102
+ if ((tag & 7) === 4 || tag === 0) {
1103
+ break;
1104
+ }
1105
+ reader.skip(tag & 7);
1106
+ }
1107
+ return message;
1108
+ },
1109
+
1110
+ fromJSON(object: any): Commit {
1111
+ return {
1112
+ height: isSet(object.height) ? globalThis.Number(object.height) : 0,
1113
+ round: isSet(object.round) ? globalThis.Number(object.round) : 0,
1114
+ blockId: isSet(object.blockId) ? BlockID.fromJSON(object.blockId) : undefined,
1115
+ signatures: globalThis.Array.isArray(object?.signatures)
1116
+ ? object.signatures.map((e: any) => CommitSig.fromJSON(e))
1117
+ : [],
1118
+ };
1119
+ },
1120
+
1121
+ toJSON(message: Commit): unknown {
1122
+ const obj: any = {};
1123
+ if (message.height !== 0) {
1124
+ obj.height = Math.round(message.height);
1125
+ }
1126
+ if (message.round !== 0) {
1127
+ obj.round = Math.round(message.round);
1128
+ }
1129
+ if (message.blockId !== undefined) {
1130
+ obj.blockId = BlockID.toJSON(message.blockId);
1131
+ }
1132
+ if (message.signatures?.length) {
1133
+ obj.signatures = message.signatures.map((e) => CommitSig.toJSON(e));
1134
+ }
1135
+ return obj;
1136
+ },
1137
+
1138
+ create<I extends Exact<DeepPartial<Commit>, I>>(base?: I): Commit {
1139
+ return Commit.fromPartial(base ?? ({} as any));
1140
+ },
1141
+ fromPartial<I extends Exact<DeepPartial<Commit>, I>>(object: I): Commit {
1142
+ const message = createBaseCommit();
1143
+ message.height = object.height ?? 0;
1144
+ message.round = object.round ?? 0;
1145
+ message.blockId = (object.blockId !== undefined && object.blockId !== null)
1146
+ ? BlockID.fromPartial(object.blockId)
1147
+ : undefined;
1148
+ message.signatures = object.signatures?.map((e) => CommitSig.fromPartial(e)) || [];
1149
+ return message;
1150
+ },
1151
+ };
1152
+
1153
+ function createBaseCommitSig(): CommitSig {
1154
+ return { blockIdFlag: 0, validatorAddress: new Uint8Array(0), timestamp: undefined, signature: new Uint8Array(0) };
1155
+ }
1156
+
1157
+ export const CommitSig: MessageFns<CommitSig> = {
1158
+ encode(message: CommitSig, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1159
+ if (message.blockIdFlag !== 0) {
1160
+ writer.uint32(8).int32(message.blockIdFlag);
1161
+ }
1162
+ if (message.validatorAddress.length !== 0) {
1163
+ writer.uint32(18).bytes(message.validatorAddress);
1164
+ }
1165
+ if (message.timestamp !== undefined) {
1166
+ Timestamp.encode(toTimestamp(message.timestamp), writer.uint32(26).fork()).join();
1167
+ }
1168
+ if (message.signature.length !== 0) {
1169
+ writer.uint32(34).bytes(message.signature);
1170
+ }
1171
+ return writer;
1172
+ },
1173
+
1174
+ decode(input: BinaryReader | Uint8Array, length?: number): CommitSig {
1175
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1176
+ let end = length === undefined ? reader.len : reader.pos + length;
1177
+ const message = createBaseCommitSig();
1178
+ while (reader.pos < end) {
1179
+ const tag = reader.uint32();
1180
+ switch (tag >>> 3) {
1181
+ case 1: {
1182
+ if (tag !== 8) {
1183
+ break;
1184
+ }
1185
+
1186
+ message.blockIdFlag = reader.int32() as any;
1187
+ continue;
1188
+ }
1189
+ case 2: {
1190
+ if (tag !== 18) {
1191
+ break;
1192
+ }
1193
+
1194
+ message.validatorAddress = reader.bytes();
1195
+ continue;
1196
+ }
1197
+ case 3: {
1198
+ if (tag !== 26) {
1199
+ break;
1200
+ }
1201
+
1202
+ message.timestamp = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1203
+ continue;
1204
+ }
1205
+ case 4: {
1206
+ if (tag !== 34) {
1207
+ break;
1208
+ }
1209
+
1210
+ message.signature = reader.bytes();
1211
+ continue;
1212
+ }
1213
+ }
1214
+ if ((tag & 7) === 4 || tag === 0) {
1215
+ break;
1216
+ }
1217
+ reader.skip(tag & 7);
1218
+ }
1219
+ return message;
1220
+ },
1221
+
1222
+ fromJSON(object: any): CommitSig {
1223
+ return {
1224
+ blockIdFlag: isSet(object.blockIdFlag) ? blockIDFlagFromJSON(object.blockIdFlag) : 0,
1225
+ validatorAddress: isSet(object.validatorAddress) ? bytesFromBase64(object.validatorAddress) : new Uint8Array(0),
1226
+ timestamp: isSet(object.timestamp) ? fromJsonTimestamp(object.timestamp) : undefined,
1227
+ signature: isSet(object.signature) ? bytesFromBase64(object.signature) : new Uint8Array(0),
1228
+ };
1229
+ },
1230
+
1231
+ toJSON(message: CommitSig): unknown {
1232
+ const obj: any = {};
1233
+ if (message.blockIdFlag !== 0) {
1234
+ obj.blockIdFlag = blockIDFlagToJSON(message.blockIdFlag);
1235
+ }
1236
+ if (message.validatorAddress.length !== 0) {
1237
+ obj.validatorAddress = base64FromBytes(message.validatorAddress);
1238
+ }
1239
+ if (message.timestamp !== undefined) {
1240
+ obj.timestamp = message.timestamp.toISOString();
1241
+ }
1242
+ if (message.signature.length !== 0) {
1243
+ obj.signature = base64FromBytes(message.signature);
1244
+ }
1245
+ return obj;
1246
+ },
1247
+
1248
+ create<I extends Exact<DeepPartial<CommitSig>, I>>(base?: I): CommitSig {
1249
+ return CommitSig.fromPartial(base ?? ({} as any));
1250
+ },
1251
+ fromPartial<I extends Exact<DeepPartial<CommitSig>, I>>(object: I): CommitSig {
1252
+ const message = createBaseCommitSig();
1253
+ message.blockIdFlag = object.blockIdFlag ?? 0;
1254
+ message.validatorAddress = object.validatorAddress ?? new Uint8Array(0);
1255
+ message.timestamp = object.timestamp ?? undefined;
1256
+ message.signature = object.signature ?? new Uint8Array(0);
1257
+ return message;
1258
+ },
1259
+ };
1260
+
1261
+ function createBaseExtendedCommit(): ExtendedCommit {
1262
+ return { height: 0, round: 0, blockId: undefined, extendedSignatures: [] };
1263
+ }
1264
+
1265
+ export const ExtendedCommit: MessageFns<ExtendedCommit> = {
1266
+ encode(message: ExtendedCommit, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1267
+ if (message.height !== 0) {
1268
+ writer.uint32(8).int64(message.height);
1269
+ }
1270
+ if (message.round !== 0) {
1271
+ writer.uint32(16).int32(message.round);
1272
+ }
1273
+ if (message.blockId !== undefined) {
1274
+ BlockID.encode(message.blockId, writer.uint32(26).fork()).join();
1275
+ }
1276
+ for (const v of message.extendedSignatures) {
1277
+ ExtendedCommitSig.encode(v!, writer.uint32(34).fork()).join();
1278
+ }
1279
+ return writer;
1280
+ },
1281
+
1282
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtendedCommit {
1283
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1284
+ let end = length === undefined ? reader.len : reader.pos + length;
1285
+ const message = createBaseExtendedCommit();
1286
+ while (reader.pos < end) {
1287
+ const tag = reader.uint32();
1288
+ switch (tag >>> 3) {
1289
+ case 1: {
1290
+ if (tag !== 8) {
1291
+ break;
1292
+ }
1293
+
1294
+ message.height = longToNumber(reader.int64());
1295
+ continue;
1296
+ }
1297
+ case 2: {
1298
+ if (tag !== 16) {
1299
+ break;
1300
+ }
1301
+
1302
+ message.round = reader.int32();
1303
+ continue;
1304
+ }
1305
+ case 3: {
1306
+ if (tag !== 26) {
1307
+ break;
1308
+ }
1309
+
1310
+ message.blockId = BlockID.decode(reader, reader.uint32());
1311
+ continue;
1312
+ }
1313
+ case 4: {
1314
+ if (tag !== 34) {
1315
+ break;
1316
+ }
1317
+
1318
+ message.extendedSignatures.push(ExtendedCommitSig.decode(reader, reader.uint32()));
1319
+ continue;
1320
+ }
1321
+ }
1322
+ if ((tag & 7) === 4 || tag === 0) {
1323
+ break;
1324
+ }
1325
+ reader.skip(tag & 7);
1326
+ }
1327
+ return message;
1328
+ },
1329
+
1330
+ fromJSON(object: any): ExtendedCommit {
1331
+ return {
1332
+ height: isSet(object.height) ? globalThis.Number(object.height) : 0,
1333
+ round: isSet(object.round) ? globalThis.Number(object.round) : 0,
1334
+ blockId: isSet(object.blockId) ? BlockID.fromJSON(object.blockId) : undefined,
1335
+ extendedSignatures: globalThis.Array.isArray(object?.extendedSignatures)
1336
+ ? object.extendedSignatures.map((e: any) => ExtendedCommitSig.fromJSON(e))
1337
+ : [],
1338
+ };
1339
+ },
1340
+
1341
+ toJSON(message: ExtendedCommit): unknown {
1342
+ const obj: any = {};
1343
+ if (message.height !== 0) {
1344
+ obj.height = Math.round(message.height);
1345
+ }
1346
+ if (message.round !== 0) {
1347
+ obj.round = Math.round(message.round);
1348
+ }
1349
+ if (message.blockId !== undefined) {
1350
+ obj.blockId = BlockID.toJSON(message.blockId);
1351
+ }
1352
+ if (message.extendedSignatures?.length) {
1353
+ obj.extendedSignatures = message.extendedSignatures.map((e) => ExtendedCommitSig.toJSON(e));
1354
+ }
1355
+ return obj;
1356
+ },
1357
+
1358
+ create<I extends Exact<DeepPartial<ExtendedCommit>, I>>(base?: I): ExtendedCommit {
1359
+ return ExtendedCommit.fromPartial(base ?? ({} as any));
1360
+ },
1361
+ fromPartial<I extends Exact<DeepPartial<ExtendedCommit>, I>>(object: I): ExtendedCommit {
1362
+ const message = createBaseExtendedCommit();
1363
+ message.height = object.height ?? 0;
1364
+ message.round = object.round ?? 0;
1365
+ message.blockId = (object.blockId !== undefined && object.blockId !== null)
1366
+ ? BlockID.fromPartial(object.blockId)
1367
+ : undefined;
1368
+ message.extendedSignatures = object.extendedSignatures?.map((e) => ExtendedCommitSig.fromPartial(e)) || [];
1369
+ return message;
1370
+ },
1371
+ };
1372
+
1373
+ function createBaseExtendedCommitSig(): ExtendedCommitSig {
1374
+ return {
1375
+ blockIdFlag: 0,
1376
+ validatorAddress: new Uint8Array(0),
1377
+ timestamp: undefined,
1378
+ signature: new Uint8Array(0),
1379
+ extension: new Uint8Array(0),
1380
+ extensionSignature: new Uint8Array(0),
1381
+ };
1382
+ }
1383
+
1384
+ export const ExtendedCommitSig: MessageFns<ExtendedCommitSig> = {
1385
+ encode(message: ExtendedCommitSig, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1386
+ if (message.blockIdFlag !== 0) {
1387
+ writer.uint32(8).int32(message.blockIdFlag);
1388
+ }
1389
+ if (message.validatorAddress.length !== 0) {
1390
+ writer.uint32(18).bytes(message.validatorAddress);
1391
+ }
1392
+ if (message.timestamp !== undefined) {
1393
+ Timestamp.encode(toTimestamp(message.timestamp), writer.uint32(26).fork()).join();
1394
+ }
1395
+ if (message.signature.length !== 0) {
1396
+ writer.uint32(34).bytes(message.signature);
1397
+ }
1398
+ if (message.extension.length !== 0) {
1399
+ writer.uint32(42).bytes(message.extension);
1400
+ }
1401
+ if (message.extensionSignature.length !== 0) {
1402
+ writer.uint32(50).bytes(message.extensionSignature);
1403
+ }
1404
+ return writer;
1405
+ },
1406
+
1407
+ decode(input: BinaryReader | Uint8Array, length?: number): ExtendedCommitSig {
1408
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1409
+ let end = length === undefined ? reader.len : reader.pos + length;
1410
+ const message = createBaseExtendedCommitSig();
1411
+ while (reader.pos < end) {
1412
+ const tag = reader.uint32();
1413
+ switch (tag >>> 3) {
1414
+ case 1: {
1415
+ if (tag !== 8) {
1416
+ break;
1417
+ }
1418
+
1419
+ message.blockIdFlag = reader.int32() as any;
1420
+ continue;
1421
+ }
1422
+ case 2: {
1423
+ if (tag !== 18) {
1424
+ break;
1425
+ }
1426
+
1427
+ message.validatorAddress = reader.bytes();
1428
+ continue;
1429
+ }
1430
+ case 3: {
1431
+ if (tag !== 26) {
1432
+ break;
1433
+ }
1434
+
1435
+ message.timestamp = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1436
+ continue;
1437
+ }
1438
+ case 4: {
1439
+ if (tag !== 34) {
1440
+ break;
1441
+ }
1442
+
1443
+ message.signature = reader.bytes();
1444
+ continue;
1445
+ }
1446
+ case 5: {
1447
+ if (tag !== 42) {
1448
+ break;
1449
+ }
1450
+
1451
+ message.extension = reader.bytes();
1452
+ continue;
1453
+ }
1454
+ case 6: {
1455
+ if (tag !== 50) {
1456
+ break;
1457
+ }
1458
+
1459
+ message.extensionSignature = reader.bytes();
1460
+ continue;
1461
+ }
1462
+ }
1463
+ if ((tag & 7) === 4 || tag === 0) {
1464
+ break;
1465
+ }
1466
+ reader.skip(tag & 7);
1467
+ }
1468
+ return message;
1469
+ },
1470
+
1471
+ fromJSON(object: any): ExtendedCommitSig {
1472
+ return {
1473
+ blockIdFlag: isSet(object.blockIdFlag) ? blockIDFlagFromJSON(object.blockIdFlag) : 0,
1474
+ validatorAddress: isSet(object.validatorAddress) ? bytesFromBase64(object.validatorAddress) : new Uint8Array(0),
1475
+ timestamp: isSet(object.timestamp) ? fromJsonTimestamp(object.timestamp) : undefined,
1476
+ signature: isSet(object.signature) ? bytesFromBase64(object.signature) : new Uint8Array(0),
1477
+ extension: isSet(object.extension) ? bytesFromBase64(object.extension) : new Uint8Array(0),
1478
+ extensionSignature: isSet(object.extensionSignature)
1479
+ ? bytesFromBase64(object.extensionSignature)
1480
+ : new Uint8Array(0),
1481
+ };
1482
+ },
1483
+
1484
+ toJSON(message: ExtendedCommitSig): unknown {
1485
+ const obj: any = {};
1486
+ if (message.blockIdFlag !== 0) {
1487
+ obj.blockIdFlag = blockIDFlagToJSON(message.blockIdFlag);
1488
+ }
1489
+ if (message.validatorAddress.length !== 0) {
1490
+ obj.validatorAddress = base64FromBytes(message.validatorAddress);
1491
+ }
1492
+ if (message.timestamp !== undefined) {
1493
+ obj.timestamp = message.timestamp.toISOString();
1494
+ }
1495
+ if (message.signature.length !== 0) {
1496
+ obj.signature = base64FromBytes(message.signature);
1497
+ }
1498
+ if (message.extension.length !== 0) {
1499
+ obj.extension = base64FromBytes(message.extension);
1500
+ }
1501
+ if (message.extensionSignature.length !== 0) {
1502
+ obj.extensionSignature = base64FromBytes(message.extensionSignature);
1503
+ }
1504
+ return obj;
1505
+ },
1506
+
1507
+ create<I extends Exact<DeepPartial<ExtendedCommitSig>, I>>(base?: I): ExtendedCommitSig {
1508
+ return ExtendedCommitSig.fromPartial(base ?? ({} as any));
1509
+ },
1510
+ fromPartial<I extends Exact<DeepPartial<ExtendedCommitSig>, I>>(object: I): ExtendedCommitSig {
1511
+ const message = createBaseExtendedCommitSig();
1512
+ message.blockIdFlag = object.blockIdFlag ?? 0;
1513
+ message.validatorAddress = object.validatorAddress ?? new Uint8Array(0);
1514
+ message.timestamp = object.timestamp ?? undefined;
1515
+ message.signature = object.signature ?? new Uint8Array(0);
1516
+ message.extension = object.extension ?? new Uint8Array(0);
1517
+ message.extensionSignature = object.extensionSignature ?? new Uint8Array(0);
1518
+ return message;
1519
+ },
1520
+ };
1521
+
1522
+ function createBaseProposal(): Proposal {
1523
+ return {
1524
+ type: 0,
1525
+ height: 0,
1526
+ round: 0,
1527
+ polRound: 0,
1528
+ blockId: undefined,
1529
+ timestamp: undefined,
1530
+ signature: new Uint8Array(0),
1531
+ };
1532
+ }
1533
+
1534
+ export const Proposal: MessageFns<Proposal> = {
1535
+ encode(message: Proposal, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1536
+ if (message.type !== 0) {
1537
+ writer.uint32(8).int32(message.type);
1538
+ }
1539
+ if (message.height !== 0) {
1540
+ writer.uint32(16).int64(message.height);
1541
+ }
1542
+ if (message.round !== 0) {
1543
+ writer.uint32(24).int32(message.round);
1544
+ }
1545
+ if (message.polRound !== 0) {
1546
+ writer.uint32(32).int32(message.polRound);
1547
+ }
1548
+ if (message.blockId !== undefined) {
1549
+ BlockID.encode(message.blockId, writer.uint32(42).fork()).join();
1550
+ }
1551
+ if (message.timestamp !== undefined) {
1552
+ Timestamp.encode(toTimestamp(message.timestamp), writer.uint32(50).fork()).join();
1553
+ }
1554
+ if (message.signature.length !== 0) {
1555
+ writer.uint32(58).bytes(message.signature);
1556
+ }
1557
+ return writer;
1558
+ },
1559
+
1560
+ decode(input: BinaryReader | Uint8Array, length?: number): Proposal {
1561
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1562
+ let end = length === undefined ? reader.len : reader.pos + length;
1563
+ const message = createBaseProposal();
1564
+ while (reader.pos < end) {
1565
+ const tag = reader.uint32();
1566
+ switch (tag >>> 3) {
1567
+ case 1: {
1568
+ if (tag !== 8) {
1569
+ break;
1570
+ }
1571
+
1572
+ message.type = reader.int32() as any;
1573
+ continue;
1574
+ }
1575
+ case 2: {
1576
+ if (tag !== 16) {
1577
+ break;
1578
+ }
1579
+
1580
+ message.height = longToNumber(reader.int64());
1581
+ continue;
1582
+ }
1583
+ case 3: {
1584
+ if (tag !== 24) {
1585
+ break;
1586
+ }
1587
+
1588
+ message.round = reader.int32();
1589
+ continue;
1590
+ }
1591
+ case 4: {
1592
+ if (tag !== 32) {
1593
+ break;
1594
+ }
1595
+
1596
+ message.polRound = reader.int32();
1597
+ continue;
1598
+ }
1599
+ case 5: {
1600
+ if (tag !== 42) {
1601
+ break;
1602
+ }
1603
+
1604
+ message.blockId = BlockID.decode(reader, reader.uint32());
1605
+ continue;
1606
+ }
1607
+ case 6: {
1608
+ if (tag !== 50) {
1609
+ break;
1610
+ }
1611
+
1612
+ message.timestamp = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1613
+ continue;
1614
+ }
1615
+ case 7: {
1616
+ if (tag !== 58) {
1617
+ break;
1618
+ }
1619
+
1620
+ message.signature = reader.bytes();
1621
+ continue;
1622
+ }
1623
+ }
1624
+ if ((tag & 7) === 4 || tag === 0) {
1625
+ break;
1626
+ }
1627
+ reader.skip(tag & 7);
1628
+ }
1629
+ return message;
1630
+ },
1631
+
1632
+ fromJSON(object: any): Proposal {
1633
+ return {
1634
+ type: isSet(object.type) ? signedMsgTypeFromJSON(object.type) : 0,
1635
+ height: isSet(object.height) ? globalThis.Number(object.height) : 0,
1636
+ round: isSet(object.round) ? globalThis.Number(object.round) : 0,
1637
+ polRound: isSet(object.polRound) ? globalThis.Number(object.polRound) : 0,
1638
+ blockId: isSet(object.blockId) ? BlockID.fromJSON(object.blockId) : undefined,
1639
+ timestamp: isSet(object.timestamp) ? fromJsonTimestamp(object.timestamp) : undefined,
1640
+ signature: isSet(object.signature) ? bytesFromBase64(object.signature) : new Uint8Array(0),
1641
+ };
1642
+ },
1643
+
1644
+ toJSON(message: Proposal): unknown {
1645
+ const obj: any = {};
1646
+ if (message.type !== 0) {
1647
+ obj.type = signedMsgTypeToJSON(message.type);
1648
+ }
1649
+ if (message.height !== 0) {
1650
+ obj.height = Math.round(message.height);
1651
+ }
1652
+ if (message.round !== 0) {
1653
+ obj.round = Math.round(message.round);
1654
+ }
1655
+ if (message.polRound !== 0) {
1656
+ obj.polRound = Math.round(message.polRound);
1657
+ }
1658
+ if (message.blockId !== undefined) {
1659
+ obj.blockId = BlockID.toJSON(message.blockId);
1660
+ }
1661
+ if (message.timestamp !== undefined) {
1662
+ obj.timestamp = message.timestamp.toISOString();
1663
+ }
1664
+ if (message.signature.length !== 0) {
1665
+ obj.signature = base64FromBytes(message.signature);
1666
+ }
1667
+ return obj;
1668
+ },
1669
+
1670
+ create<I extends Exact<DeepPartial<Proposal>, I>>(base?: I): Proposal {
1671
+ return Proposal.fromPartial(base ?? ({} as any));
1672
+ },
1673
+ fromPartial<I extends Exact<DeepPartial<Proposal>, I>>(object: I): Proposal {
1674
+ const message = createBaseProposal();
1675
+ message.type = object.type ?? 0;
1676
+ message.height = object.height ?? 0;
1677
+ message.round = object.round ?? 0;
1678
+ message.polRound = object.polRound ?? 0;
1679
+ message.blockId = (object.blockId !== undefined && object.blockId !== null)
1680
+ ? BlockID.fromPartial(object.blockId)
1681
+ : undefined;
1682
+ message.timestamp = object.timestamp ?? undefined;
1683
+ message.signature = object.signature ?? new Uint8Array(0);
1684
+ return message;
1685
+ },
1686
+ };
1687
+
1688
+ function createBaseSignedHeader(): SignedHeader {
1689
+ return { header: undefined, commit: undefined };
1690
+ }
1691
+
1692
+ export const SignedHeader: MessageFns<SignedHeader> = {
1693
+ encode(message: SignedHeader, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1694
+ if (message.header !== undefined) {
1695
+ Header.encode(message.header, writer.uint32(10).fork()).join();
1696
+ }
1697
+ if (message.commit !== undefined) {
1698
+ Commit.encode(message.commit, writer.uint32(18).fork()).join();
1699
+ }
1700
+ return writer;
1701
+ },
1702
+
1703
+ decode(input: BinaryReader | Uint8Array, length?: number): SignedHeader {
1704
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1705
+ let end = length === undefined ? reader.len : reader.pos + length;
1706
+ const message = createBaseSignedHeader();
1707
+ while (reader.pos < end) {
1708
+ const tag = reader.uint32();
1709
+ switch (tag >>> 3) {
1710
+ case 1: {
1711
+ if (tag !== 10) {
1712
+ break;
1713
+ }
1714
+
1715
+ message.header = Header.decode(reader, reader.uint32());
1716
+ continue;
1717
+ }
1718
+ case 2: {
1719
+ if (tag !== 18) {
1720
+ break;
1721
+ }
1722
+
1723
+ message.commit = Commit.decode(reader, reader.uint32());
1724
+ continue;
1725
+ }
1726
+ }
1727
+ if ((tag & 7) === 4 || tag === 0) {
1728
+ break;
1729
+ }
1730
+ reader.skip(tag & 7);
1731
+ }
1732
+ return message;
1733
+ },
1734
+
1735
+ fromJSON(object: any): SignedHeader {
1736
+ return {
1737
+ header: isSet(object.header) ? Header.fromJSON(object.header) : undefined,
1738
+ commit: isSet(object.commit) ? Commit.fromJSON(object.commit) : undefined,
1739
+ };
1740
+ },
1741
+
1742
+ toJSON(message: SignedHeader): unknown {
1743
+ const obj: any = {};
1744
+ if (message.header !== undefined) {
1745
+ obj.header = Header.toJSON(message.header);
1746
+ }
1747
+ if (message.commit !== undefined) {
1748
+ obj.commit = Commit.toJSON(message.commit);
1749
+ }
1750
+ return obj;
1751
+ },
1752
+
1753
+ create<I extends Exact<DeepPartial<SignedHeader>, I>>(base?: I): SignedHeader {
1754
+ return SignedHeader.fromPartial(base ?? ({} as any));
1755
+ },
1756
+ fromPartial<I extends Exact<DeepPartial<SignedHeader>, I>>(object: I): SignedHeader {
1757
+ const message = createBaseSignedHeader();
1758
+ message.header = (object.header !== undefined && object.header !== null)
1759
+ ? Header.fromPartial(object.header)
1760
+ : undefined;
1761
+ message.commit = (object.commit !== undefined && object.commit !== null)
1762
+ ? Commit.fromPartial(object.commit)
1763
+ : undefined;
1764
+ return message;
1765
+ },
1766
+ };
1767
+
1768
+ function createBaseLightBlock(): LightBlock {
1769
+ return { signedHeader: undefined, validatorSet: undefined };
1770
+ }
1771
+
1772
+ export const LightBlock: MessageFns<LightBlock> = {
1773
+ encode(message: LightBlock, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1774
+ if (message.signedHeader !== undefined) {
1775
+ SignedHeader.encode(message.signedHeader, writer.uint32(10).fork()).join();
1776
+ }
1777
+ if (message.validatorSet !== undefined) {
1778
+ ValidatorSet.encode(message.validatorSet, writer.uint32(18).fork()).join();
1779
+ }
1780
+ return writer;
1781
+ },
1782
+
1783
+ decode(input: BinaryReader | Uint8Array, length?: number): LightBlock {
1784
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1785
+ let end = length === undefined ? reader.len : reader.pos + length;
1786
+ const message = createBaseLightBlock();
1787
+ while (reader.pos < end) {
1788
+ const tag = reader.uint32();
1789
+ switch (tag >>> 3) {
1790
+ case 1: {
1791
+ if (tag !== 10) {
1792
+ break;
1793
+ }
1794
+
1795
+ message.signedHeader = SignedHeader.decode(reader, reader.uint32());
1796
+ continue;
1797
+ }
1798
+ case 2: {
1799
+ if (tag !== 18) {
1800
+ break;
1801
+ }
1802
+
1803
+ message.validatorSet = ValidatorSet.decode(reader, reader.uint32());
1804
+ continue;
1805
+ }
1806
+ }
1807
+ if ((tag & 7) === 4 || tag === 0) {
1808
+ break;
1809
+ }
1810
+ reader.skip(tag & 7);
1811
+ }
1812
+ return message;
1813
+ },
1814
+
1815
+ fromJSON(object: any): LightBlock {
1816
+ return {
1817
+ signedHeader: isSet(object.signedHeader) ? SignedHeader.fromJSON(object.signedHeader) : undefined,
1818
+ validatorSet: isSet(object.validatorSet) ? ValidatorSet.fromJSON(object.validatorSet) : undefined,
1819
+ };
1820
+ },
1821
+
1822
+ toJSON(message: LightBlock): unknown {
1823
+ const obj: any = {};
1824
+ if (message.signedHeader !== undefined) {
1825
+ obj.signedHeader = SignedHeader.toJSON(message.signedHeader);
1826
+ }
1827
+ if (message.validatorSet !== undefined) {
1828
+ obj.validatorSet = ValidatorSet.toJSON(message.validatorSet);
1829
+ }
1830
+ return obj;
1831
+ },
1832
+
1833
+ create<I extends Exact<DeepPartial<LightBlock>, I>>(base?: I): LightBlock {
1834
+ return LightBlock.fromPartial(base ?? ({} as any));
1835
+ },
1836
+ fromPartial<I extends Exact<DeepPartial<LightBlock>, I>>(object: I): LightBlock {
1837
+ const message = createBaseLightBlock();
1838
+ message.signedHeader = (object.signedHeader !== undefined && object.signedHeader !== null)
1839
+ ? SignedHeader.fromPartial(object.signedHeader)
1840
+ : undefined;
1841
+ message.validatorSet = (object.validatorSet !== undefined && object.validatorSet !== null)
1842
+ ? ValidatorSet.fromPartial(object.validatorSet)
1843
+ : undefined;
1844
+ return message;
1845
+ },
1846
+ };
1847
+
1848
+ function createBaseBlockMeta(): BlockMeta {
1849
+ return { blockId: undefined, blockSize: 0, header: undefined, numTxs: 0 };
1850
+ }
1851
+
1852
+ export const BlockMeta: MessageFns<BlockMeta> = {
1853
+ encode(message: BlockMeta, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1854
+ if (message.blockId !== undefined) {
1855
+ BlockID.encode(message.blockId, writer.uint32(10).fork()).join();
1856
+ }
1857
+ if (message.blockSize !== 0) {
1858
+ writer.uint32(16).int64(message.blockSize);
1859
+ }
1860
+ if (message.header !== undefined) {
1861
+ Header.encode(message.header, writer.uint32(26).fork()).join();
1862
+ }
1863
+ if (message.numTxs !== 0) {
1864
+ writer.uint32(32).int64(message.numTxs);
1865
+ }
1866
+ return writer;
1867
+ },
1868
+
1869
+ decode(input: BinaryReader | Uint8Array, length?: number): BlockMeta {
1870
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1871
+ let end = length === undefined ? reader.len : reader.pos + length;
1872
+ const message = createBaseBlockMeta();
1873
+ while (reader.pos < end) {
1874
+ const tag = reader.uint32();
1875
+ switch (tag >>> 3) {
1876
+ case 1: {
1877
+ if (tag !== 10) {
1878
+ break;
1879
+ }
1880
+
1881
+ message.blockId = BlockID.decode(reader, reader.uint32());
1882
+ continue;
1883
+ }
1884
+ case 2: {
1885
+ if (tag !== 16) {
1886
+ break;
1887
+ }
1888
+
1889
+ message.blockSize = longToNumber(reader.int64());
1890
+ continue;
1891
+ }
1892
+ case 3: {
1893
+ if (tag !== 26) {
1894
+ break;
1895
+ }
1896
+
1897
+ message.header = Header.decode(reader, reader.uint32());
1898
+ continue;
1899
+ }
1900
+ case 4: {
1901
+ if (tag !== 32) {
1902
+ break;
1903
+ }
1904
+
1905
+ message.numTxs = longToNumber(reader.int64());
1906
+ continue;
1907
+ }
1908
+ }
1909
+ if ((tag & 7) === 4 || tag === 0) {
1910
+ break;
1911
+ }
1912
+ reader.skip(tag & 7);
1913
+ }
1914
+ return message;
1915
+ },
1916
+
1917
+ fromJSON(object: any): BlockMeta {
1918
+ return {
1919
+ blockId: isSet(object.blockId) ? BlockID.fromJSON(object.blockId) : undefined,
1920
+ blockSize: isSet(object.blockSize) ? globalThis.Number(object.blockSize) : 0,
1921
+ header: isSet(object.header) ? Header.fromJSON(object.header) : undefined,
1922
+ numTxs: isSet(object.numTxs) ? globalThis.Number(object.numTxs) : 0,
1923
+ };
1924
+ },
1925
+
1926
+ toJSON(message: BlockMeta): unknown {
1927
+ const obj: any = {};
1928
+ if (message.blockId !== undefined) {
1929
+ obj.blockId = BlockID.toJSON(message.blockId);
1930
+ }
1931
+ if (message.blockSize !== 0) {
1932
+ obj.blockSize = Math.round(message.blockSize);
1933
+ }
1934
+ if (message.header !== undefined) {
1935
+ obj.header = Header.toJSON(message.header);
1936
+ }
1937
+ if (message.numTxs !== 0) {
1938
+ obj.numTxs = Math.round(message.numTxs);
1939
+ }
1940
+ return obj;
1941
+ },
1942
+
1943
+ create<I extends Exact<DeepPartial<BlockMeta>, I>>(base?: I): BlockMeta {
1944
+ return BlockMeta.fromPartial(base ?? ({} as any));
1945
+ },
1946
+ fromPartial<I extends Exact<DeepPartial<BlockMeta>, I>>(object: I): BlockMeta {
1947
+ const message = createBaseBlockMeta();
1948
+ message.blockId = (object.blockId !== undefined && object.blockId !== null)
1949
+ ? BlockID.fromPartial(object.blockId)
1950
+ : undefined;
1951
+ message.blockSize = object.blockSize ?? 0;
1952
+ message.header = (object.header !== undefined && object.header !== null)
1953
+ ? Header.fromPartial(object.header)
1954
+ : undefined;
1955
+ message.numTxs = object.numTxs ?? 0;
1956
+ return message;
1957
+ },
1958
+ };
1959
+
1960
+ function createBaseTxProof(): TxProof {
1961
+ return { rootHash: new Uint8Array(0), data: new Uint8Array(0), proof: undefined };
1962
+ }
1963
+
1964
+ export const TxProof: MessageFns<TxProof> = {
1965
+ encode(message: TxProof, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1966
+ if (message.rootHash.length !== 0) {
1967
+ writer.uint32(10).bytes(message.rootHash);
1968
+ }
1969
+ if (message.data.length !== 0) {
1970
+ writer.uint32(18).bytes(message.data);
1971
+ }
1972
+ if (message.proof !== undefined) {
1973
+ Proof.encode(message.proof, writer.uint32(26).fork()).join();
1974
+ }
1975
+ return writer;
1976
+ },
1977
+
1978
+ decode(input: BinaryReader | Uint8Array, length?: number): TxProof {
1979
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1980
+ let end = length === undefined ? reader.len : reader.pos + length;
1981
+ const message = createBaseTxProof();
1982
+ while (reader.pos < end) {
1983
+ const tag = reader.uint32();
1984
+ switch (tag >>> 3) {
1985
+ case 1: {
1986
+ if (tag !== 10) {
1987
+ break;
1988
+ }
1989
+
1990
+ message.rootHash = reader.bytes();
1991
+ continue;
1992
+ }
1993
+ case 2: {
1994
+ if (tag !== 18) {
1995
+ break;
1996
+ }
1997
+
1998
+ message.data = reader.bytes();
1999
+ continue;
2000
+ }
2001
+ case 3: {
2002
+ if (tag !== 26) {
2003
+ break;
2004
+ }
2005
+
2006
+ message.proof = Proof.decode(reader, reader.uint32());
2007
+ continue;
2008
+ }
2009
+ }
2010
+ if ((tag & 7) === 4 || tag === 0) {
2011
+ break;
2012
+ }
2013
+ reader.skip(tag & 7);
2014
+ }
2015
+ return message;
2016
+ },
2017
+
2018
+ fromJSON(object: any): TxProof {
2019
+ return {
2020
+ rootHash: isSet(object.rootHash) ? bytesFromBase64(object.rootHash) : new Uint8Array(0),
2021
+ data: isSet(object.data) ? bytesFromBase64(object.data) : new Uint8Array(0),
2022
+ proof: isSet(object.proof) ? Proof.fromJSON(object.proof) : undefined,
2023
+ };
2024
+ },
2025
+
2026
+ toJSON(message: TxProof): unknown {
2027
+ const obj: any = {};
2028
+ if (message.rootHash.length !== 0) {
2029
+ obj.rootHash = base64FromBytes(message.rootHash);
2030
+ }
2031
+ if (message.data.length !== 0) {
2032
+ obj.data = base64FromBytes(message.data);
2033
+ }
2034
+ if (message.proof !== undefined) {
2035
+ obj.proof = Proof.toJSON(message.proof);
2036
+ }
2037
+ return obj;
2038
+ },
2039
+
2040
+ create<I extends Exact<DeepPartial<TxProof>, I>>(base?: I): TxProof {
2041
+ return TxProof.fromPartial(base ?? ({} as any));
2042
+ },
2043
+ fromPartial<I extends Exact<DeepPartial<TxProof>, I>>(object: I): TxProof {
2044
+ const message = createBaseTxProof();
2045
+ message.rootHash = object.rootHash ?? new Uint8Array(0);
2046
+ message.data = object.data ?? new Uint8Array(0);
2047
+ message.proof = (object.proof !== undefined && object.proof !== null) ? Proof.fromPartial(object.proof) : undefined;
2048
+ return message;
2049
+ },
2050
+ };
2051
+
2052
+ function bytesFromBase64(b64: string): Uint8Array {
2053
+ if ((globalThis as any).Buffer) {
2054
+ return Uint8Array.from(globalThis.Buffer.from(b64, "base64"));
2055
+ } else {
2056
+ const bin = globalThis.atob(b64);
2057
+ const arr = new Uint8Array(bin.length);
2058
+ for (let i = 0; i < bin.length; ++i) {
2059
+ arr[i] = bin.charCodeAt(i);
2060
+ }
2061
+ return arr;
2062
+ }
2063
+ }
2064
+
2065
+ function base64FromBytes(arr: Uint8Array): string {
2066
+ if ((globalThis as any).Buffer) {
2067
+ return globalThis.Buffer.from(arr).toString("base64");
2068
+ } else {
2069
+ const bin: string[] = [];
2070
+ arr.forEach((byte) => {
2071
+ bin.push(globalThis.String.fromCharCode(byte));
2072
+ });
2073
+ return globalThis.btoa(bin.join(""));
2074
+ }
2075
+ }
2076
+
2077
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
2078
+
2079
+ export type DeepPartial<T> = T extends Builtin ? T
2080
+ : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>>
2081
+ : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>
2082
+ : T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }
2083
+ : Partial<T>;
2084
+
2085
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
2086
+ export type Exact<P, I extends P> = P extends Builtin ? P
2087
+ : P & { [K in keyof P]: Exact<P[K], I[K]> } & { [K in Exclude<keyof I, KeysOfUnion<P>>]: never };
2088
+
2089
+ function toTimestamp(date: Date): Timestamp {
2090
+ const seconds = Math.trunc(date.getTime() / 1_000);
2091
+ const nanos = (date.getTime() % 1_000) * 1_000_000;
2092
+ return { seconds, nanos };
2093
+ }
2094
+
2095
+ function fromTimestamp(t: Timestamp): Date {
2096
+ let millis = (t.seconds || 0) * 1_000;
2097
+ millis += (t.nanos || 0) / 1_000_000;
2098
+ return new globalThis.Date(millis);
2099
+ }
2100
+
2101
+ function fromJsonTimestamp(o: any): Date {
2102
+ if (o instanceof globalThis.Date) {
2103
+ return o;
2104
+ } else if (typeof o === "string") {
2105
+ return new globalThis.Date(o);
2106
+ } else {
2107
+ return fromTimestamp(Timestamp.fromJSON(o));
2108
+ }
2109
+ }
2110
+
2111
+ function longToNumber(int64: { toString(): string }): number {
2112
+ const num = globalThis.Number(int64.toString());
2113
+ if (num > globalThis.Number.MAX_SAFE_INTEGER) {
2114
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
2115
+ }
2116
+ if (num < globalThis.Number.MIN_SAFE_INTEGER) {
2117
+ throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
2118
+ }
2119
+ return num;
2120
+ }
2121
+
2122
+ function isSet(value: any): boolean {
2123
+ return value !== null && value !== undefined;
2124
+ }
2125
+
2126
+ export interface MessageFns<T> {
2127
+ encode(message: T, writer?: BinaryWriter): BinaryWriter;
2128
+ decode(input: BinaryReader | Uint8Array, length?: number): T;
2129
+ fromJSON(object: any): T;
2130
+ toJSON(message: T): unknown;
2131
+ create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
2132
+ fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
2133
+ }