decentralcardgame-cardchain-client-ts 0.0.29 → 0.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2108) hide show
  1. package/cardchain.cardchain/index.ts +6 -0
  2. package/cardchain.cardchain/module.ts +1869 -0
  3. package/cardchain.cardchain/registry.ts +111 -0
  4. package/cardchain.cardchain/rest.ts +655 -0
  5. package/cardchain.cardchain/types.ts +63 -0
  6. package/cardchain.featureflag/index.ts +6 -0
  7. package/cardchain.featureflag/module.ts +165 -0
  8. package/cardchain.featureflag/registry.ts +11 -0
  9. package/cardchain.featureflag/rest.ts +256 -0
  10. package/cardchain.featureflag/types.ts +9 -0
  11. package/client.ts +147 -159
  12. package/cosmos.auth.v1beta1/index.ts +2 -2
  13. package/cosmos.auth.v1beta1/module.ts +40 -6
  14. package/cosmos.auth.v1beta1/registry.ts +2 -0
  15. package/cosmos.auth.v1beta1/rest.ts +201 -439
  16. package/cosmos.auth.v1beta1/types.ts +5 -3
  17. package/cosmos.authz.v1beta1/index.ts +2 -2
  18. package/cosmos.authz.v1beta1/module.ts +33 -34
  19. package/cosmos.authz.v1beta1/registry.ts +5 -5
  20. package/cosmos.authz.v1beta1/rest.ts +97 -445
  21. package/cosmos.authz.v1beta1/types.ts +6 -6
  22. package/cosmos.bank.v1beta1/index.ts +2 -2
  23. package/cosmos.bank.v1beta1/module.ts +86 -21
  24. package/cosmos.bank.v1beta1/registry.ts +7 -3
  25. package/cosmos.bank.v1beta1/rest.ts +262 -452
  26. package/cosmos.bank.v1beta1/types.ts +10 -10
  27. package/cosmos.base.node.v1beta1/index.ts +6 -0
  28. package/cosmos.base.node.v1beta1/module.ts +95 -0
  29. package/cosmos.base.node.v1beta1/rest.ts +235 -0
  30. package/cosmos.base.node.v1beta1/types.ts +5 -0
  31. package/cosmos.base.tendermint.v1beta1/index.ts +2 -2
  32. package/cosmos.base.tendermint.v1beta1/module.ts +4 -5
  33. package/cosmos.base.tendermint.v1beta1/rest.ts +161 -968
  34. package/cosmos.base.tendermint.v1beta1/types.ts +7 -7
  35. package/cosmos.circuit.v1/index.ts +6 -0
  36. package/cosmos.circuit.v1/module.ts +198 -0
  37. package/cosmos.circuit.v1/registry.ts +13 -0
  38. package/cosmos.circuit.v1/rest.ts +256 -0
  39. package/cosmos.circuit.v1/types.ts +9 -0
  40. package/cosmos.consensus.v1/index.ts +2 -2
  41. package/cosmos.consensus.v1/module.ts +6 -7
  42. package/cosmos.consensus.v1/registry.ts +1 -1
  43. package/cosmos.consensus.v1/rest.ts +81 -135
  44. package/cosmos.crisis.v1beta1/index.ts +2 -2
  45. package/cosmos.crisis.v1beta1/module.ts +40 -8
  46. package/cosmos.crisis.v1beta1/registry.ts +3 -1
  47. package/cosmos.crisis.v1beta1/rest.ts +72 -31
  48. package/cosmos.distribution.v1beta1/index.ts +2 -2
  49. package/cosmos.distribution.v1beta1/module.ts +123 -25
  50. package/cosmos.distribution.v1beta1/registry.ts +11 -5
  51. package/cosmos.distribution.v1beta1/rest.ts +211 -365
  52. package/cosmos.distribution.v1beta1/types.ts +19 -19
  53. package/cosmos.evidence.v1beta1/index.ts +2 -2
  54. package/cosmos.evidence.v1beta1/module.ts +6 -7
  55. package/cosmos.evidence.v1beta1/registry.ts +1 -1
  56. package/cosmos.evidence.v1beta1/rest.ts +93 -260
  57. package/cosmos.evidence.v1beta1/types.ts +1 -1
  58. package/cosmos.feegrant.v1beta1/index.ts +2 -2
  59. package/cosmos.feegrant.v1beta1/module.ts +42 -10
  60. package/cosmos.feegrant.v1beta1/registry.ts +4 -2
  61. package/cosmos.feegrant.v1beta1/rest.ts +97 -293
  62. package/cosmos.feegrant.v1beta1/types.ts +4 -4
  63. package/cosmos.gov.v1/index.ts +2 -2
  64. package/cosmos.gov.v1/module.ts +125 -25
  65. package/cosmos.gov.v1/registry.ts +11 -5
  66. package/cosmos.gov.v1/rest.ts +186 -602
  67. package/cosmos.gov.v1/types.ts +10 -8
  68. package/cosmos.gov.v1beta1/index.ts +2 -2
  69. package/cosmos.gov.v1beta1/module.ts +35 -36
  70. package/cosmos.gov.v1beta1/registry.ts +6 -6
  71. package/cosmos.gov.v1beta1/rest.ts +165 -668
  72. package/cosmos.gov.v1beta1/types.ts +9 -9
  73. package/cosmos.group.v1/index.ts +2 -2
  74. package/cosmos.group.v1/module.ts +187 -188
  75. package/cosmos.group.v1/registry.ts +24 -24
  76. package/cosmos.group.v1/rest.ts +230 -944
  77. package/cosmos.group.v1/types.ts +21 -21
  78. package/cosmos.mint.v1beta1/index.ts +2 -2
  79. package/cosmos.mint.v1beta1/module.ts +38 -6
  80. package/cosmos.mint.v1beta1/registry.ts +2 -0
  81. package/cosmos.mint.v1beta1/rest.ts +100 -97
  82. package/cosmos.mint.v1beta1/types.ts +2 -2
  83. package/cosmos.nft.v1beta1/index.ts +2 -2
  84. package/cosmos.nft.v1beta1/module.ts +38 -6
  85. package/cosmos.nft.v1beta1/registry.ts +2 -0
  86. package/cosmos.nft.v1beta1/rest.ts +155 -500
  87. package/cosmos.nft.v1beta1/types.ts +6 -6
  88. package/cosmos.params.v1beta1/index.ts +2 -2
  89. package/cosmos.params.v1beta1/module.ts +4 -5
  90. package/cosmos.params.v1beta1/rest.ts +95 -80
  91. package/cosmos.params.v1beta1/types.ts +3 -3
  92. package/cosmos.slashing.v1beta1/index.ts +2 -2
  93. package/cosmos.slashing.v1beta1/module.ts +40 -8
  94. package/cosmos.slashing.v1beta1/registry.ts +3 -1
  95. package/cosmos.slashing.v1beta1/rest.ts +104 -216
  96. package/cosmos.slashing.v1beta1/types.ts +5 -5
  97. package/cosmos.staking.v1beta1/index.ts +2 -2
  98. package/cosmos.staking.v1beta1/module.ts +107 -73
  99. package/cosmos.staking.v1beta1/registry.ts +11 -9
  100. package/cosmos.staking.v1beta1/rest.ts +246 -998
  101. package/cosmos.staking.v1beta1/types.ts +25 -23
  102. package/cosmos.tx.v1beta1/index.ts +2 -2
  103. package/cosmos.tx.v1beta1/module.ts +4 -5
  104. package/cosmos.tx.v1beta1/rest.ts +217 -1207
  105. package/cosmos.tx.v1beta1/types.ts +13 -13
  106. package/cosmos.upgrade.v1beta1/index.ts +2 -2
  107. package/cosmos.upgrade.v1beta1/module.ts +31 -32
  108. package/cosmos.upgrade.v1beta1/registry.ts +3 -3
  109. package/cosmos.upgrade.v1beta1/rest.ts +135 -305
  110. package/cosmos.upgrade.v1beta1/types.ts +4 -4
  111. package/cosmos.vesting.v1beta1/index.ts +2 -2
  112. package/cosmos.vesting.v1beta1/module.ts +37 -38
  113. package/cosmos.vesting.v1beta1/registry.ts +4 -4
  114. package/cosmos.vesting.v1beta1/rest.ts +71 -178
  115. package/cosmos.vesting.v1beta1/types.ts +6 -6
  116. package/ibc.applications.fee.v1/index.ts +6 -0
  117. package/ibc.applications.fee.v1/module.ts +247 -0
  118. package/ibc.applications.fee.v1/registry.ts +15 -0
  119. package/ibc.applications.fee.v1/rest.ts +403 -0
  120. package/ibc.applications.fee.v1/types.ts +25 -0
  121. package/ibc.applications.interchain_accounts.controller.v1/index.ts +2 -2
  122. package/ibc.applications.interchain_accounts.controller.v1/module.ts +104 -6
  123. package/ibc.applications.interchain_accounts.controller.v1/registry.ts +6 -0
  124. package/ibc.applications.interchain_accounts.controller.v1/rest.ts +93 -204
  125. package/ibc.applications.interchain_accounts.controller.v1/types.ts +1 -1
  126. package/ibc.applications.interchain_accounts.host.v1/index.ts +2 -2
  127. package/ibc.applications.interchain_accounts.host.v1/module.ts +73 -6
  128. package/ibc.applications.interchain_accounts.host.v1/registry.ts +4 -0
  129. package/ibc.applications.interchain_accounts.host.v1/rest.ts +82 -51
  130. package/ibc.applications.interchain_accounts.host.v1/types.ts +3 -1
  131. package/ibc.applications.transfer.v1/index.ts +2 -2
  132. package/ibc.applications.transfer.v1/module.ts +44 -8
  133. package/ibc.applications.transfer.v1/registry.ts +3 -1
  134. package/ibc.applications.transfer.v1/rest.ts +153 -378
  135. package/ibc.applications.transfer.v1/types.ts +6 -2
  136. package/ibc.core.channel.v1/index.ts +2 -2
  137. package/ibc.core.channel.v1/module.ts +718 -84
  138. package/ibc.core.channel.v1/registry.ts +38 -0
  139. package/ibc.core.channel.v1/rest.ts +330 -1155
  140. package/ibc.core.channel.v1/types.ts +18 -8
  141. package/ibc.core.client.v1/index.ts +2 -2
  142. package/ibc.core.client.v1/module.ts +314 -86
  143. package/ibc.core.client.v1/registry.ts +14 -0
  144. package/ibc.core.client.v1/rest.ts +198 -879
  145. package/ibc.core.client.v1/types.ts +11 -11
  146. package/ibc.core.connection.v1/index.ts +2 -2
  147. package/ibc.core.connection.v1/module.ts +242 -80
  148. package/ibc.core.connection.v1/registry.ts +10 -0
  149. package/ibc.core.connection.v1/rest.ts +147 -717
  150. package/ibc.core.connection.v1/types.ts +7 -7
  151. package/index.ts +63 -55
  152. package/lib/cardchain.cardchain/index.d.ts +5 -0
  153. package/lib/cardchain.cardchain/index.js +5 -0
  154. package/lib/cardchain.cardchain/module.d.ts +604 -0
  155. package/lib/cardchain.cardchain/module.js +1313 -0
  156. package/lib/cardchain.cardchain/registry.d.ts +3 -0
  157. package/lib/cardchain.cardchain/registry.js +107 -0
  158. package/lib/cardchain.cardchain/rest.d.ts +610 -0
  159. package/lib/cardchain.cardchain/rest.js +383 -0
  160. package/lib/cardchain.cardchain/types.d.ts +30 -0
  161. package/lib/cardchain.cardchain/types.js +30 -0
  162. package/lib/cardchain.featureflag/index.d.ts +5 -0
  163. package/lib/cardchain.featureflag/index.js +5 -0
  164. package/lib/cardchain.featureflag/module.d.ts +54 -0
  165. package/lib/cardchain.featureflag/module.js +109 -0
  166. package/lib/cardchain.featureflag/registry.d.ts +3 -0
  167. package/lib/cardchain.featureflag/registry.js +7 -0
  168. package/lib/cardchain.featureflag/rest.d.ts +118 -0
  169. package/lib/cardchain.featureflag/rest.js +117 -0
  170. package/lib/cardchain.featureflag/types.d.ts +3 -0
  171. package/lib/cardchain.featureflag/types.js +3 -0
  172. package/lib/client.d.ts +19 -0
  173. package/lib/client.js +133 -0
  174. package/lib/cosmos.auth.v1beta1/index.d.ts +5 -0
  175. package/lib/cosmos.auth.v1beta1/index.js +5 -0
  176. package/lib/cosmos.auth.v1beta1/module.d.ts +43 -0
  177. package/lib/cosmos.auth.v1beta1/module.js +90 -0
  178. package/lib/cosmos.auth.v1beta1/registry.d.ts +3 -0
  179. package/lib/cosmos.auth.v1beta1/registry.js +5 -0
  180. package/lib/cosmos.auth.v1beta1/rest.d.ts +213 -0
  181. package/lib/cosmos.auth.v1beta1/rest.js +215 -0
  182. package/lib/cosmos.auth.v1beta1/types.d.ts +5 -0
  183. package/lib/cosmos.auth.v1beta1/types.js +5 -0
  184. package/lib/cosmos.authz.v1beta1/index.d.ts +5 -0
  185. package/lib/cosmos.authz.v1beta1/index.js +5 -0
  186. package/lib/cosmos.authz.v1beta1/module.d.ts +65 -0
  187. package/lib/cosmos.authz.v1beta1/module.js +140 -0
  188. package/lib/cosmos.authz.v1beta1/registry.d.ts +3 -0
  189. package/lib/cosmos.authz.v1beta1/registry.js +9 -0
  190. package/lib/cosmos.authz.v1beta1/rest.d.ts +148 -0
  191. package/lib/cosmos.authz.v1beta1/rest.js +117 -0
  192. package/lib/cosmos.authz.v1beta1/types.d.ts +7 -0
  193. package/lib/cosmos.authz.v1beta1/types.js +7 -0
  194. package/lib/cosmos.bank.v1beta1/index.d.ts +5 -0
  195. package/lib/cosmos.bank.v1beta1/index.js +5 -0
  196. package/lib/cosmos.bank.v1beta1/module.d.ts +76 -0
  197. package/lib/cosmos.bank.v1beta1/module.js +171 -0
  198. package/lib/cosmos.bank.v1beta1/registry.d.ts +3 -0
  199. package/lib/cosmos.bank.v1beta1/registry.js +11 -0
  200. package/lib/cosmos.bank.v1beta1/rest.d.ts +328 -0
  201. package/lib/cosmos.bank.v1beta1/rest.js +257 -0
  202. package/lib/cosmos.bank.v1beta1/types.d.ts +11 -0
  203. package/lib/cosmos.bank.v1beta1/types.js +11 -0
  204. package/lib/cosmos.base.node.v1beta1/index.d.ts +5 -0
  205. package/lib/cosmos.base.node.v1beta1/index.js +5 -0
  206. package/lib/cosmos.base.node.v1beta1/module.d.ts +30 -0
  207. package/lib/cosmos.base.node.v1beta1/module.js +55 -0
  208. package/lib/cosmos.base.node.v1beta1/registry.d.ts +3 -0
  209. package/lib/cosmos.base.node.v1beta1/rest.d.ts +107 -0
  210. package/lib/cosmos.base.node.v1beta1/rest.js +103 -0
  211. package/lib/cosmos.base.tendermint.v1beta1/index.d.ts +5 -0
  212. package/lib/cosmos.base.tendermint.v1beta1/index.js +5 -0
  213. package/lib/cosmos.base.tendermint.v1beta1/module.d.ts +30 -0
  214. package/lib/cosmos.base.tendermint.v1beta1/module.js +70 -0
  215. package/lib/cosmos.base.tendermint.v1beta1/registry.d.ts +3 -0
  216. package/lib/cosmos.base.tendermint.v1beta1/rest.d.ts +928 -0
  217. package/lib/cosmos.base.tendermint.v1beta1/rest.js +173 -0
  218. package/lib/cosmos.base.tendermint.v1beta1/types.d.ts +8 -0
  219. package/lib/cosmos.base.tendermint.v1beta1/types.js +8 -0
  220. package/lib/cosmos.circuit.v1/index.d.ts +5 -0
  221. package/lib/cosmos.circuit.v1/index.js +5 -0
  222. package/lib/cosmos.circuit.v1/module.d.ts +65 -0
  223. package/lib/cosmos.circuit.v1/module.js +132 -0
  224. package/lib/cosmos.circuit.v1/registry.d.ts +3 -0
  225. package/lib/cosmos.circuit.v1/registry.js +9 -0
  226. package/lib/cosmos.circuit.v1/rest.d.ts +125 -0
  227. package/lib/cosmos.circuit.v1/rest.js +117 -0
  228. package/lib/cosmos.circuit.v1/types.d.ts +3 -0
  229. package/lib/cosmos.circuit.v1/types.js +3 -0
  230. package/lib/cosmos.consensus.v1/index.d.ts +5 -0
  231. package/lib/cosmos.consensus.v1/index.js +5 -0
  232. package/lib/cosmos.consensus.v1/module.d.ts +43 -0
  233. package/lib/cosmos.consensus.v1/module.js +81 -0
  234. package/lib/cosmos.consensus.v1/registry.d.ts +3 -0
  235. package/lib/cosmos.consensus.v1/registry.js +5 -0
  236. package/lib/cosmos.consensus.v1/rest.d.ts +112 -0
  237. package/lib/cosmos.consensus.v1/rest.js +89 -0
  238. package/lib/cosmos.crisis.v1beta1/index.d.ts +5 -0
  239. package/lib/cosmos.crisis.v1beta1/index.js +5 -0
  240. package/lib/cosmos.crisis.v1beta1/module.d.ts +54 -0
  241. package/lib/cosmos.crisis.v1beta1/module.js +104 -0
  242. package/lib/cosmos.crisis.v1beta1/registry.d.ts +3 -0
  243. package/lib/cosmos.crisis.v1beta1/registry.js +7 -0
  244. package/lib/cosmos.crisis.v1beta1/rest.d.ts +80 -0
  245. package/lib/cosmos.crisis.v1beta1/rest.js +72 -0
  246. package/lib/cosmos.crisis.v1beta1/types.d.ts +1 -0
  247. package/lib/cosmos.crisis.v1beta1/types.js +1 -0
  248. package/lib/cosmos.distribution.v1beta1/index.d.ts +5 -0
  249. package/lib/cosmos.distribution.v1beta1/index.js +5 -0
  250. package/lib/cosmos.distribution.v1beta1/module.d.ts +109 -0
  251. package/lib/cosmos.distribution.v1beta1/module.js +258 -0
  252. package/lib/cosmos.distribution.v1beta1/registry.d.ts +3 -0
  253. package/lib/cosmos.distribution.v1beta1/registry.js +17 -0
  254. package/lib/cosmos.distribution.v1beta1/rest.d.ts +228 -0
  255. package/lib/cosmos.distribution.v1beta1/rest.js +215 -0
  256. package/lib/cosmos.distribution.v1beta1/types.d.ts +20 -0
  257. package/lib/cosmos.distribution.v1beta1/types.js +20 -0
  258. package/lib/cosmos.evidence.v1beta1/index.d.ts +5 -0
  259. package/lib/cosmos.evidence.v1beta1/index.js +5 -0
  260. package/lib/cosmos.evidence.v1beta1/module.d.ts +43 -0
  261. package/lib/cosmos.evidence.v1beta1/module.js +84 -0
  262. package/lib/cosmos.evidence.v1beta1/registry.d.ts +3 -0
  263. package/lib/cosmos.evidence.v1beta1/registry.js +5 -0
  264. package/lib/cosmos.evidence.v1beta1/rest.d.ts +113 -0
  265. package/lib/cosmos.evidence.v1beta1/rest.js +103 -0
  266. package/lib/cosmos.evidence.v1beta1/types.d.ts +2 -0
  267. package/lib/cosmos.evidence.v1beta1/types.js +2 -0
  268. package/lib/cosmos.feegrant.v1beta1/index.d.ts +5 -0
  269. package/lib/cosmos.feegrant.v1beta1/index.js +5 -0
  270. package/lib/cosmos.feegrant.v1beta1/module.d.ts +65 -0
  271. package/lib/cosmos.feegrant.v1beta1/module.js +136 -0
  272. package/lib/cosmos.feegrant.v1beta1/registry.d.ts +3 -0
  273. package/lib/cosmos.feegrant.v1beta1/registry.js +9 -0
  274. package/lib/cosmos.feegrant.v1beta1/rest.d.ts +142 -0
  275. package/lib/cosmos.feegrant.v1beta1/rest.js +117 -0
  276. package/lib/cosmos.feegrant.v1beta1/types.d.ts +5 -0
  277. package/lib/cosmos.feegrant.v1beta1/types.js +5 -0
  278. package/lib/cosmos.gov.v1/index.d.ts +5 -0
  279. package/lib/cosmos.gov.v1/index.js +5 -0
  280. package/lib/cosmos.gov.v1/module.d.ts +109 -0
  281. package/lib/cosmos.gov.v1/module.js +238 -0
  282. package/lib/cosmos.gov.v1/registry.d.ts +3 -0
  283. package/lib/cosmos.gov.v1/registry.js +17 -0
  284. package/lib/cosmos.gov.v1/rest.d.ts +328 -0
  285. package/lib/cosmos.gov.v1/rest.js +201 -0
  286. package/lib/cosmos.gov.v1/types.d.ts +10 -0
  287. package/lib/cosmos.gov.v1/types.js +10 -0
  288. package/lib/cosmos.gov.v1beta1/index.d.ts +5 -0
  289. package/lib/cosmos.gov.v1beta1/index.js +5 -0
  290. package/lib/cosmos.gov.v1beta1/module.d.ts +76 -0
  291. package/lib/cosmos.gov.v1beta1/module.js +169 -0
  292. package/lib/cosmos.gov.v1beta1/registry.d.ts +3 -0
  293. package/lib/cosmos.gov.v1beta1/registry.js +11 -0
  294. package/lib/cosmos.gov.v1beta1/rest.d.ts +273 -0
  295. package/lib/cosmos.gov.v1beta1/rest.js +187 -0
  296. package/lib/cosmos.gov.v1beta1/types.d.ts +10 -0
  297. package/lib/cosmos.gov.v1beta1/types.js +10 -0
  298. package/lib/cosmos.group.v1/index.d.ts +5 -0
  299. package/lib/cosmos.group.v1/index.js +5 -0
  300. package/lib/cosmos.group.v1/module.d.ts +186 -0
  301. package/lib/cosmos.group.v1/module.js +423 -0
  302. package/lib/cosmos.group.v1/registry.d.ts +3 -0
  303. package/lib/cosmos.group.v1/registry.js +31 -0
  304. package/lib/cosmos.group.v1/rest.d.ts +404 -0
  305. package/lib/cosmos.group.v1/rest.js +271 -0
  306. package/lib/cosmos.group.v1/types.d.ts +22 -0
  307. package/lib/cosmos.group.v1/types.js +22 -0
  308. package/lib/cosmos.mint.v1beta1/index.d.ts +5 -0
  309. package/lib/cosmos.mint.v1beta1/index.js +5 -0
  310. package/lib/cosmos.mint.v1beta1/module.d.ts +43 -0
  311. package/lib/cosmos.mint.v1beta1/module.js +86 -0
  312. package/lib/cosmos.mint.v1beta1/registry.d.ts +3 -0
  313. package/lib/cosmos.mint.v1beta1/registry.js +5 -0
  314. package/lib/cosmos.mint.v1beta1/rest.d.ts +117 -0
  315. package/lib/cosmos.mint.v1beta1/rest.js +117 -0
  316. package/lib/cosmos.mint.v1beta1/types.d.ts +3 -0
  317. package/lib/cosmos.mint.v1beta1/types.js +3 -0
  318. package/lib/cosmos.nft.v1beta1/index.d.ts +5 -0
  319. package/lib/cosmos.nft.v1beta1/index.js +5 -0
  320. package/lib/cosmos.nft.v1beta1/module.d.ts +43 -0
  321. package/lib/cosmos.nft.v1beta1/module.js +94 -0
  322. package/lib/cosmos.nft.v1beta1/registry.d.ts +3 -0
  323. package/lib/cosmos.nft.v1beta1/registry.js +5 -0
  324. package/lib/cosmos.nft.v1beta1/rest.d.ts +201 -0
  325. package/lib/cosmos.nft.v1beta1/rest.js +173 -0
  326. package/lib/cosmos.nft.v1beta1/types.d.ts +7 -0
  327. package/lib/cosmos.nft.v1beta1/types.js +7 -0
  328. package/lib/cosmos.params.v1beta1/index.d.ts +5 -0
  329. package/lib/cosmos.params.v1beta1/index.js +5 -0
  330. package/lib/cosmos.params.v1beta1/module.d.ts +30 -0
  331. package/lib/cosmos.params.v1beta1/module.js +62 -0
  332. package/lib/cosmos.params.v1beta1/registry.d.ts +3 -0
  333. package/lib/cosmos.params.v1beta1/rest.d.ts +109 -0
  334. package/lib/cosmos.params.v1beta1/rest.js +103 -0
  335. package/lib/cosmos.params.v1beta1/types.d.ts +4 -0
  336. package/lib/cosmos.params.v1beta1/types.js +4 -0
  337. package/lib/cosmos.slashing.v1beta1/index.d.ts +5 -0
  338. package/lib/cosmos.slashing.v1beta1/index.js +5 -0
  339. package/lib/cosmos.slashing.v1beta1/module.d.ts +54 -0
  340. package/lib/cosmos.slashing.v1beta1/module.js +115 -0
  341. package/lib/cosmos.slashing.v1beta1/registry.d.ts +3 -0
  342. package/lib/cosmos.slashing.v1beta1/registry.js +7 -0
  343. package/lib/cosmos.slashing.v1beta1/rest.d.ts +139 -0
  344. package/lib/cosmos.slashing.v1beta1/rest.js +117 -0
  345. package/lib/cosmos.slashing.v1beta1/types.d.ts +6 -0
  346. package/lib/cosmos.slashing.v1beta1/types.js +6 -0
  347. package/lib/cosmos.staking.v1beta1/index.d.ts +5 -0
  348. package/lib/cosmos.staking.v1beta1/index.js +5 -0
  349. package/lib/cosmos.staking.v1beta1/module.d.ts +109 -0
  350. package/lib/cosmos.staking.v1beta1/module.js +268 -0
  351. package/lib/cosmos.staking.v1beta1/registry.d.ts +3 -0
  352. package/lib/cosmos.staking.v1beta1/registry.js +17 -0
  353. package/lib/cosmos.staking.v1beta1/rest.d.ts +534 -0
  354. package/lib/cosmos.staking.v1beta1/rest.js +271 -0
  355. package/lib/cosmos.staking.v1beta1/types.d.ts +25 -0
  356. package/lib/cosmos.staking.v1beta1/types.js +25 -0
  357. package/lib/cosmos.tx.v1beta1/index.d.ts +5 -0
  358. package/lib/cosmos.tx.v1beta1/index.js +5 -0
  359. package/lib/cosmos.tx.v1beta1/module.d.ts +30 -0
  360. package/lib/cosmos.tx.v1beta1/module.js +82 -0
  361. package/lib/cosmos.tx.v1beta1/registry.d.ts +3 -0
  362. package/lib/cosmos.tx.v1beta1/rest.d.ts +705 -0
  363. package/lib/cosmos.tx.v1beta1/rest.js +201 -0
  364. package/lib/cosmos.tx.v1beta1/types.d.ts +14 -0
  365. package/lib/cosmos.tx.v1beta1/types.js +14 -0
  366. package/lib/cosmos.upgrade.v1beta1/index.d.ts +5 -0
  367. package/lib/cosmos.upgrade.v1beta1/index.js +5 -0
  368. package/lib/cosmos.upgrade.v1beta1/module.d.ts +54 -0
  369. package/lib/cosmos.upgrade.v1beta1/module.js +113 -0
  370. package/lib/cosmos.upgrade.v1beta1/registry.d.ts +3 -0
  371. package/lib/cosmos.upgrade.v1beta1/registry.js +7 -0
  372. package/lib/cosmos.upgrade.v1beta1/rest.d.ts +144 -0
  373. package/lib/cosmos.upgrade.v1beta1/rest.js +145 -0
  374. package/lib/cosmos.upgrade.v1beta1/types.d.ts +5 -0
  375. package/lib/cosmos.upgrade.v1beta1/types.js +5 -0
  376. package/lib/cosmos.vesting.v1beta1/index.d.ts +5 -0
  377. package/lib/cosmos.vesting.v1beta1/index.js +5 -0
  378. package/lib/cosmos.vesting.v1beta1/module.d.ts +65 -0
  379. package/lib/cosmos.vesting.v1beta1/module.js +140 -0
  380. package/lib/cosmos.vesting.v1beta1/registry.d.ts +3 -0
  381. package/lib/cosmos.vesting.v1beta1/registry.js +9 -0
  382. package/lib/cosmos.vesting.v1beta1/rest.d.ts +80 -0
  383. package/lib/cosmos.vesting.v1beta1/rest.js +72 -0
  384. package/lib/cosmos.vesting.v1beta1/types.d.ts +7 -0
  385. package/lib/cosmos.vesting.v1beta1/types.js +7 -0
  386. package/lib/env.d.ts +5 -0
  387. package/lib/env.js +1 -0
  388. package/lib/helpers.d.ts +8 -0
  389. package/lib/ibc.applications.fee.v1/index.d.ts +5 -0
  390. package/lib/ibc.applications.fee.v1/index.js +5 -0
  391. package/lib/ibc.applications.fee.v1/module.d.ts +76 -0
  392. package/lib/ibc.applications.fee.v1/module.js +171 -0
  393. package/lib/ibc.applications.fee.v1/registry.d.ts +3 -0
  394. package/lib/ibc.applications.fee.v1/registry.js +11 -0
  395. package/lib/ibc.applications.fee.v1/rest.d.ts +284 -0
  396. package/lib/ibc.applications.fee.v1/rest.js +215 -0
  397. package/lib/ibc.applications.fee.v1/types.d.ts +11 -0
  398. package/lib/ibc.applications.fee.v1/types.js +11 -0
  399. package/lib/ibc.applications.interchain_accounts.controller.v1/index.d.ts +5 -0
  400. package/lib/ibc.applications.interchain_accounts.controller.v1/index.js +5 -0
  401. package/lib/ibc.applications.interchain_accounts.controller.v1/module.d.ts +65 -0
  402. package/lib/ibc.applications.interchain_accounts.controller.v1/module.js +130 -0
  403. package/lib/ibc.applications.interchain_accounts.controller.v1/registry.d.ts +3 -0
  404. package/lib/ibc.applications.interchain_accounts.controller.v1/registry.js +9 -0
  405. package/lib/ibc.applications.interchain_accounts.controller.v1/rest.d.ts +102 -0
  406. package/lib/ibc.applications.interchain_accounts.controller.v1/rest.js +103 -0
  407. package/lib/ibc.applications.interchain_accounts.controller.v1/types.d.ts +2 -0
  408. package/lib/ibc.applications.interchain_accounts.controller.v1/types.js +2 -0
  409. package/lib/ibc.applications.interchain_accounts.host.v1/index.d.ts +5 -0
  410. package/lib/ibc.applications.interchain_accounts.host.v1/index.js +5 -0
  411. package/lib/ibc.applications.interchain_accounts.host.v1/module.d.ts +54 -0
  412. package/lib/ibc.applications.interchain_accounts.host.v1/module.js +109 -0
  413. package/lib/ibc.applications.interchain_accounts.host.v1/registry.d.ts +3 -0
  414. package/lib/ibc.applications.interchain_accounts.host.v1/registry.js +7 -0
  415. package/lib/ibc.applications.interchain_accounts.host.v1/rest.d.ts +93 -0
  416. package/lib/ibc.applications.interchain_accounts.host.v1/rest.js +89 -0
  417. package/lib/ibc.applications.interchain_accounts.host.v1/types.d.ts +3 -0
  418. package/lib/ibc.applications.interchain_accounts.host.v1/types.js +3 -0
  419. package/lib/ibc.applications.transfer.v1/index.d.ts +5 -0
  420. package/lib/ibc.applications.transfer.v1/index.js +5 -0
  421. package/lib/ibc.applications.transfer.v1/module.d.ts +54 -0
  422. package/lib/ibc.applications.transfer.v1/module.js +113 -0
  423. package/lib/ibc.applications.transfer.v1/registry.d.ts +3 -0
  424. package/lib/ibc.applications.transfer.v1/registry.js +7 -0
  425. package/lib/ibc.applications.transfer.v1/rest.d.ts +158 -0
  426. package/lib/ibc.applications.transfer.v1/rest.js +159 -0
  427. package/lib/ibc.applications.transfer.v1/types.d.ts +5 -0
  428. package/lib/ibc.applications.transfer.v1/types.js +5 -0
  429. package/lib/ibc.core.channel.v1/index.d.ts +5 -0
  430. package/lib/ibc.core.channel.v1/index.js +5 -0
  431. package/lib/ibc.core.channel.v1/module.d.ts +241 -0
  432. package/lib/ibc.core.channel.v1/module.js +522 -0
  433. package/lib/ibc.core.channel.v1/registry.d.ts +3 -0
  434. package/lib/ibc.core.channel.v1/registry.js +41 -0
  435. package/lib/ibc.core.channel.v1/rest.d.ts +424 -0
  436. package/lib/ibc.core.channel.v1/rest.js +313 -0
  437. package/lib/ibc.core.channel.v1/types.d.ts +14 -0
  438. package/lib/ibc.core.channel.v1/types.js +14 -0
  439. package/lib/ibc.core.client.v1/index.d.ts +5 -0
  440. package/lib/ibc.core.client.v1/index.js +5 -0
  441. package/lib/ibc.core.client.v1/module.d.ts +109 -0
  442. package/lib/ibc.core.client.v1/module.js +238 -0
  443. package/lib/ibc.core.client.v1/registry.d.ts +3 -0
  444. package/lib/ibc.core.client.v1/registry.js +17 -0
  445. package/lib/ibc.core.client.v1/rest.d.ts +239 -0
  446. package/lib/ibc.core.client.v1/rest.js +215 -0
  447. package/lib/ibc.core.client.v1/types.d.ts +10 -0
  448. package/lib/ibc.core.client.v1/types.js +10 -0
  449. package/lib/ibc.core.connection.v1/index.d.ts +5 -0
  450. package/lib/ibc.core.connection.v1/index.js +5 -0
  451. package/lib/ibc.core.connection.v1/module.d.ts +87 -0
  452. package/lib/ibc.core.connection.v1/module.js +188 -0
  453. package/lib/ibc.core.connection.v1/registry.d.ts +3 -0
  454. package/lib/ibc.core.connection.v1/registry.js +13 -0
  455. package/lib/ibc.core.connection.v1/rest.d.ts +213 -0
  456. package/lib/ibc.core.connection.v1/rest.js +159 -0
  457. package/lib/ibc.core.connection.v1/types.d.ts +8 -0
  458. package/lib/ibc.core.connection.v1/types.js +8 -0
  459. package/lib/index.d.ts +254 -0
  460. package/lib/index.js +72 -0
  461. package/lib/modules.d.ts +9 -0
  462. package/lib/modules.js +1 -0
  463. package/lib/types/amino/amino.d.ts +1 -0
  464. package/lib/types/amino/amino.js +7 -0
  465. package/lib/types/capability/v1/capability.d.ts +46 -0
  466. package/lib/types/capability/v1/capability.js +191 -0
  467. package/lib/types/capability/v1/genesis.d.ts +41 -0
  468. package/lib/types/capability/v1/genesis.js +160 -0
  469. package/lib/types/cardchain/cardchain/card.d.ts +89 -0
  470. package/lib/types/cardchain/cardchain/card.js +625 -0
  471. package/lib/types/cardchain/cardchain/card_content.d.ts +26 -0
  472. package/lib/types/cardchain/cardchain/card_content.js +79 -0
  473. package/lib/types/cardchain/cardchain/card_with_image.d.ts +28 -0
  474. package/lib/types/cardchain/cardchain/card_with_image.js +95 -0
  475. package/lib/types/cardchain/cardchain/council.d.ts +62 -0
  476. package/lib/types/cardchain/cardchain/council.js +422 -0
  477. package/lib/types/cardchain/cardchain/encounter.d.ts +36 -0
  478. package/lib/types/cardchain/cardchain/encounter.js +243 -0
  479. package/lib/types/cardchain/cardchain/encounter_with_image.d.ts +27 -0
  480. package/lib/types/cardchain/cardchain/encounter_with_image.js +82 -0
  481. package/lib/types/cardchain/cardchain/genesis.d.ts +56 -0
  482. package/lib/types/cardchain/cardchain/genesis.js +335 -0
  483. package/lib/types/cardchain/cardchain/image.d.ts +25 -0
  484. package/lib/types/cardchain/cardchain/image.js +87 -0
  485. package/lib/types/cardchain/cardchain/match.d.ts +51 -0
  486. package/lib/types/cardchain/cardchain/match.js +376 -0
  487. package/lib/types/cardchain/cardchain/module/module.d.ts +27 -0
  488. package/lib/types/cardchain/cardchain/module/module.js +62 -0
  489. package/lib/types/cardchain/cardchain/params.d.ts +50 -0
  490. package/lib/types/cardchain/cardchain/params.js +461 -0
  491. package/lib/types/cardchain/cardchain/query.d.ts +323 -0
  492. package/lib/types/cardchain/cardchain/query.js +3069 -0
  493. package/lib/types/cardchain/cardchain/running_average.d.ts +25 -0
  494. package/lib/types/cardchain/cardchain/running_average.js +78 -0
  495. package/lib/types/cardchain/cardchain/sell_offer.d.ts +39 -0
  496. package/lib/types/cardchain/cardchain/sell_offer.js +178 -0
  497. package/lib/types/cardchain/cardchain/server.d.ts +27 -0
  498. package/lib/types/cardchain/cardchain/server.js +104 -0
  499. package/lib/types/cardchain/cardchain/set.d.ts +56 -0
  500. package/lib/types/cardchain/cardchain/set.js +447 -0
  501. package/lib/types/cardchain/cardchain/set_with_artwork.d.ts +27 -0
  502. package/lib/types/cardchain/cardchain/set_with_artwork.js +105 -0
  503. package/lib/types/cardchain/cardchain/tx.d.ts +625 -0
  504. package/lib/types/cardchain/cardchain/tx.js +6632 -0
  505. package/lib/types/cardchain/cardchain/user.d.ts +82 -0
  506. package/lib/types/cardchain/cardchain/user.js +805 -0
  507. package/lib/types/cardchain/cardchain/voting.d.ts +44 -0
  508. package/lib/types/cardchain/cardchain/voting.js +267 -0
  509. package/lib/types/cardchain/cardchain/voting_results.d.ts +32 -0
  510. package/lib/types/cardchain/cardchain/voting_results.js +179 -0
  511. package/lib/types/cardchain/cardchain/zealy.d.ts +26 -0
  512. package/lib/types/cardchain/cardchain/zealy.js +79 -0
  513. package/lib/types/cardchain/featureflag/flag.d.ts +27 -0
  514. package/lib/types/cardchain/featureflag/flag.js +94 -0
  515. package/lib/types/cardchain/featureflag/genesis.d.ts +37 -0
  516. package/lib/types/cardchain/featureflag/genesis.js +173 -0
  517. package/lib/types/cardchain/featureflag/module/module.d.ts +27 -0
  518. package/lib/types/cardchain/featureflag/module/module.js +62 -0
  519. package/lib/types/cardchain/featureflag/params.d.ts +25 -0
  520. package/lib/types/cardchain/featureflag/params.js +45 -0
  521. package/lib/types/cardchain/featureflag/query.d.ts +72 -0
  522. package/lib/types/cardchain/featureflag/query.js +335 -0
  523. package/lib/types/cardchain/featureflag/tx.d.ts +72 -0
  524. package/lib/types/cardchain/featureflag/tx.js +273 -0
  525. package/lib/types/cosmos/app/runtime/v1alpha1/module.d.ts +85 -0
  526. package/lib/types/cosmos/app/runtime/v1alpha1/module.js +278 -0
  527. package/lib/types/cosmos/app/v1alpha1/config.d.ts +78 -0
  528. package/lib/types/cosmos/app/v1alpha1/config.js +239 -0
  529. package/lib/types/cosmos/app/v1alpha1/module.d.ts +104 -0
  530. package/lib/types/cosmos/app/v1alpha1/module.js +217 -0
  531. package/lib/types/cosmos/app/v1alpha1/query.d.ts +49 -0
  532. package/lib/types/cosmos/app/v1alpha1/query.js +115 -0
  533. package/lib/types/cosmos/auth/module/v1/module.d.ts +42 -0
  534. package/lib/types/cosmos/auth/module/v1/module.js +167 -0
  535. package/lib/types/cosmos/auth/v1beta1/auth.d.ts +65 -0
  536. package/lib/types/cosmos/auth/v1beta1/auth.js +425 -0
  537. package/lib/types/cosmos/auth/v1beta1/genesis.d.ts +31 -0
  538. package/lib/types/cosmos/auth/v1beta1/genesis.js +83 -0
  539. package/lib/types/cosmos/auth/v1beta1/query.d.ts +276 -0
  540. package/lib/types/cosmos/auth/v1beta1/query.js +1142 -0
  541. package/lib/types/cosmos/auth/v1beta1/tx.d.ts +69 -0
  542. package/lib/types/cosmos/auth/v1beta1/tx.js +132 -0
  543. package/lib/types/cosmos/authz/module/v1/module.d.ts +25 -0
  544. package/lib/types/cosmos/authz/module/v1/module.js +45 -0
  545. package/lib/types/cosmos/authz/v1beta1/authz.d.ts +63 -0
  546. package/lib/types/cosmos/authz/v1beta1/authz.js +310 -0
  547. package/lib/types/cosmos/authz/v1beta1/event.d.ts +42 -0
  548. package/lib/types/cosmos/authz/v1beta1/event.js +177 -0
  549. package/lib/types/cosmos/authz/v1beta1/genesis.d.ts +28 -0
  550. package/lib/types/cosmos/authz/v1beta1/genesis.js +64 -0
  551. package/lib/types/cosmos/authz/v1beta1/query.d.ts +103 -0
  552. package/lib/types/cosmos/authz/v1beta1/query.js +492 -0
  553. package/lib/types/cosmos/authz/v1beta1/tx.d.ts +107 -0
  554. package/lib/types/cosmos/authz/v1beta1/tx.js +424 -0
  555. package/lib/types/cosmos/autocli/v1/options.d.ts +155 -0
  556. package/lib/types/cosmos/autocli/v1/options.js +803 -0
  557. package/lib/types/cosmos/autocli/v1/query.d.ts +59 -0
  558. package/lib/types/cosmos/autocli/v1/query.js +207 -0
  559. package/lib/types/cosmos/bank/module/v1/module.d.ts +40 -0
  560. package/lib/types/cosmos/bank/module/v1/module.js +98 -0
  561. package/lib/types/cosmos/bank/v1beta1/authz.d.ts +39 -0
  562. package/lib/types/cosmos/bank/v1beta1/authz.js +81 -0
  563. package/lib/types/cosmos/bank/v1beta1/bank.d.ts +131 -0
  564. package/lib/types/cosmos/bank/v1beta1/bank.js +580 -0
  565. package/lib/types/cosmos/bank/v1beta1/genesis.d.ts +55 -0
  566. package/lib/types/cosmos/bank/v1beta1/genesis.js +200 -0
  567. package/lib/types/cosmos/bank/v1beta1/query.d.ts +412 -0
  568. package/lib/types/cosmos/bank/v1beta1/query.js +1782 -0
  569. package/lib/types/cosmos/bank/v1beta1/tx.d.ts +142 -0
  570. package/lib/types/cosmos/bank/v1beta1/tx.js +500 -0
  571. package/lib/types/cosmos/base/abci/v1beta1/abci.d.ts +205 -0
  572. package/lib/types/cosmos/base/abci/v1beta1/abci.js +1151 -0
  573. package/lib/types/cosmos/base/node/v1beta1/query.d.ts +71 -0
  574. package/lib/types/cosmos/base/node/v1beta1/query.js +378 -0
  575. package/lib/types/cosmos/base/query/v1beta1/pagination.d.ts +86 -0
  576. package/lib/types/cosmos/base/query/v1beta1/pagination.js +227 -0
  577. package/lib/types/cosmos/base/reflection/v1beta1/reflection.d.ts +74 -0
  578. package/lib/types/cosmos/base/reflection/v1beta1/reflection.js +228 -0
  579. package/lib/types/cosmos/base/reflection/v2alpha1/reflection.d.ts +275 -0
  580. package/lib/types/cosmos/base/reflection/v2alpha1/reflection.js +1592 -0
  581. package/lib/types/cosmos/base/tendermint/v1beta1/query.d.ts +224 -0
  582. package/lib/types/cosmos/base/tendermint/v1beta1/query.js +1628 -0
  583. package/lib/types/cosmos/base/tendermint/v1beta1/types.d.ts +68 -0
  584. package/lib/types/cosmos/base/tendermint/v1beta1/types.js +444 -0
  585. package/lib/types/cosmos/base/v1beta1/coin.d.ts +43 -0
  586. package/lib/types/cosmos/base/v1beta1/coin.js +147 -0
  587. package/lib/types/cosmos/circuit/module/v1/module.d.ts +27 -0
  588. package/lib/types/cosmos/circuit/module/v1/module.js +62 -0
  589. package/lib/types/cosmos/circuit/v1/query.d.ts +78 -0
  590. package/lib/types/cosmos/circuit/v1/query.js +359 -0
  591. package/lib/types/cosmos/circuit/v1/tx.d.ts +109 -0
  592. package/lib/types/cosmos/circuit/v1/tx.js +415 -0
  593. package/lib/types/cosmos/circuit/v1/types.d.ts +76 -0
  594. package/lib/types/cosmos/circuit/v1/types.js +285 -0
  595. package/lib/types/cosmos/consensus/module/v1/module.d.ts +27 -0
  596. package/lib/types/cosmos/consensus/module/v1/module.js +62 -0
  597. package/lib/types/cosmos/consensus/v1/query.d.ts +54 -0
  598. package/lib/types/cosmos/consensus/v1/query.js +115 -0
  599. package/lib/types/cosmos/consensus/v1/tx.d.ts +70 -0
  600. package/lib/types/cosmos/consensus/v1/tx.js +183 -0
  601. package/lib/types/cosmos/crisis/module/v1/module.d.ts +29 -0
  602. package/lib/types/cosmos/crisis/module/v1/module.js +79 -0
  603. package/lib/types/cosmos/crisis/v1beta1/genesis.d.ts +31 -0
  604. package/lib/types/cosmos/crisis/v1beta1/genesis.js +65 -0
  605. package/lib/types/cosmos/crisis/v1beta1/tx.d.ts +82 -0
  606. package/lib/types/cosmos/crisis/v1beta1/tx.js +258 -0
  607. package/lib/types/cosmos/crypto/ed25519/keys.d.ts +40 -0
  608. package/lib/types/cosmos/crypto/ed25519/keys.js +138 -0
  609. package/lib/types/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  610. package/lib/types/cosmos/crypto/hd/v1/hd.js +124 -0
  611. package/lib/types/cosmos/crypto/keyring/v1/record.d.ts +61 -0
  612. package/lib/types/cosmos/crypto/keyring/v1/record.js +331 -0
  613. package/lib/types/cosmos/crypto/multisig/keys.d.ts +32 -0
  614. package/lib/types/cosmos/crypto/multisig/keys.js +82 -0
  615. package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.d.ts +41 -0
  616. package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.js +159 -0
  617. package/lib/types/cosmos/crypto/secp256k1/keys.d.ts +37 -0
  618. package/lib/types/cosmos/crypto/secp256k1/keys.js +138 -0
  619. package/lib/types/cosmos/crypto/secp256r1/keys.d.ts +37 -0
  620. package/lib/types/cosmos/crypto/secp256r1/keys.js +138 -0
  621. package/lib/types/cosmos/distribution/module/v1/module.d.ts +28 -0
  622. package/lib/types/cosmos/distribution/module/v1/module.js +79 -0
  623. package/lib/types/cosmos/distribution/v1beta1/distribution.d.ts +162 -0
  624. package/lib/types/cosmos/distribution/v1beta1/distribution.js +906 -0
  625. package/lib/types/cosmos/distribution/v1beta1/genesis.d.ts +121 -0
  626. package/lib/types/cosmos/distribution/v1beta1/genesis.js +797 -0
  627. package/lib/types/cosmos/distribution/v1beta1/query.d.ts +250 -0
  628. package/lib/types/cosmos/distribution/v1beta1/query.js +1239 -0
  629. package/lib/types/cosmos/distribution/v1beta1/tx.d.ts +220 -0
  630. package/lib/types/cosmos/distribution/v1beta1/tx.js +840 -0
  631. package/lib/types/cosmos/evidence/module/v1/module.d.ts +25 -0
  632. package/lib/types/cosmos/evidence/module/v1/module.js +45 -0
  633. package/lib/types/cosmos/evidence/v1beta1/evidence.d.ts +36 -0
  634. package/lib/types/cosmos/evidence/v1beta1/evidence.js +141 -0
  635. package/lib/types/cosmos/evidence/v1beta1/genesis.d.ts +28 -0
  636. package/lib/types/cosmos/evidence/v1beta1/genesis.js +62 -0
  637. package/lib/types/cosmos/evidence/v1beta1/query.d.ts +86 -0
  638. package/lib/types/cosmos/evidence/v1beta1/query.js +301 -0
  639. package/lib/types/cosmos/evidence/v1beta1/tx.d.ts +59 -0
  640. package/lib/types/cosmos/evidence/v1beta1/tx.js +171 -0
  641. package/lib/types/cosmos/feegrant/module/v1/module.d.ts +25 -0
  642. package/lib/types/cosmos/feegrant/module/v1/module.js +45 -0
  643. package/lib/types/cosmos/feegrant/v1beta1/feegrant.d.ts +85 -0
  644. package/lib/types/cosmos/feegrant/v1beta1/feegrant.js +384 -0
  645. package/lib/types/cosmos/feegrant/v1beta1/genesis.d.ts +28 -0
  646. package/lib/types/cosmos/feegrant/v1beta1/genesis.js +64 -0
  647. package/lib/types/cosmos/feegrant/v1beta1/query.d.ts +103 -0
  648. package/lib/types/cosmos/feegrant/v1beta1/query.js +443 -0
  649. package/lib/types/cosmos/feegrant/v1beta1/tx.d.ts +103 -0
  650. package/lib/types/cosmos/feegrant/v1beta1/tx.js +352 -0
  651. package/lib/types/cosmos/genutil/module/v1/module.d.ts +25 -0
  652. package/lib/types/cosmos/genutil/module/v1/module.js +45 -0
  653. package/lib/types/cosmos/genutil/v1beta1/genesis.d.ts +27 -0
  654. package/lib/types/cosmos/genutil/v1beta1/genesis.js +86 -0
  655. package/lib/types/cosmos/gov/module/v1/module.d.ts +32 -0
  656. package/lib/types/cosmos/gov/module/v1/module.js +89 -0
  657. package/lib/types/cosmos/gov/v1/genesis.d.ts +71 -0
  658. package/lib/types/cosmos/gov/v1/genesis.js +215 -0
  659. package/lib/types/cosmos/gov/v1/gov.d.ts +304 -0
  660. package/lib/types/cosmos/gov/v1/gov.js +1331 -0
  661. package/lib/types/cosmos/gov/v1/query.d.ts +221 -0
  662. package/lib/types/cosmos/gov/v1/query.js +1229 -0
  663. package/lib/types/cosmos/gov/v1/tx.d.ts +224 -0
  664. package/lib/types/cosmos/gov/v1/tx.js +1048 -0
  665. package/lib/types/cosmos/gov/v1beta1/genesis.d.ts +40 -0
  666. package/lib/types/cosmos/gov/v1beta1/genesis.js +181 -0
  667. package/lib/types/cosmos/gov/v1beta1/gov.d.ts +205 -0
  668. package/lib/types/cosmos/gov/v1beta1/gov.js +1017 -0
  669. package/lib/types/cosmos/gov/v1beta1/query.d.ts +186 -0
  670. package/lib/types/cosmos/gov/v1beta1/query.js +1118 -0
  671. package/lib/types/cosmos/gov/v1beta1/tx.d.ts +123 -0
  672. package/lib/types/cosmos/gov/v1beta1/tx.js +555 -0
  673. package/lib/types/cosmos/group/module/v1/module.d.ts +36 -0
  674. package/lib/types/cosmos/group/module/v1/module.js +92 -0
  675. package/lib/types/cosmos/group/v1/events.d.ts +93 -0
  676. package/lib/types/cosmos/group/v1/events.js +615 -0
  677. package/lib/types/cosmos/group/v1/genesis.d.ts +52 -0
  678. package/lib/types/cosmos/group/v1/genesis.js +195 -0
  679. package/lib/types/cosmos/group/v1/query.d.ts +302 -0
  680. package/lib/types/cosmos/group/v1/query.js +1896 -0
  681. package/lib/types/cosmos/group/v1/tx.d.ts +344 -0
  682. package/lib/types/cosmos/group/v1/tx.js +2050 -0
  683. package/lib/types/cosmos/group/v1/types.d.ts +329 -0
  684. package/lib/types/cosmos/group/v1/types.js +1448 -0
  685. package/lib/types/cosmos/ics23/v1/proofs.d.ts +251 -0
  686. package/lib/types/cosmos/ics23/v1/proofs.js +1385 -0
  687. package/lib/types/cosmos/mint/module/v1/module.d.ts +28 -0
  688. package/lib/types/cosmos/mint/module/v1/module.js +79 -0
  689. package/lib/types/cosmos/mint/v1beta1/genesis.d.ts +30 -0
  690. package/lib/types/cosmos/mint/v1beta1/genesis.js +84 -0
  691. package/lib/types/cosmos/mint/v1beta1/mint.d.ts +45 -0
  692. package/lib/types/cosmos/mint/v1beta1/mint.js +224 -0
  693. package/lib/types/cosmos/mint/v1beta1/query.d.ts +84 -0
  694. package/lib/types/cosmos/mint/v1beta1/query.js +330 -0
  695. package/lib/types/cosmos/mint/v1beta1/tx.d.ts +69 -0
  696. package/lib/types/cosmos/mint/v1beta1/tx.js +132 -0
  697. package/lib/types/cosmos/msg/textual/v1/textual.d.ts +1 -0
  698. package/lib/types/cosmos/msg/textual/v1/textual.js +7 -0
  699. package/lib/types/cosmos/msg/v1/msg.d.ts +1 -0
  700. package/lib/types/cosmos/msg/v1/msg.js +7 -0
  701. package/lib/types/cosmos/nft/module/v1/module.d.ts +25 -0
  702. package/lib/types/cosmos/nft/module/v1/module.js +45 -0
  703. package/lib/types/cosmos/nft/v1beta1/event.d.ts +53 -0
  704. package/lib/types/cosmos/nft/v1beta1/event.js +275 -0
  705. package/lib/types/cosmos/nft/v1beta1/genesis.d.ts +38 -0
  706. package/lib/types/cosmos/nft/v1beta1/genesis.js +148 -0
  707. package/lib/types/cosmos/nft/v1beta1/nft.d.ts +54 -0
  708. package/lib/types/cosmos/nft/v1beta1/nft.js +268 -0
  709. package/lib/types/cosmos/nft/v1beta1/query.d.ts +159 -0
  710. package/lib/types/cosmos/nft/v1beta1/query.js +911 -0
  711. package/lib/types/cosmos/nft/v1beta1/tx.d.ts +54 -0
  712. package/lib/types/cosmos/nft/v1beta1/tx.js +159 -0
  713. package/lib/types/cosmos/orm/module/v1alpha1/module.d.ts +29 -0
  714. package/lib/types/cosmos/orm/module/v1alpha1/module.js +45 -0
  715. package/lib/types/cosmos/orm/query/v1alpha1/query.d.ts +148 -0
  716. package/lib/types/cosmos/orm/query/v1alpha1/query.js +705 -0
  717. package/lib/types/cosmos/orm/v1/orm.d.ts +115 -0
  718. package/lib/types/cosmos/orm/v1/orm.js +300 -0
  719. package/lib/types/cosmos/orm/v1alpha1/schema.d.ts +77 -0
  720. package/lib/types/cosmos/orm/v1alpha1/schema.js +243 -0
  721. package/lib/types/cosmos/params/module/v1/module.d.ts +25 -0
  722. package/lib/types/cosmos/params/module/v1/module.js +45 -0
  723. package/lib/types/cosmos/params/v1beta1/params.d.ts +38 -0
  724. package/lib/types/cosmos/params/v1beta1/params.js +177 -0
  725. package/lib/types/cosmos/params/v1beta1/query.d.ts +93 -0
  726. package/lib/types/cosmos/params/v1beta1/query.js +312 -0
  727. package/lib/types/cosmos/query/v1/query.d.ts +1 -0
  728. package/lib/types/cosmos/query/v1/query.js +7 -0
  729. package/lib/types/cosmos/reflection/v1/reflection.d.ts +55 -0
  730. package/lib/types/cosmos/reflection/v1/reflection.js +114 -0
  731. package/lib/types/cosmos/slashing/module/v1/module.d.ts +27 -0
  732. package/lib/types/cosmos/slashing/module/v1/module.js +62 -0
  733. package/lib/types/cosmos/slashing/v1beta1/genesis.d.ts +65 -0
  734. package/lib/types/cosmos/slashing/v1beta1/genesis.js +321 -0
  735. package/lib/types/cosmos/slashing/v1beta1/query.d.ts +91 -0
  736. package/lib/types/cosmos/slashing/v1beta1/query.js +357 -0
  737. package/lib/types/cosmos/slashing/v1beta1/slashing.d.ts +60 -0
  738. package/lib/types/cosmos/slashing/v1beta1/slashing.js +333 -0
  739. package/lib/types/cosmos/slashing/v1beta1/tx.d.ts +85 -0
  740. package/lib/types/cosmos/slashing/v1beta1/tx.js +226 -0
  741. package/lib/types/cosmos/staking/module/v1/module.d.ts +37 -0
  742. package/lib/types/cosmos/staking/module/v1/module.js +111 -0
  743. package/lib/types/cosmos/staking/v1beta1/authz.d.ts +69 -0
  744. package/lib/types/cosmos/staking/v1beta1/authz.js +228 -0
  745. package/lib/types/cosmos/staking/v1beta1/genesis.d.ts +56 -0
  746. package/lib/types/cosmos/staking/v1beta1/genesis.js +294 -0
  747. package/lib/types/cosmos/staking/v1beta1/query.d.ts +374 -0
  748. package/lib/types/cosmos/staking/v1beta1/query.js +1891 -0
  749. package/lib/types/cosmos/staking/v1beta1/staking.d.ts +314 -0
  750. package/lib/types/cosmos/staking/v1beta1/staking.js +2069 -0
  751. package/lib/types/cosmos/staking/v1beta1/tx.d.ts +215 -0
  752. package/lib/types/cosmos/staking/v1beta1/tx.js +1098 -0
  753. package/lib/types/cosmos/store/internal/kv/v1beta1/kv.d.ts +32 -0
  754. package/lib/types/cosmos/store/internal/kv/v1beta1/kv.js +155 -0
  755. package/lib/types/cosmos/store/snapshots/v1/snapshot.d.ts +90 -0
  756. package/lib/types/cosmos/store/snapshots/v1/snapshot.js +592 -0
  757. package/lib/types/cosmos/store/streaming/abci/grpc.d.ts +65 -0
  758. package/lib/types/cosmos/store/streaming/abci/grpc.js +275 -0
  759. package/lib/types/cosmos/store/v1beta1/commit_info.d.ts +49 -0
  760. package/lib/types/cosmos/store/v1beta1/commit_info.js +291 -0
  761. package/lib/types/cosmos/store/v1beta1/listening.d.ts +49 -0
  762. package/lib/types/cosmos/store/v1beta1/listening.js +229 -0
  763. package/lib/types/cosmos/tx/config/v1/config.d.ts +35 -0
  764. package/lib/types/cosmos/tx/config/v1/config.js +79 -0
  765. package/lib/types/cosmos/tx/signing/v1beta1/signing.d.ts +130 -0
  766. package/lib/types/cosmos/tx/signing/v1beta1/signing.js +505 -0
  767. package/lib/types/cosmos/tx/v1beta1/service.d.ts +369 -0
  768. package/lib/types/cosmos/tx/v1beta1/service.js +1412 -0
  769. package/lib/types/cosmos/tx/v1beta1/tx.d.ts +312 -0
  770. package/lib/types/cosmos/tx/v1beta1/tx.js +1207 -0
  771. package/lib/types/cosmos/upgrade/module/v1/module.d.ts +27 -0
  772. package/lib/types/cosmos/upgrade/module/v1/module.js +62 -0
  773. package/lib/types/cosmos/upgrade/v1beta1/query.d.ts +170 -0
  774. package/lib/types/cosmos/upgrade/v1beta1/query.js +574 -0
  775. package/lib/types/cosmos/upgrade/v1beta1/tx.d.ts +90 -0
  776. package/lib/types/cosmos/upgrade/v1beta1/tx.js +224 -0
  777. package/lib/types/cosmos/upgrade/v1beta1/upgrade.d.ts +103 -0
  778. package/lib/types/cosmos/upgrade/v1beta1/upgrade.js +378 -0
  779. package/lib/types/cosmos/vesting/module/v1/module.d.ts +25 -0
  780. package/lib/types/cosmos/vesting/module/v1/module.js +45 -0
  781. package/lib/types/cosmos/vesting/v1beta1/tx.d.ts +119 -0
  782. package/lib/types/cosmos/vesting/v1beta1/tx.js +455 -0
  783. package/lib/types/cosmos/vesting/v1beta1/vesting.d.ts +83 -0
  784. package/lib/types/cosmos/vesting/v1beta1/vesting.js +487 -0
  785. package/lib/types/cosmos_proto/cosmos.d.ts +80 -0
  786. package/lib/types/cosmos_proto/cosmos.js +210 -0
  787. package/lib/types/gogoproto/gogo.d.ts +1 -0
  788. package/lib/types/gogoproto/gogo.js +7 -0
  789. package/lib/types/google/api/annotations.d.ts +1 -0
  790. package/lib/types/google/api/annotations.js +7 -0
  791. package/lib/types/google/api/http.d.ts +371 -0
  792. package/lib/types/google/api/http.js +352 -0
  793. package/lib/types/google/protobuf/any.d.ts +144 -0
  794. package/lib/types/google/protobuf/any.js +104 -0
  795. package/lib/types/google/protobuf/descriptor.d.ts +1228 -0
  796. package/lib/types/google/protobuf/descriptor.js +5069 -0
  797. package/lib/types/google/protobuf/duration.d.ts +99 -0
  798. package/lib/types/google/protobuf/duration.js +89 -0
  799. package/lib/types/google/protobuf/timestamp.d.ts +128 -0
  800. package/lib/types/google/protobuf/timestamp.js +89 -0
  801. package/lib/types/ibc/applications/fee/v1/ack.d.ts +31 -0
  802. package/lib/types/ibc/applications/fee/v1/ack.js +123 -0
  803. package/lib/types/ibc/applications/fee/v1/fee.d.ts +57 -0
  804. package/lib/types/ibc/applications/fee/v1/fee.js +308 -0
  805. package/lib/types/ibc/applications/fee/v1/genesis.d.ts +76 -0
  806. package/lib/types/ibc/applications/fee/v1/genesis.js +447 -0
  807. package/lib/types/ibc/applications/fee/v1/metadata.d.ts +32 -0
  808. package/lib/types/ibc/applications/fee/v1/metadata.js +79 -0
  809. package/lib/types/ibc/applications/fee/v1/query.d.ts +215 -0
  810. package/lib/types/ibc/applications/fee/v1/query.js +1353 -0
  811. package/lib/types/ibc/applications/fee/v1/tx.d.ts +140 -0
  812. package/lib/types/ibc/applications/fee/v1/tx.js +573 -0
  813. package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +30 -0
  814. package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.js +64 -0
  815. package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.d.ts +63 -0
  816. package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.js +240 -0
  817. package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +94 -0
  818. package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.js +473 -0
  819. package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +63 -0
  820. package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.js +479 -0
  821. package/lib/types/ibc/applications/interchain_accounts/host/v1/host.d.ts +49 -0
  822. package/lib/types/ibc/applications/interchain_accounts/host/v1/host.js +174 -0
  823. package/lib/types/ibc/applications/interchain_accounts/host/v1/query.d.ts +49 -0
  824. package/lib/types/ibc/applications/interchain_accounts/host/v1/query.js +115 -0
  825. package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.d.ts +74 -0
  826. package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.js +313 -0
  827. package/lib/types/ibc/applications/interchain_accounts/v1/account.d.ts +28 -0
  828. package/lib/types/ibc/applications/interchain_accounts/v1/account.js +82 -0
  829. package/lib/types/ibc/applications/interchain_accounts/v1/metadata.d.ts +43 -0
  830. package/lib/types/ibc/applications/interchain_accounts/v1/metadata.js +141 -0
  831. package/lib/types/ibc/applications/interchain_accounts/v1/packet.d.ts +47 -0
  832. package/lib/types/ibc/applications/interchain_accounts/v1/packet.js +210 -0
  833. package/lib/types/ibc/applications/transfer/v1/authz.d.ts +48 -0
  834. package/lib/types/ibc/applications/transfer/v1/authz.js +186 -0
  835. package/lib/types/ibc/applications/transfer/v1/genesis.d.ts +35 -0
  836. package/lib/types/ibc/applications/transfer/v1/genesis.js +117 -0
  837. package/lib/types/ibc/applications/transfer/v1/query.d.ts +146 -0
  838. package/lib/types/ibc/applications/transfer/v1/query.js +701 -0
  839. package/lib/types/ibc/applications/transfer/v1/transfer.d.ts +54 -0
  840. package/lib/types/ibc/applications/transfer/v1/transfer.js +147 -0
  841. package/lib/types/ibc/applications/transfer/v1/tx.d.ts +99 -0
  842. package/lib/types/ibc/applications/transfer/v1/tx.js +370 -0
  843. package/lib/types/ibc/applications/transfer/v2/packet.d.ts +39 -0
  844. package/lib/types/ibc/applications/transfer/v2/packet.js +124 -0
  845. package/lib/types/ibc/core/channel/v1/channel.d.ts +216 -0
  846. package/lib/types/ibc/core/channel/v1/channel.js +1081 -0
  847. package/lib/types/ibc/core/channel/v1/genesis.d.ts +46 -0
  848. package/lib/types/ibc/core/channel/v1/genesis.js +304 -0
  849. package/lib/types/ibc/core/channel/v1/query.d.ts +500 -0
  850. package/lib/types/ibc/core/channel/v1/query.js +2908 -0
  851. package/lib/types/ibc/core/channel/v1/tx.d.ts +432 -0
  852. package/lib/types/ibc/core/channel/v1/tx.js +3643 -0
  853. package/lib/types/ibc/core/channel/v1/upgrade.d.ts +57 -0
  854. package/lib/types/ibc/core/channel/v1/upgrade.js +262 -0
  855. package/lib/types/ibc/core/client/v1/client.d.ts +132 -0
  856. package/lib/types/ibc/core/client/v1/client.js +556 -0
  857. package/lib/types/ibc/core/client/v1/genesis.d.ts +62 -0
  858. package/lib/types/ibc/core/client/v1/genesis.js +328 -0
  859. package/lib/types/ibc/core/client/v1/query.d.ts +283 -0
  860. package/lib/types/ibc/core/client/v1/query.js +1434 -0
  861. package/lib/types/ibc/core/client/v1/tx.d.ts +197 -0
  862. package/lib/types/ibc/core/client/v1/tx.js +985 -0
  863. package/lib/types/ibc/core/commitment/v1/commitment.d.ts +59 -0
  864. package/lib/types/ibc/core/commitment/v1/commitment.js +247 -0
  865. package/lib/types/ibc/core/connection/v1/connection.d.ts +141 -0
  866. package/lib/types/ibc/core/connection/v1/connection.js +648 -0
  867. package/lib/types/ibc/core/connection/v1/genesis.d.ts +31 -0
  868. package/lib/types/ibc/core/connection/v1/genesis.js +128 -0
  869. package/lib/types/ibc/core/connection/v1/query.d.ts +190 -0
  870. package/lib/types/ibc/core/connection/v1/query.js +927 -0
  871. package/lib/types/ibc/core/connection/v1/tx.d.ts +206 -0
  872. package/lib/types/ibc/core/connection/v1/tx.js +1044 -0
  873. package/lib/types/ibc/core/types/v1/genesis.d.ts +34 -0
  874. package/lib/types/ibc/core/types/v1/genesis.js +103 -0
  875. package/lib/types/ibc/lightclients/localhost/v2/localhost.d.ts +28 -0
  876. package/lib/types/ibc/lightclients/localhost/v2/localhost.js +65 -0
  877. package/lib/types/ibc/lightclients/solomachine/v2/solomachine.d.ts +215 -0
  878. package/lib/types/ibc/lightclients/solomachine/v2/solomachine.js +1430 -0
  879. package/lib/types/ibc/lightclients/solomachine/v3/solomachine.d.ts +111 -0
  880. package/lib/types/ibc/lightclients/solomachine/v3/solomachine.js +753 -0
  881. package/lib/types/ibc/lightclients/tendermint/v1/tendermint.d.ts +130 -0
  882. package/lib/types/ibc/lightclients/tendermint/v1/tendermint.js +657 -0
  883. package/lib/types/ibc/lightclients/wasm/v1/genesis.d.ts +33 -0
  884. package/lib/types/ibc/lightclients/wasm/v1/genesis.js +142 -0
  885. package/lib/types/ibc/lightclients/wasm/v1/query.d.ts +67 -0
  886. package/lib/types/ibc/lightclients/wasm/v1/query.js +283 -0
  887. package/lib/types/ibc/lightclients/wasm/v1/tx.d.ts +86 -0
  888. package/lib/types/ibc/lightclients/wasm/v1/tx.js +420 -0
  889. package/lib/types/ibc/lightclients/wasm/v1/wasm.d.ts +59 -0
  890. package/lib/types/ibc/lightclients/wasm/v1/wasm.js +279 -0
  891. package/lib/types/tendermint/abci/types.d.ts +552 -0
  892. package/lib/types/tendermint/abci/types.js +5136 -0
  893. package/lib/types/tendermint/crypto/keys.d.ts +27 -0
  894. package/lib/types/tendermint/crypto/keys.js +104 -0
  895. package/lib/types/tendermint/crypto/proof.d.ts +57 -0
  896. package/lib/types/tendermint/crypto/proof.js +429 -0
  897. package/lib/types/tendermint/libs/bits/types.d.ts +26 -0
  898. package/lib/types/tendermint/libs/bits/types.js +98 -0
  899. package/lib/types/tendermint/p2p/types.d.ts +49 -0
  900. package/lib/types/tendermint/p2p/types.js +451 -0
  901. package/lib/types/tendermint/types/block.d.ts +30 -0
  902. package/lib/types/tendermint/types/block.js +117 -0
  903. package/lib/types/tendermint/types/evidence.d.ts +50 -0
  904. package/lib/types/tendermint/types/evidence.js +412 -0
  905. package/lib/types/tendermint/types/params.d.ts +112 -0
  906. package/lib/types/tendermint/types/params.js +527 -0
  907. package/lib/types/tendermint/types/types.d.ts +197 -0
  908. package/lib/types/tendermint/types/types.js +1782 -0
  909. package/lib/types/tendermint/types/validator.d.ts +54 -0
  910. package/lib/types/tendermint/types/validator.js +352 -0
  911. package/lib/types/tendermint/version/types.d.ts +41 -0
  912. package/lib/types/tendermint/version/types.js +157 -0
  913. package/modules.ts +2 -2
  914. package/package.json +20 -14
  915. package/tsconfig.json +12 -10
  916. package/types/amino/amino.ts +9 -0
  917. package/types/capability/v1/capability.ts +263 -0
  918. package/types/capability/v1/genesis.ts +220 -0
  919. package/types/cardchain/cardchain/card.ts +712 -0
  920. package/types/cardchain/cardchain/card_content.ts +116 -0
  921. package/types/cardchain/cardchain/card_with_image.ts +134 -0
  922. package/types/cardchain/cardchain/council.ts +502 -0
  923. package/types/cardchain/cardchain/encounter.ts +307 -0
  924. package/types/cardchain/cardchain/encounter_with_image.ts +119 -0
  925. package/types/cardchain/cardchain/genesis.ts +403 -0
  926. package/types/cardchain/cardchain/image.ts +122 -0
  927. package/types/cardchain/cardchain/match.ts +453 -0
  928. package/types/cardchain/cardchain/module/module.ts +99 -0
  929. package/types/cardchain/cardchain/params.ts +544 -0
  930. package/types/cardchain/cardchain/query.ts +3786 -0
  931. package/types/cardchain/cardchain/running_average.ts +116 -0
  932. package/types/cardchain/cardchain/sell_offer.ts +224 -0
  933. package/types/cardchain/cardchain/server.ts +144 -0
  934. package/types/cardchain/cardchain/set.ts +537 -0
  935. package/types/cardchain/cardchain/set_with_artwork.ts +142 -0
  936. package/types/cardchain/cardchain/tx.ts +8053 -0
  937. package/types/cardchain/cardchain/user.ts +955 -0
  938. package/types/cardchain/cardchain/voting.ts +328 -0
  939. package/types/cardchain/cardchain/voting_results.ts +227 -0
  940. package/types/cardchain/cardchain/zealy.ts +116 -0
  941. package/types/cardchain/featureflag/flag.ts +133 -0
  942. package/types/cardchain/featureflag/genesis.ts +226 -0
  943. package/types/cardchain/featureflag/module/module.ts +99 -0
  944. package/types/cardchain/featureflag/params.ts +78 -0
  945. package/types/cardchain/featureflag/query.ts +445 -0
  946. package/types/cardchain/featureflag/tx.ts +373 -0
  947. package/types/cosmos/app/runtime/v1alpha1/module.ts +389 -0
  948. package/types/cosmos/app/v1alpha1/config.ts +346 -0
  949. package/types/cosmos/app/v1alpha1/module.ts +348 -0
  950. package/types/cosmos/app/v1alpha1/query.ts +175 -0
  951. package/types/cosmos/auth/module/v1/module.ts +229 -0
  952. package/types/cosmos/auth/v1beta1/auth.ts +531 -0
  953. package/types/cosmos/auth/v1beta1/genesis.ts +125 -0
  954. package/types/cosmos/auth/v1beta1/query.ts +1564 -0
  955. package/types/cosmos/auth/v1beta1/tx.ts +213 -0
  956. package/types/cosmos/authz/module/v1/module.ts +78 -0
  957. package/types/cosmos/authz/v1beta1/authz.ts +411 -0
  958. package/types/cosmos/authz/v1beta1/event.ts +241 -0
  959. package/types/cosmos/authz/v1beta1/genesis.ts +101 -0
  960. package/types/cosmos/authz/v1beta1/query.ts +643 -0
  961. package/types/cosmos/authz/v1beta1/tx.ts +574 -0
  962. package/types/cosmos/autocli/v1/options.ts +1049 -0
  963. package/types/cosmos/autocli/v1/query.ts +291 -0
  964. package/types/cosmos/bank/module/v1/module.ts +150 -0
  965. package/types/cosmos/bank/v1beta1/authz.ts +129 -0
  966. package/types/cosmos/bank/v1beta1/bank.ts +775 -0
  967. package/types/cosmos/bank/v1beta1/genesis.ts +277 -0
  968. package/types/cosmos/bank/v1beta1/query.ts +2424 -0
  969. package/types/cosmos/bank/v1beta1/tx.ts +697 -0
  970. package/types/cosmos/base/abci/v1beta1/abci.ts +1469 -0
  971. package/types/cosmos/base/node/v1beta1/query.ts +485 -0
  972. package/types/cosmos/base/query/v1beta1/pagination.ts +336 -0
  973. package/types/cosmos/base/reflection/v1beta1/reflection.ts +328 -0
  974. package/types/cosmos/base/reflection/v2alpha1/reflection.ts +2092 -0
  975. package/types/cosmos/base/tendermint/v1beta1/query.ts +2025 -0
  976. package/types/cosmos/base/tendermint/v1beta1/types.ts +548 -0
  977. package/types/cosmos/base/v1beta1/coin.ts +209 -0
  978. package/types/cosmos/circuit/module/v1/module.ts +99 -0
  979. package/types/cosmos/circuit/v1/query.ts +476 -0
  980. package/types/cosmos/circuit/v1/tx.ts +576 -0
  981. package/types/cosmos/circuit/v1/types.ts +362 -0
  982. package/types/cosmos/consensus/module/v1/module.ts +99 -0
  983. package/types/cosmos/consensus/v1/query.ts +181 -0
  984. package/types/cosmos/consensus/v1/tx.ts +271 -0
  985. package/types/cosmos/crisis/module/v1/module.ts +119 -0
  986. package/types/cosmos/crisis/v1beta1/genesis.ts +105 -0
  987. package/types/cosmos/crisis/v1beta1/tx.ts +367 -0
  988. package/types/cosmos/crypto/ed25519/keys.ts +195 -0
  989. package/types/cosmos/crypto/hd/v1/hd.ts +178 -0
  990. package/types/cosmos/crypto/keyring/v1/record.ts +440 -0
  991. package/types/cosmos/crypto/multisig/keys.ts +124 -0
  992. package/types/cosmos/crypto/multisig/v1beta1/multisig.ts +218 -0
  993. package/types/cosmos/crypto/secp256k1/keys.ts +192 -0
  994. package/types/cosmos/crypto/secp256r1/keys.ts +193 -0
  995. package/types/cosmos/distribution/module/v1/module.ts +118 -0
  996. package/types/cosmos/distribution/v1beta1/distribution.ts +1177 -0
  997. package/types/cosmos/distribution/v1beta1/genesis.ts +1028 -0
  998. package/types/cosmos/distribution/v1beta1/query.ts +1700 -0
  999. package/types/cosmos/distribution/v1beta1/tx.ts +1178 -0
  1000. package/types/cosmos/evidence/module/v1/module.ts +78 -0
  1001. package/types/cosmos/evidence/v1beta1/evidence.ts +194 -0
  1002. package/types/cosmos/evidence/v1beta1/genesis.ts +98 -0
  1003. package/types/cosmos/evidence/v1beta1/query.ts +414 -0
  1004. package/types/cosmos/evidence/v1beta1/tx.ts +243 -0
  1005. package/types/cosmos/feegrant/module/v1/module.ts +78 -0
  1006. package/types/cosmos/feegrant/v1beta1/feegrant.ts +513 -0
  1007. package/types/cosmos/feegrant/v1beta1/genesis.ts +101 -0
  1008. package/types/cosmos/feegrant/v1beta1/query.ts +597 -0
  1009. package/types/cosmos/feegrant/v1beta1/tx.ts +496 -0
  1010. package/types/cosmos/genutil/module/v1/module.ts +78 -0
  1011. package/types/cosmos/genutil/v1beta1/genesis.ts +122 -0
  1012. package/types/cosmos/gov/module/v1/module.ts +133 -0
  1013. package/types/cosmos/gov/v1/genesis.ts +313 -0
  1014. package/types/cosmos/gov/v1/gov.ts +1712 -0
  1015. package/types/cosmos/gov/v1/query.ts +1605 -0
  1016. package/types/cosmos/gov/v1/tx.ts +1387 -0
  1017. package/types/cosmos/gov/v1beta1/genesis.ts +241 -0
  1018. package/types/cosmos/gov/v1beta1/gov.ts +1273 -0
  1019. package/types/cosmos/gov/v1beta1/query.ts +1441 -0
  1020. package/types/cosmos/gov/v1beta1/tx.ts +738 -0
  1021. package/types/cosmos/group/module/v1/module.ts +141 -0
  1022. package/types/cosmos/group/v1/events.ts +795 -0
  1023. package/types/cosmos/group/v1/genesis.ts +265 -0
  1024. package/types/cosmos/group/v1/query.ts +2441 -0
  1025. package/types/cosmos/group/v1/tx.ts +2631 -0
  1026. package/types/cosmos/group/v1/types.ts +1850 -0
  1027. package/types/cosmos/ics23/v1/proofs.ts +1731 -0
  1028. package/types/cosmos/mint/module/v1/module.ts +118 -0
  1029. package/types/cosmos/mint/v1beta1/genesis.ts +126 -0
  1030. package/types/cosmos/mint/v1beta1/mint.ts +293 -0
  1031. package/types/cosmos/mint/v1beta1/query.ts +453 -0
  1032. package/types/cosmos/mint/v1beta1/tx.ts +213 -0
  1033. package/types/cosmos/msg/textual/v1/textual.ts +9 -0
  1034. package/types/cosmos/msg/v1/msg.ts +9 -0
  1035. package/types/cosmos/nft/module/v1/module.ts +78 -0
  1036. package/types/cosmos/nft/v1beta1/event.ts +359 -0
  1037. package/types/cosmos/nft/v1beta1/genesis.ts +204 -0
  1038. package/types/cosmos/nft/v1beta1/nft.ts +348 -0
  1039. package/types/cosmos/nft/v1beta1/query.ts +1173 -0
  1040. package/types/cosmos/nft/v1beta1/tx.ts +228 -0
  1041. package/types/cosmos/orm/module/v1alpha1/module.ts +82 -0
  1042. package/types/cosmos/orm/query/v1alpha1/query.ts +933 -0
  1043. package/types/cosmos/orm/v1/orm.ts +453 -0
  1044. package/types/cosmos/orm/v1alpha1/schema.ts +321 -0
  1045. package/types/cosmos/params/module/v1/module.ts +78 -0
  1046. package/types/cosmos/params/v1beta1/params.ts +236 -0
  1047. package/types/cosmos/params/v1beta1/query.ts +439 -0
  1048. package/types/cosmos/query/v1/query.ts +9 -0
  1049. package/types/cosmos/reflection/v1/reflection.ts +179 -0
  1050. package/types/cosmos/slashing/module/v1/module.ts +99 -0
  1051. package/types/cosmos/slashing/v1beta1/genesis.ts +424 -0
  1052. package/types/cosmos/slashing/v1beta1/query.ts +487 -0
  1053. package/types/cosmos/slashing/v1beta1/slashing.ts +422 -0
  1054. package/types/cosmos/slashing/v1beta1/tx.ts +336 -0
  1055. package/types/cosmos/staking/module/v1/module.ts +161 -0
  1056. package/types/cosmos/staking/v1beta1/authz.ts +306 -0
  1057. package/types/cosmos/staking/v1beta1/genesis.ts +377 -0
  1058. package/types/cosmos/staking/v1beta1/query.ts +2540 -0
  1059. package/types/cosmos/staking/v1beta1/staking.ts +2576 -0
  1060. package/types/cosmos/staking/v1beta1/tx.ts +1433 -0
  1061. package/types/cosmos/store/internal/kv/v1beta1/kv.ts +205 -0
  1062. package/types/cosmos/store/snapshots/v1/snapshot.ts +746 -0
  1063. package/types/cosmos/store/streaming/abci/grpc.ts +367 -0
  1064. package/types/cosmos/store/v1beta1/commit_info.ts +370 -0
  1065. package/types/cosmos/store/v1beta1/listening.ts +301 -0
  1066. package/types/cosmos/tx/config/v1/config.ts +125 -0
  1067. package/types/cosmos/tx/signing/v1beta1/signing.ts +630 -0
  1068. package/types/cosmos/tx/v1beta1/service.ts +1889 -0
  1069. package/types/cosmos/tx/v1beta1/tx.ts +1657 -0
  1070. package/types/cosmos/upgrade/module/v1/module.ts +99 -0
  1071. package/types/cosmos/upgrade/v1beta1/query.ts +819 -0
  1072. package/types/cosmos/upgrade/v1beta1/tx.ts +340 -0
  1073. package/types/cosmos/upgrade/v1beta1/upgrade.ts +525 -0
  1074. package/types/cosmos/vesting/module/v1/module.ts +78 -0
  1075. package/types/cosmos/vesting/v1beta1/tx.ts +640 -0
  1076. package/types/cosmos/vesting/v1beta1/vesting.ts +624 -0
  1077. package/types/cosmos_proto/cosmos.ts +307 -0
  1078. package/types/gogoproto/gogo.ts +9 -0
  1079. package/types/google/api/annotations.ts +9 -0
  1080. package/types/google/api/http.ts +770 -0
  1081. package/types/google/protobuf/any.ts +259 -0
  1082. package/types/google/protobuf/descriptor.ts +6642 -0
  1083. package/types/google/protobuf/duration.ts +200 -0
  1084. package/types/google/protobuf/timestamp.ts +229 -0
  1085. package/types/ibc/applications/fee/v1/ack.ts +166 -0
  1086. package/types/ibc/applications/fee/v1/fee.ts +403 -0
  1087. package/types/ibc/applications/fee/v1/genesis.ts +571 -0
  1088. package/types/ibc/applications/fee/v1/metadata.ts +122 -0
  1089. package/types/ibc/applications/fee/v1/query.ts +1757 -0
  1090. package/types/ibc/applications/fee/v1/tx.ts +781 -0
  1091. package/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +104 -0
  1092. package/types/ibc/applications/interchain_accounts/controller/v1/query.ts +333 -0
  1093. package/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +619 -0
  1094. package/types/ibc/applications/interchain_accounts/genesis/v1/genesis.ts +590 -0
  1095. package/types/ibc/applications/interchain_accounts/host/v1/host.ts +242 -0
  1096. package/types/ibc/applications/interchain_accounts/host/v1/query.ts +175 -0
  1097. package/types/ibc/applications/interchain_accounts/host/v1/tx.ts +416 -0
  1098. package/types/ibc/applications/interchain_accounts/v1/account.ts +120 -0
  1099. package/types/ibc/applications/interchain_accounts/v1/metadata.ts +199 -0
  1100. package/types/ibc/applications/interchain_accounts/v1/packet.ts +264 -0
  1101. package/types/ibc/applications/transfer/v1/authz.ts +254 -0
  1102. package/types/ibc/applications/transfer/v1/genesis.ts +165 -0
  1103. package/types/ibc/applications/transfer/v1/query.ts +934 -0
  1104. package/types/ibc/applications/transfer/v1/transfer.ts +220 -0
  1105. package/types/ibc/applications/transfer/v1/tx.ts +505 -0
  1106. package/types/ibc/applications/transfer/v2/packet.ts +177 -0
  1107. package/types/ibc/core/channel/v1/channel.ts +1358 -0
  1108. package/types/ibc/core/channel/v1/genesis.ts +377 -0
  1109. package/types/ibc/core/channel/v1/query.ts +3781 -0
  1110. package/types/ibc/core/channel/v1/tx.ts +4424 -0
  1111. package/types/ibc/core/channel/v1/upgrade.ts +348 -0
  1112. package/types/ibc/core/client/v1/client.ts +753 -0
  1113. package/types/ibc/core/client/v1/genesis.ts +423 -0
  1114. package/types/ibc/core/client/v1/query.ts +1898 -0
  1115. package/types/ibc/core/client/v1/tx.ts +1301 -0
  1116. package/types/ibc/core/commitment/v1/commitment.ts +336 -0
  1117. package/types/ibc/core/connection/v1/connection.ts +840 -0
  1118. package/types/ibc/core/connection/v1/genesis.ts +172 -0
  1119. package/types/ibc/core/connection/v1/query.ts +1243 -0
  1120. package/types/ibc/core/connection/v1/tx.ts +1352 -0
  1121. package/types/ibc/core/types/v1/genesis.ts +150 -0
  1122. package/types/ibc/lightclients/localhost/v2/localhost.ts +102 -0
  1123. package/types/ibc/lightclients/solomachine/v2/solomachine.ts +1765 -0
  1124. package/types/ibc/lightclients/solomachine/v3/solomachine.ts +945 -0
  1125. package/types/ibc/lightclients/tendermint/v1/tendermint.ts +853 -0
  1126. package/types/ibc/lightclients/wasm/v1/genesis.ts +192 -0
  1127. package/types/ibc/lightclients/wasm/v1/query.ts +377 -0
  1128. package/types/ibc/lightclients/wasm/v1/tx.ts +550 -0
  1129. package/types/ibc/lightclients/wasm/v1/wasm.ts +370 -0
  1130. package/types/tendermint/abci/types.ts +6103 -0
  1131. package/types/tendermint/crypto/keys.ts +142 -0
  1132. package/types/tendermint/crypto/proof.ts +533 -0
  1133. package/types/tendermint/libs/bits/types.ts +139 -0
  1134. package/types/tendermint/p2p/types.ts +544 -0
  1135. package/types/tendermint/types/block.ts +158 -0
  1136. package/types/tendermint/types/evidence.ts +502 -0
  1137. package/types/tendermint/types/params.ts +701 -0
  1138. package/types/tendermint/types/types.ts +2133 -0
  1139. package/types/tendermint/types/validator.ts +424 -0
  1140. package/types/tendermint/version/types.ts +218 -0
  1141. package/DecentralCardGame.cardchain.cardchain/index.js +0 -5
  1142. package/DecentralCardGame.cardchain.cardchain/index.ts +0 -6
  1143. package/DecentralCardGame.cardchain.cardchain/module.js +0 -1228
  1144. package/DecentralCardGame.cardchain.cardchain/module.ts +0 -1778
  1145. package/DecentralCardGame.cardchain.cardchain/registry.js +0 -89
  1146. package/DecentralCardGame.cardchain.cardchain/registry.ts +0 -93
  1147. package/DecentralCardGame.cardchain.cardchain/rest.js +0 -411
  1148. package/DecentralCardGame.cardchain.cardchain/rest.ts +0 -1030
  1149. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.js +0 -2
  1150. package/DecentralCardGame.cardchain.cardchain/types/amino/amino.ts +0 -3
  1151. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.js +0 -32
  1152. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.ts +0 -61
  1153. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.js +0 -737
  1154. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.ts +0 -825
  1155. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.js +0 -102
  1156. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.ts +0 -134
  1157. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.js +0 -350
  1158. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.ts +0 -409
  1159. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.js +0 -254
  1160. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.ts +0 -281
  1161. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.js +0 -88
  1162. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.ts +0 -115
  1163. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.js +0 -308
  1164. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.ts +0 -355
  1165. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.js +0 -67
  1166. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.ts +0 -92
  1167. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.js +0 -73
  1168. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.ts +0 -102
  1169. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.js +0 -314
  1170. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.ts +0 -367
  1171. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.js +0 -1986
  1172. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.ts +0 -2401
  1173. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.js +0 -85
  1174. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.ts +0 -111
  1175. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.js +0 -148
  1176. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.ts +0 -183
  1177. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.js +0 -93
  1178. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.ts +0 -124
  1179. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.js +0 -551
  1180. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.ts +0 -626
  1181. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.js +0 -93
  1182. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.ts +0 -124
  1183. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.js +0 -4458
  1184. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.ts +0 -5478
  1185. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.js +0 -630
  1186. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.ts +0 -702
  1187. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.js +0 -337
  1188. package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.ts +0 -399
  1189. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1190. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1191. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.js +0 -192
  1192. package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.ts +0 -261
  1193. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.js +0 -171
  1194. package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.ts +0 -247
  1195. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.js +0 -2
  1196. package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.ts +0 -2
  1197. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.js +0 -2
  1198. package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.ts +0 -2
  1199. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.js +0 -260
  1200. package/DecentralCardGame.cardchain.cardchain/types/google/api/http.ts +0 -589
  1201. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.js +0 -2830
  1202. package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.ts +0 -3753
  1203. package/DecentralCardGame.cardchain.cardchain/types.js +0 -25
  1204. package/DecentralCardGame.cardchain.cardchain/types.ts +0 -53
  1205. package/DecentralCardGame.cardchain.featureflag/index.js +0 -5
  1206. package/DecentralCardGame.cardchain.featureflag/index.ts +0 -6
  1207. package/DecentralCardGame.cardchain.featureflag/module.js +0 -62
  1208. package/DecentralCardGame.cardchain.featureflag/module.ts +0 -102
  1209. package/DecentralCardGame.cardchain.featureflag/rest.js +0 -128
  1210. package/DecentralCardGame.cardchain.featureflag/rest.ts +0 -222
  1211. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.js +0 -67
  1212. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.ts +0 -92
  1213. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.js +0 -135
  1214. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.ts +0 -172
  1215. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.js +0 -36
  1216. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.ts +0 -58
  1217. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.js +0 -76
  1218. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.ts +0 -102
  1219. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.js +0 -279
  1220. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.ts +0 -371
  1221. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.js +0 -7
  1222. package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.ts +0 -17
  1223. package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1224. package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1225. package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.js +0 -2
  1226. package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.ts +0 -2
  1227. package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.js +0 -2
  1228. package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.ts +0 -2
  1229. package/DecentralCardGame.cardchain.featureflag/types/google/api/http.js +0 -260
  1230. package/DecentralCardGame.cardchain.featureflag/types/google/api/http.ts +0 -589
  1231. package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.js +0 -2830
  1232. package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.ts +0 -3753
  1233. package/DecentralCardGame.cardchain.featureflag/types.js +0 -4
  1234. package/DecentralCardGame.cardchain.featureflag/types.ts +0 -11
  1235. package/README.md +0 -16
  1236. package/client.js +0 -137
  1237. package/cosmos.auth.v1beta1/index.js +0 -5
  1238. package/cosmos.auth.v1beta1/module.js +0 -62
  1239. package/cosmos.auth.v1beta1/rest.js +0 -213
  1240. package/cosmos.auth.v1beta1/types/amino/amino.js +0 -2
  1241. package/cosmos.auth.v1beta1/types/amino/amino.ts +0 -2
  1242. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
  1243. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
  1244. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.js +0 -67
  1245. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.ts +0 -95
  1246. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.js +0 -868
  1247. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.ts +0 -1212
  1248. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.js +0 -105
  1249. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.ts +0 -172
  1250. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1251. package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1252. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1253. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1254. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1255. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1256. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1257. package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1258. package/cosmos.auth.v1beta1/types/gogoproto/gogo.js +0 -2
  1259. package/cosmos.auth.v1beta1/types/gogoproto/gogo.ts +0 -2
  1260. package/cosmos.auth.v1beta1/types/google/api/annotations.js +0 -2
  1261. package/cosmos.auth.v1beta1/types/google/api/annotations.ts +0 -2
  1262. package/cosmos.auth.v1beta1/types/google/api/http.js +0 -260
  1263. package/cosmos.auth.v1beta1/types/google/api/http.ts +0 -589
  1264. package/cosmos.auth.v1beta1/types/google/protobuf/any.js +0 -99
  1265. package/cosmos.auth.v1beta1/types/google/protobuf/any.ts +0 -240
  1266. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1267. package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1268. package/cosmos.auth.v1beta1/types.js +0 -4
  1269. package/cosmos.authz.v1beta1/index.js +0 -5
  1270. package/cosmos.authz.v1beta1/module.js +0 -140
  1271. package/cosmos.authz.v1beta1/registry.js +0 -9
  1272. package/cosmos.authz.v1beta1/rest.js +0 -131
  1273. package/cosmos.authz.v1beta1/types/amino/amino.js +0 -2
  1274. package/cosmos.authz.v1beta1/types/amino/amino.ts +0 -2
  1275. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.js +0 -244
  1276. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.ts +0 -325
  1277. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.js +0 -128
  1278. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.ts +0 -175
  1279. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.js +0 -54
  1280. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.ts +0 -78
  1281. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.js +0 -394
  1282. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.ts +0 -516
  1283. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.js +0 -362
  1284. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.ts +0 -493
  1285. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1286. package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1287. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1288. package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1289. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1290. package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1291. package/cosmos.authz.v1beta1/types/gogoproto/gogo.js +0 -2
  1292. package/cosmos.authz.v1beta1/types/gogoproto/gogo.ts +0 -2
  1293. package/cosmos.authz.v1beta1/types/google/api/annotations.js +0 -2
  1294. package/cosmos.authz.v1beta1/types/google/api/annotations.ts +0 -2
  1295. package/cosmos.authz.v1beta1/types/google/api/http.js +0 -260
  1296. package/cosmos.authz.v1beta1/types/google/api/http.ts +0 -589
  1297. package/cosmos.authz.v1beta1/types/google/protobuf/any.js +0 -99
  1298. package/cosmos.authz.v1beta1/types/google/protobuf/any.ts +0 -240
  1299. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1300. package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1301. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1302. package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1303. package/cosmos.authz.v1beta1/types.js +0 -7
  1304. package/cosmos.bank.v1beta1/index.js +0 -5
  1305. package/cosmos.bank.v1beta1/module.js +0 -125
  1306. package/cosmos.bank.v1beta1/registry.js +0 -7
  1307. package/cosmos.bank.v1beta1/rest.js +0 -222
  1308. package/cosmos.bank.v1beta1/types/amino/amino.js +0 -2
  1309. package/cosmos.bank.v1beta1/types/amino/amino.ts +0 -2
  1310. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.js +0 -50
  1311. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.ts +0 -77
  1312. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.js +0 -455
  1313. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.ts +0 -604
  1314. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.js +0 -154
  1315. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.ts +0 -203
  1316. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.js +0 -1014
  1317. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.ts +0 -1366
  1318. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.js +0 -219
  1319. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.ts +0 -289
  1320. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1321. package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1322. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1323. package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1324. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1325. package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1326. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1327. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1328. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1329. package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1330. package/cosmos.bank.v1beta1/types/gogoproto/gogo.js +0 -2
  1331. package/cosmos.bank.v1beta1/types/gogoproto/gogo.ts +0 -2
  1332. package/cosmos.bank.v1beta1/types/google/api/annotations.js +0 -2
  1333. package/cosmos.bank.v1beta1/types/google/api/annotations.ts +0 -2
  1334. package/cosmos.bank.v1beta1/types/google/api/http.js +0 -260
  1335. package/cosmos.bank.v1beta1/types/google/api/http.ts +0 -589
  1336. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1337. package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1338. package/cosmos.bank.v1beta1/types.js +0 -11
  1339. package/cosmos.base.tendermint.v1beta1/index.js +0 -5
  1340. package/cosmos.base.tendermint.v1beta1/module.js +0 -70
  1341. package/cosmos.base.tendermint.v1beta1/rest.js +0 -209
  1342. package/cosmos.base.tendermint.v1beta1/types/amino/amino.js +0 -2
  1343. package/cosmos.base.tendermint.v1beta1/types/amino/amino.ts +0 -2
  1344. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1345. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1346. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.js +0 -1281
  1347. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.ts +0 -1646
  1348. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.js +0 -350
  1349. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.ts +0 -442
  1350. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1351. package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1352. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.js +0 -2
  1353. package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.ts +0 -2
  1354. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.js +0 -2
  1355. package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.ts +0 -2
  1356. package/cosmos.base.tendermint.v1beta1/types/google/api/http.js +0 -260
  1357. package/cosmos.base.tendermint.v1beta1/types/google/api/http.ts +0 -589
  1358. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.js +0 -99
  1359. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.ts +0 -240
  1360. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1361. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1362. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1363. package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1364. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1365. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1366. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1367. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1368. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.js +0 -352
  1369. package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.ts +0 -423
  1370. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.js +0 -86
  1371. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.ts +0 -112
  1372. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.js +0 -343
  1373. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.ts +0 -412
  1374. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.js +0 -1207
  1375. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.ts +0 -1452
  1376. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.js +0 -254
  1377. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.ts +0 -308
  1378. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.js +0 -133
  1379. package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.ts +0 -184
  1380. package/cosmos.base.tendermint.v1beta1/types.js +0 -8
  1381. package/cosmos.consensus.v1/index.js +0 -5
  1382. package/cosmos.consensus.v1/module.js +0 -81
  1383. package/cosmos.consensus.v1/registry.js +0 -5
  1384. package/cosmos.consensus.v1/rest.js +0 -100
  1385. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.js +0 -94
  1386. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.ts +0 -147
  1387. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.js +0 -129
  1388. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.ts +0 -196
  1389. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.js +0 -2
  1390. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1391. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.js +0 -171
  1392. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.ts +0 -247
  1393. package/cosmos.consensus.v1/types/gogoproto/gogo.js +0 -2
  1394. package/cosmos.consensus.v1/types/gogoproto/gogo.ts +0 -2
  1395. package/cosmos.consensus.v1/types/google/api/annotations.js +0 -2
  1396. package/cosmos.consensus.v1/types/google/api/annotations.ts +0 -2
  1397. package/cosmos.consensus.v1/types/google/api/http.js +0 -260
  1398. package/cosmos.consensus.v1/types/google/api/http.ts +0 -589
  1399. package/cosmos.consensus.v1/types/google/protobuf/descriptor.js +0 -2830
  1400. package/cosmos.consensus.v1/types/google/protobuf/descriptor.ts +0 -3753
  1401. package/cosmos.consensus.v1/types/google/protobuf/duration.js +0 -84
  1402. package/cosmos.consensus.v1/types/google/protobuf/duration.ts +0 -187
  1403. package/cosmos.consensus.v1/types/tendermint/types/params.js +0 -369
  1404. package/cosmos.consensus.v1/types/tendermint/types/params.ts +0 -498
  1405. package/cosmos.crisis.v1beta1/index.js +0 -5
  1406. package/cosmos.crisis.v1beta1/module.js +0 -81
  1407. package/cosmos.crisis.v1beta1/registry.js +0 -5
  1408. package/cosmos.crisis.v1beta1/rest.js +0 -83
  1409. package/cosmos.crisis.v1beta1/types/amino/amino.js +0 -2
  1410. package/cosmos.crisis.v1beta1/types/amino/amino.ts +0 -2
  1411. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1412. package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1413. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.js +0 -51
  1414. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.ts +0 -79
  1415. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.js +0 -111
  1416. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.ts +0 -159
  1417. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1418. package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1419. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1420. package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1421. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.js +0 -2
  1422. package/cosmos.crisis.v1beta1/types/gogoproto/gogo.ts +0 -2
  1423. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1424. package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1425. package/cosmos.distribution.v1beta1/index.js +0 -5
  1426. package/cosmos.distribution.v1beta1/module.js +0 -189
  1427. package/cosmos.distribution.v1beta1/registry.js +0 -11
  1428. package/cosmos.distribution.v1beta1/rest.js +0 -214
  1429. package/cosmos.distribution.v1beta1/types/amino/amino.js +0 -2
  1430. package/cosmos.distribution.v1beta1/types/amino/amino.ts +0 -2
  1431. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1432. package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1433. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1434. package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1435. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.js +0 -737
  1436. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.ts +0 -945
  1437. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.js +0 -656
  1438. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.ts +0 -849
  1439. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.js +0 -926
  1440. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.ts +0 -1289
  1441. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.js +0 -396
  1442. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.ts +0 -550
  1443. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1444. package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1445. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1446. package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1447. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.js +0 -2
  1448. package/cosmos.distribution.v1beta1/types/gogoproto/gogo.ts +0 -2
  1449. package/cosmos.distribution.v1beta1/types/google/api/annotations.js +0 -2
  1450. package/cosmos.distribution.v1beta1/types/google/api/annotations.ts +0 -2
  1451. package/cosmos.distribution.v1beta1/types/google/api/http.js +0 -260
  1452. package/cosmos.distribution.v1beta1/types/google/api/http.ts +0 -589
  1453. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1454. package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1455. package/cosmos.distribution.v1beta1/types.js +0 -20
  1456. package/cosmos.evidence.v1beta1/index.js +0 -5
  1457. package/cosmos.evidence.v1beta1/module.js +0 -84
  1458. package/cosmos.evidence.v1beta1/registry.js +0 -5
  1459. package/cosmos.evidence.v1beta1/rest.js +0 -115
  1460. package/cosmos.evidence.v1beta1/types/amino/amino.js +0 -2
  1461. package/cosmos.evidence.v1beta1/types/amino/amino.ts +0 -2
  1462. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1463. package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1464. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.js +0 -124
  1465. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.ts +0 -161
  1466. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.js +0 -50
  1467. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.ts +0 -73
  1468. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.js +0 -254
  1469. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.ts +0 -343
  1470. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.js +0 -154
  1471. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.ts +0 -213
  1472. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1473. package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1474. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1475. package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1476. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.js +0 -2
  1477. package/cosmos.evidence.v1beta1/types/gogoproto/gogo.ts +0 -2
  1478. package/cosmos.evidence.v1beta1/types/google/api/annotations.js +0 -2
  1479. package/cosmos.evidence.v1beta1/types/google/api/annotations.ts +0 -2
  1480. package/cosmos.evidence.v1beta1/types/google/api/http.js +0 -260
  1481. package/cosmos.evidence.v1beta1/types/google/api/http.ts +0 -589
  1482. package/cosmos.evidence.v1beta1/types/google/protobuf/any.js +0 -99
  1483. package/cosmos.evidence.v1beta1/types/google/protobuf/any.ts +0 -240
  1484. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1485. package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1486. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1487. package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1488. package/cosmos.evidence.v1beta1/types.js +0 -2
  1489. package/cosmos.feegrant.v1beta1/index.js +0 -5
  1490. package/cosmos.feegrant.v1beta1/module.js +0 -113
  1491. package/cosmos.feegrant.v1beta1/registry.js +0 -7
  1492. package/cosmos.feegrant.v1beta1/rest.js +0 -130
  1493. package/cosmos.feegrant.v1beta1/types/amino/amino.js +0 -2
  1494. package/cosmos.feegrant.v1beta1/types/amino/amino.ts +0 -2
  1495. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1496. package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1497. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1498. package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1499. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.js +0 -307
  1500. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.ts +0 -409
  1501. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.js +0 -52
  1502. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.ts +0 -76
  1503. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.js +0 -357
  1504. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.ts +0 -484
  1505. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.js +0 -205
  1506. package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.ts +0 -294
  1507. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1508. package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1509. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1510. package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1511. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.js +0 -2
  1512. package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.ts +0 -2
  1513. package/cosmos.feegrant.v1beta1/types/google/api/annotations.js +0 -2
  1514. package/cosmos.feegrant.v1beta1/types/google/api/annotations.ts +0 -2
  1515. package/cosmos.feegrant.v1beta1/types/google/api/http.js +0 -260
  1516. package/cosmos.feegrant.v1beta1/types/google/api/http.ts +0 -589
  1517. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.js +0 -99
  1518. package/cosmos.feegrant.v1beta1/types/google/protobuf/any.ts +0 -240
  1519. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1520. package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1521. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.js +0 -84
  1522. package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.ts +0 -187
  1523. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1524. package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1525. package/cosmos.feegrant.v1beta1/types.js +0 -5
  1526. package/cosmos.gov.v1/index.js +0 -5
  1527. package/cosmos.gov.v1/module.js +0 -167
  1528. package/cosmos.gov.v1/registry.js +0 -11
  1529. package/cosmos.gov.v1/rest.js +0 -242
  1530. package/cosmos.gov.v1/types/amino/amino.js +0 -2
  1531. package/cosmos.gov.v1/types/amino/amino.ts +0 -2
  1532. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1533. package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1534. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.js +0 -192
  1535. package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1536. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.js +0 -162
  1537. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.ts +0 -208
  1538. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.js +0 -766
  1539. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.ts +0 -925
  1540. package/cosmos.gov.v1/types/cosmos/gov/v1/query.js +0 -917
  1541. package/cosmos.gov.v1/types/cosmos/gov/v1/query.ts +0 -1202
  1542. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.js +0 -590
  1543. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.ts +0 -763
  1544. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.js +0 -2
  1545. package/cosmos.gov.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1546. package/cosmos.gov.v1/types/cosmos_proto/cosmos.js +0 -171
  1547. package/cosmos.gov.v1/types/cosmos_proto/cosmos.ts +0 -247
  1548. package/cosmos.gov.v1/types/gogoproto/gogo.js +0 -2
  1549. package/cosmos.gov.v1/types/gogoproto/gogo.ts +0 -2
  1550. package/cosmos.gov.v1/types/google/api/annotations.js +0 -2
  1551. package/cosmos.gov.v1/types/google/api/annotations.ts +0 -2
  1552. package/cosmos.gov.v1/types/google/api/http.js +0 -260
  1553. package/cosmos.gov.v1/types/google/api/http.ts +0 -589
  1554. package/cosmos.gov.v1/types/google/protobuf/any.js +0 -99
  1555. package/cosmos.gov.v1/types/google/protobuf/any.ts +0 -240
  1556. package/cosmos.gov.v1/types/google/protobuf/descriptor.js +0 -2830
  1557. package/cosmos.gov.v1/types/google/protobuf/descriptor.ts +0 -3753
  1558. package/cosmos.gov.v1/types/google/protobuf/duration.js +0 -84
  1559. package/cosmos.gov.v1/types/google/protobuf/duration.ts +0 -187
  1560. package/cosmos.gov.v1/types/google/protobuf/timestamp.js +0 -84
  1561. package/cosmos.gov.v1/types/google/protobuf/timestamp.ts +0 -216
  1562. package/cosmos.gov.v1/types.js +0 -9
  1563. package/cosmos.gov.v1beta1/index.js +0 -5
  1564. package/cosmos.gov.v1beta1/module.js +0 -169
  1565. package/cosmos.gov.v1beta1/registry.js +0 -11
  1566. package/cosmos.gov.v1beta1/rest.js +0 -242
  1567. package/cosmos.gov.v1beta1/types/amino/amino.js +0 -2
  1568. package/cosmos.gov.v1beta1/types/amino/amino.ts +0 -2
  1569. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1570. package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1571. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1572. package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1573. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.js +0 -162
  1574. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.ts +0 -206
  1575. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.js +0 -832
  1576. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.ts +0 -1015
  1577. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.js +0 -917
  1578. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.ts +0 -1200
  1579. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.js +0 -467
  1580. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.ts +0 -612
  1581. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1582. package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1583. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1584. package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1585. package/cosmos.gov.v1beta1/types/gogoproto/gogo.js +0 -2
  1586. package/cosmos.gov.v1beta1/types/gogoproto/gogo.ts +0 -2
  1587. package/cosmos.gov.v1beta1/types/google/api/annotations.js +0 -2
  1588. package/cosmos.gov.v1beta1/types/google/api/annotations.ts +0 -2
  1589. package/cosmos.gov.v1beta1/types/google/api/http.js +0 -260
  1590. package/cosmos.gov.v1beta1/types/google/api/http.ts +0 -589
  1591. package/cosmos.gov.v1beta1/types/google/protobuf/any.js +0 -99
  1592. package/cosmos.gov.v1beta1/types/google/protobuf/any.ts +0 -240
  1593. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1594. package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1595. package/cosmos.gov.v1beta1/types/google/protobuf/duration.js +0 -84
  1596. package/cosmos.gov.v1beta1/types/google/protobuf/duration.ts +0 -187
  1597. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1598. package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1599. package/cosmos.gov.v1beta1/types.js +0 -10
  1600. package/cosmos.group.v1/index.js +0 -5
  1601. package/cosmos.group.v1/module.js +0 -423
  1602. package/cosmos.group.v1/registry.js +0 -31
  1603. package/cosmos.group.v1/rest.js +0 -366
  1604. package/cosmos.group.v1/types/amino/amino.js +0 -2
  1605. package/cosmos.group.v1/types/amino/amino.ts +0 -2
  1606. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1607. package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1608. package/cosmos.group.v1/types/cosmos/group/v1/events.js +0 -497
  1609. package/cosmos.group.v1/types/cosmos/group/v1/events.ts +0 -656
  1610. package/cosmos.group.v1/types/cosmos/group/v1/genesis.js +0 -177
  1611. package/cosmos.group.v1/types/cosmos/group/v1/genesis.ts +0 -228
  1612. package/cosmos.group.v1/types/cosmos/group/v1/query.js +0 -1578
  1613. package/cosmos.group.v1/types/cosmos/group/v1/query.ts +0 -2047
  1614. package/cosmos.group.v1/types/cosmos/group/v1/tx.js +0 -1621
  1615. package/cosmos.group.v1/types/cosmos/group/v1/tx.ts +0 -2113
  1616. package/cosmos.group.v1/types/cosmos/group/v1/types.js +0 -1105
  1617. package/cosmos.group.v1/types/cosmos/group/v1/types.ts +0 -1422
  1618. package/cosmos.group.v1/types/cosmos/msg/v1/msg.js +0 -2
  1619. package/cosmos.group.v1/types/cosmos/msg/v1/msg.ts +0 -2
  1620. package/cosmos.group.v1/types/cosmos_proto/cosmos.js +0 -171
  1621. package/cosmos.group.v1/types/cosmos_proto/cosmos.ts +0 -247
  1622. package/cosmos.group.v1/types/gogoproto/gogo.js +0 -2
  1623. package/cosmos.group.v1/types/gogoproto/gogo.ts +0 -2
  1624. package/cosmos.group.v1/types/google/api/annotations.js +0 -2
  1625. package/cosmos.group.v1/types/google/api/annotations.ts +0 -2
  1626. package/cosmos.group.v1/types/google/api/http.js +0 -260
  1627. package/cosmos.group.v1/types/google/api/http.ts +0 -589
  1628. package/cosmos.group.v1/types/google/protobuf/any.js +0 -99
  1629. package/cosmos.group.v1/types/google/protobuf/any.ts +0 -240
  1630. package/cosmos.group.v1/types/google/protobuf/descriptor.js +0 -2830
  1631. package/cosmos.group.v1/types/google/protobuf/descriptor.ts +0 -3753
  1632. package/cosmos.group.v1/types/google/protobuf/duration.js +0 -84
  1633. package/cosmos.group.v1/types/google/protobuf/duration.ts +0 -187
  1634. package/cosmos.group.v1/types/google/protobuf/timestamp.js +0 -84
  1635. package/cosmos.group.v1/types/google/protobuf/timestamp.ts +0 -216
  1636. package/cosmos.group.v1/types.js +0 -22
  1637. package/cosmos.mint.v1beta1/index.js +0 -5
  1638. package/cosmos.mint.v1beta1/module.js +0 -60
  1639. package/cosmos.mint.v1beta1/rest.js +0 -128
  1640. package/cosmos.mint.v1beta1/types/amino/amino.js +0 -2
  1641. package/cosmos.mint.v1beta1/types/amino/amino.ts +0 -2
  1642. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.js +0 -63
  1643. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.ts +0 -92
  1644. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.js +0 -179
  1645. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.ts +0 -234
  1646. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.js +0 -298
  1647. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.ts +0 -412
  1648. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.js +0 -105
  1649. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.ts +0 -172
  1650. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1651. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1652. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1653. package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1654. package/cosmos.mint.v1beta1/types/gogoproto/gogo.js +0 -2
  1655. package/cosmos.mint.v1beta1/types/gogoproto/gogo.ts +0 -2
  1656. package/cosmos.mint.v1beta1/types/google/api/annotations.js +0 -2
  1657. package/cosmos.mint.v1beta1/types/google/api/annotations.ts +0 -2
  1658. package/cosmos.mint.v1beta1/types/google/api/http.js +0 -260
  1659. package/cosmos.mint.v1beta1/types/google/api/http.ts +0 -589
  1660. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1661. package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1662. package/cosmos.mint.v1beta1/types.js +0 -3
  1663. package/cosmos.nft.v1beta1/index.js +0 -5
  1664. package/cosmos.nft.v1beta1/module.js +0 -68
  1665. package/cosmos.nft.v1beta1/registry.js +0 -2
  1666. package/cosmos.nft.v1beta1/rest.js +0 -187
  1667. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1668. package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1669. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1670. package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1671. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.js +0 -198
  1672. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.ts +0 -251
  1673. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.js +0 -126
  1674. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.ts +0 -163
  1675. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.js +0 -183
  1676. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.ts +0 -240
  1677. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.js +0 -752
  1678. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.ts +0 -964
  1679. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.js +0 -120
  1680. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.ts +0 -173
  1681. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1682. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1683. package/cosmos.nft.v1beta1/types/google/api/annotations.js +0 -2
  1684. package/cosmos.nft.v1beta1/types/google/api/annotations.ts +0 -2
  1685. package/cosmos.nft.v1beta1/types/google/api/http.js +0 -260
  1686. package/cosmos.nft.v1beta1/types/google/api/http.ts +0 -589
  1687. package/cosmos.nft.v1beta1/types/google/protobuf/any.js +0 -99
  1688. package/cosmos.nft.v1beta1/types/google/protobuf/any.ts +0 -240
  1689. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1690. package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1691. package/cosmos.nft.v1beta1/types.js +0 -7
  1692. package/cosmos.params.v1beta1/index.js +0 -5
  1693. package/cosmos.params.v1beta1/module.js +0 -62
  1694. package/cosmos.params.v1beta1/registry.js +0 -2
  1695. package/cosmos.params.v1beta1/rest.js +0 -116
  1696. package/cosmos.params.v1beta1/types/amino/amino.js +0 -2
  1697. package/cosmos.params.v1beta1/types/amino/amino.ts +0 -2
  1698. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.js +0 -133
  1699. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.ts +0 -174
  1700. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.js +0 -257
  1701. package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.ts +0 -364
  1702. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1703. package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1704. package/cosmos.params.v1beta1/types/gogoproto/gogo.js +0 -2
  1705. package/cosmos.params.v1beta1/types/gogoproto/gogo.ts +0 -2
  1706. package/cosmos.params.v1beta1/types/google/api/annotations.js +0 -2
  1707. package/cosmos.params.v1beta1/types/google/api/annotations.ts +0 -2
  1708. package/cosmos.params.v1beta1/types/google/api/http.js +0 -260
  1709. package/cosmos.params.v1beta1/types/google/api/http.ts +0 -589
  1710. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1711. package/cosmos.params.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1712. package/cosmos.params.v1beta1/types.js +0 -4
  1713. package/cosmos.slashing.v1beta1/index.js +0 -5
  1714. package/cosmos.slashing.v1beta1/module.js +0 -92
  1715. package/cosmos.slashing.v1beta1/registry.js +0 -5
  1716. package/cosmos.slashing.v1beta1/rest.js +0 -129
  1717. package/cosmos.slashing.v1beta1/types/amino/amino.js +0 -2
  1718. package/cosmos.slashing.v1beta1/types/amino/amino.ts +0 -2
  1719. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1720. package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1721. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1722. package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1723. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.js +0 -279
  1724. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.ts +0 -364
  1725. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.js +0 -300
  1726. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.ts +0 -411
  1727. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.js +0 -275
  1728. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.ts +0 -352
  1729. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.js +0 -91
  1730. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.ts +0 -141
  1731. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1732. package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1733. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.js +0 -2
  1734. package/cosmos.slashing.v1beta1/types/gogoproto/gogo.ts +0 -2
  1735. package/cosmos.slashing.v1beta1/types/google/api/annotations.js +0 -2
  1736. package/cosmos.slashing.v1beta1/types/google/api/annotations.ts +0 -2
  1737. package/cosmos.slashing.v1beta1/types/google/api/http.js +0 -260
  1738. package/cosmos.slashing.v1beta1/types/google/api/http.ts +0 -589
  1739. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1740. package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1741. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.js +0 -84
  1742. package/cosmos.slashing.v1beta1/types/google/protobuf/duration.ts +0 -187
  1743. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1744. package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1745. package/cosmos.slashing.v1beta1/types.js +0 -6
  1746. package/cosmos.staking.v1beta1/index.js +0 -5
  1747. package/cosmos.staking.v1beta1/module.js +0 -243
  1748. package/cosmos.staking.v1beta1/registry.js +0 -15
  1749. package/cosmos.staking.v1beta1/rest.js +0 -308
  1750. package/cosmos.staking.v1beta1/types/amino/amino.js +0 -2
  1751. package/cosmos.staking.v1beta1/types/amino/amino.ts +0 -2
  1752. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1753. package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1754. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1755. package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1756. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1757. package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1758. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.js +0 -2
  1759. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.ts +0 -2
  1760. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.js +0 -184
  1761. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.ts +0 -245
  1762. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.js +0 -259
  1763. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.ts +0 -322
  1764. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.js +0 -1568
  1765. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.ts +0 -2109
  1766. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.js +0 -1436
  1767. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.ts +0 -1829
  1768. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.js +0 -768
  1769. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.ts +0 -1005
  1770. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1771. package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1772. package/cosmos.staking.v1beta1/types/gogoproto/gogo.js +0 -2
  1773. package/cosmos.staking.v1beta1/types/gogoproto/gogo.ts +0 -2
  1774. package/cosmos.staking.v1beta1/types/google/api/annotations.js +0 -2
  1775. package/cosmos.staking.v1beta1/types/google/api/annotations.ts +0 -2
  1776. package/cosmos.staking.v1beta1/types/google/api/http.js +0 -260
  1777. package/cosmos.staking.v1beta1/types/google/api/http.ts +0 -589
  1778. package/cosmos.staking.v1beta1/types/google/protobuf/any.js +0 -99
  1779. package/cosmos.staking.v1beta1/types/google/protobuf/any.ts +0 -240
  1780. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1781. package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1782. package/cosmos.staking.v1beta1/types/google/protobuf/duration.js +0 -84
  1783. package/cosmos.staking.v1beta1/types/google/protobuf/duration.ts +0 -187
  1784. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1785. package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1786. package/cosmos.staking.v1beta1/types/tendermint/abci/types.js +0 -3812
  1787. package/cosmos.staking.v1beta1/types/tendermint/abci/types.ts +0 -4525
  1788. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1789. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1790. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1791. package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1792. package/cosmos.staking.v1beta1/types/tendermint/types/params.js +0 -369
  1793. package/cosmos.staking.v1beta1/types/tendermint/types/params.ts +0 -498
  1794. package/cosmos.staking.v1beta1/types/tendermint/types/types.js +0 -1207
  1795. package/cosmos.staking.v1beta1/types/tendermint/types/types.ts +0 -1452
  1796. package/cosmos.staking.v1beta1/types/tendermint/types/validator.js +0 -254
  1797. package/cosmos.staking.v1beta1/types/tendermint/types/validator.ts +0 -308
  1798. package/cosmos.staking.v1beta1/types/tendermint/version/types.js +0 -133
  1799. package/cosmos.staking.v1beta1/types/tendermint/version/types.ts +0 -184
  1800. package/cosmos.staking.v1beta1/types.js +0 -24
  1801. package/cosmos.tx.v1beta1/index.js +0 -5
  1802. package/cosmos.tx.v1beta1/module.js +0 -82
  1803. package/cosmos.tx.v1beta1/registry.js +0 -2
  1804. package/cosmos.tx.v1beta1/rest.js +0 -256
  1805. package/cosmos.tx.v1beta1/types/amino/amino.js +0 -2
  1806. package/cosmos.tx.v1beta1/types/amino/amino.ts +0 -2
  1807. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.js +0 -803
  1808. package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.ts +0 -1040
  1809. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1810. package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1811. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1812. package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1813. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.js +0 -147
  1814. package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.ts +0 -195
  1815. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.js +0 -449
  1816. package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.ts +0 -556
  1817. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.js +0 -802
  1818. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.ts +0 -1057
  1819. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.js +0 -959
  1820. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.ts +0 -1355
  1821. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1822. package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1823. package/cosmos.tx.v1beta1/types/gogoproto/gogo.js +0 -2
  1824. package/cosmos.tx.v1beta1/types/gogoproto/gogo.ts +0 -2
  1825. package/cosmos.tx.v1beta1/types/google/api/annotations.js +0 -2
  1826. package/cosmos.tx.v1beta1/types/google/api/annotations.ts +0 -2
  1827. package/cosmos.tx.v1beta1/types/google/api/http.js +0 -260
  1828. package/cosmos.tx.v1beta1/types/google/api/http.ts +0 -589
  1829. package/cosmos.tx.v1beta1/types/google/protobuf/any.js +0 -99
  1830. package/cosmos.tx.v1beta1/types/google/protobuf/any.ts +0 -240
  1831. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1832. package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1833. package/cosmos.tx.v1beta1/types/google/protobuf/duration.js +0 -84
  1834. package/cosmos.tx.v1beta1/types/google/protobuf/duration.ts +0 -187
  1835. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1836. package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1837. package/cosmos.tx.v1beta1/types/tendermint/abci/types.js +0 -3486
  1838. package/cosmos.tx.v1beta1/types/tendermint/abci/types.ts +0 -4154
  1839. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.js +0 -100
  1840. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.ts +0 -129
  1841. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.js +0 -356
  1842. package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.ts +0 -439
  1843. package/cosmos.tx.v1beta1/types/tendermint/types/block.js +0 -86
  1844. package/cosmos.tx.v1beta1/types/tendermint/types/block.ts +0 -112
  1845. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.js +0 -343
  1846. package/cosmos.tx.v1beta1/types/tendermint/types/evidence.ts +0 -412
  1847. package/cosmos.tx.v1beta1/types/tendermint/types/params.js +0 -378
  1848. package/cosmos.tx.v1beta1/types/tendermint/types/params.ts +0 -514
  1849. package/cosmos.tx.v1beta1/types/tendermint/types/types.js +0 -1207
  1850. package/cosmos.tx.v1beta1/types/tendermint/types/types.ts +0 -1452
  1851. package/cosmos.tx.v1beta1/types/tendermint/types/validator.js +0 -254
  1852. package/cosmos.tx.v1beta1/types/tendermint/types/validator.ts +0 -308
  1853. package/cosmos.tx.v1beta1/types/tendermint/version/types.js +0 -133
  1854. package/cosmos.tx.v1beta1/types/tendermint/version/types.ts +0 -184
  1855. package/cosmos.tx.v1beta1/types.js +0 -14
  1856. package/cosmos.upgrade.v1beta1/index.js +0 -5
  1857. package/cosmos.upgrade.v1beta1/module.js +0 -113
  1858. package/cosmos.upgrade.v1beta1/registry.js +0 -7
  1859. package/cosmos.upgrade.v1beta1/rest.js +0 -162
  1860. package/cosmos.upgrade.v1beta1/types/amino/amino.js +0 -2
  1861. package/cosmos.upgrade.v1beta1/types/amino/amino.ts +0 -2
  1862. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1863. package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1864. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.js +0 -501
  1865. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.ts +0 -728
  1866. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.js +0 -183
  1867. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.ts +0 -284
  1868. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1869. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1870. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1871. package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1872. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.js +0 -2
  1873. package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.ts +0 -2
  1874. package/cosmos.upgrade.v1beta1/types/google/api/annotations.js +0 -2
  1875. package/cosmos.upgrade.v1beta1/types/google/api/annotations.ts +0 -2
  1876. package/cosmos.upgrade.v1beta1/types/google/api/http.js +0 -260
  1877. package/cosmos.upgrade.v1beta1/types/google/api/http.ts +0 -589
  1878. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.js +0 -99
  1879. package/cosmos.upgrade.v1beta1/types/google/protobuf/any.ts +0 -240
  1880. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1881. package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1882. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.js +0 -84
  1883. package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.ts +0 -216
  1884. package/cosmos.upgrade.v1beta1/types.js +0 -5
  1885. package/cosmos.vesting.v1beta1/index.js +0 -5
  1886. package/cosmos.vesting.v1beta1/module.js +0 -140
  1887. package/cosmos.vesting.v1beta1/registry.js +0 -9
  1888. package/cosmos.vesting.v1beta1/rest.js +0 -83
  1889. package/cosmos.vesting.v1beta1/types/amino/amino.js +0 -2
  1890. package/cosmos.vesting.v1beta1/types/amino/amino.ts +0 -2
  1891. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
  1892. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
  1893. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
  1894. package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1895. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
  1896. package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
  1897. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.js +0 -383
  1898. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.ts +0 -542
  1899. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.js +0 -422
  1900. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.ts +0 -534
  1901. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.js +0 -171
  1902. package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
  1903. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.js +0 -2
  1904. package/cosmos.vesting.v1beta1/types/gogoproto/gogo.ts +0 -2
  1905. package/cosmos.vesting.v1beta1/types/google/protobuf/any.js +0 -99
  1906. package/cosmos.vesting.v1beta1/types/google/protobuf/any.ts +0 -240
  1907. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.js +0 -2830
  1908. package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
  1909. package/cosmos.vesting.v1beta1/types.js +0 -7
  1910. package/ibc.applications.interchain_accounts.controller.v1/index.js +0 -5
  1911. package/ibc.applications.interchain_accounts.controller.v1/module.js +0 -58
  1912. package/ibc.applications.interchain_accounts.controller.v1/registry.js +0 -2
  1913. package/ibc.applications.interchain_accounts.controller.v1/rest.js +0 -123
  1914. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.js +0 -2
  1915. package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.ts +0 -2
  1916. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.js +0 -2
  1917. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.ts +0 -2
  1918. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.js +0 -260
  1919. package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.ts +0 -589
  1920. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.js +0 -99
  1921. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.ts +0 -240
  1922. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.js +0 -2830
  1923. package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.ts +0 -3753
  1924. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -47
  1925. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +0 -75
  1926. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.js +0 -193
  1927. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.ts +0 -274
  1928. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -266
  1929. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +0 -361
  1930. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.js +0 -192
  1931. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.ts +0 -234
  1932. package/ibc.applications.interchain_accounts.controller.v1/types.js +0 -2
  1933. package/ibc.applications.interchain_accounts.host.v1/index.js +0 -5
  1934. package/ibc.applications.interchain_accounts.host.v1/module.js +0 -58
  1935. package/ibc.applications.interchain_accounts.host.v1/registry.js +0 -2
  1936. package/ibc.applications.interchain_accounts.host.v1/rest.js +0 -100
  1937. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.js +0 -2
  1938. package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.ts +0 -2
  1939. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.js +0 -2
  1940. package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.ts +0 -2
  1941. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.js +0 -260
  1942. package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.ts +0 -589
  1943. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.js +0 -2830
  1944. package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.ts +0 -3753
  1945. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.js +0 -63
  1946. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.ts +0 -92
  1947. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.js +0 -94
  1948. package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.ts +0 -141
  1949. package/ibc.applications.interchain_accounts.host.v1/types.js +0 -2
  1950. package/ibc.applications.transfer.v1/index.js +0 -5
  1951. package/ibc.applications.transfer.v1/module.js +0 -86
  1952. package/ibc.applications.transfer.v1/registry.js +0 -5
  1953. package/ibc.applications.transfer.v1/rest.js +0 -157
  1954. package/ibc.applications.transfer.v1/types/amino/amino.js +0 -2
  1955. package/ibc.applications.transfer.v1/types/amino/amino.ts +0 -2
  1956. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1957. package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1958. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.js +0 -192
  1959. package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
  1960. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1961. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1962. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.js +0 -171
  1963. package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.ts +0 -247
  1964. package/ibc.applications.transfer.v1/types/gogoproto/gogo.js +0 -2
  1965. package/ibc.applications.transfer.v1/types/gogoproto/gogo.ts +0 -2
  1966. package/ibc.applications.transfer.v1/types/google/api/annotations.js +0 -2
  1967. package/ibc.applications.transfer.v1/types/google/api/annotations.ts +0 -2
  1968. package/ibc.applications.transfer.v1/types/google/api/http.js +0 -260
  1969. package/ibc.applications.transfer.v1/types/google/api/http.ts +0 -589
  1970. package/ibc.applications.transfer.v1/types/google/protobuf/any.js +0 -99
  1971. package/ibc.applications.transfer.v1/types/google/protobuf/any.ts +0 -240
  1972. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.js +0 -2830
  1973. package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.ts +0 -3753
  1974. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.js +0 -84
  1975. package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.ts +0 -216
  1976. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.js +0 -135
  1977. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.ts +0 -178
  1978. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.js +0 -75
  1979. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.ts +0 -100
  1980. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.js +0 -483
  1981. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.ts +0 -659
  1982. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.js +0 -110
  1983. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.ts +0 -168
  1984. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.js +0 -204
  1985. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.ts +0 -287
  1986. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.js +0 -448
  1987. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.ts +0 -608
  1988. package/ibc.applications.transfer.v1/types.js +0 -3
  1989. package/ibc.core.channel.v1/index.js +0 -5
  1990. package/ibc.core.channel.v1/module.js +0 -75
  1991. package/ibc.core.channel.v1/registry.js +0 -2
  1992. package/ibc.core.channel.v1/rest.js +0 -323
  1993. package/ibc.core.channel.v1/types/amino/amino.js +0 -2
  1994. package/ibc.core.channel.v1/types/amino/amino.ts +0 -2
  1995. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  1996. package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  1997. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  1998. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  1999. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.js +0 -171
  2000. package/ibc.core.channel.v1/types/cosmos_proto/cosmos.ts +0 -247
  2001. package/ibc.core.channel.v1/types/gogoproto/gogo.js +0 -2
  2002. package/ibc.core.channel.v1/types/gogoproto/gogo.ts +0 -2
  2003. package/ibc.core.channel.v1/types/google/api/annotations.js +0 -2
  2004. package/ibc.core.channel.v1/types/google/api/annotations.ts +0 -2
  2005. package/ibc.core.channel.v1/types/google/api/http.js +0 -260
  2006. package/ibc.core.channel.v1/types/google/api/http.ts +0 -589
  2007. package/ibc.core.channel.v1/types/google/protobuf/any.js +0 -99
  2008. package/ibc.core.channel.v1/types/google/protobuf/any.ts +0 -240
  2009. package/ibc.core.channel.v1/types/google/protobuf/descriptor.js +0 -2830
  2010. package/ibc.core.channel.v1/types/google/protobuf/descriptor.ts +0 -3753
  2011. package/ibc.core.channel.v1/types/google/protobuf/timestamp.js +0 -84
  2012. package/ibc.core.channel.v1/types/google/protobuf/timestamp.ts +0 -216
  2013. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.js +0 -714
  2014. package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.ts +0 -905
  2015. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.js +0 -254
  2016. package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.ts +0 -301
  2017. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.js +0 -1866
  2018. package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.ts +0 -2472
  2019. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.js +0 -1425
  2020. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.ts +0 -1784
  2021. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.js +0 -448
  2022. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.ts +0 -608
  2023. package/ibc.core.channel.v1/types.js +0 -9
  2024. package/ibc.core.client.v1/index.js +0 -5
  2025. package/ibc.core.client.v1/module.js +0 -77
  2026. package/ibc.core.client.v1/registry.js +0 -2
  2027. package/ibc.core.client.v1/rest.js +0 -218
  2028. package/ibc.core.client.v1/types/amino/amino.js +0 -2
  2029. package/ibc.core.client.v1/types/amino/amino.ts +0 -2
  2030. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  2031. package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  2032. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  2033. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  2034. package/ibc.core.client.v1/types/cosmos_proto/cosmos.js +0 -171
  2035. package/ibc.core.client.v1/types/cosmos_proto/cosmos.ts +0 -247
  2036. package/ibc.core.client.v1/types/gogoproto/gogo.js +0 -2
  2037. package/ibc.core.client.v1/types/gogoproto/gogo.ts +0 -2
  2038. package/ibc.core.client.v1/types/google/api/annotations.js +0 -2
  2039. package/ibc.core.client.v1/types/google/api/annotations.ts +0 -2
  2040. package/ibc.core.client.v1/types/google/api/http.js +0 -260
  2041. package/ibc.core.client.v1/types/google/api/http.ts +0 -589
  2042. package/ibc.core.client.v1/types/google/protobuf/any.js +0 -99
  2043. package/ibc.core.client.v1/types/google/protobuf/any.ts +0 -240
  2044. package/ibc.core.client.v1/types/google/protobuf/descriptor.js +0 -2830
  2045. package/ibc.core.client.v1/types/google/protobuf/descriptor.ts +0 -3753
  2046. package/ibc.core.client.v1/types/google/protobuf/timestamp.js +0 -84
  2047. package/ibc.core.client.v1/types/google/protobuf/timestamp.ts +0 -216
  2048. package/ibc.core.client.v1/types/ibc/core/client/v1/client.js +0 -448
  2049. package/ibc.core.client.v1/types/ibc/core/client/v1/client.ts +0 -608
  2050. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.js +0 -287
  2051. package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.ts +0 -357
  2052. package/ibc.core.client.v1/types/ibc/core/client/v1/query.js +0 -1026
  2053. package/ibc.core.client.v1/types/ibc/core/client/v1/query.ts +0 -1390
  2054. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.js +0 -509
  2055. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.ts +0 -691
  2056. package/ibc.core.client.v1/types.js +0 -10
  2057. package/ibc.core.connection.v1/index.js +0 -5
  2058. package/ibc.core.connection.v1/module.js +0 -73
  2059. package/ibc.core.connection.v1/registry.js +0 -2
  2060. package/ibc.core.connection.v1/rest.js +0 -191
  2061. package/ibc.core.connection.v1/types/amino/amino.js +0 -2
  2062. package/ibc.core.connection.v1/types/amino/amino.ts +0 -2
  2063. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
  2064. package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
  2065. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.js +0 -1126
  2066. package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.ts +0 -1408
  2067. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
  2068. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
  2069. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.js +0 -171
  2070. package/ibc.core.connection.v1/types/cosmos_proto/cosmos.ts +0 -247
  2071. package/ibc.core.connection.v1/types/gogoproto/gogo.js +0 -2
  2072. package/ibc.core.connection.v1/types/gogoproto/gogo.ts +0 -2
  2073. package/ibc.core.connection.v1/types/google/api/annotations.js +0 -2
  2074. package/ibc.core.connection.v1/types/google/api/annotations.ts +0 -2
  2075. package/ibc.core.connection.v1/types/google/api/http.js +0 -260
  2076. package/ibc.core.connection.v1/types/google/api/http.ts +0 -589
  2077. package/ibc.core.connection.v1/types/google/protobuf/any.js +0 -99
  2078. package/ibc.core.connection.v1/types/google/protobuf/any.ts +0 -240
  2079. package/ibc.core.connection.v1/types/google/protobuf/descriptor.js +0 -2830
  2080. package/ibc.core.connection.v1/types/google/protobuf/descriptor.ts +0 -3753
  2081. package/ibc.core.connection.v1/types/google/protobuf/timestamp.js +0 -84
  2082. package/ibc.core.connection.v1/types/google/protobuf/timestamp.ts +0 -216
  2083. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.js +0 -448
  2084. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.ts +0 -608
  2085. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +0 -223
  2086. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.ts +0 -299
  2087. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.js +0 -537
  2088. package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.ts +0 -698
  2089. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.js +0 -120
  2090. package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.ts +0 -152
  2091. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.js +0 -766
  2092. package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.ts +0 -1041
  2093. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +0 -705
  2094. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.ts +0 -908
  2095. package/ibc.core.connection.v1/types/proofs.js +0 -1126
  2096. package/ibc.core.connection.v1/types/proofs.ts +0 -1408
  2097. package/ibc.core.connection.v1/types.js +0 -8
  2098. package/index.js +0 -64
  2099. /package/{DecentralCardGame.cardchain.featureflag → cosmos.base.node.v1beta1}/registry.ts +0 -0
  2100. /package/{DecentralCardGame.cardchain.featureflag → lib/cosmos.base.node.v1beta1}/registry.js +0 -0
  2101. /package/{cosmos.consensus.v1/types.js → lib/cosmos.base.node.v1beta1/types.d.ts} +0 -0
  2102. /package/{cosmos.crisis.v1beta1 → lib/cosmos.base.node.v1beta1}/types.js +0 -0
  2103. /package/{cosmos.auth.v1beta1 → lib/cosmos.base.tendermint.v1beta1}/registry.js +0 -0
  2104. /package/{env.js → lib/cosmos.consensus.v1/types.d.ts} +0 -0
  2105. /package/{modules.js → lib/cosmos.consensus.v1/types.js} +0 -0
  2106. /package/{cosmos.base.tendermint.v1beta1 → lib/cosmos.params.v1beta1}/registry.js +0 -0
  2107. /package/{cosmos.mint.v1beta1 → lib/cosmos.tx.v1beta1}/registry.js +0 -0
  2108. /package/{helpers.js → lib/helpers.js} +0 -0
@@ -0,0 +1,2576 @@
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/staking/v1beta1/staking.proto
6
+
7
+ /* eslint-disable */
8
+ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
9
+ import { Any } from "../../../google/protobuf/any";
10
+ import { Duration } from "../../../google/protobuf/duration";
11
+ import { Timestamp } from "../../../google/protobuf/timestamp";
12
+ import { ValidatorUpdate } from "../../../tendermint/abci/types";
13
+ import { Header } from "../../../tendermint/types/types";
14
+ import { Coin } from "../../base/v1beta1/coin";
15
+
16
+ export const protobufPackage = "cosmos.staking.v1beta1";
17
+
18
+ /** BondStatus is the status of a validator. */
19
+ export enum BondStatus {
20
+ /** BOND_STATUS_UNSPECIFIED - UNSPECIFIED defines an invalid validator status. */
21
+ BOND_STATUS_UNSPECIFIED = 0,
22
+ /** BOND_STATUS_UNBONDED - UNBONDED defines a validator that is not bonded. */
23
+ BOND_STATUS_UNBONDED = 1,
24
+ /** BOND_STATUS_UNBONDING - UNBONDING defines a validator that is unbonding. */
25
+ BOND_STATUS_UNBONDING = 2,
26
+ /** BOND_STATUS_BONDED - BONDED defines a validator that is bonded. */
27
+ BOND_STATUS_BONDED = 3,
28
+ UNRECOGNIZED = -1,
29
+ }
30
+
31
+ export function bondStatusFromJSON(object: any): BondStatus {
32
+ switch (object) {
33
+ case 0:
34
+ case "BOND_STATUS_UNSPECIFIED":
35
+ return BondStatus.BOND_STATUS_UNSPECIFIED;
36
+ case 1:
37
+ case "BOND_STATUS_UNBONDED":
38
+ return BondStatus.BOND_STATUS_UNBONDED;
39
+ case 2:
40
+ case "BOND_STATUS_UNBONDING":
41
+ return BondStatus.BOND_STATUS_UNBONDING;
42
+ case 3:
43
+ case "BOND_STATUS_BONDED":
44
+ return BondStatus.BOND_STATUS_BONDED;
45
+ case -1:
46
+ case "UNRECOGNIZED":
47
+ default:
48
+ return BondStatus.UNRECOGNIZED;
49
+ }
50
+ }
51
+
52
+ export function bondStatusToJSON(object: BondStatus): string {
53
+ switch (object) {
54
+ case BondStatus.BOND_STATUS_UNSPECIFIED:
55
+ return "BOND_STATUS_UNSPECIFIED";
56
+ case BondStatus.BOND_STATUS_UNBONDED:
57
+ return "BOND_STATUS_UNBONDED";
58
+ case BondStatus.BOND_STATUS_UNBONDING:
59
+ return "BOND_STATUS_UNBONDING";
60
+ case BondStatus.BOND_STATUS_BONDED:
61
+ return "BOND_STATUS_BONDED";
62
+ case BondStatus.UNRECOGNIZED:
63
+ default:
64
+ return "UNRECOGNIZED";
65
+ }
66
+ }
67
+
68
+ /** Infraction indicates the infraction a validator commited. */
69
+ export enum Infraction {
70
+ /** INFRACTION_UNSPECIFIED - UNSPECIFIED defines an empty infraction. */
71
+ INFRACTION_UNSPECIFIED = 0,
72
+ /** INFRACTION_DOUBLE_SIGN - DOUBLE_SIGN defines a validator that double-signs a block. */
73
+ INFRACTION_DOUBLE_SIGN = 1,
74
+ /** INFRACTION_DOWNTIME - DOWNTIME defines a validator that missed signing too many blocks. */
75
+ INFRACTION_DOWNTIME = 2,
76
+ UNRECOGNIZED = -1,
77
+ }
78
+
79
+ export function infractionFromJSON(object: any): Infraction {
80
+ switch (object) {
81
+ case 0:
82
+ case "INFRACTION_UNSPECIFIED":
83
+ return Infraction.INFRACTION_UNSPECIFIED;
84
+ case 1:
85
+ case "INFRACTION_DOUBLE_SIGN":
86
+ return Infraction.INFRACTION_DOUBLE_SIGN;
87
+ case 2:
88
+ case "INFRACTION_DOWNTIME":
89
+ return Infraction.INFRACTION_DOWNTIME;
90
+ case -1:
91
+ case "UNRECOGNIZED":
92
+ default:
93
+ return Infraction.UNRECOGNIZED;
94
+ }
95
+ }
96
+
97
+ export function infractionToJSON(object: Infraction): string {
98
+ switch (object) {
99
+ case Infraction.INFRACTION_UNSPECIFIED:
100
+ return "INFRACTION_UNSPECIFIED";
101
+ case Infraction.INFRACTION_DOUBLE_SIGN:
102
+ return "INFRACTION_DOUBLE_SIGN";
103
+ case Infraction.INFRACTION_DOWNTIME:
104
+ return "INFRACTION_DOWNTIME";
105
+ case Infraction.UNRECOGNIZED:
106
+ default:
107
+ return "UNRECOGNIZED";
108
+ }
109
+ }
110
+
111
+ /**
112
+ * HistoricalInfo contains header and validator information for a given block.
113
+ * It is stored as part of staking module's state, which persists the `n` most
114
+ * recent HistoricalInfo
115
+ * (`n` is set by the staking module's `historical_entries` parameter).
116
+ */
117
+ export interface HistoricalInfo {
118
+ header: Header | undefined;
119
+ valset: Validator[];
120
+ }
121
+
122
+ /**
123
+ * CommissionRates defines the initial commission rates to be used for creating
124
+ * a validator.
125
+ */
126
+ export interface CommissionRates {
127
+ /** rate is the commission rate charged to delegators, as a fraction. */
128
+ rate: string;
129
+ /** max_rate defines the maximum commission rate which validator can ever charge, as a fraction. */
130
+ maxRate: string;
131
+ /** max_change_rate defines the maximum daily increase of the validator commission, as a fraction. */
132
+ maxChangeRate: string;
133
+ }
134
+
135
+ /** Commission defines commission parameters for a given validator. */
136
+ export interface Commission {
137
+ /** commission_rates defines the initial commission rates to be used for creating a validator. */
138
+ commissionRates:
139
+ | CommissionRates
140
+ | undefined;
141
+ /** update_time is the last time the commission rate was changed. */
142
+ updateTime: Date | undefined;
143
+ }
144
+
145
+ /** Description defines a validator description. */
146
+ export interface Description {
147
+ /** moniker defines a human-readable name for the validator. */
148
+ moniker: string;
149
+ /** identity defines an optional identity signature (ex. UPort or Keybase). */
150
+ identity: string;
151
+ /** website defines an optional website link. */
152
+ website: string;
153
+ /** security_contact defines an optional email for security contact. */
154
+ securityContact: string;
155
+ /** details define other optional details. */
156
+ details: string;
157
+ }
158
+
159
+ /**
160
+ * Validator defines a validator, together with the total amount of the
161
+ * Validator's bond shares and their exchange rate to coins. Slashing results in
162
+ * a decrease in the exchange rate, allowing correct calculation of future
163
+ * undelegations without iterating over delegators. When coins are delegated to
164
+ * this validator, the validator is credited with a delegation whose number of
165
+ * bond shares is based on the amount of coins delegated divided by the current
166
+ * exchange rate. Voting power can be calculated as total bonded shares
167
+ * multiplied by exchange rate.
168
+ */
169
+ export interface Validator {
170
+ /** operator_address defines the address of the validator's operator; bech encoded in JSON. */
171
+ operatorAddress: string;
172
+ /** consensus_pubkey is the consensus public key of the validator, as a Protobuf Any. */
173
+ consensusPubkey:
174
+ | Any
175
+ | undefined;
176
+ /** jailed defined whether the validator has been jailed from bonded status or not. */
177
+ jailed: boolean;
178
+ /** status is the validator status (bonded/unbonding/unbonded). */
179
+ status: BondStatus;
180
+ /** tokens define the delegated tokens (incl. self-delegation). */
181
+ tokens: string;
182
+ /** delegator_shares defines total shares issued to a validator's delegators. */
183
+ delegatorShares: string;
184
+ /** description defines the description terms for the validator. */
185
+ description:
186
+ | Description
187
+ | undefined;
188
+ /** unbonding_height defines, if unbonding, the height at which this validator has begun unbonding. */
189
+ unbondingHeight: number;
190
+ /** unbonding_time defines, if unbonding, the min time for the validator to complete unbonding. */
191
+ unbondingTime:
192
+ | Date
193
+ | undefined;
194
+ /** commission defines the commission parameters. */
195
+ commission:
196
+ | Commission
197
+ | undefined;
198
+ /**
199
+ * min_self_delegation is the validator's self declared minimum self delegation.
200
+ *
201
+ * Since: cosmos-sdk 0.46
202
+ */
203
+ minSelfDelegation: string;
204
+ /** strictly positive if this validator's unbonding has been stopped by external modules */
205
+ unbondingOnHoldRefCount: number;
206
+ /** list of unbonding ids, each uniquely identifing an unbonding of this validator */
207
+ unbondingIds: number[];
208
+ }
209
+
210
+ /** ValAddresses defines a repeated set of validator addresses. */
211
+ export interface ValAddresses {
212
+ addresses: string[];
213
+ }
214
+
215
+ /**
216
+ * DVPair is struct that just has a delegator-validator pair with no other data.
217
+ * It is intended to be used as a marshalable pointer. For example, a DVPair can
218
+ * be used to construct the key to getting an UnbondingDelegation from state.
219
+ */
220
+ export interface DVPair {
221
+ delegatorAddress: string;
222
+ validatorAddress: string;
223
+ }
224
+
225
+ /** DVPairs defines an array of DVPair objects. */
226
+ export interface DVPairs {
227
+ pairs: DVPair[];
228
+ }
229
+
230
+ /**
231
+ * DVVTriplet is struct that just has a delegator-validator-validator triplet
232
+ * with no other data. It is intended to be used as a marshalable pointer. For
233
+ * example, a DVVTriplet can be used to construct the key to getting a
234
+ * Redelegation from state.
235
+ */
236
+ export interface DVVTriplet {
237
+ delegatorAddress: string;
238
+ validatorSrcAddress: string;
239
+ validatorDstAddress: string;
240
+ }
241
+
242
+ /** DVVTriplets defines an array of DVVTriplet objects. */
243
+ export interface DVVTriplets {
244
+ triplets: DVVTriplet[];
245
+ }
246
+
247
+ /**
248
+ * Delegation represents the bond with tokens held by an account. It is
249
+ * owned by one delegator, and is associated with the voting power of one
250
+ * validator.
251
+ */
252
+ export interface Delegation {
253
+ /** delegator_address is the encoded address of the delegator. */
254
+ delegatorAddress: string;
255
+ /** validator_address is the encoded address of the validator. */
256
+ validatorAddress: string;
257
+ /** shares define the delegation shares received. */
258
+ shares: string;
259
+ }
260
+
261
+ /**
262
+ * UnbondingDelegation stores all of a single delegator's unbonding bonds
263
+ * for a single validator in an time-ordered list.
264
+ */
265
+ export interface UnbondingDelegation {
266
+ /** delegator_address is the encoded address of the delegator. */
267
+ delegatorAddress: string;
268
+ /** validator_address is the encoded address of the validator. */
269
+ validatorAddress: string;
270
+ /** entries are the unbonding delegation entries. */
271
+ entries: UnbondingDelegationEntry[];
272
+ }
273
+
274
+ /** UnbondingDelegationEntry defines an unbonding object with relevant metadata. */
275
+ export interface UnbondingDelegationEntry {
276
+ /** creation_height is the height which the unbonding took place. */
277
+ creationHeight: number;
278
+ /** completion_time is the unix time for unbonding completion. */
279
+ completionTime:
280
+ | Date
281
+ | undefined;
282
+ /** initial_balance defines the tokens initially scheduled to receive at completion. */
283
+ initialBalance: string;
284
+ /** balance defines the tokens to receive at completion. */
285
+ balance: string;
286
+ /** Incrementing id that uniquely identifies this entry */
287
+ unbondingId: number;
288
+ /** Strictly positive if this entry's unbonding has been stopped by external modules */
289
+ unbondingOnHoldRefCount: number;
290
+ }
291
+
292
+ /** RedelegationEntry defines a redelegation object with relevant metadata. */
293
+ export interface RedelegationEntry {
294
+ /** creation_height defines the height which the redelegation took place. */
295
+ creationHeight: number;
296
+ /** completion_time defines the unix time for redelegation completion. */
297
+ completionTime:
298
+ | Date
299
+ | undefined;
300
+ /** initial_balance defines the initial balance when redelegation started. */
301
+ initialBalance: string;
302
+ /** shares_dst is the amount of destination-validator shares created by redelegation. */
303
+ sharesDst: string;
304
+ /** Incrementing id that uniquely identifies this entry */
305
+ unbondingId: number;
306
+ /** Strictly positive if this entry's unbonding has been stopped by external modules */
307
+ unbondingOnHoldRefCount: number;
308
+ }
309
+
310
+ /**
311
+ * Redelegation contains the list of a particular delegator's redelegating bonds
312
+ * from a particular source validator to a particular destination validator.
313
+ */
314
+ export interface Redelegation {
315
+ /** delegator_address is the bech32-encoded address of the delegator. */
316
+ delegatorAddress: string;
317
+ /** validator_src_address is the validator redelegation source operator address. */
318
+ validatorSrcAddress: string;
319
+ /** validator_dst_address is the validator redelegation destination operator address. */
320
+ validatorDstAddress: string;
321
+ /** entries are the redelegation entries. */
322
+ entries: RedelegationEntry[];
323
+ }
324
+
325
+ /** Params defines the parameters for the x/staking module. */
326
+ export interface Params {
327
+ /** unbonding_time is the time duration of unbonding. */
328
+ unbondingTime:
329
+ | Duration
330
+ | undefined;
331
+ /** max_validators is the maximum number of validators. */
332
+ maxValidators: number;
333
+ /** max_entries is the max entries for either unbonding delegation or redelegation (per pair/trio). */
334
+ maxEntries: number;
335
+ /** historical_entries is the number of historical entries to persist. */
336
+ historicalEntries: number;
337
+ /** bond_denom defines the bondable coin denomination. */
338
+ bondDenom: string;
339
+ /** min_commission_rate is the chain-wide minimum commission rate that a validator can charge their delegators */
340
+ minCommissionRate: string;
341
+ }
342
+
343
+ /**
344
+ * DelegationResponse is equivalent to Delegation except that it contains a
345
+ * balance in addition to shares which is more suitable for client responses.
346
+ */
347
+ export interface DelegationResponse {
348
+ delegation: Delegation | undefined;
349
+ balance: Coin | undefined;
350
+ }
351
+
352
+ /**
353
+ * RedelegationEntryResponse is equivalent to a RedelegationEntry except that it
354
+ * contains a balance in addition to shares which is more suitable for client
355
+ * responses.
356
+ */
357
+ export interface RedelegationEntryResponse {
358
+ redelegationEntry: RedelegationEntry | undefined;
359
+ balance: string;
360
+ }
361
+
362
+ /**
363
+ * RedelegationResponse is equivalent to a Redelegation except that its entries
364
+ * contain a balance in addition to shares which is more suitable for client
365
+ * responses.
366
+ */
367
+ export interface RedelegationResponse {
368
+ redelegation: Redelegation | undefined;
369
+ entries: RedelegationEntryResponse[];
370
+ }
371
+
372
+ /**
373
+ * Pool is used for tracking bonded and not-bonded token supply of the bond
374
+ * denomination.
375
+ */
376
+ export interface Pool {
377
+ notBondedTokens: string;
378
+ bondedTokens: string;
379
+ }
380
+
381
+ /**
382
+ * ValidatorUpdates defines an array of abci.ValidatorUpdate objects.
383
+ * TODO: explore moving this to proto/cosmos/base to separate modules from tendermint dependence
384
+ */
385
+ export interface ValidatorUpdates {
386
+ updates: ValidatorUpdate[];
387
+ }
388
+
389
+ function createBaseHistoricalInfo(): HistoricalInfo {
390
+ return { header: undefined, valset: [] };
391
+ }
392
+
393
+ export const HistoricalInfo: MessageFns<HistoricalInfo> = {
394
+ encode(message: HistoricalInfo, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
395
+ if (message.header !== undefined) {
396
+ Header.encode(message.header, writer.uint32(10).fork()).join();
397
+ }
398
+ for (const v of message.valset) {
399
+ Validator.encode(v!, writer.uint32(18).fork()).join();
400
+ }
401
+ return writer;
402
+ },
403
+
404
+ decode(input: BinaryReader | Uint8Array, length?: number): HistoricalInfo {
405
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
406
+ let end = length === undefined ? reader.len : reader.pos + length;
407
+ const message = createBaseHistoricalInfo();
408
+ while (reader.pos < end) {
409
+ const tag = reader.uint32();
410
+ switch (tag >>> 3) {
411
+ case 1: {
412
+ if (tag !== 10) {
413
+ break;
414
+ }
415
+
416
+ message.header = Header.decode(reader, reader.uint32());
417
+ continue;
418
+ }
419
+ case 2: {
420
+ if (tag !== 18) {
421
+ break;
422
+ }
423
+
424
+ message.valset.push(Validator.decode(reader, reader.uint32()));
425
+ continue;
426
+ }
427
+ }
428
+ if ((tag & 7) === 4 || tag === 0) {
429
+ break;
430
+ }
431
+ reader.skip(tag & 7);
432
+ }
433
+ return message;
434
+ },
435
+
436
+ fromJSON(object: any): HistoricalInfo {
437
+ return {
438
+ header: isSet(object.header) ? Header.fromJSON(object.header) : undefined,
439
+ valset: globalThis.Array.isArray(object?.valset) ? object.valset.map((e: any) => Validator.fromJSON(e)) : [],
440
+ };
441
+ },
442
+
443
+ toJSON(message: HistoricalInfo): unknown {
444
+ const obj: any = {};
445
+ if (message.header !== undefined) {
446
+ obj.header = Header.toJSON(message.header);
447
+ }
448
+ if (message.valset?.length) {
449
+ obj.valset = message.valset.map((e) => Validator.toJSON(e));
450
+ }
451
+ return obj;
452
+ },
453
+
454
+ create<I extends Exact<DeepPartial<HistoricalInfo>, I>>(base?: I): HistoricalInfo {
455
+ return HistoricalInfo.fromPartial(base ?? ({} as any));
456
+ },
457
+ fromPartial<I extends Exact<DeepPartial<HistoricalInfo>, I>>(object: I): HistoricalInfo {
458
+ const message = createBaseHistoricalInfo();
459
+ message.header = (object.header !== undefined && object.header !== null)
460
+ ? Header.fromPartial(object.header)
461
+ : undefined;
462
+ message.valset = object.valset?.map((e) => Validator.fromPartial(e)) || [];
463
+ return message;
464
+ },
465
+ };
466
+
467
+ function createBaseCommissionRates(): CommissionRates {
468
+ return { rate: "", maxRate: "", maxChangeRate: "" };
469
+ }
470
+
471
+ export const CommissionRates: MessageFns<CommissionRates> = {
472
+ encode(message: CommissionRates, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
473
+ if (message.rate !== "") {
474
+ writer.uint32(10).string(message.rate);
475
+ }
476
+ if (message.maxRate !== "") {
477
+ writer.uint32(18).string(message.maxRate);
478
+ }
479
+ if (message.maxChangeRate !== "") {
480
+ writer.uint32(26).string(message.maxChangeRate);
481
+ }
482
+ return writer;
483
+ },
484
+
485
+ decode(input: BinaryReader | Uint8Array, length?: number): CommissionRates {
486
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
487
+ let end = length === undefined ? reader.len : reader.pos + length;
488
+ const message = createBaseCommissionRates();
489
+ while (reader.pos < end) {
490
+ const tag = reader.uint32();
491
+ switch (tag >>> 3) {
492
+ case 1: {
493
+ if (tag !== 10) {
494
+ break;
495
+ }
496
+
497
+ message.rate = reader.string();
498
+ continue;
499
+ }
500
+ case 2: {
501
+ if (tag !== 18) {
502
+ break;
503
+ }
504
+
505
+ message.maxRate = reader.string();
506
+ continue;
507
+ }
508
+ case 3: {
509
+ if (tag !== 26) {
510
+ break;
511
+ }
512
+
513
+ message.maxChangeRate = reader.string();
514
+ continue;
515
+ }
516
+ }
517
+ if ((tag & 7) === 4 || tag === 0) {
518
+ break;
519
+ }
520
+ reader.skip(tag & 7);
521
+ }
522
+ return message;
523
+ },
524
+
525
+ fromJSON(object: any): CommissionRates {
526
+ return {
527
+ rate: isSet(object.rate) ? globalThis.String(object.rate) : "",
528
+ maxRate: isSet(object.maxRate) ? globalThis.String(object.maxRate) : "",
529
+ maxChangeRate: isSet(object.maxChangeRate) ? globalThis.String(object.maxChangeRate) : "",
530
+ };
531
+ },
532
+
533
+ toJSON(message: CommissionRates): unknown {
534
+ const obj: any = {};
535
+ if (message.rate !== "") {
536
+ obj.rate = message.rate;
537
+ }
538
+ if (message.maxRate !== "") {
539
+ obj.maxRate = message.maxRate;
540
+ }
541
+ if (message.maxChangeRate !== "") {
542
+ obj.maxChangeRate = message.maxChangeRate;
543
+ }
544
+ return obj;
545
+ },
546
+
547
+ create<I extends Exact<DeepPartial<CommissionRates>, I>>(base?: I): CommissionRates {
548
+ return CommissionRates.fromPartial(base ?? ({} as any));
549
+ },
550
+ fromPartial<I extends Exact<DeepPartial<CommissionRates>, I>>(object: I): CommissionRates {
551
+ const message = createBaseCommissionRates();
552
+ message.rate = object.rate ?? "";
553
+ message.maxRate = object.maxRate ?? "";
554
+ message.maxChangeRate = object.maxChangeRate ?? "";
555
+ return message;
556
+ },
557
+ };
558
+
559
+ function createBaseCommission(): Commission {
560
+ return { commissionRates: undefined, updateTime: undefined };
561
+ }
562
+
563
+ export const Commission: MessageFns<Commission> = {
564
+ encode(message: Commission, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
565
+ if (message.commissionRates !== undefined) {
566
+ CommissionRates.encode(message.commissionRates, writer.uint32(10).fork()).join();
567
+ }
568
+ if (message.updateTime !== undefined) {
569
+ Timestamp.encode(toTimestamp(message.updateTime), writer.uint32(18).fork()).join();
570
+ }
571
+ return writer;
572
+ },
573
+
574
+ decode(input: BinaryReader | Uint8Array, length?: number): Commission {
575
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
576
+ let end = length === undefined ? reader.len : reader.pos + length;
577
+ const message = createBaseCommission();
578
+ while (reader.pos < end) {
579
+ const tag = reader.uint32();
580
+ switch (tag >>> 3) {
581
+ case 1: {
582
+ if (tag !== 10) {
583
+ break;
584
+ }
585
+
586
+ message.commissionRates = CommissionRates.decode(reader, reader.uint32());
587
+ continue;
588
+ }
589
+ case 2: {
590
+ if (tag !== 18) {
591
+ break;
592
+ }
593
+
594
+ message.updateTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
595
+ continue;
596
+ }
597
+ }
598
+ if ((tag & 7) === 4 || tag === 0) {
599
+ break;
600
+ }
601
+ reader.skip(tag & 7);
602
+ }
603
+ return message;
604
+ },
605
+
606
+ fromJSON(object: any): Commission {
607
+ return {
608
+ commissionRates: isSet(object.commissionRates) ? CommissionRates.fromJSON(object.commissionRates) : undefined,
609
+ updateTime: isSet(object.updateTime) ? fromJsonTimestamp(object.updateTime) : undefined,
610
+ };
611
+ },
612
+
613
+ toJSON(message: Commission): unknown {
614
+ const obj: any = {};
615
+ if (message.commissionRates !== undefined) {
616
+ obj.commissionRates = CommissionRates.toJSON(message.commissionRates);
617
+ }
618
+ if (message.updateTime !== undefined) {
619
+ obj.updateTime = message.updateTime.toISOString();
620
+ }
621
+ return obj;
622
+ },
623
+
624
+ create<I extends Exact<DeepPartial<Commission>, I>>(base?: I): Commission {
625
+ return Commission.fromPartial(base ?? ({} as any));
626
+ },
627
+ fromPartial<I extends Exact<DeepPartial<Commission>, I>>(object: I): Commission {
628
+ const message = createBaseCommission();
629
+ message.commissionRates = (object.commissionRates !== undefined && object.commissionRates !== null)
630
+ ? CommissionRates.fromPartial(object.commissionRates)
631
+ : undefined;
632
+ message.updateTime = object.updateTime ?? undefined;
633
+ return message;
634
+ },
635
+ };
636
+
637
+ function createBaseDescription(): Description {
638
+ return { moniker: "", identity: "", website: "", securityContact: "", details: "" };
639
+ }
640
+
641
+ export const Description: MessageFns<Description> = {
642
+ encode(message: Description, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
643
+ if (message.moniker !== "") {
644
+ writer.uint32(10).string(message.moniker);
645
+ }
646
+ if (message.identity !== "") {
647
+ writer.uint32(18).string(message.identity);
648
+ }
649
+ if (message.website !== "") {
650
+ writer.uint32(26).string(message.website);
651
+ }
652
+ if (message.securityContact !== "") {
653
+ writer.uint32(34).string(message.securityContact);
654
+ }
655
+ if (message.details !== "") {
656
+ writer.uint32(42).string(message.details);
657
+ }
658
+ return writer;
659
+ },
660
+
661
+ decode(input: BinaryReader | Uint8Array, length?: number): Description {
662
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
663
+ let end = length === undefined ? reader.len : reader.pos + length;
664
+ const message = createBaseDescription();
665
+ while (reader.pos < end) {
666
+ const tag = reader.uint32();
667
+ switch (tag >>> 3) {
668
+ case 1: {
669
+ if (tag !== 10) {
670
+ break;
671
+ }
672
+
673
+ message.moniker = reader.string();
674
+ continue;
675
+ }
676
+ case 2: {
677
+ if (tag !== 18) {
678
+ break;
679
+ }
680
+
681
+ message.identity = reader.string();
682
+ continue;
683
+ }
684
+ case 3: {
685
+ if (tag !== 26) {
686
+ break;
687
+ }
688
+
689
+ message.website = reader.string();
690
+ continue;
691
+ }
692
+ case 4: {
693
+ if (tag !== 34) {
694
+ break;
695
+ }
696
+
697
+ message.securityContact = reader.string();
698
+ continue;
699
+ }
700
+ case 5: {
701
+ if (tag !== 42) {
702
+ break;
703
+ }
704
+
705
+ message.details = reader.string();
706
+ continue;
707
+ }
708
+ }
709
+ if ((tag & 7) === 4 || tag === 0) {
710
+ break;
711
+ }
712
+ reader.skip(tag & 7);
713
+ }
714
+ return message;
715
+ },
716
+
717
+ fromJSON(object: any): Description {
718
+ return {
719
+ moniker: isSet(object.moniker) ? globalThis.String(object.moniker) : "",
720
+ identity: isSet(object.identity) ? globalThis.String(object.identity) : "",
721
+ website: isSet(object.website) ? globalThis.String(object.website) : "",
722
+ securityContact: isSet(object.securityContact) ? globalThis.String(object.securityContact) : "",
723
+ details: isSet(object.details) ? globalThis.String(object.details) : "",
724
+ };
725
+ },
726
+
727
+ toJSON(message: Description): unknown {
728
+ const obj: any = {};
729
+ if (message.moniker !== "") {
730
+ obj.moniker = message.moniker;
731
+ }
732
+ if (message.identity !== "") {
733
+ obj.identity = message.identity;
734
+ }
735
+ if (message.website !== "") {
736
+ obj.website = message.website;
737
+ }
738
+ if (message.securityContact !== "") {
739
+ obj.securityContact = message.securityContact;
740
+ }
741
+ if (message.details !== "") {
742
+ obj.details = message.details;
743
+ }
744
+ return obj;
745
+ },
746
+
747
+ create<I extends Exact<DeepPartial<Description>, I>>(base?: I): Description {
748
+ return Description.fromPartial(base ?? ({} as any));
749
+ },
750
+ fromPartial<I extends Exact<DeepPartial<Description>, I>>(object: I): Description {
751
+ const message = createBaseDescription();
752
+ message.moniker = object.moniker ?? "";
753
+ message.identity = object.identity ?? "";
754
+ message.website = object.website ?? "";
755
+ message.securityContact = object.securityContact ?? "";
756
+ message.details = object.details ?? "";
757
+ return message;
758
+ },
759
+ };
760
+
761
+ function createBaseValidator(): Validator {
762
+ return {
763
+ operatorAddress: "",
764
+ consensusPubkey: undefined,
765
+ jailed: false,
766
+ status: 0,
767
+ tokens: "",
768
+ delegatorShares: "",
769
+ description: undefined,
770
+ unbondingHeight: 0,
771
+ unbondingTime: undefined,
772
+ commission: undefined,
773
+ minSelfDelegation: "",
774
+ unbondingOnHoldRefCount: 0,
775
+ unbondingIds: [],
776
+ };
777
+ }
778
+
779
+ export const Validator: MessageFns<Validator> = {
780
+ encode(message: Validator, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
781
+ if (message.operatorAddress !== "") {
782
+ writer.uint32(10).string(message.operatorAddress);
783
+ }
784
+ if (message.consensusPubkey !== undefined) {
785
+ Any.encode(message.consensusPubkey, writer.uint32(18).fork()).join();
786
+ }
787
+ if (message.jailed !== false) {
788
+ writer.uint32(24).bool(message.jailed);
789
+ }
790
+ if (message.status !== 0) {
791
+ writer.uint32(32).int32(message.status);
792
+ }
793
+ if (message.tokens !== "") {
794
+ writer.uint32(42).string(message.tokens);
795
+ }
796
+ if (message.delegatorShares !== "") {
797
+ writer.uint32(50).string(message.delegatorShares);
798
+ }
799
+ if (message.description !== undefined) {
800
+ Description.encode(message.description, writer.uint32(58).fork()).join();
801
+ }
802
+ if (message.unbondingHeight !== 0) {
803
+ writer.uint32(64).int64(message.unbondingHeight);
804
+ }
805
+ if (message.unbondingTime !== undefined) {
806
+ Timestamp.encode(toTimestamp(message.unbondingTime), writer.uint32(74).fork()).join();
807
+ }
808
+ if (message.commission !== undefined) {
809
+ Commission.encode(message.commission, writer.uint32(82).fork()).join();
810
+ }
811
+ if (message.minSelfDelegation !== "") {
812
+ writer.uint32(90).string(message.minSelfDelegation);
813
+ }
814
+ if (message.unbondingOnHoldRefCount !== 0) {
815
+ writer.uint32(96).int64(message.unbondingOnHoldRefCount);
816
+ }
817
+ writer.uint32(106).fork();
818
+ for (const v of message.unbondingIds) {
819
+ writer.uint64(v);
820
+ }
821
+ writer.join();
822
+ return writer;
823
+ },
824
+
825
+ decode(input: BinaryReader | Uint8Array, length?: number): Validator {
826
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
827
+ let end = length === undefined ? reader.len : reader.pos + length;
828
+ const message = createBaseValidator();
829
+ while (reader.pos < end) {
830
+ const tag = reader.uint32();
831
+ switch (tag >>> 3) {
832
+ case 1: {
833
+ if (tag !== 10) {
834
+ break;
835
+ }
836
+
837
+ message.operatorAddress = reader.string();
838
+ continue;
839
+ }
840
+ case 2: {
841
+ if (tag !== 18) {
842
+ break;
843
+ }
844
+
845
+ message.consensusPubkey = Any.decode(reader, reader.uint32());
846
+ continue;
847
+ }
848
+ case 3: {
849
+ if (tag !== 24) {
850
+ break;
851
+ }
852
+
853
+ message.jailed = reader.bool();
854
+ continue;
855
+ }
856
+ case 4: {
857
+ if (tag !== 32) {
858
+ break;
859
+ }
860
+
861
+ message.status = reader.int32() as any;
862
+ continue;
863
+ }
864
+ case 5: {
865
+ if (tag !== 42) {
866
+ break;
867
+ }
868
+
869
+ message.tokens = reader.string();
870
+ continue;
871
+ }
872
+ case 6: {
873
+ if (tag !== 50) {
874
+ break;
875
+ }
876
+
877
+ message.delegatorShares = reader.string();
878
+ continue;
879
+ }
880
+ case 7: {
881
+ if (tag !== 58) {
882
+ break;
883
+ }
884
+
885
+ message.description = Description.decode(reader, reader.uint32());
886
+ continue;
887
+ }
888
+ case 8: {
889
+ if (tag !== 64) {
890
+ break;
891
+ }
892
+
893
+ message.unbondingHeight = longToNumber(reader.int64());
894
+ continue;
895
+ }
896
+ case 9: {
897
+ if (tag !== 74) {
898
+ break;
899
+ }
900
+
901
+ message.unbondingTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
902
+ continue;
903
+ }
904
+ case 10: {
905
+ if (tag !== 82) {
906
+ break;
907
+ }
908
+
909
+ message.commission = Commission.decode(reader, reader.uint32());
910
+ continue;
911
+ }
912
+ case 11: {
913
+ if (tag !== 90) {
914
+ break;
915
+ }
916
+
917
+ message.minSelfDelegation = reader.string();
918
+ continue;
919
+ }
920
+ case 12: {
921
+ if (tag !== 96) {
922
+ break;
923
+ }
924
+
925
+ message.unbondingOnHoldRefCount = longToNumber(reader.int64());
926
+ continue;
927
+ }
928
+ case 13: {
929
+ if (tag === 104) {
930
+ message.unbondingIds.push(longToNumber(reader.uint64()));
931
+
932
+ continue;
933
+ }
934
+
935
+ if (tag === 106) {
936
+ const end2 = reader.uint32() + reader.pos;
937
+ while (reader.pos < end2) {
938
+ message.unbondingIds.push(longToNumber(reader.uint64()));
939
+ }
940
+
941
+ continue;
942
+ }
943
+
944
+ break;
945
+ }
946
+ }
947
+ if ((tag & 7) === 4 || tag === 0) {
948
+ break;
949
+ }
950
+ reader.skip(tag & 7);
951
+ }
952
+ return message;
953
+ },
954
+
955
+ fromJSON(object: any): Validator {
956
+ return {
957
+ operatorAddress: isSet(object.operatorAddress) ? globalThis.String(object.operatorAddress) : "",
958
+ consensusPubkey: isSet(object.consensusPubkey) ? Any.fromJSON(object.consensusPubkey) : undefined,
959
+ jailed: isSet(object.jailed) ? globalThis.Boolean(object.jailed) : false,
960
+ status: isSet(object.status) ? bondStatusFromJSON(object.status) : 0,
961
+ tokens: isSet(object.tokens) ? globalThis.String(object.tokens) : "",
962
+ delegatorShares: isSet(object.delegatorShares) ? globalThis.String(object.delegatorShares) : "",
963
+ description: isSet(object.description) ? Description.fromJSON(object.description) : undefined,
964
+ unbondingHeight: isSet(object.unbondingHeight) ? globalThis.Number(object.unbondingHeight) : 0,
965
+ unbondingTime: isSet(object.unbondingTime) ? fromJsonTimestamp(object.unbondingTime) : undefined,
966
+ commission: isSet(object.commission) ? Commission.fromJSON(object.commission) : undefined,
967
+ minSelfDelegation: isSet(object.minSelfDelegation) ? globalThis.String(object.minSelfDelegation) : "",
968
+ unbondingOnHoldRefCount: isSet(object.unbondingOnHoldRefCount)
969
+ ? globalThis.Number(object.unbondingOnHoldRefCount)
970
+ : 0,
971
+ unbondingIds: globalThis.Array.isArray(object?.unbondingIds)
972
+ ? object.unbondingIds.map((e: any) => globalThis.Number(e))
973
+ : [],
974
+ };
975
+ },
976
+
977
+ toJSON(message: Validator): unknown {
978
+ const obj: any = {};
979
+ if (message.operatorAddress !== "") {
980
+ obj.operatorAddress = message.operatorAddress;
981
+ }
982
+ if (message.consensusPubkey !== undefined) {
983
+ obj.consensusPubkey = Any.toJSON(message.consensusPubkey);
984
+ }
985
+ if (message.jailed !== false) {
986
+ obj.jailed = message.jailed;
987
+ }
988
+ if (message.status !== 0) {
989
+ obj.status = bondStatusToJSON(message.status);
990
+ }
991
+ if (message.tokens !== "") {
992
+ obj.tokens = message.tokens;
993
+ }
994
+ if (message.delegatorShares !== "") {
995
+ obj.delegatorShares = message.delegatorShares;
996
+ }
997
+ if (message.description !== undefined) {
998
+ obj.description = Description.toJSON(message.description);
999
+ }
1000
+ if (message.unbondingHeight !== 0) {
1001
+ obj.unbondingHeight = Math.round(message.unbondingHeight);
1002
+ }
1003
+ if (message.unbondingTime !== undefined) {
1004
+ obj.unbondingTime = message.unbondingTime.toISOString();
1005
+ }
1006
+ if (message.commission !== undefined) {
1007
+ obj.commission = Commission.toJSON(message.commission);
1008
+ }
1009
+ if (message.minSelfDelegation !== "") {
1010
+ obj.minSelfDelegation = message.minSelfDelegation;
1011
+ }
1012
+ if (message.unbondingOnHoldRefCount !== 0) {
1013
+ obj.unbondingOnHoldRefCount = Math.round(message.unbondingOnHoldRefCount);
1014
+ }
1015
+ if (message.unbondingIds?.length) {
1016
+ obj.unbondingIds = message.unbondingIds.map((e) => Math.round(e));
1017
+ }
1018
+ return obj;
1019
+ },
1020
+
1021
+ create<I extends Exact<DeepPartial<Validator>, I>>(base?: I): Validator {
1022
+ return Validator.fromPartial(base ?? ({} as any));
1023
+ },
1024
+ fromPartial<I extends Exact<DeepPartial<Validator>, I>>(object: I): Validator {
1025
+ const message = createBaseValidator();
1026
+ message.operatorAddress = object.operatorAddress ?? "";
1027
+ message.consensusPubkey = (object.consensusPubkey !== undefined && object.consensusPubkey !== null)
1028
+ ? Any.fromPartial(object.consensusPubkey)
1029
+ : undefined;
1030
+ message.jailed = object.jailed ?? false;
1031
+ message.status = object.status ?? 0;
1032
+ message.tokens = object.tokens ?? "";
1033
+ message.delegatorShares = object.delegatorShares ?? "";
1034
+ message.description = (object.description !== undefined && object.description !== null)
1035
+ ? Description.fromPartial(object.description)
1036
+ : undefined;
1037
+ message.unbondingHeight = object.unbondingHeight ?? 0;
1038
+ message.unbondingTime = object.unbondingTime ?? undefined;
1039
+ message.commission = (object.commission !== undefined && object.commission !== null)
1040
+ ? Commission.fromPartial(object.commission)
1041
+ : undefined;
1042
+ message.minSelfDelegation = object.minSelfDelegation ?? "";
1043
+ message.unbondingOnHoldRefCount = object.unbondingOnHoldRefCount ?? 0;
1044
+ message.unbondingIds = object.unbondingIds?.map((e) => e) || [];
1045
+ return message;
1046
+ },
1047
+ };
1048
+
1049
+ function createBaseValAddresses(): ValAddresses {
1050
+ return { addresses: [] };
1051
+ }
1052
+
1053
+ export const ValAddresses: MessageFns<ValAddresses> = {
1054
+ encode(message: ValAddresses, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1055
+ for (const v of message.addresses) {
1056
+ writer.uint32(10).string(v!);
1057
+ }
1058
+ return writer;
1059
+ },
1060
+
1061
+ decode(input: BinaryReader | Uint8Array, length?: number): ValAddresses {
1062
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1063
+ let end = length === undefined ? reader.len : reader.pos + length;
1064
+ const message = createBaseValAddresses();
1065
+ while (reader.pos < end) {
1066
+ const tag = reader.uint32();
1067
+ switch (tag >>> 3) {
1068
+ case 1: {
1069
+ if (tag !== 10) {
1070
+ break;
1071
+ }
1072
+
1073
+ message.addresses.push(reader.string());
1074
+ continue;
1075
+ }
1076
+ }
1077
+ if ((tag & 7) === 4 || tag === 0) {
1078
+ break;
1079
+ }
1080
+ reader.skip(tag & 7);
1081
+ }
1082
+ return message;
1083
+ },
1084
+
1085
+ fromJSON(object: any): ValAddresses {
1086
+ return {
1087
+ addresses: globalThis.Array.isArray(object?.addresses)
1088
+ ? object.addresses.map((e: any) => globalThis.String(e))
1089
+ : [],
1090
+ };
1091
+ },
1092
+
1093
+ toJSON(message: ValAddresses): unknown {
1094
+ const obj: any = {};
1095
+ if (message.addresses?.length) {
1096
+ obj.addresses = message.addresses;
1097
+ }
1098
+ return obj;
1099
+ },
1100
+
1101
+ create<I extends Exact<DeepPartial<ValAddresses>, I>>(base?: I): ValAddresses {
1102
+ return ValAddresses.fromPartial(base ?? ({} as any));
1103
+ },
1104
+ fromPartial<I extends Exact<DeepPartial<ValAddresses>, I>>(object: I): ValAddresses {
1105
+ const message = createBaseValAddresses();
1106
+ message.addresses = object.addresses?.map((e) => e) || [];
1107
+ return message;
1108
+ },
1109
+ };
1110
+
1111
+ function createBaseDVPair(): DVPair {
1112
+ return { delegatorAddress: "", validatorAddress: "" };
1113
+ }
1114
+
1115
+ export const DVPair: MessageFns<DVPair> = {
1116
+ encode(message: DVPair, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1117
+ if (message.delegatorAddress !== "") {
1118
+ writer.uint32(10).string(message.delegatorAddress);
1119
+ }
1120
+ if (message.validatorAddress !== "") {
1121
+ writer.uint32(18).string(message.validatorAddress);
1122
+ }
1123
+ return writer;
1124
+ },
1125
+
1126
+ decode(input: BinaryReader | Uint8Array, length?: number): DVPair {
1127
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1128
+ let end = length === undefined ? reader.len : reader.pos + length;
1129
+ const message = createBaseDVPair();
1130
+ while (reader.pos < end) {
1131
+ const tag = reader.uint32();
1132
+ switch (tag >>> 3) {
1133
+ case 1: {
1134
+ if (tag !== 10) {
1135
+ break;
1136
+ }
1137
+
1138
+ message.delegatorAddress = reader.string();
1139
+ continue;
1140
+ }
1141
+ case 2: {
1142
+ if (tag !== 18) {
1143
+ break;
1144
+ }
1145
+
1146
+ message.validatorAddress = reader.string();
1147
+ continue;
1148
+ }
1149
+ }
1150
+ if ((tag & 7) === 4 || tag === 0) {
1151
+ break;
1152
+ }
1153
+ reader.skip(tag & 7);
1154
+ }
1155
+ return message;
1156
+ },
1157
+
1158
+ fromJSON(object: any): DVPair {
1159
+ return {
1160
+ delegatorAddress: isSet(object.delegatorAddress) ? globalThis.String(object.delegatorAddress) : "",
1161
+ validatorAddress: isSet(object.validatorAddress) ? globalThis.String(object.validatorAddress) : "",
1162
+ };
1163
+ },
1164
+
1165
+ toJSON(message: DVPair): unknown {
1166
+ const obj: any = {};
1167
+ if (message.delegatorAddress !== "") {
1168
+ obj.delegatorAddress = message.delegatorAddress;
1169
+ }
1170
+ if (message.validatorAddress !== "") {
1171
+ obj.validatorAddress = message.validatorAddress;
1172
+ }
1173
+ return obj;
1174
+ },
1175
+
1176
+ create<I extends Exact<DeepPartial<DVPair>, I>>(base?: I): DVPair {
1177
+ return DVPair.fromPartial(base ?? ({} as any));
1178
+ },
1179
+ fromPartial<I extends Exact<DeepPartial<DVPair>, I>>(object: I): DVPair {
1180
+ const message = createBaseDVPair();
1181
+ message.delegatorAddress = object.delegatorAddress ?? "";
1182
+ message.validatorAddress = object.validatorAddress ?? "";
1183
+ return message;
1184
+ },
1185
+ };
1186
+
1187
+ function createBaseDVPairs(): DVPairs {
1188
+ return { pairs: [] };
1189
+ }
1190
+
1191
+ export const DVPairs: MessageFns<DVPairs> = {
1192
+ encode(message: DVPairs, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1193
+ for (const v of message.pairs) {
1194
+ DVPair.encode(v!, writer.uint32(10).fork()).join();
1195
+ }
1196
+ return writer;
1197
+ },
1198
+
1199
+ decode(input: BinaryReader | Uint8Array, length?: number): DVPairs {
1200
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1201
+ let end = length === undefined ? reader.len : reader.pos + length;
1202
+ const message = createBaseDVPairs();
1203
+ while (reader.pos < end) {
1204
+ const tag = reader.uint32();
1205
+ switch (tag >>> 3) {
1206
+ case 1: {
1207
+ if (tag !== 10) {
1208
+ break;
1209
+ }
1210
+
1211
+ message.pairs.push(DVPair.decode(reader, reader.uint32()));
1212
+ continue;
1213
+ }
1214
+ }
1215
+ if ((tag & 7) === 4 || tag === 0) {
1216
+ break;
1217
+ }
1218
+ reader.skip(tag & 7);
1219
+ }
1220
+ return message;
1221
+ },
1222
+
1223
+ fromJSON(object: any): DVPairs {
1224
+ return { pairs: globalThis.Array.isArray(object?.pairs) ? object.pairs.map((e: any) => DVPair.fromJSON(e)) : [] };
1225
+ },
1226
+
1227
+ toJSON(message: DVPairs): unknown {
1228
+ const obj: any = {};
1229
+ if (message.pairs?.length) {
1230
+ obj.pairs = message.pairs.map((e) => DVPair.toJSON(e));
1231
+ }
1232
+ return obj;
1233
+ },
1234
+
1235
+ create<I extends Exact<DeepPartial<DVPairs>, I>>(base?: I): DVPairs {
1236
+ return DVPairs.fromPartial(base ?? ({} as any));
1237
+ },
1238
+ fromPartial<I extends Exact<DeepPartial<DVPairs>, I>>(object: I): DVPairs {
1239
+ const message = createBaseDVPairs();
1240
+ message.pairs = object.pairs?.map((e) => DVPair.fromPartial(e)) || [];
1241
+ return message;
1242
+ },
1243
+ };
1244
+
1245
+ function createBaseDVVTriplet(): DVVTriplet {
1246
+ return { delegatorAddress: "", validatorSrcAddress: "", validatorDstAddress: "" };
1247
+ }
1248
+
1249
+ export const DVVTriplet: MessageFns<DVVTriplet> = {
1250
+ encode(message: DVVTriplet, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1251
+ if (message.delegatorAddress !== "") {
1252
+ writer.uint32(10).string(message.delegatorAddress);
1253
+ }
1254
+ if (message.validatorSrcAddress !== "") {
1255
+ writer.uint32(18).string(message.validatorSrcAddress);
1256
+ }
1257
+ if (message.validatorDstAddress !== "") {
1258
+ writer.uint32(26).string(message.validatorDstAddress);
1259
+ }
1260
+ return writer;
1261
+ },
1262
+
1263
+ decode(input: BinaryReader | Uint8Array, length?: number): DVVTriplet {
1264
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1265
+ let end = length === undefined ? reader.len : reader.pos + length;
1266
+ const message = createBaseDVVTriplet();
1267
+ while (reader.pos < end) {
1268
+ const tag = reader.uint32();
1269
+ switch (tag >>> 3) {
1270
+ case 1: {
1271
+ if (tag !== 10) {
1272
+ break;
1273
+ }
1274
+
1275
+ message.delegatorAddress = reader.string();
1276
+ continue;
1277
+ }
1278
+ case 2: {
1279
+ if (tag !== 18) {
1280
+ break;
1281
+ }
1282
+
1283
+ message.validatorSrcAddress = reader.string();
1284
+ continue;
1285
+ }
1286
+ case 3: {
1287
+ if (tag !== 26) {
1288
+ break;
1289
+ }
1290
+
1291
+ message.validatorDstAddress = reader.string();
1292
+ continue;
1293
+ }
1294
+ }
1295
+ if ((tag & 7) === 4 || tag === 0) {
1296
+ break;
1297
+ }
1298
+ reader.skip(tag & 7);
1299
+ }
1300
+ return message;
1301
+ },
1302
+
1303
+ fromJSON(object: any): DVVTriplet {
1304
+ return {
1305
+ delegatorAddress: isSet(object.delegatorAddress) ? globalThis.String(object.delegatorAddress) : "",
1306
+ validatorSrcAddress: isSet(object.validatorSrcAddress) ? globalThis.String(object.validatorSrcAddress) : "",
1307
+ validatorDstAddress: isSet(object.validatorDstAddress) ? globalThis.String(object.validatorDstAddress) : "",
1308
+ };
1309
+ },
1310
+
1311
+ toJSON(message: DVVTriplet): unknown {
1312
+ const obj: any = {};
1313
+ if (message.delegatorAddress !== "") {
1314
+ obj.delegatorAddress = message.delegatorAddress;
1315
+ }
1316
+ if (message.validatorSrcAddress !== "") {
1317
+ obj.validatorSrcAddress = message.validatorSrcAddress;
1318
+ }
1319
+ if (message.validatorDstAddress !== "") {
1320
+ obj.validatorDstAddress = message.validatorDstAddress;
1321
+ }
1322
+ return obj;
1323
+ },
1324
+
1325
+ create<I extends Exact<DeepPartial<DVVTriplet>, I>>(base?: I): DVVTriplet {
1326
+ return DVVTriplet.fromPartial(base ?? ({} as any));
1327
+ },
1328
+ fromPartial<I extends Exact<DeepPartial<DVVTriplet>, I>>(object: I): DVVTriplet {
1329
+ const message = createBaseDVVTriplet();
1330
+ message.delegatorAddress = object.delegatorAddress ?? "";
1331
+ message.validatorSrcAddress = object.validatorSrcAddress ?? "";
1332
+ message.validatorDstAddress = object.validatorDstAddress ?? "";
1333
+ return message;
1334
+ },
1335
+ };
1336
+
1337
+ function createBaseDVVTriplets(): DVVTriplets {
1338
+ return { triplets: [] };
1339
+ }
1340
+
1341
+ export const DVVTriplets: MessageFns<DVVTriplets> = {
1342
+ encode(message: DVVTriplets, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1343
+ for (const v of message.triplets) {
1344
+ DVVTriplet.encode(v!, writer.uint32(10).fork()).join();
1345
+ }
1346
+ return writer;
1347
+ },
1348
+
1349
+ decode(input: BinaryReader | Uint8Array, length?: number): DVVTriplets {
1350
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1351
+ let end = length === undefined ? reader.len : reader.pos + length;
1352
+ const message = createBaseDVVTriplets();
1353
+ while (reader.pos < end) {
1354
+ const tag = reader.uint32();
1355
+ switch (tag >>> 3) {
1356
+ case 1: {
1357
+ if (tag !== 10) {
1358
+ break;
1359
+ }
1360
+
1361
+ message.triplets.push(DVVTriplet.decode(reader, reader.uint32()));
1362
+ continue;
1363
+ }
1364
+ }
1365
+ if ((tag & 7) === 4 || tag === 0) {
1366
+ break;
1367
+ }
1368
+ reader.skip(tag & 7);
1369
+ }
1370
+ return message;
1371
+ },
1372
+
1373
+ fromJSON(object: any): DVVTriplets {
1374
+ return {
1375
+ triplets: globalThis.Array.isArray(object?.triplets)
1376
+ ? object.triplets.map((e: any) => DVVTriplet.fromJSON(e))
1377
+ : [],
1378
+ };
1379
+ },
1380
+
1381
+ toJSON(message: DVVTriplets): unknown {
1382
+ const obj: any = {};
1383
+ if (message.triplets?.length) {
1384
+ obj.triplets = message.triplets.map((e) => DVVTriplet.toJSON(e));
1385
+ }
1386
+ return obj;
1387
+ },
1388
+
1389
+ create<I extends Exact<DeepPartial<DVVTriplets>, I>>(base?: I): DVVTriplets {
1390
+ return DVVTriplets.fromPartial(base ?? ({} as any));
1391
+ },
1392
+ fromPartial<I extends Exact<DeepPartial<DVVTriplets>, I>>(object: I): DVVTriplets {
1393
+ const message = createBaseDVVTriplets();
1394
+ message.triplets = object.triplets?.map((e) => DVVTriplet.fromPartial(e)) || [];
1395
+ return message;
1396
+ },
1397
+ };
1398
+
1399
+ function createBaseDelegation(): Delegation {
1400
+ return { delegatorAddress: "", validatorAddress: "", shares: "" };
1401
+ }
1402
+
1403
+ export const Delegation: MessageFns<Delegation> = {
1404
+ encode(message: Delegation, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1405
+ if (message.delegatorAddress !== "") {
1406
+ writer.uint32(10).string(message.delegatorAddress);
1407
+ }
1408
+ if (message.validatorAddress !== "") {
1409
+ writer.uint32(18).string(message.validatorAddress);
1410
+ }
1411
+ if (message.shares !== "") {
1412
+ writer.uint32(26).string(message.shares);
1413
+ }
1414
+ return writer;
1415
+ },
1416
+
1417
+ decode(input: BinaryReader | Uint8Array, length?: number): Delegation {
1418
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1419
+ let end = length === undefined ? reader.len : reader.pos + length;
1420
+ const message = createBaseDelegation();
1421
+ while (reader.pos < end) {
1422
+ const tag = reader.uint32();
1423
+ switch (tag >>> 3) {
1424
+ case 1: {
1425
+ if (tag !== 10) {
1426
+ break;
1427
+ }
1428
+
1429
+ message.delegatorAddress = reader.string();
1430
+ continue;
1431
+ }
1432
+ case 2: {
1433
+ if (tag !== 18) {
1434
+ break;
1435
+ }
1436
+
1437
+ message.validatorAddress = reader.string();
1438
+ continue;
1439
+ }
1440
+ case 3: {
1441
+ if (tag !== 26) {
1442
+ break;
1443
+ }
1444
+
1445
+ message.shares = reader.string();
1446
+ continue;
1447
+ }
1448
+ }
1449
+ if ((tag & 7) === 4 || tag === 0) {
1450
+ break;
1451
+ }
1452
+ reader.skip(tag & 7);
1453
+ }
1454
+ return message;
1455
+ },
1456
+
1457
+ fromJSON(object: any): Delegation {
1458
+ return {
1459
+ delegatorAddress: isSet(object.delegatorAddress) ? globalThis.String(object.delegatorAddress) : "",
1460
+ validatorAddress: isSet(object.validatorAddress) ? globalThis.String(object.validatorAddress) : "",
1461
+ shares: isSet(object.shares) ? globalThis.String(object.shares) : "",
1462
+ };
1463
+ },
1464
+
1465
+ toJSON(message: Delegation): unknown {
1466
+ const obj: any = {};
1467
+ if (message.delegatorAddress !== "") {
1468
+ obj.delegatorAddress = message.delegatorAddress;
1469
+ }
1470
+ if (message.validatorAddress !== "") {
1471
+ obj.validatorAddress = message.validatorAddress;
1472
+ }
1473
+ if (message.shares !== "") {
1474
+ obj.shares = message.shares;
1475
+ }
1476
+ return obj;
1477
+ },
1478
+
1479
+ create<I extends Exact<DeepPartial<Delegation>, I>>(base?: I): Delegation {
1480
+ return Delegation.fromPartial(base ?? ({} as any));
1481
+ },
1482
+ fromPartial<I extends Exact<DeepPartial<Delegation>, I>>(object: I): Delegation {
1483
+ const message = createBaseDelegation();
1484
+ message.delegatorAddress = object.delegatorAddress ?? "";
1485
+ message.validatorAddress = object.validatorAddress ?? "";
1486
+ message.shares = object.shares ?? "";
1487
+ return message;
1488
+ },
1489
+ };
1490
+
1491
+ function createBaseUnbondingDelegation(): UnbondingDelegation {
1492
+ return { delegatorAddress: "", validatorAddress: "", entries: [] };
1493
+ }
1494
+
1495
+ export const UnbondingDelegation: MessageFns<UnbondingDelegation> = {
1496
+ encode(message: UnbondingDelegation, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1497
+ if (message.delegatorAddress !== "") {
1498
+ writer.uint32(10).string(message.delegatorAddress);
1499
+ }
1500
+ if (message.validatorAddress !== "") {
1501
+ writer.uint32(18).string(message.validatorAddress);
1502
+ }
1503
+ for (const v of message.entries) {
1504
+ UnbondingDelegationEntry.encode(v!, writer.uint32(26).fork()).join();
1505
+ }
1506
+ return writer;
1507
+ },
1508
+
1509
+ decode(input: BinaryReader | Uint8Array, length?: number): UnbondingDelegation {
1510
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1511
+ let end = length === undefined ? reader.len : reader.pos + length;
1512
+ const message = createBaseUnbondingDelegation();
1513
+ while (reader.pos < end) {
1514
+ const tag = reader.uint32();
1515
+ switch (tag >>> 3) {
1516
+ case 1: {
1517
+ if (tag !== 10) {
1518
+ break;
1519
+ }
1520
+
1521
+ message.delegatorAddress = reader.string();
1522
+ continue;
1523
+ }
1524
+ case 2: {
1525
+ if (tag !== 18) {
1526
+ break;
1527
+ }
1528
+
1529
+ message.validatorAddress = reader.string();
1530
+ continue;
1531
+ }
1532
+ case 3: {
1533
+ if (tag !== 26) {
1534
+ break;
1535
+ }
1536
+
1537
+ message.entries.push(UnbondingDelegationEntry.decode(reader, reader.uint32()));
1538
+ continue;
1539
+ }
1540
+ }
1541
+ if ((tag & 7) === 4 || tag === 0) {
1542
+ break;
1543
+ }
1544
+ reader.skip(tag & 7);
1545
+ }
1546
+ return message;
1547
+ },
1548
+
1549
+ fromJSON(object: any): UnbondingDelegation {
1550
+ return {
1551
+ delegatorAddress: isSet(object.delegatorAddress) ? globalThis.String(object.delegatorAddress) : "",
1552
+ validatorAddress: isSet(object.validatorAddress) ? globalThis.String(object.validatorAddress) : "",
1553
+ entries: globalThis.Array.isArray(object?.entries)
1554
+ ? object.entries.map((e: any) => UnbondingDelegationEntry.fromJSON(e))
1555
+ : [],
1556
+ };
1557
+ },
1558
+
1559
+ toJSON(message: UnbondingDelegation): unknown {
1560
+ const obj: any = {};
1561
+ if (message.delegatorAddress !== "") {
1562
+ obj.delegatorAddress = message.delegatorAddress;
1563
+ }
1564
+ if (message.validatorAddress !== "") {
1565
+ obj.validatorAddress = message.validatorAddress;
1566
+ }
1567
+ if (message.entries?.length) {
1568
+ obj.entries = message.entries.map((e) => UnbondingDelegationEntry.toJSON(e));
1569
+ }
1570
+ return obj;
1571
+ },
1572
+
1573
+ create<I extends Exact<DeepPartial<UnbondingDelegation>, I>>(base?: I): UnbondingDelegation {
1574
+ return UnbondingDelegation.fromPartial(base ?? ({} as any));
1575
+ },
1576
+ fromPartial<I extends Exact<DeepPartial<UnbondingDelegation>, I>>(object: I): UnbondingDelegation {
1577
+ const message = createBaseUnbondingDelegation();
1578
+ message.delegatorAddress = object.delegatorAddress ?? "";
1579
+ message.validatorAddress = object.validatorAddress ?? "";
1580
+ message.entries = object.entries?.map((e) => UnbondingDelegationEntry.fromPartial(e)) || [];
1581
+ return message;
1582
+ },
1583
+ };
1584
+
1585
+ function createBaseUnbondingDelegationEntry(): UnbondingDelegationEntry {
1586
+ return {
1587
+ creationHeight: 0,
1588
+ completionTime: undefined,
1589
+ initialBalance: "",
1590
+ balance: "",
1591
+ unbondingId: 0,
1592
+ unbondingOnHoldRefCount: 0,
1593
+ };
1594
+ }
1595
+
1596
+ export const UnbondingDelegationEntry: MessageFns<UnbondingDelegationEntry> = {
1597
+ encode(message: UnbondingDelegationEntry, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1598
+ if (message.creationHeight !== 0) {
1599
+ writer.uint32(8).int64(message.creationHeight);
1600
+ }
1601
+ if (message.completionTime !== undefined) {
1602
+ Timestamp.encode(toTimestamp(message.completionTime), writer.uint32(18).fork()).join();
1603
+ }
1604
+ if (message.initialBalance !== "") {
1605
+ writer.uint32(26).string(message.initialBalance);
1606
+ }
1607
+ if (message.balance !== "") {
1608
+ writer.uint32(34).string(message.balance);
1609
+ }
1610
+ if (message.unbondingId !== 0) {
1611
+ writer.uint32(40).uint64(message.unbondingId);
1612
+ }
1613
+ if (message.unbondingOnHoldRefCount !== 0) {
1614
+ writer.uint32(48).int64(message.unbondingOnHoldRefCount);
1615
+ }
1616
+ return writer;
1617
+ },
1618
+
1619
+ decode(input: BinaryReader | Uint8Array, length?: number): UnbondingDelegationEntry {
1620
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1621
+ let end = length === undefined ? reader.len : reader.pos + length;
1622
+ const message = createBaseUnbondingDelegationEntry();
1623
+ while (reader.pos < end) {
1624
+ const tag = reader.uint32();
1625
+ switch (tag >>> 3) {
1626
+ case 1: {
1627
+ if (tag !== 8) {
1628
+ break;
1629
+ }
1630
+
1631
+ message.creationHeight = longToNumber(reader.int64());
1632
+ continue;
1633
+ }
1634
+ case 2: {
1635
+ if (tag !== 18) {
1636
+ break;
1637
+ }
1638
+
1639
+ message.completionTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1640
+ continue;
1641
+ }
1642
+ case 3: {
1643
+ if (tag !== 26) {
1644
+ break;
1645
+ }
1646
+
1647
+ message.initialBalance = reader.string();
1648
+ continue;
1649
+ }
1650
+ case 4: {
1651
+ if (tag !== 34) {
1652
+ break;
1653
+ }
1654
+
1655
+ message.balance = reader.string();
1656
+ continue;
1657
+ }
1658
+ case 5: {
1659
+ if (tag !== 40) {
1660
+ break;
1661
+ }
1662
+
1663
+ message.unbondingId = longToNumber(reader.uint64());
1664
+ continue;
1665
+ }
1666
+ case 6: {
1667
+ if (tag !== 48) {
1668
+ break;
1669
+ }
1670
+
1671
+ message.unbondingOnHoldRefCount = longToNumber(reader.int64());
1672
+ continue;
1673
+ }
1674
+ }
1675
+ if ((tag & 7) === 4 || tag === 0) {
1676
+ break;
1677
+ }
1678
+ reader.skip(tag & 7);
1679
+ }
1680
+ return message;
1681
+ },
1682
+
1683
+ fromJSON(object: any): UnbondingDelegationEntry {
1684
+ return {
1685
+ creationHeight: isSet(object.creationHeight) ? globalThis.Number(object.creationHeight) : 0,
1686
+ completionTime: isSet(object.completionTime) ? fromJsonTimestamp(object.completionTime) : undefined,
1687
+ initialBalance: isSet(object.initialBalance) ? globalThis.String(object.initialBalance) : "",
1688
+ balance: isSet(object.balance) ? globalThis.String(object.balance) : "",
1689
+ unbondingId: isSet(object.unbondingId) ? globalThis.Number(object.unbondingId) : 0,
1690
+ unbondingOnHoldRefCount: isSet(object.unbondingOnHoldRefCount)
1691
+ ? globalThis.Number(object.unbondingOnHoldRefCount)
1692
+ : 0,
1693
+ };
1694
+ },
1695
+
1696
+ toJSON(message: UnbondingDelegationEntry): unknown {
1697
+ const obj: any = {};
1698
+ if (message.creationHeight !== 0) {
1699
+ obj.creationHeight = Math.round(message.creationHeight);
1700
+ }
1701
+ if (message.completionTime !== undefined) {
1702
+ obj.completionTime = message.completionTime.toISOString();
1703
+ }
1704
+ if (message.initialBalance !== "") {
1705
+ obj.initialBalance = message.initialBalance;
1706
+ }
1707
+ if (message.balance !== "") {
1708
+ obj.balance = message.balance;
1709
+ }
1710
+ if (message.unbondingId !== 0) {
1711
+ obj.unbondingId = Math.round(message.unbondingId);
1712
+ }
1713
+ if (message.unbondingOnHoldRefCount !== 0) {
1714
+ obj.unbondingOnHoldRefCount = Math.round(message.unbondingOnHoldRefCount);
1715
+ }
1716
+ return obj;
1717
+ },
1718
+
1719
+ create<I extends Exact<DeepPartial<UnbondingDelegationEntry>, I>>(base?: I): UnbondingDelegationEntry {
1720
+ return UnbondingDelegationEntry.fromPartial(base ?? ({} as any));
1721
+ },
1722
+ fromPartial<I extends Exact<DeepPartial<UnbondingDelegationEntry>, I>>(object: I): UnbondingDelegationEntry {
1723
+ const message = createBaseUnbondingDelegationEntry();
1724
+ message.creationHeight = object.creationHeight ?? 0;
1725
+ message.completionTime = object.completionTime ?? undefined;
1726
+ message.initialBalance = object.initialBalance ?? "";
1727
+ message.balance = object.balance ?? "";
1728
+ message.unbondingId = object.unbondingId ?? 0;
1729
+ message.unbondingOnHoldRefCount = object.unbondingOnHoldRefCount ?? 0;
1730
+ return message;
1731
+ },
1732
+ };
1733
+
1734
+ function createBaseRedelegationEntry(): RedelegationEntry {
1735
+ return {
1736
+ creationHeight: 0,
1737
+ completionTime: undefined,
1738
+ initialBalance: "",
1739
+ sharesDst: "",
1740
+ unbondingId: 0,
1741
+ unbondingOnHoldRefCount: 0,
1742
+ };
1743
+ }
1744
+
1745
+ export const RedelegationEntry: MessageFns<RedelegationEntry> = {
1746
+ encode(message: RedelegationEntry, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1747
+ if (message.creationHeight !== 0) {
1748
+ writer.uint32(8).int64(message.creationHeight);
1749
+ }
1750
+ if (message.completionTime !== undefined) {
1751
+ Timestamp.encode(toTimestamp(message.completionTime), writer.uint32(18).fork()).join();
1752
+ }
1753
+ if (message.initialBalance !== "") {
1754
+ writer.uint32(26).string(message.initialBalance);
1755
+ }
1756
+ if (message.sharesDst !== "") {
1757
+ writer.uint32(34).string(message.sharesDst);
1758
+ }
1759
+ if (message.unbondingId !== 0) {
1760
+ writer.uint32(40).uint64(message.unbondingId);
1761
+ }
1762
+ if (message.unbondingOnHoldRefCount !== 0) {
1763
+ writer.uint32(48).int64(message.unbondingOnHoldRefCount);
1764
+ }
1765
+ return writer;
1766
+ },
1767
+
1768
+ decode(input: BinaryReader | Uint8Array, length?: number): RedelegationEntry {
1769
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1770
+ let end = length === undefined ? reader.len : reader.pos + length;
1771
+ const message = createBaseRedelegationEntry();
1772
+ while (reader.pos < end) {
1773
+ const tag = reader.uint32();
1774
+ switch (tag >>> 3) {
1775
+ case 1: {
1776
+ if (tag !== 8) {
1777
+ break;
1778
+ }
1779
+
1780
+ message.creationHeight = longToNumber(reader.int64());
1781
+ continue;
1782
+ }
1783
+ case 2: {
1784
+ if (tag !== 18) {
1785
+ break;
1786
+ }
1787
+
1788
+ message.completionTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
1789
+ continue;
1790
+ }
1791
+ case 3: {
1792
+ if (tag !== 26) {
1793
+ break;
1794
+ }
1795
+
1796
+ message.initialBalance = reader.string();
1797
+ continue;
1798
+ }
1799
+ case 4: {
1800
+ if (tag !== 34) {
1801
+ break;
1802
+ }
1803
+
1804
+ message.sharesDst = reader.string();
1805
+ continue;
1806
+ }
1807
+ case 5: {
1808
+ if (tag !== 40) {
1809
+ break;
1810
+ }
1811
+
1812
+ message.unbondingId = longToNumber(reader.uint64());
1813
+ continue;
1814
+ }
1815
+ case 6: {
1816
+ if (tag !== 48) {
1817
+ break;
1818
+ }
1819
+
1820
+ message.unbondingOnHoldRefCount = longToNumber(reader.int64());
1821
+ continue;
1822
+ }
1823
+ }
1824
+ if ((tag & 7) === 4 || tag === 0) {
1825
+ break;
1826
+ }
1827
+ reader.skip(tag & 7);
1828
+ }
1829
+ return message;
1830
+ },
1831
+
1832
+ fromJSON(object: any): RedelegationEntry {
1833
+ return {
1834
+ creationHeight: isSet(object.creationHeight) ? globalThis.Number(object.creationHeight) : 0,
1835
+ completionTime: isSet(object.completionTime) ? fromJsonTimestamp(object.completionTime) : undefined,
1836
+ initialBalance: isSet(object.initialBalance) ? globalThis.String(object.initialBalance) : "",
1837
+ sharesDst: isSet(object.sharesDst) ? globalThis.String(object.sharesDst) : "",
1838
+ unbondingId: isSet(object.unbondingId) ? globalThis.Number(object.unbondingId) : 0,
1839
+ unbondingOnHoldRefCount: isSet(object.unbondingOnHoldRefCount)
1840
+ ? globalThis.Number(object.unbondingOnHoldRefCount)
1841
+ : 0,
1842
+ };
1843
+ },
1844
+
1845
+ toJSON(message: RedelegationEntry): unknown {
1846
+ const obj: any = {};
1847
+ if (message.creationHeight !== 0) {
1848
+ obj.creationHeight = Math.round(message.creationHeight);
1849
+ }
1850
+ if (message.completionTime !== undefined) {
1851
+ obj.completionTime = message.completionTime.toISOString();
1852
+ }
1853
+ if (message.initialBalance !== "") {
1854
+ obj.initialBalance = message.initialBalance;
1855
+ }
1856
+ if (message.sharesDst !== "") {
1857
+ obj.sharesDst = message.sharesDst;
1858
+ }
1859
+ if (message.unbondingId !== 0) {
1860
+ obj.unbondingId = Math.round(message.unbondingId);
1861
+ }
1862
+ if (message.unbondingOnHoldRefCount !== 0) {
1863
+ obj.unbondingOnHoldRefCount = Math.round(message.unbondingOnHoldRefCount);
1864
+ }
1865
+ return obj;
1866
+ },
1867
+
1868
+ create<I extends Exact<DeepPartial<RedelegationEntry>, I>>(base?: I): RedelegationEntry {
1869
+ return RedelegationEntry.fromPartial(base ?? ({} as any));
1870
+ },
1871
+ fromPartial<I extends Exact<DeepPartial<RedelegationEntry>, I>>(object: I): RedelegationEntry {
1872
+ const message = createBaseRedelegationEntry();
1873
+ message.creationHeight = object.creationHeight ?? 0;
1874
+ message.completionTime = object.completionTime ?? undefined;
1875
+ message.initialBalance = object.initialBalance ?? "";
1876
+ message.sharesDst = object.sharesDst ?? "";
1877
+ message.unbondingId = object.unbondingId ?? 0;
1878
+ message.unbondingOnHoldRefCount = object.unbondingOnHoldRefCount ?? 0;
1879
+ return message;
1880
+ },
1881
+ };
1882
+
1883
+ function createBaseRedelegation(): Redelegation {
1884
+ return { delegatorAddress: "", validatorSrcAddress: "", validatorDstAddress: "", entries: [] };
1885
+ }
1886
+
1887
+ export const Redelegation: MessageFns<Redelegation> = {
1888
+ encode(message: Redelegation, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
1889
+ if (message.delegatorAddress !== "") {
1890
+ writer.uint32(10).string(message.delegatorAddress);
1891
+ }
1892
+ if (message.validatorSrcAddress !== "") {
1893
+ writer.uint32(18).string(message.validatorSrcAddress);
1894
+ }
1895
+ if (message.validatorDstAddress !== "") {
1896
+ writer.uint32(26).string(message.validatorDstAddress);
1897
+ }
1898
+ for (const v of message.entries) {
1899
+ RedelegationEntry.encode(v!, writer.uint32(34).fork()).join();
1900
+ }
1901
+ return writer;
1902
+ },
1903
+
1904
+ decode(input: BinaryReader | Uint8Array, length?: number): Redelegation {
1905
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1906
+ let end = length === undefined ? reader.len : reader.pos + length;
1907
+ const message = createBaseRedelegation();
1908
+ while (reader.pos < end) {
1909
+ const tag = reader.uint32();
1910
+ switch (tag >>> 3) {
1911
+ case 1: {
1912
+ if (tag !== 10) {
1913
+ break;
1914
+ }
1915
+
1916
+ message.delegatorAddress = reader.string();
1917
+ continue;
1918
+ }
1919
+ case 2: {
1920
+ if (tag !== 18) {
1921
+ break;
1922
+ }
1923
+
1924
+ message.validatorSrcAddress = reader.string();
1925
+ continue;
1926
+ }
1927
+ case 3: {
1928
+ if (tag !== 26) {
1929
+ break;
1930
+ }
1931
+
1932
+ message.validatorDstAddress = reader.string();
1933
+ continue;
1934
+ }
1935
+ case 4: {
1936
+ if (tag !== 34) {
1937
+ break;
1938
+ }
1939
+
1940
+ message.entries.push(RedelegationEntry.decode(reader, reader.uint32()));
1941
+ continue;
1942
+ }
1943
+ }
1944
+ if ((tag & 7) === 4 || tag === 0) {
1945
+ break;
1946
+ }
1947
+ reader.skip(tag & 7);
1948
+ }
1949
+ return message;
1950
+ },
1951
+
1952
+ fromJSON(object: any): Redelegation {
1953
+ return {
1954
+ delegatorAddress: isSet(object.delegatorAddress) ? globalThis.String(object.delegatorAddress) : "",
1955
+ validatorSrcAddress: isSet(object.validatorSrcAddress) ? globalThis.String(object.validatorSrcAddress) : "",
1956
+ validatorDstAddress: isSet(object.validatorDstAddress) ? globalThis.String(object.validatorDstAddress) : "",
1957
+ entries: globalThis.Array.isArray(object?.entries)
1958
+ ? object.entries.map((e: any) => RedelegationEntry.fromJSON(e))
1959
+ : [],
1960
+ };
1961
+ },
1962
+
1963
+ toJSON(message: Redelegation): unknown {
1964
+ const obj: any = {};
1965
+ if (message.delegatorAddress !== "") {
1966
+ obj.delegatorAddress = message.delegatorAddress;
1967
+ }
1968
+ if (message.validatorSrcAddress !== "") {
1969
+ obj.validatorSrcAddress = message.validatorSrcAddress;
1970
+ }
1971
+ if (message.validatorDstAddress !== "") {
1972
+ obj.validatorDstAddress = message.validatorDstAddress;
1973
+ }
1974
+ if (message.entries?.length) {
1975
+ obj.entries = message.entries.map((e) => RedelegationEntry.toJSON(e));
1976
+ }
1977
+ return obj;
1978
+ },
1979
+
1980
+ create<I extends Exact<DeepPartial<Redelegation>, I>>(base?: I): Redelegation {
1981
+ return Redelegation.fromPartial(base ?? ({} as any));
1982
+ },
1983
+ fromPartial<I extends Exact<DeepPartial<Redelegation>, I>>(object: I): Redelegation {
1984
+ const message = createBaseRedelegation();
1985
+ message.delegatorAddress = object.delegatorAddress ?? "";
1986
+ message.validatorSrcAddress = object.validatorSrcAddress ?? "";
1987
+ message.validatorDstAddress = object.validatorDstAddress ?? "";
1988
+ message.entries = object.entries?.map((e) => RedelegationEntry.fromPartial(e)) || [];
1989
+ return message;
1990
+ },
1991
+ };
1992
+
1993
+ function createBaseParams(): Params {
1994
+ return {
1995
+ unbondingTime: undefined,
1996
+ maxValidators: 0,
1997
+ maxEntries: 0,
1998
+ historicalEntries: 0,
1999
+ bondDenom: "",
2000
+ minCommissionRate: "",
2001
+ };
2002
+ }
2003
+
2004
+ export const Params: MessageFns<Params> = {
2005
+ encode(message: Params, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2006
+ if (message.unbondingTime !== undefined) {
2007
+ Duration.encode(message.unbondingTime, writer.uint32(10).fork()).join();
2008
+ }
2009
+ if (message.maxValidators !== 0) {
2010
+ writer.uint32(16).uint32(message.maxValidators);
2011
+ }
2012
+ if (message.maxEntries !== 0) {
2013
+ writer.uint32(24).uint32(message.maxEntries);
2014
+ }
2015
+ if (message.historicalEntries !== 0) {
2016
+ writer.uint32(32).uint32(message.historicalEntries);
2017
+ }
2018
+ if (message.bondDenom !== "") {
2019
+ writer.uint32(42).string(message.bondDenom);
2020
+ }
2021
+ if (message.minCommissionRate !== "") {
2022
+ writer.uint32(50).string(message.minCommissionRate);
2023
+ }
2024
+ return writer;
2025
+ },
2026
+
2027
+ decode(input: BinaryReader | Uint8Array, length?: number): Params {
2028
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2029
+ let end = length === undefined ? reader.len : reader.pos + length;
2030
+ const message = createBaseParams();
2031
+ while (reader.pos < end) {
2032
+ const tag = reader.uint32();
2033
+ switch (tag >>> 3) {
2034
+ case 1: {
2035
+ if (tag !== 10) {
2036
+ break;
2037
+ }
2038
+
2039
+ message.unbondingTime = Duration.decode(reader, reader.uint32());
2040
+ continue;
2041
+ }
2042
+ case 2: {
2043
+ if (tag !== 16) {
2044
+ break;
2045
+ }
2046
+
2047
+ message.maxValidators = reader.uint32();
2048
+ continue;
2049
+ }
2050
+ case 3: {
2051
+ if (tag !== 24) {
2052
+ break;
2053
+ }
2054
+
2055
+ message.maxEntries = reader.uint32();
2056
+ continue;
2057
+ }
2058
+ case 4: {
2059
+ if (tag !== 32) {
2060
+ break;
2061
+ }
2062
+
2063
+ message.historicalEntries = reader.uint32();
2064
+ continue;
2065
+ }
2066
+ case 5: {
2067
+ if (tag !== 42) {
2068
+ break;
2069
+ }
2070
+
2071
+ message.bondDenom = reader.string();
2072
+ continue;
2073
+ }
2074
+ case 6: {
2075
+ if (tag !== 50) {
2076
+ break;
2077
+ }
2078
+
2079
+ message.minCommissionRate = reader.string();
2080
+ continue;
2081
+ }
2082
+ }
2083
+ if ((tag & 7) === 4 || tag === 0) {
2084
+ break;
2085
+ }
2086
+ reader.skip(tag & 7);
2087
+ }
2088
+ return message;
2089
+ },
2090
+
2091
+ fromJSON(object: any): Params {
2092
+ return {
2093
+ unbondingTime: isSet(object.unbondingTime) ? Duration.fromJSON(object.unbondingTime) : undefined,
2094
+ maxValidators: isSet(object.maxValidators) ? globalThis.Number(object.maxValidators) : 0,
2095
+ maxEntries: isSet(object.maxEntries) ? globalThis.Number(object.maxEntries) : 0,
2096
+ historicalEntries: isSet(object.historicalEntries) ? globalThis.Number(object.historicalEntries) : 0,
2097
+ bondDenom: isSet(object.bondDenom) ? globalThis.String(object.bondDenom) : "",
2098
+ minCommissionRate: isSet(object.minCommissionRate) ? globalThis.String(object.minCommissionRate) : "",
2099
+ };
2100
+ },
2101
+
2102
+ toJSON(message: Params): unknown {
2103
+ const obj: any = {};
2104
+ if (message.unbondingTime !== undefined) {
2105
+ obj.unbondingTime = Duration.toJSON(message.unbondingTime);
2106
+ }
2107
+ if (message.maxValidators !== 0) {
2108
+ obj.maxValidators = Math.round(message.maxValidators);
2109
+ }
2110
+ if (message.maxEntries !== 0) {
2111
+ obj.maxEntries = Math.round(message.maxEntries);
2112
+ }
2113
+ if (message.historicalEntries !== 0) {
2114
+ obj.historicalEntries = Math.round(message.historicalEntries);
2115
+ }
2116
+ if (message.bondDenom !== "") {
2117
+ obj.bondDenom = message.bondDenom;
2118
+ }
2119
+ if (message.minCommissionRate !== "") {
2120
+ obj.minCommissionRate = message.minCommissionRate;
2121
+ }
2122
+ return obj;
2123
+ },
2124
+
2125
+ create<I extends Exact<DeepPartial<Params>, I>>(base?: I): Params {
2126
+ return Params.fromPartial(base ?? ({} as any));
2127
+ },
2128
+ fromPartial<I extends Exact<DeepPartial<Params>, I>>(object: I): Params {
2129
+ const message = createBaseParams();
2130
+ message.unbondingTime = (object.unbondingTime !== undefined && object.unbondingTime !== null)
2131
+ ? Duration.fromPartial(object.unbondingTime)
2132
+ : undefined;
2133
+ message.maxValidators = object.maxValidators ?? 0;
2134
+ message.maxEntries = object.maxEntries ?? 0;
2135
+ message.historicalEntries = object.historicalEntries ?? 0;
2136
+ message.bondDenom = object.bondDenom ?? "";
2137
+ message.minCommissionRate = object.minCommissionRate ?? "";
2138
+ return message;
2139
+ },
2140
+ };
2141
+
2142
+ function createBaseDelegationResponse(): DelegationResponse {
2143
+ return { delegation: undefined, balance: undefined };
2144
+ }
2145
+
2146
+ export const DelegationResponse: MessageFns<DelegationResponse> = {
2147
+ encode(message: DelegationResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2148
+ if (message.delegation !== undefined) {
2149
+ Delegation.encode(message.delegation, writer.uint32(10).fork()).join();
2150
+ }
2151
+ if (message.balance !== undefined) {
2152
+ Coin.encode(message.balance, writer.uint32(18).fork()).join();
2153
+ }
2154
+ return writer;
2155
+ },
2156
+
2157
+ decode(input: BinaryReader | Uint8Array, length?: number): DelegationResponse {
2158
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2159
+ let end = length === undefined ? reader.len : reader.pos + length;
2160
+ const message = createBaseDelegationResponse();
2161
+ while (reader.pos < end) {
2162
+ const tag = reader.uint32();
2163
+ switch (tag >>> 3) {
2164
+ case 1: {
2165
+ if (tag !== 10) {
2166
+ break;
2167
+ }
2168
+
2169
+ message.delegation = Delegation.decode(reader, reader.uint32());
2170
+ continue;
2171
+ }
2172
+ case 2: {
2173
+ if (tag !== 18) {
2174
+ break;
2175
+ }
2176
+
2177
+ message.balance = Coin.decode(reader, reader.uint32());
2178
+ continue;
2179
+ }
2180
+ }
2181
+ if ((tag & 7) === 4 || tag === 0) {
2182
+ break;
2183
+ }
2184
+ reader.skip(tag & 7);
2185
+ }
2186
+ return message;
2187
+ },
2188
+
2189
+ fromJSON(object: any): DelegationResponse {
2190
+ return {
2191
+ delegation: isSet(object.delegation) ? Delegation.fromJSON(object.delegation) : undefined,
2192
+ balance: isSet(object.balance) ? Coin.fromJSON(object.balance) : undefined,
2193
+ };
2194
+ },
2195
+
2196
+ toJSON(message: DelegationResponse): unknown {
2197
+ const obj: any = {};
2198
+ if (message.delegation !== undefined) {
2199
+ obj.delegation = Delegation.toJSON(message.delegation);
2200
+ }
2201
+ if (message.balance !== undefined) {
2202
+ obj.balance = Coin.toJSON(message.balance);
2203
+ }
2204
+ return obj;
2205
+ },
2206
+
2207
+ create<I extends Exact<DeepPartial<DelegationResponse>, I>>(base?: I): DelegationResponse {
2208
+ return DelegationResponse.fromPartial(base ?? ({} as any));
2209
+ },
2210
+ fromPartial<I extends Exact<DeepPartial<DelegationResponse>, I>>(object: I): DelegationResponse {
2211
+ const message = createBaseDelegationResponse();
2212
+ message.delegation = (object.delegation !== undefined && object.delegation !== null)
2213
+ ? Delegation.fromPartial(object.delegation)
2214
+ : undefined;
2215
+ message.balance = (object.balance !== undefined && object.balance !== null)
2216
+ ? Coin.fromPartial(object.balance)
2217
+ : undefined;
2218
+ return message;
2219
+ },
2220
+ };
2221
+
2222
+ function createBaseRedelegationEntryResponse(): RedelegationEntryResponse {
2223
+ return { redelegationEntry: undefined, balance: "" };
2224
+ }
2225
+
2226
+ export const RedelegationEntryResponse: MessageFns<RedelegationEntryResponse> = {
2227
+ encode(message: RedelegationEntryResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2228
+ if (message.redelegationEntry !== undefined) {
2229
+ RedelegationEntry.encode(message.redelegationEntry, writer.uint32(10).fork()).join();
2230
+ }
2231
+ if (message.balance !== "") {
2232
+ writer.uint32(34).string(message.balance);
2233
+ }
2234
+ return writer;
2235
+ },
2236
+
2237
+ decode(input: BinaryReader | Uint8Array, length?: number): RedelegationEntryResponse {
2238
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2239
+ let end = length === undefined ? reader.len : reader.pos + length;
2240
+ const message = createBaseRedelegationEntryResponse();
2241
+ while (reader.pos < end) {
2242
+ const tag = reader.uint32();
2243
+ switch (tag >>> 3) {
2244
+ case 1: {
2245
+ if (tag !== 10) {
2246
+ break;
2247
+ }
2248
+
2249
+ message.redelegationEntry = RedelegationEntry.decode(reader, reader.uint32());
2250
+ continue;
2251
+ }
2252
+ case 4: {
2253
+ if (tag !== 34) {
2254
+ break;
2255
+ }
2256
+
2257
+ message.balance = reader.string();
2258
+ continue;
2259
+ }
2260
+ }
2261
+ if ((tag & 7) === 4 || tag === 0) {
2262
+ break;
2263
+ }
2264
+ reader.skip(tag & 7);
2265
+ }
2266
+ return message;
2267
+ },
2268
+
2269
+ fromJSON(object: any): RedelegationEntryResponse {
2270
+ return {
2271
+ redelegationEntry: isSet(object.redelegationEntry)
2272
+ ? RedelegationEntry.fromJSON(object.redelegationEntry)
2273
+ : undefined,
2274
+ balance: isSet(object.balance) ? globalThis.String(object.balance) : "",
2275
+ };
2276
+ },
2277
+
2278
+ toJSON(message: RedelegationEntryResponse): unknown {
2279
+ const obj: any = {};
2280
+ if (message.redelegationEntry !== undefined) {
2281
+ obj.redelegationEntry = RedelegationEntry.toJSON(message.redelegationEntry);
2282
+ }
2283
+ if (message.balance !== "") {
2284
+ obj.balance = message.balance;
2285
+ }
2286
+ return obj;
2287
+ },
2288
+
2289
+ create<I extends Exact<DeepPartial<RedelegationEntryResponse>, I>>(base?: I): RedelegationEntryResponse {
2290
+ return RedelegationEntryResponse.fromPartial(base ?? ({} as any));
2291
+ },
2292
+ fromPartial<I extends Exact<DeepPartial<RedelegationEntryResponse>, I>>(object: I): RedelegationEntryResponse {
2293
+ const message = createBaseRedelegationEntryResponse();
2294
+ message.redelegationEntry = (object.redelegationEntry !== undefined && object.redelegationEntry !== null)
2295
+ ? RedelegationEntry.fromPartial(object.redelegationEntry)
2296
+ : undefined;
2297
+ message.balance = object.balance ?? "";
2298
+ return message;
2299
+ },
2300
+ };
2301
+
2302
+ function createBaseRedelegationResponse(): RedelegationResponse {
2303
+ return { redelegation: undefined, entries: [] };
2304
+ }
2305
+
2306
+ export const RedelegationResponse: MessageFns<RedelegationResponse> = {
2307
+ encode(message: RedelegationResponse, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2308
+ if (message.redelegation !== undefined) {
2309
+ Redelegation.encode(message.redelegation, writer.uint32(10).fork()).join();
2310
+ }
2311
+ for (const v of message.entries) {
2312
+ RedelegationEntryResponse.encode(v!, writer.uint32(18).fork()).join();
2313
+ }
2314
+ return writer;
2315
+ },
2316
+
2317
+ decode(input: BinaryReader | Uint8Array, length?: number): RedelegationResponse {
2318
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2319
+ let end = length === undefined ? reader.len : reader.pos + length;
2320
+ const message = createBaseRedelegationResponse();
2321
+ while (reader.pos < end) {
2322
+ const tag = reader.uint32();
2323
+ switch (tag >>> 3) {
2324
+ case 1: {
2325
+ if (tag !== 10) {
2326
+ break;
2327
+ }
2328
+
2329
+ message.redelegation = Redelegation.decode(reader, reader.uint32());
2330
+ continue;
2331
+ }
2332
+ case 2: {
2333
+ if (tag !== 18) {
2334
+ break;
2335
+ }
2336
+
2337
+ message.entries.push(RedelegationEntryResponse.decode(reader, reader.uint32()));
2338
+ continue;
2339
+ }
2340
+ }
2341
+ if ((tag & 7) === 4 || tag === 0) {
2342
+ break;
2343
+ }
2344
+ reader.skip(tag & 7);
2345
+ }
2346
+ return message;
2347
+ },
2348
+
2349
+ fromJSON(object: any): RedelegationResponse {
2350
+ return {
2351
+ redelegation: isSet(object.redelegation) ? Redelegation.fromJSON(object.redelegation) : undefined,
2352
+ entries: globalThis.Array.isArray(object?.entries)
2353
+ ? object.entries.map((e: any) => RedelegationEntryResponse.fromJSON(e))
2354
+ : [],
2355
+ };
2356
+ },
2357
+
2358
+ toJSON(message: RedelegationResponse): unknown {
2359
+ const obj: any = {};
2360
+ if (message.redelegation !== undefined) {
2361
+ obj.redelegation = Redelegation.toJSON(message.redelegation);
2362
+ }
2363
+ if (message.entries?.length) {
2364
+ obj.entries = message.entries.map((e) => RedelegationEntryResponse.toJSON(e));
2365
+ }
2366
+ return obj;
2367
+ },
2368
+
2369
+ create<I extends Exact<DeepPartial<RedelegationResponse>, I>>(base?: I): RedelegationResponse {
2370
+ return RedelegationResponse.fromPartial(base ?? ({} as any));
2371
+ },
2372
+ fromPartial<I extends Exact<DeepPartial<RedelegationResponse>, I>>(object: I): RedelegationResponse {
2373
+ const message = createBaseRedelegationResponse();
2374
+ message.redelegation = (object.redelegation !== undefined && object.redelegation !== null)
2375
+ ? Redelegation.fromPartial(object.redelegation)
2376
+ : undefined;
2377
+ message.entries = object.entries?.map((e) => RedelegationEntryResponse.fromPartial(e)) || [];
2378
+ return message;
2379
+ },
2380
+ };
2381
+
2382
+ function createBasePool(): Pool {
2383
+ return { notBondedTokens: "", bondedTokens: "" };
2384
+ }
2385
+
2386
+ export const Pool: MessageFns<Pool> = {
2387
+ encode(message: Pool, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2388
+ if (message.notBondedTokens !== "") {
2389
+ writer.uint32(10).string(message.notBondedTokens);
2390
+ }
2391
+ if (message.bondedTokens !== "") {
2392
+ writer.uint32(18).string(message.bondedTokens);
2393
+ }
2394
+ return writer;
2395
+ },
2396
+
2397
+ decode(input: BinaryReader | Uint8Array, length?: number): Pool {
2398
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2399
+ let end = length === undefined ? reader.len : reader.pos + length;
2400
+ const message = createBasePool();
2401
+ while (reader.pos < end) {
2402
+ const tag = reader.uint32();
2403
+ switch (tag >>> 3) {
2404
+ case 1: {
2405
+ if (tag !== 10) {
2406
+ break;
2407
+ }
2408
+
2409
+ message.notBondedTokens = reader.string();
2410
+ continue;
2411
+ }
2412
+ case 2: {
2413
+ if (tag !== 18) {
2414
+ break;
2415
+ }
2416
+
2417
+ message.bondedTokens = reader.string();
2418
+ continue;
2419
+ }
2420
+ }
2421
+ if ((tag & 7) === 4 || tag === 0) {
2422
+ break;
2423
+ }
2424
+ reader.skip(tag & 7);
2425
+ }
2426
+ return message;
2427
+ },
2428
+
2429
+ fromJSON(object: any): Pool {
2430
+ return {
2431
+ notBondedTokens: isSet(object.notBondedTokens) ? globalThis.String(object.notBondedTokens) : "",
2432
+ bondedTokens: isSet(object.bondedTokens) ? globalThis.String(object.bondedTokens) : "",
2433
+ };
2434
+ },
2435
+
2436
+ toJSON(message: Pool): unknown {
2437
+ const obj: any = {};
2438
+ if (message.notBondedTokens !== "") {
2439
+ obj.notBondedTokens = message.notBondedTokens;
2440
+ }
2441
+ if (message.bondedTokens !== "") {
2442
+ obj.bondedTokens = message.bondedTokens;
2443
+ }
2444
+ return obj;
2445
+ },
2446
+
2447
+ create<I extends Exact<DeepPartial<Pool>, I>>(base?: I): Pool {
2448
+ return Pool.fromPartial(base ?? ({} as any));
2449
+ },
2450
+ fromPartial<I extends Exact<DeepPartial<Pool>, I>>(object: I): Pool {
2451
+ const message = createBasePool();
2452
+ message.notBondedTokens = object.notBondedTokens ?? "";
2453
+ message.bondedTokens = object.bondedTokens ?? "";
2454
+ return message;
2455
+ },
2456
+ };
2457
+
2458
+ function createBaseValidatorUpdates(): ValidatorUpdates {
2459
+ return { updates: [] };
2460
+ }
2461
+
2462
+ export const ValidatorUpdates: MessageFns<ValidatorUpdates> = {
2463
+ encode(message: ValidatorUpdates, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {
2464
+ for (const v of message.updates) {
2465
+ ValidatorUpdate.encode(v!, writer.uint32(10).fork()).join();
2466
+ }
2467
+ return writer;
2468
+ },
2469
+
2470
+ decode(input: BinaryReader | Uint8Array, length?: number): ValidatorUpdates {
2471
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
2472
+ let end = length === undefined ? reader.len : reader.pos + length;
2473
+ const message = createBaseValidatorUpdates();
2474
+ while (reader.pos < end) {
2475
+ const tag = reader.uint32();
2476
+ switch (tag >>> 3) {
2477
+ case 1: {
2478
+ if (tag !== 10) {
2479
+ break;
2480
+ }
2481
+
2482
+ message.updates.push(ValidatorUpdate.decode(reader, reader.uint32()));
2483
+ continue;
2484
+ }
2485
+ }
2486
+ if ((tag & 7) === 4 || tag === 0) {
2487
+ break;
2488
+ }
2489
+ reader.skip(tag & 7);
2490
+ }
2491
+ return message;
2492
+ },
2493
+
2494
+ fromJSON(object: any): ValidatorUpdates {
2495
+ return {
2496
+ updates: globalThis.Array.isArray(object?.updates)
2497
+ ? object.updates.map((e: any) => ValidatorUpdate.fromJSON(e))
2498
+ : [],
2499
+ };
2500
+ },
2501
+
2502
+ toJSON(message: ValidatorUpdates): unknown {
2503
+ const obj: any = {};
2504
+ if (message.updates?.length) {
2505
+ obj.updates = message.updates.map((e) => ValidatorUpdate.toJSON(e));
2506
+ }
2507
+ return obj;
2508
+ },
2509
+
2510
+ create<I extends Exact<DeepPartial<ValidatorUpdates>, I>>(base?: I): ValidatorUpdates {
2511
+ return ValidatorUpdates.fromPartial(base ?? ({} as any));
2512
+ },
2513
+ fromPartial<I extends Exact<DeepPartial<ValidatorUpdates>, I>>(object: I): ValidatorUpdates {
2514
+ const message = createBaseValidatorUpdates();
2515
+ message.updates = object.updates?.map((e) => ValidatorUpdate.fromPartial(e)) || [];
2516
+ return message;
2517
+ },
2518
+ };
2519
+
2520
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
2521
+
2522
+ export type DeepPartial<T> = T extends Builtin ? T
2523
+ : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>>
2524
+ : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>
2525
+ : T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }
2526
+ : Partial<T>;
2527
+
2528
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
2529
+ export type Exact<P, I extends P> = P extends Builtin ? P
2530
+ : P & { [K in keyof P]: Exact<P[K], I[K]> } & { [K in Exclude<keyof I, KeysOfUnion<P>>]: never };
2531
+
2532
+ function toTimestamp(date: Date): Timestamp {
2533
+ const seconds = Math.trunc(date.getTime() / 1_000);
2534
+ const nanos = (date.getTime() % 1_000) * 1_000_000;
2535
+ return { seconds, nanos };
2536
+ }
2537
+
2538
+ function fromTimestamp(t: Timestamp): Date {
2539
+ let millis = (t.seconds || 0) * 1_000;
2540
+ millis += (t.nanos || 0) / 1_000_000;
2541
+ return new globalThis.Date(millis);
2542
+ }
2543
+
2544
+ function fromJsonTimestamp(o: any): Date {
2545
+ if (o instanceof globalThis.Date) {
2546
+ return o;
2547
+ } else if (typeof o === "string") {
2548
+ return new globalThis.Date(o);
2549
+ } else {
2550
+ return fromTimestamp(Timestamp.fromJSON(o));
2551
+ }
2552
+ }
2553
+
2554
+ function longToNumber(int64: { toString(): string }): number {
2555
+ const num = globalThis.Number(int64.toString());
2556
+ if (num > globalThis.Number.MAX_SAFE_INTEGER) {
2557
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
2558
+ }
2559
+ if (num < globalThis.Number.MIN_SAFE_INTEGER) {
2560
+ throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
2561
+ }
2562
+ return num;
2563
+ }
2564
+
2565
+ function isSet(value: any): boolean {
2566
+ return value !== null && value !== undefined;
2567
+ }
2568
+
2569
+ export interface MessageFns<T> {
2570
+ encode(message: T, writer?: BinaryWriter): BinaryWriter;
2571
+ decode(input: BinaryReader | Uint8Array, length?: number): T;
2572
+ fromJSON(object: any): T;
2573
+ toJSON(message: T): unknown;
2574
+ create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
2575
+ fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
2576
+ }