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