@xpla/xplajs 1.7.0-beta.7 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2131) hide show
  1. package/README.md +3 -3
  2. package/binary.d.ts +130 -0
  3. package/binary.js +370 -0
  4. package/cosmos/app/runtime/v1alpha1/module.d.ts +176 -0
  5. package/cosmos/app/runtime/v1alpha1/module.js +292 -0
  6. package/cosmos/app/runtime/v2/module.d.ts +231 -0
  7. package/cosmos/app/runtime/v2/module.js +421 -0
  8. package/cosmos/app/v1alpha1/config.d.ts +184 -0
  9. package/cosmos/app/v1alpha1/config.js +298 -0
  10. package/cosmos/app/v1alpha1/module.d.ts +237 -0
  11. package/cosmos/app/v1alpha1/module.js +280 -0
  12. package/cosmos/app/v1alpha1/query.d.ts +69 -0
  13. package/cosmos/app/v1alpha1/query.js +148 -0
  14. package/cosmos/app/v1alpha1/query.rpc.Query.d.ts +16 -0
  15. package/cosmos/app/v1alpha1/query.rpc.Query.js +29 -0
  16. package/cosmos/app/v1alpha1/query.rpc.func.d.ts +3 -0
  17. package/cosmos/app/v1alpha1/query.rpc.func.js +14 -0
  18. package/cosmos/auth/module/v1/module.d.ts +90 -0
  19. package/cosmos/auth/module/v1/module.js +202 -0
  20. package/cosmos/auth/v1beta1/accounts.d.ts +106 -0
  21. package/cosmos/auth/v1beta1/accounts.js +161 -0
  22. package/cosmos/auth/v1beta1/auth.d.ts +181 -0
  23. package/cosmos/auth/v1beta1/auth.js +448 -0
  24. package/cosmos/auth/v1beta1/genesis.d.ts +43 -0
  25. package/cosmos/auth/v1beta1/genesis.js +98 -0
  26. package/cosmos/auth/v1beta1/query.d.ts +830 -0
  27. package/cosmos/auth/v1beta1/query.js +1558 -0
  28. package/cosmos/auth/v1beta1/query.lcd.d.ts +18 -0
  29. package/cosmos/auth/v1beta1/query.lcd.js +92 -0
  30. package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +83 -0
  31. package/cosmos/auth/v1beta1/query.rpc.Query.js +129 -0
  32. package/cosmos/auth/v1beta1/query.rpc.func.js +95 -0
  33. package/cosmos/auth/v1beta1/tx.amino.d.ts +8 -0
  34. package/cosmos/auth/v1beta1/tx.amino.js +11 -0
  35. package/cosmos/auth/v1beta1/tx.d.ts +99 -0
  36. package/cosmos/auth/v1beta1/tx.js +160 -0
  37. package/cosmos/auth/v1beta1/tx.registry.d.ts +23 -0
  38. package/cosmos/auth/v1beta1/tx.registry.js +31 -0
  39. package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +3 -0
  40. package/cosmos/auth/v1beta1/tx.rpc.func.js +14 -0
  41. package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +18 -0
  42. package/cosmos/auth/v1beta1/tx.rpc.msg.js +25 -0
  43. package/cosmos/authz/module/v1/module.d.ts +33 -0
  44. package/cosmos/authz/module/v1/module.js +68 -0
  45. package/cosmos/authz/v1beta1/authz.d.ts +185 -0
  46. package/cosmos/authz/v1beta1/authz.js +390 -0
  47. package/cosmos/authz/v1beta1/event.d.ts +88 -0
  48. package/cosmos/authz/v1beta1/event.js +206 -0
  49. package/cosmos/authz/v1beta1/genesis.d.ts +36 -0
  50. package/cosmos/authz/v1beta1/genesis.js +87 -0
  51. package/cosmos/authz/v1beta1/query.d.ts +238 -0
  52. package/cosmos/authz/v1beta1/query.js +588 -0
  53. package/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  54. package/cosmos/authz/v1beta1/query.lcd.js +57 -0
  55. package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +32 -0
  56. package/cosmos/authz/v1beta1/query.rpc.Query.js +51 -0
  57. package/cosmos/authz/v1beta1/query.rpc.func.d.ts +5 -0
  58. package/cosmos/authz/v1beta1/query.rpc.func.js +32 -0
  59. package/cosmos/authz/v1beta1/tx.amino.d.ts +18 -0
  60. package/cosmos/authz/v1beta1/tx.amino.js +21 -0
  61. package/cosmos/authz/v1beta1/tx.d.ts +246 -0
  62. package/cosmos/authz/v1beta1/tx.js +512 -0
  63. package/cosmos/authz/v1beta1/tx.registry.d.ts +47 -0
  64. package/cosmos/authz/v1beta1/tx.registry.js +67 -0
  65. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +5 -0
  66. package/cosmos/authz/v1beta1/tx.rpc.func.js +30 -0
  67. package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +31 -0
  68. package/cosmos/authz/v1beta1/tx.rpc.msg.js +40 -0
  69. package/cosmos/autocli/v1/options.d.ts +419 -0
  70. package/cosmos/autocli/v1/options.js +842 -0
  71. package/cosmos/autocli/v1/query.d.ts +100 -0
  72. package/cosmos/autocli/v1/query.js +239 -0
  73. package/cosmos/autocli/v1/query.rpc.Query.d.ts +17 -0
  74. package/cosmos/autocli/v1/query.rpc.Query.js +29 -0
  75. package/cosmos/autocli/v1/query.rpc.func.d.ts +3 -0
  76. package/cosmos/autocli/v1/query.rpc.func.js +14 -0
  77. package/cosmos/bank/module/v1/module.d.ts +63 -0
  78. package/cosmos/bank/module/v1/module.js +111 -0
  79. package/cosmos/bank/v1beta1/authz.d.ts +60 -0
  80. package/cosmos/bank/v1beta1/authz.js +105 -0
  81. package/cosmos/bank/v1beta1/bank.d.ts +378 -0
  82. package/cosmos/bank/v1beta1/bank.js +731 -0
  83. package/cosmos/bank/v1beta1/genesis.d.ts +114 -0
  84. package/cosmos/bank/v1beta1/genesis.js +243 -0
  85. package/cosmos/bank/v1beta1/query.d.ts +1186 -0
  86. package/cosmos/bank/v1beta1/query.js +2338 -0
  87. package/cosmos/bank/v1beta1/query.lcd.d.ts +21 -0
  88. package/cosmos/bank/v1beta1/query.lcd.js +192 -0
  89. package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +119 -0
  90. package/cosmos/bank/v1beta1/query.rpc.Query.js +178 -0
  91. package/cosmos/bank/v1beta1/query.rpc.func.js +122 -0
  92. package/cosmos/bank/v1beta1/tx.amino.d.ts +23 -0
  93. package/cosmos/bank/v1beta1/tx.amino.js +26 -0
  94. package/cosmos/bank/v1beta1/tx.d.ts +350 -0
  95. package/cosmos/bank/v1beta1/tx.js +666 -0
  96. package/cosmos/bank/v1beta1/tx.registry.d.ts +59 -0
  97. package/cosmos/bank/v1beta1/tx.registry.js +85 -0
  98. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +6 -0
  99. package/cosmos/bank/v1beta1/tx.rpc.func.js +38 -0
  100. package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +34 -0
  101. package/cosmos/bank/v1beta1/tx.rpc.msg.js +48 -0
  102. package/cosmos/base/abci/v1beta1/abci.d.ts +610 -0
  103. package/cosmos/base/abci/v1beta1/abci.js +1294 -0
  104. package/cosmos/base/grpc/v2/service.d.ts +168 -0
  105. package/cosmos/base/grpc/v2/service.js +394 -0
  106. package/cosmos/base/grpc/v2/service.rpc.Service.d.ts +20 -0
  107. package/cosmos/base/grpc/v2/service.rpc.Service.js +38 -0
  108. package/cosmos/base/grpc/v2/service.rpc.func.d.ts +4 -0
  109. package/cosmos/base/grpc/v2/service.rpc.func.js +23 -0
  110. package/cosmos/base/node/v1beta1/query.d.ts +154 -0
  111. package/cosmos/base/node/v1beta1/query.js +372 -0
  112. package/cosmos/base/node/v1beta1/query.lcd.d.ts +10 -0
  113. package/cosmos/base/node/v1beta1/query.lcd.js +20 -0
  114. package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +20 -0
  115. package/cosmos/base/node/v1beta1/query.rpc.Service.js +38 -0
  116. package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +4 -0
  117. package/cosmos/base/node/v1beta1/query.rpc.func.js +23 -0
  118. package/cosmos/base/query/v1beta1/pagination.d.ts +178 -0
  119. package/cosmos/base/query/v1beta1/pagination.js +219 -0
  120. package/cosmos/base/reflection/v1beta1/reflection.d.ts +148 -0
  121. package/cosmos/base/reflection/v1beta1/reflection.js +305 -0
  122. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +4 -0
  123. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +23 -0
  124. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +1034 -0
  125. package/cosmos/base/reflection/v2alpha1/reflection.js +2164 -0
  126. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +8 -0
  127. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +59 -0
  128. package/cosmos/base/tendermint/v1beta1/query.d.ts +759 -0
  129. package/cosmos/base/tendermint/v1beta1/query.js +1894 -0
  130. package/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +15 -0
  131. package/cosmos/base/tendermint/v1beta1/query.lcd.js +79 -0
  132. package/cosmos/base/tendermint/v1beta1/query.rpc.Service.d.ts +46 -0
  133. package/cosmos/base/tendermint/v1beta1/query.rpc.Service.js +89 -0
  134. package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +9 -0
  135. package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +68 -0
  136. package/cosmos/base/tendermint/v1beta1/types.d.ts +139 -0
  137. package/cosmos/base/tendermint/v1beta1/types.js +363 -0
  138. package/cosmos/base/v1beta1/coin.d.ts +170 -0
  139. package/cosmos/base/v1beta1/coin.js +337 -0
  140. package/cosmos/circuit/module/v1/module.d.ts +36 -0
  141. package/cosmos/circuit/module/v1/module.js +83 -0
  142. package/cosmos/circuit/v1/query.d.ts +200 -0
  143. package/cosmos/circuit/v1/query.js +480 -0
  144. package/cosmos/circuit/v1/query.lcd.d.ts +11 -0
  145. package/cosmos/circuit/v1/query.lcd.js +34 -0
  146. package/cosmos/circuit/v1/query.rpc.Query.d.ts +24 -0
  147. package/cosmos/circuit/v1/query.rpc.Query.js +49 -0
  148. package/cosmos/circuit/v1/query.rpc.func.d.ts +5 -0
  149. package/cosmos/circuit/v1/query.rpc.func.js +29 -0
  150. package/cosmos/circuit/v1/tx.amino.d.ts +18 -0
  151. package/cosmos/circuit/v1/tx.amino.js +21 -0
  152. package/cosmos/circuit/v1/tx.d.ts +251 -0
  153. package/cosmos/circuit/v1/tx.js +528 -0
  154. package/cosmos/circuit/v1/tx.registry.d.ts +2 -0
  155. package/cosmos/circuit/v1/tx.registry.js +5 -0
  156. package/cosmos/circuit/v1/tx.rpc.func.d.ts +5 -0
  157. package/cosmos/circuit/v1/tx.rpc.func.js +27 -0
  158. package/cosmos/circuit/v1/tx.rpc.msg.d.ts +25 -0
  159. package/cosmos/circuit/v1/tx.rpc.msg.js +36 -0
  160. package/cosmos/circuit/v1/types.d.ts +151 -0
  161. package/cosmos/circuit/v1/types.js +350 -0
  162. package/cosmos/consensus/module/v1/module.d.ts +37 -0
  163. package/cosmos/consensus/module/v1/module.js +81 -0
  164. package/cosmos/consensus/v1/query.d.ts +77 -0
  165. package/cosmos/consensus/v1/query.js +148 -0
  166. package/cosmos/consensus/v1/query.lcd.d.ts +9 -0
  167. package/cosmos/consensus/v1/query.lcd.js +15 -0
  168. package/cosmos/consensus/v1/query.rpc.Query.d.ts +16 -0
  169. package/cosmos/consensus/v1/query.rpc.Query.js +29 -0
  170. package/cosmos/consensus/v1/query.rpc.func.d.ts +3 -0
  171. package/cosmos/consensus/v1/query.rpc.func.js +14 -0
  172. package/cosmos/consensus/v1/tx.amino.d.ts +8 -0
  173. package/cosmos/consensus/v1/tx.amino.js +11 -0
  174. package/cosmos/consensus/v1/tx.d.ts +99 -0
  175. package/cosmos/consensus/v1/tx.js +199 -0
  176. package/cosmos/consensus/v1/tx.registry.d.ts +23 -0
  177. package/cosmos/consensus/v1/tx.registry.js +31 -0
  178. package/cosmos/consensus/v1/tx.rpc.func.d.ts +3 -0
  179. package/cosmos/consensus/v1/tx.rpc.func.js +14 -0
  180. package/cosmos/consensus/v1/tx.rpc.msg.d.ts +18 -0
  181. package/cosmos/consensus/v1/tx.rpc.msg.js +25 -0
  182. package/cosmos/crisis/module/v1/module.d.ts +40 -0
  183. package/cosmos/crisis/module/v1/module.js +95 -0
  184. package/cosmos/crisis/v1beta1/genesis.d.ts +43 -0
  185. package/cosmos/crisis/v1beta1/genesis.js +84 -0
  186. package/cosmos/crisis/v1beta1/tx.amino.d.ts +13 -0
  187. package/cosmos/crisis/v1beta1/tx.amino.js +16 -0
  188. package/cosmos/crisis/v1beta1/tx.d.ts +161 -0
  189. package/cosmos/crisis/v1beta1/tx.js +328 -0
  190. package/cosmos/crisis/v1beta1/tx.registry.d.ts +2 -0
  191. package/cosmos/crisis/v1beta1/tx.registry.js +5 -0
  192. package/cosmos/crisis/v1beta1/tx.rpc.func.d.ts +4 -0
  193. package/cosmos/crisis/v1beta1/tx.rpc.func.js +20 -0
  194. package/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +21 -0
  195. package/cosmos/crisis/v1beta1/tx.rpc.msg.js +31 -0
  196. package/cosmos/crypto/hd/v1/hd.d.ts +58 -0
  197. package/cosmos/crypto/hd/v1/hd.js +131 -0
  198. package/cosmos/crypto/keyring/v1/record.d.ts +188 -0
  199. package/cosmos/crypto/keyring/v1/record.js +431 -0
  200. package/cosmos/crypto/multisig/keys.d.ts +45 -0
  201. package/cosmos/crypto/multisig/keys.js +99 -0
  202. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +88 -0
  203. package/cosmos/crypto/multisig/v1beta1/multisig.js +174 -0
  204. package/cosmos/distribution/module/v1/module.d.ts +39 -0
  205. package/cosmos/distribution/module/v1/module.js +93 -0
  206. package/cosmos/distribution/v1beta1/distribution.d.ts +553 -0
  207. package/cosmos/distribution/v1beta1/distribution.js +1168 -0
  208. package/cosmos/distribution/v1beta1/genesis.d.ts +384 -0
  209. package/cosmos/distribution/v1beta1/genesis.js +908 -0
  210. package/cosmos/distribution/v1beta1/query.d.ts +823 -0
  211. package/cosmos/distribution/v1beta1/query.js +1661 -0
  212. package/cosmos/distribution/v1beta1/query.lcd.d.ts +18 -0
  213. package/cosmos/distribution/v1beta1/query.lcd.js +74 -0
  214. package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +55 -0
  215. package/cosmos/distribution/v1beta1/query.rpc.Query.js +111 -0
  216. package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +12 -0
  217. package/cosmos/distribution/v1beta1/query.rpc.func.js +95 -0
  218. package/cosmos/distribution/v1beta1/tx.amino.d.ts +38 -0
  219. package/cosmos/distribution/v1beta1/tx.amino.js +41 -0
  220. package/cosmos/distribution/v1beta1/tx.d.ts +592 -0
  221. package/cosmos/distribution/v1beta1/tx.js +1142 -0
  222. package/cosmos/distribution/v1beta1/tx.registry.d.ts +95 -0
  223. package/cosmos/distribution/v1beta1/tx.registry.js +139 -0
  224. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +9 -0
  225. package/cosmos/distribution/v1beta1/tx.rpc.func.js +62 -0
  226. package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +60 -0
  227. package/cosmos/distribution/v1beta1/tx.rpc.msg.js +73 -0
  228. package/cosmos/evidence/module/v1/module.d.ts +33 -0
  229. package/cosmos/evidence/module/v1/module.js +68 -0
  230. package/cosmos/evidence/v1beta1/evidence.d.ts +55 -0
  231. package/cosmos/evidence/v1beta1/evidence.js +119 -0
  232. package/cosmos/evidence/v1beta1/genesis.d.ts +38 -0
  233. package/cosmos/evidence/v1beta1/genesis.js +85 -0
  234. package/cosmos/evidence/v1beta1/query.d.ts +180 -0
  235. package/cosmos/evidence/v1beta1/query.js +346 -0
  236. package/cosmos/evidence/v1beta1/query.lcd.d.ts +10 -0
  237. package/cosmos/evidence/v1beta1/query.lcd.js +35 -0
  238. package/cosmos/evidence/v1beta1/query.rpc.Query.d.ts +20 -0
  239. package/cosmos/evidence/v1beta1/query.rpc.Query.js +40 -0
  240. package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +4 -0
  241. package/cosmos/evidence/v1beta1/query.rpc.func.js +23 -0
  242. package/cosmos/evidence/v1beta1/tx.amino.d.ts +8 -0
  243. package/cosmos/evidence/v1beta1/tx.amino.js +11 -0
  244. package/cosmos/evidence/v1beta1/tx.d.ts +86 -0
  245. package/cosmos/evidence/v1beta1/tx.js +173 -0
  246. package/cosmos/evidence/v1beta1/tx.registry.d.ts +23 -0
  247. package/cosmos/evidence/v1beta1/tx.registry.js +31 -0
  248. package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +3 -0
  249. package/cosmos/evidence/v1beta1/tx.rpc.func.js +14 -0
  250. package/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +16 -0
  251. package/cosmos/evidence/v1beta1/tx.rpc.msg.js +23 -0
  252. package/cosmos/feegrant/module/v1/module.d.ts +33 -0
  253. package/cosmos/feegrant/module/v1/module.js +68 -0
  254. package/cosmos/feegrant/v1beta1/feegrant.d.ts +223 -0
  255. package/cosmos/feegrant/v1beta1/feegrant.js +445 -0
  256. package/cosmos/feegrant/v1beta1/genesis.d.ts +36 -0
  257. package/cosmos/feegrant/v1beta1/genesis.js +87 -0
  258. package/cosmos/feegrant/v1beta1/query.d.ts +246 -0
  259. package/cosmos/feegrant/v1beta1/query.js +546 -0
  260. package/cosmos/feegrant/v1beta1/query.lcd.d.ts +11 -0
  261. package/cosmos/feegrant/v1beta1/query.lcd.js +40 -0
  262. package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +28 -0
  263. package/cosmos/feegrant/v1beta1/query.rpc.Query.js +49 -0
  264. package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +5 -0
  265. package/cosmos/feegrant/v1beta1/query.rpc.func.js +32 -0
  266. package/cosmos/feegrant/v1beta1/tx.amino.d.ts +18 -0
  267. package/cosmos/feegrant/v1beta1/tx.amino.js +21 -0
  268. package/cosmos/feegrant/v1beta1/tx.d.ts +239 -0
  269. package/cosmos/feegrant/v1beta1/tx.js +470 -0
  270. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +47 -0
  271. package/cosmos/feegrant/v1beta1/tx.registry.js +67 -0
  272. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +5 -0
  273. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +30 -0
  274. package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +29 -0
  275. package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +38 -0
  276. package/cosmos/genutil/module/v1/module.d.ts +32 -0
  277. package/cosmos/genutil/module/v1/module.js +70 -0
  278. package/cosmos/genutil/v1beta1/genesis.d.ts +36 -0
  279. package/cosmos/genutil/v1beta1/genesis.js +87 -0
  280. package/cosmos/gov/module/v1/module.d.ts +47 -0
  281. package/cosmos/gov/module/v1/module.js +93 -0
  282. package/cosmos/gov/v1/genesis.d.ts +116 -0
  283. package/cosmos/gov/v1/genesis.js +195 -0
  284. package/cosmos/gov/v1/gov.d.ts +705 -0
  285. package/cosmos/gov/v1/gov.js +1364 -0
  286. package/cosmos/gov/v1/query.d.ts +724 -0
  287. package/cosmos/gov/v1/query.js +1573 -0
  288. package/cosmos/gov/v1/query.lcd.d.ts +17 -0
  289. package/cosmos/gov/v1/query.lcd.js +83 -0
  290. package/cosmos/gov/v1/query.rpc.Query.d.ts +48 -0
  291. package/cosmos/gov/v1/query.rpc.Query.js +101 -0
  292. package/cosmos/gov/v1/query.rpc.func.d.ts +11 -0
  293. package/cosmos/gov/v1/query.rpc.func.js +86 -0
  294. package/cosmos/gov/v1/tx.amino.d.ts +38 -0
  295. package/cosmos/gov/v1/tx.amino.js +41 -0
  296. package/cosmos/gov/v1/tx.d.ts +640 -0
  297. package/cosmos/gov/v1/tx.js +1298 -0
  298. package/cosmos/gov/v1/tx.registry.d.ts +95 -0
  299. package/cosmos/gov/v1/tx.registry.js +139 -0
  300. package/cosmos/gov/v1/tx.rpc.func.d.ts +9 -0
  301. package/cosmos/gov/v1/tx.rpc.func.js +62 -0
  302. package/cosmos/gov/v1/tx.rpc.msg.d.ts +43 -0
  303. package/cosmos/gov/v1/tx.rpc.msg.js +64 -0
  304. package/cosmos/gov/v1beta1/genesis.d.ts +62 -0
  305. package/cosmos/gov/v1beta1/genesis.js +170 -0
  306. package/cosmos/gov/v1beta1/gov.d.ts +533 -0
  307. package/cosmos/gov/v1beta1/gov.js +1143 -0
  308. package/cosmos/gov/v1beta1/query.d.ts +622 -0
  309. package/cosmos/gov/v1beta1/query.js +1419 -0
  310. package/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  311. package/cosmos/gov/v1beta1/query.lcd.js +78 -0
  312. package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +44 -0
  313. package/cosmos/gov/v1beta1/query.rpc.Query.js +92 -0
  314. package/cosmos/gov/v1beta1/query.rpc.func.js +77 -0
  315. package/cosmos/gov/v1beta1/tx.amino.d.ts +23 -0
  316. package/cosmos/gov/v1beta1/tx.amino.js +26 -0
  317. package/cosmos/gov/v1beta1/tx.d.ts +335 -0
  318. package/cosmos/gov/v1beta1/tx.js +722 -0
  319. package/cosmos/gov/v1beta1/tx.registry.d.ts +59 -0
  320. package/cosmos/gov/v1beta1/tx.registry.js +85 -0
  321. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +6 -0
  322. package/cosmos/gov/v1beta1/tx.rpc.func.js +38 -0
  323. package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +26 -0
  324. package/cosmos/gov/v1beta1/tx.rpc.msg.js +42 -0
  325. package/cosmos/group/module/v1/module.d.ts +53 -0
  326. package/cosmos/group/module/v1/module.js +96 -0
  327. package/cosmos/group/v1/events.d.ts +363 -0
  328. package/cosmos/group/v1/events.js +847 -0
  329. package/cosmos/group/v1/genesis.d.ts +83 -0
  330. package/cosmos/group/v1/genesis.js +183 -0
  331. package/cosmos/group/v1/query.d.ts +1044 -0
  332. package/cosmos/group/v1/query.js +2434 -0
  333. package/cosmos/group/v1/query.lcd.d.ts +22 -0
  334. package/cosmos/group/v1/query.lcd.js +143 -0
  335. package/cosmos/group/v1/query.rpc.Query.d.ts +78 -0
  336. package/cosmos/group/v1/query.rpc.Query.js +154 -0
  337. package/cosmos/group/v1/query.rpc.func.d.ts +16 -0
  338. package/cosmos/group/v1/query.rpc.func.js +117 -0
  339. package/cosmos/group/v1/tx.amino.d.ts +73 -0
  340. package/cosmos/group/v1/tx.amino.js +76 -0
  341. package/cosmos/group/v1/tx.js +2567 -0
  342. package/cosmos/group/v1/tx.registry.d.ts +2 -0
  343. package/cosmos/group/v1/tx.registry.js +5 -0
  344. package/cosmos/group/v1/tx.rpc.func.d.ts +16 -0
  345. package/cosmos/group/v1/tx.rpc.msg.d.ts +52 -0
  346. package/cosmos/group/v1/tx.rpc.msg.js +100 -0
  347. package/cosmos/group/v1/types.js +1542 -0
  348. package/cosmos/ics23/v1/proofs.d.ts +743 -0
  349. package/cosmos/ics23/v1/proofs.js +1619 -0
  350. package/cosmos/mint/module/v1/module.d.ts +39 -0
  351. package/cosmos/mint/module/v1/module.js +93 -0
  352. package/cosmos/mint/v1beta1/genesis.d.ts +42 -0
  353. package/cosmos/mint/v1beta1/genesis.js +97 -0
  354. package/cosmos/mint/v1beta1/mint.d.ts +96 -0
  355. package/cosmos/mint/v1beta1/mint.js +231 -0
  356. package/cosmos/mint/v1beta1/query.d.ts +219 -0
  357. package/cosmos/mint/v1beta1/query.js +431 -0
  358. package/cosmos/mint/v1beta1/query.lcd.d.ts +11 -0
  359. package/cosmos/mint/v1beta1/query.lcd.js +25 -0
  360. package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +24 -0
  361. package/cosmos/mint/v1beta1/query.rpc.Query.js +47 -0
  362. package/cosmos/mint/v1beta1/query.rpc.func.d.ts +5 -0
  363. package/cosmos/mint/v1beta1/query.rpc.func.js +32 -0
  364. package/cosmos/mint/v1beta1/tx.amino.d.ts +8 -0
  365. package/cosmos/mint/v1beta1/tx.amino.js +11 -0
  366. package/cosmos/mint/v1beta1/tx.d.ts +99 -0
  367. package/cosmos/mint/v1beta1/tx.js +160 -0
  368. package/cosmos/mint/v1beta1/tx.registry.d.ts +23 -0
  369. package/cosmos/mint/v1beta1/tx.registry.js +31 -0
  370. package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +3 -0
  371. package/cosmos/mint/v1beta1/tx.rpc.func.js +14 -0
  372. package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +18 -0
  373. package/cosmos/mint/v1beta1/tx.rpc.msg.js +25 -0
  374. package/cosmos/nft/module/v1/module.d.ts +32 -0
  375. package/cosmos/nft/module/v1/module.js +70 -0
  376. package/cosmos/nft/v1beta1/event.d.ts +132 -0
  377. package/cosmos/nft/v1beta1/event.js +323 -0
  378. package/cosmos/nft/v1beta1/genesis.d.ts +79 -0
  379. package/cosmos/nft/v1beta1/genesis.js +195 -0
  380. package/cosmos/nft/v1beta1/nft.d.ts +111 -0
  381. package/cosmos/nft/v1beta1/nft.js +282 -0
  382. package/cosmos/nft/v1beta1/query.d.ts +508 -0
  383. package/cosmos/nft/v1beta1/query.js +1189 -0
  384. package/cosmos/nft/v1beta1/query.lcd.d.ts +15 -0
  385. package/cosmos/nft/v1beta1/query.lcd.js +67 -0
  386. package/cosmos/nft/v1beta1/query.rpc.Query.d.ts +43 -0
  387. package/cosmos/nft/v1beta1/query.rpc.Query.js +86 -0
  388. package/cosmos/nft/v1beta1/query.rpc.func.d.ts +9 -0
  389. package/cosmos/nft/v1beta1/query.rpc.func.js +61 -0
  390. package/cosmos/nft/v1beta1/tx.amino.d.ts +8 -0
  391. package/cosmos/nft/v1beta1/tx.amino.js +11 -0
  392. package/cosmos/nft/v1beta1/tx.d.ts +78 -0
  393. package/cosmos/nft/v1beta1/tx.js +184 -0
  394. package/cosmos/nft/v1beta1/tx.registry.d.ts +2 -0
  395. package/cosmos/nft/v1beta1/tx.registry.js +5 -0
  396. package/cosmos/nft/v1beta1/tx.rpc.func.d.ts +3 -0
  397. package/cosmos/nft/v1beta1/tx.rpc.func.js +13 -0
  398. package/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +13 -0
  399. package/cosmos/nft/v1beta1/tx.rpc.msg.js +22 -0
  400. package/cosmos/orm/module/v1alpha1/module.d.ts +40 -0
  401. package/cosmos/orm/module/v1alpha1/module.js +70 -0
  402. package/cosmos/orm/query/v1alpha1/query.d.ts +367 -0
  403. package/cosmos/orm/query/v1alpha1/query.js +751 -0
  404. package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +20 -0
  405. package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +38 -0
  406. package/cosmos/orm/query/v1alpha1/query.rpc.func.d.ts +4 -0
  407. package/cosmos/orm/query/v1alpha1/query.rpc.func.js +21 -0
  408. package/cosmos/orm/v1/orm.d.ts +278 -0
  409. package/cosmos/orm/v1/orm.js +380 -0
  410. package/cosmos/orm/v1alpha1/schema.d.ts +134 -0
  411. package/cosmos/orm/v1alpha1/schema.js +258 -0
  412. package/cosmos/params/module/v1/module.d.ts +33 -0
  413. package/cosmos/params/module/v1/module.js +68 -0
  414. package/cosmos/params/v1beta1/params.d.ts +82 -0
  415. package/cosmos/params/v1beta1/params.js +214 -0
  416. package/cosmos/params/v1beta1/query.d.ts +206 -0
  417. package/cosmos/params/v1beta1/query.js +411 -0
  418. package/cosmos/params/v1beta1/query.lcd.d.ts +10 -0
  419. package/cosmos/params/v1beta1/query.lcd.js +32 -0
  420. package/cosmos/params/v1beta1/query.rpc.Query.d.ts +27 -0
  421. package/cosmos/params/v1beta1/query.rpc.Query.js +41 -0
  422. package/cosmos/params/v1beta1/query.rpc.func.d.ts +4 -0
  423. package/cosmos/params/v1beta1/query.rpc.func.js +23 -0
  424. package/cosmos/reflection/v1/reflection.d.ts +67 -0
  425. package/cosmos/reflection/v1/reflection.js +152 -0
  426. package/cosmos/reflection/v1/reflection.rpc.func.d.ts +3 -0
  427. package/cosmos/reflection/v1/reflection.rpc.func.js +13 -0
  428. package/cosmos/rpc.query.d.ts +81 -0
  429. package/cosmos/rpc.query.js +52 -0
  430. package/cosmos/rpc.tx.d.ts +32 -0
  431. package/cosmos/rpc.tx.js +56 -0
  432. package/cosmos/slashing/module/v1/module.d.ts +37 -0
  433. package/cosmos/slashing/module/v1/module.js +81 -0
  434. package/cosmos/slashing/v1beta1/genesis.d.ts +181 -0
  435. package/cosmos/slashing/v1beta1/genesis.js +390 -0
  436. package/cosmos/slashing/v1beta1/query.d.ts +232 -0
  437. package/cosmos/slashing/v1beta1/query.js +479 -0
  438. package/cosmos/slashing/v1beta1/query.lcd.d.ts +11 -0
  439. package/cosmos/slashing/v1beta1/query.lcd.js +34 -0
  440. package/cosmos/slashing/v1beta1/query.rpc.Query.d.ts +24 -0
  441. package/cosmos/slashing/v1beta1/query.rpc.Query.js +49 -0
  442. package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +5 -0
  443. package/cosmos/slashing/v1beta1/query.rpc.func.js +32 -0
  444. package/cosmos/slashing/v1beta1/slashing.d.ts +125 -0
  445. package/cosmos/slashing/v1beta1/slashing.js +269 -0
  446. package/cosmos/slashing/v1beta1/tx.amino.d.ts +13 -0
  447. package/cosmos/slashing/v1beta1/tx.amino.js +16 -0
  448. package/cosmos/slashing/v1beta1/tx.d.ts +163 -0
  449. package/cosmos/slashing/v1beta1/tx.js +301 -0
  450. package/cosmos/slashing/v1beta1/tx.registry.d.ts +35 -0
  451. package/cosmos/slashing/v1beta1/tx.registry.js +49 -0
  452. package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +4 -0
  453. package/cosmos/slashing/v1beta1/tx.rpc.func.js +22 -0
  454. package/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +25 -0
  455. package/cosmos/slashing/v1beta1/tx.rpc.msg.js +33 -0
  456. package/cosmos/staking/module/v1/module.d.ts +57 -0
  457. package/cosmos/staking/module/v1/module.js +120 -0
  458. package/cosmos/staking/v1beta1/authz.d.ts +124 -0
  459. package/cosmos/staking/v1beta1/authz.js +267 -0
  460. package/cosmos/staking/v1beta1/genesis.d.ts +117 -0
  461. package/cosmos/staking/v1beta1/genesis.js +278 -0
  462. package/cosmos/staking/v1beta1/query.d.ts +1152 -0
  463. package/cosmos/staking/v1beta1/query.js +2434 -0
  464. package/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  465. package/cosmos/staking/v1beta1/query.lcd.js +157 -0
  466. package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +111 -0
  467. package/cosmos/staking/v1beta1/query.rpc.Query.js +171 -0
  468. package/cosmos/staking/v1beta1/query.rpc.func.js +131 -0
  469. package/cosmos/staking/v1beta1/staking.d.ts +1045 -0
  470. package/cosmos/staking/v1beta1/staking.js +2377 -0
  471. package/cosmos/staking/v1beta1/tx.amino.d.ts +38 -0
  472. package/cosmos/staking/v1beta1/tx.amino.js +41 -0
  473. package/cosmos/staking/v1beta1/tx.d.ts +604 -0
  474. package/cosmos/staking/v1beta1/tx.js +1293 -0
  475. package/cosmos/staking/v1beta1/tx.registry.d.ts +95 -0
  476. package/cosmos/staking/v1beta1/tx.registry.js +139 -0
  477. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +9 -0
  478. package/cosmos/staking/v1beta1/tx.rpc.func.js +62 -0
  479. package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +49 -0
  480. package/cosmos/staking/v1beta1/tx.rpc.msg.js +66 -0
  481. package/cosmos/store/internal/kv/v1beta1/kv.d.ts +68 -0
  482. package/cosmos/store/internal/kv/v1beta1/kv.js +177 -0
  483. package/cosmos/store/snapshots/v1/snapshot.d.ts +294 -0
  484. package/cosmos/store/snapshots/v1/snapshot.js +687 -0
  485. package/cosmos/store/snapshots/v2/snapshot.d.ts +254 -0
  486. package/cosmos/store/snapshots/v2/snapshot.js +687 -0
  487. package/cosmos/store/streaming/abci/grpc.d.ts +136 -0
  488. package/cosmos/store/streaming/abci/grpc.js +332 -0
  489. package/cosmos/store/v1beta1/commit_info.d.ts +124 -0
  490. package/cosmos/store/v1beta1/commit_info.js +292 -0
  491. package/cosmos/store/v1beta1/listening.d.ts +101 -0
  492. package/cosmos/store/v1beta1/listening.js +223 -0
  493. package/cosmos/streaming/v1/grpc.d.ts +302 -0
  494. package/cosmos/streaming/v1/grpc.js +826 -0
  495. package/cosmos/tx/config/v1/config.d.ts +53 -0
  496. package/cosmos/tx/config/v1/config.js +93 -0
  497. package/cosmos/tx/signing/v1beta1/signing.d.ts +275 -0
  498. package/cosmos/tx/signing/v1beta1/signing.js +574 -0
  499. package/cosmos/tx/v1beta1/service.d.ts +934 -0
  500. package/cosmos/tx/v1beta1/service.js +1737 -0
  501. package/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  502. package/cosmos/tx/v1beta1/service.lcd.js +55 -0
  503. package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +68 -0
  504. package/cosmos/tx/v1beta1/service.rpc.Service.js +111 -0
  505. package/cosmos/tx/v1beta1/service.rpc.func.js +86 -0
  506. package/cosmos/tx/v1beta1/tx.d.ts +869 -0
  507. package/cosmos/tx/v1beta1/tx.js +1407 -0
  508. package/cosmos/upgrade/module/v1/module.d.ts +37 -0
  509. package/cosmos/upgrade/module/v1/module.js +81 -0
  510. package/cosmos/upgrade/v1beta1/query.d.ts +433 -0
  511. package/cosmos/upgrade/v1beta1/query.js +757 -0
  512. package/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  513. package/cosmos/upgrade/v1beta1/query.lcd.js +50 -0
  514. package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +47 -0
  515. package/cosmos/upgrade/v1beta1/query.rpc.Query.js +74 -0
  516. package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +7 -0
  517. package/cosmos/upgrade/v1beta1/query.rpc.func.js +50 -0
  518. package/cosmos/upgrade/v1beta1/tx.amino.d.ts +13 -0
  519. package/cosmos/upgrade/v1beta1/tx.amino.js +16 -0
  520. package/cosmos/upgrade/v1beta1/tx.d.ts +171 -0
  521. package/cosmos/upgrade/v1beta1/tx.js +301 -0
  522. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +35 -0
  523. package/cosmos/upgrade/v1beta1/tx.registry.js +49 -0
  524. package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +4 -0
  525. package/cosmos/upgrade/v1beta1/tx.rpc.func.js +22 -0
  526. package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +25 -0
  527. package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +33 -0
  528. package/cosmos/upgrade/v1beta1/upgrade.d.ts +249 -0
  529. package/cosmos/upgrade/v1beta1/upgrade.js +419 -0
  530. package/cosmos/validate/module/v1/module.d.ts +32 -0
  531. package/cosmos/validate/module/v1/module.js +70 -0
  532. package/cosmos/vesting/module/v1/module.d.ts +32 -0
  533. package/cosmos/vesting/module/v1/module.js +70 -0
  534. package/cosmos/vesting/v1beta1/tx.amino.d.ts +18 -0
  535. package/cosmos/vesting/v1beta1/tx.amino.js +21 -0
  536. package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -0
  537. package/cosmos/vesting/v1beta1/tx.registry.js +5 -0
  538. package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +5 -0
  539. package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +32 -0
  540. package/cosmos/vesting/v1beta1/tx.rpc.msg.js +41 -0
  541. package/cosmos_proto/cosmos.d.ts +155 -0
  542. package/cosmos_proto/cosmos.js +233 -0
  543. package/cosmwasm/wasm/v1/authz.d.ts +511 -0
  544. package/cosmwasm/wasm/v1/authz.js +951 -0
  545. package/cosmwasm/wasm/v1/genesis.d.ts +157 -0
  546. package/cosmwasm/wasm/v1/genesis.js +460 -0
  547. package/cosmwasm/wasm/v1/ibc.d.ts +166 -0
  548. package/cosmwasm/wasm/v1/ibc.js +336 -0
  549. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +885 -0
  550. package/cosmwasm/wasm/v1/proposal_legacy.js +1816 -0
  551. package/cosmwasm/wasm/v1/query.d.ts +1045 -0
  552. package/cosmwasm/wasm/v1/query.js +2223 -0
  553. package/cosmwasm/wasm/v1/query.lcd.d.ts +20 -0
  554. package/cosmwasm/wasm/v1/query.lcd.js +126 -0
  555. package/cosmwasm/wasm/v1/query.rpc.Query.d.ts +60 -0
  556. package/cosmwasm/wasm/v1/query.rpc.Query.js +132 -0
  557. package/cosmwasm/wasm/v1/query.rpc.func.d.ts +14 -0
  558. package/cosmwasm/wasm/v1/query.rpc.func.js +113 -0
  559. package/cosmwasm/wasm/v1/tx.amino.d.ts +88 -0
  560. package/cosmwasm/wasm/v1/tx.amino.js +91 -0
  561. package/cosmwasm/wasm/v1/tx.d.ts +1568 -0
  562. package/cosmwasm/wasm/v1/tx.js +3218 -0
  563. package/cosmwasm/wasm/v1/tx.registry.d.ts +215 -0
  564. package/cosmwasm/wasm/v1/tx.registry.js +319 -0
  565. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +19 -0
  566. package/cosmwasm/wasm/v1/tx.rpc.func.js +142 -0
  567. package/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +109 -0
  568. package/cosmwasm/wasm/v1/tx.rpc.msg.js +144 -0
  569. package/cosmwasm/wasm/v1/types.d.ts +382 -0
  570. package/cosmwasm/wasm/v1/types.js +915 -0
  571. package/esm/binary.js +365 -0
  572. package/esm/cosmos/app/runtime/v1alpha1/module.js +289 -0
  573. package/esm/cosmos/app/runtime/v2/module.js +418 -0
  574. package/esm/cosmos/app/v1alpha1/config.js +295 -0
  575. package/esm/cosmos/app/v1alpha1/module.js +277 -0
  576. package/esm/cosmos/app/v1alpha1/query.js +145 -0
  577. package/esm/cosmos/app/v1alpha1/query.rpc.Query.js +24 -0
  578. package/esm/cosmos/app/v1alpha1/query.rpc.func.js +10 -0
  579. package/esm/cosmos/auth/module/v1/module.js +199 -0
  580. package/esm/cosmos/auth/v1beta1/accounts.js +158 -0
  581. package/esm/cosmos/auth/v1beta1/auth.js +445 -0
  582. package/esm/cosmos/auth/v1beta1/genesis.js +95 -0
  583. package/esm/cosmos/auth/v1beta1/query.js +1555 -0
  584. package/esm/cosmos/auth/v1beta1/query.lcd.js +88 -0
  585. package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +124 -0
  586. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +82 -0
  587. package/esm/cosmos/auth/v1beta1/tx.amino.js +8 -0
  588. package/esm/cosmos/auth/v1beta1/tx.js +157 -0
  589. package/esm/cosmos/auth/v1beta1/tx.registry.js +28 -0
  590. package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +10 -0
  591. package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +20 -0
  592. package/esm/cosmos/authz/module/v1/module.js +65 -0
  593. package/esm/cosmos/authz/v1beta1/authz.js +387 -0
  594. package/esm/cosmos/authz/v1beta1/event.js +203 -0
  595. package/esm/cosmos/authz/v1beta1/genesis.js +84 -0
  596. package/esm/cosmos/authz/v1beta1/query.js +585 -0
  597. package/esm/cosmos/authz/v1beta1/query.lcd.js +53 -0
  598. package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +46 -0
  599. package/esm/cosmos/authz/v1beta1/query.rpc.func.js +26 -0
  600. package/esm/cosmos/authz/v1beta1/tx.amino.js +18 -0
  601. package/esm/cosmos/authz/v1beta1/tx.js +509 -0
  602. package/esm/cosmos/authz/v1beta1/tx.registry.js +64 -0
  603. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +24 -0
  604. package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +35 -0
  605. package/esm/cosmos/autocli/v1/options.js +839 -0
  606. package/esm/cosmos/autocli/v1/query.js +236 -0
  607. package/esm/cosmos/autocli/v1/query.rpc.Query.js +24 -0
  608. package/esm/cosmos/autocli/v1/query.rpc.func.js +10 -0
  609. package/esm/cosmos/bank/module/v1/module.js +108 -0
  610. package/esm/cosmos/bank/v1beta1/authz.js +102 -0
  611. package/esm/cosmos/bank/v1beta1/bank.js +728 -0
  612. package/esm/cosmos/bank/v1beta1/genesis.js +240 -0
  613. package/esm/cosmos/bank/v1beta1/query.js +2335 -0
  614. package/esm/cosmos/bank/v1beta1/query.lcd.js +188 -0
  615. package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +173 -0
  616. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +106 -0
  617. package/esm/cosmos/bank/v1beta1/tx.amino.js +23 -0
  618. package/esm/cosmos/bank/v1beta1/tx.js +663 -0
  619. package/esm/cosmos/bank/v1beta1/tx.registry.js +82 -0
  620. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +31 -0
  621. package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +43 -0
  622. package/esm/cosmos/base/abci/v1beta1/abci.js +1291 -0
  623. package/esm/cosmos/base/grpc/v2/service.js +391 -0
  624. package/esm/cosmos/base/grpc/v2/service.rpc.Service.js +33 -0
  625. package/esm/cosmos/base/grpc/v2/service.rpc.func.js +18 -0
  626. package/esm/cosmos/base/node/v1beta1/query.js +369 -0
  627. package/esm/cosmos/base/node/v1beta1/query.lcd.js +16 -0
  628. package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +33 -0
  629. package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +18 -0
  630. package/esm/cosmos/base/query/v1beta1/pagination.js +216 -0
  631. package/esm/cosmos/base/reflection/v1beta1/reflection.js +302 -0
  632. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +18 -0
  633. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +2161 -0
  634. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +50 -0
  635. package/esm/cosmos/base/tendermint/v1beta1/query.js +1891 -0
  636. package/esm/cosmos/base/tendermint/v1beta1/query.lcd.js +75 -0
  637. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.Service.js +84 -0
  638. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +58 -0
  639. package/esm/cosmos/base/tendermint/v1beta1/types.js +360 -0
  640. package/esm/cosmos/base/v1beta1/coin.js +334 -0
  641. package/esm/cosmos/circuit/module/v1/module.js +80 -0
  642. package/esm/cosmos/circuit/v1/query.js +477 -0
  643. package/esm/cosmos/circuit/v1/query.lcd.js +30 -0
  644. package/esm/cosmos/circuit/v1/query.rpc.Query.js +44 -0
  645. package/esm/cosmos/circuit/v1/query.rpc.func.js +23 -0
  646. package/esm/cosmos/circuit/v1/tx.amino.js +18 -0
  647. package/esm/cosmos/circuit/v1/tx.js +525 -0
  648. package/esm/cosmos/circuit/v1/tx.registry.js +2 -0
  649. package/esm/cosmos/circuit/v1/tx.rpc.func.js +21 -0
  650. package/esm/cosmos/circuit/v1/tx.rpc.msg.js +31 -0
  651. package/esm/cosmos/circuit/v1/types.js +345 -0
  652. package/esm/cosmos/consensus/module/v1/module.js +78 -0
  653. package/esm/cosmos/consensus/v1/query.js +145 -0
  654. package/esm/cosmos/consensus/v1/query.lcd.js +11 -0
  655. package/esm/cosmos/consensus/v1/query.rpc.Query.js +24 -0
  656. package/esm/cosmos/consensus/v1/query.rpc.func.js +10 -0
  657. package/esm/cosmos/consensus/v1/tx.amino.js +8 -0
  658. package/esm/cosmos/consensus/v1/tx.js +196 -0
  659. package/esm/cosmos/consensus/v1/tx.registry.js +28 -0
  660. package/esm/cosmos/consensus/v1/tx.rpc.func.js +10 -0
  661. package/esm/cosmos/consensus/v1/tx.rpc.msg.js +20 -0
  662. package/esm/cosmos/crisis/module/v1/module.js +92 -0
  663. package/esm/cosmos/crisis/v1beta1/genesis.js +81 -0
  664. package/esm/cosmos/crisis/v1beta1/tx.amino.js +13 -0
  665. package/esm/cosmos/crisis/v1beta1/tx.js +325 -0
  666. package/esm/cosmos/crisis/v1beta1/tx.registry.js +2 -0
  667. package/esm/cosmos/crisis/v1beta1/tx.rpc.func.js +15 -0
  668. package/esm/cosmos/crisis/v1beta1/tx.rpc.msg.js +26 -0
  669. package/esm/cosmos/crypto/ed25519/keys.js +159 -0
  670. package/esm/cosmos/crypto/hd/v1/hd.js +128 -0
  671. package/esm/cosmos/crypto/keyring/v1/record.js +428 -0
  672. package/esm/cosmos/crypto/multisig/keys.js +96 -0
  673. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +171 -0
  674. package/esm/cosmos/crypto/secp256k1/keys.js +159 -0
  675. package/esm/cosmos/crypto/secp256r1/keys.js +159 -0
  676. package/esm/cosmos/distribution/module/v1/module.js +90 -0
  677. package/esm/cosmos/distribution/v1beta1/distribution.js +1165 -0
  678. package/esm/cosmos/distribution/v1beta1/genesis.js +905 -0
  679. package/esm/cosmos/distribution/v1beta1/query.js +1658 -0
  680. package/esm/cosmos/distribution/v1beta1/query.lcd.js +70 -0
  681. package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +106 -0
  682. package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +82 -0
  683. package/esm/cosmos/distribution/v1beta1/tx.amino.js +38 -0
  684. package/esm/cosmos/distribution/v1beta1/tx.js +1139 -0
  685. package/esm/cosmos/distribution/v1beta1/tx.registry.js +136 -0
  686. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +52 -0
  687. package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +68 -0
  688. package/esm/cosmos/evidence/module/v1/module.js +65 -0
  689. package/esm/cosmos/evidence/v1beta1/evidence.js +116 -0
  690. package/esm/cosmos/evidence/v1beta1/genesis.js +82 -0
  691. package/esm/cosmos/evidence/v1beta1/query.js +343 -0
  692. package/esm/cosmos/evidence/v1beta1/query.lcd.js +31 -0
  693. package/esm/cosmos/evidence/v1beta1/query.rpc.Query.js +35 -0
  694. package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +18 -0
  695. package/esm/cosmos/evidence/v1beta1/tx.amino.js +8 -0
  696. package/esm/cosmos/evidence/v1beta1/tx.js +170 -0
  697. package/esm/cosmos/evidence/v1beta1/tx.registry.js +28 -0
  698. package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +10 -0
  699. package/esm/cosmos/evidence/v1beta1/tx.rpc.msg.js +18 -0
  700. package/esm/cosmos/feegrant/module/v1/module.js +65 -0
  701. package/esm/cosmos/feegrant/v1beta1/feegrant.js +442 -0
  702. package/esm/cosmos/feegrant/v1beta1/genesis.js +84 -0
  703. package/esm/cosmos/feegrant/v1beta1/query.js +543 -0
  704. package/esm/cosmos/feegrant/v1beta1/query.lcd.js +36 -0
  705. package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +44 -0
  706. package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +26 -0
  707. package/esm/cosmos/feegrant/v1beta1/tx.amino.js +18 -0
  708. package/esm/cosmos/feegrant/v1beta1/tx.js +467 -0
  709. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +64 -0
  710. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +24 -0
  711. package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +33 -0
  712. package/esm/cosmos/genutil/module/v1/module.js +67 -0
  713. package/esm/cosmos/genutil/v1beta1/genesis.js +84 -0
  714. package/esm/cosmos/gov/module/v1/module.js +90 -0
  715. package/esm/cosmos/gov/v1/genesis.js +192 -0
  716. package/esm/cosmos/gov/v1/gov.js +1357 -0
  717. package/esm/cosmos/gov/v1/query.js +1570 -0
  718. package/esm/cosmos/gov/v1/query.lcd.js +79 -0
  719. package/esm/cosmos/gov/v1/query.rpc.Query.js +96 -0
  720. package/esm/cosmos/gov/v1/query.rpc.func.js +74 -0
  721. package/esm/cosmos/gov/v1/tx.amino.js +38 -0
  722. package/esm/cosmos/gov/v1/tx.js +1295 -0
  723. package/esm/cosmos/gov/v1/tx.registry.js +136 -0
  724. package/esm/cosmos/gov/v1/tx.rpc.func.js +52 -0
  725. package/esm/cosmos/gov/v1/tx.rpc.msg.js +59 -0
  726. package/esm/cosmos/gov/v1beta1/genesis.js +167 -0
  727. package/esm/cosmos/gov/v1beta1/gov.js +1136 -0
  728. package/esm/cosmos/gov/v1beta1/query.js +1416 -0
  729. package/esm/cosmos/gov/v1beta1/query.lcd.js +74 -0
  730. package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +87 -0
  731. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +66 -0
  732. package/esm/cosmos/gov/v1beta1/tx.amino.js +23 -0
  733. package/esm/cosmos/gov/v1beta1/tx.js +719 -0
  734. package/esm/cosmos/gov/v1beta1/tx.registry.js +82 -0
  735. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +31 -0
  736. package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +37 -0
  737. package/esm/cosmos/group/module/v1/module.js +93 -0
  738. package/esm/cosmos/group/v1/events.js +844 -0
  739. package/esm/cosmos/group/v1/genesis.js +180 -0
  740. package/esm/cosmos/group/v1/query.js +2431 -0
  741. package/esm/cosmos/group/v1/query.lcd.js +139 -0
  742. package/esm/cosmos/group/v1/query.rpc.Query.js +149 -0
  743. package/esm/cosmos/group/v1/query.rpc.func.js +100 -0
  744. package/esm/cosmos/group/v1/tx.amino.js +73 -0
  745. package/esm/cosmos/group/v1/tx.js +2562 -0
  746. package/esm/cosmos/group/v1/tx.registry.js +2 -0
  747. package/esm/cosmos/group/v1/tx.rpc.func.js +87 -0
  748. package/esm/cosmos/group/v1/tx.rpc.msg.js +95 -0
  749. package/esm/cosmos/group/v1/types.js +1533 -0
  750. package/esm/cosmos/ics23/v1/proofs.js +1612 -0
  751. package/esm/cosmos/mint/module/v1/module.js +90 -0
  752. package/esm/cosmos/mint/v1beta1/genesis.js +94 -0
  753. package/esm/cosmos/mint/v1beta1/mint.js +228 -0
  754. package/esm/cosmos/mint/v1beta1/query.js +428 -0
  755. package/esm/cosmos/mint/v1beta1/query.lcd.js +21 -0
  756. package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +42 -0
  757. package/esm/cosmos/mint/v1beta1/query.rpc.func.js +26 -0
  758. package/esm/cosmos/mint/v1beta1/tx.amino.js +8 -0
  759. package/esm/cosmos/mint/v1beta1/tx.js +157 -0
  760. package/esm/cosmos/mint/v1beta1/tx.registry.js +28 -0
  761. package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +10 -0
  762. package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +20 -0
  763. package/esm/cosmos/msg/textual/v1/textual.js +1 -0
  764. package/esm/cosmos/msg/v1/msg.js +1 -0
  765. package/esm/cosmos/nft/module/v1/module.js +67 -0
  766. package/esm/cosmos/nft/v1beta1/event.js +320 -0
  767. package/esm/cosmos/nft/v1beta1/genesis.js +192 -0
  768. package/esm/cosmos/nft/v1beta1/nft.js +279 -0
  769. package/esm/cosmos/nft/v1beta1/query.js +1186 -0
  770. package/esm/cosmos/nft/v1beta1/query.lcd.js +63 -0
  771. package/esm/cosmos/nft/v1beta1/query.rpc.Query.js +81 -0
  772. package/esm/cosmos/nft/v1beta1/query.rpc.func.js +51 -0
  773. package/esm/cosmos/nft/v1beta1/tx.amino.js +8 -0
  774. package/esm/cosmos/nft/v1beta1/tx.js +181 -0
  775. package/esm/cosmos/nft/v1beta1/tx.registry.js +2 -0
  776. package/esm/cosmos/nft/v1beta1/tx.rpc.func.js +9 -0
  777. package/esm/cosmos/nft/v1beta1/tx.rpc.msg.js +17 -0
  778. package/esm/cosmos/orm/module/v1alpha1/module.js +67 -0
  779. package/esm/cosmos/orm/query/v1alpha1/query.js +748 -0
  780. package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +33 -0
  781. package/esm/cosmos/orm/query/v1alpha1/query.rpc.func.js +16 -0
  782. package/esm/cosmos/orm/v1/orm.js +377 -0
  783. package/esm/cosmos/orm/v1alpha1/schema.js +253 -0
  784. package/esm/cosmos/params/module/v1/module.js +65 -0
  785. package/esm/cosmos/params/v1beta1/params.js +211 -0
  786. package/esm/cosmos/params/v1beta1/query.js +408 -0
  787. package/esm/cosmos/params/v1beta1/query.lcd.js +28 -0
  788. package/esm/cosmos/params/v1beta1/query.rpc.Query.js +36 -0
  789. package/esm/cosmos/params/v1beta1/query.rpc.func.js +18 -0
  790. package/esm/cosmos/query/v1/query.js +1 -0
  791. package/esm/cosmos/reflection/v1/reflection.js +149 -0
  792. package/esm/cosmos/reflection/v1/reflection.rpc.func.js +9 -0
  793. package/esm/cosmos/rpc.query.js +25 -0
  794. package/esm/cosmos/rpc.tx.js +29 -0
  795. package/esm/cosmos/slashing/module/v1/module.js +78 -0
  796. package/esm/cosmos/slashing/v1beta1/genesis.js +387 -0
  797. package/esm/cosmos/slashing/v1beta1/query.js +476 -0
  798. package/esm/cosmos/slashing/v1beta1/query.lcd.js +30 -0
  799. package/esm/cosmos/slashing/v1beta1/query.rpc.Query.js +44 -0
  800. package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +26 -0
  801. package/esm/cosmos/slashing/v1beta1/slashing.js +266 -0
  802. package/esm/cosmos/slashing/v1beta1/tx.amino.js +13 -0
  803. package/esm/cosmos/slashing/v1beta1/tx.js +298 -0
  804. package/esm/cosmos/slashing/v1beta1/tx.registry.js +46 -0
  805. package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +17 -0
  806. package/esm/cosmos/slashing/v1beta1/tx.rpc.msg.js +28 -0
  807. package/esm/cosmos/staking/module/v1/module.js +117 -0
  808. package/esm/cosmos/staking/v1beta1/authz.js +262 -0
  809. package/esm/cosmos/staking/v1beta1/genesis.js +275 -0
  810. package/esm/cosmos/staking/v1beta1/query.js +2431 -0
  811. package/esm/cosmos/staking/v1beta1/query.lcd.js +153 -0
  812. package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +166 -0
  813. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +114 -0
  814. package/esm/cosmos/staking/v1beta1/staking.js +2370 -0
  815. package/esm/cosmos/staking/v1beta1/tx.amino.js +38 -0
  816. package/esm/cosmos/staking/v1beta1/tx.js +1290 -0
  817. package/esm/cosmos/staking/v1beta1/tx.registry.js +136 -0
  818. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +52 -0
  819. package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +61 -0
  820. package/esm/cosmos/store/internal/kv/v1beta1/kv.js +174 -0
  821. package/esm/cosmos/store/snapshots/v1/snapshot.js +684 -0
  822. package/esm/cosmos/store/snapshots/v2/snapshot.js +684 -0
  823. package/esm/cosmos/store/streaming/abci/grpc.js +329 -0
  824. package/esm/cosmos/store/v1beta1/commit_info.js +289 -0
  825. package/esm/cosmos/store/v1beta1/listening.js +220 -0
  826. package/esm/cosmos/streaming/v1/grpc.js +823 -0
  827. package/esm/cosmos/tx/config/v1/config.js +90 -0
  828. package/esm/cosmos/tx/signing/v1beta1/signing.js +569 -0
  829. package/esm/cosmos/tx/v1beta1/service.js +1730 -0
  830. package/esm/cosmos/tx/v1beta1/service.lcd.js +51 -0
  831. package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +106 -0
  832. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +74 -0
  833. package/esm/cosmos/tx/v1beta1/tx.js +1404 -0
  834. package/esm/cosmos/upgrade/module/v1/module.js +78 -0
  835. package/esm/cosmos/upgrade/v1beta1/query.js +754 -0
  836. package/esm/cosmos/upgrade/v1beta1/query.lcd.js +46 -0
  837. package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +69 -0
  838. package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +42 -0
  839. package/esm/cosmos/upgrade/v1beta1/tx.amino.js +13 -0
  840. package/esm/cosmos/upgrade/v1beta1/tx.js +298 -0
  841. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +46 -0
  842. package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +17 -0
  843. package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +28 -0
  844. package/esm/cosmos/upgrade/v1beta1/upgrade.js +416 -0
  845. package/esm/cosmos/validate/module/v1/module.js +67 -0
  846. package/esm/cosmos/vesting/module/v1/module.js +67 -0
  847. package/esm/cosmos/vesting/v1beta1/tx.amino.js +18 -0
  848. package/esm/cosmos/vesting/v1beta1/tx.js +550 -0
  849. package/esm/cosmos/vesting/v1beta1/tx.registry.js +2 -0
  850. package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +21 -0
  851. package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +36 -0
  852. package/esm/cosmos/vesting/v1beta1/vesting.js +583 -0
  853. package/esm/cosmos_proto/cosmos.js +228 -0
  854. package/esm/cosmwasm/wasm/v1/authz.js +948 -0
  855. package/esm/cosmwasm/wasm/v1/genesis.js +457 -0
  856. package/esm/cosmwasm/wasm/v1/ibc.js +333 -0
  857. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +1813 -0
  858. package/esm/cosmwasm/wasm/v1/query.js +2220 -0
  859. package/esm/cosmwasm/wasm/v1/query.lcd.js +122 -0
  860. package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +127 -0
  861. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +98 -0
  862. package/esm/cosmwasm/wasm/v1/tx.amino.js +88 -0
  863. package/esm/cosmwasm/wasm/v1/tx.js +3215 -0
  864. package/esm/cosmwasm/wasm/v1/tx.registry.js +316 -0
  865. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +122 -0
  866. package/esm/cosmwasm/wasm/v1/tx.rpc.msg.js +139 -0
  867. package/esm/cosmwasm/wasm/v1/types.js +908 -0
  868. package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +142 -0
  869. package/esm/ethermint/evm/v1/events.js +380 -0
  870. package/esm/ethermint/evm/v1/evm.js +1187 -0
  871. package/esm/ethermint/evm/v1/genesis.js +189 -0
  872. package/esm/ethermint/evm/v1/query.js +1982 -0
  873. package/esm/ethermint/evm/v1/query.lcd.js +150 -0
  874. package/esm/ethermint/evm/v1/query.rpc.Query.js +127 -0
  875. package/esm/ethermint/evm/v1/query.rpc.func.js +99 -0
  876. package/esm/ethermint/evm/v1/tx.amino.js +13 -0
  877. package/esm/ethermint/evm/v1/tx.js +1018 -0
  878. package/esm/ethermint/evm/v1/tx.registry.js +46 -0
  879. package/esm/ethermint/evm/v1/tx.rpc.func.js +17 -0
  880. package/esm/ethermint/evm/v1/tx.rpc.msg.js +24 -0
  881. package/esm/ethermint/feemarket/v1/events.js +153 -0
  882. package/esm/ethermint/feemarket/v1/feemarket.js +151 -0
  883. package/esm/ethermint/feemarket/v1/genesis.js +86 -0
  884. package/esm/ethermint/feemarket/v1/query.js +385 -0
  885. package/esm/ethermint/feemarket/v1/query.lcd.js +21 -0
  886. package/esm/ethermint/feemarket/v1/query.rpc.Query.js +42 -0
  887. package/esm/ethermint/feemarket/v1/query.rpc.func.js +26 -0
  888. package/esm/ethermint/feemarket/v1/tx.amino.js +8 -0
  889. package/esm/ethermint/feemarket/v1/tx.js +150 -0
  890. package/esm/ethermint/feemarket/v1/tx.registry.js +28 -0
  891. package/esm/ethermint/feemarket/v1/tx.rpc.func.js +10 -0
  892. package/esm/ethermint/feemarket/v1/tx.rpc.msg.js +18 -0
  893. package/esm/ethermint/types/v1/account.js +88 -0
  894. package/esm/ethermint/types/v1/dynamic_fee.js +71 -0
  895. package/esm/ethermint/types/v1/indexer.js +143 -0
  896. package/esm/ethermint/types/v1/web3.js +96 -0
  897. package/esm/extern.js +30 -0
  898. package/esm/gogoproto/gogo.js +1 -0
  899. package/esm/google/api/annotations.js +1 -0
  900. package/esm/google/api/http.js +354 -0
  901. package/esm/google/protobuf/any.js +79 -0
  902. package/esm/google/protobuf/descriptor.js +5136 -0
  903. package/esm/google/protobuf/duration.js +77 -0
  904. package/esm/google/protobuf/timestamp.js +74 -0
  905. package/esm/helper-func-types.js +60 -0
  906. package/esm/helpers.js +128 -0
  907. package/esm/ibc/applications/fee/v1/ack.js +103 -0
  908. package/esm/ibc/applications/fee/v1/fee.js +398 -0
  909. package/esm/ibc/applications/fee/v1/genesis.js +531 -0
  910. package/esm/ibc/applications/fee/v1/metadata.js +90 -0
  911. package/esm/ibc/applications/fee/v1/query.js +1739 -0
  912. package/esm/ibc/applications/fee/v1/query.lcd.js +111 -0
  913. package/esm/ibc/applications/fee/v1/query.rpc.Query.js +105 -0
  914. package/esm/ibc/applications/fee/v1/query.rpc.func.js +82 -0
  915. package/esm/ibc/applications/fee/v1/tx.amino.js +23 -0
  916. package/esm/ibc/applications/fee/v1/tx.js +707 -0
  917. package/esm/ibc/applications/fee/v1/tx.registry.js +82 -0
  918. package/esm/ibc/applications/fee/v1/tx.rpc.func.js +31 -0
  919. package/esm/ibc/applications/fee/v1/tx.rpc.msg.js +49 -0
  920. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +78 -0
  921. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +311 -0
  922. package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +16 -0
  923. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +33 -0
  924. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +18 -0
  925. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.amino.js +18 -0
  926. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +553 -0
  927. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +64 -0
  928. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +24 -0
  929. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +29 -0
  930. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +558 -0
  931. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +183 -0
  932. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +145 -0
  933. package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +11 -0
  934. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +24 -0
  935. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +10 -0
  936. package/esm/ibc/applications/interchain_accounts/host/v1/tx.amino.js +13 -0
  937. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +344 -0
  938. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +46 -0
  939. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +17 -0
  940. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +23 -0
  941. package/esm/ibc/applications/interchain_accounts/v1/account.js +96 -0
  942. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +138 -0
  943. package/esm/ibc/applications/interchain_accounts/v1/packet.js +222 -0
  944. package/esm/ibc/applications/transfer/v1/authz.js +223 -0
  945. package/esm/ibc/applications/transfer/v1/genesis.js +126 -0
  946. package/esm/ibc/applications/transfer/v1/query.js +953 -0
  947. package/esm/ibc/applications/transfer/v1/query.lcd.js +63 -0
  948. package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +71 -0
  949. package/esm/ibc/applications/transfer/v1/query.rpc.func.js +50 -0
  950. package/esm/ibc/applications/transfer/v1/transfer.js +179 -0
  951. package/esm/ibc/applications/transfer/v1/tx.amino.js +13 -0
  952. package/esm/ibc/applications/transfer/v1/tx.js +399 -0
  953. package/esm/ibc/applications/transfer/v1/tx.registry.js +46 -0
  954. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +17 -0
  955. package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +23 -0
  956. package/esm/ibc/applications/transfer/v2/packet.js +126 -0
  957. package/esm/ibc/core/channel/v1/channel.js +1160 -0
  958. package/esm/ibc/core/channel/v1/genesis.js +302 -0
  959. package/esm/ibc/core/channel/v1/query.js +3415 -0
  960. package/esm/ibc/core/channel/v1/query.lcd.js +129 -0
  961. package/esm/ibc/core/channel/v1/query.rpc.Query.js +178 -0
  962. package/esm/ibc/core/channel/v1/query.rpc.func.js +138 -0
  963. package/esm/ibc/core/channel/v1/tx.amino.js +98 -0
  964. package/esm/ibc/core/channel/v1/tx.js +4031 -0
  965. package/esm/ibc/core/channel/v1/tx.registry.js +352 -0
  966. package/esm/ibc/core/channel/v1/tx.rpc.func.js +136 -0
  967. package/esm/ibc/core/channel/v1/tx.rpc.msg.js +126 -0
  968. package/esm/ibc/core/channel/v1/upgrade.js +300 -0
  969. package/esm/ibc/core/client/v1/client.js +673 -0
  970. package/esm/ibc/core/client/v1/genesis.js +337 -0
  971. package/esm/ibc/core/client/v1/query.js +1756 -0
  972. package/esm/ibc/core/client/v1/query.lcd.js +80 -0
  973. package/esm/ibc/core/client/v1/query.rpc.Query.js +109 -0
  974. package/esm/ibc/core/client/v1/query.rpc.func.js +82 -0
  975. package/esm/ibc/core/client/v1/tx.amino.js +38 -0
  976. package/esm/ibc/core/client/v1/tx.js +1186 -0
  977. package/esm/ibc/core/client/v1/tx.registry.js +136 -0
  978. package/esm/ibc/core/client/v1/tx.rpc.func.js +52 -0
  979. package/esm/ibc/core/client/v1/tx.rpc.msg.js +53 -0
  980. package/esm/ibc/core/commitment/v1/commitment.js +319 -0
  981. package/esm/ibc/core/connection/v1/connection.js +776 -0
  982. package/esm/ibc/core/connection/v1/genesis.js +125 -0
  983. package/esm/ibc/core/connection/v1/query.js +1097 -0
  984. package/esm/ibc/core/connection/v1/query.lcd.js +48 -0
  985. package/esm/ibc/core/connection/v1/query.rpc.Query.js +74 -0
  986. package/esm/ibc/core/connection/v1/query.rpc.func.js +50 -0
  987. package/esm/ibc/core/connection/v1/tx.amino.js +28 -0
  988. package/esm/ibc/core/connection/v1/tx.js +1086 -0
  989. package/esm/ibc/core/connection/v1/tx.registry.js +100 -0
  990. package/esm/ibc/core/connection/v1/tx.rpc.func.js +38 -0
  991. package/esm/ibc/core/connection/v1/tx.rpc.msg.js +43 -0
  992. package/esm/ibc/core/types/v1/genesis.js +109 -0
  993. package/esm/ibc/lightclients/localhost/v2/localhost.js +81 -0
  994. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +1675 -0
  995. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +839 -0
  996. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +628 -0
  997. package/esm/ibc/lightclients/wasm/v1/genesis.js +161 -0
  998. package/esm/ibc/lightclients/wasm/v1/query.js +330 -0
  999. package/esm/ibc/lightclients/wasm/v1/query.lcd.js +25 -0
  1000. package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +35 -0
  1001. package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +18 -0
  1002. package/esm/ibc/lightclients/wasm/v1/tx.amino.js +18 -0
  1003. package/esm/ibc/lightclients/wasm/v1/tx.js +498 -0
  1004. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +64 -0
  1005. package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +24 -0
  1006. package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +29 -0
  1007. package/esm/ibc/lightclients/wasm/v1/wasm.js +340 -0
  1008. package/esm/registry.js +154 -0
  1009. package/esm/tendermint/abci/types.js +5300 -0
  1010. package/esm/tendermint/crypto/keys.js +84 -0
  1011. package/esm/tendermint/crypto/proof.js +458 -0
  1012. package/esm/tendermint/p2p/types.js +429 -0
  1013. package/esm/tendermint/types/block.js +114 -0
  1014. package/esm/tendermint/types/evidence.js +409 -0
  1015. package/esm/tendermint/types/params.js +597 -0
  1016. package/esm/tendermint/types/types.js +1776 -0
  1017. package/esm/tendermint/types/validator.js +342 -0
  1018. package/esm/tendermint/version/types.js +165 -0
  1019. package/esm/test.js +51 -0
  1020. package/esm/types.js +6 -0
  1021. package/esm/utf8.js +136 -0
  1022. package/esm/varint.js +407 -0
  1023. package/esm/xpla/lcd.js +176 -0
  1024. package/esm/xpla/reward/v1beta1/genesis.js +74 -0
  1025. package/esm/xpla/reward/v1beta1/query.js +264 -0
  1026. package/esm/xpla/reward/v1beta1/query.lcd.js +16 -0
  1027. package/esm/xpla/reward/v1beta1/query.rpc.Query.js +33 -0
  1028. package/esm/xpla/reward/v1beta1/query.rpc.func.js +18 -0
  1029. package/esm/xpla/reward/v1beta1/reward.js +127 -0
  1030. package/esm/xpla/reward/v1beta1/tx.amino.js +13 -0
  1031. package/esm/xpla/reward/v1beta1/tx.js +302 -0
  1032. package/esm/xpla/reward/v1beta1/tx.registry.js +46 -0
  1033. package/esm/xpla/reward/v1beta1/tx.rpc.func.js +17 -0
  1034. package/esm/xpla/reward/v1beta1/tx.rpc.msg.js +26 -0
  1035. package/esm/xpla/rpc.query.js +125 -0
  1036. package/esm/xpla/rpc.tx.js +1 -0
  1037. package/esm/xpla/volunteer/v1beta1/genesis.js +77 -0
  1038. package/esm/xpla/volunteer/v1beta1/proposal.js +534 -0
  1039. package/esm/xpla/volunteer/v1beta1/query.js +131 -0
  1040. package/esm/xpla/volunteer/v1beta1/query.lcd.js +11 -0
  1041. package/esm/xpla/volunteer/v1beta1/query.rpc.Query.js +24 -0
  1042. package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +10 -0
  1043. package/esm/xpla/volunteer/v1beta1/tx.amino.js +13 -0
  1044. package/esm/xpla/volunteer/v1beta1/tx.js +348 -0
  1045. package/esm/xpla/volunteer/v1beta1/tx.registry.js +46 -0
  1046. package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +17 -0
  1047. package/esm/xpla/volunteer/v1beta1/tx.rpc.msg.js +24 -0
  1048. package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +83 -0
  1049. package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +82 -0
  1050. package/ethermint/crypto/v1/ethsecp256k1/keys.js +145 -0
  1051. package/ethermint/evm/v1/events.d.ts +166 -0
  1052. package/ethermint/evm/v1/events.js +383 -0
  1053. package/ethermint/evm/v1/evm.d.ts +538 -0
  1054. package/ethermint/evm/v1/evm.js +1190 -0
  1055. package/ethermint/evm/v1/genesis.d.ts +89 -0
  1056. package/ethermint/evm/v1/genesis.js +192 -0
  1057. package/ethermint/evm/v1/query.d.ts +937 -0
  1058. package/ethermint/evm/v1/query.js +1985 -0
  1059. package/ethermint/evm/v1/query.lcd.d.ts +21 -0
  1060. package/ethermint/evm/v1/query.lcd.js +154 -0
  1061. package/ethermint/evm/v1/query.rpc.Query.d.ts +70 -0
  1062. package/ethermint/evm/v1/query.rpc.Query.js +132 -0
  1063. package/ethermint/evm/v1/query.rpc.func.js +114 -0
  1064. package/ethermint/evm/v1/tx.amino.d.ts +13 -0
  1065. package/ethermint/evm/v1/tx.amino.js +16 -0
  1066. package/ethermint/evm/v1/tx.d.ts +460 -0
  1067. package/ethermint/evm/v1/tx.js +1021 -0
  1068. package/ethermint/evm/v1/tx.registry.d.ts +35 -0
  1069. package/ethermint/evm/v1/tx.registry.js +49 -0
  1070. package/ethermint/evm/v1/tx.rpc.func.d.ts +4 -0
  1071. package/ethermint/evm/v1/tx.rpc.func.js +22 -0
  1072. package/ethermint/evm/v1/tx.rpc.msg.d.ts +19 -0
  1073. package/ethermint/evm/v1/tx.rpc.msg.js +29 -0
  1074. package/ethermint/feemarket/v1/events.d.ts +72 -0
  1075. package/ethermint/feemarket/v1/events.js +156 -0
  1076. package/ethermint/feemarket/v1/feemarket.d.ts +79 -0
  1077. package/ethermint/feemarket/v1/feemarket.js +154 -0
  1078. package/ethermint/feemarket/v1/genesis.d.ts +46 -0
  1079. package/ethermint/feemarket/v1/genesis.js +89 -0
  1080. package/ethermint/feemarket/v1/query.d.ts +201 -0
  1081. package/ethermint/feemarket/v1/query.js +388 -0
  1082. package/ethermint/feemarket/v1/query.lcd.d.ts +11 -0
  1083. package/ethermint/feemarket/v1/query.lcd.js +25 -0
  1084. package/ethermint/feemarket/v1/query.rpc.Query.d.ts +24 -0
  1085. package/ethermint/feemarket/v1/query.rpc.Query.js +47 -0
  1086. package/ethermint/feemarket/v1/query.rpc.func.js +32 -0
  1087. package/ethermint/feemarket/v1/tx.amino.d.ts +8 -0
  1088. package/ethermint/feemarket/v1/tx.amino.js +11 -0
  1089. package/ethermint/feemarket/v1/tx.d.ts +83 -0
  1090. package/ethermint/feemarket/v1/tx.js +153 -0
  1091. package/ethermint/feemarket/v1/tx.registry.d.ts +23 -0
  1092. package/ethermint/feemarket/v1/tx.registry.js +31 -0
  1093. package/ethermint/feemarket/v1/tx.rpc.func.d.ts +3 -0
  1094. package/ethermint/feemarket/v1/tx.rpc.func.js +14 -0
  1095. package/ethermint/feemarket/v1/tx.rpc.msg.d.ts +16 -0
  1096. package/ethermint/feemarket/v1/tx.rpc.msg.js +23 -0
  1097. package/ethermint/types/v1/account.d.ts +46 -0
  1098. package/ethermint/types/v1/account.js +91 -0
  1099. package/ethermint/types/v1/dynamic_fee.d.ts +35 -0
  1100. package/ethermint/types/v1/dynamic_fee.js +74 -0
  1101. package/ethermint/types/v1/indexer.d.ts +77 -0
  1102. package/ethermint/types/v1/indexer.js +146 -0
  1103. package/ethermint/types/v1/web3.d.ts +67 -0
  1104. package/ethermint/types/v1/web3.js +99 -0
  1105. package/extern.d.ts +10 -0
  1106. package/extern.js +36 -0
  1107. package/gogoproto/gogo.d.ts +1 -0
  1108. package/google/api/annotations.d.ts +1 -0
  1109. package/google/api/annotations.js +2 -0
  1110. package/google/api/http.d.ts +767 -0
  1111. package/google/api/http.js +357 -0
  1112. package/google/protobuf/any.d.ts +269 -0
  1113. package/google/protobuf/any.js +82 -0
  1114. package/google/protobuf/descriptor.d.ts +2952 -0
  1115. package/google/protobuf/descriptor.js +5175 -0
  1116. package/google/protobuf/duration.d.ts +163 -0
  1117. package/google/protobuf/duration.js +80 -0
  1118. package/google/protobuf/timestamp.d.ts +223 -0
  1119. package/google/protobuf/timestamp.js +77 -0
  1120. package/helper-func-types.d.ts +120 -0
  1121. package/helper-func-types.js +66 -0
  1122. package/helpers.d.ts +82 -0
  1123. package/helpers.js +143 -0
  1124. package/ibc/applications/fee/v1/ack.d.ts +45 -0
  1125. package/ibc/applications/fee/v1/ack.js +106 -0
  1126. package/ibc/applications/fee/v1/fee.d.ts +164 -0
  1127. package/ibc/applications/fee/v1/fee.js +401 -0
  1128. package/ibc/applications/fee/v1/genesis.d.ts +225 -0
  1129. package/ibc/applications/fee/v1/genesis.js +534 -0
  1130. package/ibc/applications/fee/v1/metadata.d.ts +47 -0
  1131. package/ibc/applications/fee/v1/metadata.js +93 -0
  1132. package/ibc/applications/fee/v1/query.d.ts +757 -0
  1133. package/ibc/applications/fee/v1/query.js +1742 -0
  1134. package/ibc/applications/fee/v1/query.lcd.d.ts +18 -0
  1135. package/ibc/applications/fee/v1/query.lcd.js +115 -0
  1136. package/ibc/applications/fee/v1/query.rpc.Query.d.ts +52 -0
  1137. package/ibc/applications/fee/v1/query.rpc.Query.js +110 -0
  1138. package/ibc/applications/fee/v1/query.rpc.func.d.ts +12 -0
  1139. package/ibc/applications/fee/v1/query.rpc.func.js +95 -0
  1140. package/ibc/applications/fee/v1/tx.amino.d.ts +23 -0
  1141. package/ibc/applications/fee/v1/tx.amino.js +26 -0
  1142. package/ibc/applications/fee/v1/tx.d.ts +326 -0
  1143. package/ibc/applications/fee/v1/tx.js +710 -0
  1144. package/ibc/applications/fee/v1/tx.registry.d.ts +59 -0
  1145. package/ibc/applications/fee/v1/tx.registry.js +85 -0
  1146. package/ibc/applications/fee/v1/tx.rpc.func.d.ts +6 -0
  1147. package/ibc/applications/fee/v1/tx.rpc.func.js +38 -0
  1148. package/ibc/applications/fee/v1/tx.rpc.msg.d.ts +44 -0
  1149. package/ibc/applications/fee/v1/tx.rpc.msg.js +54 -0
  1150. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +43 -0
  1151. package/ibc/applications/interchain_accounts/controller/v1/controller.js +81 -0
  1152. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +137 -0
  1153. package/ibc/applications/interchain_accounts/controller/v1/query.js +314 -0
  1154. package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +10 -0
  1155. package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +20 -0
  1156. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +20 -0
  1157. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +38 -0
  1158. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +4 -0
  1159. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +23 -0
  1160. package/ibc/applications/interchain_accounts/controller/v1/tx.amino.d.ts +18 -0
  1161. package/ibc/applications/interchain_accounts/controller/v1/tx.amino.js +21 -0
  1162. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +237 -0
  1163. package/ibc/applications/interchain_accounts/controller/v1/tx.js +556 -0
  1164. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +47 -0
  1165. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +67 -0
  1166. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +5 -0
  1167. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +30 -0
  1168. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +19 -0
  1169. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +34 -0
  1170. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +201 -0
  1171. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +561 -0
  1172. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +104 -0
  1173. package/ibc/applications/interchain_accounts/host/v1/host.js +186 -0
  1174. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +69 -0
  1175. package/ibc/applications/interchain_accounts/host/v1/query.js +148 -0
  1176. package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +9 -0
  1177. package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +15 -0
  1178. package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +16 -0
  1179. package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +29 -0
  1180. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +3 -0
  1181. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +14 -0
  1182. package/ibc/applications/interchain_accounts/host/v1/tx.amino.d.ts +13 -0
  1183. package/ibc/applications/interchain_accounts/host/v1/tx.amino.js +16 -0
  1184. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +159 -0
  1185. package/ibc/applications/interchain_accounts/host/v1/tx.js +347 -0
  1186. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +35 -0
  1187. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +49 -0
  1188. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +4 -0
  1189. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +22 -0
  1190. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +16 -0
  1191. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +28 -0
  1192. package/ibc/applications/interchain_accounts/v1/account.d.ts +38 -0
  1193. package/ibc/applications/interchain_accounts/v1/account.js +99 -0
  1194. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +69 -0
  1195. package/ibc/applications/interchain_accounts/v1/metadata.js +141 -0
  1196. package/ibc/applications/interchain_accounts/v1/packet.d.ts +87 -0
  1197. package/ibc/applications/interchain_accounts/v1/packet.js +227 -0
  1198. package/ibc/applications/transfer/v1/authz.d.ts +101 -0
  1199. package/ibc/applications/transfer/v1/authz.js +226 -0
  1200. package/ibc/applications/transfer/v1/genesis.d.ts +51 -0
  1201. package/ibc/applications/transfer/v1/genesis.js +129 -0
  1202. package/ibc/applications/transfer/v1/query.d.ts +461 -0
  1203. package/ibc/applications/transfer/v1/query.js +956 -0
  1204. package/ibc/applications/transfer/v1/query.lcd.d.ts +14 -0
  1205. package/ibc/applications/transfer/v1/query.lcd.js +67 -0
  1206. package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +36 -0
  1207. package/ibc/applications/transfer/v1/query.rpc.Query.js +76 -0
  1208. package/ibc/applications/transfer/v1/query.rpc.func.d.ts +8 -0
  1209. package/ibc/applications/transfer/v1/query.rpc.func.js +59 -0
  1210. package/ibc/applications/transfer/v1/transfer.d.ts +114 -0
  1211. package/ibc/applications/transfer/v1/transfer.js +182 -0
  1212. package/ibc/applications/transfer/v1/tx.amino.d.ts +13 -0
  1213. package/ibc/applications/transfer/v1/tx.amino.js +16 -0
  1214. package/ibc/applications/transfer/v1/tx.d.ts +206 -0
  1215. package/ibc/applications/transfer/v1/tx.js +402 -0
  1216. package/ibc/applications/transfer/v1/tx.registry.d.ts +35 -0
  1217. package/ibc/applications/transfer/v1/tx.registry.js +49 -0
  1218. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +4 -0
  1219. package/ibc/applications/transfer/v1/tx.rpc.func.js +22 -0
  1220. package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +16 -0
  1221. package/ibc/applications/transfer/v1/tx.rpc.msg.js +28 -0
  1222. package/ibc/applications/transfer/v2/packet.d.ts +61 -0
  1223. package/ibc/applications/transfer/v2/packet.js +129 -0
  1224. package/ibc/core/channel/v1/channel.d.ts +556 -0
  1225. package/ibc/core/channel/v1/channel.js +1167 -0
  1226. package/ibc/core/channel/v1/genesis.d.ts +97 -0
  1227. package/ibc/core/channel/v1/genesis.js +305 -0
  1228. package/ibc/core/channel/v1/query.d.ts +1559 -0
  1229. package/ibc/core/channel/v1/query.js +3418 -0
  1230. package/ibc/core/channel/v1/query.lcd.d.ts +25 -0
  1231. package/ibc/core/channel/v1/query.lcd.js +133 -0
  1232. package/ibc/core/channel/v1/query.rpc.Query.d.ts +104 -0
  1233. package/ibc/core/channel/v1/query.rpc.Query.js +183 -0
  1234. package/ibc/core/channel/v1/query.rpc.func.d.ts +19 -0
  1235. package/ibc/core/channel/v1/query.rpc.func.js +158 -0
  1236. package/ibc/core/channel/v1/tx.amino.d.ts +98 -0
  1237. package/ibc/core/channel/v1/tx.amino.js +101 -0
  1238. package/ibc/core/channel/v1/tx.d.ts +1528 -0
  1239. package/ibc/core/channel/v1/tx.js +4036 -0
  1240. package/ibc/core/channel/v1/tx.registry.d.ts +239 -0
  1241. package/ibc/core/channel/v1/tx.registry.js +355 -0
  1242. package/ibc/core/channel/v1/tx.rpc.func.d.ts +21 -0
  1243. package/ibc/core/channel/v1/tx.rpc.func.js +158 -0
  1244. package/ibc/core/channel/v1/tx.rpc.msg.d.ts +70 -0
  1245. package/ibc/core/channel/v1/tx.rpc.msg.js +131 -0
  1246. package/ibc/core/channel/v1/upgrade.d.ts +142 -0
  1247. package/ibc/core/channel/v1/upgrade.js +303 -0
  1248. package/ibc/core/client/v1/client.d.ts +379 -0
  1249. package/ibc/core/client/v1/client.js +676 -0
  1250. package/ibc/core/client/v1/genesis.d.ts +150 -0
  1251. package/ibc/core/client/v1/genesis.js +340 -0
  1252. package/ibc/core/client/v1/query.d.ts +882 -0
  1253. package/ibc/core/client/v1/query.js +1759 -0
  1254. package/ibc/core/client/v1/query.lcd.d.ts +17 -0
  1255. package/ibc/core/client/v1/query.lcd.js +84 -0
  1256. package/ibc/core/client/v1/query.rpc.Query.d.ts +58 -0
  1257. package/ibc/core/client/v1/query.rpc.Query.js +114 -0
  1258. package/ibc/core/client/v1/query.rpc.func.d.ts +12 -0
  1259. package/ibc/core/client/v1/query.rpc.func.js +95 -0
  1260. package/ibc/core/client/v1/tx.amino.d.ts +38 -0
  1261. package/ibc/core/client/v1/tx.amino.js +41 -0
  1262. package/ibc/core/client/v1/tx.d.ts +601 -0
  1263. package/ibc/core/client/v1/tx.js +1189 -0
  1264. package/ibc/core/client/v1/tx.registry.d.ts +95 -0
  1265. package/ibc/core/client/v1/tx.registry.js +139 -0
  1266. package/ibc/core/client/v1/tx.rpc.func.d.ts +9 -0
  1267. package/ibc/core/client/v1/tx.rpc.func.js +62 -0
  1268. package/ibc/core/client/v1/tx.rpc.msg.d.ts +31 -0
  1269. package/ibc/core/client/v1/tx.rpc.msg.js +58 -0
  1270. package/ibc/core/commitment/v1/commitment.d.ts +169 -0
  1271. package/ibc/core/commitment/v1/commitment.js +322 -0
  1272. package/ibc/core/connection/v1/connection.d.ts +383 -0
  1273. package/ibc/core/connection/v1/connection.js +781 -0
  1274. package/ibc/core/connection/v1/genesis.d.ts +44 -0
  1275. package/ibc/core/connection/v1/genesis.js +128 -0
  1276. package/ibc/core/connection/v1/query.d.ts +530 -0
  1277. package/ibc/core/connection/v1/query.js +1100 -0
  1278. package/ibc/core/connection/v1/query.lcd.d.ts +14 -0
  1279. package/ibc/core/connection/v1/query.lcd.js +52 -0
  1280. package/ibc/core/connection/v1/query.rpc.Query.d.ts +45 -0
  1281. package/ibc/core/connection/v1/query.rpc.Query.js +79 -0
  1282. package/ibc/core/connection/v1/query.rpc.func.d.ts +8 -0
  1283. package/ibc/core/connection/v1/query.rpc.func.js +59 -0
  1284. package/ibc/core/connection/v1/tx.amino.d.ts +28 -0
  1285. package/ibc/core/connection/v1/tx.amino.js +31 -0
  1286. package/ibc/core/connection/v1/tx.d.ts +467 -0
  1287. package/ibc/core/connection/v1/tx.js +1089 -0
  1288. package/ibc/core/connection/v1/tx.registry.d.ts +71 -0
  1289. package/ibc/core/connection/v1/tx.registry.js +103 -0
  1290. package/ibc/core/connection/v1/tx.rpc.func.d.ts +7 -0
  1291. package/ibc/core/connection/v1/tx.rpc.func.js +46 -0
  1292. package/ibc/core/connection/v1/tx.rpc.msg.d.ts +31 -0
  1293. package/ibc/core/connection/v1/tx.rpc.msg.js +48 -0
  1294. package/ibc/core/types/v1/genesis.d.ts +51 -0
  1295. package/ibc/core/types/v1/genesis.js +112 -0
  1296. package/ibc/lightclients/localhost/v2/localhost.d.ts +38 -0
  1297. package/ibc/lightclients/localhost/v2/localhost.js +84 -0
  1298. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +727 -0
  1299. package/ibc/lightclients/solomachine/v2/solomachine.js +1680 -0
  1300. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +365 -0
  1301. package/ibc/lightclients/solomachine/v3/solomachine.js +842 -0
  1302. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +311 -0
  1303. package/ibc/lightclients/tendermint/v1/tendermint.js +631 -0
  1304. package/ibc/lightclients/wasm/v1/genesis.d.ts +72 -0
  1305. package/ibc/lightclients/wasm/v1/genesis.js +164 -0
  1306. package/ibc/lightclients/wasm/v1/query.d.ts +145 -0
  1307. package/ibc/lightclients/wasm/v1/query.js +333 -0
  1308. package/ibc/lightclients/wasm/v1/query.lcd.d.ts +10 -0
  1309. package/ibc/lightclients/wasm/v1/query.lcd.js +29 -0
  1310. package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +20 -0
  1311. package/ibc/lightclients/wasm/v1/query.rpc.Query.js +40 -0
  1312. package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +4 -0
  1313. package/ibc/lightclients/wasm/v1/query.rpc.func.js +23 -0
  1314. package/ibc/lightclients/wasm/v1/tx.amino.d.ts +18 -0
  1315. package/ibc/lightclients/wasm/v1/tx.amino.js +21 -0
  1316. package/ibc/lightclients/wasm/v1/tx.d.ts +224 -0
  1317. package/ibc/lightclients/wasm/v1/tx.js +501 -0
  1318. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +47 -0
  1319. package/ibc/lightclients/wasm/v1/tx.registry.js +67 -0
  1320. package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +5 -0
  1321. package/ibc/lightclients/wasm/v1/tx.rpc.func.js +30 -0
  1322. package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +19 -0
  1323. package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +34 -0
  1324. package/ibc/lightclients/wasm/v1/wasm.d.ts +167 -0
  1325. package/ibc/lightclients/wasm/v1/wasm.js +343 -0
  1326. package/package.json +8 -7
  1327. package/registry.d.ts +33 -0
  1328. package/registry.js +158 -0
  1329. package/tendermint/abci/types.d.ts +1890 -0
  1330. package/tendermint/abci/types.js +5316 -0
  1331. package/tendermint/crypto/keys.d.ts +35 -0
  1332. package/tendermint/crypto/keys.js +87 -0
  1333. package/tendermint/crypto/proof.d.ts +179 -0
  1334. package/tendermint/crypto/proof.js +461 -0
  1335. package/tendermint/p2p/types.d.ts +142 -0
  1336. package/tendermint/p2p/types.js +432 -0
  1337. package/tendermint/types/block.d.ts +39 -0
  1338. package/tendermint/types/block.js +117 -0
  1339. package/tendermint/types/evidence.d.ts +142 -0
  1340. package/tendermint/types/evidence.js +412 -0
  1341. package/tendermint/types/params.d.ts +330 -0
  1342. package/tendermint/types/params.js +600 -0
  1343. package/tendermint/types/types.d.ts +655 -0
  1344. package/tendermint/types/types.js +1781 -0
  1345. package/tendermint/types/validator.d.ts +116 -0
  1346. package/tendermint/types/validator.js +347 -0
  1347. package/tendermint/version/types.d.ts +84 -0
  1348. package/tendermint/version/types.js +168 -0
  1349. package/test.d.ts +1 -0
  1350. package/test.js +53 -0
  1351. package/types.d.ts +119 -0
  1352. package/types.js +7 -0
  1353. package/utf8.d.ts +27 -0
  1354. package/utf8.js +141 -0
  1355. package/varint.d.ts +105 -0
  1356. package/varint.js +426 -0
  1357. package/xpla/lcd.d.ts +112 -0
  1358. package/xpla/lcd.js +203 -0
  1359. package/xpla/reward/v1beta1/genesis.d.ts +36 -0
  1360. package/xpla/reward/v1beta1/genesis.js +77 -0
  1361. package/xpla/reward/v1beta1/query.d.ts +140 -0
  1362. package/xpla/reward/v1beta1/query.js +267 -0
  1363. package/xpla/reward/v1beta1/query.lcd.d.ts +10 -0
  1364. package/xpla/reward/v1beta1/query.lcd.js +20 -0
  1365. package/xpla/reward/v1beta1/query.rpc.Query.d.ts +20 -0
  1366. package/xpla/reward/v1beta1/query.rpc.Query.js +38 -0
  1367. package/xpla/reward/v1beta1/query.rpc.func.js +23 -0
  1368. package/xpla/reward/v1beta1/reward.d.ts +43 -0
  1369. package/xpla/reward/v1beta1/reward.js +130 -0
  1370. package/xpla/reward/v1beta1/tx.amino.d.ts +13 -0
  1371. package/xpla/reward/v1beta1/tx.amino.js +16 -0
  1372. package/xpla/reward/v1beta1/tx.d.ts +162 -0
  1373. package/xpla/reward/v1beta1/tx.js +305 -0
  1374. package/xpla/reward/v1beta1/tx.registry.d.ts +35 -0
  1375. package/xpla/reward/v1beta1/tx.registry.js +49 -0
  1376. package/xpla/reward/v1beta1/tx.rpc.func.d.ts +4 -0
  1377. package/xpla/reward/v1beta1/tx.rpc.func.js +22 -0
  1378. package/xpla/reward/v1beta1/tx.rpc.msg.d.ts +23 -0
  1379. package/xpla/reward/v1beta1/tx.rpc.msg.js +31 -0
  1380. package/xpla/rpc.query.d.ts +347 -0
  1381. package/xpla/rpc.query.js +152 -0
  1382. package/xpla/rpc.tx.d.ts +4 -0
  1383. package/xpla/rpc.tx.js +5 -0
  1384. package/xpla/volunteer/v1beta1/genesis.d.ts +34 -0
  1385. package/xpla/volunteer/v1beta1/genesis.js +80 -0
  1386. package/xpla/volunteer/v1beta1/proposal.d.ts +187 -0
  1387. package/xpla/volunteer/v1beta1/proposal.js +537 -0
  1388. package/xpla/volunteer/v1beta1/query.d.ts +62 -0
  1389. package/xpla/volunteer/v1beta1/query.js +134 -0
  1390. package/xpla/volunteer/v1beta1/query.lcd.d.ts +9 -0
  1391. package/xpla/volunteer/v1beta1/query.lcd.js +15 -0
  1392. package/xpla/volunteer/v1beta1/query.rpc.Query.d.ts +16 -0
  1393. package/xpla/volunteer/v1beta1/query.rpc.Query.js +29 -0
  1394. package/xpla/volunteer/v1beta1/query.rpc.func.js +14 -0
  1395. package/xpla/volunteer/v1beta1/tx.amino.d.ts +13 -0
  1396. package/xpla/volunteer/v1beta1/tx.amino.js +16 -0
  1397. package/xpla/volunteer/v1beta1/tx.d.ts +172 -0
  1398. package/xpla/volunteer/v1beta1/tx.js +351 -0
  1399. package/xpla/volunteer/v1beta1/tx.registry.d.ts +35 -0
  1400. package/xpla/volunteer/v1beta1/tx.registry.js +49 -0
  1401. package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +4 -0
  1402. package/xpla/volunteer/v1beta1/tx.rpc.func.js +22 -0
  1403. package/xpla/volunteer/v1beta1/tx.rpc.msg.d.ts +19 -0
  1404. package/xpla/volunteer/v1beta1/tx.rpc.msg.js +29 -0
  1405. package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +39 -0
  1406. package/xpla/volunteer/v1beta1/volunteervalidator.js +86 -0
  1407. package/CHANGELOG.md +0 -59
  1408. package/src/amino/amino.ts +0 -1
  1409. package/src/binary.d.ts +0 -130
  1410. package/src/binary.js +0 -370
  1411. package/src/binary.ts +0 -534
  1412. package/src/cosmos/app/runtime/v1alpha1/module.ts +0 -423
  1413. package/src/cosmos/app/runtime/v2/module.ts +0 -589
  1414. package/src/cosmos/app/v1alpha1/config.ts +0 -422
  1415. package/src/cosmos/app/v1alpha1/module.ts +0 -461
  1416. package/src/cosmos/app/v1alpha1/query.rpc.Query.ts +0 -30
  1417. package/src/cosmos/app/v1alpha1/query.rpc.func.ts +0 -9
  1418. package/src/cosmos/app/v1alpha1/query.ts +0 -177
  1419. package/src/cosmos/auth/module/v1/module.ts +0 -253
  1420. package/src/cosmos/auth/v1beta1/accounts.ts +0 -226
  1421. package/src/cosmos/auth/v1beta1/auth.d.ts +0 -177
  1422. package/src/cosmos/auth/v1beta1/auth.js +0 -445
  1423. package/src/cosmos/auth/v1beta1/auth.ts +0 -550
  1424. package/src/cosmos/auth/v1beta1/genesis.ts +0 -119
  1425. package/src/cosmos/auth/v1beta1/query.d.ts +0 -810
  1426. package/src/cosmos/auth/v1beta1/query.js +0 -1561
  1427. package/src/cosmos/auth/v1beta1/query.lcd.ts +0 -94
  1428. package/src/cosmos/auth/v1beta1/query.rpc.Query.ts +0 -179
  1429. package/src/cosmos/auth/v1beta1/query.rpc.func.js +0 -85
  1430. package/src/cosmos/auth/v1beta1/query.rpc.func.ts +0 -72
  1431. package/src/cosmos/auth/v1beta1/query.ts +0 -2034
  1432. package/src/cosmos/auth/v1beta1/tx.amino.ts +0 -8
  1433. package/src/cosmos/auth/v1beta1/tx.registry.ts +0 -3
  1434. package/src/cosmos/auth/v1beta1/tx.rpc.func.ts +0 -9
  1435. package/src/cosmos/auth/v1beta1/tx.rpc.msg.ts +0 -31
  1436. package/src/cosmos/auth/v1beta1/tx.ts +0 -219
  1437. package/src/cosmos/authz/module/v1/module.ts +0 -80
  1438. package/src/cosmos/authz/v1beta1/authz.d.ts +0 -177
  1439. package/src/cosmos/authz/v1beta1/authz.js +0 -371
  1440. package/src/cosmos/authz/v1beta1/authz.ts +0 -481
  1441. package/src/cosmos/authz/v1beta1/event.ts +0 -259
  1442. package/src/cosmos/authz/v1beta1/genesis.ts +0 -100
  1443. package/src/cosmos/authz/v1beta1/query.lcd.ts +0 -59
  1444. package/src/cosmos/authz/v1beta1/query.rpc.Query.ts +0 -64
  1445. package/src/cosmos/authz/v1beta1/query.rpc.func.ts +0 -23
  1446. package/src/cosmos/authz/v1beta1/query.ts +0 -707
  1447. package/src/cosmos/authz/v1beta1/tx.amino.ts +0 -18
  1448. package/src/cosmos/authz/v1beta1/tx.d.ts +0 -240
  1449. package/src/cosmos/authz/v1beta1/tx.js +0 -516
  1450. package/src/cosmos/authz/v1beta1/tx.registry.ts +0 -3
  1451. package/src/cosmos/authz/v1beta1/tx.rpc.func.d.ts +0 -5
  1452. package/src/cosmos/authz/v1beta1/tx.rpc.func.js +0 -27
  1453. package/src/cosmos/authz/v1beta1/tx.rpc.func.ts +0 -21
  1454. package/src/cosmos/authz/v1beta1/tx.rpc.msg.ts +0 -57
  1455. package/src/cosmos/authz/v1beta1/tx.ts +0 -647
  1456. package/src/cosmos/autocli/v1/options.ts +0 -1145
  1457. package/src/cosmos/autocli/v1/query.rpc.Query.ts +0 -31
  1458. package/src/cosmos/autocli/v1/query.rpc.func.ts +0 -9
  1459. package/src/cosmos/autocli/v1/query.ts +0 -288
  1460. package/src/cosmos/bank/module/v1/module.ts +0 -153
  1461. package/src/cosmos/bank/v1beta1/authz.ts +0 -138
  1462. package/src/cosmos/bank/v1beta1/bank.d.ts +0 -371
  1463. package/src/cosmos/bank/v1beta1/bank.js +0 -726
  1464. package/src/cosmos/bank/v1beta1/bank.ts +0 -974
  1465. package/src/cosmos/bank/v1beta1/genesis.ts +0 -307
  1466. package/src/cosmos/bank/v1beta1/query.d.ts +0 -1159
  1467. package/src/cosmos/bank/v1beta1/query.js +0 -2317
  1468. package/src/cosmos/bank/v1beta1/query.lcd.ts +0 -194
  1469. package/src/cosmos/bank/v1beta1/query.rpc.Query.ts +0 -258
  1470. package/src/cosmos/bank/v1beta1/query.rpc.func.js +0 -109
  1471. package/src/cosmos/bank/v1beta1/query.rpc.func.ts +0 -93
  1472. package/src/cosmos/bank/v1beta1/query.ts +0 -3027
  1473. package/src/cosmos/bank/v1beta1/tx.amino.ts +0 -23
  1474. package/src/cosmos/bank/v1beta1/tx.d.ts +0 -342
  1475. package/src/cosmos/bank/v1beta1/tx.js +0 -666
  1476. package/src/cosmos/bank/v1beta1/tx.registry.ts +0 -3
  1477. package/src/cosmos/bank/v1beta1/tx.rpc.func.d.ts +0 -6
  1478. package/src/cosmos/bank/v1beta1/tx.rpc.func.js +0 -34
  1479. package/src/cosmos/bank/v1beta1/tx.rpc.func.ts +0 -27
  1480. package/src/cosmos/bank/v1beta1/tx.rpc.msg.ts +0 -67
  1481. package/src/cosmos/bank/v1beta1/tx.ts +0 -861
  1482. package/src/cosmos/base/abci/v1beta1/abci.d.ts +0 -599
  1483. package/src/cosmos/base/abci/v1beta1/abci.js +0 -1293
  1484. package/src/cosmos/base/abci/v1beta1/abci.ts +0 -1698
  1485. package/src/cosmos/base/grpc/v2/service.rpc.Service.ts +0 -41
  1486. package/src/cosmos/base/grpc/v2/service.rpc.func.ts +0 -16
  1487. package/src/cosmos/base/grpc/v2/service.ts +0 -473
  1488. package/src/cosmos/base/node/v1beta1/query.lcd.ts +0 -22
  1489. package/src/cosmos/base/node/v1beta1/query.rpc.Service.ts +0 -41
  1490. package/src/cosmos/base/node/v1beta1/query.rpc.func.ts +0 -16
  1491. package/src/cosmos/base/node/v1beta1/query.ts +0 -454
  1492. package/src/cosmos/base/query/v1beta1/pagination.d.ts +0 -176
  1493. package/src/cosmos/base/query/v1beta1/pagination.js +0 -222
  1494. package/src/cosmos/base/query/v1beta1/pagination.ts +0 -361
  1495. package/src/cosmos/base/reflection/v1beta1/reflection.rpc.func.ts +0 -16
  1496. package/src/cosmos/base/reflection/v1beta1/reflection.ts +0 -382
  1497. package/src/cosmos/base/reflection/v2alpha1/reflection.rpc.func.ts +0 -44
  1498. package/src/cosmos/base/reflection/v2alpha1/reflection.ts +0 -2727
  1499. package/src/cosmos/base/tendermint/v1beta1/query.lcd.ts +0 -81
  1500. package/src/cosmos/base/tendermint/v1beta1/query.rpc.Service.ts +0 -108
  1501. package/src/cosmos/base/tendermint/v1beta1/query.rpc.func.ts +0 -51
  1502. package/src/cosmos/base/tendermint/v1beta1/query.ts +0 -2302
  1503. package/src/cosmos/base/tendermint/v1beta1/types.ts +0 -455
  1504. package/src/cosmos/base/v1beta1/coin.d.ts +0 -166
  1505. package/src/cosmos/base/v1beta1/coin.js +0 -341
  1506. package/src/cosmos/base/v1beta1/coin.ts +0 -439
  1507. package/src/cosmos/circuit/module/v1/module.ts +0 -99
  1508. package/src/cosmos/circuit/v1/query.lcd.ts +0 -36
  1509. package/src/cosmos/circuit/v1/query.rpc.Query.ts +0 -54
  1510. package/src/cosmos/circuit/v1/query.rpc.func.ts +0 -23
  1511. package/src/cosmos/circuit/v1/query.ts +0 -574
  1512. package/src/cosmos/circuit/v1/tx.amino.ts +0 -18
  1513. package/src/cosmos/circuit/v1/tx.registry.ts +0 -3
  1514. package/src/cosmos/circuit/v1/tx.rpc.func.ts +0 -21
  1515. package/src/cosmos/circuit/v1/tx.rpc.msg.ts +0 -47
  1516. package/src/cosmos/circuit/v1/tx.ts +0 -676
  1517. package/src/cosmos/circuit/v1/types.ts +0 -413
  1518. package/src/cosmos/consensus/module/v1/module.ts +0 -99
  1519. package/src/cosmos/consensus/v1/query.lcd.ts +0 -17
  1520. package/src/cosmos/consensus/v1/query.rpc.Query.ts +0 -30
  1521. package/src/cosmos/consensus/v1/query.rpc.func.ts +0 -9
  1522. package/src/cosmos/consensus/v1/query.ts +0 -185
  1523. package/src/cosmos/consensus/v1/tx.amino.ts +0 -8
  1524. package/src/cosmos/consensus/v1/tx.registry.ts +0 -3
  1525. package/src/cosmos/consensus/v1/tx.rpc.func.ts +0 -9
  1526. package/src/cosmos/consensus/v1/tx.rpc.msg.ts +0 -31
  1527. package/src/cosmos/consensus/v1/tx.ts +0 -255
  1528. package/src/cosmos/crisis/module/v1/module.ts +0 -115
  1529. package/src/cosmos/crisis/v1beta1/genesis.ts +0 -106
  1530. package/src/cosmos/crisis/v1beta1/tx.amino.ts +0 -13
  1531. package/src/cosmos/crisis/v1beta1/tx.registry.ts +0 -3
  1532. package/src/cosmos/crisis/v1beta1/tx.rpc.func.ts +0 -15
  1533. package/src/cosmos/crisis/v1beta1/tx.rpc.msg.ts +0 -39
  1534. package/src/cosmos/crisis/v1beta1/tx.ts +0 -416
  1535. package/src/cosmos/crypto/ed25519/keys.ts +0 -209
  1536. package/src/cosmos/crypto/hd/v1/hd.ts +0 -169
  1537. package/src/cosmos/crypto/keyring/v1/record.ts +0 -529
  1538. package/src/cosmos/crypto/multisig/keys.ts +0 -122
  1539. package/src/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -86
  1540. package/src/cosmos/crypto/multisig/v1beta1/multisig.js +0 -177
  1541. package/src/cosmos/crypto/multisig/v1beta1/multisig.ts +0 -225
  1542. package/src/cosmos/crypto/secp256k1/keys.ts +0 -203
  1543. package/src/cosmos/crypto/secp256r1/keys.ts +0 -201
  1544. package/src/cosmos/distribution/module/v1/module.ts +0 -113
  1545. package/src/cosmos/distribution/v1beta1/distribution.d.ts +0 -541
  1546. package/src/cosmos/distribution/v1beta1/distribution.js +0 -1158
  1547. package/src/cosmos/distribution/v1beta1/distribution.ts +0 -1494
  1548. package/src/cosmos/distribution/v1beta1/genesis.ts +0 -1129
  1549. package/src/cosmos/distribution/v1beta1/query.lcd.ts +0 -76
  1550. package/src/cosmos/distribution/v1beta1/query.rpc.Query.ts +0 -133
  1551. package/src/cosmos/distribution/v1beta1/query.rpc.func.ts +0 -72
  1552. package/src/cosmos/distribution/v1beta1/query.ts +0 -2126
  1553. package/src/cosmos/distribution/v1beta1/tx.amino.ts +0 -38
  1554. package/src/cosmos/distribution/v1beta1/tx.d.ts +0 -578
  1555. package/src/cosmos/distribution/v1beta1/tx.js +0 -1145
  1556. package/src/cosmos/distribution/v1beta1/tx.registry.ts +0 -3
  1557. package/src/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +0 -9
  1558. package/src/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -55
  1559. package/src/cosmos/distribution/v1beta1/tx.rpc.func.ts +0 -45
  1560. package/src/cosmos/distribution/v1beta1/tx.rpc.msg.ts +0 -115
  1561. package/src/cosmos/distribution/v1beta1/tx.ts +0 -1478
  1562. package/src/cosmos/evidence/module/v1/module.ts +0 -80
  1563. package/src/cosmos/evidence/v1beta1/evidence.ts +0 -154
  1564. package/src/cosmos/evidence/v1beta1/genesis.ts +0 -102
  1565. package/src/cosmos/evidence/v1beta1/query.lcd.ts +0 -37
  1566. package/src/cosmos/evidence/v1beta1/query.rpc.Query.ts +0 -43
  1567. package/src/cosmos/evidence/v1beta1/query.rpc.func.ts +0 -16
  1568. package/src/cosmos/evidence/v1beta1/query.ts +0 -451
  1569. package/src/cosmos/evidence/v1beta1/tx.amino.ts +0 -8
  1570. package/src/cosmos/evidence/v1beta1/tx.registry.ts +0 -3
  1571. package/src/cosmos/evidence/v1beta1/tx.rpc.func.ts +0 -9
  1572. package/src/cosmos/evidence/v1beta1/tx.rpc.msg.ts +0 -27
  1573. package/src/cosmos/evidence/v1beta1/tx.ts +0 -221
  1574. package/src/cosmos/feegrant/module/v1/module.ts +0 -80
  1575. package/src/cosmos/feegrant/v1beta1/feegrant.ts +0 -573
  1576. package/src/cosmos/feegrant/v1beta1/genesis.ts +0 -100
  1577. package/src/cosmos/feegrant/v1beta1/query.lcd.ts +0 -42
  1578. package/src/cosmos/feegrant/v1beta1/query.rpc.Query.ts +0 -58
  1579. package/src/cosmos/feegrant/v1beta1/query.rpc.func.ts +0 -23
  1580. package/src/cosmos/feegrant/v1beta1/query.ts +0 -677
  1581. package/src/cosmos/feegrant/v1beta1/tx.amino.ts +0 -18
  1582. package/src/cosmos/feegrant/v1beta1/tx.d.ts +0 -232
  1583. package/src/cosmos/feegrant/v1beta1/tx.js +0 -471
  1584. package/src/cosmos/feegrant/v1beta1/tx.registry.ts +0 -3
  1585. package/src/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +0 -5
  1586. package/src/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -27
  1587. package/src/cosmos/feegrant/v1beta1/tx.rpc.func.ts +0 -21
  1588. package/src/cosmos/feegrant/v1beta1/tx.rpc.msg.ts +0 -53
  1589. package/src/cosmos/feegrant/v1beta1/tx.ts +0 -597
  1590. package/src/cosmos/genutil/module/v1/module.ts +0 -80
  1591. package/src/cosmos/genutil/v1beta1/genesis.ts +0 -101
  1592. package/src/cosmos/gov/module/v1/module.ts +0 -121
  1593. package/src/cosmos/gov/v1/genesis.ts +0 -280
  1594. package/src/cosmos/gov/v1/gov.d.ts +0 -696
  1595. package/src/cosmos/gov/v1/gov.js +0 -1363
  1596. package/src/cosmos/gov/v1/gov.ts +0 -1843
  1597. package/src/cosmos/gov/v1/query.lcd.ts +0 -85
  1598. package/src/cosmos/gov/v1/query.rpc.Query.ts +0 -118
  1599. package/src/cosmos/gov/v1/query.rpc.func.ts +0 -65
  1600. package/src/cosmos/gov/v1/query.ts +0 -1970
  1601. package/src/cosmos/gov/v1/tx.amino.ts +0 -38
  1602. package/src/cosmos/gov/v1/tx.d.ts +0 -624
  1603. package/src/cosmos/gov/v1/tx.js +0 -1277
  1604. package/src/cosmos/gov/v1/tx.registry.ts +0 -3
  1605. package/src/cosmos/gov/v1/tx.rpc.func.d.ts +0 -9
  1606. package/src/cosmos/gov/v1/tx.rpc.func.js +0 -55
  1607. package/src/cosmos/gov/v1/tx.rpc.func.ts +0 -45
  1608. package/src/cosmos/gov/v1/tx.rpc.msg.ts +0 -89
  1609. package/src/cosmos/gov/v1/tx.ts +0 -1657
  1610. package/src/cosmos/gov/v1beta1/genesis.ts +0 -202
  1611. package/src/cosmos/gov/v1beta1/gov.d.ts +0 -522
  1612. package/src/cosmos/gov/v1beta1/gov.js +0 -1114
  1613. package/src/cosmos/gov/v1beta1/gov.ts +0 -1425
  1614. package/src/cosmos/gov/v1beta1/query.d.ts +0 -606
  1615. package/src/cosmos/gov/v1beta1/query.js +0 -1409
  1616. package/src/cosmos/gov/v1beta1/query.lcd.ts +0 -80
  1617. package/src/cosmos/gov/v1beta1/query.rpc.Query.ts +0 -107
  1618. package/src/cosmos/gov/v1beta1/query.rpc.func.js +0 -69
  1619. package/src/cosmos/gov/v1beta1/query.rpc.func.ts +0 -58
  1620. package/src/cosmos/gov/v1beta1/query.ts +0 -1749
  1621. package/src/cosmos/gov/v1beta1/tx.amino.ts +0 -23
  1622. package/src/cosmos/gov/v1beta1/tx.d.ts +0 -325
  1623. package/src/cosmos/gov/v1beta1/tx.js +0 -699
  1624. package/src/cosmos/gov/v1beta1/tx.registry.ts +0 -3
  1625. package/src/cosmos/gov/v1beta1/tx.rpc.func.d.ts +0 -6
  1626. package/src/cosmos/gov/v1beta1/tx.rpc.func.js +0 -34
  1627. package/src/cosmos/gov/v1beta1/tx.rpc.func.ts +0 -27
  1628. package/src/cosmos/gov/v1beta1/tx.rpc.msg.ts +0 -53
  1629. package/src/cosmos/gov/v1beta1/tx.ts +0 -881
  1630. package/src/cosmos/group/module/v1/module.ts +0 -128
  1631. package/src/cosmos/group/v1/events.ts +0 -1044
  1632. package/src/cosmos/group/v1/genesis.ts +0 -240
  1633. package/src/cosmos/group/v1/query.lcd.ts +0 -145
  1634. package/src/cosmos/group/v1/query.rpc.Query.ts +0 -191
  1635. package/src/cosmos/group/v1/query.rpc.func.ts +0 -100
  1636. package/src/cosmos/group/v1/query.ts +0 -3015
  1637. package/src/cosmos/group/v1/tx.amino.ts +0 -73
  1638. package/src/cosmos/group/v1/tx.js +0 -2567
  1639. package/src/cosmos/group/v1/tx.registry.ts +0 -3
  1640. package/src/cosmos/group/v1/tx.rpc.func.d.ts +0 -16
  1641. package/src/cosmos/group/v1/tx.rpc.func.ts +0 -87
  1642. package/src/cosmos/group/v1/tx.rpc.msg.ts +0 -127
  1643. package/src/cosmos/group/v1/tx.ts +0 -3207
  1644. package/src/cosmos/group/v1/types.js +0 -1542
  1645. package/src/cosmos/group/v1/types.ts +0 -2081
  1646. package/src/cosmos/ics23/v1/proofs.d.ts +0 -730
  1647. package/src/cosmos/ics23/v1/proofs.js +0 -1605
  1648. package/src/cosmos/ics23/v1/proofs.ts +0 -2060
  1649. package/src/cosmos/mint/module/v1/module.ts +0 -113
  1650. package/src/cosmos/mint/v1beta1/genesis.ts +0 -116
  1651. package/src/cosmos/mint/v1beta1/mint.ts +0 -291
  1652. package/src/cosmos/mint/v1beta1/query.lcd.ts +0 -27
  1653. package/src/cosmos/mint/v1beta1/query.rpc.Query.ts +0 -52
  1654. package/src/cosmos/mint/v1beta1/query.rpc.func.ts +0 -23
  1655. package/src/cosmos/mint/v1beta1/query.ts +0 -541
  1656. package/src/cosmos/mint/v1beta1/tx.amino.ts +0 -8
  1657. package/src/cosmos/mint/v1beta1/tx.registry.ts +0 -3
  1658. package/src/cosmos/mint/v1beta1/tx.rpc.func.ts +0 -9
  1659. package/src/cosmos/mint/v1beta1/tx.rpc.msg.ts +0 -31
  1660. package/src/cosmos/mint/v1beta1/tx.ts +0 -219
  1661. package/src/cosmos/msg/textual/v1/textual.ts +0 -1
  1662. package/src/cosmos/msg/v1/msg.ts +0 -1
  1663. package/src/cosmos/nft/module/v1/module.ts +0 -80
  1664. package/src/cosmos/nft/v1beta1/event.ts +0 -403
  1665. package/src/cosmos/nft/v1beta1/genesis.ts +0 -234
  1666. package/src/cosmos/nft/v1beta1/nft.ts +0 -356
  1667. package/src/cosmos/nft/v1beta1/query.lcd.ts +0 -69
  1668. package/src/cosmos/nft/v1beta1/query.rpc.Query.ts +0 -102
  1669. package/src/cosmos/nft/v1beta1/query.rpc.func.ts +0 -51
  1670. package/src/cosmos/nft/v1beta1/query.ts +0 -1465
  1671. package/src/cosmos/nft/v1beta1/tx.amino.ts +0 -8
  1672. package/src/cosmos/nft/v1beta1/tx.registry.ts +0 -3
  1673. package/src/cosmos/nft/v1beta1/tx.rpc.func.ts +0 -9
  1674. package/src/cosmos/nft/v1beta1/tx.rpc.msg.ts +0 -23
  1675. package/src/cosmos/nft/v1beta1/tx.ts +0 -224
  1676. package/src/cosmos/orm/module/v1alpha1/module.ts +0 -88
  1677. package/src/cosmos/orm/query/v1alpha1/query.rpc.Query.ts +0 -41
  1678. package/src/cosmos/orm/query/v1alpha1/query.rpc.func.ts +0 -16
  1679. package/src/cosmos/orm/query/v1alpha1/query.ts +0 -993
  1680. package/src/cosmos/orm/v1/orm.ts +0 -589
  1681. package/src/cosmos/orm/v1alpha1/schema.ts +0 -325
  1682. package/src/cosmos/params/module/v1/module.ts +0 -80
  1683. package/src/cosmos/params/v1beta1/params.ts +0 -255
  1684. package/src/cosmos/params/v1beta1/query.lcd.ts +0 -34
  1685. package/src/cosmos/params/v1beta1/query.rpc.Query.ts +0 -51
  1686. package/src/cosmos/params/v1beta1/query.rpc.func.ts +0 -16
  1687. package/src/cosmos/params/v1beta1/query.ts +0 -525
  1688. package/src/cosmos/query/v1/query.ts +0 -1
  1689. package/src/cosmos/reflection/v1/reflection.rpc.func.ts +0 -9
  1690. package/src/cosmos/reflection/v1/reflection.ts +0 -179
  1691. package/src/cosmos/rpc.query.ts +0 -29
  1692. package/src/cosmos/rpc.tx.ts +0 -34
  1693. package/src/cosmos/slashing/module/v1/module.ts +0 -99
  1694. package/src/cosmos/slashing/v1beta1/genesis.ts +0 -492
  1695. package/src/cosmos/slashing/v1beta1/query.lcd.ts +0 -36
  1696. package/src/cosmos/slashing/v1beta1/query.rpc.Query.ts +0 -54
  1697. package/src/cosmos/slashing/v1beta1/query.rpc.func.ts +0 -23
  1698. package/src/cosmos/slashing/v1beta1/query.ts +0 -598
  1699. package/src/cosmos/slashing/v1beta1/slashing.ts +0 -357
  1700. package/src/cosmos/slashing/v1beta1/tx.amino.ts +0 -13
  1701. package/src/cosmos/slashing/v1beta1/tx.registry.ts +0 -3
  1702. package/src/cosmos/slashing/v1beta1/tx.rpc.func.ts +0 -15
  1703. package/src/cosmos/slashing/v1beta1/tx.rpc.msg.ts +0 -45
  1704. package/src/cosmos/slashing/v1beta1/tx.ts +0 -390
  1705. package/src/cosmos/staking/module/v1/module.ts +0 -157
  1706. package/src/cosmos/staking/v1beta1/authz.ts +0 -323
  1707. package/src/cosmos/staking/v1beta1/genesis.ts +0 -346
  1708. package/src/cosmos/staking/v1beta1/query.d.ts +0 -1124
  1709. package/src/cosmos/staking/v1beta1/query.js +0 -2414
  1710. package/src/cosmos/staking/v1beta1/query.lcd.ts +0 -159
  1711. package/src/cosmos/staking/v1beta1/query.rpc.Query.ts +0 -241
  1712. package/src/cosmos/staking/v1beta1/query.rpc.func.js +0 -117
  1713. package/src/cosmos/staking/v1beta1/query.rpc.func.ts +0 -100
  1714. package/src/cosmos/staking/v1beta1/query.ts +0 -3073
  1715. package/src/cosmos/staking/v1beta1/staking.d.ts +0 -1024
  1716. package/src/cosmos/staking/v1beta1/staking.js +0 -2371
  1717. package/src/cosmos/staking/v1beta1/staking.ts +0 -3005
  1718. package/src/cosmos/staking/v1beta1/tx.amino.ts +0 -38
  1719. package/src/cosmos/staking/v1beta1/tx.d.ts +0 -590
  1720. package/src/cosmos/staking/v1beta1/tx.js +0 -1290
  1721. package/src/cosmos/staking/v1beta1/tx.registry.ts +0 -3
  1722. package/src/cosmos/staking/v1beta1/tx.rpc.func.d.ts +0 -9
  1723. package/src/cosmos/staking/v1beta1/tx.rpc.func.js +0 -55
  1724. package/src/cosmos/staking/v1beta1/tx.rpc.func.ts +0 -45
  1725. package/src/cosmos/staking/v1beta1/tx.rpc.msg.ts +0 -97
  1726. package/src/cosmos/staking/v1beta1/tx.ts +0 -1638
  1727. package/src/cosmos/store/internal/kv/v1beta1/kv.ts +0 -207
  1728. package/src/cosmos/store/snapshots/v1/snapshot.ts +0 -863
  1729. package/src/cosmos/store/snapshots/v2/snapshot.ts +0 -823
  1730. package/src/cosmos/store/streaming/abci/grpc.ts +0 -393
  1731. package/src/cosmos/store/v1beta1/commit_info.ts +0 -362
  1732. package/src/cosmos/store/v1beta1/listening.ts +0 -286
  1733. package/src/cosmos/streaming/v1/grpc.ts +0 -985
  1734. package/src/cosmos/tx/config/v1/config.ts +0 -127
  1735. package/src/cosmos/tx/signing/v1beta1/signing.d.ts +0 -270
  1736. package/src/cosmos/tx/signing/v1beta1/signing.js +0 -570
  1737. package/src/cosmos/tx/signing/v1beta1/signing.ts +0 -688
  1738. package/src/cosmos/tx/v1beta1/service.d.ts +0 -916
  1739. package/src/cosmos/tx/v1beta1/service.js +0 -1729
  1740. package/src/cosmos/tx/v1beta1/service.lcd.ts +0 -57
  1741. package/src/cosmos/tx/v1beta1/service.rpc.Service.ts +0 -148
  1742. package/src/cosmos/tx/v1beta1/service.rpc.func.js +0 -77
  1743. package/src/cosmos/tx/v1beta1/service.rpc.func.ts +0 -65
  1744. package/src/cosmos/tx/v1beta1/service.ts +0 -2294
  1745. package/src/cosmos/tx/v1beta1/tx.d.ts +0 -856
  1746. package/src/cosmos/tx/v1beta1/tx.js +0 -1398
  1747. package/src/cosmos/tx/v1beta1/tx.ts +0 -2029
  1748. package/src/cosmos/upgrade/module/v1/module.ts +0 -99
  1749. package/src/cosmos/upgrade/v1beta1/query.lcd.ts +0 -52
  1750. package/src/cosmos/upgrade/v1beta1/query.rpc.Query.ts +0 -98
  1751. package/src/cosmos/upgrade/v1beta1/query.rpc.func.ts +0 -37
  1752. package/src/cosmos/upgrade/v1beta1/query.ts +0 -1016
  1753. package/src/cosmos/upgrade/v1beta1/tx.amino.ts +0 -13
  1754. package/src/cosmos/upgrade/v1beta1/tx.registry.ts +0 -3
  1755. package/src/cosmos/upgrade/v1beta1/tx.rpc.func.ts +0 -15
  1756. package/src/cosmos/upgrade/v1beta1/tx.rpc.msg.ts +0 -45
  1757. package/src/cosmos/upgrade/v1beta1/tx.ts +0 -398
  1758. package/src/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -245
  1759. package/src/cosmos/upgrade/v1beta1/upgrade.js +0 -416
  1760. package/src/cosmos/upgrade/v1beta1/upgrade.ts +0 -591
  1761. package/src/cosmos/validate/module/v1/module.ts +0 -80
  1762. package/src/cosmos/vesting/module/v1/module.ts +0 -80
  1763. package/src/cosmos/vesting/v1beta1/tx.amino.ts +0 -18
  1764. package/src/cosmos/vesting/v1beta1/tx.registry.ts +0 -3
  1765. package/src/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +0 -5
  1766. package/src/cosmos/vesting/v1beta1/tx.rpc.func.ts +0 -21
  1767. package/src/cosmos/vesting/v1beta1/tx.rpc.msg.ts +0 -59
  1768. package/src/cosmos/vesting/v1beta1/tx.ts +0 -698
  1769. package/src/cosmos/vesting/v1beta1/vesting.ts +0 -735
  1770. package/src/cosmos_proto/cosmos.d.ts +0 -153
  1771. package/src/cosmos_proto/cosmos.js +0 -234
  1772. package/src/cosmos_proto/cosmos.ts +0 -341
  1773. package/src/cosmwasm/wasm/v1/authz.ts +0 -1231
  1774. package/src/cosmwasm/wasm/v1/genesis.ts +0 -532
  1775. package/src/cosmwasm/wasm/v1/ibc.ts +0 -355
  1776. package/src/cosmwasm/wasm/v1/proposal_legacy.ts +0 -2432
  1777. package/src/cosmwasm/wasm/v1/query.lcd.ts +0 -108
  1778. package/src/cosmwasm/wasm/v1/query.rpc.Query.ts +0 -144
  1779. package/src/cosmwasm/wasm/v1/query.rpc.func.ts +0 -79
  1780. package/src/cosmwasm/wasm/v1/query.ts +0 -2560
  1781. package/src/cosmwasm/wasm/v1/tx.amino.ts +0 -88
  1782. package/src/cosmwasm/wasm/v1/tx.registry.ts +0 -3
  1783. package/src/cosmwasm/wasm/v1/tx.rpc.func.ts +0 -105
  1784. package/src/cosmwasm/wasm/v1/tx.rpc.msg.ts +0 -225
  1785. package/src/cosmwasm/wasm/v1/tx.ts +0 -4191
  1786. package/src/cosmwasm/wasm/v1/types.ts +0 -1120
  1787. package/src/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +0 -80
  1788. package/src/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -146
  1789. package/src/ethermint/crypto/v1/ethsecp256k1/keys.ts +0 -193
  1790. package/src/ethermint/evm/v1/events.d.ts +0 -162
  1791. package/src/ethermint/evm/v1/events.js +0 -384
  1792. package/src/ethermint/evm/v1/events.ts +0 -485
  1793. package/src/ethermint/evm/v1/evm.d.ts +0 -530
  1794. package/src/ethermint/evm/v1/evm.js +0 -1184
  1795. package/src/ethermint/evm/v1/evm.ts +0 -1590
  1796. package/src/ethermint/evm/v1/genesis.d.ts +0 -87
  1797. package/src/ethermint/evm/v1/genesis.js +0 -188
  1798. package/src/ethermint/evm/v1/genesis.ts +0 -240
  1799. package/src/ethermint/evm/v1/query.d.ts +0 -913
  1800. package/src/ethermint/evm/v1/query.js +0 -1973
  1801. package/src/ethermint/evm/v1/query.lcd.ts +0 -157
  1802. package/src/ethermint/evm/v1/query.rpc.Query.ts +0 -164
  1803. package/src/ethermint/evm/v1/query.rpc.func.js +0 -102
  1804. package/src/ethermint/evm/v1/query.rpc.func.ts +0 -87
  1805. package/src/ethermint/evm/v1/query.ts +0 -2535
  1806. package/src/ethermint/evm/v1/tx.amino.ts +0 -13
  1807. package/src/ethermint/evm/v1/tx.d.ts +0 -452
  1808. package/src/ethermint/evm/v1/tx.js +0 -1011
  1809. package/src/ethermint/evm/v1/tx.registry.ts +0 -3
  1810. package/src/ethermint/evm/v1/tx.rpc.func.d.ts +0 -4
  1811. package/src/ethermint/evm/v1/tx.rpc.func.js +0 -20
  1812. package/src/ethermint/evm/v1/tx.rpc.func.ts +0 -15
  1813. package/src/ethermint/evm/v1/tx.rpc.msg.ts +0 -35
  1814. package/src/ethermint/evm/v1/tx.ts +0 -1333
  1815. package/src/ethermint/feemarket/v1/events.d.ts +0 -70
  1816. package/src/ethermint/feemarket/v1/events.js +0 -157
  1817. package/src/ethermint/feemarket/v1/events.ts +0 -195
  1818. package/src/ethermint/feemarket/v1/feemarket.d.ts +0 -78
  1819. package/src/ethermint/feemarket/v1/feemarket.js +0 -155
  1820. package/src/ethermint/feemarket/v1/feemarket.ts +0 -213
  1821. package/src/ethermint/feemarket/v1/genesis.d.ts +0 -45
  1822. package/src/ethermint/feemarket/v1/genesis.js +0 -88
  1823. package/src/ethermint/feemarket/v1/genesis.ts +0 -114
  1824. package/src/ethermint/feemarket/v1/query.d.ts +0 -195
  1825. package/src/ethermint/feemarket/v1/query.js +0 -387
  1826. package/src/ethermint/feemarket/v1/query.lcd.ts +0 -27
  1827. package/src/ethermint/feemarket/v1/query.rpc.Query.ts +0 -52
  1828. package/src/ethermint/feemarket/v1/query.rpc.func.js +0 -29
  1829. package/src/ethermint/feemarket/v1/query.rpc.func.ts +0 -23
  1830. package/src/ethermint/feemarket/v1/query.ts +0 -487
  1831. package/src/ethermint/feemarket/v1/tx.amino.ts +0 -8
  1832. package/src/ethermint/feemarket/v1/tx.d.ts +0 -81
  1833. package/src/ethermint/feemarket/v1/tx.js +0 -153
  1834. package/src/ethermint/feemarket/v1/tx.registry.ts +0 -3
  1835. package/src/ethermint/feemarket/v1/tx.rpc.func.d.ts +0 -3
  1836. package/src/ethermint/feemarket/v1/tx.rpc.func.js +0 -13
  1837. package/src/ethermint/feemarket/v1/tx.rpc.func.ts +0 -9
  1838. package/src/ethermint/feemarket/v1/tx.rpc.msg.ts +0 -27
  1839. package/src/ethermint/feemarket/v1/tx.ts +0 -197
  1840. package/src/ethermint/types/v1/account.d.ts +0 -45
  1841. package/src/ethermint/types/v1/account.js +0 -88
  1842. package/src/ethermint/types/v1/account.ts +0 -114
  1843. package/src/ethermint/types/v1/dynamic_fee.d.ts +0 -34
  1844. package/src/ethermint/types/v1/dynamic_fee.js +0 -75
  1845. package/src/ethermint/types/v1/dynamic_fee.ts +0 -91
  1846. package/src/ethermint/types/v1/indexer.d.ts +0 -76
  1847. package/src/ethermint/types/v1/indexer.js +0 -147
  1848. package/src/ethermint/types/v1/indexer.ts +0 -205
  1849. package/src/ethermint/types/v1/web3.d.ts +0 -66
  1850. package/src/ethermint/types/v1/web3.js +0 -100
  1851. package/src/ethermint/types/v1/web3.ts +0 -147
  1852. package/src/extern.d.ts +0 -10
  1853. package/src/extern.js +0 -36
  1854. package/src/extern.ts +0 -38
  1855. package/src/gogoproto/gogo.ts +0 -1
  1856. package/src/google/api/annotations.ts +0 -1
  1857. package/src/google/api/http.d.ts +0 -764
  1858. package/src/google/api/http.js +0 -353
  1859. package/src/google/api/http.ts +0 -1069
  1860. package/src/google/protobuf/any.d.ts +0 -268
  1861. package/src/google/protobuf/any.js +0 -81
  1862. package/src/google/protobuf/any.ts +0 -331
  1863. package/src/google/protobuf/descriptor.d.ts +0 -2919
  1864. package/src/google/protobuf/descriptor.js +0 -5100
  1865. package/src/google/protobuf/descriptor.ts +0 -7177
  1866. package/src/google/protobuf/duration.d.ts +0 -162
  1867. package/src/google/protobuf/duration.js +0 -81
  1868. package/src/google/protobuf/duration.ts +0 -225
  1869. package/src/google/protobuf/timestamp.d.ts +0 -222
  1870. package/src/google/protobuf/timestamp.js +0 -78
  1871. package/src/google/protobuf/timestamp.ts +0 -281
  1872. package/src/helper-func-types.d.ts +0 -117
  1873. package/src/helper-func-types.js +0 -55
  1874. package/src/helper-func-types.ts +0 -191
  1875. package/src/helpers.d.ts +0 -82
  1876. package/src/helpers.js +0 -143
  1877. package/src/helpers.ts +0 -259
  1878. package/src/ibc/applications/fee/v1/ack.ts +0 -131
  1879. package/src/ibc/applications/fee/v1/fee.ts +0 -481
  1880. package/src/ibc/applications/fee/v1/genesis.ts +0 -661
  1881. package/src/ibc/applications/fee/v1/metadata.ts +0 -121
  1882. package/src/ibc/applications/fee/v1/query.lcd.ts +0 -117
  1883. package/src/ibc/applications/fee/v1/query.rpc.Query.ts +0 -129
  1884. package/src/ibc/applications/fee/v1/query.rpc.func.ts +0 -72
  1885. package/src/ibc/applications/fee/v1/query.ts +0 -2134
  1886. package/src/ibc/applications/fee/v1/tx.amino.ts +0 -23
  1887. package/src/ibc/applications/fee/v1/tx.registry.ts +0 -3
  1888. package/src/ibc/applications/fee/v1/tx.rpc.func.ts +0 -27
  1889. package/src/ibc/applications/fee/v1/tx.rpc.msg.ts +0 -83
  1890. package/src/ibc/applications/fee/v1/tx.ts +0 -889
  1891. package/src/ibc/applications/interchain_accounts/controller/v1/controller.ts +0 -105
  1892. package/src/ibc/applications/interchain_accounts/controller/v1/query.lcd.ts +0 -22
  1893. package/src/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.ts +0 -41
  1894. package/src/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.ts +0 -16
  1895. package/src/ibc/applications/interchain_accounts/controller/v1/query.ts +0 -379
  1896. package/src/ibc/applications/interchain_accounts/controller/v1/tx.amino.ts +0 -18
  1897. package/src/ibc/applications/interchain_accounts/controller/v1/tx.registry.ts +0 -3
  1898. package/src/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.ts +0 -21
  1899. package/src/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.ts +0 -39
  1900. package/src/ibc/applications/interchain_accounts/controller/v1/tx.ts +0 -685
  1901. package/src/ibc/applications/interchain_accounts/genesis/v1/genesis.ts +0 -661
  1902. package/src/ibc/applications/interchain_accounts/host/v1/host.ts +0 -253
  1903. package/src/ibc/applications/interchain_accounts/host/v1/query.lcd.ts +0 -17
  1904. package/src/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.ts +0 -30
  1905. package/src/ibc/applications/interchain_accounts/host/v1/query.rpc.func.ts +0 -9
  1906. package/src/ibc/applications/interchain_accounts/host/v1/query.ts +0 -177
  1907. package/src/ibc/applications/interchain_accounts/host/v1/tx.amino.ts +0 -13
  1908. package/src/ibc/applications/interchain_accounts/host/v1/tx.registry.ts +0 -3
  1909. package/src/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.ts +0 -15
  1910. package/src/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.ts +0 -31
  1911. package/src/ibc/applications/interchain_accounts/host/v1/tx.ts +0 -429
  1912. package/src/ibc/applications/interchain_accounts/v1/account.ts +0 -112
  1913. package/src/ibc/applications/interchain_accounts/v1/metadata.ts +0 -191
  1914. package/src/ibc/applications/interchain_accounts/v1/packet.ts +0 -259
  1915. package/src/ibc/applications/transfer/v1/authz.ts +0 -280
  1916. package/src/ibc/applications/transfer/v1/genesis.ts +0 -153
  1917. package/src/ibc/applications/transfer/v1/query.lcd.ts +0 -69
  1918. package/src/ibc/applications/transfer/v1/query.rpc.Query.ts +0 -87
  1919. package/src/ibc/applications/transfer/v1/query.rpc.func.ts +0 -44
  1920. package/src/ibc/applications/transfer/v1/query.ts +0 -1205
  1921. package/src/ibc/applications/transfer/v1/transfer.d.ts +0 -112
  1922. package/src/ibc/applications/transfer/v1/transfer.js +0 -185
  1923. package/src/ibc/applications/transfer/v1/transfer.ts +0 -261
  1924. package/src/ibc/applications/transfer/v1/tx.amino.ts +0 -13
  1925. package/src/ibc/applications/transfer/v1/tx.d.ts +0 -202
  1926. package/src/ibc/applications/transfer/v1/tx.js +0 -402
  1927. package/src/ibc/applications/transfer/v1/tx.registry.ts +0 -3
  1928. package/src/ibc/applications/transfer/v1/tx.rpc.func.d.ts +0 -4
  1929. package/src/ibc/applications/transfer/v1/tx.rpc.func.js +0 -20
  1930. package/src/ibc/applications/transfer/v1/tx.rpc.func.ts +0 -15
  1931. package/src/ibc/applications/transfer/v1/tx.rpc.msg.ts +0 -31
  1932. package/src/ibc/applications/transfer/v1/tx.ts +0 -532
  1933. package/src/ibc/applications/transfer/v2/packet.ts +0 -171
  1934. package/src/ibc/core/channel/v1/channel.d.ts +0 -547
  1935. package/src/ibc/core/channel/v1/channel.js +0 -1167
  1936. package/src/ibc/core/channel/v1/channel.ts +0 -1510
  1937. package/src/ibc/core/channel/v1/genesis.ts +0 -354
  1938. package/src/ibc/core/channel/v1/query.lcd.ts +0 -135
  1939. package/src/ibc/core/channel/v1/query.rpc.Query.ts +0 -240
  1940. package/src/ibc/core/channel/v1/query.rpc.func.ts +0 -121
  1941. package/src/ibc/core/channel/v1/query.ts +0 -4354
  1942. package/src/ibc/core/channel/v1/tx.amino.ts +0 -98
  1943. package/src/ibc/core/channel/v1/tx.d.ts +0 -1490
  1944. package/src/ibc/core/channel/v1/tx.js +0 -4027
  1945. package/src/ibc/core/channel/v1/tx.registry.ts +0 -3
  1946. package/src/ibc/core/channel/v1/tx.rpc.func.d.ts +0 -21
  1947. package/src/ibc/core/channel/v1/tx.rpc.func.js +0 -139
  1948. package/src/ibc/core/channel/v1/tx.rpc.func.ts +0 -117
  1949. package/src/ibc/core/channel/v1/tx.rpc.msg.ts +0 -171
  1950. package/src/ibc/core/channel/v1/tx.ts +0 -4866
  1951. package/src/ibc/core/channel/v1/upgrade.d.ts +0 -139
  1952. package/src/ibc/core/channel/v1/upgrade.js +0 -304
  1953. package/src/ibc/core/channel/v1/upgrade.ts +0 -388
  1954. package/src/ibc/core/client/v1/client.d.ts +0 -372
  1955. package/src/ibc/core/client/v1/client.js +0 -675
  1956. package/src/ibc/core/client/v1/client.ts +0 -927
  1957. package/src/ibc/core/client/v1/genesis.ts +0 -426
  1958. package/src/ibc/core/client/v1/query.lcd.ts +0 -86
  1959. package/src/ibc/core/client/v1/query.rpc.Query.ts +0 -139
  1960. package/src/ibc/core/client/v1/query.rpc.func.ts +0 -72
  1961. package/src/ibc/core/client/v1/query.ts +0 -2280
  1962. package/src/ibc/core/client/v1/tx.amino.ts +0 -38
  1963. package/src/ibc/core/client/v1/tx.d.ts +0 -587
  1964. package/src/ibc/core/client/v1/tx.js +0 -1202
  1965. package/src/ibc/core/client/v1/tx.registry.ts +0 -3
  1966. package/src/ibc/core/client/v1/tx.rpc.func.d.ts +0 -9
  1967. package/src/ibc/core/client/v1/tx.rpc.func.js +0 -55
  1968. package/src/ibc/core/client/v1/tx.rpc.func.ts +0 -45
  1969. package/src/ibc/core/client/v1/tx.rpc.msg.ts +0 -71
  1970. package/src/ibc/core/client/v1/tx.ts +0 -1543
  1971. package/src/ibc/core/commitment/v1/commitment.d.ts +0 -165
  1972. package/src/ibc/core/commitment/v1/commitment.js +0 -325
  1973. package/src/ibc/core/commitment/v1/commitment.ts +0 -418
  1974. package/src/ibc/core/connection/v1/connection.d.ts +0 -376
  1975. package/src/ibc/core/connection/v1/connection.js +0 -781
  1976. package/src/ibc/core/connection/v1/connection.ts +0 -1010
  1977. package/src/ibc/core/connection/v1/genesis.ts +0 -146
  1978. package/src/ibc/core/connection/v1/query.lcd.ts +0 -54
  1979. package/src/ibc/core/connection/v1/query.rpc.Query.ts +0 -99
  1980. package/src/ibc/core/connection/v1/query.rpc.func.ts +0 -44
  1981. package/src/ibc/core/connection/v1/query.ts +0 -1408
  1982. package/src/ibc/core/connection/v1/tx.amino.ts +0 -28
  1983. package/src/ibc/core/connection/v1/tx.d.ts +0 -457
  1984. package/src/ibc/core/connection/v1/tx.js +0 -1087
  1985. package/src/ibc/core/connection/v1/tx.registry.ts +0 -3
  1986. package/src/ibc/core/connection/v1/tx.rpc.func.d.ts +0 -7
  1987. package/src/ibc/core/connection/v1/tx.rpc.func.js +0 -41
  1988. package/src/ibc/core/connection/v1/tx.rpc.func.ts +0 -33
  1989. package/src/ibc/core/connection/v1/tx.rpc.msg.ts +0 -63
  1990. package/src/ibc/core/connection/v1/tx.ts +0 -1365
  1991. package/src/ibc/core/types/v1/genesis.ts +0 -137
  1992. package/src/ibc/lightclients/localhost/v2/localhost.ts +0 -100
  1993. package/src/ibc/lightclients/solomachine/v2/solomachine.ts +0 -2103
  1994. package/src/ibc/lightclients/solomachine/v3/solomachine.ts +0 -1070
  1995. package/src/ibc/lightclients/tendermint/v1/tendermint.ts +0 -838
  1996. package/src/ibc/lightclients/wasm/v1/genesis.ts +0 -197
  1997. package/src/ibc/lightclients/wasm/v1/query.lcd.ts +0 -31
  1998. package/src/ibc/lightclients/wasm/v1/query.rpc.Query.ts +0 -43
  1999. package/src/ibc/lightclients/wasm/v1/query.rpc.func.ts +0 -16
  2000. package/src/ibc/lightclients/wasm/v1/query.ts +0 -404
  2001. package/src/ibc/lightclients/wasm/v1/tx.amino.ts +0 -18
  2002. package/src/ibc/lightclients/wasm/v1/tx.registry.ts +0 -3
  2003. package/src/ibc/lightclients/wasm/v1/tx.rpc.func.ts +0 -21
  2004. package/src/ibc/lightclients/wasm/v1/tx.rpc.msg.ts +0 -39
  2005. package/src/ibc/lightclients/wasm/v1/tx.ts +0 -621
  2006. package/src/ibc/lightclients/wasm/v1/wasm.ts +0 -438
  2007. package/src/registry.d.ts +0 -33
  2008. package/src/registry.js +0 -158
  2009. package/src/registry.ts +0 -218
  2010. package/src/tendermint/abci/types.d.ts +0 -1843
  2011. package/src/tendermint/abci/types.js +0 -5233
  2012. package/src/tendermint/abci/types.ts +0 -6283
  2013. package/src/tendermint/crypto/keys.d.ts +0 -34
  2014. package/src/tendermint/crypto/keys.js +0 -88
  2015. package/src/tendermint/crypto/keys.ts +0 -103
  2016. package/src/tendermint/crypto/proof.d.ts +0 -174
  2017. package/src/tendermint/crypto/proof.js +0 -458
  2018. package/src/tendermint/crypto/proof.ts +0 -555
  2019. package/src/tendermint/p2p/types.ts +0 -507
  2020. package/src/tendermint/types/block.d.ts +0 -38
  2021. package/src/tendermint/types/block.js +0 -113
  2022. package/src/tendermint/types/block.ts +0 -131
  2023. package/src/tendermint/types/evidence.d.ts +0 -138
  2024. package/src/tendermint/types/evidence.js +0 -403
  2025. package/src/tendermint/types/evidence.ts +0 -476
  2026. package/src/tendermint/types/params.d.ts +0 -323
  2027. package/src/tendermint/types/params.js +0 -595
  2028. package/src/tendermint/types/params.ts +0 -814
  2029. package/src/tendermint/types/types.d.ts +0 -640
  2030. package/src/tendermint/types/types.js +0 -1754
  2031. package/src/tendermint/types/types.ts +0 -2157
  2032. package/src/tendermint/types/validator.d.ts +0 -113
  2033. package/src/tendermint/types/validator.js +0 -342
  2034. package/src/tendermint/types/validator.ts +0 -389
  2035. package/src/tendermint/version/types.d.ts +0 -82
  2036. package/src/tendermint/version/types.js +0 -169
  2037. package/src/tendermint/version/types.ts +0 -219
  2038. package/src/types.d.ts +0 -124
  2039. package/src/types.js +0 -7
  2040. package/src/types.ts +0 -155
  2041. package/src/utf8.d.ts +0 -27
  2042. package/src/utf8.js +0 -140
  2043. package/src/utf8.ts +0 -148
  2044. package/src/varint.d.ts +0 -105
  2045. package/src/varint.js +0 -425
  2046. package/src/varint.ts +0 -488
  2047. package/src/xpla/lcd.ts +0 -180
  2048. package/src/xpla/reward/v1beta1/genesis.d.ts +0 -35
  2049. package/src/xpla/reward/v1beta1/genesis.js +0 -76
  2050. package/src/xpla/reward/v1beta1/genesis.ts +0 -92
  2051. package/src/xpla/reward/v1beta1/query.d.ts +0 -136
  2052. package/src/xpla/reward/v1beta1/query.js +0 -264
  2053. package/src/xpla/reward/v1beta1/query.lcd.ts +0 -22
  2054. package/src/xpla/reward/v1beta1/query.rpc.Query.ts +0 -41
  2055. package/src/xpla/reward/v1beta1/query.rpc.func.js +0 -21
  2056. package/src/xpla/reward/v1beta1/query.rpc.func.ts +0 -16
  2057. package/src/xpla/reward/v1beta1/query.ts +0 -333
  2058. package/src/xpla/reward/v1beta1/reward.d.ts +0 -42
  2059. package/src/xpla/reward/v1beta1/reward.js +0 -131
  2060. package/src/xpla/reward/v1beta1/reward.ts +0 -153
  2061. package/src/xpla/reward/v1beta1/tx.amino.ts +0 -13
  2062. package/src/xpla/reward/v1beta1/tx.d.ts +0 -158
  2063. package/src/xpla/reward/v1beta1/tx.js +0 -304
  2064. package/src/xpla/reward/v1beta1/tx.registry.ts +0 -3
  2065. package/src/xpla/reward/v1beta1/tx.rpc.func.d.ts +0 -4
  2066. package/src/xpla/reward/v1beta1/tx.rpc.func.js +0 -20
  2067. package/src/xpla/reward/v1beta1/tx.rpc.func.ts +0 -15
  2068. package/src/xpla/reward/v1beta1/tx.rpc.msg.ts +0 -41
  2069. package/src/xpla/reward/v1beta1/tx.ts +0 -391
  2070. package/src/xpla/rpc.query.ts +0 -129
  2071. package/src/xpla/rpc.tx.ts +0 -6
  2072. package/src/xpla/volunteer/v1beta1/genesis.d.ts +0 -33
  2073. package/src/xpla/volunteer/v1beta1/genesis.js +0 -79
  2074. package/src/xpla/volunteer/v1beta1/genesis.ts +0 -92
  2075. package/src/xpla/volunteer/v1beta1/proposal.d.ts +0 -183
  2076. package/src/xpla/volunteer/v1beta1/proposal.js +0 -537
  2077. package/src/xpla/volunteer/v1beta1/proposal.ts +0 -649
  2078. package/src/xpla/volunteer/v1beta1/query.d.ts +0 -60
  2079. package/src/xpla/volunteer/v1beta1/query.js +0 -135
  2080. package/src/xpla/volunteer/v1beta1/query.lcd.ts +0 -17
  2081. package/src/xpla/volunteer/v1beta1/query.rpc.Query.ts +0 -30
  2082. package/src/xpla/volunteer/v1beta1/query.rpc.func.js +0 -13
  2083. package/src/xpla/volunteer/v1beta1/query.rpc.func.ts +0 -9
  2084. package/src/xpla/volunteer/v1beta1/query.ts +0 -160
  2085. package/src/xpla/volunteer/v1beta1/tx.amino.ts +0 -13
  2086. package/src/xpla/volunteer/v1beta1/tx.d.ts +0 -168
  2087. package/src/xpla/volunteer/v1beta1/tx.js +0 -351
  2088. package/src/xpla/volunteer/v1beta1/tx.registry.ts +0 -3
  2089. package/src/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +0 -4
  2090. package/src/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -20
  2091. package/src/xpla/volunteer/v1beta1/tx.rpc.func.ts +0 -15
  2092. package/src/xpla/volunteer/v1beta1/tx.rpc.msg.ts +0 -35
  2093. package/src/xpla/volunteer/v1beta1/tx.ts +0 -448
  2094. package/src/xpla/volunteer/v1beta1/volunteervalidator.d.ts +0 -38
  2095. package/src/xpla/volunteer/v1beta1/volunteervalidator.js +0 -87
  2096. package/src/xpla/volunteer/v1beta1/volunteervalidator.ts +0 -107
  2097. package/tsconfig.esm.json +0 -10
  2098. package/tsconfig.json +0 -10
  2099. /package/{src/amino → amino}/amino.d.ts +0 -0
  2100. /package/{src/amino → amino}/amino.js +0 -0
  2101. /package/{src/cosmos → cosmos}/auth/v1beta1/query.rpc.func.d.ts +0 -0
  2102. /package/{src/cosmos → cosmos}/bank/v1beta1/query.rpc.func.d.ts +0 -0
  2103. /package/{src/cosmos → cosmos}/crypto/ed25519/keys.d.ts +0 -0
  2104. /package/{src/cosmos → cosmos}/crypto/ed25519/keys.js +0 -0
  2105. /package/{src/cosmos → cosmos}/crypto/secp256k1/keys.d.ts +0 -0
  2106. /package/{src/cosmos → cosmos}/crypto/secp256k1/keys.js +0 -0
  2107. /package/{src/cosmos → cosmos}/crypto/secp256r1/keys.d.ts +0 -0
  2108. /package/{src/cosmos → cosmos}/crypto/secp256r1/keys.js +0 -0
  2109. /package/{src/cosmos → cosmos}/gov/v1beta1/query.rpc.func.d.ts +0 -0
  2110. /package/{src/cosmos → cosmos}/group/v1/tx.d.ts +0 -0
  2111. /package/{src/cosmos → cosmos}/group/v1/tx.rpc.func.js +0 -0
  2112. /package/{src/cosmos → cosmos}/group/v1/types.d.ts +0 -0
  2113. /package/{src/cosmos/msg/v1/msg.d.ts → cosmos/msg/textual/v1/textual.d.ts} +0 -0
  2114. /package/{src/cosmos/msg/v1/msg.js → cosmos/msg/textual/v1/textual.js} +0 -0
  2115. /package/{src/cosmos/query/v1/query.d.ts → cosmos/msg/v1/msg.d.ts} +0 -0
  2116. /package/{src/cosmos/query/v1/query.js → cosmos/msg/v1/msg.js} +0 -0
  2117. /package/{src/gogoproto/gogo.d.ts → cosmos/query/v1/query.d.ts} +0 -0
  2118. /package/{src/gogoproto/gogo.js → cosmos/query/v1/query.js} +0 -0
  2119. /package/{src/cosmos → cosmos}/staking/v1beta1/query.rpc.func.d.ts +0 -0
  2120. /package/{src/cosmos → cosmos}/tx/v1beta1/service.rpc.func.d.ts +0 -0
  2121. /package/{src/cosmos → cosmos}/vesting/v1beta1/tx.d.ts +0 -0
  2122. /package/{src/cosmos → cosmos}/vesting/v1beta1/tx.js +0 -0
  2123. /package/{src/cosmos → cosmos}/vesting/v1beta1/tx.rpc.func.js +0 -0
  2124. /package/{src/cosmos → cosmos}/vesting/v1beta1/vesting.d.ts +0 -0
  2125. /package/{src/cosmos → cosmos}/vesting/v1beta1/vesting.js +0 -0
  2126. /package/{src/google/api/annotations.d.ts → esm/amino/amino.js} +0 -0
  2127. /package/{src/ethermint → ethermint}/evm/v1/query.rpc.func.d.ts +0 -0
  2128. /package/{src/ethermint → ethermint}/feemarket/v1/query.rpc.func.d.ts +0 -0
  2129. /package/{src/google/api/annotations.js → gogoproto/gogo.js} +0 -0
  2130. /package/{src/xpla → xpla}/reward/v1beta1/query.rpc.func.d.ts +0 -0
  2131. /package/{src/xpla → xpla}/volunteer/v1beta1/query.rpc.func.d.ts +0 -0
@@ -1,1490 +0,0 @@
1
- import { Channel, ChannelAmino, Packet, PacketAmino, State } from "./channel";
2
- import { Height, HeightAmino, Params, ParamsAmino } from "../../client/v1/client";
3
- import { UpgradeFields, UpgradeFieldsAmino, Upgrade, UpgradeAmino, ErrorReceipt, ErrorReceiptAmino } from "./upgrade";
4
- import { BinaryReader, BinaryWriter } from "../../../../binary";
5
- import { DeepPartial } from "../../../../helpers";
6
- /** ResponseResultType defines the possible outcomes of the execution of a message */
7
- export declare enum ResponseResultType {
8
- /** RESPONSE_RESULT_TYPE_UNSPECIFIED - Default zero value enumeration */
9
- RESPONSE_RESULT_TYPE_UNSPECIFIED = 0,
10
- /** RESPONSE_RESULT_TYPE_NOOP - The message did not call the IBC application callbacks (because, for example, the packet had already been relayed) */
11
- RESPONSE_RESULT_TYPE_NOOP = 1,
12
- /** RESPONSE_RESULT_TYPE_SUCCESS - The message was executed successfully */
13
- RESPONSE_RESULT_TYPE_SUCCESS = 2,
14
- /** RESPONSE_RESULT_TYPE_FAILURE - The message was executed unsuccessfully */
15
- RESPONSE_RESULT_TYPE_FAILURE = 3,
16
- UNRECOGNIZED = -1
17
- }
18
- export declare const ResponseResultTypeAmino: typeof ResponseResultType;
19
- export declare function responseResultTypeFromJSON(object: any): ResponseResultType;
20
- export declare function responseResultTypeToJSON(object: ResponseResultType): string;
21
- /**
22
- * MsgChannelOpenInit defines an sdk.Msg to initialize a channel handshake. It
23
- * is called by a relayer on Chain A.
24
- */
25
- export interface MsgChannelOpenInit {
26
- portId: string;
27
- channel: Channel;
28
- signer: string;
29
- }
30
- export interface MsgChannelOpenInitProtoMsg {
31
- typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit";
32
- value: Uint8Array;
33
- }
34
- /**
35
- * MsgChannelOpenInit defines an sdk.Msg to initialize a channel handshake. It
36
- * is called by a relayer on Chain A.
37
- */
38
- export interface MsgChannelOpenInitAmino {
39
- port_id: string;
40
- channel: ChannelAmino;
41
- signer: string;
42
- }
43
- export interface MsgChannelOpenInitAminoMsg {
44
- type: "cosmos-sdk/MsgChannelOpenInit";
45
- value: MsgChannelOpenInitAmino;
46
- }
47
- /** MsgChannelOpenInitResponse defines the Msg/ChannelOpenInit response type. */
48
- export interface MsgChannelOpenInitResponse {
49
- channelId: string;
50
- version: string;
51
- }
52
- export interface MsgChannelOpenInitResponseProtoMsg {
53
- typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInitResponse";
54
- value: Uint8Array;
55
- }
56
- /** MsgChannelOpenInitResponse defines the Msg/ChannelOpenInit response type. */
57
- export interface MsgChannelOpenInitResponseAmino {
58
- channel_id: string;
59
- version: string;
60
- }
61
- export interface MsgChannelOpenInitResponseAminoMsg {
62
- type: "cosmos-sdk/MsgChannelOpenInitResponse";
63
- value: MsgChannelOpenInitResponseAmino;
64
- }
65
- /**
66
- * MsgChannelOpenInit defines a msg sent by a Relayer to try to open a channel
67
- * on Chain B. The version field within the Channel field has been deprecated. Its
68
- * value will be ignored by core IBC.
69
- */
70
- export interface MsgChannelOpenTry {
71
- portId: string;
72
- /** Deprecated: this field is unused. Crossing hello's are no longer supported in core IBC. */
73
- /** @deprecated */
74
- previousChannelId: string;
75
- /** NOTE: the version field within the channel has been deprecated. Its value will be ignored by core IBC. */
76
- channel: Channel;
77
- counterpartyVersion: string;
78
- proofInit: Uint8Array;
79
- proofHeight: Height;
80
- signer: string;
81
- }
82
- export interface MsgChannelOpenTryProtoMsg {
83
- typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry";
84
- value: Uint8Array;
85
- }
86
- /**
87
- * MsgChannelOpenInit defines a msg sent by a Relayer to try to open a channel
88
- * on Chain B. The version field within the Channel field has been deprecated. Its
89
- * value will be ignored by core IBC.
90
- */
91
- export interface MsgChannelOpenTryAmino {
92
- port_id: string;
93
- /** Deprecated: this field is unused. Crossing hello's are no longer supported in core IBC. */
94
- /** @deprecated */
95
- previous_channel_id: string;
96
- /** NOTE: the version field within the channel has been deprecated. Its value will be ignored by core IBC. */
97
- channel: ChannelAmino;
98
- counterparty_version: string;
99
- proof_init: string;
100
- proof_height: HeightAmino;
101
- signer: string;
102
- }
103
- export interface MsgChannelOpenTryAminoMsg {
104
- type: "cosmos-sdk/MsgChannelOpenTry";
105
- value: MsgChannelOpenTryAmino;
106
- }
107
- /** MsgChannelOpenTryResponse defines the Msg/ChannelOpenTry response type. */
108
- export interface MsgChannelOpenTryResponse {
109
- version: string;
110
- channelId: string;
111
- }
112
- export interface MsgChannelOpenTryResponseProtoMsg {
113
- typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTryResponse";
114
- value: Uint8Array;
115
- }
116
- /** MsgChannelOpenTryResponse defines the Msg/ChannelOpenTry response type. */
117
- export interface MsgChannelOpenTryResponseAmino {
118
- version: string;
119
- channel_id: string;
120
- }
121
- export interface MsgChannelOpenTryResponseAminoMsg {
122
- type: "cosmos-sdk/MsgChannelOpenTryResponse";
123
- value: MsgChannelOpenTryResponseAmino;
124
- }
125
- /**
126
- * MsgChannelOpenAck defines a msg sent by a Relayer to Chain A to acknowledge
127
- * the change of channel state to TRYOPEN on Chain B.
128
- * WARNING: a channel upgrade MUST NOT initialize an upgrade for this channel
129
- * in the same block as executing this message otherwise the counterparty will
130
- * be incapable of opening.
131
- */
132
- export interface MsgChannelOpenAck {
133
- portId: string;
134
- channelId: string;
135
- counterpartyChannelId: string;
136
- counterpartyVersion: string;
137
- proofTry: Uint8Array;
138
- proofHeight: Height;
139
- signer: string;
140
- }
141
- export interface MsgChannelOpenAckProtoMsg {
142
- typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck";
143
- value: Uint8Array;
144
- }
145
- /**
146
- * MsgChannelOpenAck defines a msg sent by a Relayer to Chain A to acknowledge
147
- * the change of channel state to TRYOPEN on Chain B.
148
- * WARNING: a channel upgrade MUST NOT initialize an upgrade for this channel
149
- * in the same block as executing this message otherwise the counterparty will
150
- * be incapable of opening.
151
- */
152
- export interface MsgChannelOpenAckAmino {
153
- port_id: string;
154
- channel_id: string;
155
- counterparty_channel_id: string;
156
- counterparty_version: string;
157
- proof_try: string;
158
- proof_height: HeightAmino;
159
- signer: string;
160
- }
161
- export interface MsgChannelOpenAckAminoMsg {
162
- type: "cosmos-sdk/MsgChannelOpenAck";
163
- value: MsgChannelOpenAckAmino;
164
- }
165
- /** MsgChannelOpenAckResponse defines the Msg/ChannelOpenAck response type. */
166
- export interface MsgChannelOpenAckResponse {
167
- }
168
- export interface MsgChannelOpenAckResponseProtoMsg {
169
- typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAckResponse";
170
- value: Uint8Array;
171
- }
172
- /** MsgChannelOpenAckResponse defines the Msg/ChannelOpenAck response type. */
173
- export interface MsgChannelOpenAckResponseAmino {
174
- }
175
- export interface MsgChannelOpenAckResponseAminoMsg {
176
- type: "cosmos-sdk/MsgChannelOpenAckResponse";
177
- value: MsgChannelOpenAckResponseAmino;
178
- }
179
- /**
180
- * MsgChannelOpenConfirm defines a msg sent by a Relayer to Chain B to
181
- * acknowledge the change of channel state to OPEN on Chain A.
182
- */
183
- export interface MsgChannelOpenConfirm {
184
- portId: string;
185
- channelId: string;
186
- proofAck: Uint8Array;
187
- proofHeight: Height;
188
- signer: string;
189
- }
190
- export interface MsgChannelOpenConfirmProtoMsg {
191
- typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm";
192
- value: Uint8Array;
193
- }
194
- /**
195
- * MsgChannelOpenConfirm defines a msg sent by a Relayer to Chain B to
196
- * acknowledge the change of channel state to OPEN on Chain A.
197
- */
198
- export interface MsgChannelOpenConfirmAmino {
199
- port_id: string;
200
- channel_id: string;
201
- proof_ack: string;
202
- proof_height: HeightAmino;
203
- signer: string;
204
- }
205
- export interface MsgChannelOpenConfirmAminoMsg {
206
- type: "cosmos-sdk/MsgChannelOpenConfirm";
207
- value: MsgChannelOpenConfirmAmino;
208
- }
209
- /**
210
- * MsgChannelOpenConfirmResponse defines the Msg/ChannelOpenConfirm response
211
- * type.
212
- */
213
- export interface MsgChannelOpenConfirmResponse {
214
- }
215
- export interface MsgChannelOpenConfirmResponseProtoMsg {
216
- typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirmResponse";
217
- value: Uint8Array;
218
- }
219
- /**
220
- * MsgChannelOpenConfirmResponse defines the Msg/ChannelOpenConfirm response
221
- * type.
222
- */
223
- export interface MsgChannelOpenConfirmResponseAmino {
224
- }
225
- export interface MsgChannelOpenConfirmResponseAminoMsg {
226
- type: "cosmos-sdk/MsgChannelOpenConfirmResponse";
227
- value: MsgChannelOpenConfirmResponseAmino;
228
- }
229
- /**
230
- * MsgChannelCloseInit defines a msg sent by a Relayer to Chain A
231
- * to close a channel with Chain B.
232
- */
233
- export interface MsgChannelCloseInit {
234
- portId: string;
235
- channelId: string;
236
- signer: string;
237
- }
238
- export interface MsgChannelCloseInitProtoMsg {
239
- typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit";
240
- value: Uint8Array;
241
- }
242
- /**
243
- * MsgChannelCloseInit defines a msg sent by a Relayer to Chain A
244
- * to close a channel with Chain B.
245
- */
246
- export interface MsgChannelCloseInitAmino {
247
- port_id: string;
248
- channel_id: string;
249
- signer: string;
250
- }
251
- export interface MsgChannelCloseInitAminoMsg {
252
- type: "cosmos-sdk/MsgChannelCloseInit";
253
- value: MsgChannelCloseInitAmino;
254
- }
255
- /** MsgChannelCloseInitResponse defines the Msg/ChannelCloseInit response type. */
256
- export interface MsgChannelCloseInitResponse {
257
- }
258
- export interface MsgChannelCloseInitResponseProtoMsg {
259
- typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInitResponse";
260
- value: Uint8Array;
261
- }
262
- /** MsgChannelCloseInitResponse defines the Msg/ChannelCloseInit response type. */
263
- export interface MsgChannelCloseInitResponseAmino {
264
- }
265
- export interface MsgChannelCloseInitResponseAminoMsg {
266
- type: "cosmos-sdk/MsgChannelCloseInitResponse";
267
- value: MsgChannelCloseInitResponseAmino;
268
- }
269
- /**
270
- * MsgChannelCloseConfirm defines a msg sent by a Relayer to Chain B
271
- * to acknowledge the change of channel state to CLOSED on Chain A.
272
- */
273
- export interface MsgChannelCloseConfirm {
274
- portId: string;
275
- channelId: string;
276
- proofInit: Uint8Array;
277
- proofHeight: Height;
278
- signer: string;
279
- counterpartyUpgradeSequence: bigint;
280
- }
281
- export interface MsgChannelCloseConfirmProtoMsg {
282
- typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm";
283
- value: Uint8Array;
284
- }
285
- /**
286
- * MsgChannelCloseConfirm defines a msg sent by a Relayer to Chain B
287
- * to acknowledge the change of channel state to CLOSED on Chain A.
288
- */
289
- export interface MsgChannelCloseConfirmAmino {
290
- port_id: string;
291
- channel_id: string;
292
- proof_init: string;
293
- proof_height: HeightAmino;
294
- signer: string;
295
- counterparty_upgrade_sequence: string;
296
- }
297
- export interface MsgChannelCloseConfirmAminoMsg {
298
- type: "cosmos-sdk/MsgChannelCloseConfirm";
299
- value: MsgChannelCloseConfirmAmino;
300
- }
301
- /**
302
- * MsgChannelCloseConfirmResponse defines the Msg/ChannelCloseConfirm response
303
- * type.
304
- */
305
- export interface MsgChannelCloseConfirmResponse {
306
- }
307
- export interface MsgChannelCloseConfirmResponseProtoMsg {
308
- typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirmResponse";
309
- value: Uint8Array;
310
- }
311
- /**
312
- * MsgChannelCloseConfirmResponse defines the Msg/ChannelCloseConfirm response
313
- * type.
314
- */
315
- export interface MsgChannelCloseConfirmResponseAmino {
316
- }
317
- export interface MsgChannelCloseConfirmResponseAminoMsg {
318
- type: "cosmos-sdk/MsgChannelCloseConfirmResponse";
319
- value: MsgChannelCloseConfirmResponseAmino;
320
- }
321
- /** MsgRecvPacket receives incoming IBC packet */
322
- export interface MsgRecvPacket {
323
- packet: Packet;
324
- proofCommitment: Uint8Array;
325
- proofHeight: Height;
326
- signer: string;
327
- }
328
- export interface MsgRecvPacketProtoMsg {
329
- typeUrl: "/ibc.core.channel.v1.MsgRecvPacket";
330
- value: Uint8Array;
331
- }
332
- /** MsgRecvPacket receives incoming IBC packet */
333
- export interface MsgRecvPacketAmino {
334
- packet: PacketAmino;
335
- proof_commitment: string;
336
- proof_height: HeightAmino;
337
- signer: string;
338
- }
339
- export interface MsgRecvPacketAminoMsg {
340
- type: "cosmos-sdk/MsgRecvPacket";
341
- value: MsgRecvPacketAmino;
342
- }
343
- /** MsgRecvPacketResponse defines the Msg/RecvPacket response type. */
344
- export interface MsgRecvPacketResponse {
345
- result: ResponseResultType;
346
- }
347
- export interface MsgRecvPacketResponseProtoMsg {
348
- typeUrl: "/ibc.core.channel.v1.MsgRecvPacketResponse";
349
- value: Uint8Array;
350
- }
351
- /** MsgRecvPacketResponse defines the Msg/RecvPacket response type. */
352
- export interface MsgRecvPacketResponseAmino {
353
- result: ResponseResultType;
354
- }
355
- export interface MsgRecvPacketResponseAminoMsg {
356
- type: "cosmos-sdk/MsgRecvPacketResponse";
357
- value: MsgRecvPacketResponseAmino;
358
- }
359
- /** MsgTimeout receives timed-out packet */
360
- export interface MsgTimeout {
361
- packet: Packet;
362
- proofUnreceived: Uint8Array;
363
- proofHeight: Height;
364
- nextSequenceRecv: bigint;
365
- signer: string;
366
- }
367
- export interface MsgTimeoutProtoMsg {
368
- typeUrl: "/ibc.core.channel.v1.MsgTimeout";
369
- value: Uint8Array;
370
- }
371
- /** MsgTimeout receives timed-out packet */
372
- export interface MsgTimeoutAmino {
373
- packet: PacketAmino;
374
- proof_unreceived: string;
375
- proof_height: HeightAmino;
376
- next_sequence_recv: string;
377
- signer: string;
378
- }
379
- export interface MsgTimeoutAminoMsg {
380
- type: "cosmos-sdk/MsgTimeout";
381
- value: MsgTimeoutAmino;
382
- }
383
- /** MsgTimeoutResponse defines the Msg/Timeout response type. */
384
- export interface MsgTimeoutResponse {
385
- result: ResponseResultType;
386
- }
387
- export interface MsgTimeoutResponseProtoMsg {
388
- typeUrl: "/ibc.core.channel.v1.MsgTimeoutResponse";
389
- value: Uint8Array;
390
- }
391
- /** MsgTimeoutResponse defines the Msg/Timeout response type. */
392
- export interface MsgTimeoutResponseAmino {
393
- result: ResponseResultType;
394
- }
395
- export interface MsgTimeoutResponseAminoMsg {
396
- type: "cosmos-sdk/MsgTimeoutResponse";
397
- value: MsgTimeoutResponseAmino;
398
- }
399
- /** MsgTimeoutOnClose timed-out packet upon counterparty channel closure. */
400
- export interface MsgTimeoutOnClose {
401
- packet: Packet;
402
- proofUnreceived: Uint8Array;
403
- proofClose: Uint8Array;
404
- proofHeight: Height;
405
- nextSequenceRecv: bigint;
406
- signer: string;
407
- counterpartyUpgradeSequence: bigint;
408
- }
409
- export interface MsgTimeoutOnCloseProtoMsg {
410
- typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose";
411
- value: Uint8Array;
412
- }
413
- /** MsgTimeoutOnClose timed-out packet upon counterparty channel closure. */
414
- export interface MsgTimeoutOnCloseAmino {
415
- packet: PacketAmino;
416
- proof_unreceived: string;
417
- proof_close: string;
418
- proof_height: HeightAmino;
419
- next_sequence_recv: string;
420
- signer: string;
421
- counterparty_upgrade_sequence: string;
422
- }
423
- export interface MsgTimeoutOnCloseAminoMsg {
424
- type: "cosmos-sdk/MsgTimeoutOnClose";
425
- value: MsgTimeoutOnCloseAmino;
426
- }
427
- /** MsgTimeoutOnCloseResponse defines the Msg/TimeoutOnClose response type. */
428
- export interface MsgTimeoutOnCloseResponse {
429
- result: ResponseResultType;
430
- }
431
- export interface MsgTimeoutOnCloseResponseProtoMsg {
432
- typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnCloseResponse";
433
- value: Uint8Array;
434
- }
435
- /** MsgTimeoutOnCloseResponse defines the Msg/TimeoutOnClose response type. */
436
- export interface MsgTimeoutOnCloseResponseAmino {
437
- result: ResponseResultType;
438
- }
439
- export interface MsgTimeoutOnCloseResponseAminoMsg {
440
- type: "cosmos-sdk/MsgTimeoutOnCloseResponse";
441
- value: MsgTimeoutOnCloseResponseAmino;
442
- }
443
- /** MsgAcknowledgement receives incoming IBC acknowledgement */
444
- export interface MsgAcknowledgement {
445
- packet: Packet;
446
- acknowledgement: Uint8Array;
447
- proofAcked: Uint8Array;
448
- proofHeight: Height;
449
- signer: string;
450
- }
451
- export interface MsgAcknowledgementProtoMsg {
452
- typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement";
453
- value: Uint8Array;
454
- }
455
- /** MsgAcknowledgement receives incoming IBC acknowledgement */
456
- export interface MsgAcknowledgementAmino {
457
- packet: PacketAmino;
458
- acknowledgement: string;
459
- proof_acked: string;
460
- proof_height: HeightAmino;
461
- signer: string;
462
- }
463
- export interface MsgAcknowledgementAminoMsg {
464
- type: "cosmos-sdk/MsgAcknowledgement";
465
- value: MsgAcknowledgementAmino;
466
- }
467
- /** MsgAcknowledgementResponse defines the Msg/Acknowledgement response type. */
468
- export interface MsgAcknowledgementResponse {
469
- result: ResponseResultType;
470
- }
471
- export interface MsgAcknowledgementResponseProtoMsg {
472
- typeUrl: "/ibc.core.channel.v1.MsgAcknowledgementResponse";
473
- value: Uint8Array;
474
- }
475
- /** MsgAcknowledgementResponse defines the Msg/Acknowledgement response type. */
476
- export interface MsgAcknowledgementResponseAmino {
477
- result: ResponseResultType;
478
- }
479
- export interface MsgAcknowledgementResponseAminoMsg {
480
- type: "cosmos-sdk/MsgAcknowledgementResponse";
481
- value: MsgAcknowledgementResponseAmino;
482
- }
483
- /**
484
- * MsgChannelUpgradeInit defines the request type for the ChannelUpgradeInit rpc
485
- * WARNING: Initializing a channel upgrade in the same block as opening the channel
486
- * may result in the counterparty being incapable of opening.
487
- */
488
- export interface MsgChannelUpgradeInit {
489
- portId: string;
490
- channelId: string;
491
- fields: UpgradeFields;
492
- signer: string;
493
- }
494
- export interface MsgChannelUpgradeInitProtoMsg {
495
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeInit";
496
- value: Uint8Array;
497
- }
498
- /**
499
- * MsgChannelUpgradeInit defines the request type for the ChannelUpgradeInit rpc
500
- * WARNING: Initializing a channel upgrade in the same block as opening the channel
501
- * may result in the counterparty being incapable of opening.
502
- */
503
- export interface MsgChannelUpgradeInitAmino {
504
- port_id: string;
505
- channel_id: string;
506
- fields: UpgradeFieldsAmino;
507
- signer: string;
508
- }
509
- export interface MsgChannelUpgradeInitAminoMsg {
510
- type: "cosmos-sdk/MsgChannelUpgradeInit";
511
- value: MsgChannelUpgradeInitAmino;
512
- }
513
- /** MsgChannelUpgradeInitResponse defines the MsgChannelUpgradeInit response type */
514
- export interface MsgChannelUpgradeInitResponse {
515
- upgrade: Upgrade;
516
- upgradeSequence: bigint;
517
- }
518
- export interface MsgChannelUpgradeInitResponseProtoMsg {
519
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeInitResponse";
520
- value: Uint8Array;
521
- }
522
- /** MsgChannelUpgradeInitResponse defines the MsgChannelUpgradeInit response type */
523
- export interface MsgChannelUpgradeInitResponseAmino {
524
- upgrade: UpgradeAmino;
525
- upgrade_sequence: string;
526
- }
527
- export interface MsgChannelUpgradeInitResponseAminoMsg {
528
- type: "cosmos-sdk/MsgChannelUpgradeInitResponse";
529
- value: MsgChannelUpgradeInitResponseAmino;
530
- }
531
- /** MsgChannelUpgradeTry defines the request type for the ChannelUpgradeTry rpc */
532
- export interface MsgChannelUpgradeTry {
533
- portId: string;
534
- channelId: string;
535
- proposedUpgradeConnectionHops: string[];
536
- counterpartyUpgradeFields: UpgradeFields;
537
- counterpartyUpgradeSequence: bigint;
538
- proofChannel: Uint8Array;
539
- proofUpgrade: Uint8Array;
540
- proofHeight: Height;
541
- signer: string;
542
- }
543
- export interface MsgChannelUpgradeTryProtoMsg {
544
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTry";
545
- value: Uint8Array;
546
- }
547
- /** MsgChannelUpgradeTry defines the request type for the ChannelUpgradeTry rpc */
548
- export interface MsgChannelUpgradeTryAmino {
549
- port_id: string;
550
- channel_id: string;
551
- proposed_upgrade_connection_hops: string[];
552
- counterparty_upgrade_fields: UpgradeFieldsAmino;
553
- counterparty_upgrade_sequence: string;
554
- proof_channel: string;
555
- proof_upgrade: string;
556
- proof_height: HeightAmino;
557
- signer: string;
558
- }
559
- export interface MsgChannelUpgradeTryAminoMsg {
560
- type: "cosmos-sdk/MsgChannelUpgradeTry";
561
- value: MsgChannelUpgradeTryAmino;
562
- }
563
- /** MsgChannelUpgradeTryResponse defines the MsgChannelUpgradeTry response type */
564
- export interface MsgChannelUpgradeTryResponse {
565
- upgrade: Upgrade;
566
- upgradeSequence: bigint;
567
- result: ResponseResultType;
568
- }
569
- export interface MsgChannelUpgradeTryResponseProtoMsg {
570
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTryResponse";
571
- value: Uint8Array;
572
- }
573
- /** MsgChannelUpgradeTryResponse defines the MsgChannelUpgradeTry response type */
574
- export interface MsgChannelUpgradeTryResponseAmino {
575
- upgrade: UpgradeAmino;
576
- upgrade_sequence: string;
577
- result: ResponseResultType;
578
- }
579
- export interface MsgChannelUpgradeTryResponseAminoMsg {
580
- type: "cosmos-sdk/MsgChannelUpgradeTryResponse";
581
- value: MsgChannelUpgradeTryResponseAmino;
582
- }
583
- /** MsgChannelUpgradeAck defines the request type for the ChannelUpgradeAck rpc */
584
- export interface MsgChannelUpgradeAck {
585
- portId: string;
586
- channelId: string;
587
- counterpartyUpgrade: Upgrade;
588
- proofChannel: Uint8Array;
589
- proofUpgrade: Uint8Array;
590
- proofHeight: Height;
591
- signer: string;
592
- }
593
- export interface MsgChannelUpgradeAckProtoMsg {
594
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeAck";
595
- value: Uint8Array;
596
- }
597
- /** MsgChannelUpgradeAck defines the request type for the ChannelUpgradeAck rpc */
598
- export interface MsgChannelUpgradeAckAmino {
599
- port_id: string;
600
- channel_id: string;
601
- counterparty_upgrade: UpgradeAmino;
602
- proof_channel: string;
603
- proof_upgrade: string;
604
- proof_height: HeightAmino;
605
- signer: string;
606
- }
607
- export interface MsgChannelUpgradeAckAminoMsg {
608
- type: "cosmos-sdk/MsgChannelUpgradeAck";
609
- value: MsgChannelUpgradeAckAmino;
610
- }
611
- /** MsgChannelUpgradeAckResponse defines MsgChannelUpgradeAck response type */
612
- export interface MsgChannelUpgradeAckResponse {
613
- result: ResponseResultType;
614
- }
615
- export interface MsgChannelUpgradeAckResponseProtoMsg {
616
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeAckResponse";
617
- value: Uint8Array;
618
- }
619
- /** MsgChannelUpgradeAckResponse defines MsgChannelUpgradeAck response type */
620
- export interface MsgChannelUpgradeAckResponseAmino {
621
- result: ResponseResultType;
622
- }
623
- export interface MsgChannelUpgradeAckResponseAminoMsg {
624
- type: "cosmos-sdk/MsgChannelUpgradeAckResponse";
625
- value: MsgChannelUpgradeAckResponseAmino;
626
- }
627
- /** MsgChannelUpgradeConfirm defines the request type for the ChannelUpgradeConfirm rpc */
628
- export interface MsgChannelUpgradeConfirm {
629
- portId: string;
630
- channelId: string;
631
- counterpartyChannelState: State;
632
- counterpartyUpgrade: Upgrade;
633
- proofChannel: Uint8Array;
634
- proofUpgrade: Uint8Array;
635
- proofHeight: Height;
636
- signer: string;
637
- }
638
- export interface MsgChannelUpgradeConfirmProtoMsg {
639
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeConfirm";
640
- value: Uint8Array;
641
- }
642
- /** MsgChannelUpgradeConfirm defines the request type for the ChannelUpgradeConfirm rpc */
643
- export interface MsgChannelUpgradeConfirmAmino {
644
- port_id: string;
645
- channel_id: string;
646
- counterparty_channel_state: State;
647
- counterparty_upgrade: UpgradeAmino;
648
- proof_channel: string;
649
- proof_upgrade: string;
650
- proof_height: HeightAmino;
651
- signer: string;
652
- }
653
- export interface MsgChannelUpgradeConfirmAminoMsg {
654
- type: "cosmos-sdk/MsgChannelUpgradeConfirm";
655
- value: MsgChannelUpgradeConfirmAmino;
656
- }
657
- /** MsgChannelUpgradeConfirmResponse defines MsgChannelUpgradeConfirm response type */
658
- export interface MsgChannelUpgradeConfirmResponse {
659
- result: ResponseResultType;
660
- }
661
- export interface MsgChannelUpgradeConfirmResponseProtoMsg {
662
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeConfirmResponse";
663
- value: Uint8Array;
664
- }
665
- /** MsgChannelUpgradeConfirmResponse defines MsgChannelUpgradeConfirm response type */
666
- export interface MsgChannelUpgradeConfirmResponseAmino {
667
- result: ResponseResultType;
668
- }
669
- export interface MsgChannelUpgradeConfirmResponseAminoMsg {
670
- type: "cosmos-sdk/MsgChannelUpgradeConfirmResponse";
671
- value: MsgChannelUpgradeConfirmResponseAmino;
672
- }
673
- /** MsgChannelUpgradeOpen defines the request type for the ChannelUpgradeOpen rpc */
674
- export interface MsgChannelUpgradeOpen {
675
- portId: string;
676
- channelId: string;
677
- counterpartyChannelState: State;
678
- counterpartyUpgradeSequence: bigint;
679
- proofChannel: Uint8Array;
680
- proofHeight: Height;
681
- signer: string;
682
- }
683
- export interface MsgChannelUpgradeOpenProtoMsg {
684
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeOpen";
685
- value: Uint8Array;
686
- }
687
- /** MsgChannelUpgradeOpen defines the request type for the ChannelUpgradeOpen rpc */
688
- export interface MsgChannelUpgradeOpenAmino {
689
- port_id: string;
690
- channel_id: string;
691
- counterparty_channel_state: State;
692
- counterparty_upgrade_sequence: string;
693
- proof_channel: string;
694
- proof_height: HeightAmino;
695
- signer: string;
696
- }
697
- export interface MsgChannelUpgradeOpenAminoMsg {
698
- type: "cosmos-sdk/MsgChannelUpgradeOpen";
699
- value: MsgChannelUpgradeOpenAmino;
700
- }
701
- /** MsgChannelUpgradeOpenResponse defines the MsgChannelUpgradeOpen response type */
702
- export interface MsgChannelUpgradeOpenResponse {
703
- }
704
- export interface MsgChannelUpgradeOpenResponseProtoMsg {
705
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeOpenResponse";
706
- value: Uint8Array;
707
- }
708
- /** MsgChannelUpgradeOpenResponse defines the MsgChannelUpgradeOpen response type */
709
- export interface MsgChannelUpgradeOpenResponseAmino {
710
- }
711
- export interface MsgChannelUpgradeOpenResponseAminoMsg {
712
- type: "cosmos-sdk/MsgChannelUpgradeOpenResponse";
713
- value: MsgChannelUpgradeOpenResponseAmino;
714
- }
715
- /** MsgChannelUpgradeTimeout defines the request type for the ChannelUpgradeTimeout rpc */
716
- export interface MsgChannelUpgradeTimeout {
717
- portId: string;
718
- channelId: string;
719
- counterpartyChannel: Channel;
720
- proofChannel: Uint8Array;
721
- proofHeight: Height;
722
- signer: string;
723
- }
724
- export interface MsgChannelUpgradeTimeoutProtoMsg {
725
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTimeout";
726
- value: Uint8Array;
727
- }
728
- /** MsgChannelUpgradeTimeout defines the request type for the ChannelUpgradeTimeout rpc */
729
- export interface MsgChannelUpgradeTimeoutAmino {
730
- port_id: string;
731
- channel_id: string;
732
- counterparty_channel: ChannelAmino;
733
- proof_channel: string;
734
- proof_height: HeightAmino;
735
- signer: string;
736
- }
737
- export interface MsgChannelUpgradeTimeoutAminoMsg {
738
- type: "cosmos-sdk/MsgChannelUpgradeTimeout";
739
- value: MsgChannelUpgradeTimeoutAmino;
740
- }
741
- /** MsgChannelUpgradeTimeoutRepsonse defines the MsgChannelUpgradeTimeout response type */
742
- export interface MsgChannelUpgradeTimeoutResponse {
743
- }
744
- export interface MsgChannelUpgradeTimeoutResponseProtoMsg {
745
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTimeoutResponse";
746
- value: Uint8Array;
747
- }
748
- /** MsgChannelUpgradeTimeoutRepsonse defines the MsgChannelUpgradeTimeout response type */
749
- export interface MsgChannelUpgradeTimeoutResponseAmino {
750
- }
751
- export interface MsgChannelUpgradeTimeoutResponseAminoMsg {
752
- type: "cosmos-sdk/MsgChannelUpgradeTimeoutResponse";
753
- value: MsgChannelUpgradeTimeoutResponseAmino;
754
- }
755
- /** MsgChannelUpgradeCancel defines the request type for the ChannelUpgradeCancel rpc */
756
- export interface MsgChannelUpgradeCancel {
757
- portId: string;
758
- channelId: string;
759
- errorReceipt: ErrorReceipt;
760
- proofErrorReceipt: Uint8Array;
761
- proofHeight: Height;
762
- signer: string;
763
- }
764
- export interface MsgChannelUpgradeCancelProtoMsg {
765
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeCancel";
766
- value: Uint8Array;
767
- }
768
- /** MsgChannelUpgradeCancel defines the request type for the ChannelUpgradeCancel rpc */
769
- export interface MsgChannelUpgradeCancelAmino {
770
- port_id: string;
771
- channel_id: string;
772
- error_receipt: ErrorReceiptAmino;
773
- proof_error_receipt: string;
774
- proof_height: HeightAmino;
775
- signer: string;
776
- }
777
- export interface MsgChannelUpgradeCancelAminoMsg {
778
- type: "cosmos-sdk/MsgChannelUpgradeCancel";
779
- value: MsgChannelUpgradeCancelAmino;
780
- }
781
- /** MsgChannelUpgradeCancelResponse defines the MsgChannelUpgradeCancel response type */
782
- export interface MsgChannelUpgradeCancelResponse {
783
- }
784
- export interface MsgChannelUpgradeCancelResponseProtoMsg {
785
- typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeCancelResponse";
786
- value: Uint8Array;
787
- }
788
- /** MsgChannelUpgradeCancelResponse defines the MsgChannelUpgradeCancel response type */
789
- export interface MsgChannelUpgradeCancelResponseAmino {
790
- }
791
- export interface MsgChannelUpgradeCancelResponseAminoMsg {
792
- type: "cosmos-sdk/MsgChannelUpgradeCancelResponse";
793
- value: MsgChannelUpgradeCancelResponseAmino;
794
- }
795
- /** MsgUpdateParams is the MsgUpdateParams request type. */
796
- export interface MsgUpdateParams {
797
- /** authority is the address that controls the module (defaults to x/gov unless overwritten). */
798
- authority: string;
799
- /**
800
- * params defines the channel parameters to update.
801
- *
802
- * NOTE: All parameters must be supplied.
803
- */
804
- params: Params;
805
- }
806
- export interface MsgUpdateParamsProtoMsg {
807
- typeUrl: "/ibc.core.channel.v1.MsgUpdateParams";
808
- value: Uint8Array;
809
- }
810
- /** MsgUpdateParams is the MsgUpdateParams request type. */
811
- export interface MsgUpdateParamsAmino {
812
- /** authority is the address that controls the module (defaults to x/gov unless overwritten). */
813
- authority: string;
814
- /**
815
- * params defines the channel parameters to update.
816
- *
817
- * NOTE: All parameters must be supplied.
818
- */
819
- params: ParamsAmino;
820
- }
821
- export interface MsgUpdateParamsAminoMsg {
822
- type: "cosmos-sdk/MsgUpdateParams";
823
- value: MsgUpdateParamsAmino;
824
- }
825
- /** MsgUpdateParamsResponse defines the MsgUpdateParams response type. */
826
- export interface MsgUpdateParamsResponse {
827
- }
828
- export interface MsgUpdateParamsResponseProtoMsg {
829
- typeUrl: "/ibc.core.channel.v1.MsgUpdateParamsResponse";
830
- value: Uint8Array;
831
- }
832
- /** MsgUpdateParamsResponse defines the MsgUpdateParams response type. */
833
- export interface MsgUpdateParamsResponseAmino {
834
- }
835
- export interface MsgUpdateParamsResponseAminoMsg {
836
- type: "cosmos-sdk/MsgUpdateParamsResponse";
837
- value: MsgUpdateParamsResponseAmino;
838
- }
839
- /** MsgPruneAcknowledgements defines the request type for the PruneAcknowledgements rpc. */
840
- export interface MsgPruneAcknowledgements {
841
- portId: string;
842
- channelId: string;
843
- limit: bigint;
844
- signer: string;
845
- }
846
- export interface MsgPruneAcknowledgementsProtoMsg {
847
- typeUrl: "/ibc.core.channel.v1.MsgPruneAcknowledgements";
848
- value: Uint8Array;
849
- }
850
- /** MsgPruneAcknowledgements defines the request type for the PruneAcknowledgements rpc. */
851
- export interface MsgPruneAcknowledgementsAmino {
852
- port_id: string;
853
- channel_id: string;
854
- limit: string;
855
- signer: string;
856
- }
857
- export interface MsgPruneAcknowledgementsAminoMsg {
858
- type: "cosmos-sdk/MsgPruneAcknowledgements";
859
- value: MsgPruneAcknowledgementsAmino;
860
- }
861
- /** MsgPruneAcknowledgementsResponse defines the response type for the PruneAcknowledgements rpc. */
862
- export interface MsgPruneAcknowledgementsResponse {
863
- /** Number of sequences pruned (includes both packet acknowledgements and packet receipts where appropriate). */
864
- totalPrunedSequences: bigint;
865
- /** Number of sequences left after pruning. */
866
- totalRemainingSequences: bigint;
867
- }
868
- export interface MsgPruneAcknowledgementsResponseProtoMsg {
869
- typeUrl: "/ibc.core.channel.v1.MsgPruneAcknowledgementsResponse";
870
- value: Uint8Array;
871
- }
872
- /** MsgPruneAcknowledgementsResponse defines the response type for the PruneAcknowledgements rpc. */
873
- export interface MsgPruneAcknowledgementsResponseAmino {
874
- /** Number of sequences pruned (includes both packet acknowledgements and packet receipts where appropriate). */
875
- total_pruned_sequences: string;
876
- /** Number of sequences left after pruning. */
877
- total_remaining_sequences: string;
878
- }
879
- export interface MsgPruneAcknowledgementsResponseAminoMsg {
880
- type: "cosmos-sdk/MsgPruneAcknowledgementsResponse";
881
- value: MsgPruneAcknowledgementsResponseAmino;
882
- }
883
- export declare const MsgChannelOpenInit: {
884
- typeUrl: string;
885
- aminoType: string;
886
- is(o: any): o is MsgChannelOpenInit;
887
- isAmino(o: any): o is MsgChannelOpenInitAmino;
888
- encode(message: MsgChannelOpenInit, writer?: BinaryWriter): BinaryWriter;
889
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelOpenInit;
890
- fromPartial(object: DeepPartial<MsgChannelOpenInit>): MsgChannelOpenInit;
891
- fromAmino(object: MsgChannelOpenInitAmino): MsgChannelOpenInit;
892
- toAmino(message: MsgChannelOpenInit): MsgChannelOpenInitAmino;
893
- fromAminoMsg(object: MsgChannelOpenInitAminoMsg): MsgChannelOpenInit;
894
- toAminoMsg(message: MsgChannelOpenInit): MsgChannelOpenInitAminoMsg;
895
- fromProtoMsg(message: MsgChannelOpenInitProtoMsg): MsgChannelOpenInit;
896
- toProto(message: MsgChannelOpenInit): Uint8Array;
897
- toProtoMsg(message: MsgChannelOpenInit): MsgChannelOpenInitProtoMsg;
898
- };
899
- export declare const MsgChannelOpenInitResponse: {
900
- typeUrl: string;
901
- aminoType: string;
902
- is(o: any): o is MsgChannelOpenInitResponse;
903
- isAmino(o: any): o is MsgChannelOpenInitResponseAmino;
904
- encode(message: MsgChannelOpenInitResponse, writer?: BinaryWriter): BinaryWriter;
905
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelOpenInitResponse;
906
- fromPartial(object: DeepPartial<MsgChannelOpenInitResponse>): MsgChannelOpenInitResponse;
907
- fromAmino(object: MsgChannelOpenInitResponseAmino): MsgChannelOpenInitResponse;
908
- toAmino(message: MsgChannelOpenInitResponse): MsgChannelOpenInitResponseAmino;
909
- fromAminoMsg(object: MsgChannelOpenInitResponseAminoMsg): MsgChannelOpenInitResponse;
910
- toAminoMsg(message: MsgChannelOpenInitResponse): MsgChannelOpenInitResponseAminoMsg;
911
- fromProtoMsg(message: MsgChannelOpenInitResponseProtoMsg): MsgChannelOpenInitResponse;
912
- toProto(message: MsgChannelOpenInitResponse): Uint8Array;
913
- toProtoMsg(message: MsgChannelOpenInitResponse): MsgChannelOpenInitResponseProtoMsg;
914
- };
915
- export declare const MsgChannelOpenTry: {
916
- typeUrl: string;
917
- aminoType: string;
918
- is(o: any): o is MsgChannelOpenTry;
919
- isAmino(o: any): o is MsgChannelOpenTryAmino;
920
- encode(message: MsgChannelOpenTry, writer?: BinaryWriter): BinaryWriter;
921
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelOpenTry;
922
- fromPartial(object: DeepPartial<MsgChannelOpenTry>): MsgChannelOpenTry;
923
- fromAmino(object: MsgChannelOpenTryAmino): MsgChannelOpenTry;
924
- toAmino(message: MsgChannelOpenTry): MsgChannelOpenTryAmino;
925
- fromAminoMsg(object: MsgChannelOpenTryAminoMsg): MsgChannelOpenTry;
926
- toAminoMsg(message: MsgChannelOpenTry): MsgChannelOpenTryAminoMsg;
927
- fromProtoMsg(message: MsgChannelOpenTryProtoMsg): MsgChannelOpenTry;
928
- toProto(message: MsgChannelOpenTry): Uint8Array;
929
- toProtoMsg(message: MsgChannelOpenTry): MsgChannelOpenTryProtoMsg;
930
- };
931
- export declare const MsgChannelOpenTryResponse: {
932
- typeUrl: string;
933
- aminoType: string;
934
- is(o: any): o is MsgChannelOpenTryResponse;
935
- isAmino(o: any): o is MsgChannelOpenTryResponseAmino;
936
- encode(message: MsgChannelOpenTryResponse, writer?: BinaryWriter): BinaryWriter;
937
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelOpenTryResponse;
938
- fromPartial(object: DeepPartial<MsgChannelOpenTryResponse>): MsgChannelOpenTryResponse;
939
- fromAmino(object: MsgChannelOpenTryResponseAmino): MsgChannelOpenTryResponse;
940
- toAmino(message: MsgChannelOpenTryResponse): MsgChannelOpenTryResponseAmino;
941
- fromAminoMsg(object: MsgChannelOpenTryResponseAminoMsg): MsgChannelOpenTryResponse;
942
- toAminoMsg(message: MsgChannelOpenTryResponse): MsgChannelOpenTryResponseAminoMsg;
943
- fromProtoMsg(message: MsgChannelOpenTryResponseProtoMsg): MsgChannelOpenTryResponse;
944
- toProto(message: MsgChannelOpenTryResponse): Uint8Array;
945
- toProtoMsg(message: MsgChannelOpenTryResponse): MsgChannelOpenTryResponseProtoMsg;
946
- };
947
- export declare const MsgChannelOpenAck: {
948
- typeUrl: string;
949
- aminoType: string;
950
- is(o: any): o is MsgChannelOpenAck;
951
- isAmino(o: any): o is MsgChannelOpenAckAmino;
952
- encode(message: MsgChannelOpenAck, writer?: BinaryWriter): BinaryWriter;
953
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelOpenAck;
954
- fromPartial(object: DeepPartial<MsgChannelOpenAck>): MsgChannelOpenAck;
955
- fromAmino(object: MsgChannelOpenAckAmino): MsgChannelOpenAck;
956
- toAmino(message: MsgChannelOpenAck): MsgChannelOpenAckAmino;
957
- fromAminoMsg(object: MsgChannelOpenAckAminoMsg): MsgChannelOpenAck;
958
- toAminoMsg(message: MsgChannelOpenAck): MsgChannelOpenAckAminoMsg;
959
- fromProtoMsg(message: MsgChannelOpenAckProtoMsg): MsgChannelOpenAck;
960
- toProto(message: MsgChannelOpenAck): Uint8Array;
961
- toProtoMsg(message: MsgChannelOpenAck): MsgChannelOpenAckProtoMsg;
962
- };
963
- export declare const MsgChannelOpenAckResponse: {
964
- typeUrl: string;
965
- aminoType: string;
966
- is(o: any): o is MsgChannelOpenAckResponse;
967
- isAmino(o: any): o is MsgChannelOpenAckResponseAmino;
968
- encode(_: MsgChannelOpenAckResponse, writer?: BinaryWriter): BinaryWriter;
969
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelOpenAckResponse;
970
- fromPartial(_: DeepPartial<MsgChannelOpenAckResponse>): MsgChannelOpenAckResponse;
971
- fromAmino(_: MsgChannelOpenAckResponseAmino): MsgChannelOpenAckResponse;
972
- toAmino(_: MsgChannelOpenAckResponse): MsgChannelOpenAckResponseAmino;
973
- fromAminoMsg(object: MsgChannelOpenAckResponseAminoMsg): MsgChannelOpenAckResponse;
974
- toAminoMsg(message: MsgChannelOpenAckResponse): MsgChannelOpenAckResponseAminoMsg;
975
- fromProtoMsg(message: MsgChannelOpenAckResponseProtoMsg): MsgChannelOpenAckResponse;
976
- toProto(message: MsgChannelOpenAckResponse): Uint8Array;
977
- toProtoMsg(message: MsgChannelOpenAckResponse): MsgChannelOpenAckResponseProtoMsg;
978
- };
979
- export declare const MsgChannelOpenConfirm: {
980
- typeUrl: string;
981
- aminoType: string;
982
- is(o: any): o is MsgChannelOpenConfirm;
983
- isAmino(o: any): o is MsgChannelOpenConfirmAmino;
984
- encode(message: MsgChannelOpenConfirm, writer?: BinaryWriter): BinaryWriter;
985
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelOpenConfirm;
986
- fromPartial(object: DeepPartial<MsgChannelOpenConfirm>): MsgChannelOpenConfirm;
987
- fromAmino(object: MsgChannelOpenConfirmAmino): MsgChannelOpenConfirm;
988
- toAmino(message: MsgChannelOpenConfirm): MsgChannelOpenConfirmAmino;
989
- fromAminoMsg(object: MsgChannelOpenConfirmAminoMsg): MsgChannelOpenConfirm;
990
- toAminoMsg(message: MsgChannelOpenConfirm): MsgChannelOpenConfirmAminoMsg;
991
- fromProtoMsg(message: MsgChannelOpenConfirmProtoMsg): MsgChannelOpenConfirm;
992
- toProto(message: MsgChannelOpenConfirm): Uint8Array;
993
- toProtoMsg(message: MsgChannelOpenConfirm): MsgChannelOpenConfirmProtoMsg;
994
- };
995
- export declare const MsgChannelOpenConfirmResponse: {
996
- typeUrl: string;
997
- aminoType: string;
998
- is(o: any): o is MsgChannelOpenConfirmResponse;
999
- isAmino(o: any): o is MsgChannelOpenConfirmResponseAmino;
1000
- encode(_: MsgChannelOpenConfirmResponse, writer?: BinaryWriter): BinaryWriter;
1001
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelOpenConfirmResponse;
1002
- fromPartial(_: DeepPartial<MsgChannelOpenConfirmResponse>): MsgChannelOpenConfirmResponse;
1003
- fromAmino(_: MsgChannelOpenConfirmResponseAmino): MsgChannelOpenConfirmResponse;
1004
- toAmino(_: MsgChannelOpenConfirmResponse): MsgChannelOpenConfirmResponseAmino;
1005
- fromAminoMsg(object: MsgChannelOpenConfirmResponseAminoMsg): MsgChannelOpenConfirmResponse;
1006
- toAminoMsg(message: MsgChannelOpenConfirmResponse): MsgChannelOpenConfirmResponseAminoMsg;
1007
- fromProtoMsg(message: MsgChannelOpenConfirmResponseProtoMsg): MsgChannelOpenConfirmResponse;
1008
- toProto(message: MsgChannelOpenConfirmResponse): Uint8Array;
1009
- toProtoMsg(message: MsgChannelOpenConfirmResponse): MsgChannelOpenConfirmResponseProtoMsg;
1010
- };
1011
- export declare const MsgChannelCloseInit: {
1012
- typeUrl: string;
1013
- aminoType: string;
1014
- is(o: any): o is MsgChannelCloseInit;
1015
- isAmino(o: any): o is MsgChannelCloseInitAmino;
1016
- encode(message: MsgChannelCloseInit, writer?: BinaryWriter): BinaryWriter;
1017
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelCloseInit;
1018
- fromPartial(object: DeepPartial<MsgChannelCloseInit>): MsgChannelCloseInit;
1019
- fromAmino(object: MsgChannelCloseInitAmino): MsgChannelCloseInit;
1020
- toAmino(message: MsgChannelCloseInit): MsgChannelCloseInitAmino;
1021
- fromAminoMsg(object: MsgChannelCloseInitAminoMsg): MsgChannelCloseInit;
1022
- toAminoMsg(message: MsgChannelCloseInit): MsgChannelCloseInitAminoMsg;
1023
- fromProtoMsg(message: MsgChannelCloseInitProtoMsg): MsgChannelCloseInit;
1024
- toProto(message: MsgChannelCloseInit): Uint8Array;
1025
- toProtoMsg(message: MsgChannelCloseInit): MsgChannelCloseInitProtoMsg;
1026
- };
1027
- export declare const MsgChannelCloseInitResponse: {
1028
- typeUrl: string;
1029
- aminoType: string;
1030
- is(o: any): o is MsgChannelCloseInitResponse;
1031
- isAmino(o: any): o is MsgChannelCloseInitResponseAmino;
1032
- encode(_: MsgChannelCloseInitResponse, writer?: BinaryWriter): BinaryWriter;
1033
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelCloseInitResponse;
1034
- fromPartial(_: DeepPartial<MsgChannelCloseInitResponse>): MsgChannelCloseInitResponse;
1035
- fromAmino(_: MsgChannelCloseInitResponseAmino): MsgChannelCloseInitResponse;
1036
- toAmino(_: MsgChannelCloseInitResponse): MsgChannelCloseInitResponseAmino;
1037
- fromAminoMsg(object: MsgChannelCloseInitResponseAminoMsg): MsgChannelCloseInitResponse;
1038
- toAminoMsg(message: MsgChannelCloseInitResponse): MsgChannelCloseInitResponseAminoMsg;
1039
- fromProtoMsg(message: MsgChannelCloseInitResponseProtoMsg): MsgChannelCloseInitResponse;
1040
- toProto(message: MsgChannelCloseInitResponse): Uint8Array;
1041
- toProtoMsg(message: MsgChannelCloseInitResponse): MsgChannelCloseInitResponseProtoMsg;
1042
- };
1043
- export declare const MsgChannelCloseConfirm: {
1044
- typeUrl: string;
1045
- aminoType: string;
1046
- is(o: any): o is MsgChannelCloseConfirm;
1047
- isAmino(o: any): o is MsgChannelCloseConfirmAmino;
1048
- encode(message: MsgChannelCloseConfirm, writer?: BinaryWriter): BinaryWriter;
1049
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelCloseConfirm;
1050
- fromPartial(object: DeepPartial<MsgChannelCloseConfirm>): MsgChannelCloseConfirm;
1051
- fromAmino(object: MsgChannelCloseConfirmAmino): MsgChannelCloseConfirm;
1052
- toAmino(message: MsgChannelCloseConfirm): MsgChannelCloseConfirmAmino;
1053
- fromAminoMsg(object: MsgChannelCloseConfirmAminoMsg): MsgChannelCloseConfirm;
1054
- toAminoMsg(message: MsgChannelCloseConfirm): MsgChannelCloseConfirmAminoMsg;
1055
- fromProtoMsg(message: MsgChannelCloseConfirmProtoMsg): MsgChannelCloseConfirm;
1056
- toProto(message: MsgChannelCloseConfirm): Uint8Array;
1057
- toProtoMsg(message: MsgChannelCloseConfirm): MsgChannelCloseConfirmProtoMsg;
1058
- };
1059
- export declare const MsgChannelCloseConfirmResponse: {
1060
- typeUrl: string;
1061
- aminoType: string;
1062
- is(o: any): o is MsgChannelCloseConfirmResponse;
1063
- isAmino(o: any): o is MsgChannelCloseConfirmResponseAmino;
1064
- encode(_: MsgChannelCloseConfirmResponse, writer?: BinaryWriter): BinaryWriter;
1065
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelCloseConfirmResponse;
1066
- fromPartial(_: DeepPartial<MsgChannelCloseConfirmResponse>): MsgChannelCloseConfirmResponse;
1067
- fromAmino(_: MsgChannelCloseConfirmResponseAmino): MsgChannelCloseConfirmResponse;
1068
- toAmino(_: MsgChannelCloseConfirmResponse): MsgChannelCloseConfirmResponseAmino;
1069
- fromAminoMsg(object: MsgChannelCloseConfirmResponseAminoMsg): MsgChannelCloseConfirmResponse;
1070
- toAminoMsg(message: MsgChannelCloseConfirmResponse): MsgChannelCloseConfirmResponseAminoMsg;
1071
- fromProtoMsg(message: MsgChannelCloseConfirmResponseProtoMsg): MsgChannelCloseConfirmResponse;
1072
- toProto(message: MsgChannelCloseConfirmResponse): Uint8Array;
1073
- toProtoMsg(message: MsgChannelCloseConfirmResponse): MsgChannelCloseConfirmResponseProtoMsg;
1074
- };
1075
- export declare const MsgRecvPacket: {
1076
- typeUrl: string;
1077
- aminoType: string;
1078
- is(o: any): o is MsgRecvPacket;
1079
- isAmino(o: any): o is MsgRecvPacketAmino;
1080
- encode(message: MsgRecvPacket, writer?: BinaryWriter): BinaryWriter;
1081
- decode(input: BinaryReader | Uint8Array, length?: number): MsgRecvPacket;
1082
- fromPartial(object: DeepPartial<MsgRecvPacket>): MsgRecvPacket;
1083
- fromAmino(object: MsgRecvPacketAmino): MsgRecvPacket;
1084
- toAmino(message: MsgRecvPacket): MsgRecvPacketAmino;
1085
- fromAminoMsg(object: MsgRecvPacketAminoMsg): MsgRecvPacket;
1086
- toAminoMsg(message: MsgRecvPacket): MsgRecvPacketAminoMsg;
1087
- fromProtoMsg(message: MsgRecvPacketProtoMsg): MsgRecvPacket;
1088
- toProto(message: MsgRecvPacket): Uint8Array;
1089
- toProtoMsg(message: MsgRecvPacket): MsgRecvPacketProtoMsg;
1090
- };
1091
- export declare const MsgRecvPacketResponse: {
1092
- typeUrl: string;
1093
- aminoType: string;
1094
- is(o: any): o is MsgRecvPacketResponse;
1095
- isAmino(o: any): o is MsgRecvPacketResponseAmino;
1096
- encode(message: MsgRecvPacketResponse, writer?: BinaryWriter): BinaryWriter;
1097
- decode(input: BinaryReader | Uint8Array, length?: number): MsgRecvPacketResponse;
1098
- fromPartial(object: DeepPartial<MsgRecvPacketResponse>): MsgRecvPacketResponse;
1099
- fromAmino(object: MsgRecvPacketResponseAmino): MsgRecvPacketResponse;
1100
- toAmino(message: MsgRecvPacketResponse): MsgRecvPacketResponseAmino;
1101
- fromAminoMsg(object: MsgRecvPacketResponseAminoMsg): MsgRecvPacketResponse;
1102
- toAminoMsg(message: MsgRecvPacketResponse): MsgRecvPacketResponseAminoMsg;
1103
- fromProtoMsg(message: MsgRecvPacketResponseProtoMsg): MsgRecvPacketResponse;
1104
- toProto(message: MsgRecvPacketResponse): Uint8Array;
1105
- toProtoMsg(message: MsgRecvPacketResponse): MsgRecvPacketResponseProtoMsg;
1106
- };
1107
- export declare const MsgTimeout: {
1108
- typeUrl: string;
1109
- aminoType: string;
1110
- is(o: any): o is MsgTimeout;
1111
- isAmino(o: any): o is MsgTimeoutAmino;
1112
- encode(message: MsgTimeout, writer?: BinaryWriter): BinaryWriter;
1113
- decode(input: BinaryReader | Uint8Array, length?: number): MsgTimeout;
1114
- fromPartial(object: DeepPartial<MsgTimeout>): MsgTimeout;
1115
- fromAmino(object: MsgTimeoutAmino): MsgTimeout;
1116
- toAmino(message: MsgTimeout): MsgTimeoutAmino;
1117
- fromAminoMsg(object: MsgTimeoutAminoMsg): MsgTimeout;
1118
- toAminoMsg(message: MsgTimeout): MsgTimeoutAminoMsg;
1119
- fromProtoMsg(message: MsgTimeoutProtoMsg): MsgTimeout;
1120
- toProto(message: MsgTimeout): Uint8Array;
1121
- toProtoMsg(message: MsgTimeout): MsgTimeoutProtoMsg;
1122
- };
1123
- export declare const MsgTimeoutResponse: {
1124
- typeUrl: string;
1125
- aminoType: string;
1126
- is(o: any): o is MsgTimeoutResponse;
1127
- isAmino(o: any): o is MsgTimeoutResponseAmino;
1128
- encode(message: MsgTimeoutResponse, writer?: BinaryWriter): BinaryWriter;
1129
- decode(input: BinaryReader | Uint8Array, length?: number): MsgTimeoutResponse;
1130
- fromPartial(object: DeepPartial<MsgTimeoutResponse>): MsgTimeoutResponse;
1131
- fromAmino(object: MsgTimeoutResponseAmino): MsgTimeoutResponse;
1132
- toAmino(message: MsgTimeoutResponse): MsgTimeoutResponseAmino;
1133
- fromAminoMsg(object: MsgTimeoutResponseAminoMsg): MsgTimeoutResponse;
1134
- toAminoMsg(message: MsgTimeoutResponse): MsgTimeoutResponseAminoMsg;
1135
- fromProtoMsg(message: MsgTimeoutResponseProtoMsg): MsgTimeoutResponse;
1136
- toProto(message: MsgTimeoutResponse): Uint8Array;
1137
- toProtoMsg(message: MsgTimeoutResponse): MsgTimeoutResponseProtoMsg;
1138
- };
1139
- export declare const MsgTimeoutOnClose: {
1140
- typeUrl: string;
1141
- aminoType: string;
1142
- is(o: any): o is MsgTimeoutOnClose;
1143
- isAmino(o: any): o is MsgTimeoutOnCloseAmino;
1144
- encode(message: MsgTimeoutOnClose, writer?: BinaryWriter): BinaryWriter;
1145
- decode(input: BinaryReader | Uint8Array, length?: number): MsgTimeoutOnClose;
1146
- fromPartial(object: DeepPartial<MsgTimeoutOnClose>): MsgTimeoutOnClose;
1147
- fromAmino(object: MsgTimeoutOnCloseAmino): MsgTimeoutOnClose;
1148
- toAmino(message: MsgTimeoutOnClose): MsgTimeoutOnCloseAmino;
1149
- fromAminoMsg(object: MsgTimeoutOnCloseAminoMsg): MsgTimeoutOnClose;
1150
- toAminoMsg(message: MsgTimeoutOnClose): MsgTimeoutOnCloseAminoMsg;
1151
- fromProtoMsg(message: MsgTimeoutOnCloseProtoMsg): MsgTimeoutOnClose;
1152
- toProto(message: MsgTimeoutOnClose): Uint8Array;
1153
- toProtoMsg(message: MsgTimeoutOnClose): MsgTimeoutOnCloseProtoMsg;
1154
- };
1155
- export declare const MsgTimeoutOnCloseResponse: {
1156
- typeUrl: string;
1157
- aminoType: string;
1158
- is(o: any): o is MsgTimeoutOnCloseResponse;
1159
- isAmino(o: any): o is MsgTimeoutOnCloseResponseAmino;
1160
- encode(message: MsgTimeoutOnCloseResponse, writer?: BinaryWriter): BinaryWriter;
1161
- decode(input: BinaryReader | Uint8Array, length?: number): MsgTimeoutOnCloseResponse;
1162
- fromPartial(object: DeepPartial<MsgTimeoutOnCloseResponse>): MsgTimeoutOnCloseResponse;
1163
- fromAmino(object: MsgTimeoutOnCloseResponseAmino): MsgTimeoutOnCloseResponse;
1164
- toAmino(message: MsgTimeoutOnCloseResponse): MsgTimeoutOnCloseResponseAmino;
1165
- fromAminoMsg(object: MsgTimeoutOnCloseResponseAminoMsg): MsgTimeoutOnCloseResponse;
1166
- toAminoMsg(message: MsgTimeoutOnCloseResponse): MsgTimeoutOnCloseResponseAminoMsg;
1167
- fromProtoMsg(message: MsgTimeoutOnCloseResponseProtoMsg): MsgTimeoutOnCloseResponse;
1168
- toProto(message: MsgTimeoutOnCloseResponse): Uint8Array;
1169
- toProtoMsg(message: MsgTimeoutOnCloseResponse): MsgTimeoutOnCloseResponseProtoMsg;
1170
- };
1171
- export declare const MsgAcknowledgement: {
1172
- typeUrl: string;
1173
- aminoType: string;
1174
- is(o: any): o is MsgAcknowledgement;
1175
- isAmino(o: any): o is MsgAcknowledgementAmino;
1176
- encode(message: MsgAcknowledgement, writer?: BinaryWriter): BinaryWriter;
1177
- decode(input: BinaryReader | Uint8Array, length?: number): MsgAcknowledgement;
1178
- fromPartial(object: DeepPartial<MsgAcknowledgement>): MsgAcknowledgement;
1179
- fromAmino(object: MsgAcknowledgementAmino): MsgAcknowledgement;
1180
- toAmino(message: MsgAcknowledgement): MsgAcknowledgementAmino;
1181
- fromAminoMsg(object: MsgAcknowledgementAminoMsg): MsgAcknowledgement;
1182
- toAminoMsg(message: MsgAcknowledgement): MsgAcknowledgementAminoMsg;
1183
- fromProtoMsg(message: MsgAcknowledgementProtoMsg): MsgAcknowledgement;
1184
- toProto(message: MsgAcknowledgement): Uint8Array;
1185
- toProtoMsg(message: MsgAcknowledgement): MsgAcknowledgementProtoMsg;
1186
- };
1187
- export declare const MsgAcknowledgementResponse: {
1188
- typeUrl: string;
1189
- aminoType: string;
1190
- is(o: any): o is MsgAcknowledgementResponse;
1191
- isAmino(o: any): o is MsgAcknowledgementResponseAmino;
1192
- encode(message: MsgAcknowledgementResponse, writer?: BinaryWriter): BinaryWriter;
1193
- decode(input: BinaryReader | Uint8Array, length?: number): MsgAcknowledgementResponse;
1194
- fromPartial(object: DeepPartial<MsgAcknowledgementResponse>): MsgAcknowledgementResponse;
1195
- fromAmino(object: MsgAcknowledgementResponseAmino): MsgAcknowledgementResponse;
1196
- toAmino(message: MsgAcknowledgementResponse): MsgAcknowledgementResponseAmino;
1197
- fromAminoMsg(object: MsgAcknowledgementResponseAminoMsg): MsgAcknowledgementResponse;
1198
- toAminoMsg(message: MsgAcknowledgementResponse): MsgAcknowledgementResponseAminoMsg;
1199
- fromProtoMsg(message: MsgAcknowledgementResponseProtoMsg): MsgAcknowledgementResponse;
1200
- toProto(message: MsgAcknowledgementResponse): Uint8Array;
1201
- toProtoMsg(message: MsgAcknowledgementResponse): MsgAcknowledgementResponseProtoMsg;
1202
- };
1203
- export declare const MsgChannelUpgradeInit: {
1204
- typeUrl: string;
1205
- aminoType: string;
1206
- is(o: any): o is MsgChannelUpgradeInit;
1207
- isAmino(o: any): o is MsgChannelUpgradeInitAmino;
1208
- encode(message: MsgChannelUpgradeInit, writer?: BinaryWriter): BinaryWriter;
1209
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeInit;
1210
- fromPartial(object: DeepPartial<MsgChannelUpgradeInit>): MsgChannelUpgradeInit;
1211
- fromAmino(object: MsgChannelUpgradeInitAmino): MsgChannelUpgradeInit;
1212
- toAmino(message: MsgChannelUpgradeInit): MsgChannelUpgradeInitAmino;
1213
- fromAminoMsg(object: MsgChannelUpgradeInitAminoMsg): MsgChannelUpgradeInit;
1214
- toAminoMsg(message: MsgChannelUpgradeInit): MsgChannelUpgradeInitAminoMsg;
1215
- fromProtoMsg(message: MsgChannelUpgradeInitProtoMsg): MsgChannelUpgradeInit;
1216
- toProto(message: MsgChannelUpgradeInit): Uint8Array;
1217
- toProtoMsg(message: MsgChannelUpgradeInit): MsgChannelUpgradeInitProtoMsg;
1218
- };
1219
- export declare const MsgChannelUpgradeInitResponse: {
1220
- typeUrl: string;
1221
- aminoType: string;
1222
- is(o: any): o is MsgChannelUpgradeInitResponse;
1223
- isAmino(o: any): o is MsgChannelUpgradeInitResponseAmino;
1224
- encode(message: MsgChannelUpgradeInitResponse, writer?: BinaryWriter): BinaryWriter;
1225
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeInitResponse;
1226
- fromPartial(object: DeepPartial<MsgChannelUpgradeInitResponse>): MsgChannelUpgradeInitResponse;
1227
- fromAmino(object: MsgChannelUpgradeInitResponseAmino): MsgChannelUpgradeInitResponse;
1228
- toAmino(message: MsgChannelUpgradeInitResponse): MsgChannelUpgradeInitResponseAmino;
1229
- fromAminoMsg(object: MsgChannelUpgradeInitResponseAminoMsg): MsgChannelUpgradeInitResponse;
1230
- toAminoMsg(message: MsgChannelUpgradeInitResponse): MsgChannelUpgradeInitResponseAminoMsg;
1231
- fromProtoMsg(message: MsgChannelUpgradeInitResponseProtoMsg): MsgChannelUpgradeInitResponse;
1232
- toProto(message: MsgChannelUpgradeInitResponse): Uint8Array;
1233
- toProtoMsg(message: MsgChannelUpgradeInitResponse): MsgChannelUpgradeInitResponseProtoMsg;
1234
- };
1235
- export declare const MsgChannelUpgradeTry: {
1236
- typeUrl: string;
1237
- aminoType: string;
1238
- is(o: any): o is MsgChannelUpgradeTry;
1239
- isAmino(o: any): o is MsgChannelUpgradeTryAmino;
1240
- encode(message: MsgChannelUpgradeTry, writer?: BinaryWriter): BinaryWriter;
1241
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeTry;
1242
- fromPartial(object: DeepPartial<MsgChannelUpgradeTry>): MsgChannelUpgradeTry;
1243
- fromAmino(object: MsgChannelUpgradeTryAmino): MsgChannelUpgradeTry;
1244
- toAmino(message: MsgChannelUpgradeTry): MsgChannelUpgradeTryAmino;
1245
- fromAminoMsg(object: MsgChannelUpgradeTryAminoMsg): MsgChannelUpgradeTry;
1246
- toAminoMsg(message: MsgChannelUpgradeTry): MsgChannelUpgradeTryAminoMsg;
1247
- fromProtoMsg(message: MsgChannelUpgradeTryProtoMsg): MsgChannelUpgradeTry;
1248
- toProto(message: MsgChannelUpgradeTry): Uint8Array;
1249
- toProtoMsg(message: MsgChannelUpgradeTry): MsgChannelUpgradeTryProtoMsg;
1250
- };
1251
- export declare const MsgChannelUpgradeTryResponse: {
1252
- typeUrl: string;
1253
- aminoType: string;
1254
- is(o: any): o is MsgChannelUpgradeTryResponse;
1255
- isAmino(o: any): o is MsgChannelUpgradeTryResponseAmino;
1256
- encode(message: MsgChannelUpgradeTryResponse, writer?: BinaryWriter): BinaryWriter;
1257
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeTryResponse;
1258
- fromPartial(object: DeepPartial<MsgChannelUpgradeTryResponse>): MsgChannelUpgradeTryResponse;
1259
- fromAmino(object: MsgChannelUpgradeTryResponseAmino): MsgChannelUpgradeTryResponse;
1260
- toAmino(message: MsgChannelUpgradeTryResponse): MsgChannelUpgradeTryResponseAmino;
1261
- fromAminoMsg(object: MsgChannelUpgradeTryResponseAminoMsg): MsgChannelUpgradeTryResponse;
1262
- toAminoMsg(message: MsgChannelUpgradeTryResponse): MsgChannelUpgradeTryResponseAminoMsg;
1263
- fromProtoMsg(message: MsgChannelUpgradeTryResponseProtoMsg): MsgChannelUpgradeTryResponse;
1264
- toProto(message: MsgChannelUpgradeTryResponse): Uint8Array;
1265
- toProtoMsg(message: MsgChannelUpgradeTryResponse): MsgChannelUpgradeTryResponseProtoMsg;
1266
- };
1267
- export declare const MsgChannelUpgradeAck: {
1268
- typeUrl: string;
1269
- aminoType: string;
1270
- is(o: any): o is MsgChannelUpgradeAck;
1271
- isAmino(o: any): o is MsgChannelUpgradeAckAmino;
1272
- encode(message: MsgChannelUpgradeAck, writer?: BinaryWriter): BinaryWriter;
1273
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeAck;
1274
- fromPartial(object: DeepPartial<MsgChannelUpgradeAck>): MsgChannelUpgradeAck;
1275
- fromAmino(object: MsgChannelUpgradeAckAmino): MsgChannelUpgradeAck;
1276
- toAmino(message: MsgChannelUpgradeAck): MsgChannelUpgradeAckAmino;
1277
- fromAminoMsg(object: MsgChannelUpgradeAckAminoMsg): MsgChannelUpgradeAck;
1278
- toAminoMsg(message: MsgChannelUpgradeAck): MsgChannelUpgradeAckAminoMsg;
1279
- fromProtoMsg(message: MsgChannelUpgradeAckProtoMsg): MsgChannelUpgradeAck;
1280
- toProto(message: MsgChannelUpgradeAck): Uint8Array;
1281
- toProtoMsg(message: MsgChannelUpgradeAck): MsgChannelUpgradeAckProtoMsg;
1282
- };
1283
- export declare const MsgChannelUpgradeAckResponse: {
1284
- typeUrl: string;
1285
- aminoType: string;
1286
- is(o: any): o is MsgChannelUpgradeAckResponse;
1287
- isAmino(o: any): o is MsgChannelUpgradeAckResponseAmino;
1288
- encode(message: MsgChannelUpgradeAckResponse, writer?: BinaryWriter): BinaryWriter;
1289
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeAckResponse;
1290
- fromPartial(object: DeepPartial<MsgChannelUpgradeAckResponse>): MsgChannelUpgradeAckResponse;
1291
- fromAmino(object: MsgChannelUpgradeAckResponseAmino): MsgChannelUpgradeAckResponse;
1292
- toAmino(message: MsgChannelUpgradeAckResponse): MsgChannelUpgradeAckResponseAmino;
1293
- fromAminoMsg(object: MsgChannelUpgradeAckResponseAminoMsg): MsgChannelUpgradeAckResponse;
1294
- toAminoMsg(message: MsgChannelUpgradeAckResponse): MsgChannelUpgradeAckResponseAminoMsg;
1295
- fromProtoMsg(message: MsgChannelUpgradeAckResponseProtoMsg): MsgChannelUpgradeAckResponse;
1296
- toProto(message: MsgChannelUpgradeAckResponse): Uint8Array;
1297
- toProtoMsg(message: MsgChannelUpgradeAckResponse): MsgChannelUpgradeAckResponseProtoMsg;
1298
- };
1299
- export declare const MsgChannelUpgradeConfirm: {
1300
- typeUrl: string;
1301
- aminoType: string;
1302
- is(o: any): o is MsgChannelUpgradeConfirm;
1303
- isAmino(o: any): o is MsgChannelUpgradeConfirmAmino;
1304
- encode(message: MsgChannelUpgradeConfirm, writer?: BinaryWriter): BinaryWriter;
1305
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeConfirm;
1306
- fromPartial(object: DeepPartial<MsgChannelUpgradeConfirm>): MsgChannelUpgradeConfirm;
1307
- fromAmino(object: MsgChannelUpgradeConfirmAmino): MsgChannelUpgradeConfirm;
1308
- toAmino(message: MsgChannelUpgradeConfirm): MsgChannelUpgradeConfirmAmino;
1309
- fromAminoMsg(object: MsgChannelUpgradeConfirmAminoMsg): MsgChannelUpgradeConfirm;
1310
- toAminoMsg(message: MsgChannelUpgradeConfirm): MsgChannelUpgradeConfirmAminoMsg;
1311
- fromProtoMsg(message: MsgChannelUpgradeConfirmProtoMsg): MsgChannelUpgradeConfirm;
1312
- toProto(message: MsgChannelUpgradeConfirm): Uint8Array;
1313
- toProtoMsg(message: MsgChannelUpgradeConfirm): MsgChannelUpgradeConfirmProtoMsg;
1314
- };
1315
- export declare const MsgChannelUpgradeConfirmResponse: {
1316
- typeUrl: string;
1317
- aminoType: string;
1318
- is(o: any): o is MsgChannelUpgradeConfirmResponse;
1319
- isAmino(o: any): o is MsgChannelUpgradeConfirmResponseAmino;
1320
- encode(message: MsgChannelUpgradeConfirmResponse, writer?: BinaryWriter): BinaryWriter;
1321
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeConfirmResponse;
1322
- fromPartial(object: DeepPartial<MsgChannelUpgradeConfirmResponse>): MsgChannelUpgradeConfirmResponse;
1323
- fromAmino(object: MsgChannelUpgradeConfirmResponseAmino): MsgChannelUpgradeConfirmResponse;
1324
- toAmino(message: MsgChannelUpgradeConfirmResponse): MsgChannelUpgradeConfirmResponseAmino;
1325
- fromAminoMsg(object: MsgChannelUpgradeConfirmResponseAminoMsg): MsgChannelUpgradeConfirmResponse;
1326
- toAminoMsg(message: MsgChannelUpgradeConfirmResponse): MsgChannelUpgradeConfirmResponseAminoMsg;
1327
- fromProtoMsg(message: MsgChannelUpgradeConfirmResponseProtoMsg): MsgChannelUpgradeConfirmResponse;
1328
- toProto(message: MsgChannelUpgradeConfirmResponse): Uint8Array;
1329
- toProtoMsg(message: MsgChannelUpgradeConfirmResponse): MsgChannelUpgradeConfirmResponseProtoMsg;
1330
- };
1331
- export declare const MsgChannelUpgradeOpen: {
1332
- typeUrl: string;
1333
- aminoType: string;
1334
- is(o: any): o is MsgChannelUpgradeOpen;
1335
- isAmino(o: any): o is MsgChannelUpgradeOpenAmino;
1336
- encode(message: MsgChannelUpgradeOpen, writer?: BinaryWriter): BinaryWriter;
1337
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeOpen;
1338
- fromPartial(object: DeepPartial<MsgChannelUpgradeOpen>): MsgChannelUpgradeOpen;
1339
- fromAmino(object: MsgChannelUpgradeOpenAmino): MsgChannelUpgradeOpen;
1340
- toAmino(message: MsgChannelUpgradeOpen): MsgChannelUpgradeOpenAmino;
1341
- fromAminoMsg(object: MsgChannelUpgradeOpenAminoMsg): MsgChannelUpgradeOpen;
1342
- toAminoMsg(message: MsgChannelUpgradeOpen): MsgChannelUpgradeOpenAminoMsg;
1343
- fromProtoMsg(message: MsgChannelUpgradeOpenProtoMsg): MsgChannelUpgradeOpen;
1344
- toProto(message: MsgChannelUpgradeOpen): Uint8Array;
1345
- toProtoMsg(message: MsgChannelUpgradeOpen): MsgChannelUpgradeOpenProtoMsg;
1346
- };
1347
- export declare const MsgChannelUpgradeOpenResponse: {
1348
- typeUrl: string;
1349
- aminoType: string;
1350
- is(o: any): o is MsgChannelUpgradeOpenResponse;
1351
- isAmino(o: any): o is MsgChannelUpgradeOpenResponseAmino;
1352
- encode(_: MsgChannelUpgradeOpenResponse, writer?: BinaryWriter): BinaryWriter;
1353
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeOpenResponse;
1354
- fromPartial(_: DeepPartial<MsgChannelUpgradeOpenResponse>): MsgChannelUpgradeOpenResponse;
1355
- fromAmino(_: MsgChannelUpgradeOpenResponseAmino): MsgChannelUpgradeOpenResponse;
1356
- toAmino(_: MsgChannelUpgradeOpenResponse): MsgChannelUpgradeOpenResponseAmino;
1357
- fromAminoMsg(object: MsgChannelUpgradeOpenResponseAminoMsg): MsgChannelUpgradeOpenResponse;
1358
- toAminoMsg(message: MsgChannelUpgradeOpenResponse): MsgChannelUpgradeOpenResponseAminoMsg;
1359
- fromProtoMsg(message: MsgChannelUpgradeOpenResponseProtoMsg): MsgChannelUpgradeOpenResponse;
1360
- toProto(message: MsgChannelUpgradeOpenResponse): Uint8Array;
1361
- toProtoMsg(message: MsgChannelUpgradeOpenResponse): MsgChannelUpgradeOpenResponseProtoMsg;
1362
- };
1363
- export declare const MsgChannelUpgradeTimeout: {
1364
- typeUrl: string;
1365
- aminoType: string;
1366
- is(o: any): o is MsgChannelUpgradeTimeout;
1367
- isAmino(o: any): o is MsgChannelUpgradeTimeoutAmino;
1368
- encode(message: MsgChannelUpgradeTimeout, writer?: BinaryWriter): BinaryWriter;
1369
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeTimeout;
1370
- fromPartial(object: DeepPartial<MsgChannelUpgradeTimeout>): MsgChannelUpgradeTimeout;
1371
- fromAmino(object: MsgChannelUpgradeTimeoutAmino): MsgChannelUpgradeTimeout;
1372
- toAmino(message: MsgChannelUpgradeTimeout): MsgChannelUpgradeTimeoutAmino;
1373
- fromAminoMsg(object: MsgChannelUpgradeTimeoutAminoMsg): MsgChannelUpgradeTimeout;
1374
- toAminoMsg(message: MsgChannelUpgradeTimeout): MsgChannelUpgradeTimeoutAminoMsg;
1375
- fromProtoMsg(message: MsgChannelUpgradeTimeoutProtoMsg): MsgChannelUpgradeTimeout;
1376
- toProto(message: MsgChannelUpgradeTimeout): Uint8Array;
1377
- toProtoMsg(message: MsgChannelUpgradeTimeout): MsgChannelUpgradeTimeoutProtoMsg;
1378
- };
1379
- export declare const MsgChannelUpgradeTimeoutResponse: {
1380
- typeUrl: string;
1381
- aminoType: string;
1382
- is(o: any): o is MsgChannelUpgradeTimeoutResponse;
1383
- isAmino(o: any): o is MsgChannelUpgradeTimeoutResponseAmino;
1384
- encode(_: MsgChannelUpgradeTimeoutResponse, writer?: BinaryWriter): BinaryWriter;
1385
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeTimeoutResponse;
1386
- fromPartial(_: DeepPartial<MsgChannelUpgradeTimeoutResponse>): MsgChannelUpgradeTimeoutResponse;
1387
- fromAmino(_: MsgChannelUpgradeTimeoutResponseAmino): MsgChannelUpgradeTimeoutResponse;
1388
- toAmino(_: MsgChannelUpgradeTimeoutResponse): MsgChannelUpgradeTimeoutResponseAmino;
1389
- fromAminoMsg(object: MsgChannelUpgradeTimeoutResponseAminoMsg): MsgChannelUpgradeTimeoutResponse;
1390
- toAminoMsg(message: MsgChannelUpgradeTimeoutResponse): MsgChannelUpgradeTimeoutResponseAminoMsg;
1391
- fromProtoMsg(message: MsgChannelUpgradeTimeoutResponseProtoMsg): MsgChannelUpgradeTimeoutResponse;
1392
- toProto(message: MsgChannelUpgradeTimeoutResponse): Uint8Array;
1393
- toProtoMsg(message: MsgChannelUpgradeTimeoutResponse): MsgChannelUpgradeTimeoutResponseProtoMsg;
1394
- };
1395
- export declare const MsgChannelUpgradeCancel: {
1396
- typeUrl: string;
1397
- aminoType: string;
1398
- is(o: any): o is MsgChannelUpgradeCancel;
1399
- isAmino(o: any): o is MsgChannelUpgradeCancelAmino;
1400
- encode(message: MsgChannelUpgradeCancel, writer?: BinaryWriter): BinaryWriter;
1401
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeCancel;
1402
- fromPartial(object: DeepPartial<MsgChannelUpgradeCancel>): MsgChannelUpgradeCancel;
1403
- fromAmino(object: MsgChannelUpgradeCancelAmino): MsgChannelUpgradeCancel;
1404
- toAmino(message: MsgChannelUpgradeCancel): MsgChannelUpgradeCancelAmino;
1405
- fromAminoMsg(object: MsgChannelUpgradeCancelAminoMsg): MsgChannelUpgradeCancel;
1406
- toAminoMsg(message: MsgChannelUpgradeCancel): MsgChannelUpgradeCancelAminoMsg;
1407
- fromProtoMsg(message: MsgChannelUpgradeCancelProtoMsg): MsgChannelUpgradeCancel;
1408
- toProto(message: MsgChannelUpgradeCancel): Uint8Array;
1409
- toProtoMsg(message: MsgChannelUpgradeCancel): MsgChannelUpgradeCancelProtoMsg;
1410
- };
1411
- export declare const MsgChannelUpgradeCancelResponse: {
1412
- typeUrl: string;
1413
- aminoType: string;
1414
- is(o: any): o is MsgChannelUpgradeCancelResponse;
1415
- isAmino(o: any): o is MsgChannelUpgradeCancelResponseAmino;
1416
- encode(_: MsgChannelUpgradeCancelResponse, writer?: BinaryWriter): BinaryWriter;
1417
- decode(input: BinaryReader | Uint8Array, length?: number): MsgChannelUpgradeCancelResponse;
1418
- fromPartial(_: DeepPartial<MsgChannelUpgradeCancelResponse>): MsgChannelUpgradeCancelResponse;
1419
- fromAmino(_: MsgChannelUpgradeCancelResponseAmino): MsgChannelUpgradeCancelResponse;
1420
- toAmino(_: MsgChannelUpgradeCancelResponse): MsgChannelUpgradeCancelResponseAmino;
1421
- fromAminoMsg(object: MsgChannelUpgradeCancelResponseAminoMsg): MsgChannelUpgradeCancelResponse;
1422
- toAminoMsg(message: MsgChannelUpgradeCancelResponse): MsgChannelUpgradeCancelResponseAminoMsg;
1423
- fromProtoMsg(message: MsgChannelUpgradeCancelResponseProtoMsg): MsgChannelUpgradeCancelResponse;
1424
- toProto(message: MsgChannelUpgradeCancelResponse): Uint8Array;
1425
- toProtoMsg(message: MsgChannelUpgradeCancelResponse): MsgChannelUpgradeCancelResponseProtoMsg;
1426
- };
1427
- export declare const MsgUpdateParams: {
1428
- typeUrl: string;
1429
- aminoType: string;
1430
- is(o: any): o is MsgUpdateParams;
1431
- isAmino(o: any): o is MsgUpdateParamsAmino;
1432
- encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
1433
- decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
1434
- fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
1435
- fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
1436
- toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
1437
- fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
1438
- toAminoMsg(message: MsgUpdateParams): MsgUpdateParamsAminoMsg;
1439
- fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
1440
- toProto(message: MsgUpdateParams): Uint8Array;
1441
- toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
1442
- };
1443
- export declare const MsgUpdateParamsResponse: {
1444
- typeUrl: string;
1445
- aminoType: string;
1446
- is(o: any): o is MsgUpdateParamsResponse;
1447
- isAmino(o: any): o is MsgUpdateParamsResponseAmino;
1448
- encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
1449
- decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
1450
- fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
1451
- fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
1452
- toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
1453
- fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
1454
- toAminoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseAminoMsg;
1455
- fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
1456
- toProto(message: MsgUpdateParamsResponse): Uint8Array;
1457
- toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
1458
- };
1459
- export declare const MsgPruneAcknowledgements: {
1460
- typeUrl: string;
1461
- aminoType: string;
1462
- is(o: any): o is MsgPruneAcknowledgements;
1463
- isAmino(o: any): o is MsgPruneAcknowledgementsAmino;
1464
- encode(message: MsgPruneAcknowledgements, writer?: BinaryWriter): BinaryWriter;
1465
- decode(input: BinaryReader | Uint8Array, length?: number): MsgPruneAcknowledgements;
1466
- fromPartial(object: DeepPartial<MsgPruneAcknowledgements>): MsgPruneAcknowledgements;
1467
- fromAmino(object: MsgPruneAcknowledgementsAmino): MsgPruneAcknowledgements;
1468
- toAmino(message: MsgPruneAcknowledgements): MsgPruneAcknowledgementsAmino;
1469
- fromAminoMsg(object: MsgPruneAcknowledgementsAminoMsg): MsgPruneAcknowledgements;
1470
- toAminoMsg(message: MsgPruneAcknowledgements): MsgPruneAcknowledgementsAminoMsg;
1471
- fromProtoMsg(message: MsgPruneAcknowledgementsProtoMsg): MsgPruneAcknowledgements;
1472
- toProto(message: MsgPruneAcknowledgements): Uint8Array;
1473
- toProtoMsg(message: MsgPruneAcknowledgements): MsgPruneAcknowledgementsProtoMsg;
1474
- };
1475
- export declare const MsgPruneAcknowledgementsResponse: {
1476
- typeUrl: string;
1477
- aminoType: string;
1478
- is(o: any): o is MsgPruneAcknowledgementsResponse;
1479
- isAmino(o: any): o is MsgPruneAcknowledgementsResponseAmino;
1480
- encode(message: MsgPruneAcknowledgementsResponse, writer?: BinaryWriter): BinaryWriter;
1481
- decode(input: BinaryReader | Uint8Array, length?: number): MsgPruneAcknowledgementsResponse;
1482
- fromPartial(object: DeepPartial<MsgPruneAcknowledgementsResponse>): MsgPruneAcknowledgementsResponse;
1483
- fromAmino(object: MsgPruneAcknowledgementsResponseAmino): MsgPruneAcknowledgementsResponse;
1484
- toAmino(message: MsgPruneAcknowledgementsResponse): MsgPruneAcknowledgementsResponseAmino;
1485
- fromAminoMsg(object: MsgPruneAcknowledgementsResponseAminoMsg): MsgPruneAcknowledgementsResponse;
1486
- toAminoMsg(message: MsgPruneAcknowledgementsResponse): MsgPruneAcknowledgementsResponseAminoMsg;
1487
- fromProtoMsg(message: MsgPruneAcknowledgementsResponseProtoMsg): MsgPruneAcknowledgementsResponse;
1488
- toProto(message: MsgPruneAcknowledgementsResponse): Uint8Array;
1489
- toProtoMsg(message: MsgPruneAcknowledgementsResponse): MsgPruneAcknowledgementsResponseProtoMsg;
1490
- };