@xpla/xpla-react 1.7.0-beta.0 → 1.7.0-beta.11

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 (1555) hide show
  1. package/amino/amino.d.ts +1 -0
  2. package/amino/amino.js +2 -0
  3. package/binary.d.ts +130 -0
  4. package/binary.js +370 -0
  5. package/cosmos/app/runtime/v1alpha1/module.d.ts +176 -0
  6. package/cosmos/app/runtime/v1alpha1/module.js +292 -0
  7. package/cosmos/app/runtime/v2/module.d.ts +231 -0
  8. package/cosmos/app/runtime/v2/module.js +421 -0
  9. package/cosmos/app/v1alpha1/config.d.ts +184 -0
  10. package/cosmos/app/v1alpha1/config.js +298 -0
  11. package/cosmos/app/v1alpha1/module.d.ts +237 -0
  12. package/cosmos/app/v1alpha1/module.js +280 -0
  13. package/cosmos/app/v1alpha1/query.d.ts +69 -0
  14. package/cosmos/app/v1alpha1/query.js +148 -0
  15. package/cosmos/app/v1alpha1/query.rpc.func.d.ts +3 -0
  16. package/cosmos/app/v1alpha1/query.rpc.func.js +14 -0
  17. package/cosmos/app/v1alpha1/query.rpc.react.d.ts +2 -0
  18. package/cosmos/app/v1alpha1/query.rpc.react.js +9 -0
  19. package/cosmos/auth/module/v1/module.d.ts +90 -0
  20. package/cosmos/auth/module/v1/module.js +202 -0
  21. package/cosmos/auth/v1beta1/accounts.d.ts +106 -0
  22. package/cosmos/auth/v1beta1/accounts.js +161 -0
  23. package/cosmos/auth/v1beta1/auth.d.ts +181 -0
  24. package/cosmos/auth/v1beta1/auth.js +448 -0
  25. package/cosmos/auth/v1beta1/genesis.d.ts +43 -0
  26. package/cosmos/auth/v1beta1/genesis.js +98 -0
  27. package/cosmos/auth/v1beta1/query.d.ts +830 -0
  28. package/cosmos/auth/v1beta1/query.js +1558 -0
  29. package/cosmos/auth/v1beta1/query.rpc.func.d.ts +12 -0
  30. package/cosmos/auth/v1beta1/query.rpc.func.js +95 -0
  31. package/cosmos/auth/v1beta1/query.rpc.react.d.ts +11 -0
  32. package/cosmos/auth/v1beta1/query.rpc.react.js +45 -0
  33. package/cosmos/auth/v1beta1/tx.d.ts +99 -0
  34. package/cosmos/auth/v1beta1/tx.js +160 -0
  35. package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -0
  36. package/cosmos/auth/v1beta1/tx.registry.js +5 -0
  37. package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +3 -0
  38. package/cosmos/auth/v1beta1/tx.rpc.func.js +14 -0
  39. package/cosmos/auth/v1beta1/tx.rpc.react.d.ts +2 -0
  40. package/cosmos/auth/v1beta1/tx.rpc.react.js +8 -0
  41. package/cosmos/authz/module/v1/module.d.ts +33 -0
  42. package/cosmos/authz/module/v1/module.js +68 -0
  43. package/cosmos/authz/v1beta1/authz.d.ts +185 -0
  44. package/cosmos/authz/v1beta1/authz.js +390 -0
  45. package/cosmos/authz/v1beta1/event.d.ts +88 -0
  46. package/cosmos/authz/v1beta1/event.js +206 -0
  47. package/cosmos/authz/v1beta1/genesis.d.ts +36 -0
  48. package/cosmos/authz/v1beta1/genesis.js +87 -0
  49. package/cosmos/authz/v1beta1/query.d.ts +238 -0
  50. package/cosmos/authz/v1beta1/query.js +588 -0
  51. package/cosmos/authz/v1beta1/query.rpc.func.d.ts +5 -0
  52. package/cosmos/authz/v1beta1/query.rpc.func.js +32 -0
  53. package/cosmos/authz/v1beta1/query.rpc.react.d.ts +4 -0
  54. package/cosmos/authz/v1beta1/query.rpc.react.js +17 -0
  55. package/cosmos/authz/v1beta1/tx.d.ts +246 -0
  56. package/cosmos/authz/v1beta1/tx.js +512 -0
  57. package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -0
  58. package/cosmos/authz/v1beta1/tx.registry.js +5 -0
  59. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +5 -0
  60. package/cosmos/authz/v1beta1/tx.rpc.func.js +30 -0
  61. package/cosmos/authz/v1beta1/tx.rpc.react.d.ts +4 -0
  62. package/cosmos/authz/v1beta1/tx.rpc.react.js +14 -0
  63. package/cosmos/autocli/v1/options.d.ts +419 -0
  64. package/cosmos/autocli/v1/options.js +842 -0
  65. package/cosmos/autocli/v1/query.d.ts +100 -0
  66. package/cosmos/autocli/v1/query.js +239 -0
  67. package/cosmos/autocli/v1/query.rpc.func.d.ts +3 -0
  68. package/cosmos/autocli/v1/query.rpc.func.js +14 -0
  69. package/cosmos/autocli/v1/query.rpc.react.d.ts +2 -0
  70. package/cosmos/autocli/v1/query.rpc.react.js +9 -0
  71. package/cosmos/bank/module/v1/module.d.ts +63 -0
  72. package/cosmos/bank/module/v1/module.js +111 -0
  73. package/cosmos/bank/v1beta1/authz.d.ts +60 -0
  74. package/cosmos/bank/v1beta1/authz.js +105 -0
  75. package/cosmos/bank/v1beta1/bank.d.ts +378 -0
  76. package/cosmos/bank/v1beta1/bank.js +731 -0
  77. package/cosmos/bank/v1beta1/genesis.d.ts +114 -0
  78. package/cosmos/bank/v1beta1/genesis.js +243 -0
  79. package/cosmos/bank/v1beta1/query.d.ts +1186 -0
  80. package/cosmos/bank/v1beta1/query.js +2338 -0
  81. package/cosmos/bank/v1beta1/query.rpc.func.d.ts +15 -0
  82. package/cosmos/bank/v1beta1/query.rpc.func.js +122 -0
  83. package/cosmos/bank/v1beta1/query.rpc.react.d.ts +14 -0
  84. package/cosmos/bank/v1beta1/query.rpc.react.js +57 -0
  85. package/cosmos/bank/v1beta1/tx.d.ts +350 -0
  86. package/cosmos/bank/v1beta1/tx.js +666 -0
  87. package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -0
  88. package/cosmos/bank/v1beta1/tx.registry.js +5 -0
  89. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +6 -0
  90. package/cosmos/bank/v1beta1/tx.rpc.func.js +38 -0
  91. package/cosmos/bank/v1beta1/tx.rpc.react.d.ts +5 -0
  92. package/cosmos/bank/v1beta1/tx.rpc.react.js +17 -0
  93. package/cosmos/base/abci/v1beta1/abci.d.ts +610 -0
  94. package/cosmos/base/abci/v1beta1/abci.js +1294 -0
  95. package/cosmos/base/grpc/v2/service.d.ts +168 -0
  96. package/cosmos/base/grpc/v2/service.js +394 -0
  97. package/cosmos/base/grpc/v2/service.rpc.func.d.ts +4 -0
  98. package/cosmos/base/grpc/v2/service.rpc.func.js +23 -0
  99. package/cosmos/base/grpc/v2/service.rpc.react.d.ts +3 -0
  100. package/cosmos/base/grpc/v2/service.rpc.react.js +13 -0
  101. package/cosmos/base/node/v1beta1/query.d.ts +154 -0
  102. package/cosmos/base/node/v1beta1/query.js +372 -0
  103. package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +4 -0
  104. package/cosmos/base/node/v1beta1/query.rpc.func.js +23 -0
  105. package/cosmos/base/node/v1beta1/query.rpc.react.d.ts +3 -0
  106. package/cosmos/base/node/v1beta1/query.rpc.react.js +13 -0
  107. package/cosmos/base/query/v1beta1/pagination.d.ts +178 -0
  108. package/cosmos/base/query/v1beta1/pagination.js +219 -0
  109. package/cosmos/base/reflection/v1beta1/reflection.d.ts +148 -0
  110. package/cosmos/base/reflection/v1beta1/reflection.js +305 -0
  111. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +4 -0
  112. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +23 -0
  113. package/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +3 -0
  114. package/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +13 -0
  115. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +1034 -0
  116. package/cosmos/base/reflection/v2alpha1/reflection.js +2164 -0
  117. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +8 -0
  118. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +59 -0
  119. package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +7 -0
  120. package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +29 -0
  121. package/cosmos/base/tendermint/v1beta1/query.d.ts +759 -0
  122. package/cosmos/base/tendermint/v1beta1/query.js +1894 -0
  123. package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +9 -0
  124. package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +68 -0
  125. package/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +8 -0
  126. package/cosmos/base/tendermint/v1beta1/query.rpc.react.js +33 -0
  127. package/cosmos/base/tendermint/v1beta1/types.d.ts +139 -0
  128. package/cosmos/base/tendermint/v1beta1/types.js +363 -0
  129. package/cosmos/base/v1beta1/coin.d.ts +170 -0
  130. package/cosmos/base/v1beta1/coin.js +337 -0
  131. package/cosmos/circuit/module/v1/module.d.ts +36 -0
  132. package/cosmos/circuit/module/v1/module.js +83 -0
  133. package/cosmos/circuit/v1/query.d.ts +200 -0
  134. package/cosmos/circuit/v1/query.js +480 -0
  135. package/cosmos/circuit/v1/query.rpc.func.d.ts +8 -0
  136. package/cosmos/circuit/v1/query.rpc.func.js +42 -0
  137. package/cosmos/circuit/v1/tx.d.ts +251 -0
  138. package/cosmos/circuit/v1/tx.js +528 -0
  139. package/cosmos/circuit/v1/tx.registry.d.ts +47 -0
  140. package/cosmos/circuit/v1/tx.registry.js +67 -0
  141. package/cosmos/circuit/v1/tx.rpc.func.d.ts +8 -0
  142. package/cosmos/circuit/v1/tx.rpc.func.js +37 -0
  143. package/cosmos/circuit/v1/types.d.ts +151 -0
  144. package/cosmos/circuit/v1/types.js +350 -0
  145. package/cosmos/consensus/module/v1/module.d.ts +37 -0
  146. package/cosmos/consensus/module/v1/module.js +81 -0
  147. package/cosmos/consensus/v1/query.d.ts +77 -0
  148. package/cosmos/consensus/v1/query.js +148 -0
  149. package/cosmos/consensus/v1/query.rpc.func.d.ts +3 -0
  150. package/cosmos/consensus/v1/query.rpc.func.js +14 -0
  151. package/cosmos/consensus/v1/query.rpc.react.d.ts +2 -0
  152. package/cosmos/consensus/v1/query.rpc.react.js +9 -0
  153. package/cosmos/consensus/v1/tx.d.ts +99 -0
  154. package/cosmos/consensus/v1/tx.js +199 -0
  155. package/cosmos/consensus/v1/tx.registry.d.ts +2 -0
  156. package/cosmos/consensus/v1/tx.registry.js +5 -0
  157. package/cosmos/consensus/v1/tx.rpc.func.d.ts +3 -0
  158. package/cosmos/consensus/v1/tx.rpc.func.js +14 -0
  159. package/cosmos/consensus/v1/tx.rpc.react.d.ts +2 -0
  160. package/cosmos/consensus/v1/tx.rpc.react.js +8 -0
  161. package/cosmos/crisis/module/v1/module.d.ts +40 -0
  162. package/cosmos/crisis/module/v1/module.js +95 -0
  163. package/cosmos/crisis/v1beta1/genesis.d.ts +43 -0
  164. package/cosmos/crisis/v1beta1/genesis.js +84 -0
  165. package/cosmos/crisis/v1beta1/tx.d.ts +161 -0
  166. package/cosmos/crisis/v1beta1/tx.js +328 -0
  167. package/cosmos/crisis/v1beta1/tx.registry.d.ts +35 -0
  168. package/cosmos/crisis/v1beta1/tx.registry.js +49 -0
  169. package/cosmos/crisis/v1beta1/tx.rpc.func.d.ts +6 -0
  170. package/cosmos/crisis/v1beta1/tx.rpc.func.js +27 -0
  171. package/cosmos/crypto/ed25519/keys.d.ts +84 -0
  172. package/cosmos/crypto/ed25519/keys.js +162 -0
  173. package/cosmos/crypto/hd/v1/hd.d.ts +58 -0
  174. package/cosmos/crypto/hd/v1/hd.js +131 -0
  175. package/cosmos/crypto/keyring/v1/record.d.ts +188 -0
  176. package/cosmos/crypto/keyring/v1/record.js +431 -0
  177. package/cosmos/crypto/multisig/keys.d.ts +45 -0
  178. package/cosmos/crypto/multisig/keys.js +99 -0
  179. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +88 -0
  180. package/cosmos/crypto/multisig/v1beta1/multisig.js +174 -0
  181. package/cosmos/crypto/secp256k1/keys.d.ts +78 -0
  182. package/cosmos/crypto/secp256k1/keys.js +162 -0
  183. package/cosmos/crypto/secp256r1/keys.d.ts +76 -0
  184. package/cosmos/crypto/secp256r1/keys.js +162 -0
  185. package/cosmos/distribution/module/v1/module.d.ts +39 -0
  186. package/cosmos/distribution/module/v1/module.js +93 -0
  187. package/cosmos/distribution/v1beta1/distribution.d.ts +553 -0
  188. package/cosmos/distribution/v1beta1/distribution.js +1168 -0
  189. package/cosmos/distribution/v1beta1/genesis.d.ts +384 -0
  190. package/cosmos/distribution/v1beta1/genesis.js +908 -0
  191. package/cosmos/distribution/v1beta1/query.d.ts +823 -0
  192. package/cosmos/distribution/v1beta1/query.js +1661 -0
  193. package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +12 -0
  194. package/cosmos/distribution/v1beta1/query.rpc.func.js +95 -0
  195. package/cosmos/distribution/v1beta1/query.rpc.react.d.ts +11 -0
  196. package/cosmos/distribution/v1beta1/query.rpc.react.js +45 -0
  197. package/cosmos/distribution/v1beta1/tx.d.ts +592 -0
  198. package/cosmos/distribution/v1beta1/tx.js +1142 -0
  199. package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -0
  200. package/cosmos/distribution/v1beta1/tx.registry.js +5 -0
  201. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +9 -0
  202. package/cosmos/distribution/v1beta1/tx.rpc.func.js +62 -0
  203. package/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +8 -0
  204. package/cosmos/distribution/v1beta1/tx.rpc.react.js +26 -0
  205. package/cosmos/evidence/module/v1/module.d.ts +33 -0
  206. package/cosmos/evidence/module/v1/module.js +68 -0
  207. package/cosmos/evidence/v1beta1/evidence.d.ts +55 -0
  208. package/cosmos/evidence/v1beta1/evidence.js +119 -0
  209. package/cosmos/evidence/v1beta1/genesis.d.ts +38 -0
  210. package/cosmos/evidence/v1beta1/genesis.js +85 -0
  211. package/cosmos/evidence/v1beta1/query.d.ts +180 -0
  212. package/cosmos/evidence/v1beta1/query.js +346 -0
  213. package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +4 -0
  214. package/cosmos/evidence/v1beta1/query.rpc.func.js +23 -0
  215. package/cosmos/evidence/v1beta1/query.rpc.react.d.ts +3 -0
  216. package/cosmos/evidence/v1beta1/query.rpc.react.js +13 -0
  217. package/cosmos/evidence/v1beta1/tx.d.ts +86 -0
  218. package/cosmos/evidence/v1beta1/tx.js +173 -0
  219. package/cosmos/evidence/v1beta1/tx.registry.d.ts +2 -0
  220. package/cosmos/evidence/v1beta1/tx.registry.js +5 -0
  221. package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +3 -0
  222. package/cosmos/evidence/v1beta1/tx.rpc.func.js +14 -0
  223. package/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +2 -0
  224. package/cosmos/evidence/v1beta1/tx.rpc.react.js +8 -0
  225. package/cosmos/feegrant/module/v1/module.d.ts +33 -0
  226. package/cosmos/feegrant/module/v1/module.js +68 -0
  227. package/cosmos/feegrant/v1beta1/feegrant.d.ts +223 -0
  228. package/cosmos/feegrant/v1beta1/feegrant.js +445 -0
  229. package/cosmos/feegrant/v1beta1/genesis.d.ts +36 -0
  230. package/cosmos/feegrant/v1beta1/genesis.js +87 -0
  231. package/cosmos/feegrant/v1beta1/query.d.ts +246 -0
  232. package/cosmos/feegrant/v1beta1/query.js +546 -0
  233. package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +5 -0
  234. package/cosmos/feegrant/v1beta1/query.rpc.func.js +32 -0
  235. package/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +4 -0
  236. package/cosmos/feegrant/v1beta1/query.rpc.react.js +17 -0
  237. package/cosmos/feegrant/v1beta1/tx.d.ts +239 -0
  238. package/cosmos/feegrant/v1beta1/tx.js +470 -0
  239. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -0
  240. package/cosmos/feegrant/v1beta1/tx.registry.js +5 -0
  241. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +5 -0
  242. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +30 -0
  243. package/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +4 -0
  244. package/cosmos/feegrant/v1beta1/tx.rpc.react.js +14 -0
  245. package/cosmos/genutil/module/v1/module.d.ts +32 -0
  246. package/cosmos/genutil/module/v1/module.js +70 -0
  247. package/cosmos/genutil/v1beta1/genesis.d.ts +36 -0
  248. package/cosmos/genutil/v1beta1/genesis.js +87 -0
  249. package/cosmos/gov/module/v1/module.d.ts +47 -0
  250. package/cosmos/gov/module/v1/module.js +93 -0
  251. package/cosmos/gov/v1/genesis.d.ts +116 -0
  252. package/cosmos/gov/v1/genesis.js +195 -0
  253. package/cosmos/gov/v1/gov.d.ts +705 -0
  254. package/cosmos/gov/v1/gov.js +1364 -0
  255. package/cosmos/gov/v1/query.d.ts +724 -0
  256. package/cosmos/gov/v1/query.js +1573 -0
  257. package/cosmos/gov/v1/query.rpc.func.d.ts +11 -0
  258. package/cosmos/gov/v1/query.rpc.func.js +86 -0
  259. package/cosmos/gov/v1/query.rpc.react.d.ts +10 -0
  260. package/cosmos/gov/v1/query.rpc.react.js +41 -0
  261. package/cosmos/gov/v1/tx.d.ts +640 -0
  262. package/cosmos/gov/v1/tx.js +1298 -0
  263. package/cosmos/gov/v1/tx.registry.d.ts +2 -0
  264. package/cosmos/gov/v1/tx.registry.js +5 -0
  265. package/cosmos/gov/v1/tx.rpc.func.d.ts +9 -0
  266. package/cosmos/gov/v1/tx.rpc.func.js +62 -0
  267. package/cosmos/gov/v1/tx.rpc.react.d.ts +8 -0
  268. package/cosmos/gov/v1/tx.rpc.react.js +26 -0
  269. package/cosmos/gov/v1beta1/genesis.d.ts +62 -0
  270. package/cosmos/gov/v1beta1/genesis.js +170 -0
  271. package/cosmos/gov/v1beta1/gov.d.ts +533 -0
  272. package/cosmos/gov/v1beta1/gov.js +1143 -0
  273. package/cosmos/gov/v1beta1/query.d.ts +622 -0
  274. package/cosmos/gov/v1beta1/query.js +1419 -0
  275. package/cosmos/gov/v1beta1/query.rpc.func.d.ts +10 -0
  276. package/cosmos/gov/v1beta1/query.rpc.func.js +77 -0
  277. package/cosmos/gov/v1beta1/query.rpc.react.d.ts +9 -0
  278. package/cosmos/gov/v1beta1/query.rpc.react.js +37 -0
  279. package/cosmos/gov/v1beta1/tx.d.ts +335 -0
  280. package/cosmos/gov/v1beta1/tx.js +722 -0
  281. package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -0
  282. package/cosmos/gov/v1beta1/tx.registry.js +5 -0
  283. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +6 -0
  284. package/cosmos/gov/v1beta1/tx.rpc.func.js +38 -0
  285. package/cosmos/gov/v1beta1/tx.rpc.react.d.ts +5 -0
  286. package/cosmos/gov/v1beta1/tx.rpc.react.js +17 -0
  287. package/cosmos/group/module/v1/module.d.ts +53 -0
  288. package/cosmos/group/module/v1/module.js +96 -0
  289. package/cosmos/group/v1/events.d.ts +363 -0
  290. package/cosmos/group/v1/events.js +847 -0
  291. package/cosmos/group/v1/genesis.d.ts +83 -0
  292. package/cosmos/group/v1/genesis.js +183 -0
  293. package/cosmos/group/v1/query.d.ts +1044 -0
  294. package/cosmos/group/v1/query.js +2434 -0
  295. package/cosmos/group/v1/query.rpc.func.d.ts +30 -0
  296. package/cosmos/group/v1/query.rpc.func.js +174 -0
  297. package/cosmos/group/v1/tx.d.ts +1140 -0
  298. package/cosmos/group/v1/tx.js +2567 -0
  299. package/cosmos/group/v1/tx.registry.d.ts +179 -0
  300. package/cosmos/group/v1/tx.registry.js +265 -0
  301. package/cosmos/group/v1/tx.rpc.func.d.ts +30 -0
  302. package/cosmos/group/v1/tx.rpc.func.js +147 -0
  303. package/cosmos/group/v1/types.d.ts +799 -0
  304. package/cosmos/group/v1/types.js +1542 -0
  305. package/cosmos/ics23/v1/proofs.d.ts +743 -0
  306. package/cosmos/ics23/v1/proofs.js +1619 -0
  307. package/cosmos/mint/module/v1/module.d.ts +39 -0
  308. package/cosmos/mint/module/v1/module.js +93 -0
  309. package/cosmos/mint/v1beta1/genesis.d.ts +42 -0
  310. package/cosmos/mint/v1beta1/genesis.js +97 -0
  311. package/cosmos/mint/v1beta1/mint.d.ts +96 -0
  312. package/cosmos/mint/v1beta1/mint.js +231 -0
  313. package/cosmos/mint/v1beta1/query.d.ts +219 -0
  314. package/cosmos/mint/v1beta1/query.js +431 -0
  315. package/cosmos/mint/v1beta1/query.rpc.func.d.ts +5 -0
  316. package/cosmos/mint/v1beta1/query.rpc.func.js +32 -0
  317. package/cosmos/mint/v1beta1/query.rpc.react.d.ts +4 -0
  318. package/cosmos/mint/v1beta1/query.rpc.react.js +17 -0
  319. package/cosmos/mint/v1beta1/tx.d.ts +99 -0
  320. package/cosmos/mint/v1beta1/tx.js +160 -0
  321. package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -0
  322. package/cosmos/mint/v1beta1/tx.registry.js +5 -0
  323. package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +3 -0
  324. package/cosmos/mint/v1beta1/tx.rpc.func.js +14 -0
  325. package/cosmos/mint/v1beta1/tx.rpc.react.d.ts +2 -0
  326. package/cosmos/mint/v1beta1/tx.rpc.react.js +8 -0
  327. package/cosmos/msg/textual/v1/textual.d.ts +1 -0
  328. package/cosmos/msg/textual/v1/textual.js +2 -0
  329. package/cosmos/msg/v1/msg.d.ts +1 -0
  330. package/cosmos/msg/v1/msg.js +2 -0
  331. package/cosmos/nft/module/v1/module.d.ts +32 -0
  332. package/cosmos/nft/module/v1/module.js +70 -0
  333. package/cosmos/nft/v1beta1/event.d.ts +132 -0
  334. package/cosmos/nft/v1beta1/event.js +323 -0
  335. package/cosmos/nft/v1beta1/genesis.d.ts +79 -0
  336. package/cosmos/nft/v1beta1/genesis.js +195 -0
  337. package/cosmos/nft/v1beta1/nft.d.ts +111 -0
  338. package/cosmos/nft/v1beta1/nft.js +282 -0
  339. package/cosmos/nft/v1beta1/query.d.ts +508 -0
  340. package/cosmos/nft/v1beta1/query.js +1189 -0
  341. package/cosmos/nft/v1beta1/query.rpc.func.d.ts +16 -0
  342. package/cosmos/nft/v1beta1/query.rpc.func.js +90 -0
  343. package/cosmos/nft/v1beta1/tx.d.ts +78 -0
  344. package/cosmos/nft/v1beta1/tx.js +184 -0
  345. package/cosmos/nft/v1beta1/tx.registry.d.ts +23 -0
  346. package/cosmos/nft/v1beta1/tx.registry.js +31 -0
  347. package/cosmos/nft/v1beta1/tx.rpc.func.d.ts +4 -0
  348. package/cosmos/nft/v1beta1/tx.rpc.func.js +17 -0
  349. package/cosmos/orm/module/v1alpha1/module.d.ts +40 -0
  350. package/cosmos/orm/module/v1alpha1/module.js +70 -0
  351. package/cosmos/orm/query/v1alpha1/query.d.ts +367 -0
  352. package/cosmos/orm/query/v1alpha1/query.js +751 -0
  353. package/cosmos/orm/query/v1alpha1/query.rpc.func.d.ts +6 -0
  354. package/cosmos/orm/query/v1alpha1/query.rpc.func.js +30 -0
  355. package/cosmos/orm/v1/orm.d.ts +278 -0
  356. package/cosmos/orm/v1/orm.js +380 -0
  357. package/cosmos/orm/v1alpha1/schema.d.ts +134 -0
  358. package/cosmos/orm/v1alpha1/schema.js +258 -0
  359. package/cosmos/params/module/v1/module.d.ts +33 -0
  360. package/cosmos/params/module/v1/module.js +68 -0
  361. package/cosmos/params/v1beta1/params.d.ts +82 -0
  362. package/cosmos/params/v1beta1/params.js +214 -0
  363. package/cosmos/params/v1beta1/query.d.ts +206 -0
  364. package/cosmos/params/v1beta1/query.js +411 -0
  365. package/cosmos/params/v1beta1/query.rpc.func.d.ts +4 -0
  366. package/cosmos/params/v1beta1/query.rpc.func.js +23 -0
  367. package/cosmos/params/v1beta1/query.rpc.react.d.ts +3 -0
  368. package/cosmos/params/v1beta1/query.rpc.react.js +13 -0
  369. package/cosmos/query/v1/query.d.ts +1 -0
  370. package/cosmos/query/v1/query.js +2 -0
  371. package/cosmos/reflection/v1/reflection.d.ts +67 -0
  372. package/cosmos/reflection/v1/reflection.js +152 -0
  373. package/cosmos/reflection/v1/reflection.rpc.func.d.ts +4 -0
  374. package/cosmos/reflection/v1/reflection.rpc.func.js +18 -0
  375. package/cosmos/slashing/module/v1/module.d.ts +37 -0
  376. package/cosmos/slashing/module/v1/module.js +81 -0
  377. package/cosmos/slashing/v1beta1/genesis.d.ts +181 -0
  378. package/cosmos/slashing/v1beta1/genesis.js +390 -0
  379. package/cosmos/slashing/v1beta1/query.d.ts +232 -0
  380. package/cosmos/slashing/v1beta1/query.js +479 -0
  381. package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +5 -0
  382. package/cosmos/slashing/v1beta1/query.rpc.func.js +32 -0
  383. package/cosmos/slashing/v1beta1/query.rpc.react.d.ts +4 -0
  384. package/cosmos/slashing/v1beta1/query.rpc.react.js +17 -0
  385. package/cosmos/slashing/v1beta1/slashing.d.ts +125 -0
  386. package/cosmos/slashing/v1beta1/slashing.js +269 -0
  387. package/cosmos/slashing/v1beta1/tx.d.ts +163 -0
  388. package/cosmos/slashing/v1beta1/tx.js +301 -0
  389. package/cosmos/slashing/v1beta1/tx.registry.d.ts +2 -0
  390. package/cosmos/slashing/v1beta1/tx.registry.js +5 -0
  391. package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +4 -0
  392. package/cosmos/slashing/v1beta1/tx.rpc.func.js +22 -0
  393. package/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +3 -0
  394. package/cosmos/slashing/v1beta1/tx.rpc.react.js +11 -0
  395. package/cosmos/staking/module/v1/module.d.ts +57 -0
  396. package/cosmos/staking/module/v1/module.js +120 -0
  397. package/cosmos/staking/v1beta1/authz.d.ts +124 -0
  398. package/cosmos/staking/v1beta1/authz.js +267 -0
  399. package/cosmos/staking/v1beta1/genesis.d.ts +117 -0
  400. package/cosmos/staking/v1beta1/genesis.js +278 -0
  401. package/cosmos/staking/v1beta1/query.d.ts +1152 -0
  402. package/cosmos/staking/v1beta1/query.js +2434 -0
  403. package/cosmos/staking/v1beta1/query.rpc.func.d.ts +16 -0
  404. package/cosmos/staking/v1beta1/query.rpc.func.js +131 -0
  405. package/cosmos/staking/v1beta1/query.rpc.react.d.ts +15 -0
  406. package/cosmos/staking/v1beta1/query.rpc.react.js +61 -0
  407. package/cosmos/staking/v1beta1/staking.d.ts +1045 -0
  408. package/cosmos/staking/v1beta1/staking.js +2377 -0
  409. package/cosmos/staking/v1beta1/tx.d.ts +604 -0
  410. package/cosmos/staking/v1beta1/tx.js +1293 -0
  411. package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -0
  412. package/cosmos/staking/v1beta1/tx.registry.js +5 -0
  413. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +9 -0
  414. package/cosmos/staking/v1beta1/tx.rpc.func.js +62 -0
  415. package/cosmos/staking/v1beta1/tx.rpc.react.d.ts +8 -0
  416. package/cosmos/staking/v1beta1/tx.rpc.react.js +26 -0
  417. package/cosmos/store/internal/kv/v1beta1/kv.d.ts +68 -0
  418. package/cosmos/store/internal/kv/v1beta1/kv.js +177 -0
  419. package/cosmos/store/snapshots/v1/snapshot.d.ts +294 -0
  420. package/cosmos/store/snapshots/v1/snapshot.js +687 -0
  421. package/cosmos/store/snapshots/v2/snapshot.d.ts +254 -0
  422. package/cosmos/store/snapshots/v2/snapshot.js +687 -0
  423. package/cosmos/store/streaming/abci/grpc.d.ts +136 -0
  424. package/cosmos/store/streaming/abci/grpc.js +332 -0
  425. package/cosmos/store/v1beta1/commit_info.d.ts +124 -0
  426. package/cosmos/store/v1beta1/commit_info.js +292 -0
  427. package/cosmos/store/v1beta1/listening.d.ts +101 -0
  428. package/cosmos/store/v1beta1/listening.js +223 -0
  429. package/cosmos/streaming/v1/grpc.d.ts +302 -0
  430. package/cosmos/streaming/v1/grpc.js +826 -0
  431. package/cosmos/tx/config/v1/config.d.ts +53 -0
  432. package/cosmos/tx/config/v1/config.js +93 -0
  433. package/cosmos/tx/signing/v1beta1/signing.d.ts +275 -0
  434. package/cosmos/tx/signing/v1beta1/signing.js +574 -0
  435. package/cosmos/tx/v1beta1/service.d.ts +934 -0
  436. package/cosmos/tx/v1beta1/service.js +1737 -0
  437. package/cosmos/tx/v1beta1/service.rpc.func.d.ts +11 -0
  438. package/cosmos/tx/v1beta1/service.rpc.func.js +86 -0
  439. package/cosmos/tx/v1beta1/service.rpc.react.d.ts +10 -0
  440. package/cosmos/tx/v1beta1/service.rpc.react.js +41 -0
  441. package/cosmos/tx/v1beta1/tx.d.ts +869 -0
  442. package/cosmos/tx/v1beta1/tx.js +1407 -0
  443. package/cosmos/upgrade/module/v1/module.d.ts +37 -0
  444. package/cosmos/upgrade/module/v1/module.js +81 -0
  445. package/cosmos/upgrade/v1beta1/query.d.ts +433 -0
  446. package/cosmos/upgrade/v1beta1/query.js +757 -0
  447. package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +7 -0
  448. package/cosmos/upgrade/v1beta1/query.rpc.func.js +50 -0
  449. package/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +6 -0
  450. package/cosmos/upgrade/v1beta1/query.rpc.react.js +25 -0
  451. package/cosmos/upgrade/v1beta1/tx.d.ts +171 -0
  452. package/cosmos/upgrade/v1beta1/tx.js +301 -0
  453. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -0
  454. package/cosmos/upgrade/v1beta1/tx.registry.js +5 -0
  455. package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +4 -0
  456. package/cosmos/upgrade/v1beta1/tx.rpc.func.js +22 -0
  457. package/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +3 -0
  458. package/cosmos/upgrade/v1beta1/tx.rpc.react.js +11 -0
  459. package/cosmos/upgrade/v1beta1/upgrade.d.ts +249 -0
  460. package/cosmos/upgrade/v1beta1/upgrade.js +419 -0
  461. package/cosmos/validate/module/v1/module.d.ts +32 -0
  462. package/cosmos/validate/module/v1/module.js +70 -0
  463. package/cosmos/vesting/module/v1/module.d.ts +32 -0
  464. package/cosmos/vesting/module/v1/module.js +70 -0
  465. package/cosmos/vesting/v1beta1/tx.d.ts +256 -0
  466. package/cosmos/vesting/v1beta1/tx.js +553 -0
  467. package/cosmos/vesting/v1beta1/tx.registry.d.ts +47 -0
  468. package/cosmos/vesting/v1beta1/tx.registry.js +67 -0
  469. package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +8 -0
  470. package/cosmos/vesting/v1beta1/tx.rpc.func.js +37 -0
  471. package/cosmos/vesting/v1beta1/vesting.d.ts +256 -0
  472. package/cosmos/vesting/v1beta1/vesting.js +586 -0
  473. package/cosmos_proto/cosmos.d.ts +155 -0
  474. package/cosmos_proto/cosmos.js +233 -0
  475. package/cosmwasm/wasm/v1/authz.d.ts +511 -0
  476. package/cosmwasm/wasm/v1/authz.js +951 -0
  477. package/cosmwasm/wasm/v1/genesis.d.ts +157 -0
  478. package/cosmwasm/wasm/v1/genesis.js +460 -0
  479. package/cosmwasm/wasm/v1/ibc.d.ts +166 -0
  480. package/cosmwasm/wasm/v1/ibc.js +336 -0
  481. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +885 -0
  482. package/cosmwasm/wasm/v1/proposal_legacy.js +1816 -0
  483. package/cosmwasm/wasm/v1/query.d.ts +1045 -0
  484. package/cosmwasm/wasm/v1/query.js +2223 -0
  485. package/cosmwasm/wasm/v1/query.rpc.func.d.ts +14 -0
  486. package/cosmwasm/wasm/v1/query.rpc.func.js +113 -0
  487. package/cosmwasm/wasm/v1/query.rpc.react.d.ts +13 -0
  488. package/cosmwasm/wasm/v1/query.rpc.react.js +53 -0
  489. package/cosmwasm/wasm/v1/tx.d.ts +1568 -0
  490. package/cosmwasm/wasm/v1/tx.js +3218 -0
  491. package/cosmwasm/wasm/v1/tx.registry.d.ts +2 -0
  492. package/cosmwasm/wasm/v1/tx.registry.js +5 -0
  493. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +19 -0
  494. package/cosmwasm/wasm/v1/tx.rpc.func.js +142 -0
  495. package/cosmwasm/wasm/v1/tx.rpc.react.d.ts +18 -0
  496. package/cosmwasm/wasm/v1/tx.rpc.react.js +56 -0
  497. package/cosmwasm/wasm/v1/types.d.ts +382 -0
  498. package/cosmwasm/wasm/v1/types.js +915 -0
  499. package/esm/amino/amino.js +1 -0
  500. package/esm/binary.js +365 -0
  501. package/esm/cosmos/app/runtime/v1alpha1/module.js +289 -0
  502. package/esm/cosmos/app/runtime/v2/module.js +418 -0
  503. package/esm/cosmos/app/v1alpha1/config.js +295 -0
  504. package/esm/cosmos/app/v1alpha1/module.js +277 -0
  505. package/esm/cosmos/app/v1alpha1/query.js +145 -0
  506. package/esm/cosmos/app/v1alpha1/query.rpc.func.js +10 -0
  507. package/esm/cosmos/app/v1alpha1/query.rpc.react.js +6 -0
  508. package/esm/cosmos/auth/module/v1/module.js +199 -0
  509. package/esm/cosmos/auth/v1beta1/accounts.js +158 -0
  510. package/esm/cosmos/auth/v1beta1/auth.js +445 -0
  511. package/esm/cosmos/auth/v1beta1/genesis.js +95 -0
  512. package/esm/cosmos/auth/v1beta1/query.js +1555 -0
  513. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +82 -0
  514. package/esm/cosmos/auth/v1beta1/query.rpc.react.js +42 -0
  515. package/esm/cosmos/auth/v1beta1/tx.js +157 -0
  516. package/esm/cosmos/auth/v1beta1/tx.registry.js +2 -0
  517. package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +10 -0
  518. package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +5 -0
  519. package/esm/cosmos/authz/module/v1/module.js +65 -0
  520. package/esm/cosmos/authz/v1beta1/authz.js +387 -0
  521. package/esm/cosmos/authz/v1beta1/event.js +203 -0
  522. package/esm/cosmos/authz/v1beta1/genesis.js +84 -0
  523. package/esm/cosmos/authz/v1beta1/query.js +585 -0
  524. package/esm/cosmos/authz/v1beta1/query.rpc.func.js +26 -0
  525. package/esm/cosmos/authz/v1beta1/query.rpc.react.js +14 -0
  526. package/esm/cosmos/authz/v1beta1/tx.js +509 -0
  527. package/esm/cosmos/authz/v1beta1/tx.registry.js +2 -0
  528. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +24 -0
  529. package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +11 -0
  530. package/esm/cosmos/autocli/v1/options.js +839 -0
  531. package/esm/cosmos/autocli/v1/query.js +236 -0
  532. package/esm/cosmos/autocli/v1/query.rpc.func.js +10 -0
  533. package/esm/cosmos/autocli/v1/query.rpc.react.js +6 -0
  534. package/esm/cosmos/bank/module/v1/module.js +108 -0
  535. package/esm/cosmos/bank/v1beta1/authz.js +102 -0
  536. package/esm/cosmos/bank/v1beta1/bank.js +728 -0
  537. package/esm/cosmos/bank/v1beta1/genesis.js +240 -0
  538. package/esm/cosmos/bank/v1beta1/query.js +2335 -0
  539. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +106 -0
  540. package/esm/cosmos/bank/v1beta1/query.rpc.react.js +54 -0
  541. package/esm/cosmos/bank/v1beta1/tx.js +663 -0
  542. package/esm/cosmos/bank/v1beta1/tx.registry.js +2 -0
  543. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +31 -0
  544. package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +14 -0
  545. package/esm/cosmos/base/abci/v1beta1/abci.js +1291 -0
  546. package/esm/cosmos/base/grpc/v2/service.js +391 -0
  547. package/esm/cosmos/base/grpc/v2/service.rpc.func.js +18 -0
  548. package/esm/cosmos/base/grpc/v2/service.rpc.react.js +10 -0
  549. package/esm/cosmos/base/node/v1beta1/query.js +369 -0
  550. package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +18 -0
  551. package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +10 -0
  552. package/esm/cosmos/base/query/v1beta1/pagination.js +216 -0
  553. package/esm/cosmos/base/reflection/v1beta1/reflection.js +302 -0
  554. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +18 -0
  555. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +10 -0
  556. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +2161 -0
  557. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +50 -0
  558. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +26 -0
  559. package/esm/cosmos/base/tendermint/v1beta1/query.js +1891 -0
  560. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +58 -0
  561. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +30 -0
  562. package/esm/cosmos/base/tendermint/v1beta1/types.js +360 -0
  563. package/esm/cosmos/base/v1beta1/coin.js +334 -0
  564. package/esm/cosmos/circuit/module/v1/module.js +80 -0
  565. package/esm/cosmos/circuit/v1/query.js +477 -0
  566. package/esm/cosmos/circuit/v1/query.rpc.func.js +36 -0
  567. package/esm/cosmos/circuit/v1/tx.js +525 -0
  568. package/esm/cosmos/circuit/v1/tx.registry.js +64 -0
  569. package/esm/cosmos/circuit/v1/tx.rpc.func.js +31 -0
  570. package/esm/cosmos/circuit/v1/types.js +345 -0
  571. package/esm/cosmos/consensus/module/v1/module.js +78 -0
  572. package/esm/cosmos/consensus/v1/query.js +145 -0
  573. package/esm/cosmos/consensus/v1/query.rpc.func.js +10 -0
  574. package/esm/cosmos/consensus/v1/query.rpc.react.js +6 -0
  575. package/esm/cosmos/consensus/v1/tx.js +196 -0
  576. package/esm/cosmos/consensus/v1/tx.registry.js +2 -0
  577. package/esm/cosmos/consensus/v1/tx.rpc.func.js +10 -0
  578. package/esm/cosmos/consensus/v1/tx.rpc.react.js +5 -0
  579. package/esm/cosmos/crisis/module/v1/module.js +92 -0
  580. package/esm/cosmos/crisis/v1beta1/genesis.js +81 -0
  581. package/esm/cosmos/crisis/v1beta1/tx.js +325 -0
  582. package/esm/cosmos/crisis/v1beta1/tx.registry.js +46 -0
  583. package/esm/cosmos/crisis/v1beta1/tx.rpc.func.js +22 -0
  584. package/esm/cosmos/crypto/ed25519/keys.js +159 -0
  585. package/esm/cosmos/crypto/hd/v1/hd.js +128 -0
  586. package/esm/cosmos/crypto/keyring/v1/record.js +428 -0
  587. package/esm/cosmos/crypto/multisig/keys.js +96 -0
  588. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +171 -0
  589. package/esm/cosmos/crypto/secp256k1/keys.js +159 -0
  590. package/esm/cosmos/crypto/secp256r1/keys.js +159 -0
  591. package/esm/cosmos/distribution/module/v1/module.js +90 -0
  592. package/esm/cosmos/distribution/v1beta1/distribution.js +1165 -0
  593. package/esm/cosmos/distribution/v1beta1/genesis.js +905 -0
  594. package/esm/cosmos/distribution/v1beta1/query.js +1658 -0
  595. package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +82 -0
  596. package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +42 -0
  597. package/esm/cosmos/distribution/v1beta1/tx.js +1139 -0
  598. package/esm/cosmos/distribution/v1beta1/tx.registry.js +2 -0
  599. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +52 -0
  600. package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +23 -0
  601. package/esm/cosmos/evidence/module/v1/module.js +65 -0
  602. package/esm/cosmos/evidence/v1beta1/evidence.js +116 -0
  603. package/esm/cosmos/evidence/v1beta1/genesis.js +82 -0
  604. package/esm/cosmos/evidence/v1beta1/query.js +343 -0
  605. package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +18 -0
  606. package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +10 -0
  607. package/esm/cosmos/evidence/v1beta1/tx.js +170 -0
  608. package/esm/cosmos/evidence/v1beta1/tx.registry.js +2 -0
  609. package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +10 -0
  610. package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +5 -0
  611. package/esm/cosmos/feegrant/module/v1/module.js +65 -0
  612. package/esm/cosmos/feegrant/v1beta1/feegrant.js +442 -0
  613. package/esm/cosmos/feegrant/v1beta1/genesis.js +84 -0
  614. package/esm/cosmos/feegrant/v1beta1/query.js +543 -0
  615. package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +26 -0
  616. package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +14 -0
  617. package/esm/cosmos/feegrant/v1beta1/tx.js +467 -0
  618. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +2 -0
  619. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +24 -0
  620. package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +11 -0
  621. package/esm/cosmos/genutil/module/v1/module.js +67 -0
  622. package/esm/cosmos/genutil/v1beta1/genesis.js +84 -0
  623. package/esm/cosmos/gov/module/v1/module.js +90 -0
  624. package/esm/cosmos/gov/v1/genesis.js +192 -0
  625. package/esm/cosmos/gov/v1/gov.js +1357 -0
  626. package/esm/cosmos/gov/v1/query.js +1570 -0
  627. package/esm/cosmos/gov/v1/query.rpc.func.js +74 -0
  628. package/esm/cosmos/gov/v1/query.rpc.react.js +38 -0
  629. package/esm/cosmos/gov/v1/tx.js +1295 -0
  630. package/esm/cosmos/gov/v1/tx.registry.js +2 -0
  631. package/esm/cosmos/gov/v1/tx.rpc.func.js +52 -0
  632. package/esm/cosmos/gov/v1/tx.rpc.react.js +23 -0
  633. package/esm/cosmos/gov/v1beta1/genesis.js +167 -0
  634. package/esm/cosmos/gov/v1beta1/gov.js +1136 -0
  635. package/esm/cosmos/gov/v1beta1/query.js +1416 -0
  636. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +66 -0
  637. package/esm/cosmos/gov/v1beta1/query.rpc.react.js +34 -0
  638. package/esm/cosmos/gov/v1beta1/tx.js +719 -0
  639. package/esm/cosmos/gov/v1beta1/tx.registry.js +2 -0
  640. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +31 -0
  641. package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +14 -0
  642. package/esm/cosmos/group/module/v1/module.js +93 -0
  643. package/esm/cosmos/group/v1/events.js +844 -0
  644. package/esm/cosmos/group/v1/genesis.js +180 -0
  645. package/esm/cosmos/group/v1/query.js +2431 -0
  646. package/esm/cosmos/group/v1/query.rpc.func.js +157 -0
  647. package/esm/cosmos/group/v1/tx.js +2562 -0
  648. package/esm/cosmos/group/v1/tx.registry.js +262 -0
  649. package/esm/cosmos/group/v1/tx.rpc.func.js +130 -0
  650. package/esm/cosmos/group/v1/types.js +1533 -0
  651. package/esm/cosmos/ics23/v1/proofs.js +1612 -0
  652. package/esm/cosmos/mint/module/v1/module.js +90 -0
  653. package/esm/cosmos/mint/v1beta1/genesis.js +94 -0
  654. package/esm/cosmos/mint/v1beta1/mint.js +228 -0
  655. package/esm/cosmos/mint/v1beta1/query.js +428 -0
  656. package/esm/cosmos/mint/v1beta1/query.rpc.func.js +26 -0
  657. package/esm/cosmos/mint/v1beta1/query.rpc.react.js +14 -0
  658. package/esm/cosmos/mint/v1beta1/tx.js +157 -0
  659. package/esm/cosmos/mint/v1beta1/tx.registry.js +2 -0
  660. package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +10 -0
  661. package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +5 -0
  662. package/esm/cosmos/msg/textual/v1/textual.js +1 -0
  663. package/esm/cosmos/msg/v1/msg.js +1 -0
  664. package/esm/cosmos/nft/module/v1/module.js +67 -0
  665. package/esm/cosmos/nft/v1beta1/event.js +320 -0
  666. package/esm/cosmos/nft/v1beta1/genesis.js +192 -0
  667. package/esm/cosmos/nft/v1beta1/nft.js +279 -0
  668. package/esm/cosmos/nft/v1beta1/query.js +1186 -0
  669. package/esm/cosmos/nft/v1beta1/query.rpc.func.js +80 -0
  670. package/esm/cosmos/nft/v1beta1/tx.js +181 -0
  671. package/esm/cosmos/nft/v1beta1/tx.registry.js +28 -0
  672. package/esm/cosmos/nft/v1beta1/tx.rpc.func.js +13 -0
  673. package/esm/cosmos/orm/module/v1alpha1/module.js +67 -0
  674. package/esm/cosmos/orm/query/v1alpha1/query.js +748 -0
  675. package/esm/cosmos/orm/query/v1alpha1/query.rpc.func.js +25 -0
  676. package/esm/cosmos/orm/v1/orm.js +377 -0
  677. package/esm/cosmos/orm/v1alpha1/schema.js +253 -0
  678. package/esm/cosmos/params/module/v1/module.js +65 -0
  679. package/esm/cosmos/params/v1beta1/params.js +211 -0
  680. package/esm/cosmos/params/v1beta1/query.js +408 -0
  681. package/esm/cosmos/params/v1beta1/query.rpc.func.js +18 -0
  682. package/esm/cosmos/params/v1beta1/query.rpc.react.js +10 -0
  683. package/esm/cosmos/query/v1/query.js +1 -0
  684. package/esm/cosmos/reflection/v1/reflection.js +149 -0
  685. package/esm/cosmos/reflection/v1/reflection.rpc.func.js +14 -0
  686. package/esm/cosmos/slashing/module/v1/module.js +78 -0
  687. package/esm/cosmos/slashing/v1beta1/genesis.js +387 -0
  688. package/esm/cosmos/slashing/v1beta1/query.js +476 -0
  689. package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +26 -0
  690. package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +14 -0
  691. package/esm/cosmos/slashing/v1beta1/slashing.js +266 -0
  692. package/esm/cosmos/slashing/v1beta1/tx.js +298 -0
  693. package/esm/cosmos/slashing/v1beta1/tx.registry.js +2 -0
  694. package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +17 -0
  695. package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +8 -0
  696. package/esm/cosmos/staking/module/v1/module.js +117 -0
  697. package/esm/cosmos/staking/v1beta1/authz.js +262 -0
  698. package/esm/cosmos/staking/v1beta1/genesis.js +275 -0
  699. package/esm/cosmos/staking/v1beta1/query.js +2431 -0
  700. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +114 -0
  701. package/esm/cosmos/staking/v1beta1/query.rpc.react.js +58 -0
  702. package/esm/cosmos/staking/v1beta1/staking.js +2370 -0
  703. package/esm/cosmos/staking/v1beta1/tx.js +1290 -0
  704. package/esm/cosmos/staking/v1beta1/tx.registry.js +2 -0
  705. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +52 -0
  706. package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +23 -0
  707. package/esm/cosmos/store/internal/kv/v1beta1/kv.js +174 -0
  708. package/esm/cosmos/store/snapshots/v1/snapshot.js +684 -0
  709. package/esm/cosmos/store/snapshots/v2/snapshot.js +684 -0
  710. package/esm/cosmos/store/streaming/abci/grpc.js +329 -0
  711. package/esm/cosmos/store/v1beta1/commit_info.js +289 -0
  712. package/esm/cosmos/store/v1beta1/listening.js +220 -0
  713. package/esm/cosmos/streaming/v1/grpc.js +823 -0
  714. package/esm/cosmos/tx/config/v1/config.js +90 -0
  715. package/esm/cosmos/tx/signing/v1beta1/signing.js +569 -0
  716. package/esm/cosmos/tx/v1beta1/service.js +1730 -0
  717. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +74 -0
  718. package/esm/cosmos/tx/v1beta1/service.rpc.react.js +38 -0
  719. package/esm/cosmos/tx/v1beta1/tx.js +1404 -0
  720. package/esm/cosmos/upgrade/module/v1/module.js +78 -0
  721. package/esm/cosmos/upgrade/v1beta1/query.js +754 -0
  722. package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +42 -0
  723. package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +22 -0
  724. package/esm/cosmos/upgrade/v1beta1/tx.js +298 -0
  725. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +2 -0
  726. package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +17 -0
  727. package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +8 -0
  728. package/esm/cosmos/upgrade/v1beta1/upgrade.js +416 -0
  729. package/esm/cosmos/validate/module/v1/module.js +67 -0
  730. package/esm/cosmos/vesting/module/v1/module.js +67 -0
  731. package/esm/cosmos/vesting/v1beta1/tx.js +550 -0
  732. package/esm/cosmos/vesting/v1beta1/tx.registry.js +64 -0
  733. package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +31 -0
  734. package/esm/cosmos/vesting/v1beta1/vesting.js +583 -0
  735. package/esm/cosmos_proto/cosmos.js +228 -0
  736. package/esm/cosmwasm/wasm/v1/authz.js +948 -0
  737. package/esm/cosmwasm/wasm/v1/genesis.js +457 -0
  738. package/esm/cosmwasm/wasm/v1/ibc.js +333 -0
  739. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +1813 -0
  740. package/esm/cosmwasm/wasm/v1/query.js +2220 -0
  741. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +98 -0
  742. package/esm/cosmwasm/wasm/v1/query.rpc.react.js +50 -0
  743. package/esm/cosmwasm/wasm/v1/tx.js +3215 -0
  744. package/esm/cosmwasm/wasm/v1/tx.registry.js +2 -0
  745. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +122 -0
  746. package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +53 -0
  747. package/esm/cosmwasm/wasm/v1/types.js +908 -0
  748. package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +142 -0
  749. package/esm/ethermint/evm/v1/events.js +380 -0
  750. package/esm/ethermint/evm/v1/evm.js +1187 -0
  751. package/esm/ethermint/evm/v1/genesis.js +189 -0
  752. package/esm/ethermint/evm/v1/query.js +1982 -0
  753. package/esm/ethermint/evm/v1/query.rpc.func.js +99 -0
  754. package/esm/ethermint/evm/v1/query.rpc.react.js +50 -0
  755. package/esm/ethermint/evm/v1/tx.js +1018 -0
  756. package/esm/ethermint/evm/v1/tx.registry.js +2 -0
  757. package/esm/ethermint/evm/v1/tx.rpc.func.js +17 -0
  758. package/esm/ethermint/evm/v1/tx.rpc.react.js +8 -0
  759. package/esm/ethermint/feemarket/v1/events.js +153 -0
  760. package/esm/ethermint/feemarket/v1/feemarket.js +151 -0
  761. package/esm/ethermint/feemarket/v1/genesis.js +86 -0
  762. package/esm/ethermint/feemarket/v1/query.js +385 -0
  763. package/esm/ethermint/feemarket/v1/query.rpc.func.js +26 -0
  764. package/esm/ethermint/feemarket/v1/query.rpc.react.js +14 -0
  765. package/esm/ethermint/feemarket/v1/tx.js +150 -0
  766. package/esm/ethermint/feemarket/v1/tx.registry.js +2 -0
  767. package/esm/ethermint/feemarket/v1/tx.rpc.func.js +10 -0
  768. package/esm/ethermint/feemarket/v1/tx.rpc.react.js +5 -0
  769. package/esm/ethermint/types/v1/account.js +88 -0
  770. package/esm/ethermint/types/v1/dynamic_fee.js +71 -0
  771. package/esm/ethermint/types/v1/indexer.js +143 -0
  772. package/esm/ethermint/types/v1/web3.js +96 -0
  773. package/esm/extern.js +30 -0
  774. package/esm/gogoproto/gogo.js +1 -0
  775. package/esm/google/api/annotations.js +1 -0
  776. package/esm/google/api/http.js +354 -0
  777. package/esm/google/protobuf/any.js +79 -0
  778. package/esm/google/protobuf/descriptor.js +5136 -0
  779. package/esm/google/protobuf/duration.js +77 -0
  780. package/esm/google/protobuf/timestamp.js +74 -0
  781. package/esm/helper-func-types.js +60 -0
  782. package/esm/helpers.js +128 -0
  783. package/esm/ibc/applications/fee/v1/ack.js +103 -0
  784. package/esm/ibc/applications/fee/v1/fee.js +398 -0
  785. package/esm/ibc/applications/fee/v1/genesis.js +531 -0
  786. package/esm/ibc/applications/fee/v1/metadata.js +90 -0
  787. package/esm/ibc/applications/fee/v1/query.js +1739 -0
  788. package/esm/ibc/applications/fee/v1/query.rpc.func.js +82 -0
  789. package/esm/ibc/applications/fee/v1/query.rpc.react.js +42 -0
  790. package/esm/ibc/applications/fee/v1/tx.js +707 -0
  791. package/esm/ibc/applications/fee/v1/tx.registry.js +2 -0
  792. package/esm/ibc/applications/fee/v1/tx.rpc.func.js +31 -0
  793. package/esm/ibc/applications/fee/v1/tx.rpc.react.js +14 -0
  794. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +78 -0
  795. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +311 -0
  796. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +18 -0
  797. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +10 -0
  798. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +553 -0
  799. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +2 -0
  800. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +24 -0
  801. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +11 -0
  802. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +558 -0
  803. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +183 -0
  804. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +145 -0
  805. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +10 -0
  806. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +6 -0
  807. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +344 -0
  808. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +2 -0
  809. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +17 -0
  810. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +8 -0
  811. package/esm/ibc/applications/interchain_accounts/v1/account.js +96 -0
  812. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +138 -0
  813. package/esm/ibc/applications/interchain_accounts/v1/packet.js +222 -0
  814. package/esm/ibc/applications/transfer/v1/authz.js +223 -0
  815. package/esm/ibc/applications/transfer/v1/genesis.js +126 -0
  816. package/esm/ibc/applications/transfer/v1/query.js +953 -0
  817. package/esm/ibc/applications/transfer/v1/query.rpc.func.js +50 -0
  818. package/esm/ibc/applications/transfer/v1/query.rpc.react.js +26 -0
  819. package/esm/ibc/applications/transfer/v1/transfer.js +179 -0
  820. package/esm/ibc/applications/transfer/v1/tx.js +399 -0
  821. package/esm/ibc/applications/transfer/v1/tx.registry.js +2 -0
  822. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +17 -0
  823. package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +8 -0
  824. package/esm/ibc/applications/transfer/v2/packet.js +126 -0
  825. package/esm/ibc/core/channel/v1/channel.js +1160 -0
  826. package/esm/ibc/core/channel/v1/genesis.js +302 -0
  827. package/esm/ibc/core/channel/v1/query.js +3415 -0
  828. package/esm/ibc/core/channel/v1/query.rpc.func.js +138 -0
  829. package/esm/ibc/core/channel/v1/query.rpc.react.js +70 -0
  830. package/esm/ibc/core/channel/v1/tx.js +4031 -0
  831. package/esm/ibc/core/channel/v1/tx.registry.js +2 -0
  832. package/esm/ibc/core/channel/v1/tx.rpc.func.js +136 -0
  833. package/esm/ibc/core/channel/v1/tx.rpc.react.js +59 -0
  834. package/esm/ibc/core/channel/v1/upgrade.js +300 -0
  835. package/esm/ibc/core/client/v1/client.js +673 -0
  836. package/esm/ibc/core/client/v1/genesis.js +337 -0
  837. package/esm/ibc/core/client/v1/query.js +1756 -0
  838. package/esm/ibc/core/client/v1/query.rpc.func.js +82 -0
  839. package/esm/ibc/core/client/v1/query.rpc.react.js +42 -0
  840. package/esm/ibc/core/client/v1/tx.js +1186 -0
  841. package/esm/ibc/core/client/v1/tx.registry.js +2 -0
  842. package/esm/ibc/core/client/v1/tx.rpc.func.js +52 -0
  843. package/esm/ibc/core/client/v1/tx.rpc.react.js +23 -0
  844. package/esm/ibc/core/commitment/v1/commitment.js +319 -0
  845. package/esm/ibc/core/connection/v1/connection.js +776 -0
  846. package/esm/ibc/core/connection/v1/genesis.js +125 -0
  847. package/esm/ibc/core/connection/v1/query.js +1097 -0
  848. package/esm/ibc/core/connection/v1/query.rpc.func.js +50 -0
  849. package/esm/ibc/core/connection/v1/query.rpc.react.js +26 -0
  850. package/esm/ibc/core/connection/v1/tx.js +1086 -0
  851. package/esm/ibc/core/connection/v1/tx.registry.js +2 -0
  852. package/esm/ibc/core/connection/v1/tx.rpc.func.js +38 -0
  853. package/esm/ibc/core/connection/v1/tx.rpc.react.js +17 -0
  854. package/esm/ibc/core/types/v1/genesis.js +109 -0
  855. package/esm/ibc/lightclients/localhost/v2/localhost.js +81 -0
  856. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +1675 -0
  857. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +839 -0
  858. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +628 -0
  859. package/esm/ibc/lightclients/wasm/v1/genesis.js +161 -0
  860. package/esm/ibc/lightclients/wasm/v1/query.js +330 -0
  861. package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +18 -0
  862. package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +10 -0
  863. package/esm/ibc/lightclients/wasm/v1/tx.js +498 -0
  864. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +2 -0
  865. package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +24 -0
  866. package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +11 -0
  867. package/esm/ibc/lightclients/wasm/v1/wasm.js +340 -0
  868. package/esm/react-query.js +92 -0
  869. package/esm/registry.js +154 -0
  870. package/esm/tendermint/abci/types.js +5300 -0
  871. package/esm/tendermint/crypto/keys.js +84 -0
  872. package/esm/tendermint/crypto/proof.js +458 -0
  873. package/esm/tendermint/p2p/types.js +429 -0
  874. package/esm/tendermint/types/block.js +114 -0
  875. package/esm/tendermint/types/evidence.js +409 -0
  876. package/esm/tendermint/types/params.js +597 -0
  877. package/esm/tendermint/types/types.js +1776 -0
  878. package/esm/tendermint/types/validator.js +342 -0
  879. package/esm/tendermint/version/types.js +165 -0
  880. package/esm/types.js +6 -0
  881. package/esm/utf8.js +136 -0
  882. package/esm/varint.js +407 -0
  883. package/esm/xpla/reward/v1beta1/genesis.js +74 -0
  884. package/esm/xpla/reward/v1beta1/query.js +264 -0
  885. package/esm/xpla/reward/v1beta1/query.rpc.func.js +18 -0
  886. package/esm/xpla/reward/v1beta1/query.rpc.react.js +10 -0
  887. package/esm/xpla/reward/v1beta1/reward.js +127 -0
  888. package/esm/xpla/reward/v1beta1/tx.js +302 -0
  889. package/esm/xpla/reward/v1beta1/tx.registry.js +2 -0
  890. package/esm/xpla/reward/v1beta1/tx.rpc.func.js +17 -0
  891. package/esm/xpla/reward/v1beta1/tx.rpc.react.js +8 -0
  892. package/esm/xpla/volunteer/v1beta1/genesis.js +77 -0
  893. package/esm/xpla/volunteer/v1beta1/proposal.js +534 -0
  894. package/esm/xpla/volunteer/v1beta1/query.js +131 -0
  895. package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +10 -0
  896. package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +6 -0
  897. package/esm/xpla/volunteer/v1beta1/tx.js +348 -0
  898. package/esm/xpla/volunteer/v1beta1/tx.registry.js +2 -0
  899. package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +17 -0
  900. package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +8 -0
  901. package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +83 -0
  902. package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +82 -0
  903. package/ethermint/crypto/v1/ethsecp256k1/keys.js +145 -0
  904. package/ethermint/evm/v1/events.d.ts +166 -0
  905. package/ethermint/evm/v1/events.js +383 -0
  906. package/ethermint/evm/v1/evm.d.ts +538 -0
  907. package/ethermint/evm/v1/evm.js +1190 -0
  908. package/ethermint/evm/v1/genesis.d.ts +89 -0
  909. package/ethermint/evm/v1/genesis.js +192 -0
  910. package/ethermint/evm/v1/query.d.ts +937 -0
  911. package/ethermint/evm/v1/query.js +1985 -0
  912. package/ethermint/evm/v1/query.rpc.func.d.ts +15 -0
  913. package/ethermint/evm/v1/query.rpc.func.js +114 -0
  914. package/ethermint/evm/v1/query.rpc.react.d.ts +14 -0
  915. package/ethermint/evm/v1/query.rpc.react.js +53 -0
  916. package/ethermint/evm/v1/tx.d.ts +460 -0
  917. package/ethermint/evm/v1/tx.js +1021 -0
  918. package/ethermint/evm/v1/tx.registry.d.ts +2 -0
  919. package/ethermint/evm/v1/tx.registry.js +5 -0
  920. package/ethermint/evm/v1/tx.rpc.func.d.ts +4 -0
  921. package/ethermint/evm/v1/tx.rpc.func.js +22 -0
  922. package/ethermint/evm/v1/tx.rpc.react.d.ts +3 -0
  923. package/ethermint/evm/v1/tx.rpc.react.js +11 -0
  924. package/ethermint/feemarket/v1/events.d.ts +72 -0
  925. package/ethermint/feemarket/v1/events.js +156 -0
  926. package/ethermint/feemarket/v1/feemarket.d.ts +79 -0
  927. package/ethermint/feemarket/v1/feemarket.js +154 -0
  928. package/ethermint/feemarket/v1/genesis.d.ts +46 -0
  929. package/ethermint/feemarket/v1/genesis.js +89 -0
  930. package/ethermint/feemarket/v1/query.d.ts +201 -0
  931. package/ethermint/feemarket/v1/query.js +388 -0
  932. package/ethermint/feemarket/v1/query.rpc.func.d.ts +5 -0
  933. package/ethermint/feemarket/v1/query.rpc.func.js +32 -0
  934. package/ethermint/feemarket/v1/query.rpc.react.d.ts +4 -0
  935. package/ethermint/feemarket/v1/query.rpc.react.js +17 -0
  936. package/ethermint/feemarket/v1/tx.d.ts +83 -0
  937. package/ethermint/feemarket/v1/tx.js +153 -0
  938. package/ethermint/feemarket/v1/tx.registry.d.ts +2 -0
  939. package/ethermint/feemarket/v1/tx.registry.js +5 -0
  940. package/ethermint/feemarket/v1/tx.rpc.func.d.ts +3 -0
  941. package/ethermint/feemarket/v1/tx.rpc.func.js +14 -0
  942. package/ethermint/feemarket/v1/tx.rpc.react.d.ts +2 -0
  943. package/ethermint/feemarket/v1/tx.rpc.react.js +8 -0
  944. package/ethermint/types/v1/account.d.ts +46 -0
  945. package/ethermint/types/v1/account.js +91 -0
  946. package/ethermint/types/v1/dynamic_fee.d.ts +35 -0
  947. package/ethermint/types/v1/dynamic_fee.js +74 -0
  948. package/ethermint/types/v1/indexer.d.ts +77 -0
  949. package/ethermint/types/v1/indexer.js +146 -0
  950. package/ethermint/types/v1/web3.d.ts +67 -0
  951. package/ethermint/types/v1/web3.js +99 -0
  952. package/extern.d.ts +10 -0
  953. package/extern.js +36 -0
  954. package/gogoproto/gogo.d.ts +1 -0
  955. package/gogoproto/gogo.js +2 -0
  956. package/google/api/annotations.d.ts +1 -0
  957. package/google/api/annotations.js +2 -0
  958. package/google/api/http.d.ts +767 -0
  959. package/google/api/http.js +357 -0
  960. package/google/protobuf/any.d.ts +269 -0
  961. package/google/protobuf/any.js +82 -0
  962. package/google/protobuf/descriptor.d.ts +2952 -0
  963. package/google/protobuf/descriptor.js +5175 -0
  964. package/google/protobuf/duration.d.ts +163 -0
  965. package/google/protobuf/duration.js +80 -0
  966. package/google/protobuf/timestamp.d.ts +223 -0
  967. package/google/protobuf/timestamp.js +77 -0
  968. package/helper-func-types.d.ts +120 -0
  969. package/helper-func-types.js +66 -0
  970. package/helpers.d.ts +82 -0
  971. package/helpers.js +143 -0
  972. package/ibc/applications/fee/v1/ack.d.ts +45 -0
  973. package/ibc/applications/fee/v1/ack.js +106 -0
  974. package/ibc/applications/fee/v1/fee.d.ts +164 -0
  975. package/ibc/applications/fee/v1/fee.js +401 -0
  976. package/ibc/applications/fee/v1/genesis.d.ts +225 -0
  977. package/ibc/applications/fee/v1/genesis.js +534 -0
  978. package/ibc/applications/fee/v1/metadata.d.ts +47 -0
  979. package/ibc/applications/fee/v1/metadata.js +93 -0
  980. package/ibc/applications/fee/v1/query.d.ts +757 -0
  981. package/ibc/applications/fee/v1/query.js +1742 -0
  982. package/ibc/applications/fee/v1/query.rpc.func.d.ts +12 -0
  983. package/ibc/applications/fee/v1/query.rpc.func.js +95 -0
  984. package/ibc/applications/fee/v1/query.rpc.react.d.ts +11 -0
  985. package/ibc/applications/fee/v1/query.rpc.react.js +45 -0
  986. package/ibc/applications/fee/v1/tx.d.ts +326 -0
  987. package/ibc/applications/fee/v1/tx.js +710 -0
  988. package/ibc/applications/fee/v1/tx.registry.d.ts +2 -0
  989. package/ibc/applications/fee/v1/tx.registry.js +5 -0
  990. package/ibc/applications/fee/v1/tx.rpc.func.d.ts +6 -0
  991. package/ibc/applications/fee/v1/tx.rpc.func.js +38 -0
  992. package/ibc/applications/fee/v1/tx.rpc.react.d.ts +5 -0
  993. package/ibc/applications/fee/v1/tx.rpc.react.js +17 -0
  994. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +43 -0
  995. package/ibc/applications/interchain_accounts/controller/v1/controller.js +81 -0
  996. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +137 -0
  997. package/ibc/applications/interchain_accounts/controller/v1/query.js +314 -0
  998. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +4 -0
  999. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +23 -0
  1000. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +3 -0
  1001. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +13 -0
  1002. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +237 -0
  1003. package/ibc/applications/interchain_accounts/controller/v1/tx.js +556 -0
  1004. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -0
  1005. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +5 -0
  1006. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +5 -0
  1007. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +30 -0
  1008. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +4 -0
  1009. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +14 -0
  1010. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +201 -0
  1011. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +561 -0
  1012. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +104 -0
  1013. package/ibc/applications/interchain_accounts/host/v1/host.js +186 -0
  1014. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +69 -0
  1015. package/ibc/applications/interchain_accounts/host/v1/query.js +148 -0
  1016. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +3 -0
  1017. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +14 -0
  1018. package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +2 -0
  1019. package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +9 -0
  1020. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +159 -0
  1021. package/ibc/applications/interchain_accounts/host/v1/tx.js +347 -0
  1022. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -0
  1023. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +5 -0
  1024. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +4 -0
  1025. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +22 -0
  1026. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +3 -0
  1027. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +11 -0
  1028. package/ibc/applications/interchain_accounts/v1/account.d.ts +38 -0
  1029. package/ibc/applications/interchain_accounts/v1/account.js +99 -0
  1030. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +69 -0
  1031. package/ibc/applications/interchain_accounts/v1/metadata.js +141 -0
  1032. package/ibc/applications/interchain_accounts/v1/packet.d.ts +87 -0
  1033. package/ibc/applications/interchain_accounts/v1/packet.js +227 -0
  1034. package/ibc/applications/transfer/v1/authz.d.ts +101 -0
  1035. package/ibc/applications/transfer/v1/authz.js +226 -0
  1036. package/ibc/applications/transfer/v1/genesis.d.ts +51 -0
  1037. package/ibc/applications/transfer/v1/genesis.js +129 -0
  1038. package/ibc/applications/transfer/v1/query.d.ts +461 -0
  1039. package/ibc/applications/transfer/v1/query.js +956 -0
  1040. package/ibc/applications/transfer/v1/query.rpc.func.d.ts +8 -0
  1041. package/ibc/applications/transfer/v1/query.rpc.func.js +59 -0
  1042. package/ibc/applications/transfer/v1/query.rpc.react.d.ts +7 -0
  1043. package/ibc/applications/transfer/v1/query.rpc.react.js +29 -0
  1044. package/ibc/applications/transfer/v1/transfer.d.ts +114 -0
  1045. package/ibc/applications/transfer/v1/transfer.js +182 -0
  1046. package/ibc/applications/transfer/v1/tx.d.ts +206 -0
  1047. package/ibc/applications/transfer/v1/tx.js +402 -0
  1048. package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -0
  1049. package/ibc/applications/transfer/v1/tx.registry.js +5 -0
  1050. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +4 -0
  1051. package/ibc/applications/transfer/v1/tx.rpc.func.js +22 -0
  1052. package/ibc/applications/transfer/v1/tx.rpc.react.d.ts +3 -0
  1053. package/ibc/applications/transfer/v1/tx.rpc.react.js +11 -0
  1054. package/ibc/applications/transfer/v2/packet.d.ts +61 -0
  1055. package/ibc/applications/transfer/v2/packet.js +129 -0
  1056. package/ibc/core/channel/v1/channel.d.ts +556 -0
  1057. package/ibc/core/channel/v1/channel.js +1167 -0
  1058. package/ibc/core/channel/v1/genesis.d.ts +97 -0
  1059. package/ibc/core/channel/v1/genesis.js +305 -0
  1060. package/ibc/core/channel/v1/query.d.ts +1559 -0
  1061. package/ibc/core/channel/v1/query.js +3418 -0
  1062. package/ibc/core/channel/v1/query.rpc.func.d.ts +19 -0
  1063. package/ibc/core/channel/v1/query.rpc.func.js +158 -0
  1064. package/ibc/core/channel/v1/query.rpc.react.d.ts +18 -0
  1065. package/ibc/core/channel/v1/query.rpc.react.js +73 -0
  1066. package/ibc/core/channel/v1/tx.d.ts +1528 -0
  1067. package/ibc/core/channel/v1/tx.js +4036 -0
  1068. package/ibc/core/channel/v1/tx.registry.d.ts +2 -0
  1069. package/ibc/core/channel/v1/tx.registry.js +5 -0
  1070. package/ibc/core/channel/v1/tx.rpc.func.d.ts +21 -0
  1071. package/ibc/core/channel/v1/tx.rpc.func.js +158 -0
  1072. package/ibc/core/channel/v1/tx.rpc.react.d.ts +20 -0
  1073. package/ibc/core/channel/v1/tx.rpc.react.js +62 -0
  1074. package/ibc/core/channel/v1/upgrade.d.ts +142 -0
  1075. package/ibc/core/channel/v1/upgrade.js +303 -0
  1076. package/ibc/core/client/v1/client.d.ts +379 -0
  1077. package/ibc/core/client/v1/client.js +676 -0
  1078. package/ibc/core/client/v1/genesis.d.ts +150 -0
  1079. package/ibc/core/client/v1/genesis.js +340 -0
  1080. package/ibc/core/client/v1/query.d.ts +882 -0
  1081. package/ibc/core/client/v1/query.js +1759 -0
  1082. package/ibc/core/client/v1/query.rpc.func.d.ts +12 -0
  1083. package/ibc/core/client/v1/query.rpc.func.js +95 -0
  1084. package/ibc/core/client/v1/query.rpc.react.d.ts +11 -0
  1085. package/ibc/core/client/v1/query.rpc.react.js +45 -0
  1086. package/ibc/core/client/v1/tx.d.ts +601 -0
  1087. package/ibc/core/client/v1/tx.js +1189 -0
  1088. package/ibc/core/client/v1/tx.registry.d.ts +2 -0
  1089. package/ibc/core/client/v1/tx.registry.js +5 -0
  1090. package/ibc/core/client/v1/tx.rpc.func.d.ts +9 -0
  1091. package/ibc/core/client/v1/tx.rpc.func.js +62 -0
  1092. package/ibc/core/client/v1/tx.rpc.react.d.ts +8 -0
  1093. package/ibc/core/client/v1/tx.rpc.react.js +26 -0
  1094. package/ibc/core/commitment/v1/commitment.d.ts +169 -0
  1095. package/ibc/core/commitment/v1/commitment.js +322 -0
  1096. package/ibc/core/connection/v1/connection.d.ts +383 -0
  1097. package/ibc/core/connection/v1/connection.js +781 -0
  1098. package/ibc/core/connection/v1/genesis.d.ts +44 -0
  1099. package/ibc/core/connection/v1/genesis.js +128 -0
  1100. package/ibc/core/connection/v1/query.d.ts +530 -0
  1101. package/ibc/core/connection/v1/query.js +1100 -0
  1102. package/ibc/core/connection/v1/query.rpc.func.d.ts +8 -0
  1103. package/ibc/core/connection/v1/query.rpc.func.js +59 -0
  1104. package/ibc/core/connection/v1/query.rpc.react.d.ts +7 -0
  1105. package/ibc/core/connection/v1/query.rpc.react.js +29 -0
  1106. package/ibc/core/connection/v1/tx.d.ts +467 -0
  1107. package/ibc/core/connection/v1/tx.js +1089 -0
  1108. package/ibc/core/connection/v1/tx.registry.d.ts +2 -0
  1109. package/ibc/core/connection/v1/tx.registry.js +5 -0
  1110. package/ibc/core/connection/v1/tx.rpc.func.d.ts +7 -0
  1111. package/ibc/core/connection/v1/tx.rpc.func.js +46 -0
  1112. package/ibc/core/connection/v1/tx.rpc.react.d.ts +6 -0
  1113. package/ibc/core/connection/v1/tx.rpc.react.js +20 -0
  1114. package/ibc/core/types/v1/genesis.d.ts +51 -0
  1115. package/ibc/core/types/v1/genesis.js +112 -0
  1116. package/ibc/lightclients/localhost/v2/localhost.d.ts +38 -0
  1117. package/ibc/lightclients/localhost/v2/localhost.js +84 -0
  1118. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +727 -0
  1119. package/ibc/lightclients/solomachine/v2/solomachine.js +1680 -0
  1120. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +365 -0
  1121. package/ibc/lightclients/solomachine/v3/solomachine.js +842 -0
  1122. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +311 -0
  1123. package/ibc/lightclients/tendermint/v1/tendermint.js +631 -0
  1124. package/ibc/lightclients/wasm/v1/genesis.d.ts +72 -0
  1125. package/ibc/lightclients/wasm/v1/genesis.js +164 -0
  1126. package/ibc/lightclients/wasm/v1/query.d.ts +145 -0
  1127. package/ibc/lightclients/wasm/v1/query.js +333 -0
  1128. package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +4 -0
  1129. package/ibc/lightclients/wasm/v1/query.rpc.func.js +23 -0
  1130. package/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +3 -0
  1131. package/ibc/lightclients/wasm/v1/query.rpc.react.js +13 -0
  1132. package/ibc/lightclients/wasm/v1/tx.d.ts +224 -0
  1133. package/ibc/lightclients/wasm/v1/tx.js +501 -0
  1134. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -0
  1135. package/ibc/lightclients/wasm/v1/tx.registry.js +5 -0
  1136. package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +5 -0
  1137. package/ibc/lightclients/wasm/v1/tx.rpc.func.js +30 -0
  1138. package/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +4 -0
  1139. package/ibc/lightclients/wasm/v1/tx.rpc.react.js +14 -0
  1140. package/ibc/lightclients/wasm/v1/wasm.d.ts +167 -0
  1141. package/ibc/lightclients/wasm/v1/wasm.js +343 -0
  1142. package/package.json +11 -7
  1143. package/react-query.d.ts +48 -0
  1144. package/react-query.js +100 -0
  1145. package/registry.d.ts +33 -0
  1146. package/registry.js +158 -0
  1147. package/tendermint/abci/types.d.ts +1890 -0
  1148. package/tendermint/abci/types.js +5316 -0
  1149. package/tendermint/crypto/keys.d.ts +35 -0
  1150. package/tendermint/crypto/keys.js +87 -0
  1151. package/tendermint/crypto/proof.d.ts +179 -0
  1152. package/tendermint/crypto/proof.js +461 -0
  1153. package/tendermint/p2p/types.d.ts +142 -0
  1154. package/tendermint/p2p/types.js +432 -0
  1155. package/tendermint/types/block.d.ts +39 -0
  1156. package/tendermint/types/block.js +117 -0
  1157. package/tendermint/types/evidence.d.ts +142 -0
  1158. package/tendermint/types/evidence.js +412 -0
  1159. package/tendermint/types/params.d.ts +330 -0
  1160. package/tendermint/types/params.js +600 -0
  1161. package/tendermint/types/types.d.ts +655 -0
  1162. package/tendermint/types/types.js +1781 -0
  1163. package/tendermint/types/validator.d.ts +116 -0
  1164. package/tendermint/types/validator.js +347 -0
  1165. package/tendermint/version/types.d.ts +84 -0
  1166. package/tendermint/version/types.js +168 -0
  1167. package/types.d.ts +119 -0
  1168. package/types.js +7 -0
  1169. package/utf8.d.ts +27 -0
  1170. package/utf8.js +141 -0
  1171. package/varint.d.ts +105 -0
  1172. package/varint.js +426 -0
  1173. package/xpla/reward/v1beta1/genesis.d.ts +36 -0
  1174. package/xpla/reward/v1beta1/genesis.js +77 -0
  1175. package/xpla/reward/v1beta1/query.d.ts +140 -0
  1176. package/xpla/reward/v1beta1/query.js +267 -0
  1177. package/xpla/reward/v1beta1/query.rpc.func.d.ts +4 -0
  1178. package/xpla/reward/v1beta1/query.rpc.func.js +23 -0
  1179. package/xpla/reward/v1beta1/query.rpc.react.d.ts +3 -0
  1180. package/xpla/reward/v1beta1/query.rpc.react.js +13 -0
  1181. package/xpla/reward/v1beta1/reward.d.ts +43 -0
  1182. package/xpla/reward/v1beta1/reward.js +130 -0
  1183. package/xpla/reward/v1beta1/tx.d.ts +162 -0
  1184. package/xpla/reward/v1beta1/tx.js +305 -0
  1185. package/xpla/reward/v1beta1/tx.registry.d.ts +2 -0
  1186. package/xpla/reward/v1beta1/tx.registry.js +5 -0
  1187. package/xpla/reward/v1beta1/tx.rpc.func.d.ts +4 -0
  1188. package/xpla/reward/v1beta1/tx.rpc.func.js +22 -0
  1189. package/xpla/reward/v1beta1/tx.rpc.react.d.ts +3 -0
  1190. package/xpla/reward/v1beta1/tx.rpc.react.js +11 -0
  1191. package/xpla/volunteer/v1beta1/genesis.d.ts +34 -0
  1192. package/xpla/volunteer/v1beta1/genesis.js +80 -0
  1193. package/xpla/volunteer/v1beta1/proposal.d.ts +187 -0
  1194. package/xpla/volunteer/v1beta1/proposal.js +537 -0
  1195. package/xpla/volunteer/v1beta1/query.d.ts +62 -0
  1196. package/xpla/volunteer/v1beta1/query.js +134 -0
  1197. package/xpla/volunteer/v1beta1/query.rpc.func.d.ts +3 -0
  1198. package/xpla/volunteer/v1beta1/query.rpc.func.js +14 -0
  1199. package/xpla/volunteer/v1beta1/query.rpc.react.d.ts +2 -0
  1200. package/xpla/volunteer/v1beta1/query.rpc.react.js +9 -0
  1201. package/xpla/volunteer/v1beta1/tx.d.ts +172 -0
  1202. package/xpla/volunteer/v1beta1/tx.js +351 -0
  1203. package/xpla/volunteer/v1beta1/tx.registry.d.ts +2 -0
  1204. package/xpla/volunteer/v1beta1/tx.registry.js +5 -0
  1205. package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +4 -0
  1206. package/xpla/volunteer/v1beta1/tx.rpc.func.js +22 -0
  1207. package/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +3 -0
  1208. package/xpla/volunteer/v1beta1/tx.rpc.react.js +11 -0
  1209. package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +39 -0
  1210. package/xpla/volunteer/v1beta1/volunteervalidator.js +86 -0
  1211. package/CHANGELOG.md +0 -8
  1212. package/src/amino/amino.ts +0 -1
  1213. package/src/binary.ts +0 -534
  1214. package/src/cosmos/app/runtime/v1alpha1/module.ts +0 -423
  1215. package/src/cosmos/app/runtime/v2/module.ts +0 -589
  1216. package/src/cosmos/app/v1alpha1/config.ts +0 -422
  1217. package/src/cosmos/app/v1alpha1/module.ts +0 -461
  1218. package/src/cosmos/app/v1alpha1/query.rpc.func.ts +0 -14
  1219. package/src/cosmos/app/v1alpha1/query.ts +0 -177
  1220. package/src/cosmos/auth/module/v1/module.ts +0 -253
  1221. package/src/cosmos/auth/v1beta1/accounts.ts +0 -226
  1222. package/src/cosmos/auth/v1beta1/auth.ts +0 -550
  1223. package/src/cosmos/auth/v1beta1/genesis.ts +0 -119
  1224. package/src/cosmos/auth/v1beta1/query.rpc.func.ts +0 -113
  1225. package/src/cosmos/auth/v1beta1/query.ts +0 -2034
  1226. package/src/cosmos/auth/v1beta1/tx.registry.ts +0 -29
  1227. package/src/cosmos/auth/v1beta1/tx.rpc.func.ts +0 -13
  1228. package/src/cosmos/auth/v1beta1/tx.ts +0 -219
  1229. package/src/cosmos/authz/module/v1/module.ts +0 -80
  1230. package/src/cosmos/authz/v1beta1/authz.ts +0 -481
  1231. package/src/cosmos/authz/v1beta1/event.ts +0 -259
  1232. package/src/cosmos/authz/v1beta1/genesis.ts +0 -100
  1233. package/src/cosmos/authz/v1beta1/query.rpc.func.ts +0 -36
  1234. package/src/cosmos/authz/v1beta1/query.ts +0 -707
  1235. package/src/cosmos/authz/v1beta1/tx.registry.ts +0 -65
  1236. package/src/cosmos/authz/v1beta1/tx.rpc.func.ts +0 -31
  1237. package/src/cosmos/authz/v1beta1/tx.ts +0 -647
  1238. package/src/cosmos/autocli/v1/options.ts +0 -1145
  1239. package/src/cosmos/autocli/v1/query.rpc.func.ts +0 -14
  1240. package/src/cosmos/autocli/v1/query.ts +0 -288
  1241. package/src/cosmos/bank/module/v1/module.ts +0 -153
  1242. package/src/cosmos/bank/v1beta1/authz.ts +0 -138
  1243. package/src/cosmos/bank/v1beta1/bank.ts +0 -974
  1244. package/src/cosmos/bank/v1beta1/genesis.ts +0 -307
  1245. package/src/cosmos/bank/v1beta1/query.rpc.func.ts +0 -146
  1246. package/src/cosmos/bank/v1beta1/query.ts +0 -3027
  1247. package/src/cosmos/bank/v1beta1/tx.registry.ts +0 -83
  1248. package/src/cosmos/bank/v1beta1/tx.rpc.func.ts +0 -40
  1249. package/src/cosmos/bank/v1beta1/tx.ts +0 -861
  1250. package/src/cosmos/base/abci/v1beta1/abci.ts +0 -1698
  1251. package/src/cosmos/base/grpc/v2/service.rpc.func.ts +0 -25
  1252. package/src/cosmos/base/grpc/v2/service.ts +0 -473
  1253. package/src/cosmos/base/node/v1beta1/query.rpc.func.ts +0 -25
  1254. package/src/cosmos/base/node/v1beta1/query.ts +0 -454
  1255. package/src/cosmos/base/query/v1beta1/pagination.ts +0 -361
  1256. package/src/cosmos/base/reflection/v1beta1/reflection.rpc.func.ts +0 -25
  1257. package/src/cosmos/base/reflection/v1beta1/reflection.ts +0 -382
  1258. package/src/cosmos/base/reflection/v2alpha1/reflection.rpc.func.ts +0 -69
  1259. package/src/cosmos/base/reflection/v2alpha1/reflection.ts +0 -2727
  1260. package/src/cosmos/base/tendermint/v1beta1/query.rpc.func.ts +0 -80
  1261. package/src/cosmos/base/tendermint/v1beta1/query.ts +0 -2302
  1262. package/src/cosmos/base/tendermint/v1beta1/types.ts +0 -455
  1263. package/src/cosmos/base/v1beta1/coin.ts +0 -439
  1264. package/src/cosmos/circuit/module/v1/module.ts +0 -99
  1265. package/src/cosmos/circuit/v1/query.rpc.func.ts +0 -36
  1266. package/src/cosmos/circuit/v1/query.ts +0 -574
  1267. package/src/cosmos/circuit/v1/tx.registry.ts +0 -65
  1268. package/src/cosmos/circuit/v1/tx.rpc.func.ts +0 -31
  1269. package/src/cosmos/circuit/v1/tx.ts +0 -676
  1270. package/src/cosmos/circuit/v1/types.ts +0 -413
  1271. package/src/cosmos/consensus/module/v1/module.ts +0 -99
  1272. package/src/cosmos/consensus/v1/query.rpc.func.ts +0 -14
  1273. package/src/cosmos/consensus/v1/query.ts +0 -185
  1274. package/src/cosmos/consensus/v1/tx.registry.ts +0 -29
  1275. package/src/cosmos/consensus/v1/tx.rpc.func.ts +0 -13
  1276. package/src/cosmos/consensus/v1/tx.ts +0 -255
  1277. package/src/cosmos/crisis/module/v1/module.ts +0 -115
  1278. package/src/cosmos/crisis/v1beta1/genesis.ts +0 -106
  1279. package/src/cosmos/crisis/v1beta1/tx.registry.ts +0 -47
  1280. package/src/cosmos/crisis/v1beta1/tx.rpc.func.ts +0 -22
  1281. package/src/cosmos/crisis/v1beta1/tx.ts +0 -416
  1282. package/src/cosmos/crypto/ed25519/keys.ts +0 -209
  1283. package/src/cosmos/crypto/hd/v1/hd.ts +0 -169
  1284. package/src/cosmos/crypto/keyring/v1/record.ts +0 -529
  1285. package/src/cosmos/crypto/multisig/keys.ts +0 -122
  1286. package/src/cosmos/crypto/multisig/v1beta1/multisig.ts +0 -225
  1287. package/src/cosmos/crypto/secp256k1/keys.ts +0 -203
  1288. package/src/cosmos/crypto/secp256r1/keys.ts +0 -201
  1289. package/src/cosmos/distribution/module/v1/module.ts +0 -113
  1290. package/src/cosmos/distribution/v1beta1/distribution.ts +0 -1494
  1291. package/src/cosmos/distribution/v1beta1/genesis.ts +0 -1129
  1292. package/src/cosmos/distribution/v1beta1/query.rpc.func.ts +0 -113
  1293. package/src/cosmos/distribution/v1beta1/query.ts +0 -2126
  1294. package/src/cosmos/distribution/v1beta1/tx.registry.ts +0 -137
  1295. package/src/cosmos/distribution/v1beta1/tx.rpc.func.ts +0 -67
  1296. package/src/cosmos/distribution/v1beta1/tx.ts +0 -1478
  1297. package/src/cosmos/evidence/module/v1/module.ts +0 -80
  1298. package/src/cosmos/evidence/v1beta1/evidence.ts +0 -154
  1299. package/src/cosmos/evidence/v1beta1/genesis.ts +0 -102
  1300. package/src/cosmos/evidence/v1beta1/query.rpc.func.ts +0 -25
  1301. package/src/cosmos/evidence/v1beta1/query.ts +0 -451
  1302. package/src/cosmos/evidence/v1beta1/tx.registry.ts +0 -29
  1303. package/src/cosmos/evidence/v1beta1/tx.rpc.func.ts +0 -13
  1304. package/src/cosmos/evidence/v1beta1/tx.ts +0 -221
  1305. package/src/cosmos/feegrant/module/v1/module.ts +0 -80
  1306. package/src/cosmos/feegrant/v1beta1/feegrant.ts +0 -573
  1307. package/src/cosmos/feegrant/v1beta1/genesis.ts +0 -100
  1308. package/src/cosmos/feegrant/v1beta1/query.rpc.func.ts +0 -36
  1309. package/src/cosmos/feegrant/v1beta1/query.ts +0 -677
  1310. package/src/cosmos/feegrant/v1beta1/tx.registry.ts +0 -65
  1311. package/src/cosmos/feegrant/v1beta1/tx.rpc.func.ts +0 -31
  1312. package/src/cosmos/feegrant/v1beta1/tx.ts +0 -597
  1313. package/src/cosmos/genutil/module/v1/module.ts +0 -80
  1314. package/src/cosmos/genutil/v1beta1/genesis.ts +0 -101
  1315. package/src/cosmos/gov/module/v1/module.ts +0 -121
  1316. package/src/cosmos/gov/v1/genesis.ts +0 -280
  1317. package/src/cosmos/gov/v1/gov.ts +0 -1843
  1318. package/src/cosmos/gov/v1/query.rpc.func.ts +0 -102
  1319. package/src/cosmos/gov/v1/query.ts +0 -1970
  1320. package/src/cosmos/gov/v1/tx.registry.ts +0 -137
  1321. package/src/cosmos/gov/v1/tx.rpc.func.ts +0 -67
  1322. package/src/cosmos/gov/v1/tx.ts +0 -1657
  1323. package/src/cosmos/gov/v1beta1/genesis.ts +0 -202
  1324. package/src/cosmos/gov/v1beta1/gov.ts +0 -1425
  1325. package/src/cosmos/gov/v1beta1/query.rpc.func.ts +0 -91
  1326. package/src/cosmos/gov/v1beta1/query.ts +0 -1749
  1327. package/src/cosmos/gov/v1beta1/tx.registry.ts +0 -83
  1328. package/src/cosmos/gov/v1beta1/tx.rpc.func.ts +0 -40
  1329. package/src/cosmos/gov/v1beta1/tx.ts +0 -881
  1330. package/src/cosmos/group/module/v1/module.ts +0 -128
  1331. package/src/cosmos/group/v1/events.ts +0 -1044
  1332. package/src/cosmos/group/v1/genesis.ts +0 -240
  1333. package/src/cosmos/group/v1/query.rpc.func.ts +0 -157
  1334. package/src/cosmos/group/v1/query.ts +0 -3015
  1335. package/src/cosmos/group/v1/tx.registry.ts +0 -263
  1336. package/src/cosmos/group/v1/tx.rpc.func.ts +0 -130
  1337. package/src/cosmos/group/v1/tx.ts +0 -3207
  1338. package/src/cosmos/group/v1/types.ts +0 -2081
  1339. package/src/cosmos/ics23/v1/proofs.ts +0 -2060
  1340. package/src/cosmos/mint/module/v1/module.ts +0 -113
  1341. package/src/cosmos/mint/v1beta1/genesis.ts +0 -116
  1342. package/src/cosmos/mint/v1beta1/mint.ts +0 -291
  1343. package/src/cosmos/mint/v1beta1/query.rpc.func.ts +0 -36
  1344. package/src/cosmos/mint/v1beta1/query.ts +0 -541
  1345. package/src/cosmos/mint/v1beta1/tx.registry.ts +0 -29
  1346. package/src/cosmos/mint/v1beta1/tx.rpc.func.ts +0 -13
  1347. package/src/cosmos/mint/v1beta1/tx.ts +0 -219
  1348. package/src/cosmos/msg/textual/v1/textual.ts +0 -1
  1349. package/src/cosmos/msg/v1/msg.ts +0 -1
  1350. package/src/cosmos/nft/module/v1/module.ts +0 -80
  1351. package/src/cosmos/nft/v1beta1/event.ts +0 -403
  1352. package/src/cosmos/nft/v1beta1/genesis.ts +0 -234
  1353. package/src/cosmos/nft/v1beta1/nft.ts +0 -356
  1354. package/src/cosmos/nft/v1beta1/query.rpc.func.ts +0 -80
  1355. package/src/cosmos/nft/v1beta1/query.ts +0 -1465
  1356. package/src/cosmos/nft/v1beta1/tx.registry.ts +0 -29
  1357. package/src/cosmos/nft/v1beta1/tx.rpc.func.ts +0 -13
  1358. package/src/cosmos/nft/v1beta1/tx.ts +0 -224
  1359. package/src/cosmos/orm/module/v1alpha1/module.ts +0 -88
  1360. package/src/cosmos/orm/query/v1alpha1/query.rpc.func.ts +0 -25
  1361. package/src/cosmos/orm/query/v1alpha1/query.ts +0 -993
  1362. package/src/cosmos/orm/v1/orm.ts +0 -589
  1363. package/src/cosmos/orm/v1alpha1/schema.ts +0 -325
  1364. package/src/cosmos/params/module/v1/module.ts +0 -80
  1365. package/src/cosmos/params/v1beta1/params.ts +0 -255
  1366. package/src/cosmos/params/v1beta1/query.rpc.func.ts +0 -25
  1367. package/src/cosmos/params/v1beta1/query.ts +0 -525
  1368. package/src/cosmos/query/v1/query.ts +0 -1
  1369. package/src/cosmos/reflection/v1/reflection.rpc.func.ts +0 -14
  1370. package/src/cosmos/reflection/v1/reflection.ts +0 -179
  1371. package/src/cosmos/slashing/module/v1/module.ts +0 -99
  1372. package/src/cosmos/slashing/v1beta1/genesis.ts +0 -492
  1373. package/src/cosmos/slashing/v1beta1/query.rpc.func.ts +0 -36
  1374. package/src/cosmos/slashing/v1beta1/query.ts +0 -598
  1375. package/src/cosmos/slashing/v1beta1/slashing.ts +0 -357
  1376. package/src/cosmos/slashing/v1beta1/tx.registry.ts +0 -47
  1377. package/src/cosmos/slashing/v1beta1/tx.rpc.func.ts +0 -22
  1378. package/src/cosmos/slashing/v1beta1/tx.ts +0 -390
  1379. package/src/cosmos/staking/module/v1/module.ts +0 -157
  1380. package/src/cosmos/staking/v1beta1/authz.ts +0 -323
  1381. package/src/cosmos/staking/v1beta1/genesis.ts +0 -346
  1382. package/src/cosmos/staking/v1beta1/query.rpc.func.ts +0 -157
  1383. package/src/cosmos/staking/v1beta1/query.ts +0 -3073
  1384. package/src/cosmos/staking/v1beta1/staking.ts +0 -3005
  1385. package/src/cosmos/staking/v1beta1/tx.registry.ts +0 -137
  1386. package/src/cosmos/staking/v1beta1/tx.rpc.func.ts +0 -67
  1387. package/src/cosmos/staking/v1beta1/tx.ts +0 -1638
  1388. package/src/cosmos/store/internal/kv/v1beta1/kv.ts +0 -207
  1389. package/src/cosmos/store/snapshots/v1/snapshot.ts +0 -863
  1390. package/src/cosmos/store/snapshots/v2/snapshot.ts +0 -823
  1391. package/src/cosmos/store/streaming/abci/grpc.ts +0 -393
  1392. package/src/cosmos/store/v1beta1/commit_info.ts +0 -362
  1393. package/src/cosmos/store/v1beta1/listening.ts +0 -286
  1394. package/src/cosmos/streaming/v1/grpc.ts +0 -985
  1395. package/src/cosmos/tx/config/v1/config.ts +0 -127
  1396. package/src/cosmos/tx/signing/v1beta1/signing.ts +0 -688
  1397. package/src/cosmos/tx/v1beta1/service.rpc.func.ts +0 -102
  1398. package/src/cosmos/tx/v1beta1/service.ts +0 -2294
  1399. package/src/cosmos/tx/v1beta1/tx.ts +0 -2029
  1400. package/src/cosmos/upgrade/module/v1/module.ts +0 -99
  1401. package/src/cosmos/upgrade/v1beta1/query.rpc.func.ts +0 -58
  1402. package/src/cosmos/upgrade/v1beta1/query.ts +0 -1016
  1403. package/src/cosmos/upgrade/v1beta1/tx.registry.ts +0 -47
  1404. package/src/cosmos/upgrade/v1beta1/tx.rpc.func.ts +0 -22
  1405. package/src/cosmos/upgrade/v1beta1/tx.ts +0 -398
  1406. package/src/cosmos/upgrade/v1beta1/upgrade.ts +0 -591
  1407. package/src/cosmos/validate/module/v1/module.ts +0 -80
  1408. package/src/cosmos/vesting/module/v1/module.ts +0 -80
  1409. package/src/cosmos/vesting/v1beta1/tx.registry.ts +0 -65
  1410. package/src/cosmos/vesting/v1beta1/tx.rpc.func.ts +0 -31
  1411. package/src/cosmos/vesting/v1beta1/tx.ts +0 -698
  1412. package/src/cosmos/vesting/v1beta1/vesting.ts +0 -735
  1413. package/src/cosmos_proto/cosmos.ts +0 -341
  1414. package/src/cosmwasm/wasm/v1/authz.ts +0 -1231
  1415. package/src/cosmwasm/wasm/v1/genesis.ts +0 -532
  1416. package/src/cosmwasm/wasm/v1/ibc.ts +0 -355
  1417. package/src/cosmwasm/wasm/v1/proposal_legacy.ts +0 -2432
  1418. package/src/cosmwasm/wasm/v1/query.rpc.func.ts +0 -124
  1419. package/src/cosmwasm/wasm/v1/query.ts +0 -2560
  1420. package/src/cosmwasm/wasm/v1/tx.registry.ts +0 -317
  1421. package/src/cosmwasm/wasm/v1/tx.rpc.func.ts +0 -157
  1422. package/src/cosmwasm/wasm/v1/tx.ts +0 -4191
  1423. package/src/cosmwasm/wasm/v1/types.ts +0 -1120
  1424. package/src/ethermint/crypto/v1/ethsecp256k1/keys.ts +0 -193
  1425. package/src/ethermint/evm/v1/events.ts +0 -485
  1426. package/src/ethermint/evm/v1/evm.ts +0 -1590
  1427. package/src/ethermint/evm/v1/genesis.ts +0 -240
  1428. package/src/ethermint/evm/v1/query.rpc.func.ts +0 -136
  1429. package/src/ethermint/evm/v1/query.ts +0 -2535
  1430. package/src/ethermint/evm/v1/tx.registry.ts +0 -47
  1431. package/src/ethermint/evm/v1/tx.rpc.func.ts +0 -22
  1432. package/src/ethermint/evm/v1/tx.ts +0 -1333
  1433. package/src/ethermint/feemarket/v1/events.ts +0 -195
  1434. package/src/ethermint/feemarket/v1/feemarket.ts +0 -213
  1435. package/src/ethermint/feemarket/v1/genesis.ts +0 -114
  1436. package/src/ethermint/feemarket/v1/query.rpc.func.ts +0 -36
  1437. package/src/ethermint/feemarket/v1/query.ts +0 -487
  1438. package/src/ethermint/feemarket/v1/tx.registry.ts +0 -29
  1439. package/src/ethermint/feemarket/v1/tx.rpc.func.ts +0 -13
  1440. package/src/ethermint/feemarket/v1/tx.ts +0 -197
  1441. package/src/ethermint/types/v1/account.ts +0 -114
  1442. package/src/ethermint/types/v1/dynamic_fee.ts +0 -91
  1443. package/src/ethermint/types/v1/indexer.ts +0 -205
  1444. package/src/ethermint/types/v1/web3.ts +0 -147
  1445. package/src/extern.ts +0 -38
  1446. package/src/gogoproto/gogo.ts +0 -1
  1447. package/src/google/api/annotations.ts +0 -1
  1448. package/src/google/api/http.ts +0 -1069
  1449. package/src/google/protobuf/any.ts +0 -331
  1450. package/src/google/protobuf/descriptor.ts +0 -7177
  1451. package/src/google/protobuf/duration.ts +0 -225
  1452. package/src/google/protobuf/timestamp.ts +0 -281
  1453. package/src/helper-func-types.ts +0 -191
  1454. package/src/helpers.ts +0 -259
  1455. package/src/ibc/applications/fee/v1/ack.ts +0 -131
  1456. package/src/ibc/applications/fee/v1/fee.ts +0 -481
  1457. package/src/ibc/applications/fee/v1/genesis.ts +0 -661
  1458. package/src/ibc/applications/fee/v1/metadata.ts +0 -121
  1459. package/src/ibc/applications/fee/v1/query.rpc.func.ts +0 -113
  1460. package/src/ibc/applications/fee/v1/query.ts +0 -2134
  1461. package/src/ibc/applications/fee/v1/tx.registry.ts +0 -83
  1462. package/src/ibc/applications/fee/v1/tx.rpc.func.ts +0 -40
  1463. package/src/ibc/applications/fee/v1/tx.ts +0 -889
  1464. package/src/ibc/applications/interchain_accounts/controller/v1/controller.ts +0 -105
  1465. package/src/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.ts +0 -25
  1466. package/src/ibc/applications/interchain_accounts/controller/v1/query.ts +0 -379
  1467. package/src/ibc/applications/interchain_accounts/controller/v1/tx.registry.ts +0 -65
  1468. package/src/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.ts +0 -31
  1469. package/src/ibc/applications/interchain_accounts/controller/v1/tx.ts +0 -685
  1470. package/src/ibc/applications/interchain_accounts/genesis/v1/genesis.ts +0 -661
  1471. package/src/ibc/applications/interchain_accounts/host/v1/host.ts +0 -253
  1472. package/src/ibc/applications/interchain_accounts/host/v1/query.rpc.func.ts +0 -14
  1473. package/src/ibc/applications/interchain_accounts/host/v1/query.ts +0 -177
  1474. package/src/ibc/applications/interchain_accounts/host/v1/tx.registry.ts +0 -47
  1475. package/src/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.ts +0 -22
  1476. package/src/ibc/applications/interchain_accounts/host/v1/tx.ts +0 -429
  1477. package/src/ibc/applications/interchain_accounts/v1/account.ts +0 -112
  1478. package/src/ibc/applications/interchain_accounts/v1/metadata.ts +0 -191
  1479. package/src/ibc/applications/interchain_accounts/v1/packet.ts +0 -259
  1480. package/src/ibc/applications/transfer/v1/authz.ts +0 -280
  1481. package/src/ibc/applications/transfer/v1/genesis.ts +0 -153
  1482. package/src/ibc/applications/transfer/v1/query.rpc.func.ts +0 -69
  1483. package/src/ibc/applications/transfer/v1/query.ts +0 -1205
  1484. package/src/ibc/applications/transfer/v1/transfer.ts +0 -261
  1485. package/src/ibc/applications/transfer/v1/tx.registry.ts +0 -47
  1486. package/src/ibc/applications/transfer/v1/tx.rpc.func.ts +0 -22
  1487. package/src/ibc/applications/transfer/v1/tx.ts +0 -532
  1488. package/src/ibc/applications/transfer/v2/packet.ts +0 -171
  1489. package/src/ibc/core/channel/v1/channel.ts +0 -1510
  1490. package/src/ibc/core/channel/v1/genesis.ts +0 -354
  1491. package/src/ibc/core/channel/v1/query.rpc.func.ts +0 -190
  1492. package/src/ibc/core/channel/v1/query.ts +0 -4354
  1493. package/src/ibc/core/channel/v1/tx.registry.ts +0 -353
  1494. package/src/ibc/core/channel/v1/tx.rpc.func.ts +0 -175
  1495. package/src/ibc/core/channel/v1/tx.ts +0 -4866
  1496. package/src/ibc/core/channel/v1/upgrade.ts +0 -388
  1497. package/src/ibc/core/client/v1/client.ts +0 -927
  1498. package/src/ibc/core/client/v1/genesis.ts +0 -426
  1499. package/src/ibc/core/client/v1/query.rpc.func.ts +0 -113
  1500. package/src/ibc/core/client/v1/query.ts +0 -2280
  1501. package/src/ibc/core/client/v1/tx.registry.ts +0 -137
  1502. package/src/ibc/core/client/v1/tx.rpc.func.ts +0 -67
  1503. package/src/ibc/core/client/v1/tx.ts +0 -1543
  1504. package/src/ibc/core/commitment/v1/commitment.ts +0 -418
  1505. package/src/ibc/core/connection/v1/connection.ts +0 -1010
  1506. package/src/ibc/core/connection/v1/genesis.ts +0 -146
  1507. package/src/ibc/core/connection/v1/query.rpc.func.ts +0 -69
  1508. package/src/ibc/core/connection/v1/query.ts +0 -1408
  1509. package/src/ibc/core/connection/v1/tx.registry.ts +0 -101
  1510. package/src/ibc/core/connection/v1/tx.rpc.func.ts +0 -49
  1511. package/src/ibc/core/connection/v1/tx.ts +0 -1365
  1512. package/src/ibc/core/types/v1/genesis.ts +0 -137
  1513. package/src/ibc/lightclients/localhost/v2/localhost.ts +0 -100
  1514. package/src/ibc/lightclients/solomachine/v2/solomachine.ts +0 -2103
  1515. package/src/ibc/lightclients/solomachine/v3/solomachine.ts +0 -1070
  1516. package/src/ibc/lightclients/tendermint/v1/tendermint.ts +0 -838
  1517. package/src/ibc/lightclients/wasm/v1/genesis.ts +0 -197
  1518. package/src/ibc/lightclients/wasm/v1/query.rpc.func.ts +0 -25
  1519. package/src/ibc/lightclients/wasm/v1/query.ts +0 -404
  1520. package/src/ibc/lightclients/wasm/v1/tx.registry.ts +0 -65
  1521. package/src/ibc/lightclients/wasm/v1/tx.rpc.func.ts +0 -31
  1522. package/src/ibc/lightclients/wasm/v1/tx.ts +0 -621
  1523. package/src/ibc/lightclients/wasm/v1/wasm.ts +0 -438
  1524. package/src/react-query.ts +0 -185
  1525. package/src/registry.ts +0 -218
  1526. package/src/tendermint/abci/types.ts +0 -6283
  1527. package/src/tendermint/crypto/keys.ts +0 -103
  1528. package/src/tendermint/crypto/proof.ts +0 -555
  1529. package/src/tendermint/p2p/types.ts +0 -507
  1530. package/src/tendermint/types/block.ts +0 -131
  1531. package/src/tendermint/types/evidence.ts +0 -476
  1532. package/src/tendermint/types/params.ts +0 -814
  1533. package/src/tendermint/types/types.ts +0 -2157
  1534. package/src/tendermint/types/validator.ts +0 -389
  1535. package/src/tendermint/version/types.ts +0 -219
  1536. package/src/types.ts +0 -155
  1537. package/src/utf8.ts +0 -148
  1538. package/src/varint.ts +0 -488
  1539. package/src/xpla/reward/v1beta1/genesis.ts +0 -92
  1540. package/src/xpla/reward/v1beta1/query.rpc.func.ts +0 -25
  1541. package/src/xpla/reward/v1beta1/query.ts +0 -333
  1542. package/src/xpla/reward/v1beta1/reward.ts +0 -153
  1543. package/src/xpla/reward/v1beta1/tx.registry.ts +0 -47
  1544. package/src/xpla/reward/v1beta1/tx.rpc.func.ts +0 -22
  1545. package/src/xpla/reward/v1beta1/tx.ts +0 -391
  1546. package/src/xpla/volunteer/v1beta1/genesis.ts +0 -92
  1547. package/src/xpla/volunteer/v1beta1/proposal.ts +0 -649
  1548. package/src/xpla/volunteer/v1beta1/query.rpc.func.ts +0 -14
  1549. package/src/xpla/volunteer/v1beta1/query.ts +0 -160
  1550. package/src/xpla/volunteer/v1beta1/tx.registry.ts +0 -47
  1551. package/src/xpla/volunteer/v1beta1/tx.rpc.func.ts +0 -22
  1552. package/src/xpla/volunteer/v1beta1/tx.ts +0 -448
  1553. package/src/xpla/volunteer/v1beta1/volunteervalidator.ts +0 -107
  1554. package/tsconfig.esm.json +0 -10
  1555. package/tsconfig.json +0 -10
@@ -1,1478 +0,0 @@
1
- import { Coin, CoinAmino } from "../../base/v1beta1/coin";
2
- import { Params, ParamsAmino } from "./distribution";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { DeepPartial } from "../../../helpers";
5
- import { GlobalDecoderRegistry } from "../../../registry";
6
- /**
7
- * MsgSetWithdrawAddress sets the withdraw address for
8
- * a delegator (or validator self-delegation).
9
- */
10
- export interface MsgSetWithdrawAddress {
11
- delegatorAddress: string;
12
- withdrawAddress: string;
13
- }
14
- export interface MsgSetWithdrawAddressProtoMsg {
15
- typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress";
16
- value: Uint8Array;
17
- }
18
- /**
19
- * MsgSetWithdrawAddress sets the withdraw address for
20
- * a delegator (or validator self-delegation).
21
- */
22
- export interface MsgSetWithdrawAddressAmino {
23
- delegator_address: string;
24
- withdraw_address: string;
25
- }
26
- export interface MsgSetWithdrawAddressAminoMsg {
27
- type: "cosmos-sdk/MsgModifyWithdrawAddress";
28
- value: MsgSetWithdrawAddressAmino;
29
- }
30
- /**
31
- * MsgSetWithdrawAddressResponse defines the Msg/SetWithdrawAddress response
32
- * type.
33
- */
34
- export interface MsgSetWithdrawAddressResponse {}
35
- export interface MsgSetWithdrawAddressResponseProtoMsg {
36
- typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse";
37
- value: Uint8Array;
38
- }
39
- /**
40
- * MsgSetWithdrawAddressResponse defines the Msg/SetWithdrawAddress response
41
- * type.
42
- */
43
- export interface MsgSetWithdrawAddressResponseAmino {}
44
- export interface MsgSetWithdrawAddressResponseAminoMsg {
45
- type: "cosmos-sdk/MsgSetWithdrawAddressResponse";
46
- value: MsgSetWithdrawAddressResponseAmino;
47
- }
48
- /**
49
- * MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator
50
- * from a single validator.
51
- */
52
- export interface MsgWithdrawDelegatorReward {
53
- delegatorAddress: string;
54
- validatorAddress: string;
55
- }
56
- export interface MsgWithdrawDelegatorRewardProtoMsg {
57
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward";
58
- value: Uint8Array;
59
- }
60
- /**
61
- * MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator
62
- * from a single validator.
63
- */
64
- export interface MsgWithdrawDelegatorRewardAmino {
65
- delegator_address: string;
66
- validator_address: string;
67
- }
68
- export interface MsgWithdrawDelegatorRewardAminoMsg {
69
- type: "cosmos-sdk/MsgWithdrawDelegationReward";
70
- value: MsgWithdrawDelegatorRewardAmino;
71
- }
72
- /**
73
- * MsgWithdrawDelegatorRewardResponse defines the Msg/WithdrawDelegatorReward
74
- * response type.
75
- */
76
- export interface MsgWithdrawDelegatorRewardResponse {
77
- /** Since: cosmos-sdk 0.46 */
78
- amount: Coin[];
79
- }
80
- export interface MsgWithdrawDelegatorRewardResponseProtoMsg {
81
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse";
82
- value: Uint8Array;
83
- }
84
- /**
85
- * MsgWithdrawDelegatorRewardResponse defines the Msg/WithdrawDelegatorReward
86
- * response type.
87
- */
88
- export interface MsgWithdrawDelegatorRewardResponseAmino {
89
- /** Since: cosmos-sdk 0.46 */
90
- amount: CoinAmino[];
91
- }
92
- export interface MsgWithdrawDelegatorRewardResponseAminoMsg {
93
- type: "cosmos-sdk/MsgWithdrawDelegatorRewardResponse";
94
- value: MsgWithdrawDelegatorRewardResponseAmino;
95
- }
96
- /**
97
- * MsgWithdrawValidatorCommission withdraws the full commission to the validator
98
- * address.
99
- */
100
- export interface MsgWithdrawValidatorCommission {
101
- validatorAddress: string;
102
- }
103
- export interface MsgWithdrawValidatorCommissionProtoMsg {
104
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission";
105
- value: Uint8Array;
106
- }
107
- /**
108
- * MsgWithdrawValidatorCommission withdraws the full commission to the validator
109
- * address.
110
- */
111
- export interface MsgWithdrawValidatorCommissionAmino {
112
- validator_address: string;
113
- }
114
- export interface MsgWithdrawValidatorCommissionAminoMsg {
115
- type: "cosmos-sdk/MsgWithdrawValidatorCommission";
116
- value: MsgWithdrawValidatorCommissionAmino;
117
- }
118
- /**
119
- * MsgWithdrawValidatorCommissionResponse defines the
120
- * Msg/WithdrawValidatorCommission response type.
121
- */
122
- export interface MsgWithdrawValidatorCommissionResponse {
123
- /** Since: cosmos-sdk 0.46 */
124
- amount: Coin[];
125
- }
126
- export interface MsgWithdrawValidatorCommissionResponseProtoMsg {
127
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse";
128
- value: Uint8Array;
129
- }
130
- /**
131
- * MsgWithdrawValidatorCommissionResponse defines the
132
- * Msg/WithdrawValidatorCommission response type.
133
- */
134
- export interface MsgWithdrawValidatorCommissionResponseAmino {
135
- /** Since: cosmos-sdk 0.46 */
136
- amount: CoinAmino[];
137
- }
138
- export interface MsgWithdrawValidatorCommissionResponseAminoMsg {
139
- type: "cosmos-sdk/MsgWithdrawValidatorCommissionResponse";
140
- value: MsgWithdrawValidatorCommissionResponseAmino;
141
- }
142
- /**
143
- * MsgFundCommunityPool allows an account to directly
144
- * fund the community pool.
145
- */
146
- export interface MsgFundCommunityPool {
147
- amount: Coin[];
148
- depositor: string;
149
- }
150
- export interface MsgFundCommunityPoolProtoMsg {
151
- typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool";
152
- value: Uint8Array;
153
- }
154
- /**
155
- * MsgFundCommunityPool allows an account to directly
156
- * fund the community pool.
157
- */
158
- export interface MsgFundCommunityPoolAmino {
159
- amount: CoinAmino[];
160
- depositor: string;
161
- }
162
- export interface MsgFundCommunityPoolAminoMsg {
163
- type: "cosmos-sdk/MsgFundCommunityPool";
164
- value: MsgFundCommunityPoolAmino;
165
- }
166
- /** MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. */
167
- export interface MsgFundCommunityPoolResponse {}
168
- export interface MsgFundCommunityPoolResponseProtoMsg {
169
- typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse";
170
- value: Uint8Array;
171
- }
172
- /** MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. */
173
- export interface MsgFundCommunityPoolResponseAmino {}
174
- export interface MsgFundCommunityPoolResponseAminoMsg {
175
- type: "cosmos-sdk/MsgFundCommunityPoolResponse";
176
- value: MsgFundCommunityPoolResponseAmino;
177
- }
178
- /**
179
- * MsgUpdateParams is the Msg/UpdateParams request type.
180
- *
181
- * Since: cosmos-sdk 0.47
182
- */
183
- export interface MsgUpdateParams {
184
- /** authority is the address that controls the module (defaults to x/gov unless overwritten). */
185
- authority: string;
186
- /**
187
- * params defines the x/distribution parameters to update.
188
- *
189
- * NOTE: All parameters must be supplied.
190
- */
191
- params: Params;
192
- }
193
- export interface MsgUpdateParamsProtoMsg {
194
- typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams";
195
- value: Uint8Array;
196
- }
197
- /**
198
- * MsgUpdateParams is the Msg/UpdateParams request type.
199
- *
200
- * Since: cosmos-sdk 0.47
201
- */
202
- export interface MsgUpdateParamsAmino {
203
- /** authority is the address that controls the module (defaults to x/gov unless overwritten). */
204
- authority: string;
205
- /**
206
- * params defines the x/distribution parameters to update.
207
- *
208
- * NOTE: All parameters must be supplied.
209
- */
210
- params: ParamsAmino;
211
- }
212
- export interface MsgUpdateParamsAminoMsg {
213
- type: "cosmos-sdk/distribution/MsgUpdateParams";
214
- value: MsgUpdateParamsAmino;
215
- }
216
- /**
217
- * MsgUpdateParamsResponse defines the response structure for executing a
218
- * MsgUpdateParams message.
219
- *
220
- * Since: cosmos-sdk 0.47
221
- */
222
- export interface MsgUpdateParamsResponse {}
223
- export interface MsgUpdateParamsResponseProtoMsg {
224
- typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParamsResponse";
225
- value: Uint8Array;
226
- }
227
- /**
228
- * MsgUpdateParamsResponse defines the response structure for executing a
229
- * MsgUpdateParams message.
230
- *
231
- * Since: cosmos-sdk 0.47
232
- */
233
- export interface MsgUpdateParamsResponseAmino {}
234
- export interface MsgUpdateParamsResponseAminoMsg {
235
- type: "cosmos-sdk/MsgUpdateParamsResponse";
236
- value: MsgUpdateParamsResponseAmino;
237
- }
238
- /**
239
- * MsgCommunityPoolSpend defines a message for sending tokens from the community
240
- * pool to another account. This message is typically executed via a governance
241
- * proposal with the governance module being the executing authority.
242
- *
243
- * Since: cosmos-sdk 0.47
244
- */
245
- export interface MsgCommunityPoolSpend {
246
- /** authority is the address that controls the module (defaults to x/gov unless overwritten). */
247
- authority: string;
248
- recipient: string;
249
- amount: Coin[];
250
- }
251
- export interface MsgCommunityPoolSpendProtoMsg {
252
- typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend";
253
- value: Uint8Array;
254
- }
255
- /**
256
- * MsgCommunityPoolSpend defines a message for sending tokens from the community
257
- * pool to another account. This message is typically executed via a governance
258
- * proposal with the governance module being the executing authority.
259
- *
260
- * Since: cosmos-sdk 0.47
261
- */
262
- export interface MsgCommunityPoolSpendAmino {
263
- /** authority is the address that controls the module (defaults to x/gov unless overwritten). */
264
- authority: string;
265
- recipient: string;
266
- amount: CoinAmino[];
267
- }
268
- export interface MsgCommunityPoolSpendAminoMsg {
269
- type: "cosmos-sdk/distr/MsgCommunityPoolSpend";
270
- value: MsgCommunityPoolSpendAmino;
271
- }
272
- /**
273
- * MsgCommunityPoolSpendResponse defines the response to executing a
274
- * MsgCommunityPoolSpend message.
275
- *
276
- * Since: cosmos-sdk 0.47
277
- */
278
- export interface MsgCommunityPoolSpendResponse {}
279
- export interface MsgCommunityPoolSpendResponseProtoMsg {
280
- typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse";
281
- value: Uint8Array;
282
- }
283
- /**
284
- * MsgCommunityPoolSpendResponse defines the response to executing a
285
- * MsgCommunityPoolSpend message.
286
- *
287
- * Since: cosmos-sdk 0.47
288
- */
289
- export interface MsgCommunityPoolSpendResponseAmino {}
290
- export interface MsgCommunityPoolSpendResponseAminoMsg {
291
- type: "cosmos-sdk/MsgCommunityPoolSpendResponse";
292
- value: MsgCommunityPoolSpendResponseAmino;
293
- }
294
- /**
295
- * DepositValidatorRewardsPool defines the request structure to provide
296
- * additional rewards to delegators from a specific validator.
297
- *
298
- * Since: cosmos-sdk 0.50
299
- */
300
- export interface MsgDepositValidatorRewardsPool {
301
- depositor: string;
302
- validatorAddress: string;
303
- amount: Coin[];
304
- }
305
- export interface MsgDepositValidatorRewardsPoolProtoMsg {
306
- typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool";
307
- value: Uint8Array;
308
- }
309
- /**
310
- * DepositValidatorRewardsPool defines the request structure to provide
311
- * additional rewards to delegators from a specific validator.
312
- *
313
- * Since: cosmos-sdk 0.50
314
- */
315
- export interface MsgDepositValidatorRewardsPoolAmino {
316
- depositor: string;
317
- validator_address: string;
318
- amount: CoinAmino[];
319
- }
320
- export interface MsgDepositValidatorRewardsPoolAminoMsg {
321
- type: "cosmos-sdk/distr/MsgDepositValRewards";
322
- value: MsgDepositValidatorRewardsPoolAmino;
323
- }
324
- /**
325
- * MsgDepositValidatorRewardsPoolResponse defines the response to executing a
326
- * MsgDepositValidatorRewardsPool message.
327
- *
328
- * Since: cosmos-sdk 0.50
329
- */
330
- export interface MsgDepositValidatorRewardsPoolResponse {}
331
- export interface MsgDepositValidatorRewardsPoolResponseProtoMsg {
332
- typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse";
333
- value: Uint8Array;
334
- }
335
- /**
336
- * MsgDepositValidatorRewardsPoolResponse defines the response to executing a
337
- * MsgDepositValidatorRewardsPool message.
338
- *
339
- * Since: cosmos-sdk 0.50
340
- */
341
- export interface MsgDepositValidatorRewardsPoolResponseAmino {}
342
- export interface MsgDepositValidatorRewardsPoolResponseAminoMsg {
343
- type: "cosmos-sdk/MsgDepositValidatorRewardsPoolResponse";
344
- value: MsgDepositValidatorRewardsPoolResponseAmino;
345
- }
346
- function createBaseMsgSetWithdrawAddress(): MsgSetWithdrawAddress {
347
- return {
348
- delegatorAddress: "",
349
- withdrawAddress: ""
350
- };
351
- }
352
- export const MsgSetWithdrawAddress = {
353
- typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
354
- aminoType: "cosmos-sdk/MsgModifyWithdrawAddress",
355
- is(o: any): o is MsgSetWithdrawAddress {
356
- return o && (o.$typeUrl === MsgSetWithdrawAddress.typeUrl || typeof o.delegatorAddress === "string" && typeof o.withdrawAddress === "string");
357
- },
358
- isAmino(o: any): o is MsgSetWithdrawAddressAmino {
359
- return o && (o.$typeUrl === MsgSetWithdrawAddress.typeUrl || typeof o.delegator_address === "string" && typeof o.withdraw_address === "string");
360
- },
361
- encode(message: MsgSetWithdrawAddress, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
362
- if (message.delegatorAddress !== "") {
363
- writer.uint32(10).string(message.delegatorAddress);
364
- }
365
- if (message.withdrawAddress !== "") {
366
- writer.uint32(18).string(message.withdrawAddress);
367
- }
368
- return writer;
369
- },
370
- decode(input: BinaryReader | Uint8Array, length?: number): MsgSetWithdrawAddress {
371
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
372
- let end = length === undefined ? reader.len : reader.pos + length;
373
- const message = createBaseMsgSetWithdrawAddress();
374
- while (reader.pos < end) {
375
- const tag = reader.uint32();
376
- switch (tag >>> 3) {
377
- case 1:
378
- message.delegatorAddress = reader.string();
379
- break;
380
- case 2:
381
- message.withdrawAddress = reader.string();
382
- break;
383
- default:
384
- reader.skipType(tag & 7);
385
- break;
386
- }
387
- }
388
- return message;
389
- },
390
- fromPartial(object: DeepPartial<MsgSetWithdrawAddress>): MsgSetWithdrawAddress {
391
- const message = createBaseMsgSetWithdrawAddress();
392
- message.delegatorAddress = object.delegatorAddress ?? "";
393
- message.withdrawAddress = object.withdrawAddress ?? "";
394
- return message;
395
- },
396
- fromAmino(object: MsgSetWithdrawAddressAmino): MsgSetWithdrawAddress {
397
- const message = createBaseMsgSetWithdrawAddress();
398
- if (object.delegator_address !== undefined && object.delegator_address !== null) {
399
- message.delegatorAddress = object.delegator_address;
400
- }
401
- if (object.withdraw_address !== undefined && object.withdraw_address !== null) {
402
- message.withdrawAddress = object.withdraw_address;
403
- }
404
- return message;
405
- },
406
- toAmino(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressAmino {
407
- const obj: any = {};
408
- obj.delegator_address = message.delegatorAddress === "" ? undefined : message.delegatorAddress;
409
- obj.withdraw_address = message.withdrawAddress === "" ? undefined : message.withdrawAddress;
410
- return obj;
411
- },
412
- fromAminoMsg(object: MsgSetWithdrawAddressAminoMsg): MsgSetWithdrawAddress {
413
- return MsgSetWithdrawAddress.fromAmino(object.value);
414
- },
415
- toAminoMsg(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressAminoMsg {
416
- return {
417
- type: "cosmos-sdk/MsgModifyWithdrawAddress",
418
- value: MsgSetWithdrawAddress.toAmino(message)
419
- };
420
- },
421
- fromProtoMsg(message: MsgSetWithdrawAddressProtoMsg): MsgSetWithdrawAddress {
422
- return MsgSetWithdrawAddress.decode(message.value);
423
- },
424
- toProto(message: MsgSetWithdrawAddress): Uint8Array {
425
- return MsgSetWithdrawAddress.encode(message).finish();
426
- },
427
- toProtoMsg(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressProtoMsg {
428
- return {
429
- typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
430
- value: MsgSetWithdrawAddress.encode(message).finish()
431
- };
432
- }
433
- };
434
- GlobalDecoderRegistry.register(MsgSetWithdrawAddress.typeUrl, MsgSetWithdrawAddress);
435
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgSetWithdrawAddress.aminoType, MsgSetWithdrawAddress.typeUrl);
436
- function createBaseMsgSetWithdrawAddressResponse(): MsgSetWithdrawAddressResponse {
437
- return {};
438
- }
439
- export const MsgSetWithdrawAddressResponse = {
440
- typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse",
441
- aminoType: "cosmos-sdk/MsgSetWithdrawAddressResponse",
442
- is(o: any): o is MsgSetWithdrawAddressResponse {
443
- return o && o.$typeUrl === MsgSetWithdrawAddressResponse.typeUrl;
444
- },
445
- isAmino(o: any): o is MsgSetWithdrawAddressResponseAmino {
446
- return o && o.$typeUrl === MsgSetWithdrawAddressResponse.typeUrl;
447
- },
448
- encode(_: MsgSetWithdrawAddressResponse, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
449
- return writer;
450
- },
451
- decode(input: BinaryReader | Uint8Array, length?: number): MsgSetWithdrawAddressResponse {
452
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
453
- let end = length === undefined ? reader.len : reader.pos + length;
454
- const message = createBaseMsgSetWithdrawAddressResponse();
455
- while (reader.pos < end) {
456
- const tag = reader.uint32();
457
- switch (tag >>> 3) {
458
- default:
459
- reader.skipType(tag & 7);
460
- break;
461
- }
462
- }
463
- return message;
464
- },
465
- fromPartial(_: DeepPartial<MsgSetWithdrawAddressResponse>): MsgSetWithdrawAddressResponse {
466
- const message = createBaseMsgSetWithdrawAddressResponse();
467
- return message;
468
- },
469
- fromAmino(_: MsgSetWithdrawAddressResponseAmino): MsgSetWithdrawAddressResponse {
470
- const message = createBaseMsgSetWithdrawAddressResponse();
471
- return message;
472
- },
473
- toAmino(_: MsgSetWithdrawAddressResponse): MsgSetWithdrawAddressResponseAmino {
474
- const obj: any = {};
475
- return obj;
476
- },
477
- fromAminoMsg(object: MsgSetWithdrawAddressResponseAminoMsg): MsgSetWithdrawAddressResponse {
478
- return MsgSetWithdrawAddressResponse.fromAmino(object.value);
479
- },
480
- toAminoMsg(message: MsgSetWithdrawAddressResponse): MsgSetWithdrawAddressResponseAminoMsg {
481
- return {
482
- type: "cosmos-sdk/MsgSetWithdrawAddressResponse",
483
- value: MsgSetWithdrawAddressResponse.toAmino(message)
484
- };
485
- },
486
- fromProtoMsg(message: MsgSetWithdrawAddressResponseProtoMsg): MsgSetWithdrawAddressResponse {
487
- return MsgSetWithdrawAddressResponse.decode(message.value);
488
- },
489
- toProto(message: MsgSetWithdrawAddressResponse): Uint8Array {
490
- return MsgSetWithdrawAddressResponse.encode(message).finish();
491
- },
492
- toProtoMsg(message: MsgSetWithdrawAddressResponse): MsgSetWithdrawAddressResponseProtoMsg {
493
- return {
494
- typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse",
495
- value: MsgSetWithdrawAddressResponse.encode(message).finish()
496
- };
497
- }
498
- };
499
- GlobalDecoderRegistry.register(MsgSetWithdrawAddressResponse.typeUrl, MsgSetWithdrawAddressResponse);
500
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgSetWithdrawAddressResponse.aminoType, MsgSetWithdrawAddressResponse.typeUrl);
501
- function createBaseMsgWithdrawDelegatorReward(): MsgWithdrawDelegatorReward {
502
- return {
503
- delegatorAddress: "",
504
- validatorAddress: ""
505
- };
506
- }
507
- export const MsgWithdrawDelegatorReward = {
508
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
509
- aminoType: "cosmos-sdk/MsgWithdrawDelegationReward",
510
- is(o: any): o is MsgWithdrawDelegatorReward {
511
- return o && (o.$typeUrl === MsgWithdrawDelegatorReward.typeUrl || typeof o.delegatorAddress === "string" && typeof o.validatorAddress === "string");
512
- },
513
- isAmino(o: any): o is MsgWithdrawDelegatorRewardAmino {
514
- return o && (o.$typeUrl === MsgWithdrawDelegatorReward.typeUrl || typeof o.delegator_address === "string" && typeof o.validator_address === "string");
515
- },
516
- encode(message: MsgWithdrawDelegatorReward, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
517
- if (message.delegatorAddress !== "") {
518
- writer.uint32(10).string(message.delegatorAddress);
519
- }
520
- if (message.validatorAddress !== "") {
521
- writer.uint32(18).string(message.validatorAddress);
522
- }
523
- return writer;
524
- },
525
- decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawDelegatorReward {
526
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
527
- let end = length === undefined ? reader.len : reader.pos + length;
528
- const message = createBaseMsgWithdrawDelegatorReward();
529
- while (reader.pos < end) {
530
- const tag = reader.uint32();
531
- switch (tag >>> 3) {
532
- case 1:
533
- message.delegatorAddress = reader.string();
534
- break;
535
- case 2:
536
- message.validatorAddress = reader.string();
537
- break;
538
- default:
539
- reader.skipType(tag & 7);
540
- break;
541
- }
542
- }
543
- return message;
544
- },
545
- fromPartial(object: DeepPartial<MsgWithdrawDelegatorReward>): MsgWithdrawDelegatorReward {
546
- const message = createBaseMsgWithdrawDelegatorReward();
547
- message.delegatorAddress = object.delegatorAddress ?? "";
548
- message.validatorAddress = object.validatorAddress ?? "";
549
- return message;
550
- },
551
- fromAmino(object: MsgWithdrawDelegatorRewardAmino): MsgWithdrawDelegatorReward {
552
- const message = createBaseMsgWithdrawDelegatorReward();
553
- if (object.delegator_address !== undefined && object.delegator_address !== null) {
554
- message.delegatorAddress = object.delegator_address;
555
- }
556
- if (object.validator_address !== undefined && object.validator_address !== null) {
557
- message.validatorAddress = object.validator_address;
558
- }
559
- return message;
560
- },
561
- toAmino(message: MsgWithdrawDelegatorReward): MsgWithdrawDelegatorRewardAmino {
562
- const obj: any = {};
563
- obj.delegator_address = message.delegatorAddress === "" ? undefined : message.delegatorAddress;
564
- obj.validator_address = message.validatorAddress === "" ? undefined : message.validatorAddress;
565
- return obj;
566
- },
567
- fromAminoMsg(object: MsgWithdrawDelegatorRewardAminoMsg): MsgWithdrawDelegatorReward {
568
- return MsgWithdrawDelegatorReward.fromAmino(object.value);
569
- },
570
- toAminoMsg(message: MsgWithdrawDelegatorReward): MsgWithdrawDelegatorRewardAminoMsg {
571
- return {
572
- type: "cosmos-sdk/MsgWithdrawDelegationReward",
573
- value: MsgWithdrawDelegatorReward.toAmino(message)
574
- };
575
- },
576
- fromProtoMsg(message: MsgWithdrawDelegatorRewardProtoMsg): MsgWithdrawDelegatorReward {
577
- return MsgWithdrawDelegatorReward.decode(message.value);
578
- },
579
- toProto(message: MsgWithdrawDelegatorReward): Uint8Array {
580
- return MsgWithdrawDelegatorReward.encode(message).finish();
581
- },
582
- toProtoMsg(message: MsgWithdrawDelegatorReward): MsgWithdrawDelegatorRewardProtoMsg {
583
- return {
584
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
585
- value: MsgWithdrawDelegatorReward.encode(message).finish()
586
- };
587
- }
588
- };
589
- GlobalDecoderRegistry.register(MsgWithdrawDelegatorReward.typeUrl, MsgWithdrawDelegatorReward);
590
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgWithdrawDelegatorReward.aminoType, MsgWithdrawDelegatorReward.typeUrl);
591
- function createBaseMsgWithdrawDelegatorRewardResponse(): MsgWithdrawDelegatorRewardResponse {
592
- return {
593
- amount: []
594
- };
595
- }
596
- export const MsgWithdrawDelegatorRewardResponse = {
597
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse",
598
- aminoType: "cosmos-sdk/MsgWithdrawDelegatorRewardResponse",
599
- is(o: any): o is MsgWithdrawDelegatorRewardResponse {
600
- return o && (o.$typeUrl === MsgWithdrawDelegatorRewardResponse.typeUrl || Array.isArray(o.amount) && (!o.amount.length || Coin.is(o.amount[0])));
601
- },
602
- isAmino(o: any): o is MsgWithdrawDelegatorRewardResponseAmino {
603
- return o && (o.$typeUrl === MsgWithdrawDelegatorRewardResponse.typeUrl || Array.isArray(o.amount) && (!o.amount.length || Coin.isAmino(o.amount[0])));
604
- },
605
- encode(message: MsgWithdrawDelegatorRewardResponse, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
606
- for (const v of message.amount) {
607
- Coin.encode(v!, writer.uint32(10).fork()).ldelim();
608
- }
609
- return writer;
610
- },
611
- decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawDelegatorRewardResponse {
612
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
613
- let end = length === undefined ? reader.len : reader.pos + length;
614
- const message = createBaseMsgWithdrawDelegatorRewardResponse();
615
- while (reader.pos < end) {
616
- const tag = reader.uint32();
617
- switch (tag >>> 3) {
618
- case 1:
619
- message.amount.push(Coin.decode(reader, reader.uint32()));
620
- break;
621
- default:
622
- reader.skipType(tag & 7);
623
- break;
624
- }
625
- }
626
- return message;
627
- },
628
- fromPartial(object: DeepPartial<MsgWithdrawDelegatorRewardResponse>): MsgWithdrawDelegatorRewardResponse {
629
- const message = createBaseMsgWithdrawDelegatorRewardResponse();
630
- message.amount = object.amount?.map(e => Coin.fromPartial(e)) || [];
631
- return message;
632
- },
633
- fromAmino(object: MsgWithdrawDelegatorRewardResponseAmino): MsgWithdrawDelegatorRewardResponse {
634
- const message = createBaseMsgWithdrawDelegatorRewardResponse();
635
- message.amount = object.amount?.map(e => Coin.fromAmino(e)) || [];
636
- return message;
637
- },
638
- toAmino(message: MsgWithdrawDelegatorRewardResponse): MsgWithdrawDelegatorRewardResponseAmino {
639
- const obj: any = {};
640
- if (message.amount) {
641
- obj.amount = message.amount.map(e => e ? Coin.toAmino(e) : undefined);
642
- } else {
643
- obj.amount = message.amount;
644
- }
645
- return obj;
646
- },
647
- fromAminoMsg(object: MsgWithdrawDelegatorRewardResponseAminoMsg): MsgWithdrawDelegatorRewardResponse {
648
- return MsgWithdrawDelegatorRewardResponse.fromAmino(object.value);
649
- },
650
- toAminoMsg(message: MsgWithdrawDelegatorRewardResponse): MsgWithdrawDelegatorRewardResponseAminoMsg {
651
- return {
652
- type: "cosmos-sdk/MsgWithdrawDelegatorRewardResponse",
653
- value: MsgWithdrawDelegatorRewardResponse.toAmino(message)
654
- };
655
- },
656
- fromProtoMsg(message: MsgWithdrawDelegatorRewardResponseProtoMsg): MsgWithdrawDelegatorRewardResponse {
657
- return MsgWithdrawDelegatorRewardResponse.decode(message.value);
658
- },
659
- toProto(message: MsgWithdrawDelegatorRewardResponse): Uint8Array {
660
- return MsgWithdrawDelegatorRewardResponse.encode(message).finish();
661
- },
662
- toProtoMsg(message: MsgWithdrawDelegatorRewardResponse): MsgWithdrawDelegatorRewardResponseProtoMsg {
663
- return {
664
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse",
665
- value: MsgWithdrawDelegatorRewardResponse.encode(message).finish()
666
- };
667
- }
668
- };
669
- GlobalDecoderRegistry.register(MsgWithdrawDelegatorRewardResponse.typeUrl, MsgWithdrawDelegatorRewardResponse);
670
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgWithdrawDelegatorRewardResponse.aminoType, MsgWithdrawDelegatorRewardResponse.typeUrl);
671
- function createBaseMsgWithdrawValidatorCommission(): MsgWithdrawValidatorCommission {
672
- return {
673
- validatorAddress: ""
674
- };
675
- }
676
- export const MsgWithdrawValidatorCommission = {
677
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
678
- aminoType: "cosmos-sdk/MsgWithdrawValidatorCommission",
679
- is(o: any): o is MsgWithdrawValidatorCommission {
680
- return o && (o.$typeUrl === MsgWithdrawValidatorCommission.typeUrl || typeof o.validatorAddress === "string");
681
- },
682
- isAmino(o: any): o is MsgWithdrawValidatorCommissionAmino {
683
- return o && (o.$typeUrl === MsgWithdrawValidatorCommission.typeUrl || typeof o.validator_address === "string");
684
- },
685
- encode(message: MsgWithdrawValidatorCommission, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
686
- if (message.validatorAddress !== "") {
687
- writer.uint32(10).string(message.validatorAddress);
688
- }
689
- return writer;
690
- },
691
- decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawValidatorCommission {
692
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
693
- let end = length === undefined ? reader.len : reader.pos + length;
694
- const message = createBaseMsgWithdrawValidatorCommission();
695
- while (reader.pos < end) {
696
- const tag = reader.uint32();
697
- switch (tag >>> 3) {
698
- case 1:
699
- message.validatorAddress = reader.string();
700
- break;
701
- default:
702
- reader.skipType(tag & 7);
703
- break;
704
- }
705
- }
706
- return message;
707
- },
708
- fromPartial(object: DeepPartial<MsgWithdrawValidatorCommission>): MsgWithdrawValidatorCommission {
709
- const message = createBaseMsgWithdrawValidatorCommission();
710
- message.validatorAddress = object.validatorAddress ?? "";
711
- return message;
712
- },
713
- fromAmino(object: MsgWithdrawValidatorCommissionAmino): MsgWithdrawValidatorCommission {
714
- const message = createBaseMsgWithdrawValidatorCommission();
715
- if (object.validator_address !== undefined && object.validator_address !== null) {
716
- message.validatorAddress = object.validator_address;
717
- }
718
- return message;
719
- },
720
- toAmino(message: MsgWithdrawValidatorCommission): MsgWithdrawValidatorCommissionAmino {
721
- const obj: any = {};
722
- obj.validator_address = message.validatorAddress === "" ? undefined : message.validatorAddress;
723
- return obj;
724
- },
725
- fromAminoMsg(object: MsgWithdrawValidatorCommissionAminoMsg): MsgWithdrawValidatorCommission {
726
- return MsgWithdrawValidatorCommission.fromAmino(object.value);
727
- },
728
- toAminoMsg(message: MsgWithdrawValidatorCommission): MsgWithdrawValidatorCommissionAminoMsg {
729
- return {
730
- type: "cosmos-sdk/MsgWithdrawValidatorCommission",
731
- value: MsgWithdrawValidatorCommission.toAmino(message)
732
- };
733
- },
734
- fromProtoMsg(message: MsgWithdrawValidatorCommissionProtoMsg): MsgWithdrawValidatorCommission {
735
- return MsgWithdrawValidatorCommission.decode(message.value);
736
- },
737
- toProto(message: MsgWithdrawValidatorCommission): Uint8Array {
738
- return MsgWithdrawValidatorCommission.encode(message).finish();
739
- },
740
- toProtoMsg(message: MsgWithdrawValidatorCommission): MsgWithdrawValidatorCommissionProtoMsg {
741
- return {
742
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
743
- value: MsgWithdrawValidatorCommission.encode(message).finish()
744
- };
745
- }
746
- };
747
- GlobalDecoderRegistry.register(MsgWithdrawValidatorCommission.typeUrl, MsgWithdrawValidatorCommission);
748
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgWithdrawValidatorCommission.aminoType, MsgWithdrawValidatorCommission.typeUrl);
749
- function createBaseMsgWithdrawValidatorCommissionResponse(): MsgWithdrawValidatorCommissionResponse {
750
- return {
751
- amount: []
752
- };
753
- }
754
- export const MsgWithdrawValidatorCommissionResponse = {
755
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse",
756
- aminoType: "cosmos-sdk/MsgWithdrawValidatorCommissionResponse",
757
- is(o: any): o is MsgWithdrawValidatorCommissionResponse {
758
- return o && (o.$typeUrl === MsgWithdrawValidatorCommissionResponse.typeUrl || Array.isArray(o.amount) && (!o.amount.length || Coin.is(o.amount[0])));
759
- },
760
- isAmino(o: any): o is MsgWithdrawValidatorCommissionResponseAmino {
761
- return o && (o.$typeUrl === MsgWithdrawValidatorCommissionResponse.typeUrl || Array.isArray(o.amount) && (!o.amount.length || Coin.isAmino(o.amount[0])));
762
- },
763
- encode(message: MsgWithdrawValidatorCommissionResponse, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
764
- for (const v of message.amount) {
765
- Coin.encode(v!, writer.uint32(10).fork()).ldelim();
766
- }
767
- return writer;
768
- },
769
- decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawValidatorCommissionResponse {
770
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
771
- let end = length === undefined ? reader.len : reader.pos + length;
772
- const message = createBaseMsgWithdrawValidatorCommissionResponse();
773
- while (reader.pos < end) {
774
- const tag = reader.uint32();
775
- switch (tag >>> 3) {
776
- case 1:
777
- message.amount.push(Coin.decode(reader, reader.uint32()));
778
- break;
779
- default:
780
- reader.skipType(tag & 7);
781
- break;
782
- }
783
- }
784
- return message;
785
- },
786
- fromPartial(object: DeepPartial<MsgWithdrawValidatorCommissionResponse>): MsgWithdrawValidatorCommissionResponse {
787
- const message = createBaseMsgWithdrawValidatorCommissionResponse();
788
- message.amount = object.amount?.map(e => Coin.fromPartial(e)) || [];
789
- return message;
790
- },
791
- fromAmino(object: MsgWithdrawValidatorCommissionResponseAmino): MsgWithdrawValidatorCommissionResponse {
792
- const message = createBaseMsgWithdrawValidatorCommissionResponse();
793
- message.amount = object.amount?.map(e => Coin.fromAmino(e)) || [];
794
- return message;
795
- },
796
- toAmino(message: MsgWithdrawValidatorCommissionResponse): MsgWithdrawValidatorCommissionResponseAmino {
797
- const obj: any = {};
798
- if (message.amount) {
799
- obj.amount = message.amount.map(e => e ? Coin.toAmino(e) : undefined);
800
- } else {
801
- obj.amount = message.amount;
802
- }
803
- return obj;
804
- },
805
- fromAminoMsg(object: MsgWithdrawValidatorCommissionResponseAminoMsg): MsgWithdrawValidatorCommissionResponse {
806
- return MsgWithdrawValidatorCommissionResponse.fromAmino(object.value);
807
- },
808
- toAminoMsg(message: MsgWithdrawValidatorCommissionResponse): MsgWithdrawValidatorCommissionResponseAminoMsg {
809
- return {
810
- type: "cosmos-sdk/MsgWithdrawValidatorCommissionResponse",
811
- value: MsgWithdrawValidatorCommissionResponse.toAmino(message)
812
- };
813
- },
814
- fromProtoMsg(message: MsgWithdrawValidatorCommissionResponseProtoMsg): MsgWithdrawValidatorCommissionResponse {
815
- return MsgWithdrawValidatorCommissionResponse.decode(message.value);
816
- },
817
- toProto(message: MsgWithdrawValidatorCommissionResponse): Uint8Array {
818
- return MsgWithdrawValidatorCommissionResponse.encode(message).finish();
819
- },
820
- toProtoMsg(message: MsgWithdrawValidatorCommissionResponse): MsgWithdrawValidatorCommissionResponseProtoMsg {
821
- return {
822
- typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse",
823
- value: MsgWithdrawValidatorCommissionResponse.encode(message).finish()
824
- };
825
- }
826
- };
827
- GlobalDecoderRegistry.register(MsgWithdrawValidatorCommissionResponse.typeUrl, MsgWithdrawValidatorCommissionResponse);
828
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgWithdrawValidatorCommissionResponse.aminoType, MsgWithdrawValidatorCommissionResponse.typeUrl);
829
- function createBaseMsgFundCommunityPool(): MsgFundCommunityPool {
830
- return {
831
- amount: [],
832
- depositor: ""
833
- };
834
- }
835
- export const MsgFundCommunityPool = {
836
- typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
837
- aminoType: "cosmos-sdk/MsgFundCommunityPool",
838
- is(o: any): o is MsgFundCommunityPool {
839
- return o && (o.$typeUrl === MsgFundCommunityPool.typeUrl || Array.isArray(o.amount) && (!o.amount.length || Coin.is(o.amount[0])) && typeof o.depositor === "string");
840
- },
841
- isAmino(o: any): o is MsgFundCommunityPoolAmino {
842
- return o && (o.$typeUrl === MsgFundCommunityPool.typeUrl || Array.isArray(o.amount) && (!o.amount.length || Coin.isAmino(o.amount[0])) && typeof o.depositor === "string");
843
- },
844
- encode(message: MsgFundCommunityPool, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
845
- for (const v of message.amount) {
846
- Coin.encode(v!, writer.uint32(10).fork()).ldelim();
847
- }
848
- if (message.depositor !== "") {
849
- writer.uint32(18).string(message.depositor);
850
- }
851
- return writer;
852
- },
853
- decode(input: BinaryReader | Uint8Array, length?: number): MsgFundCommunityPool {
854
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
855
- let end = length === undefined ? reader.len : reader.pos + length;
856
- const message = createBaseMsgFundCommunityPool();
857
- while (reader.pos < end) {
858
- const tag = reader.uint32();
859
- switch (tag >>> 3) {
860
- case 1:
861
- message.amount.push(Coin.decode(reader, reader.uint32()));
862
- break;
863
- case 2:
864
- message.depositor = reader.string();
865
- break;
866
- default:
867
- reader.skipType(tag & 7);
868
- break;
869
- }
870
- }
871
- return message;
872
- },
873
- fromPartial(object: DeepPartial<MsgFundCommunityPool>): MsgFundCommunityPool {
874
- const message = createBaseMsgFundCommunityPool();
875
- message.amount = object.amount?.map(e => Coin.fromPartial(e)) || [];
876
- message.depositor = object.depositor ?? "";
877
- return message;
878
- },
879
- fromAmino(object: MsgFundCommunityPoolAmino): MsgFundCommunityPool {
880
- const message = createBaseMsgFundCommunityPool();
881
- message.amount = object.amount?.map(e => Coin.fromAmino(e)) || [];
882
- if (object.depositor !== undefined && object.depositor !== null) {
883
- message.depositor = object.depositor;
884
- }
885
- return message;
886
- },
887
- toAmino(message: MsgFundCommunityPool): MsgFundCommunityPoolAmino {
888
- const obj: any = {};
889
- if (message.amount) {
890
- obj.amount = message.amount.map(e => e ? Coin.toAmino(e) : undefined);
891
- } else {
892
- obj.amount = message.amount;
893
- }
894
- obj.depositor = message.depositor === "" ? undefined : message.depositor;
895
- return obj;
896
- },
897
- fromAminoMsg(object: MsgFundCommunityPoolAminoMsg): MsgFundCommunityPool {
898
- return MsgFundCommunityPool.fromAmino(object.value);
899
- },
900
- toAminoMsg(message: MsgFundCommunityPool): MsgFundCommunityPoolAminoMsg {
901
- return {
902
- type: "cosmos-sdk/MsgFundCommunityPool",
903
- value: MsgFundCommunityPool.toAmino(message)
904
- };
905
- },
906
- fromProtoMsg(message: MsgFundCommunityPoolProtoMsg): MsgFundCommunityPool {
907
- return MsgFundCommunityPool.decode(message.value);
908
- },
909
- toProto(message: MsgFundCommunityPool): Uint8Array {
910
- return MsgFundCommunityPool.encode(message).finish();
911
- },
912
- toProtoMsg(message: MsgFundCommunityPool): MsgFundCommunityPoolProtoMsg {
913
- return {
914
- typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
915
- value: MsgFundCommunityPool.encode(message).finish()
916
- };
917
- }
918
- };
919
- GlobalDecoderRegistry.register(MsgFundCommunityPool.typeUrl, MsgFundCommunityPool);
920
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgFundCommunityPool.aminoType, MsgFundCommunityPool.typeUrl);
921
- function createBaseMsgFundCommunityPoolResponse(): MsgFundCommunityPoolResponse {
922
- return {};
923
- }
924
- export const MsgFundCommunityPoolResponse = {
925
- typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse",
926
- aminoType: "cosmos-sdk/MsgFundCommunityPoolResponse",
927
- is(o: any): o is MsgFundCommunityPoolResponse {
928
- return o && o.$typeUrl === MsgFundCommunityPoolResponse.typeUrl;
929
- },
930
- isAmino(o: any): o is MsgFundCommunityPoolResponseAmino {
931
- return o && o.$typeUrl === MsgFundCommunityPoolResponse.typeUrl;
932
- },
933
- encode(_: MsgFundCommunityPoolResponse, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
934
- return writer;
935
- },
936
- decode(input: BinaryReader | Uint8Array, length?: number): MsgFundCommunityPoolResponse {
937
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
938
- let end = length === undefined ? reader.len : reader.pos + length;
939
- const message = createBaseMsgFundCommunityPoolResponse();
940
- while (reader.pos < end) {
941
- const tag = reader.uint32();
942
- switch (tag >>> 3) {
943
- default:
944
- reader.skipType(tag & 7);
945
- break;
946
- }
947
- }
948
- return message;
949
- },
950
- fromPartial(_: DeepPartial<MsgFundCommunityPoolResponse>): MsgFundCommunityPoolResponse {
951
- const message = createBaseMsgFundCommunityPoolResponse();
952
- return message;
953
- },
954
- fromAmino(_: MsgFundCommunityPoolResponseAmino): MsgFundCommunityPoolResponse {
955
- const message = createBaseMsgFundCommunityPoolResponse();
956
- return message;
957
- },
958
- toAmino(_: MsgFundCommunityPoolResponse): MsgFundCommunityPoolResponseAmino {
959
- const obj: any = {};
960
- return obj;
961
- },
962
- fromAminoMsg(object: MsgFundCommunityPoolResponseAminoMsg): MsgFundCommunityPoolResponse {
963
- return MsgFundCommunityPoolResponse.fromAmino(object.value);
964
- },
965
- toAminoMsg(message: MsgFundCommunityPoolResponse): MsgFundCommunityPoolResponseAminoMsg {
966
- return {
967
- type: "cosmos-sdk/MsgFundCommunityPoolResponse",
968
- value: MsgFundCommunityPoolResponse.toAmino(message)
969
- };
970
- },
971
- fromProtoMsg(message: MsgFundCommunityPoolResponseProtoMsg): MsgFundCommunityPoolResponse {
972
- return MsgFundCommunityPoolResponse.decode(message.value);
973
- },
974
- toProto(message: MsgFundCommunityPoolResponse): Uint8Array {
975
- return MsgFundCommunityPoolResponse.encode(message).finish();
976
- },
977
- toProtoMsg(message: MsgFundCommunityPoolResponse): MsgFundCommunityPoolResponseProtoMsg {
978
- return {
979
- typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse",
980
- value: MsgFundCommunityPoolResponse.encode(message).finish()
981
- };
982
- }
983
- };
984
- GlobalDecoderRegistry.register(MsgFundCommunityPoolResponse.typeUrl, MsgFundCommunityPoolResponse);
985
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgFundCommunityPoolResponse.aminoType, MsgFundCommunityPoolResponse.typeUrl);
986
- function createBaseMsgUpdateParams(): MsgUpdateParams {
987
- return {
988
- authority: "",
989
- params: Params.fromPartial({})
990
- };
991
- }
992
- export const MsgUpdateParams = {
993
- typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
994
- aminoType: "cosmos-sdk/distribution/MsgUpdateParams",
995
- is(o: any): o is MsgUpdateParams {
996
- return o && (o.$typeUrl === MsgUpdateParams.typeUrl || typeof o.authority === "string" && Params.is(o.params));
997
- },
998
- isAmino(o: any): o is MsgUpdateParamsAmino {
999
- return o && (o.$typeUrl === MsgUpdateParams.typeUrl || typeof o.authority === "string" && Params.isAmino(o.params));
1000
- },
1001
- encode(message: MsgUpdateParams, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
1002
- if (message.authority !== "") {
1003
- writer.uint32(10).string(message.authority);
1004
- }
1005
- if (message.params !== undefined) {
1006
- Params.encode(message.params, writer.uint32(18).fork()).ldelim();
1007
- }
1008
- return writer;
1009
- },
1010
- decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams {
1011
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1012
- let end = length === undefined ? reader.len : reader.pos + length;
1013
- const message = createBaseMsgUpdateParams();
1014
- while (reader.pos < end) {
1015
- const tag = reader.uint32();
1016
- switch (tag >>> 3) {
1017
- case 1:
1018
- message.authority = reader.string();
1019
- break;
1020
- case 2:
1021
- message.params = Params.decode(reader, reader.uint32());
1022
- break;
1023
- default:
1024
- reader.skipType(tag & 7);
1025
- break;
1026
- }
1027
- }
1028
- return message;
1029
- },
1030
- fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams {
1031
- const message = createBaseMsgUpdateParams();
1032
- message.authority = object.authority ?? "";
1033
- message.params = object.params !== undefined && object.params !== null ? Params.fromPartial(object.params) : undefined;
1034
- return message;
1035
- },
1036
- fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams {
1037
- const message = createBaseMsgUpdateParams();
1038
- if (object.authority !== undefined && object.authority !== null) {
1039
- message.authority = object.authority;
1040
- }
1041
- if (object.params !== undefined && object.params !== null) {
1042
- message.params = Params.fromAmino(object.params);
1043
- }
1044
- return message;
1045
- },
1046
- toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino {
1047
- const obj: any = {};
1048
- obj.authority = message.authority === "" ? undefined : message.authority;
1049
- obj.params = message.params ? Params.toAmino(message.params) : Params.toAmino(Params.fromPartial({}));
1050
- return obj;
1051
- },
1052
- fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams {
1053
- return MsgUpdateParams.fromAmino(object.value);
1054
- },
1055
- toAminoMsg(message: MsgUpdateParams): MsgUpdateParamsAminoMsg {
1056
- return {
1057
- type: "cosmos-sdk/distribution/MsgUpdateParams",
1058
- value: MsgUpdateParams.toAmino(message)
1059
- };
1060
- },
1061
- fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams {
1062
- return MsgUpdateParams.decode(message.value);
1063
- },
1064
- toProto(message: MsgUpdateParams): Uint8Array {
1065
- return MsgUpdateParams.encode(message).finish();
1066
- },
1067
- toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg {
1068
- return {
1069
- typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
1070
- value: MsgUpdateParams.encode(message).finish()
1071
- };
1072
- }
1073
- };
1074
- GlobalDecoderRegistry.register(MsgUpdateParams.typeUrl, MsgUpdateParams);
1075
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateParams.aminoType, MsgUpdateParams.typeUrl);
1076
- function createBaseMsgUpdateParamsResponse(): MsgUpdateParamsResponse {
1077
- return {};
1078
- }
1079
- export const MsgUpdateParamsResponse = {
1080
- typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParamsResponse",
1081
- aminoType: "cosmos-sdk/MsgUpdateParamsResponse",
1082
- is(o: any): o is MsgUpdateParamsResponse {
1083
- return o && o.$typeUrl === MsgUpdateParamsResponse.typeUrl;
1084
- },
1085
- isAmino(o: any): o is MsgUpdateParamsResponseAmino {
1086
- return o && o.$typeUrl === MsgUpdateParamsResponse.typeUrl;
1087
- },
1088
- encode(_: MsgUpdateParamsResponse, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
1089
- return writer;
1090
- },
1091
- decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse {
1092
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1093
- let end = length === undefined ? reader.len : reader.pos + length;
1094
- const message = createBaseMsgUpdateParamsResponse();
1095
- while (reader.pos < end) {
1096
- const tag = reader.uint32();
1097
- switch (tag >>> 3) {
1098
- default:
1099
- reader.skipType(tag & 7);
1100
- break;
1101
- }
1102
- }
1103
- return message;
1104
- },
1105
- fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse {
1106
- const message = createBaseMsgUpdateParamsResponse();
1107
- return message;
1108
- },
1109
- fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse {
1110
- const message = createBaseMsgUpdateParamsResponse();
1111
- return message;
1112
- },
1113
- toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino {
1114
- const obj: any = {};
1115
- return obj;
1116
- },
1117
- fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse {
1118
- return MsgUpdateParamsResponse.fromAmino(object.value);
1119
- },
1120
- toAminoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseAminoMsg {
1121
- return {
1122
- type: "cosmos-sdk/MsgUpdateParamsResponse",
1123
- value: MsgUpdateParamsResponse.toAmino(message)
1124
- };
1125
- },
1126
- fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse {
1127
- return MsgUpdateParamsResponse.decode(message.value);
1128
- },
1129
- toProto(message: MsgUpdateParamsResponse): Uint8Array {
1130
- return MsgUpdateParamsResponse.encode(message).finish();
1131
- },
1132
- toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg {
1133
- return {
1134
- typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParamsResponse",
1135
- value: MsgUpdateParamsResponse.encode(message).finish()
1136
- };
1137
- }
1138
- };
1139
- GlobalDecoderRegistry.register(MsgUpdateParamsResponse.typeUrl, MsgUpdateParamsResponse);
1140
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateParamsResponse.aminoType, MsgUpdateParamsResponse.typeUrl);
1141
- function createBaseMsgCommunityPoolSpend(): MsgCommunityPoolSpend {
1142
- return {
1143
- authority: "",
1144
- recipient: "",
1145
- amount: []
1146
- };
1147
- }
1148
- export const MsgCommunityPoolSpend = {
1149
- typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
1150
- aminoType: "cosmos-sdk/distr/MsgCommunityPoolSpend",
1151
- is(o: any): o is MsgCommunityPoolSpend {
1152
- return o && (o.$typeUrl === MsgCommunityPoolSpend.typeUrl || typeof o.authority === "string" && typeof o.recipient === "string" && Array.isArray(o.amount) && (!o.amount.length || Coin.is(o.amount[0])));
1153
- },
1154
- isAmino(o: any): o is MsgCommunityPoolSpendAmino {
1155
- return o && (o.$typeUrl === MsgCommunityPoolSpend.typeUrl || typeof o.authority === "string" && typeof o.recipient === "string" && Array.isArray(o.amount) && (!o.amount.length || Coin.isAmino(o.amount[0])));
1156
- },
1157
- encode(message: MsgCommunityPoolSpend, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
1158
- if (message.authority !== "") {
1159
- writer.uint32(10).string(message.authority);
1160
- }
1161
- if (message.recipient !== "") {
1162
- writer.uint32(18).string(message.recipient);
1163
- }
1164
- for (const v of message.amount) {
1165
- Coin.encode(v!, writer.uint32(26).fork()).ldelim();
1166
- }
1167
- return writer;
1168
- },
1169
- decode(input: BinaryReader | Uint8Array, length?: number): MsgCommunityPoolSpend {
1170
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1171
- let end = length === undefined ? reader.len : reader.pos + length;
1172
- const message = createBaseMsgCommunityPoolSpend();
1173
- while (reader.pos < end) {
1174
- const tag = reader.uint32();
1175
- switch (tag >>> 3) {
1176
- case 1:
1177
- message.authority = reader.string();
1178
- break;
1179
- case 2:
1180
- message.recipient = reader.string();
1181
- break;
1182
- case 3:
1183
- message.amount.push(Coin.decode(reader, reader.uint32()));
1184
- break;
1185
- default:
1186
- reader.skipType(tag & 7);
1187
- break;
1188
- }
1189
- }
1190
- return message;
1191
- },
1192
- fromPartial(object: DeepPartial<MsgCommunityPoolSpend>): MsgCommunityPoolSpend {
1193
- const message = createBaseMsgCommunityPoolSpend();
1194
- message.authority = object.authority ?? "";
1195
- message.recipient = object.recipient ?? "";
1196
- message.amount = object.amount?.map(e => Coin.fromPartial(e)) || [];
1197
- return message;
1198
- },
1199
- fromAmino(object: MsgCommunityPoolSpendAmino): MsgCommunityPoolSpend {
1200
- const message = createBaseMsgCommunityPoolSpend();
1201
- if (object.authority !== undefined && object.authority !== null) {
1202
- message.authority = object.authority;
1203
- }
1204
- if (object.recipient !== undefined && object.recipient !== null) {
1205
- message.recipient = object.recipient;
1206
- }
1207
- message.amount = object.amount?.map(e => Coin.fromAmino(e)) || [];
1208
- return message;
1209
- },
1210
- toAmino(message: MsgCommunityPoolSpend): MsgCommunityPoolSpendAmino {
1211
- const obj: any = {};
1212
- obj.authority = message.authority === "" ? undefined : message.authority;
1213
- obj.recipient = message.recipient === "" ? undefined : message.recipient;
1214
- if (message.amount) {
1215
- obj.amount = message.amount.map(e => e ? Coin.toAmino(e) : undefined);
1216
- } else {
1217
- obj.amount = message.amount;
1218
- }
1219
- return obj;
1220
- },
1221
- fromAminoMsg(object: MsgCommunityPoolSpendAminoMsg): MsgCommunityPoolSpend {
1222
- return MsgCommunityPoolSpend.fromAmino(object.value);
1223
- },
1224
- toAminoMsg(message: MsgCommunityPoolSpend): MsgCommunityPoolSpendAminoMsg {
1225
- return {
1226
- type: "cosmos-sdk/distr/MsgCommunityPoolSpend",
1227
- value: MsgCommunityPoolSpend.toAmino(message)
1228
- };
1229
- },
1230
- fromProtoMsg(message: MsgCommunityPoolSpendProtoMsg): MsgCommunityPoolSpend {
1231
- return MsgCommunityPoolSpend.decode(message.value);
1232
- },
1233
- toProto(message: MsgCommunityPoolSpend): Uint8Array {
1234
- return MsgCommunityPoolSpend.encode(message).finish();
1235
- },
1236
- toProtoMsg(message: MsgCommunityPoolSpend): MsgCommunityPoolSpendProtoMsg {
1237
- return {
1238
- typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
1239
- value: MsgCommunityPoolSpend.encode(message).finish()
1240
- };
1241
- }
1242
- };
1243
- GlobalDecoderRegistry.register(MsgCommunityPoolSpend.typeUrl, MsgCommunityPoolSpend);
1244
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgCommunityPoolSpend.aminoType, MsgCommunityPoolSpend.typeUrl);
1245
- function createBaseMsgCommunityPoolSpendResponse(): MsgCommunityPoolSpendResponse {
1246
- return {};
1247
- }
1248
- export const MsgCommunityPoolSpendResponse = {
1249
- typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse",
1250
- aminoType: "cosmos-sdk/MsgCommunityPoolSpendResponse",
1251
- is(o: any): o is MsgCommunityPoolSpendResponse {
1252
- return o && o.$typeUrl === MsgCommunityPoolSpendResponse.typeUrl;
1253
- },
1254
- isAmino(o: any): o is MsgCommunityPoolSpendResponseAmino {
1255
- return o && o.$typeUrl === MsgCommunityPoolSpendResponse.typeUrl;
1256
- },
1257
- encode(_: MsgCommunityPoolSpendResponse, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
1258
- return writer;
1259
- },
1260
- decode(input: BinaryReader | Uint8Array, length?: number): MsgCommunityPoolSpendResponse {
1261
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1262
- let end = length === undefined ? reader.len : reader.pos + length;
1263
- const message = createBaseMsgCommunityPoolSpendResponse();
1264
- while (reader.pos < end) {
1265
- const tag = reader.uint32();
1266
- switch (tag >>> 3) {
1267
- default:
1268
- reader.skipType(tag & 7);
1269
- break;
1270
- }
1271
- }
1272
- return message;
1273
- },
1274
- fromPartial(_: DeepPartial<MsgCommunityPoolSpendResponse>): MsgCommunityPoolSpendResponse {
1275
- const message = createBaseMsgCommunityPoolSpendResponse();
1276
- return message;
1277
- },
1278
- fromAmino(_: MsgCommunityPoolSpendResponseAmino): MsgCommunityPoolSpendResponse {
1279
- const message = createBaseMsgCommunityPoolSpendResponse();
1280
- return message;
1281
- },
1282
- toAmino(_: MsgCommunityPoolSpendResponse): MsgCommunityPoolSpendResponseAmino {
1283
- const obj: any = {};
1284
- return obj;
1285
- },
1286
- fromAminoMsg(object: MsgCommunityPoolSpendResponseAminoMsg): MsgCommunityPoolSpendResponse {
1287
- return MsgCommunityPoolSpendResponse.fromAmino(object.value);
1288
- },
1289
- toAminoMsg(message: MsgCommunityPoolSpendResponse): MsgCommunityPoolSpendResponseAminoMsg {
1290
- return {
1291
- type: "cosmos-sdk/MsgCommunityPoolSpendResponse",
1292
- value: MsgCommunityPoolSpendResponse.toAmino(message)
1293
- };
1294
- },
1295
- fromProtoMsg(message: MsgCommunityPoolSpendResponseProtoMsg): MsgCommunityPoolSpendResponse {
1296
- return MsgCommunityPoolSpendResponse.decode(message.value);
1297
- },
1298
- toProto(message: MsgCommunityPoolSpendResponse): Uint8Array {
1299
- return MsgCommunityPoolSpendResponse.encode(message).finish();
1300
- },
1301
- toProtoMsg(message: MsgCommunityPoolSpendResponse): MsgCommunityPoolSpendResponseProtoMsg {
1302
- return {
1303
- typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse",
1304
- value: MsgCommunityPoolSpendResponse.encode(message).finish()
1305
- };
1306
- }
1307
- };
1308
- GlobalDecoderRegistry.register(MsgCommunityPoolSpendResponse.typeUrl, MsgCommunityPoolSpendResponse);
1309
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgCommunityPoolSpendResponse.aminoType, MsgCommunityPoolSpendResponse.typeUrl);
1310
- function createBaseMsgDepositValidatorRewardsPool(): MsgDepositValidatorRewardsPool {
1311
- return {
1312
- depositor: "",
1313
- validatorAddress: "",
1314
- amount: []
1315
- };
1316
- }
1317
- export const MsgDepositValidatorRewardsPool = {
1318
- typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
1319
- aminoType: "cosmos-sdk/distr/MsgDepositValRewards",
1320
- is(o: any): o is MsgDepositValidatorRewardsPool {
1321
- return o && (o.$typeUrl === MsgDepositValidatorRewardsPool.typeUrl || typeof o.depositor === "string" && typeof o.validatorAddress === "string" && Array.isArray(o.amount) && (!o.amount.length || Coin.is(o.amount[0])));
1322
- },
1323
- isAmino(o: any): o is MsgDepositValidatorRewardsPoolAmino {
1324
- return o && (o.$typeUrl === MsgDepositValidatorRewardsPool.typeUrl || typeof o.depositor === "string" && typeof o.validator_address === "string" && Array.isArray(o.amount) && (!o.amount.length || Coin.isAmino(o.amount[0])));
1325
- },
1326
- encode(message: MsgDepositValidatorRewardsPool, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
1327
- if (message.depositor !== "") {
1328
- writer.uint32(10).string(message.depositor);
1329
- }
1330
- if (message.validatorAddress !== "") {
1331
- writer.uint32(18).string(message.validatorAddress);
1332
- }
1333
- for (const v of message.amount) {
1334
- Coin.encode(v!, writer.uint32(26).fork()).ldelim();
1335
- }
1336
- return writer;
1337
- },
1338
- decode(input: BinaryReader | Uint8Array, length?: number): MsgDepositValidatorRewardsPool {
1339
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1340
- let end = length === undefined ? reader.len : reader.pos + length;
1341
- const message = createBaseMsgDepositValidatorRewardsPool();
1342
- while (reader.pos < end) {
1343
- const tag = reader.uint32();
1344
- switch (tag >>> 3) {
1345
- case 1:
1346
- message.depositor = reader.string();
1347
- break;
1348
- case 2:
1349
- message.validatorAddress = reader.string();
1350
- break;
1351
- case 3:
1352
- message.amount.push(Coin.decode(reader, reader.uint32()));
1353
- break;
1354
- default:
1355
- reader.skipType(tag & 7);
1356
- break;
1357
- }
1358
- }
1359
- return message;
1360
- },
1361
- fromPartial(object: DeepPartial<MsgDepositValidatorRewardsPool>): MsgDepositValidatorRewardsPool {
1362
- const message = createBaseMsgDepositValidatorRewardsPool();
1363
- message.depositor = object.depositor ?? "";
1364
- message.validatorAddress = object.validatorAddress ?? "";
1365
- message.amount = object.amount?.map(e => Coin.fromPartial(e)) || [];
1366
- return message;
1367
- },
1368
- fromAmino(object: MsgDepositValidatorRewardsPoolAmino): MsgDepositValidatorRewardsPool {
1369
- const message = createBaseMsgDepositValidatorRewardsPool();
1370
- if (object.depositor !== undefined && object.depositor !== null) {
1371
- message.depositor = object.depositor;
1372
- }
1373
- if (object.validator_address !== undefined && object.validator_address !== null) {
1374
- message.validatorAddress = object.validator_address;
1375
- }
1376
- message.amount = object.amount?.map(e => Coin.fromAmino(e)) || [];
1377
- return message;
1378
- },
1379
- toAmino(message: MsgDepositValidatorRewardsPool): MsgDepositValidatorRewardsPoolAmino {
1380
- const obj: any = {};
1381
- obj.depositor = message.depositor === "" ? undefined : message.depositor;
1382
- obj.validator_address = message.validatorAddress === "" ? undefined : message.validatorAddress;
1383
- if (message.amount) {
1384
- obj.amount = message.amount.map(e => e ? Coin.toAmino(e) : undefined);
1385
- } else {
1386
- obj.amount = message.amount;
1387
- }
1388
- return obj;
1389
- },
1390
- fromAminoMsg(object: MsgDepositValidatorRewardsPoolAminoMsg): MsgDepositValidatorRewardsPool {
1391
- return MsgDepositValidatorRewardsPool.fromAmino(object.value);
1392
- },
1393
- toAminoMsg(message: MsgDepositValidatorRewardsPool): MsgDepositValidatorRewardsPoolAminoMsg {
1394
- return {
1395
- type: "cosmos-sdk/distr/MsgDepositValRewards",
1396
- value: MsgDepositValidatorRewardsPool.toAmino(message)
1397
- };
1398
- },
1399
- fromProtoMsg(message: MsgDepositValidatorRewardsPoolProtoMsg): MsgDepositValidatorRewardsPool {
1400
- return MsgDepositValidatorRewardsPool.decode(message.value);
1401
- },
1402
- toProto(message: MsgDepositValidatorRewardsPool): Uint8Array {
1403
- return MsgDepositValidatorRewardsPool.encode(message).finish();
1404
- },
1405
- toProtoMsg(message: MsgDepositValidatorRewardsPool): MsgDepositValidatorRewardsPoolProtoMsg {
1406
- return {
1407
- typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
1408
- value: MsgDepositValidatorRewardsPool.encode(message).finish()
1409
- };
1410
- }
1411
- };
1412
- GlobalDecoderRegistry.register(MsgDepositValidatorRewardsPool.typeUrl, MsgDepositValidatorRewardsPool);
1413
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgDepositValidatorRewardsPool.aminoType, MsgDepositValidatorRewardsPool.typeUrl);
1414
- function createBaseMsgDepositValidatorRewardsPoolResponse(): MsgDepositValidatorRewardsPoolResponse {
1415
- return {};
1416
- }
1417
- export const MsgDepositValidatorRewardsPoolResponse = {
1418
- typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse",
1419
- aminoType: "cosmos-sdk/MsgDepositValidatorRewardsPoolResponse",
1420
- is(o: any): o is MsgDepositValidatorRewardsPoolResponse {
1421
- return o && o.$typeUrl === MsgDepositValidatorRewardsPoolResponse.typeUrl;
1422
- },
1423
- isAmino(o: any): o is MsgDepositValidatorRewardsPoolResponseAmino {
1424
- return o && o.$typeUrl === MsgDepositValidatorRewardsPoolResponse.typeUrl;
1425
- },
1426
- encode(_: MsgDepositValidatorRewardsPoolResponse, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
1427
- return writer;
1428
- },
1429
- decode(input: BinaryReader | Uint8Array, length?: number): MsgDepositValidatorRewardsPoolResponse {
1430
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
1431
- let end = length === undefined ? reader.len : reader.pos + length;
1432
- const message = createBaseMsgDepositValidatorRewardsPoolResponse();
1433
- while (reader.pos < end) {
1434
- const tag = reader.uint32();
1435
- switch (tag >>> 3) {
1436
- default:
1437
- reader.skipType(tag & 7);
1438
- break;
1439
- }
1440
- }
1441
- return message;
1442
- },
1443
- fromPartial(_: DeepPartial<MsgDepositValidatorRewardsPoolResponse>): MsgDepositValidatorRewardsPoolResponse {
1444
- const message = createBaseMsgDepositValidatorRewardsPoolResponse();
1445
- return message;
1446
- },
1447
- fromAmino(_: MsgDepositValidatorRewardsPoolResponseAmino): MsgDepositValidatorRewardsPoolResponse {
1448
- const message = createBaseMsgDepositValidatorRewardsPoolResponse();
1449
- return message;
1450
- },
1451
- toAmino(_: MsgDepositValidatorRewardsPoolResponse): MsgDepositValidatorRewardsPoolResponseAmino {
1452
- const obj: any = {};
1453
- return obj;
1454
- },
1455
- fromAminoMsg(object: MsgDepositValidatorRewardsPoolResponseAminoMsg): MsgDepositValidatorRewardsPoolResponse {
1456
- return MsgDepositValidatorRewardsPoolResponse.fromAmino(object.value);
1457
- },
1458
- toAminoMsg(message: MsgDepositValidatorRewardsPoolResponse): MsgDepositValidatorRewardsPoolResponseAminoMsg {
1459
- return {
1460
- type: "cosmos-sdk/MsgDepositValidatorRewardsPoolResponse",
1461
- value: MsgDepositValidatorRewardsPoolResponse.toAmino(message)
1462
- };
1463
- },
1464
- fromProtoMsg(message: MsgDepositValidatorRewardsPoolResponseProtoMsg): MsgDepositValidatorRewardsPoolResponse {
1465
- return MsgDepositValidatorRewardsPoolResponse.decode(message.value);
1466
- },
1467
- toProto(message: MsgDepositValidatorRewardsPoolResponse): Uint8Array {
1468
- return MsgDepositValidatorRewardsPoolResponse.encode(message).finish();
1469
- },
1470
- toProtoMsg(message: MsgDepositValidatorRewardsPoolResponse): MsgDepositValidatorRewardsPoolResponseProtoMsg {
1471
- return {
1472
- typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse",
1473
- value: MsgDepositValidatorRewardsPoolResponse.encode(message).finish()
1474
- };
1475
- }
1476
- };
1477
- GlobalDecoderRegistry.register(MsgDepositValidatorRewardsPoolResponse.typeUrl, MsgDepositValidatorRewardsPoolResponse);
1478
- GlobalDecoderRegistry.registerAminoProtoMapping(MsgDepositValidatorRewardsPoolResponse.aminoType, MsgDepositValidatorRewardsPoolResponse.typeUrl);