@iconlake/client 0.0.3 → 0.1.0

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 (848) hide show
  1. package/client.ts +13 -12
  2. package/cosmos.auth.v1beta1/index.ts +0 -0
  3. package/cosmos.auth.v1beta1/module.ts +2 -0
  4. package/cosmos.auth.v1beta1/registry.ts +0 -0
  5. package/cosmos.auth.v1beta1/rest.ts +113 -3
  6. package/cosmos.auth.v1beta1/types/amino/amino.ts +2 -0
  7. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.ts +104 -0
  8. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.ts +1 -1
  9. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.ts +157 -4
  10. package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.ts +172 -0
  11. package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.ts +2 -0
  12. package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.ts +2 -0
  13. package/cosmos.auth.v1beta1/types.ts +2 -0
  14. package/cosmos.authz.v1beta1/index.ts +0 -0
  15. package/cosmos.authz.v1beta1/module.ts +24 -24
  16. package/cosmos.authz.v1beta1/registry.ts +2 -2
  17. package/cosmos.authz.v1beta1/types/amino/amino.ts +2 -0
  18. package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.ts +1 -1
  19. package/cosmos.authz.v1beta1/types.ts +0 -0
  20. package/cosmos.bank.v1beta1/index.ts +0 -0
  21. package/cosmos.bank.v1beta1/module.ts +0 -0
  22. package/cosmos.bank.v1beta1/registry.ts +0 -0
  23. package/cosmos.bank.v1beta1/rest.ts +99 -6
  24. package/cosmos.bank.v1beta1/types/amino/amino.ts +2 -0
  25. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.ts +24 -2
  26. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.ts +9 -0
  27. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.ts +25 -4
  28. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.ts +356 -5
  29. package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.ts +305 -1
  30. package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.ts +2 -0
  31. package/cosmos.bank.v1beta1/types.ts +0 -0
  32. package/cosmos.base.node.v1beta1/index.ts +0 -0
  33. package/cosmos.base.node.v1beta1/module.ts +0 -0
  34. package/cosmos.base.node.v1beta1/registry.ts +0 -0
  35. package/cosmos.base.node.v1beta1/types.ts +0 -0
  36. package/cosmos.base.tendermint.v1beta1/index.ts +0 -0
  37. package/cosmos.base.tendermint.v1beta1/module.ts +0 -0
  38. package/cosmos.base.tendermint.v1beta1/registry.ts +0 -0
  39. package/cosmos.base.tendermint.v1beta1/rest.ts +21 -30
  40. package/cosmos.base.tendermint.v1beta1/types/amino/amino.ts +2 -0
  41. package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.ts +16 -46
  42. package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.ts +1 -1
  43. package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.ts +1 -1
  44. package/cosmos.base.tendermint.v1beta1/types.ts +0 -0
  45. package/cosmos.consensus.v1/index.ts +6 -0
  46. package/cosmos.consensus.v1/module.ts +129 -0
  47. package/cosmos.consensus.v1/registry.ts +9 -0
  48. package/cosmos.consensus.v1/rest.ts +268 -0
  49. package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.ts +147 -0
  50. package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.ts +196 -0
  51. package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.ts +2 -0
  52. package/cosmos.consensus.v1/types/cosmos_proto/cosmos.ts +247 -0
  53. package/cosmos.consensus.v1/types/gogoproto/gogo.ts +2 -0
  54. package/cosmos.consensus.v1/types/google/api/annotations.ts +2 -0
  55. package/cosmos.consensus.v1/types/google/api/http.ts +589 -0
  56. package/cosmos.consensus.v1/types/google/protobuf/descriptor.ts +3753 -0
  57. package/cosmos.consensus.v1/types/google/protobuf/duration.ts +187 -0
  58. package/cosmos.consensus.v1/types/tendermint/types/params.ts +498 -0
  59. package/cosmos.consensus.v1/types.ts +5 -0
  60. package/cosmos.crisis.v1beta1/index.ts +0 -0
  61. package/cosmos.crisis.v1beta1/module.ts +34 -1
  62. package/cosmos.crisis.v1beta1/registry.ts +2 -0
  63. package/cosmos.crisis.v1beta1/rest.ts +19 -0
  64. package/cosmos.crisis.v1beta1/types/amino/amino.ts +2 -0
  65. package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.ts +140 -1
  66. package/cosmos.crisis.v1beta1/types.ts +0 -0
  67. package/cosmos.distribution.v1beta1/index.ts +0 -0
  68. package/cosmos.distribution.v1beta1/module.ts +79 -13
  69. package/cosmos.distribution.v1beta1/registry.ts +6 -2
  70. package/cosmos.distribution.v1beta1/rest.ts +66 -7
  71. package/cosmos.distribution.v1beta1/types/amino/amino.ts +2 -0
  72. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.ts +19 -0
  73. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.ts +4 -4
  74. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.ts +158 -1
  75. package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.ts +300 -3
  76. package/cosmos.distribution.v1beta1/types.ts +0 -0
  77. package/cosmos.evidence.v1beta1/index.ts +0 -0
  78. package/cosmos.evidence.v1beta1/module.ts +0 -0
  79. package/cosmos.evidence.v1beta1/registry.ts +0 -0
  80. package/cosmos.evidence.v1beta1/rest.ts +4 -3
  81. package/cosmos.evidence.v1beta1/types/amino/amino.ts +2 -0
  82. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.ts +7 -1
  83. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.ts +25 -3
  84. package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.ts +2 -0
  85. package/cosmos.evidence.v1beta1/types.ts +0 -0
  86. package/cosmos.feegrant.v1beta1/index.ts +0 -0
  87. package/cosmos.feegrant.v1beta1/module.ts +24 -24
  88. package/cosmos.feegrant.v1beta1/registry.ts +2 -2
  89. package/cosmos.feegrant.v1beta1/types/amino/amino.ts +2 -0
  90. package/cosmos.feegrant.v1beta1/types.ts +0 -0
  91. package/cosmos.gov.v1/index.ts +0 -0
  92. package/cosmos.gov.v1/module.ts +67 -32
  93. package/cosmos.gov.v1/registry.ts +4 -2
  94. package/cosmos.gov.v1/rest.ts +155 -41
  95. package/cosmos.gov.v1/types/amino/amino.ts +2 -0
  96. package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.ts +40 -5
  97. package/cosmos.gov.v1/types/cosmos/gov/v1/gov.ts +277 -6
  98. package/cosmos.gov.v1/types/cosmos/gov/v1/query.ts +45 -7
  99. package/cosmos.gov.v1/types/cosmos/gov/v1/tx.ts +186 -3
  100. package/cosmos.gov.v1/types.ts +2 -0
  101. package/cosmos.gov.v1beta1/index.ts +0 -0
  102. package/cosmos.gov.v1beta1/module.ts +29 -29
  103. package/cosmos.gov.v1beta1/registry.ts +2 -2
  104. package/cosmos.gov.v1beta1/rest.ts +65 -96
  105. package/cosmos.gov.v1beta1/types/amino/amino.ts +2 -0
  106. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.ts +3 -3
  107. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.ts +45 -10
  108. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.ts +4 -2
  109. package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.ts +16 -1
  110. package/cosmos.gov.v1beta1/types.ts +0 -0
  111. package/cosmos.group.v1/index.ts +0 -0
  112. package/cosmos.group.v1/module.ts +160 -158
  113. package/cosmos.group.v1/registry.ts +14 -14
  114. package/cosmos.group.v1/rest.ts +68 -9
  115. package/cosmos.group.v1/types/amino/amino.ts +2 -0
  116. package/cosmos.group.v1/types/cosmos/group/v1/events.ts +89 -1
  117. package/cosmos.group.v1/types/cosmos/group/v1/query.ts +155 -5
  118. package/cosmos.group.v1/types/cosmos/group/v1/tx.ts +79 -49
  119. package/cosmos.group.v1/types/cosmos/group/v1/types.ts +46 -6
  120. package/cosmos.group.v1/types.ts +2 -0
  121. package/cosmos.mint.v1beta1/index.ts +0 -0
  122. package/cosmos.mint.v1beta1/module.ts +0 -0
  123. package/cosmos.mint.v1beta1/registry.ts +0 -0
  124. package/cosmos.mint.v1beta1/rest.ts +9 -1
  125. package/cosmos.mint.v1beta1/types/amino/amino.ts +2 -0
  126. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.ts +1 -1
  127. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.ts +1 -1
  128. package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.ts +172 -0
  129. package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.ts +2 -0
  130. package/cosmos.mint.v1beta1/types.ts +0 -0
  131. package/cosmos.nft.v1beta1/index.ts +0 -0
  132. package/cosmos.nft.v1beta1/module.ts +0 -0
  133. package/cosmos.nft.v1beta1/registry.ts +0 -0
  134. package/cosmos.nft.v1beta1/rest.ts +18 -22
  135. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.ts +10 -0
  136. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.ts +1 -0
  137. package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.ts +20 -0
  138. package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.ts +247 -0
  139. package/cosmos.nft.v1beta1/types.ts +0 -0
  140. package/cosmos.params.v1beta1/index.ts +0 -0
  141. package/cosmos.params.v1beta1/module.ts +0 -0
  142. package/cosmos.params.v1beta1/registry.ts +0 -0
  143. package/cosmos.params.v1beta1/types/amino/amino.ts +2 -0
  144. package/cosmos.params.v1beta1/types.ts +0 -0
  145. package/cosmos.slashing.v1beta1/index.ts +0 -0
  146. package/cosmos.slashing.v1beta1/module.ts +0 -0
  147. package/cosmos.slashing.v1beta1/registry.ts +0 -0
  148. package/cosmos.slashing.v1beta1/rest.ts +8 -0
  149. package/cosmos.slashing.v1beta1/types/amino/amino.ts +2 -0
  150. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.ts +1 -1
  151. package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.ts +139 -0
  152. package/cosmos.slashing.v1beta1/types.ts +0 -0
  153. package/cosmos.staking.v1beta1/index.ts +0 -0
  154. package/cosmos.staking.v1beta1/module.ts +66 -64
  155. package/cosmos.staking.v1beta1/registry.ts +6 -6
  156. package/cosmos.staking.v1beta1/rest.ts +51 -10
  157. package/cosmos.staking.v1beta1/types/amino/amino.ts +2 -0
  158. package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.ts +2 -0
  159. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.ts +1 -1
  160. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.ts +36 -5
  161. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.ts +206 -3
  162. package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.ts +138 -1
  163. package/cosmos.staking.v1beta1/types/tendermint/abci/types.ts +4525 -0
  164. package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.ts +1 -1
  165. package/cosmos.staking.v1beta1/types/tendermint/types/params.ts +498 -0
  166. package/cosmos.staking.v1beta1/types/tendermint/types/types.ts +1 -1
  167. package/cosmos.staking.v1beta1/types.ts +2 -0
  168. package/cosmos.tx.v1beta1/index.ts +0 -0
  169. package/cosmos.tx.v1beta1/module.ts +0 -0
  170. package/cosmos.tx.v1beta1/registry.ts +0 -0
  171. package/cosmos.tx.v1beta1/rest.ts +180 -19
  172. package/cosmos.tx.v1beta1/types/amino/amino.ts +2 -0
  173. package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.ts +524 -2
  174. package/cosmos.tx.v1beta1/types/tendermint/abci/types.ts +704 -333
  175. package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.ts +1 -1
  176. package/cosmos.tx.v1beta1/types/tendermint/types/params.ts +9 -25
  177. package/cosmos.tx.v1beta1/types/tendermint/types/types.ts +1 -1
  178. package/cosmos.tx.v1beta1/types.ts +0 -0
  179. package/cosmos.upgrade.v1beta1/index.ts +0 -0
  180. package/cosmos.upgrade.v1beta1/module.ts +0 -0
  181. package/cosmos.upgrade.v1beta1/registry.ts +0 -0
  182. package/cosmos.upgrade.v1beta1/rest.ts +0 -1
  183. package/cosmos.upgrade.v1beta1/types/amino/amino.ts +2 -0
  184. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.ts +3 -3
  185. package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.ts +6 -4
  186. package/cosmos.upgrade.v1beta1/types.ts +0 -0
  187. package/cosmos.vesting.v1beta1/index.ts +0 -0
  188. package/cosmos.vesting.v1beta1/module.ts +24 -24
  189. package/cosmos.vesting.v1beta1/registry.ts +2 -2
  190. package/cosmos.vesting.v1beta1/rest.ts +4 -1
  191. package/cosmos.vesting.v1beta1/types/amino/amino.ts +2 -0
  192. package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.ts +104 -0
  193. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.ts +2 -0
  194. package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.ts +6 -1
  195. package/cosmos.vesting.v1beta1/types.ts +0 -0
  196. package/dist/client.js +135 -0
  197. package/dist/cosmos.auth.v1beta1/index.js +5 -0
  198. package/dist/cosmos.auth.v1beta1/module.js +64 -0
  199. package/dist/cosmos.auth.v1beta1/registry.js +2 -0
  200. package/dist/cosmos.auth.v1beta1/rest.js +228 -0
  201. package/dist/cosmos.auth.v1beta1/types/amino/amino.js +2 -0
  202. package/dist/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.js +344 -0
  203. package/dist/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.js +67 -0
  204. package/dist/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.js +969 -0
  205. package/dist/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.js +105 -0
  206. package/dist/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  207. package/dist/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  208. package/dist/cosmos.auth.v1beta1/types/cosmos/query/v1/query.js +2 -0
  209. package/dist/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  210. package/dist/cosmos.auth.v1beta1/types/gogoproto/gogo.js +2 -0
  211. package/dist/cosmos.auth.v1beta1/types/google/api/annotations.js +2 -0
  212. package/dist/cosmos.auth.v1beta1/types/google/api/http.js +260 -0
  213. package/dist/cosmos.auth.v1beta1/types/google/protobuf/any.js +99 -0
  214. package/dist/cosmos.auth.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  215. package/dist/cosmos.auth.v1beta1/types.js +5 -0
  216. package/dist/cosmos.authz.v1beta1/index.js +5 -0
  217. package/dist/cosmos.authz.v1beta1/module.js +140 -0
  218. package/dist/cosmos.authz.v1beta1/registry.js +9 -0
  219. package/dist/cosmos.authz.v1beta1/rest.js +131 -0
  220. package/dist/cosmos.authz.v1beta1/types/amino/amino.js +2 -0
  221. package/dist/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.js +244 -0
  222. package/dist/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.js +128 -0
  223. package/dist/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.js +54 -0
  224. package/dist/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.js +394 -0
  225. package/dist/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.js +362 -0
  226. package/dist/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  227. package/dist/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  228. package/dist/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  229. package/dist/cosmos.authz.v1beta1/types/gogoproto/gogo.js +2 -0
  230. package/dist/cosmos.authz.v1beta1/types/google/api/annotations.js +2 -0
  231. package/dist/cosmos.authz.v1beta1/types/google/api/http.js +260 -0
  232. package/dist/cosmos.authz.v1beta1/types/google/protobuf/any.js +99 -0
  233. package/dist/cosmos.authz.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  234. package/dist/cosmos.authz.v1beta1/types/google/protobuf/timestamp.js +84 -0
  235. package/dist/cosmos.authz.v1beta1/types.js +7 -0
  236. package/dist/cosmos.bank.v1beta1/index.js +5 -0
  237. package/dist/cosmos.bank.v1beta1/module.js +125 -0
  238. package/dist/cosmos.bank.v1beta1/registry.js +7 -0
  239. package/dist/cosmos.bank.v1beta1/rest.js +253 -0
  240. package/dist/cosmos.bank.v1beta1/types/amino/amino.js +2 -0
  241. package/dist/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.js +66 -0
  242. package/dist/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.js +455 -0
  243. package/dist/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.js +170 -0
  244. package/dist/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.js +1243 -0
  245. package/dist/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.js +424 -0
  246. package/dist/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  247. package/dist/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  248. package/dist/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  249. package/dist/cosmos.bank.v1beta1/types/cosmos/query/v1/query.js +2 -0
  250. package/dist/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  251. package/dist/cosmos.bank.v1beta1/types/gogoproto/gogo.js +2 -0
  252. package/dist/cosmos.bank.v1beta1/types/google/api/annotations.js +2 -0
  253. package/dist/cosmos.bank.v1beta1/types/google/api/http.js +260 -0
  254. package/dist/cosmos.bank.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  255. package/dist/cosmos.bank.v1beta1/types.js +11 -0
  256. package/dist/cosmos.base.node.v1beta1/index.js +5 -0
  257. package/dist/cosmos.base.node.v1beta1/module.js +55 -0
  258. package/dist/cosmos.base.node.v1beta1/registry.js +2 -0
  259. package/dist/cosmos.base.node.v1beta1/rest.js +100 -0
  260. package/dist/cosmos.base.node.v1beta1/types/cosmos/base/node/v1beta1/query.js +91 -0
  261. package/dist/cosmos.base.node.v1beta1/types/google/api/annotations.js +2 -0
  262. package/dist/cosmos.base.node.v1beta1/types/google/api/http.js +260 -0
  263. package/dist/cosmos.base.node.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  264. package/dist/cosmos.base.node.v1beta1/types.js +1 -0
  265. package/dist/cosmos.base.tendermint.v1beta1/index.js +5 -0
  266. package/dist/cosmos.base.tendermint.v1beta1/module.js +70 -0
  267. package/dist/cosmos.base.tendermint.v1beta1/registry.js +2 -0
  268. package/dist/cosmos.base.tendermint.v1beta1/rest.js +209 -0
  269. package/dist/cosmos.base.tendermint.v1beta1/types/amino/amino.js +2 -0
  270. package/dist/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  271. package/dist/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.js +1281 -0
  272. package/dist/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.js +350 -0
  273. package/dist/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  274. package/dist/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.js +2 -0
  275. package/dist/cosmos.base.tendermint.v1beta1/types/google/api/annotations.js +2 -0
  276. package/dist/cosmos.base.tendermint.v1beta1/types/google/api/http.js +260 -0
  277. package/dist/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.js +99 -0
  278. package/dist/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  279. package/dist/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.js +84 -0
  280. package/dist/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.js +100 -0
  281. package/dist/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.js +356 -0
  282. package/dist/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.js +352 -0
  283. package/dist/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.js +86 -0
  284. package/dist/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.js +343 -0
  285. package/dist/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.js +1207 -0
  286. package/dist/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.js +254 -0
  287. package/dist/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.js +133 -0
  288. package/dist/cosmos.base.tendermint.v1beta1/types.js +8 -0
  289. package/dist/cosmos.consensus.v1/index.js +5 -0
  290. package/dist/cosmos.consensus.v1/module.js +81 -0
  291. package/dist/cosmos.consensus.v1/registry.js +5 -0
  292. package/dist/cosmos.consensus.v1/rest.js +100 -0
  293. package/dist/cosmos.consensus.v1/types/cosmos/consensus/v1/query.js +94 -0
  294. package/dist/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.js +129 -0
  295. package/dist/cosmos.consensus.v1/types/cosmos/msg/v1/msg.js +2 -0
  296. package/dist/cosmos.consensus.v1/types/cosmos_proto/cosmos.js +171 -0
  297. package/dist/cosmos.consensus.v1/types/gogoproto/gogo.js +2 -0
  298. package/dist/cosmos.consensus.v1/types/google/api/annotations.js +2 -0
  299. package/dist/cosmos.consensus.v1/types/google/api/http.js +260 -0
  300. package/dist/cosmos.consensus.v1/types/google/protobuf/descriptor.js +2830 -0
  301. package/dist/cosmos.consensus.v1/types/google/protobuf/duration.js +84 -0
  302. package/dist/cosmos.consensus.v1/types/tendermint/types/params.js +369 -0
  303. package/dist/cosmos.consensus.v1/types.js +1 -0
  304. package/dist/cosmos.crisis.v1beta1/index.js +5 -0
  305. package/dist/cosmos.crisis.v1beta1/module.js +104 -0
  306. package/dist/cosmos.crisis.v1beta1/registry.js +7 -0
  307. package/dist/cosmos.crisis.v1beta1/rest.js +83 -0
  308. package/dist/cosmos.crisis.v1beta1/types/amino/amino.js +2 -0
  309. package/dist/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  310. package/dist/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.js +51 -0
  311. package/dist/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.js +206 -0
  312. package/dist/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  313. package/dist/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  314. package/dist/cosmos.crisis.v1beta1/types/gogoproto/gogo.js +2 -0
  315. package/dist/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  316. package/dist/cosmos.crisis.v1beta1/types.js +1 -0
  317. package/dist/cosmos.distribution.v1beta1/index.js +5 -0
  318. package/dist/cosmos.distribution.v1beta1/module.js +235 -0
  319. package/dist/cosmos.distribution.v1beta1/registry.js +15 -0
  320. package/dist/cosmos.distribution.v1beta1/rest.js +228 -0
  321. package/dist/cosmos.distribution.v1beta1/types/amino/amino.js +2 -0
  322. package/dist/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  323. package/dist/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  324. package/dist/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.js +737 -0
  325. package/dist/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.js +656 -0
  326. package/dist/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.js +1046 -0
  327. package/dist/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.js +595 -0
  328. package/dist/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  329. package/dist/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  330. package/dist/cosmos.distribution.v1beta1/types/gogoproto/gogo.js +2 -0
  331. package/dist/cosmos.distribution.v1beta1/types/google/api/annotations.js +2 -0
  332. package/dist/cosmos.distribution.v1beta1/types/google/api/http.js +260 -0
  333. package/dist/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  334. package/dist/cosmos.distribution.v1beta1/types.js +20 -0
  335. package/dist/cosmos.evidence.v1beta1/index.js +5 -0
  336. package/dist/cosmos.evidence.v1beta1/module.js +84 -0
  337. package/dist/cosmos.evidence.v1beta1/registry.js +5 -0
  338. package/dist/cosmos.evidence.v1beta1/rest.js +116 -0
  339. package/dist/cosmos.evidence.v1beta1/types/amino/amino.js +2 -0
  340. package/dist/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  341. package/dist/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.js +124 -0
  342. package/dist/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.js +50 -0
  343. package/dist/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.js +265 -0
  344. package/dist/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.js +154 -0
  345. package/dist/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  346. package/dist/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  347. package/dist/cosmos.evidence.v1beta1/types/gogoproto/gogo.js +2 -0
  348. package/dist/cosmos.evidence.v1beta1/types/google/api/annotations.js +2 -0
  349. package/dist/cosmos.evidence.v1beta1/types/google/api/http.js +260 -0
  350. package/dist/cosmos.evidence.v1beta1/types/google/protobuf/any.js +99 -0
  351. package/dist/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  352. package/dist/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.js +84 -0
  353. package/dist/cosmos.evidence.v1beta1/types.js +2 -0
  354. package/dist/cosmos.feegrant.v1beta1/index.js +5 -0
  355. package/dist/cosmos.feegrant.v1beta1/module.js +113 -0
  356. package/dist/cosmos.feegrant.v1beta1/registry.js +7 -0
  357. package/dist/cosmos.feegrant.v1beta1/rest.js +130 -0
  358. package/dist/cosmos.feegrant.v1beta1/types/amino/amino.js +2 -0
  359. package/dist/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  360. package/dist/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  361. package/dist/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.js +307 -0
  362. package/dist/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.js +52 -0
  363. package/dist/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.js +357 -0
  364. package/dist/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.js +205 -0
  365. package/dist/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  366. package/dist/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  367. package/dist/cosmos.feegrant.v1beta1/types/gogoproto/gogo.js +2 -0
  368. package/dist/cosmos.feegrant.v1beta1/types/google/api/annotations.js +2 -0
  369. package/dist/cosmos.feegrant.v1beta1/types/google/api/http.js +260 -0
  370. package/dist/cosmos.feegrant.v1beta1/types/google/protobuf/any.js +99 -0
  371. package/dist/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  372. package/dist/cosmos.feegrant.v1beta1/types/google/protobuf/duration.js +84 -0
  373. package/dist/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.js +84 -0
  374. package/dist/cosmos.feegrant.v1beta1/types.js +5 -0
  375. package/dist/cosmos.gov.v1/index.js +5 -0
  376. package/dist/cosmos.gov.v1/module.js +192 -0
  377. package/dist/cosmos.gov.v1/registry.js +13 -0
  378. package/dist/cosmos.gov.v1/rest.js +242 -0
  379. package/dist/cosmos.gov.v1/types/amino/amino.js +2 -0
  380. package/dist/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  381. package/dist/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.js +192 -0
  382. package/dist/cosmos.gov.v1/types/cosmos/gov/v1/genesis.js +174 -0
  383. package/dist/cosmos.gov.v1/types/cosmos/gov/v1/gov.js +945 -0
  384. package/dist/cosmos.gov.v1/types/cosmos/gov/v1/query.js +928 -0
  385. package/dist/cosmos.gov.v1/types/cosmos/gov/v1/tx.js +701 -0
  386. package/dist/cosmos.gov.v1/types/cosmos/msg/v1/msg.js +2 -0
  387. package/dist/cosmos.gov.v1/types/cosmos_proto/cosmos.js +171 -0
  388. package/dist/cosmos.gov.v1/types/gogoproto/gogo.js +2 -0
  389. package/dist/cosmos.gov.v1/types/google/api/annotations.js +2 -0
  390. package/dist/cosmos.gov.v1/types/google/api/http.js +260 -0
  391. package/dist/cosmos.gov.v1/types/google/protobuf/any.js +99 -0
  392. package/dist/cosmos.gov.v1/types/google/protobuf/descriptor.js +2830 -0
  393. package/dist/cosmos.gov.v1/types/google/protobuf/duration.js +84 -0
  394. package/dist/cosmos.gov.v1/types/google/protobuf/timestamp.js +84 -0
  395. package/dist/cosmos.gov.v1/types.js +10 -0
  396. package/dist/cosmos.gov.v1beta1/index.js +5 -0
  397. package/dist/cosmos.gov.v1beta1/module.js +169 -0
  398. package/dist/cosmos.gov.v1beta1/registry.js +11 -0
  399. package/dist/cosmos.gov.v1beta1/rest.js +242 -0
  400. package/dist/cosmos.gov.v1beta1/types/amino/amino.js +2 -0
  401. package/dist/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  402. package/dist/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  403. package/dist/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.js +162 -0
  404. package/dist/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.js +832 -0
  405. package/dist/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.js +917 -0
  406. package/dist/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.js +467 -0
  407. package/dist/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  408. package/dist/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  409. package/dist/cosmos.gov.v1beta1/types/gogoproto/gogo.js +2 -0
  410. package/dist/cosmos.gov.v1beta1/types/google/api/annotations.js +2 -0
  411. package/dist/cosmos.gov.v1beta1/types/google/api/http.js +260 -0
  412. package/dist/cosmos.gov.v1beta1/types/google/protobuf/any.js +99 -0
  413. package/dist/cosmos.gov.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  414. package/dist/cosmos.gov.v1beta1/types/google/protobuf/duration.js +84 -0
  415. package/dist/cosmos.gov.v1beta1/types/google/protobuf/timestamp.js +84 -0
  416. package/dist/cosmos.gov.v1beta1/types.js +10 -0
  417. package/dist/cosmos.group.v1/index.js +5 -0
  418. package/dist/cosmos.group.v1/module.js +423 -0
  419. package/dist/cosmos.group.v1/registry.js +31 -0
  420. package/dist/cosmos.group.v1/rest.js +366 -0
  421. package/dist/cosmos.group.v1/types/amino/amino.js +2 -0
  422. package/dist/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  423. package/dist/cosmos.group.v1/types/cosmos/group/v1/events.js +497 -0
  424. package/dist/cosmos.group.v1/types/cosmos/group/v1/genesis.js +177 -0
  425. package/dist/cosmos.group.v1/types/cosmos/group/v1/query.js +1578 -0
  426. package/dist/cosmos.group.v1/types/cosmos/group/v1/tx.js +1639 -0
  427. package/dist/cosmos.group.v1/types/cosmos/group/v1/types.js +1125 -0
  428. package/dist/cosmos.group.v1/types/cosmos/msg/v1/msg.js +2 -0
  429. package/dist/cosmos.group.v1/types/cosmos_proto/cosmos.js +171 -0
  430. package/dist/cosmos.group.v1/types/gogoproto/gogo.js +2 -0
  431. package/dist/cosmos.group.v1/types/google/api/annotations.js +2 -0
  432. package/dist/cosmos.group.v1/types/google/api/http.js +260 -0
  433. package/dist/cosmos.group.v1/types/google/protobuf/any.js +99 -0
  434. package/dist/cosmos.group.v1/types/google/protobuf/descriptor.js +2830 -0
  435. package/dist/cosmos.group.v1/types/google/protobuf/duration.js +84 -0
  436. package/dist/cosmos.group.v1/types/google/protobuf/timestamp.js +84 -0
  437. package/dist/cosmos.group.v1/types.js +22 -0
  438. package/dist/cosmos.mint.v1beta1/index.js +5 -0
  439. package/dist/cosmos.mint.v1beta1/module.js +60 -0
  440. package/dist/cosmos.mint.v1beta1/registry.js +2 -0
  441. package/dist/cosmos.mint.v1beta1/rest.js +128 -0
  442. package/dist/cosmos.mint.v1beta1/types/amino/amino.js +2 -0
  443. package/dist/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.js +63 -0
  444. package/dist/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.js +179 -0
  445. package/dist/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.js +298 -0
  446. package/dist/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.js +105 -0
  447. package/dist/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  448. package/dist/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  449. package/dist/cosmos.mint.v1beta1/types/gogoproto/gogo.js +2 -0
  450. package/dist/cosmos.mint.v1beta1/types/google/api/annotations.js +2 -0
  451. package/dist/cosmos.mint.v1beta1/types/google/api/http.js +260 -0
  452. package/dist/cosmos.mint.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  453. package/dist/cosmos.mint.v1beta1/types.js +3 -0
  454. package/dist/cosmos.nft.v1beta1/index.js +5 -0
  455. package/dist/cosmos.nft.v1beta1/module.js +68 -0
  456. package/dist/cosmos.nft.v1beta1/registry.js +2 -0
  457. package/dist/cosmos.nft.v1beta1/rest.js +187 -0
  458. package/dist/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  459. package/dist/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  460. package/dist/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.js +198 -0
  461. package/dist/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.js +126 -0
  462. package/dist/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.js +183 -0
  463. package/dist/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.js +752 -0
  464. package/dist/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.js +120 -0
  465. package/dist/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  466. package/dist/cosmos.nft.v1beta1/types/google/api/annotations.js +2 -0
  467. package/dist/cosmos.nft.v1beta1/types/google/api/http.js +260 -0
  468. package/dist/cosmos.nft.v1beta1/types/google/protobuf/any.js +99 -0
  469. package/dist/cosmos.nft.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  470. package/dist/cosmos.nft.v1beta1/types.js +7 -0
  471. package/dist/cosmos.params.v1beta1/index.js +5 -0
  472. package/dist/cosmos.params.v1beta1/module.js +62 -0
  473. package/dist/cosmos.params.v1beta1/registry.js +2 -0
  474. package/dist/cosmos.params.v1beta1/rest.js +116 -0
  475. package/dist/cosmos.params.v1beta1/types/amino/amino.js +2 -0
  476. package/dist/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.js +133 -0
  477. package/dist/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.js +257 -0
  478. package/dist/cosmos.params.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  479. package/dist/cosmos.params.v1beta1/types/gogoproto/gogo.js +2 -0
  480. package/dist/cosmos.params.v1beta1/types/google/api/annotations.js +2 -0
  481. package/dist/cosmos.params.v1beta1/types/google/api/http.js +260 -0
  482. package/dist/cosmos.params.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  483. package/dist/cosmos.params.v1beta1/types.js +4 -0
  484. package/dist/cosmos.slashing.v1beta1/index.js +5 -0
  485. package/dist/cosmos.slashing.v1beta1/module.js +92 -0
  486. package/dist/cosmos.slashing.v1beta1/registry.js +5 -0
  487. package/dist/cosmos.slashing.v1beta1/rest.js +129 -0
  488. package/dist/cosmos.slashing.v1beta1/types/amino/amino.js +2 -0
  489. package/dist/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  490. package/dist/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  491. package/dist/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.js +279 -0
  492. package/dist/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.js +300 -0
  493. package/dist/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.js +275 -0
  494. package/dist/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.js +185 -0
  495. package/dist/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  496. package/dist/cosmos.slashing.v1beta1/types/gogoproto/gogo.js +2 -0
  497. package/dist/cosmos.slashing.v1beta1/types/google/api/annotations.js +2 -0
  498. package/dist/cosmos.slashing.v1beta1/types/google/api/http.js +260 -0
  499. package/dist/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  500. package/dist/cosmos.slashing.v1beta1/types/google/protobuf/duration.js +84 -0
  501. package/dist/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.js +84 -0
  502. package/dist/cosmos.slashing.v1beta1/types.js +6 -0
  503. package/dist/cosmos.staking.v1beta1/index.js +5 -0
  504. package/dist/cosmos.staking.v1beta1/module.js +245 -0
  505. package/dist/cosmos.staking.v1beta1/registry.js +15 -0
  506. package/dist/cosmos.staking.v1beta1/rest.js +308 -0
  507. package/dist/cosmos.staking.v1beta1/types/amino/amino.js +2 -0
  508. package/dist/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  509. package/dist/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  510. package/dist/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  511. package/dist/cosmos.staking.v1beta1/types/cosmos/query/v1/query.js +2 -0
  512. package/dist/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.js +184 -0
  513. package/dist/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.js +259 -0
  514. package/dist/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.js +1568 -0
  515. package/dist/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.js +1614 -0
  516. package/dist/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.js +861 -0
  517. package/dist/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  518. package/dist/cosmos.staking.v1beta1/types/gogoproto/gogo.js +2 -0
  519. package/dist/cosmos.staking.v1beta1/types/google/api/annotations.js +2 -0
  520. package/dist/cosmos.staking.v1beta1/types/google/api/http.js +260 -0
  521. package/dist/cosmos.staking.v1beta1/types/google/protobuf/any.js +99 -0
  522. package/dist/cosmos.staking.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  523. package/dist/cosmos.staking.v1beta1/types/google/protobuf/duration.js +84 -0
  524. package/dist/cosmos.staking.v1beta1/types/google/protobuf/timestamp.js +84 -0
  525. package/dist/cosmos.staking.v1beta1/types/tendermint/abci/types.js +3812 -0
  526. package/dist/cosmos.staking.v1beta1/types/tendermint/crypto/keys.js +100 -0
  527. package/dist/cosmos.staking.v1beta1/types/tendermint/crypto/proof.js +356 -0
  528. package/dist/cosmos.staking.v1beta1/types/tendermint/types/params.js +369 -0
  529. package/dist/cosmos.staking.v1beta1/types/tendermint/types/types.js +1207 -0
  530. package/dist/cosmos.staking.v1beta1/types/tendermint/types/validator.js +254 -0
  531. package/dist/cosmos.staking.v1beta1/types/tendermint/version/types.js +133 -0
  532. package/dist/cosmos.staking.v1beta1/types.js +25 -0
  533. package/dist/cosmos.tx.v1beta1/index.js +5 -0
  534. package/dist/cosmos.tx.v1beta1/module.js +82 -0
  535. package/dist/cosmos.tx.v1beta1/registry.js +2 -0
  536. package/dist/cosmos.tx.v1beta1/rest.js +320 -0
  537. package/dist/cosmos.tx.v1beta1/types/amino/amino.js +2 -0
  538. package/dist/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.js +803 -0
  539. package/dist/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  540. package/dist/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  541. package/dist/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.js +147 -0
  542. package/dist/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.js +449 -0
  543. package/dist/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.js +1160 -0
  544. package/dist/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.js +959 -0
  545. package/dist/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  546. package/dist/cosmos.tx.v1beta1/types/gogoproto/gogo.js +2 -0
  547. package/dist/cosmos.tx.v1beta1/types/google/api/annotations.js +2 -0
  548. package/dist/cosmos.tx.v1beta1/types/google/api/http.js +260 -0
  549. package/dist/cosmos.tx.v1beta1/types/google/protobuf/any.js +99 -0
  550. package/dist/cosmos.tx.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  551. package/dist/cosmos.tx.v1beta1/types/google/protobuf/duration.js +84 -0
  552. package/dist/cosmos.tx.v1beta1/types/google/protobuf/timestamp.js +84 -0
  553. package/dist/cosmos.tx.v1beta1/types/tendermint/abci/types.js +3812 -0
  554. package/dist/cosmos.tx.v1beta1/types/tendermint/crypto/keys.js +100 -0
  555. package/dist/cosmos.tx.v1beta1/types/tendermint/crypto/proof.js +356 -0
  556. package/dist/cosmos.tx.v1beta1/types/tendermint/types/block.js +86 -0
  557. package/dist/cosmos.tx.v1beta1/types/tendermint/types/evidence.js +343 -0
  558. package/dist/cosmos.tx.v1beta1/types/tendermint/types/params.js +369 -0
  559. package/dist/cosmos.tx.v1beta1/types/tendermint/types/types.js +1207 -0
  560. package/dist/cosmos.tx.v1beta1/types/tendermint/types/validator.js +254 -0
  561. package/dist/cosmos.tx.v1beta1/types/tendermint/version/types.js +133 -0
  562. package/dist/cosmos.tx.v1beta1/types.js +14 -0
  563. package/dist/cosmos.upgrade.v1beta1/index.js +5 -0
  564. package/dist/cosmos.upgrade.v1beta1/module.js +113 -0
  565. package/dist/cosmos.upgrade.v1beta1/registry.js +7 -0
  566. package/dist/cosmos.upgrade.v1beta1/rest.js +162 -0
  567. package/dist/cosmos.upgrade.v1beta1/types/amino/amino.js +2 -0
  568. package/dist/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  569. package/dist/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.js +501 -0
  570. package/dist/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.js +183 -0
  571. package/dist/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  572. package/dist/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  573. package/dist/cosmos.upgrade.v1beta1/types/gogoproto/gogo.js +2 -0
  574. package/dist/cosmos.upgrade.v1beta1/types/google/api/annotations.js +2 -0
  575. package/dist/cosmos.upgrade.v1beta1/types/google/api/http.js +260 -0
  576. package/dist/cosmos.upgrade.v1beta1/types/google/protobuf/any.js +99 -0
  577. package/dist/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  578. package/dist/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.js +84 -0
  579. package/dist/cosmos.upgrade.v1beta1/types.js +5 -0
  580. package/dist/cosmos.vesting.v1beta1/index.js +5 -0
  581. package/dist/cosmos.vesting.v1beta1/module.js +140 -0
  582. package/dist/cosmos.vesting.v1beta1/registry.js +9 -0
  583. package/dist/cosmos.vesting.v1beta1/rest.js +83 -0
  584. package/dist/cosmos.vesting.v1beta1/types/amino/amino.js +2 -0
  585. package/dist/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.js +344 -0
  586. package/dist/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.js +192 -0
  587. package/dist/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.js +2 -0
  588. package/dist/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.js +383 -0
  589. package/dist/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.js +422 -0
  590. package/dist/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.js +171 -0
  591. package/dist/cosmos.vesting.v1beta1/types/gogoproto/gogo.js +2 -0
  592. package/dist/cosmos.vesting.v1beta1/types/google/protobuf/any.js +99 -0
  593. package/dist/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.js +2830 -0
  594. package/dist/cosmos.vesting.v1beta1/types.js +7 -0
  595. package/dist/env.js +1 -0
  596. package/dist/helpers.js +11 -0
  597. package/dist/ibc.applications.interchain_accounts.controller.v1/index.js +5 -0
  598. package/dist/ibc.applications.interchain_accounts.controller.v1/module.js +58 -0
  599. package/dist/ibc.applications.interchain_accounts.controller.v1/registry.js +2 -0
  600. package/dist/ibc.applications.interchain_accounts.controller.v1/rest.js +123 -0
  601. package/dist/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.js +2 -0
  602. package/dist/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.js +2 -0
  603. package/dist/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.js +260 -0
  604. package/dist/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.js +99 -0
  605. package/dist/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.js +2830 -0
  606. package/dist/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.js +47 -0
  607. package/dist/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.js +193 -0
  608. package/dist/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.js +277 -0
  609. package/dist/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.js +192 -0
  610. package/dist/ibc.applications.interchain_accounts.controller.v1/types.js +2 -0
  611. package/dist/ibc.applications.interchain_accounts.host.v1/index.js +5 -0
  612. package/dist/ibc.applications.interchain_accounts.host.v1/module.js +58 -0
  613. package/dist/ibc.applications.interchain_accounts.host.v1/registry.js +2 -0
  614. package/dist/ibc.applications.interchain_accounts.host.v1/rest.js +100 -0
  615. package/dist/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.js +2 -0
  616. package/dist/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.js +2 -0
  617. package/dist/ibc.applications.interchain_accounts.host.v1/types/google/api/http.js +260 -0
  618. package/dist/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.js +2830 -0
  619. package/dist/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.js +63 -0
  620. package/dist/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.js +94 -0
  621. package/dist/ibc.applications.interchain_accounts.host.v1/types.js +2 -0
  622. package/dist/ibc.applications.transfer.v1/index.js +5 -0
  623. package/dist/ibc.applications.transfer.v1/module.js +64 -0
  624. package/dist/ibc.applications.transfer.v1/registry.js +2 -0
  625. package/dist/ibc.applications.transfer.v1/rest.js +171 -0
  626. package/dist/ibc.applications.transfer.v1/types/amino/amino.js +2 -0
  627. package/dist/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  628. package/dist/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.js +192 -0
  629. package/dist/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  630. package/dist/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.js +171 -0
  631. package/dist/ibc.applications.transfer.v1/types/gogoproto/gogo.js +2 -0
  632. package/dist/ibc.applications.transfer.v1/types/google/api/annotations.js +2 -0
  633. package/dist/ibc.applications.transfer.v1/types/google/api/http.js +260 -0
  634. package/dist/ibc.applications.transfer.v1/types/google/protobuf/any.js +99 -0
  635. package/dist/ibc.applications.transfer.v1/types/google/protobuf/descriptor.js +2830 -0
  636. package/dist/ibc.applications.transfer.v1/types/google/protobuf/timestamp.js +84 -0
  637. package/dist/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.js +135 -0
  638. package/dist/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.js +90 -0
  639. package/dist/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.js +574 -0
  640. package/dist/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.js +110 -0
  641. package/dist/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.js +204 -0
  642. package/dist/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.js +448 -0
  643. package/dist/ibc.applications.transfer.v1/types.js +5 -0
  644. package/dist/ibc.core.channel.v1/index.js +5 -0
  645. package/dist/ibc.core.channel.v1/module.js +72 -0
  646. package/dist/ibc.core.channel.v1/registry.js +2 -0
  647. package/dist/ibc.core.channel.v1/rest.js +323 -0
  648. package/dist/ibc.core.channel.v1/types/amino/amino.js +2 -0
  649. package/dist/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  650. package/dist/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  651. package/dist/ibc.core.channel.v1/types/cosmos_proto/cosmos.js +171 -0
  652. package/dist/ibc.core.channel.v1/types/gogoproto/gogo.js +2 -0
  653. package/dist/ibc.core.channel.v1/types/google/api/annotations.js +2 -0
  654. package/dist/ibc.core.channel.v1/types/google/api/http.js +260 -0
  655. package/dist/ibc.core.channel.v1/types/google/protobuf/any.js +99 -0
  656. package/dist/ibc.core.channel.v1/types/google/protobuf/descriptor.js +2830 -0
  657. package/dist/ibc.core.channel.v1/types/google/protobuf/timestamp.js +84 -0
  658. package/dist/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.js +714 -0
  659. package/dist/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.js +254 -0
  660. package/dist/ibc.core.channel.v1/types/ibc/core/channel/v1/query.js +1866 -0
  661. package/dist/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.js +1436 -0
  662. package/dist/ibc.core.channel.v1/types/ibc/core/client/v1/client.js +448 -0
  663. package/dist/ibc.core.channel.v1/types.js +9 -0
  664. package/dist/ibc.core.client.v1/index.js +5 -0
  665. package/dist/ibc.core.client.v1/module.js +74 -0
  666. package/dist/ibc.core.client.v1/registry.js +2 -0
  667. package/dist/ibc.core.client.v1/rest.js +218 -0
  668. package/dist/ibc.core.client.v1/types/amino/amino.js +2 -0
  669. package/dist/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  670. package/dist/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  671. package/dist/ibc.core.client.v1/types/cosmos_proto/cosmos.js +171 -0
  672. package/dist/ibc.core.client.v1/types/gogoproto/gogo.js +2 -0
  673. package/dist/ibc.core.client.v1/types/google/api/annotations.js +2 -0
  674. package/dist/ibc.core.client.v1/types/google/api/http.js +260 -0
  675. package/dist/ibc.core.client.v1/types/google/protobuf/any.js +99 -0
  676. package/dist/ibc.core.client.v1/types/google/protobuf/descriptor.js +2830 -0
  677. package/dist/ibc.core.client.v1/types/google/protobuf/timestamp.js +84 -0
  678. package/dist/ibc.core.client.v1/types/ibc/core/client/v1/client.js +448 -0
  679. package/dist/ibc.core.client.v1/types/ibc/core/client/v1/genesis.js +287 -0
  680. package/dist/ibc.core.client.v1/types/ibc/core/client/v1/query.js +1026 -0
  681. package/dist/ibc.core.client.v1/types/ibc/core/client/v1/tx.js +510 -0
  682. package/dist/ibc.core.client.v1/types.js +10 -0
  683. package/dist/ibc.core.connection.v1/index.js +5 -0
  684. package/dist/ibc.core.connection.v1/module.js +70 -0
  685. package/dist/ibc.core.connection.v1/registry.js +2 -0
  686. package/dist/ibc.core.connection.v1/rest.js +191 -0
  687. package/dist/ibc.core.connection.v1/types/amino/amino.js +2 -0
  688. package/dist/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  689. package/dist/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.js +1126 -0
  690. package/dist/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.js +302 -0
  691. package/dist/ibc.core.connection.v1/types/cosmos_proto/cosmos.js +171 -0
  692. package/dist/ibc.core.connection.v1/types/gogoproto/gogo.js +2 -0
  693. package/dist/ibc.core.connection.v1/types/google/api/annotations.js +2 -0
  694. package/dist/ibc.core.connection.v1/types/google/api/http.js +260 -0
  695. package/dist/ibc.core.connection.v1/types/google/protobuf/any.js +99 -0
  696. package/dist/ibc.core.connection.v1/types/google/protobuf/descriptor.js +2830 -0
  697. package/dist/ibc.core.connection.v1/types/google/protobuf/timestamp.js +84 -0
  698. package/dist/ibc.core.connection.v1/types/ibc/core/client/v1/client.js +448 -0
  699. package/dist/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +223 -0
  700. package/dist/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.js +537 -0
  701. package/dist/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.js +120 -0
  702. package/dist/ibc.core.connection.v1/types/ibc/core/connection/v1/query.js +766 -0
  703. package/dist/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +731 -0
  704. package/dist/ibc.core.connection.v1/types.js +8 -0
  705. package/dist/iconlake.drop/index.js +5 -0
  706. package/dist/iconlake.drop/module.js +86 -0
  707. package/dist/iconlake.drop/registry.js +5 -0
  708. package/dist/iconlake.drop/rest.js +128 -0
  709. package/dist/iconlake.drop/types/amino/amino.js +2 -0
  710. package/dist/iconlake.drop/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  711. package/dist/iconlake.drop/types/cosmos/base/v1beta1/coin.js +192 -0
  712. package/dist/iconlake.drop/types/cosmos_proto/cosmos.js +171 -0
  713. package/dist/iconlake.drop/types/gogoproto/gogo.js +2 -0
  714. package/dist/iconlake.drop/types/google/api/annotations.js +2 -0
  715. package/dist/iconlake.drop/types/google/api/http.js +260 -0
  716. package/dist/iconlake.drop/types/google/protobuf/descriptor.js +2830 -0
  717. package/dist/iconlake.drop/types/iconlake/drop/genesis.js +67 -0
  718. package/dist/iconlake.drop/types/iconlake/drop/info.js +84 -0
  719. package/dist/iconlake.drop/types/iconlake/drop/params.js +36 -0
  720. package/dist/iconlake.drop/types/iconlake/drop/query.js +294 -0
  721. package/dist/iconlake.drop/types/iconlake/drop/tx.js +152 -0
  722. package/dist/iconlake.drop/types.js +3 -0
  723. package/dist/iconlake.icon/index.js +5 -0
  724. package/dist/iconlake.icon/module.js +88 -0
  725. package/dist/iconlake.icon/registry.js +5 -0
  726. package/dist/iconlake.icon/rest.js +115 -0
  727. package/dist/iconlake.icon/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  728. package/dist/iconlake.icon/types/gogoproto/gogo.js +2 -0
  729. package/dist/iconlake.icon/types/google/api/annotations.js +2 -0
  730. package/dist/iconlake.icon/types/google/api/http.js +260 -0
  731. package/dist/iconlake.icon/types/google/protobuf/descriptor.js +2830 -0
  732. package/dist/iconlake.icon/types/iconlake/icon/class_data.js +58 -0
  733. package/dist/iconlake.icon/types/iconlake/icon/genesis.js +50 -0
  734. package/dist/iconlake.icon/types/iconlake/icon/icon_data.js +76 -0
  735. package/dist/iconlake.icon/types/iconlake/icon/params.js +36 -0
  736. package/dist/iconlake.icon/types/iconlake/icon/query.js +204 -0
  737. package/dist/iconlake.icon/types/iconlake/icon/tx.js +174 -0
  738. package/dist/iconlake.icon/types.js +4 -0
  739. package/dist/iconlake.iconlake/index.js +5 -0
  740. package/dist/iconlake.iconlake/module.js +86 -0
  741. package/dist/iconlake.iconlake/registry.js +5 -0
  742. package/dist/iconlake.iconlake/rest.js +128 -0
  743. package/dist/iconlake.iconlake/types/amino/amino.js +2 -0
  744. package/dist/iconlake.iconlake/types/cosmos/base/query/v1beta1/pagination.js +190 -0
  745. package/dist/iconlake.iconlake/types/cosmos/base/v1beta1/coin.js +192 -0
  746. package/dist/iconlake.iconlake/types/cosmos_proto/cosmos.js +171 -0
  747. package/dist/iconlake.iconlake/types/gogoproto/gogo.js +2 -0
  748. package/dist/iconlake.iconlake/types/google/api/annotations.js +2 -0
  749. package/dist/iconlake.iconlake/types/google/api/http.js +260 -0
  750. package/dist/iconlake.iconlake/types/google/protobuf/descriptor.js +2830 -0
  751. package/dist/iconlake.iconlake/types/iconlake/iconlake/account.js +84 -0
  752. package/dist/iconlake.iconlake/types/iconlake/iconlake/genesis.js +67 -0
  753. package/dist/iconlake.iconlake/types/iconlake/iconlake/params.js +36 -0
  754. package/dist/iconlake.iconlake/types/iconlake/iconlake/query.js +296 -0
  755. package/dist/iconlake.iconlake/types/iconlake/iconlake/tx.js +113 -0
  756. package/dist/iconlake.iconlake/types.js +3 -0
  757. package/dist/index.js +68 -0
  758. package/dist/modules.js +1 -0
  759. package/env.ts +0 -0
  760. package/helpers.ts +0 -0
  761. package/ibc.applications.interchain_accounts.controller.v1/index.ts +0 -0
  762. package/ibc.applications.interchain_accounts.controller.v1/module.ts +0 -0
  763. package/ibc.applications.interchain_accounts.controller.v1/registry.ts +0 -0
  764. package/ibc.applications.interchain_accounts.controller.v1/rest.ts +1 -0
  765. package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +16 -4
  766. package/ibc.applications.interchain_accounts.controller.v1/types.ts +0 -0
  767. package/ibc.applications.interchain_accounts.host.v1/index.ts +0 -0
  768. package/ibc.applications.interchain_accounts.host.v1/module.ts +0 -0
  769. package/ibc.applications.interchain_accounts.host.v1/registry.ts +0 -0
  770. package/ibc.applications.interchain_accounts.host.v1/types.ts +0 -0
  771. package/ibc.applications.transfer.v1/index.ts +0 -0
  772. package/ibc.applications.transfer.v1/module.ts +5 -34
  773. package/ibc.applications.transfer.v1/registry.ts +0 -2
  774. package/ibc.applications.transfer.v1/rest.ts +30 -1
  775. package/ibc.applications.transfer.v1/types/amino/amino.ts +2 -0
  776. package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +6 -4
  777. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.ts +178 -0
  778. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.ts +23 -2
  779. package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.ts +120 -0
  780. package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.ts +5 -1
  781. package/ibc.applications.transfer.v1/types.ts +4 -0
  782. package/ibc.core.channel.v1/index.ts +0 -0
  783. package/ibc.core.channel.v1/module.ts +0 -0
  784. package/ibc.core.channel.v1/registry.ts +0 -0
  785. package/ibc.core.channel.v1/rest.ts +1 -0
  786. package/ibc.core.channel.v1/types/amino/amino.ts +2 -0
  787. package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +6 -4
  788. package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.ts +14 -2
  789. package/ibc.core.channel.v1/types/ibc/core/client/v1/client.ts +5 -1
  790. package/ibc.core.channel.v1/types.ts +0 -0
  791. package/ibc.core.client.v1/index.ts +0 -0
  792. package/ibc.core.client.v1/module.ts +0 -0
  793. package/ibc.core.client.v1/registry.ts +0 -0
  794. package/ibc.core.client.v1/rest.ts +5 -1
  795. package/ibc.core.client.v1/types/amino/amino.ts +2 -0
  796. package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +6 -4
  797. package/ibc.core.client.v1/types/ibc/core/client/v1/client.ts +5 -1
  798. package/ibc.core.client.v1/types/ibc/core/client/v1/tx.ts +28 -14
  799. package/ibc.core.client.v1/types.ts +0 -0
  800. package/ibc.core.connection.v1/index.ts +0 -0
  801. package/ibc.core.connection.v1/module.ts +0 -0
  802. package/ibc.core.connection.v1/registry.ts +0 -0
  803. package/ibc.core.connection.v1/types/amino/amino.ts +2 -0
  804. package/ibc.core.connection.v1/types/{proofs.ts → cosmos/ics23/v1/proofs.ts} +1 -1
  805. package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +6 -4
  806. package/ibc.core.connection.v1/types/ibc/core/client/v1/client.ts +5 -1
  807. package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.ts +1 -1
  808. package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.ts +34 -0
  809. package/ibc.core.connection.v1/types.ts +0 -0
  810. package/iconlake.drop/index.ts +6 -0
  811. package/iconlake.drop/module.ts +133 -0
  812. package/iconlake.drop/registry.ts +9 -0
  813. package/iconlake.drop/rest.ts +339 -0
  814. package/iconlake.drop/types/amino/amino.ts +2 -0
  815. package/iconlake.drop/types/cosmos/base/query/v1beta1/pagination.ts +286 -0
  816. package/iconlake.drop/types/cosmos/base/v1beta1/coin.ts +261 -0
  817. package/iconlake.drop/types/cosmos_proto/cosmos.ts +247 -0
  818. package/iconlake.drop/types/gogoproto/gogo.ts +2 -0
  819. package/iconlake.drop/types/google/api/annotations.ts +2 -0
  820. package/iconlake.drop/types/google/api/http.ts +589 -0
  821. package/iconlake.drop/types/google/protobuf/descriptor.ts +3753 -0
  822. package/iconlake.drop/types/iconlake/drop/genesis.ts +91 -0
  823. package/iconlake.drop/types/iconlake/drop/info.ts +114 -0
  824. package/iconlake.drop/types/iconlake/drop/params.ts +58 -0
  825. package/iconlake.drop/types/iconlake/drop/query.ts +386 -0
  826. package/iconlake.drop/types/iconlake/drop/tx.ts +204 -0
  827. package/iconlake.drop/types.ts +9 -0
  828. package/iconlake.icon/index.ts +0 -0
  829. package/iconlake.icon/module.ts +2 -2
  830. package/iconlake.icon/registry.ts +0 -0
  831. package/iconlake.icon/rest.ts +1 -1
  832. package/iconlake.icon/types/iconlake/icon/class_data.ts +82 -0
  833. package/iconlake.icon/types/iconlake/icon/icon_data.ts +102 -0
  834. package/iconlake.icon/types/iconlake/icon/tx.ts +1 -146
  835. package/iconlake.icon/types.ts +3 -3
  836. package/iconlake.iconlake/index.ts +0 -0
  837. package/iconlake.iconlake/module.ts +0 -0
  838. package/iconlake.iconlake/registry.ts +0 -0
  839. package/iconlake.iconlake/rest.ts +2 -14
  840. package/iconlake.iconlake/types/amino/amino.ts +2 -0
  841. package/iconlake.iconlake/types/iconlake/iconlake/account.ts +10 -36
  842. package/iconlake.iconlake/types/iconlake/iconlake/tx.ts +8 -64
  843. package/iconlake.iconlake/types.ts +0 -0
  844. package/index.ts +5 -3
  845. package/modules.ts +0 -0
  846. package/package.json +15 -8
  847. package/tsconfig.json +11 -11
  848. package/types.d.ts +0 -0
@@ -0,0 +1,861 @@
1
+ /* eslint-disable */
2
+ import Long from "long";
3
+ import _m0 from "protobufjs/minimal";
4
+ import { Any } from "../../../google/protobuf/any";
5
+ import { Timestamp } from "../../../google/protobuf/timestamp";
6
+ import { Coin } from "../../base/v1beta1/coin";
7
+ import { CommissionRates, Description, Params } from "./staking";
8
+ export const protobufPackage = "cosmos.staking.v1beta1";
9
+ function createBaseMsgCreateValidator() {
10
+ return {
11
+ description: undefined,
12
+ commission: undefined,
13
+ minSelfDelegation: "",
14
+ delegatorAddress: "",
15
+ validatorAddress: "",
16
+ pubkey: undefined,
17
+ value: undefined,
18
+ };
19
+ }
20
+ export const MsgCreateValidator = {
21
+ encode(message, writer = _m0.Writer.create()) {
22
+ if (message.description !== undefined) {
23
+ Description.encode(message.description, writer.uint32(10).fork()).ldelim();
24
+ }
25
+ if (message.commission !== undefined) {
26
+ CommissionRates.encode(message.commission, writer.uint32(18).fork()).ldelim();
27
+ }
28
+ if (message.minSelfDelegation !== "") {
29
+ writer.uint32(26).string(message.minSelfDelegation);
30
+ }
31
+ if (message.delegatorAddress !== "") {
32
+ writer.uint32(34).string(message.delegatorAddress);
33
+ }
34
+ if (message.validatorAddress !== "") {
35
+ writer.uint32(42).string(message.validatorAddress);
36
+ }
37
+ if (message.pubkey !== undefined) {
38
+ Any.encode(message.pubkey, writer.uint32(50).fork()).ldelim();
39
+ }
40
+ if (message.value !== undefined) {
41
+ Coin.encode(message.value, writer.uint32(58).fork()).ldelim();
42
+ }
43
+ return writer;
44
+ },
45
+ decode(input, length) {
46
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
47
+ let end = length === undefined ? reader.len : reader.pos + length;
48
+ const message = createBaseMsgCreateValidator();
49
+ while (reader.pos < end) {
50
+ const tag = reader.uint32();
51
+ switch (tag >>> 3) {
52
+ case 1:
53
+ message.description = Description.decode(reader, reader.uint32());
54
+ break;
55
+ case 2:
56
+ message.commission = CommissionRates.decode(reader, reader.uint32());
57
+ break;
58
+ case 3:
59
+ message.minSelfDelegation = reader.string();
60
+ break;
61
+ case 4:
62
+ message.delegatorAddress = reader.string();
63
+ break;
64
+ case 5:
65
+ message.validatorAddress = reader.string();
66
+ break;
67
+ case 6:
68
+ message.pubkey = Any.decode(reader, reader.uint32());
69
+ break;
70
+ case 7:
71
+ message.value = Coin.decode(reader, reader.uint32());
72
+ break;
73
+ default:
74
+ reader.skipType(tag & 7);
75
+ break;
76
+ }
77
+ }
78
+ return message;
79
+ },
80
+ fromJSON(object) {
81
+ return {
82
+ description: isSet(object.description) ? Description.fromJSON(object.description) : undefined,
83
+ commission: isSet(object.commission) ? CommissionRates.fromJSON(object.commission) : undefined,
84
+ minSelfDelegation: isSet(object.minSelfDelegation) ? String(object.minSelfDelegation) : "",
85
+ delegatorAddress: isSet(object.delegatorAddress) ? String(object.delegatorAddress) : "",
86
+ validatorAddress: isSet(object.validatorAddress) ? String(object.validatorAddress) : "",
87
+ pubkey: isSet(object.pubkey) ? Any.fromJSON(object.pubkey) : undefined,
88
+ value: isSet(object.value) ? Coin.fromJSON(object.value) : undefined,
89
+ };
90
+ },
91
+ toJSON(message) {
92
+ const obj = {};
93
+ message.description !== undefined
94
+ && (obj.description = message.description ? Description.toJSON(message.description) : undefined);
95
+ message.commission !== undefined
96
+ && (obj.commission = message.commission ? CommissionRates.toJSON(message.commission) : undefined);
97
+ message.minSelfDelegation !== undefined && (obj.minSelfDelegation = message.minSelfDelegation);
98
+ message.delegatorAddress !== undefined && (obj.delegatorAddress = message.delegatorAddress);
99
+ message.validatorAddress !== undefined && (obj.validatorAddress = message.validatorAddress);
100
+ message.pubkey !== undefined && (obj.pubkey = message.pubkey ? Any.toJSON(message.pubkey) : undefined);
101
+ message.value !== undefined && (obj.value = message.value ? Coin.toJSON(message.value) : undefined);
102
+ return obj;
103
+ },
104
+ fromPartial(object) {
105
+ const message = createBaseMsgCreateValidator();
106
+ message.description = (object.description !== undefined && object.description !== null)
107
+ ? Description.fromPartial(object.description)
108
+ : undefined;
109
+ message.commission = (object.commission !== undefined && object.commission !== null)
110
+ ? CommissionRates.fromPartial(object.commission)
111
+ : undefined;
112
+ message.minSelfDelegation = object.minSelfDelegation ?? "";
113
+ message.delegatorAddress = object.delegatorAddress ?? "";
114
+ message.validatorAddress = object.validatorAddress ?? "";
115
+ message.pubkey = (object.pubkey !== undefined && object.pubkey !== null)
116
+ ? Any.fromPartial(object.pubkey)
117
+ : undefined;
118
+ message.value = (object.value !== undefined && object.value !== null) ? Coin.fromPartial(object.value) : undefined;
119
+ return message;
120
+ },
121
+ };
122
+ function createBaseMsgCreateValidatorResponse() {
123
+ return {};
124
+ }
125
+ export const MsgCreateValidatorResponse = {
126
+ encode(_, writer = _m0.Writer.create()) {
127
+ return writer;
128
+ },
129
+ decode(input, length) {
130
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
131
+ let end = length === undefined ? reader.len : reader.pos + length;
132
+ const message = createBaseMsgCreateValidatorResponse();
133
+ while (reader.pos < end) {
134
+ const tag = reader.uint32();
135
+ switch (tag >>> 3) {
136
+ default:
137
+ reader.skipType(tag & 7);
138
+ break;
139
+ }
140
+ }
141
+ return message;
142
+ },
143
+ fromJSON(_) {
144
+ return {};
145
+ },
146
+ toJSON(_) {
147
+ const obj = {};
148
+ return obj;
149
+ },
150
+ fromPartial(_) {
151
+ const message = createBaseMsgCreateValidatorResponse();
152
+ return message;
153
+ },
154
+ };
155
+ function createBaseMsgEditValidator() {
156
+ return { description: undefined, validatorAddress: "", commissionRate: "", minSelfDelegation: "" };
157
+ }
158
+ export const MsgEditValidator = {
159
+ encode(message, writer = _m0.Writer.create()) {
160
+ if (message.description !== undefined) {
161
+ Description.encode(message.description, writer.uint32(10).fork()).ldelim();
162
+ }
163
+ if (message.validatorAddress !== "") {
164
+ writer.uint32(18).string(message.validatorAddress);
165
+ }
166
+ if (message.commissionRate !== "") {
167
+ writer.uint32(26).string(message.commissionRate);
168
+ }
169
+ if (message.minSelfDelegation !== "") {
170
+ writer.uint32(34).string(message.minSelfDelegation);
171
+ }
172
+ return writer;
173
+ },
174
+ decode(input, length) {
175
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
176
+ let end = length === undefined ? reader.len : reader.pos + length;
177
+ const message = createBaseMsgEditValidator();
178
+ while (reader.pos < end) {
179
+ const tag = reader.uint32();
180
+ switch (tag >>> 3) {
181
+ case 1:
182
+ message.description = Description.decode(reader, reader.uint32());
183
+ break;
184
+ case 2:
185
+ message.validatorAddress = reader.string();
186
+ break;
187
+ case 3:
188
+ message.commissionRate = reader.string();
189
+ break;
190
+ case 4:
191
+ message.minSelfDelegation = reader.string();
192
+ break;
193
+ default:
194
+ reader.skipType(tag & 7);
195
+ break;
196
+ }
197
+ }
198
+ return message;
199
+ },
200
+ fromJSON(object) {
201
+ return {
202
+ description: isSet(object.description) ? Description.fromJSON(object.description) : undefined,
203
+ validatorAddress: isSet(object.validatorAddress) ? String(object.validatorAddress) : "",
204
+ commissionRate: isSet(object.commissionRate) ? String(object.commissionRate) : "",
205
+ minSelfDelegation: isSet(object.minSelfDelegation) ? String(object.minSelfDelegation) : "",
206
+ };
207
+ },
208
+ toJSON(message) {
209
+ const obj = {};
210
+ message.description !== undefined
211
+ && (obj.description = message.description ? Description.toJSON(message.description) : undefined);
212
+ message.validatorAddress !== undefined && (obj.validatorAddress = message.validatorAddress);
213
+ message.commissionRate !== undefined && (obj.commissionRate = message.commissionRate);
214
+ message.minSelfDelegation !== undefined && (obj.minSelfDelegation = message.minSelfDelegation);
215
+ return obj;
216
+ },
217
+ fromPartial(object) {
218
+ const message = createBaseMsgEditValidator();
219
+ message.description = (object.description !== undefined && object.description !== null)
220
+ ? Description.fromPartial(object.description)
221
+ : undefined;
222
+ message.validatorAddress = object.validatorAddress ?? "";
223
+ message.commissionRate = object.commissionRate ?? "";
224
+ message.minSelfDelegation = object.minSelfDelegation ?? "";
225
+ return message;
226
+ },
227
+ };
228
+ function createBaseMsgEditValidatorResponse() {
229
+ return {};
230
+ }
231
+ export const MsgEditValidatorResponse = {
232
+ encode(_, writer = _m0.Writer.create()) {
233
+ return writer;
234
+ },
235
+ decode(input, length) {
236
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
237
+ let end = length === undefined ? reader.len : reader.pos + length;
238
+ const message = createBaseMsgEditValidatorResponse();
239
+ while (reader.pos < end) {
240
+ const tag = reader.uint32();
241
+ switch (tag >>> 3) {
242
+ default:
243
+ reader.skipType(tag & 7);
244
+ break;
245
+ }
246
+ }
247
+ return message;
248
+ },
249
+ fromJSON(_) {
250
+ return {};
251
+ },
252
+ toJSON(_) {
253
+ const obj = {};
254
+ return obj;
255
+ },
256
+ fromPartial(_) {
257
+ const message = createBaseMsgEditValidatorResponse();
258
+ return message;
259
+ },
260
+ };
261
+ function createBaseMsgDelegate() {
262
+ return { delegatorAddress: "", validatorAddress: "", amount: undefined };
263
+ }
264
+ export const MsgDelegate = {
265
+ encode(message, writer = _m0.Writer.create()) {
266
+ if (message.delegatorAddress !== "") {
267
+ writer.uint32(10).string(message.delegatorAddress);
268
+ }
269
+ if (message.validatorAddress !== "") {
270
+ writer.uint32(18).string(message.validatorAddress);
271
+ }
272
+ if (message.amount !== undefined) {
273
+ Coin.encode(message.amount, writer.uint32(26).fork()).ldelim();
274
+ }
275
+ return writer;
276
+ },
277
+ decode(input, length) {
278
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
279
+ let end = length === undefined ? reader.len : reader.pos + length;
280
+ const message = createBaseMsgDelegate();
281
+ while (reader.pos < end) {
282
+ const tag = reader.uint32();
283
+ switch (tag >>> 3) {
284
+ case 1:
285
+ message.delegatorAddress = reader.string();
286
+ break;
287
+ case 2:
288
+ message.validatorAddress = reader.string();
289
+ break;
290
+ case 3:
291
+ message.amount = Coin.decode(reader, reader.uint32());
292
+ break;
293
+ default:
294
+ reader.skipType(tag & 7);
295
+ break;
296
+ }
297
+ }
298
+ return message;
299
+ },
300
+ fromJSON(object) {
301
+ return {
302
+ delegatorAddress: isSet(object.delegatorAddress) ? String(object.delegatorAddress) : "",
303
+ validatorAddress: isSet(object.validatorAddress) ? String(object.validatorAddress) : "",
304
+ amount: isSet(object.amount) ? Coin.fromJSON(object.amount) : undefined,
305
+ };
306
+ },
307
+ toJSON(message) {
308
+ const obj = {};
309
+ message.delegatorAddress !== undefined && (obj.delegatorAddress = message.delegatorAddress);
310
+ message.validatorAddress !== undefined && (obj.validatorAddress = message.validatorAddress);
311
+ message.amount !== undefined && (obj.amount = message.amount ? Coin.toJSON(message.amount) : undefined);
312
+ return obj;
313
+ },
314
+ fromPartial(object) {
315
+ const message = createBaseMsgDelegate();
316
+ message.delegatorAddress = object.delegatorAddress ?? "";
317
+ message.validatorAddress = object.validatorAddress ?? "";
318
+ message.amount = (object.amount !== undefined && object.amount !== null)
319
+ ? Coin.fromPartial(object.amount)
320
+ : undefined;
321
+ return message;
322
+ },
323
+ };
324
+ function createBaseMsgDelegateResponse() {
325
+ return {};
326
+ }
327
+ export const MsgDelegateResponse = {
328
+ encode(_, writer = _m0.Writer.create()) {
329
+ return writer;
330
+ },
331
+ decode(input, length) {
332
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
333
+ let end = length === undefined ? reader.len : reader.pos + length;
334
+ const message = createBaseMsgDelegateResponse();
335
+ while (reader.pos < end) {
336
+ const tag = reader.uint32();
337
+ switch (tag >>> 3) {
338
+ default:
339
+ reader.skipType(tag & 7);
340
+ break;
341
+ }
342
+ }
343
+ return message;
344
+ },
345
+ fromJSON(_) {
346
+ return {};
347
+ },
348
+ toJSON(_) {
349
+ const obj = {};
350
+ return obj;
351
+ },
352
+ fromPartial(_) {
353
+ const message = createBaseMsgDelegateResponse();
354
+ return message;
355
+ },
356
+ };
357
+ function createBaseMsgBeginRedelegate() {
358
+ return { delegatorAddress: "", validatorSrcAddress: "", validatorDstAddress: "", amount: undefined };
359
+ }
360
+ export const MsgBeginRedelegate = {
361
+ encode(message, writer = _m0.Writer.create()) {
362
+ if (message.delegatorAddress !== "") {
363
+ writer.uint32(10).string(message.delegatorAddress);
364
+ }
365
+ if (message.validatorSrcAddress !== "") {
366
+ writer.uint32(18).string(message.validatorSrcAddress);
367
+ }
368
+ if (message.validatorDstAddress !== "") {
369
+ writer.uint32(26).string(message.validatorDstAddress);
370
+ }
371
+ if (message.amount !== undefined) {
372
+ Coin.encode(message.amount, writer.uint32(34).fork()).ldelim();
373
+ }
374
+ return writer;
375
+ },
376
+ decode(input, length) {
377
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
378
+ let end = length === undefined ? reader.len : reader.pos + length;
379
+ const message = createBaseMsgBeginRedelegate();
380
+ while (reader.pos < end) {
381
+ const tag = reader.uint32();
382
+ switch (tag >>> 3) {
383
+ case 1:
384
+ message.delegatorAddress = reader.string();
385
+ break;
386
+ case 2:
387
+ message.validatorSrcAddress = reader.string();
388
+ break;
389
+ case 3:
390
+ message.validatorDstAddress = reader.string();
391
+ break;
392
+ case 4:
393
+ message.amount = Coin.decode(reader, reader.uint32());
394
+ break;
395
+ default:
396
+ reader.skipType(tag & 7);
397
+ break;
398
+ }
399
+ }
400
+ return message;
401
+ },
402
+ fromJSON(object) {
403
+ return {
404
+ delegatorAddress: isSet(object.delegatorAddress) ? String(object.delegatorAddress) : "",
405
+ validatorSrcAddress: isSet(object.validatorSrcAddress) ? String(object.validatorSrcAddress) : "",
406
+ validatorDstAddress: isSet(object.validatorDstAddress) ? String(object.validatorDstAddress) : "",
407
+ amount: isSet(object.amount) ? Coin.fromJSON(object.amount) : undefined,
408
+ };
409
+ },
410
+ toJSON(message) {
411
+ const obj = {};
412
+ message.delegatorAddress !== undefined && (obj.delegatorAddress = message.delegatorAddress);
413
+ message.validatorSrcAddress !== undefined && (obj.validatorSrcAddress = message.validatorSrcAddress);
414
+ message.validatorDstAddress !== undefined && (obj.validatorDstAddress = message.validatorDstAddress);
415
+ message.amount !== undefined && (obj.amount = message.amount ? Coin.toJSON(message.amount) : undefined);
416
+ return obj;
417
+ },
418
+ fromPartial(object) {
419
+ const message = createBaseMsgBeginRedelegate();
420
+ message.delegatorAddress = object.delegatorAddress ?? "";
421
+ message.validatorSrcAddress = object.validatorSrcAddress ?? "";
422
+ message.validatorDstAddress = object.validatorDstAddress ?? "";
423
+ message.amount = (object.amount !== undefined && object.amount !== null)
424
+ ? Coin.fromPartial(object.amount)
425
+ : undefined;
426
+ return message;
427
+ },
428
+ };
429
+ function createBaseMsgBeginRedelegateResponse() {
430
+ return { completionTime: undefined };
431
+ }
432
+ export const MsgBeginRedelegateResponse = {
433
+ encode(message, writer = _m0.Writer.create()) {
434
+ if (message.completionTime !== undefined) {
435
+ Timestamp.encode(toTimestamp(message.completionTime), writer.uint32(10).fork()).ldelim();
436
+ }
437
+ return writer;
438
+ },
439
+ decode(input, length) {
440
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
441
+ let end = length === undefined ? reader.len : reader.pos + length;
442
+ const message = createBaseMsgBeginRedelegateResponse();
443
+ while (reader.pos < end) {
444
+ const tag = reader.uint32();
445
+ switch (tag >>> 3) {
446
+ case 1:
447
+ message.completionTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
448
+ break;
449
+ default:
450
+ reader.skipType(tag & 7);
451
+ break;
452
+ }
453
+ }
454
+ return message;
455
+ },
456
+ fromJSON(object) {
457
+ return { completionTime: isSet(object.completionTime) ? fromJsonTimestamp(object.completionTime) : undefined };
458
+ },
459
+ toJSON(message) {
460
+ const obj = {};
461
+ message.completionTime !== undefined && (obj.completionTime = message.completionTime.toISOString());
462
+ return obj;
463
+ },
464
+ fromPartial(object) {
465
+ const message = createBaseMsgBeginRedelegateResponse();
466
+ message.completionTime = object.completionTime ?? undefined;
467
+ return message;
468
+ },
469
+ };
470
+ function createBaseMsgUndelegate() {
471
+ return { delegatorAddress: "", validatorAddress: "", amount: undefined };
472
+ }
473
+ export const MsgUndelegate = {
474
+ encode(message, writer = _m0.Writer.create()) {
475
+ if (message.delegatorAddress !== "") {
476
+ writer.uint32(10).string(message.delegatorAddress);
477
+ }
478
+ if (message.validatorAddress !== "") {
479
+ writer.uint32(18).string(message.validatorAddress);
480
+ }
481
+ if (message.amount !== undefined) {
482
+ Coin.encode(message.amount, writer.uint32(26).fork()).ldelim();
483
+ }
484
+ return writer;
485
+ },
486
+ decode(input, length) {
487
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
488
+ let end = length === undefined ? reader.len : reader.pos + length;
489
+ const message = createBaseMsgUndelegate();
490
+ while (reader.pos < end) {
491
+ const tag = reader.uint32();
492
+ switch (tag >>> 3) {
493
+ case 1:
494
+ message.delegatorAddress = reader.string();
495
+ break;
496
+ case 2:
497
+ message.validatorAddress = reader.string();
498
+ break;
499
+ case 3:
500
+ message.amount = Coin.decode(reader, reader.uint32());
501
+ break;
502
+ default:
503
+ reader.skipType(tag & 7);
504
+ break;
505
+ }
506
+ }
507
+ return message;
508
+ },
509
+ fromJSON(object) {
510
+ return {
511
+ delegatorAddress: isSet(object.delegatorAddress) ? String(object.delegatorAddress) : "",
512
+ validatorAddress: isSet(object.validatorAddress) ? String(object.validatorAddress) : "",
513
+ amount: isSet(object.amount) ? Coin.fromJSON(object.amount) : undefined,
514
+ };
515
+ },
516
+ toJSON(message) {
517
+ const obj = {};
518
+ message.delegatorAddress !== undefined && (obj.delegatorAddress = message.delegatorAddress);
519
+ message.validatorAddress !== undefined && (obj.validatorAddress = message.validatorAddress);
520
+ message.amount !== undefined && (obj.amount = message.amount ? Coin.toJSON(message.amount) : undefined);
521
+ return obj;
522
+ },
523
+ fromPartial(object) {
524
+ const message = createBaseMsgUndelegate();
525
+ message.delegatorAddress = object.delegatorAddress ?? "";
526
+ message.validatorAddress = object.validatorAddress ?? "";
527
+ message.amount = (object.amount !== undefined && object.amount !== null)
528
+ ? Coin.fromPartial(object.amount)
529
+ : undefined;
530
+ return message;
531
+ },
532
+ };
533
+ function createBaseMsgUndelegateResponse() {
534
+ return { completionTime: undefined };
535
+ }
536
+ export const MsgUndelegateResponse = {
537
+ encode(message, writer = _m0.Writer.create()) {
538
+ if (message.completionTime !== undefined) {
539
+ Timestamp.encode(toTimestamp(message.completionTime), writer.uint32(10).fork()).ldelim();
540
+ }
541
+ return writer;
542
+ },
543
+ decode(input, length) {
544
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
545
+ let end = length === undefined ? reader.len : reader.pos + length;
546
+ const message = createBaseMsgUndelegateResponse();
547
+ while (reader.pos < end) {
548
+ const tag = reader.uint32();
549
+ switch (tag >>> 3) {
550
+ case 1:
551
+ message.completionTime = fromTimestamp(Timestamp.decode(reader, reader.uint32()));
552
+ break;
553
+ default:
554
+ reader.skipType(tag & 7);
555
+ break;
556
+ }
557
+ }
558
+ return message;
559
+ },
560
+ fromJSON(object) {
561
+ return { completionTime: isSet(object.completionTime) ? fromJsonTimestamp(object.completionTime) : undefined };
562
+ },
563
+ toJSON(message) {
564
+ const obj = {};
565
+ message.completionTime !== undefined && (obj.completionTime = message.completionTime.toISOString());
566
+ return obj;
567
+ },
568
+ fromPartial(object) {
569
+ const message = createBaseMsgUndelegateResponse();
570
+ message.completionTime = object.completionTime ?? undefined;
571
+ return message;
572
+ },
573
+ };
574
+ function createBaseMsgCancelUnbondingDelegation() {
575
+ return { delegatorAddress: "", validatorAddress: "", amount: undefined, creationHeight: 0 };
576
+ }
577
+ export const MsgCancelUnbondingDelegation = {
578
+ encode(message, writer = _m0.Writer.create()) {
579
+ if (message.delegatorAddress !== "") {
580
+ writer.uint32(10).string(message.delegatorAddress);
581
+ }
582
+ if (message.validatorAddress !== "") {
583
+ writer.uint32(18).string(message.validatorAddress);
584
+ }
585
+ if (message.amount !== undefined) {
586
+ Coin.encode(message.amount, writer.uint32(26).fork()).ldelim();
587
+ }
588
+ if (message.creationHeight !== 0) {
589
+ writer.uint32(32).int64(message.creationHeight);
590
+ }
591
+ return writer;
592
+ },
593
+ decode(input, length) {
594
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
595
+ let end = length === undefined ? reader.len : reader.pos + length;
596
+ const message = createBaseMsgCancelUnbondingDelegation();
597
+ while (reader.pos < end) {
598
+ const tag = reader.uint32();
599
+ switch (tag >>> 3) {
600
+ case 1:
601
+ message.delegatorAddress = reader.string();
602
+ break;
603
+ case 2:
604
+ message.validatorAddress = reader.string();
605
+ break;
606
+ case 3:
607
+ message.amount = Coin.decode(reader, reader.uint32());
608
+ break;
609
+ case 4:
610
+ message.creationHeight = longToNumber(reader.int64());
611
+ break;
612
+ default:
613
+ reader.skipType(tag & 7);
614
+ break;
615
+ }
616
+ }
617
+ return message;
618
+ },
619
+ fromJSON(object) {
620
+ return {
621
+ delegatorAddress: isSet(object.delegatorAddress) ? String(object.delegatorAddress) : "",
622
+ validatorAddress: isSet(object.validatorAddress) ? String(object.validatorAddress) : "",
623
+ amount: isSet(object.amount) ? Coin.fromJSON(object.amount) : undefined,
624
+ creationHeight: isSet(object.creationHeight) ? Number(object.creationHeight) : 0,
625
+ };
626
+ },
627
+ toJSON(message) {
628
+ const obj = {};
629
+ message.delegatorAddress !== undefined && (obj.delegatorAddress = message.delegatorAddress);
630
+ message.validatorAddress !== undefined && (obj.validatorAddress = message.validatorAddress);
631
+ message.amount !== undefined && (obj.amount = message.amount ? Coin.toJSON(message.amount) : undefined);
632
+ message.creationHeight !== undefined && (obj.creationHeight = Math.round(message.creationHeight));
633
+ return obj;
634
+ },
635
+ fromPartial(object) {
636
+ const message = createBaseMsgCancelUnbondingDelegation();
637
+ message.delegatorAddress = object.delegatorAddress ?? "";
638
+ message.validatorAddress = object.validatorAddress ?? "";
639
+ message.amount = (object.amount !== undefined && object.amount !== null)
640
+ ? Coin.fromPartial(object.amount)
641
+ : undefined;
642
+ message.creationHeight = object.creationHeight ?? 0;
643
+ return message;
644
+ },
645
+ };
646
+ function createBaseMsgCancelUnbondingDelegationResponse() {
647
+ return {};
648
+ }
649
+ export const MsgCancelUnbondingDelegationResponse = {
650
+ encode(_, writer = _m0.Writer.create()) {
651
+ return writer;
652
+ },
653
+ decode(input, length) {
654
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
655
+ let end = length === undefined ? reader.len : reader.pos + length;
656
+ const message = createBaseMsgCancelUnbondingDelegationResponse();
657
+ while (reader.pos < end) {
658
+ const tag = reader.uint32();
659
+ switch (tag >>> 3) {
660
+ default:
661
+ reader.skipType(tag & 7);
662
+ break;
663
+ }
664
+ }
665
+ return message;
666
+ },
667
+ fromJSON(_) {
668
+ return {};
669
+ },
670
+ toJSON(_) {
671
+ const obj = {};
672
+ return obj;
673
+ },
674
+ fromPartial(_) {
675
+ const message = createBaseMsgCancelUnbondingDelegationResponse();
676
+ return message;
677
+ },
678
+ };
679
+ function createBaseMsgUpdateParams() {
680
+ return { authority: "", params: undefined };
681
+ }
682
+ export const MsgUpdateParams = {
683
+ encode(message, writer = _m0.Writer.create()) {
684
+ if (message.authority !== "") {
685
+ writer.uint32(10).string(message.authority);
686
+ }
687
+ if (message.params !== undefined) {
688
+ Params.encode(message.params, writer.uint32(18).fork()).ldelim();
689
+ }
690
+ return writer;
691
+ },
692
+ decode(input, length) {
693
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
694
+ let end = length === undefined ? reader.len : reader.pos + length;
695
+ const message = createBaseMsgUpdateParams();
696
+ while (reader.pos < end) {
697
+ const tag = reader.uint32();
698
+ switch (tag >>> 3) {
699
+ case 1:
700
+ message.authority = reader.string();
701
+ break;
702
+ case 2:
703
+ message.params = Params.decode(reader, reader.uint32());
704
+ break;
705
+ default:
706
+ reader.skipType(tag & 7);
707
+ break;
708
+ }
709
+ }
710
+ return message;
711
+ },
712
+ fromJSON(object) {
713
+ return {
714
+ authority: isSet(object.authority) ? String(object.authority) : "",
715
+ params: isSet(object.params) ? Params.fromJSON(object.params) : undefined,
716
+ };
717
+ },
718
+ toJSON(message) {
719
+ const obj = {};
720
+ message.authority !== undefined && (obj.authority = message.authority);
721
+ message.params !== undefined && (obj.params = message.params ? Params.toJSON(message.params) : undefined);
722
+ return obj;
723
+ },
724
+ fromPartial(object) {
725
+ const message = createBaseMsgUpdateParams();
726
+ message.authority = object.authority ?? "";
727
+ message.params = (object.params !== undefined && object.params !== null)
728
+ ? Params.fromPartial(object.params)
729
+ : undefined;
730
+ return message;
731
+ },
732
+ };
733
+ function createBaseMsgUpdateParamsResponse() {
734
+ return {};
735
+ }
736
+ export const MsgUpdateParamsResponse = {
737
+ encode(_, writer = _m0.Writer.create()) {
738
+ return writer;
739
+ },
740
+ decode(input, length) {
741
+ const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input);
742
+ let end = length === undefined ? reader.len : reader.pos + length;
743
+ const message = createBaseMsgUpdateParamsResponse();
744
+ while (reader.pos < end) {
745
+ const tag = reader.uint32();
746
+ switch (tag >>> 3) {
747
+ default:
748
+ reader.skipType(tag & 7);
749
+ break;
750
+ }
751
+ }
752
+ return message;
753
+ },
754
+ fromJSON(_) {
755
+ return {};
756
+ },
757
+ toJSON(_) {
758
+ const obj = {};
759
+ return obj;
760
+ },
761
+ fromPartial(_) {
762
+ const message = createBaseMsgUpdateParamsResponse();
763
+ return message;
764
+ },
765
+ };
766
+ export class MsgClientImpl {
767
+ constructor(rpc) {
768
+ this.rpc = rpc;
769
+ this.CreateValidator = this.CreateValidator.bind(this);
770
+ this.EditValidator = this.EditValidator.bind(this);
771
+ this.Delegate = this.Delegate.bind(this);
772
+ this.BeginRedelegate = this.BeginRedelegate.bind(this);
773
+ this.Undelegate = this.Undelegate.bind(this);
774
+ this.CancelUnbondingDelegation = this.CancelUnbondingDelegation.bind(this);
775
+ this.UpdateParams = this.UpdateParams.bind(this);
776
+ }
777
+ CreateValidator(request) {
778
+ const data = MsgCreateValidator.encode(request).finish();
779
+ const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "CreateValidator", data);
780
+ return promise.then((data) => MsgCreateValidatorResponse.decode(new _m0.Reader(data)));
781
+ }
782
+ EditValidator(request) {
783
+ const data = MsgEditValidator.encode(request).finish();
784
+ const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "EditValidator", data);
785
+ return promise.then((data) => MsgEditValidatorResponse.decode(new _m0.Reader(data)));
786
+ }
787
+ Delegate(request) {
788
+ const data = MsgDelegate.encode(request).finish();
789
+ const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "Delegate", data);
790
+ return promise.then((data) => MsgDelegateResponse.decode(new _m0.Reader(data)));
791
+ }
792
+ BeginRedelegate(request) {
793
+ const data = MsgBeginRedelegate.encode(request).finish();
794
+ const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "BeginRedelegate", data);
795
+ return promise.then((data) => MsgBeginRedelegateResponse.decode(new _m0.Reader(data)));
796
+ }
797
+ Undelegate(request) {
798
+ const data = MsgUndelegate.encode(request).finish();
799
+ const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "Undelegate", data);
800
+ return promise.then((data) => MsgUndelegateResponse.decode(new _m0.Reader(data)));
801
+ }
802
+ CancelUnbondingDelegation(request) {
803
+ const data = MsgCancelUnbondingDelegation.encode(request).finish();
804
+ const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "CancelUnbondingDelegation", data);
805
+ return promise.then((data) => MsgCancelUnbondingDelegationResponse.decode(new _m0.Reader(data)));
806
+ }
807
+ UpdateParams(request) {
808
+ const data = MsgUpdateParams.encode(request).finish();
809
+ const promise = this.rpc.request("cosmos.staking.v1beta1.Msg", "UpdateParams", data);
810
+ return promise.then((data) => MsgUpdateParamsResponse.decode(new _m0.Reader(data)));
811
+ }
812
+ }
813
+ var globalThis = (() => {
814
+ if (typeof globalThis !== "undefined") {
815
+ return globalThis;
816
+ }
817
+ if (typeof self !== "undefined") {
818
+ return self;
819
+ }
820
+ if (typeof window !== "undefined") {
821
+ return window;
822
+ }
823
+ if (typeof global !== "undefined") {
824
+ return global;
825
+ }
826
+ throw "Unable to locate global object";
827
+ })();
828
+ function toTimestamp(date) {
829
+ const seconds = date.getTime() / 1000;
830
+ const nanos = (date.getTime() % 1000) * 1000000;
831
+ return { seconds, nanos };
832
+ }
833
+ function fromTimestamp(t) {
834
+ let millis = t.seconds * 1000;
835
+ millis += t.nanos / 1000000;
836
+ return new Date(millis);
837
+ }
838
+ function fromJsonTimestamp(o) {
839
+ if (o instanceof Date) {
840
+ return o;
841
+ }
842
+ else if (typeof o === "string") {
843
+ return new Date(o);
844
+ }
845
+ else {
846
+ return fromTimestamp(Timestamp.fromJSON(o));
847
+ }
848
+ }
849
+ function longToNumber(long) {
850
+ if (long.gt(Number.MAX_SAFE_INTEGER)) {
851
+ throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
852
+ }
853
+ return long.toNumber();
854
+ }
855
+ if (_m0.util.Long !== Long) {
856
+ _m0.util.Long = Long;
857
+ _m0.configure();
858
+ }
859
+ function isSet(value) {
860
+ return value !== null && value !== undefined;
861
+ }