@xpla/xplajs 1.7.0-beta.8 → 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 (825) hide show
  1. package/README.md +3 -3
  2. package/binary.d.ts +1 -1
  3. package/binary.js +2 -2
  4. package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -0
  5. package/cosmos/app/runtime/v1alpha1/module.js +5 -6
  6. package/cosmos/app/runtime/v2/module.d.ts +3 -0
  7. package/cosmos/app/runtime/v2/module.js +8 -9
  8. package/cosmos/app/v1alpha1/config.d.ts +3 -0
  9. package/cosmos/app/v1alpha1/config.js +9 -8
  10. package/cosmos/app/v1alpha1/module.d.ts +3 -0
  11. package/cosmos/app/v1alpha1/module.js +8 -9
  12. package/cosmos/app/v1alpha1/query.d.ts +2 -0
  13. package/cosmos/app/v1alpha1/query.js +5 -6
  14. package/cosmos/app/v1alpha1/query.rpc.func.js +2 -1
  15. package/cosmos/auth/module/v1/module.d.ts +2 -0
  16. package/cosmos/auth/module/v1/module.js +5 -6
  17. package/cosmos/auth/v1beta1/accounts.d.ts +2 -0
  18. package/cosmos/auth/v1beta1/accounts.js +5 -6
  19. package/cosmos/auth/v1beta1/auth.d.ts +4 -0
  20. package/cosmos/auth/v1beta1/auth.js +14 -11
  21. package/cosmos/auth/v1beta1/genesis.d.ts +1 -0
  22. package/cosmos/auth/v1beta1/genesis.js +2 -4
  23. package/cosmos/auth/v1beta1/query.d.ts +20 -0
  24. package/cosmos/auth/v1beta1/query.js +51 -54
  25. package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
  26. package/cosmos/auth/v1beta1/tx.d.ts +2 -0
  27. package/cosmos/auth/v1beta1/tx.js +5 -6
  28. package/cosmos/auth/v1beta1/tx.registry.d.ts +21 -0
  29. package/cosmos/auth/v1beta1/tx.registry.js +27 -1
  30. package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -1
  31. package/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
  32. package/cosmos/authz/module/v1/module.d.ts +1 -0
  33. package/cosmos/authz/module/v1/module.js +2 -4
  34. package/cosmos/authz/v1beta1/authz.d.ts +11 -7
  35. package/cosmos/authz/v1beta1/authz.js +28 -9
  36. package/cosmos/authz/v1beta1/event.d.ts +2 -0
  37. package/cosmos/authz/v1beta1/event.js +4 -7
  38. package/cosmos/authz/v1beta1/genesis.d.ts +1 -0
  39. package/cosmos/authz/v1beta1/genesis.js +3 -3
  40. package/cosmos/authz/v1beta1/query.d.ts +6 -0
  41. package/cosmos/authz/v1beta1/query.js +21 -13
  42. package/cosmos/authz/v1beta1/query.rpc.func.js +6 -3
  43. package/cosmos/authz/v1beta1/tx.d.ts +6 -0
  44. package/cosmos/authz/v1beta1/tx.js +14 -18
  45. package/cosmos/authz/v1beta1/tx.registry.d.ts +45 -0
  46. package/cosmos/authz/v1beta1/tx.registry.js +63 -1
  47. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
  48. package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
  49. package/cosmos/autocli/v1/options.d.ts +7 -0
  50. package/cosmos/autocli/v1/options.js +21 -13
  51. package/cosmos/autocli/v1/query.d.ts +3 -0
  52. package/cosmos/autocli/v1/query.js +8 -6
  53. package/cosmos/autocli/v1/query.rpc.func.js +2 -1
  54. package/cosmos/bank/module/v1/module.d.ts +1 -0
  55. package/cosmos/bank/module/v1/module.js +2 -4
  56. package/cosmos/bank/v1beta1/authz.d.ts +1 -0
  57. package/cosmos/bank/v1beta1/authz.js +5 -2
  58. package/cosmos/bank/v1beta1/bank.d.ts +7 -0
  59. package/cosmos/bank/v1beta1/bank.js +21 -16
  60. package/cosmos/bank/v1beta1/genesis.d.ts +2 -0
  61. package/cosmos/bank/v1beta1/genesis.js +10 -5
  62. package/cosmos/bank/v1beta1/query.d.ts +27 -0
  63. package/cosmos/bank/v1beta1/query.js +82 -61
  64. package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
  65. package/cosmos/bank/v1beta1/tx.d.ts +8 -0
  66. package/cosmos/bank/v1beta1/tx.js +21 -21
  67. package/cosmos/bank/v1beta1/tx.registry.d.ts +57 -0
  68. package/cosmos/bank/v1beta1/tx.registry.js +81 -1
  69. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
  70. package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
  71. package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
  72. package/cosmos/base/abci/v1beta1/abci.js +29 -28
  73. package/cosmos/base/grpc/v2/service.d.ts +5 -0
  74. package/cosmos/base/grpc/v2/service.js +11 -15
  75. package/cosmos/base/grpc/v2/service.rpc.func.js +4 -2
  76. package/cosmos/base/node/v1beta1/query.d.ts +4 -0
  77. package/cosmos/base/node/v1beta1/query.js +8 -13
  78. package/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
  79. package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
  80. package/cosmos/base/query/v1beta1/pagination.js +4 -7
  81. package/cosmos/base/reflection/v1beta1/reflection.d.ts +4 -0
  82. package/cosmos/base/reflection/v1beta1/reflection.js +8 -13
  83. package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -2
  84. package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -0
  85. package/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
  86. package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
  87. package/cosmos/base/tendermint/v1beta1/query.d.ts +19 -0
  88. package/cosmos/base/tendermint/v1beta1/query.js +55 -48
  89. package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
  90. package/cosmos/base/tendermint/v1beta1/types.d.ts +2 -0
  91. package/cosmos/base/tendermint/v1beta1/types.js +10 -5
  92. package/cosmos/base/v1beta1/coin.d.ts +4 -0
  93. package/cosmos/base/v1beta1/coin.js +15 -19
  94. package/cosmos/circuit/v1/tx.rpc.func.d.ts +3 -3
  95. package/cosmos/circuit/v1/types.js +4 -4
  96. package/cosmos/consensus/module/v1/module.d.ts +1 -0
  97. package/cosmos/consensus/module/v1/module.js +2 -4
  98. package/cosmos/consensus/v1/query.d.ts +2 -0
  99. package/cosmos/consensus/v1/query.js +5 -6
  100. package/cosmos/consensus/v1/query.rpc.func.js +2 -1
  101. package/cosmos/consensus/v1/tx.d.ts +2 -0
  102. package/cosmos/consensus/v1/tx.js +8 -6
  103. package/cosmos/consensus/v1/tx.registry.d.ts +21 -0
  104. package/cosmos/consensus/v1/tx.registry.js +27 -1
  105. package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -1
  106. package/cosmos/consensus/v1/tx.rpc.func.js +2 -1
  107. package/cosmos/crisis/v1beta1/tx.rpc.func.d.ts +2 -2
  108. package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
  109. package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
  110. package/cosmos/distribution/module/v1/module.d.ts +1 -0
  111. package/cosmos/distribution/module/v1/module.js +2 -4
  112. package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
  113. package/cosmos/distribution/v1beta1/distribution.js +52 -42
  114. package/cosmos/distribution/v1beta1/genesis.d.ts +8 -0
  115. package/cosmos/distribution/v1beta1/genesis.js +31 -18
  116. package/cosmos/distribution/v1beta1/query.d.ts +20 -0
  117. package/cosmos/distribution/v1beta1/query.js +51 -52
  118. package/cosmos/distribution/v1beta1/query.rpc.func.js +20 -10
  119. package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
  120. package/cosmos/distribution/v1beta1/tx.js +34 -37
  121. package/cosmos/distribution/v1beta1/tx.registry.d.ts +93 -0
  122. package/cosmos/distribution/v1beta1/tx.registry.js +135 -1
  123. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
  124. package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
  125. package/cosmos/evidence/module/v1/module.d.ts +1 -0
  126. package/cosmos/evidence/module/v1/module.js +2 -4
  127. package/cosmos/evidence/v1beta1/evidence.d.ts +1 -0
  128. package/cosmos/evidence/v1beta1/evidence.js +2 -4
  129. package/cosmos/evidence/v1beta1/genesis.d.ts +1 -0
  130. package/cosmos/evidence/v1beta1/genesis.js +2 -4
  131. package/cosmos/evidence/v1beta1/query.d.ts +4 -0
  132. package/cosmos/evidence/v1beta1/query.js +10 -11
  133. package/cosmos/evidence/v1beta1/query.rpc.func.js +4 -2
  134. package/cosmos/evidence/v1beta1/tx.d.ts +2 -0
  135. package/cosmos/evidence/v1beta1/tx.js +5 -7
  136. package/cosmos/evidence/v1beta1/tx.registry.d.ts +21 -0
  137. package/cosmos/evidence/v1beta1/tx.registry.js +27 -1
  138. package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -1
  139. package/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
  140. package/cosmos/feegrant/module/v1/module.d.ts +1 -0
  141. package/cosmos/feegrant/module/v1/module.js +2 -4
  142. package/cosmos/feegrant/v1beta1/feegrant.d.ts +4 -0
  143. package/cosmos/feegrant/v1beta1/feegrant.js +23 -8
  144. package/cosmos/feegrant/v1beta1/genesis.d.ts +1 -0
  145. package/cosmos/feegrant/v1beta1/genesis.js +3 -3
  146. package/cosmos/feegrant/v1beta1/query.d.ts +6 -0
  147. package/cosmos/feegrant/v1beta1/query.js +19 -14
  148. package/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -3
  149. package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
  150. package/cosmos/feegrant/v1beta1/tx.js +16 -17
  151. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +45 -0
  152. package/cosmos/feegrant/v1beta1/tx.registry.js +63 -1
  153. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
  154. package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
  155. package/cosmos/gov/module/v1/module.d.ts +1 -0
  156. package/cosmos/gov/module/v1/module.js +2 -4
  157. package/cosmos/gov/v1/genesis.d.ts +1 -0
  158. package/cosmos/gov/v1/genesis.js +9 -3
  159. package/cosmos/gov/v1/gov.d.ts +9 -0
  160. package/cosmos/gov/v1/gov.js +31 -30
  161. package/cosmos/gov/v1/query.d.ts +18 -0
  162. package/cosmos/gov/v1/query.js +53 -44
  163. package/cosmos/gov/v1/query.rpc.func.js +18 -9
  164. package/cosmos/gov/v1/tx.d.ts +21 -7
  165. package/cosmos/gov/v1/tx.js +58 -37
  166. package/cosmos/gov/v1/tx.registry.d.ts +93 -0
  167. package/cosmos/gov/v1/tx.registry.js +135 -1
  168. package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
  169. package/cosmos/gov/v1/tx.rpc.func.js +14 -7
  170. package/cosmos/gov/v1beta1/genesis.d.ts +1 -0
  171. package/cosmos/gov/v1beta1/genesis.js +8 -3
  172. package/cosmos/gov/v1beta1/gov.d.ts +15 -6
  173. package/cosmos/gov/v1beta1/gov.js +61 -32
  174. package/cosmos/gov/v1beta1/query.d.ts +16 -0
  175. package/cosmos/gov/v1beta1/query.js +48 -38
  176. package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
  177. package/cosmos/gov/v1beta1/tx.d.ts +14 -6
  178. package/cosmos/gov/v1beta1/tx.js +45 -22
  179. package/cosmos/gov/v1beta1/tx.registry.d.ts +57 -0
  180. package/cosmos/gov/v1beta1/tx.registry.js +81 -1
  181. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
  182. package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
  183. package/cosmos/group/v1/tx.js +4 -4
  184. package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
  185. package/cosmos/group/v1/types.js +10 -10
  186. package/cosmos/ics23/v1/proofs.d.ts +13 -0
  187. package/cosmos/ics23/v1/proofs.js +51 -37
  188. package/cosmos/mint/module/v1/module.d.ts +1 -0
  189. package/cosmos/mint/module/v1/module.js +2 -4
  190. package/cosmos/mint/v1beta1/genesis.d.ts +1 -0
  191. package/cosmos/mint/v1beta1/genesis.js +4 -3
  192. package/cosmos/mint/v1beta1/mint.d.ts +2 -0
  193. package/cosmos/mint/v1beta1/mint.js +23 -25
  194. package/cosmos/mint/v1beta1/query.d.ts +6 -0
  195. package/cosmos/mint/v1beta1/query.js +13 -18
  196. package/cosmos/mint/v1beta1/query.rpc.func.js +6 -3
  197. package/cosmos/mint/v1beta1/tx.d.ts +2 -0
  198. package/cosmos/mint/v1beta1/tx.js +5 -6
  199. package/cosmos/mint/v1beta1/tx.registry.d.ts +21 -0
  200. package/cosmos/mint/v1beta1/tx.registry.js +27 -1
  201. package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -1
  202. package/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
  203. package/cosmos/nft/v1beta1/tx.rpc.func.d.ts +1 -1
  204. package/cosmos/orm/v1alpha1/schema.js +4 -4
  205. package/cosmos/params/module/v1/module.d.ts +1 -0
  206. package/cosmos/params/module/v1/module.js +2 -4
  207. package/cosmos/params/v1beta1/params.d.ts +2 -0
  208. package/cosmos/params/v1beta1/params.js +7 -5
  209. package/cosmos/params/v1beta1/query.d.ts +5 -0
  210. package/cosmos/params/v1beta1/query.js +12 -14
  211. package/cosmos/params/v1beta1/query.rpc.func.js +4 -2
  212. package/cosmos/rpc.query.js +7 -17
  213. package/cosmos/rpc.tx.js +7 -17
  214. package/cosmos/slashing/module/v1/module.d.ts +1 -0
  215. package/cosmos/slashing/module/v1/module.js +2 -4
  216. package/cosmos/slashing/v1beta1/genesis.d.ts +4 -0
  217. package/cosmos/slashing/v1beta1/genesis.js +13 -10
  218. package/cosmos/slashing/v1beta1/query.d.ts +6 -0
  219. package/cosmos/slashing/v1beta1/query.js +17 -15
  220. package/cosmos/slashing/v1beta1/query.rpc.func.js +6 -3
  221. package/cosmos/slashing/v1beta1/slashing.d.ts +2 -0
  222. package/cosmos/slashing/v1beta1/slashing.js +4 -7
  223. package/cosmos/slashing/v1beta1/tx.d.ts +4 -0
  224. package/cosmos/slashing/v1beta1/tx.js +9 -12
  225. package/cosmos/slashing/v1beta1/tx.registry.d.ts +33 -0
  226. package/cosmos/slashing/v1beta1/tx.registry.js +45 -1
  227. package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -2
  228. package/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
  229. package/cosmos/staking/module/v1/module.d.ts +1 -0
  230. package/cosmos/staking/module/v1/module.js +2 -4
  231. package/cosmos/staking/v1beta1/authz.d.ts +2 -0
  232. package/cosmos/staking/v1beta1/authz.js +12 -9
  233. package/cosmos/staking/v1beta1/genesis.d.ts +2 -0
  234. package/cosmos/staking/v1beta1/genesis.js +10 -6
  235. package/cosmos/staking/v1beta1/query.d.ts +28 -0
  236. package/cosmos/staking/v1beta1/query.js +84 -64
  237. package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
  238. package/cosmos/staking/v1beta1/staking.d.ts +21 -0
  239. package/cosmos/staking/v1beta1/staking.js +90 -84
  240. package/cosmos/staking/v1beta1/tx.d.ts +14 -0
  241. package/cosmos/staking/v1beta1/tx.js +44 -41
  242. package/cosmos/staking/v1beta1/tx.registry.d.ts +93 -0
  243. package/cosmos/staking/v1beta1/tx.registry.js +135 -1
  244. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
  245. package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
  246. package/cosmos/tx/config/v1/config.d.ts +1 -0
  247. package/cosmos/tx/config/v1/config.js +2 -4
  248. package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
  249. package/cosmos/tx/signing/v1beta1/signing.js +20 -16
  250. package/cosmos/tx/v1beta1/service.d.ts +18 -0
  251. package/cosmos/tx/v1beta1/service.js +60 -52
  252. package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
  253. package/cosmos/tx/v1beta1/tx.d.ts +13 -0
  254. package/cosmos/tx/v1beta1/tx.js +40 -31
  255. package/cosmos/upgrade/module/v1/module.d.ts +1 -0
  256. package/cosmos/upgrade/module/v1/module.js +2 -4
  257. package/cosmos/upgrade/v1beta1/query.d.ts +10 -0
  258. package/cosmos/upgrade/v1beta1/query.js +22 -29
  259. package/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -5
  260. package/cosmos/upgrade/v1beta1/tx.d.ts +4 -0
  261. package/cosmos/upgrade/v1beta1/tx.js +9 -12
  262. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +33 -0
  263. package/cosmos/upgrade/v1beta1/tx.registry.js +45 -1
  264. package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -2
  265. package/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
  266. package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
  267. package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
  268. package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
  269. package/cosmos_proto/cosmos.d.ts +2 -0
  270. package/cosmos_proto/cosmos.js +8 -9
  271. package/cosmwasm/wasm/v1/authz.d.ts +11 -0
  272. package/cosmwasm/wasm/v1/authz.js +50 -23
  273. package/cosmwasm/wasm/v1/genesis.d.ts +4 -0
  274. package/cosmwasm/wasm/v1/genesis.js +16 -10
  275. package/cosmwasm/wasm/v1/ibc.d.ts +34 -0
  276. package/cosmwasm/wasm/v1/ibc.js +71 -11
  277. package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
  278. package/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
  279. package/cosmwasm/wasm/v1/query.d.ts +123 -0
  280. package/cosmwasm/wasm/v1/query.js +257 -56
  281. package/cosmwasm/wasm/v1/query.lcd.d.ts +2 -1
  282. package/cosmwasm/wasm/v1/query.lcd.js +20 -0
  283. package/cosmwasm/wasm/v1/query.rpc.Query.d.ts +5 -1
  284. package/cosmwasm/wasm/v1/query.rpc.Query.js +9 -0
  285. package/cosmwasm/wasm/v1/query.rpc.func.d.ts +2 -1
  286. package/cosmwasm/wasm/v1/query.rpc.func.js +32 -12
  287. package/cosmwasm/wasm/v1/tx.d.ts +36 -2
  288. package/cosmwasm/wasm/v1/tx.js +78 -96
  289. package/cosmwasm/wasm/v1/tx.registry.d.ts +213 -0
  290. package/cosmwasm/wasm/v1/tx.registry.js +315 -1
  291. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
  292. package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
  293. package/cosmwasm/wasm/v1/types.d.ts +8 -0
  294. package/cosmwasm/wasm/v1/types.js +27 -29
  295. package/esm/binary.js +1 -1
  296. package/esm/cosmos/app/runtime/v1alpha1/module.js +5 -6
  297. package/esm/cosmos/app/runtime/v2/module.js +8 -9
  298. package/esm/cosmos/app/v1alpha1/config.js +9 -8
  299. package/esm/cosmos/app/v1alpha1/module.js +8 -9
  300. package/esm/cosmos/app/v1alpha1/query.js +5 -6
  301. package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -1
  302. package/esm/cosmos/auth/module/v1/module.js +5 -6
  303. package/esm/cosmos/auth/v1beta1/accounts.js +5 -6
  304. package/esm/cosmos/auth/v1beta1/auth.js +14 -11
  305. package/esm/cosmos/auth/v1beta1/genesis.js +2 -4
  306. package/esm/cosmos/auth/v1beta1/query.js +51 -54
  307. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
  308. package/esm/cosmos/auth/v1beta1/tx.js +5 -6
  309. package/esm/cosmos/auth/v1beta1/tx.registry.js +26 -0
  310. package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
  311. package/esm/cosmos/authz/module/v1/module.js +2 -4
  312. package/esm/cosmos/authz/v1beta1/authz.js +28 -9
  313. package/esm/cosmos/authz/v1beta1/event.js +4 -7
  314. package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
  315. package/esm/cosmos/authz/v1beta1/query.js +21 -13
  316. package/esm/cosmos/authz/v1beta1/query.rpc.func.js +6 -3
  317. package/esm/cosmos/authz/v1beta1/tx.js +14 -18
  318. package/esm/cosmos/authz/v1beta1/tx.registry.js +62 -0
  319. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
  320. package/esm/cosmos/autocli/v1/options.js +21 -13
  321. package/esm/cosmos/autocli/v1/query.js +8 -6
  322. package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -1
  323. package/esm/cosmos/bank/module/v1/module.js +2 -4
  324. package/esm/cosmos/bank/v1beta1/authz.js +5 -2
  325. package/esm/cosmos/bank/v1beta1/bank.js +21 -16
  326. package/esm/cosmos/bank/v1beta1/genesis.js +10 -5
  327. package/esm/cosmos/bank/v1beta1/query.js +82 -61
  328. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
  329. package/esm/cosmos/bank/v1beta1/tx.js +21 -21
  330. package/esm/cosmos/bank/v1beta1/tx.registry.js +80 -0
  331. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
  332. package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
  333. package/esm/cosmos/base/grpc/v2/service.js +11 -15
  334. package/esm/cosmos/base/grpc/v2/service.rpc.func.js +4 -2
  335. package/esm/cosmos/base/node/v1beta1/query.js +8 -13
  336. package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
  337. package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
  338. package/esm/cosmos/base/reflection/v1beta1/reflection.js +8 -13
  339. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -2
  340. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
  341. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
  342. package/esm/cosmos/base/tendermint/v1beta1/query.js +55 -48
  343. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
  344. package/esm/cosmos/base/tendermint/v1beta1/types.js +10 -5
  345. package/esm/cosmos/base/v1beta1/coin.js +15 -19
  346. package/esm/cosmos/consensus/module/v1/module.js +2 -4
  347. package/esm/cosmos/consensus/v1/query.js +5 -6
  348. package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -1
  349. package/esm/cosmos/consensus/v1/tx.js +8 -6
  350. package/esm/cosmos/consensus/v1/tx.registry.js +26 -0
  351. package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -1
  352. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
  353. package/esm/cosmos/distribution/module/v1/module.js +2 -4
  354. package/esm/cosmos/distribution/v1beta1/distribution.js +52 -42
  355. package/esm/cosmos/distribution/v1beta1/genesis.js +31 -18
  356. package/esm/cosmos/distribution/v1beta1/query.js +51 -52
  357. package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +20 -10
  358. package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
  359. package/esm/cosmos/distribution/v1beta1/tx.registry.js +134 -0
  360. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
  361. package/esm/cosmos/evidence/module/v1/module.js +2 -4
  362. package/esm/cosmos/evidence/v1beta1/evidence.js +2 -4
  363. package/esm/cosmos/evidence/v1beta1/genesis.js +2 -4
  364. package/esm/cosmos/evidence/v1beta1/query.js +10 -11
  365. package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +4 -2
  366. package/esm/cosmos/evidence/v1beta1/tx.js +5 -7
  367. package/esm/cosmos/evidence/v1beta1/tx.registry.js +26 -0
  368. package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
  369. package/esm/cosmos/feegrant/module/v1/module.js +2 -4
  370. package/esm/cosmos/feegrant/v1beta1/feegrant.js +23 -8
  371. package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
  372. package/esm/cosmos/feegrant/v1beta1/query.js +19 -14
  373. package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -3
  374. package/esm/cosmos/feegrant/v1beta1/tx.js +16 -17
  375. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +62 -0
  376. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
  377. package/esm/cosmos/gov/module/v1/module.js +2 -4
  378. package/esm/cosmos/gov/v1/genesis.js +9 -3
  379. package/esm/cosmos/gov/v1/gov.js +24 -23
  380. package/esm/cosmos/gov/v1/query.js +53 -44
  381. package/esm/cosmos/gov/v1/query.rpc.func.js +18 -9
  382. package/esm/cosmos/gov/v1/tx.js +58 -37
  383. package/esm/cosmos/gov/v1/tx.registry.js +134 -0
  384. package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
  385. package/esm/cosmos/gov/v1beta1/genesis.js +8 -3
  386. package/esm/cosmos/gov/v1beta1/gov.js +54 -25
  387. package/esm/cosmos/gov/v1beta1/query.js +48 -38
  388. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
  389. package/esm/cosmos/gov/v1beta1/tx.js +46 -23
  390. package/esm/cosmos/gov/v1beta1/tx.registry.js +80 -0
  391. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
  392. package/esm/cosmos/ics23/v1/proofs.js +44 -30
  393. package/esm/cosmos/mint/module/v1/module.js +2 -4
  394. package/esm/cosmos/mint/v1beta1/genesis.js +4 -3
  395. package/esm/cosmos/mint/v1beta1/mint.js +23 -25
  396. package/esm/cosmos/mint/v1beta1/query.js +13 -18
  397. package/esm/cosmos/mint/v1beta1/query.rpc.func.js +6 -3
  398. package/esm/cosmos/mint/v1beta1/tx.js +5 -6
  399. package/esm/cosmos/mint/v1beta1/tx.registry.js +26 -0
  400. package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
  401. package/esm/cosmos/params/module/v1/module.js +2 -4
  402. package/esm/cosmos/params/v1beta1/params.js +7 -5
  403. package/esm/cosmos/params/v1beta1/query.js +12 -14
  404. package/esm/cosmos/params/v1beta1/query.rpc.func.js +4 -2
  405. package/esm/cosmos/slashing/module/v1/module.js +2 -4
  406. package/esm/cosmos/slashing/v1beta1/genesis.js +13 -10
  407. package/esm/cosmos/slashing/v1beta1/query.js +17 -15
  408. package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +6 -3
  409. package/esm/cosmos/slashing/v1beta1/slashing.js +4 -7
  410. package/esm/cosmos/slashing/v1beta1/tx.js +9 -12
  411. package/esm/cosmos/slashing/v1beta1/tx.registry.js +44 -0
  412. package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
  413. package/esm/cosmos/staking/module/v1/module.js +2 -4
  414. package/esm/cosmos/staking/v1beta1/authz.js +8 -5
  415. package/esm/cosmos/staking/v1beta1/genesis.js +10 -6
  416. package/esm/cosmos/staking/v1beta1/query.js +84 -64
  417. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
  418. package/esm/cosmos/staking/v1beta1/staking.js +81 -75
  419. package/esm/cosmos/staking/v1beta1/tx.js +42 -39
  420. package/esm/cosmos/staking/v1beta1/tx.registry.js +134 -0
  421. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
  422. package/esm/cosmos/tx/config/v1/config.js +2 -4
  423. package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
  424. package/esm/cosmos/tx/v1beta1/service.js +53 -45
  425. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
  426. package/esm/cosmos/tx/v1beta1/tx.js +40 -31
  427. package/esm/cosmos/upgrade/module/v1/module.js +2 -4
  428. package/esm/cosmos/upgrade/v1beta1/query.js +22 -29
  429. package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -5
  430. package/esm/cosmos/upgrade/v1beta1/tx.js +9 -12
  431. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +44 -0
  432. package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
  433. package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
  434. package/esm/cosmos_proto/cosmos.js +4 -5
  435. package/esm/cosmwasm/wasm/v1/authz.js +50 -23
  436. package/esm/cosmwasm/wasm/v1/genesis.js +16 -10
  437. package/esm/cosmwasm/wasm/v1/ibc.js +70 -10
  438. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
  439. package/esm/cosmwasm/wasm/v1/query.js +256 -55
  440. package/esm/cosmwasm/wasm/v1/query.lcd.js +20 -0
  441. package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +10 -1
  442. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +31 -12
  443. package/esm/cosmwasm/wasm/v1/tx.js +78 -96
  444. package/esm/cosmwasm/wasm/v1/tx.registry.js +314 -0
  445. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
  446. package/esm/cosmwasm/wasm/v1/types.js +20 -22
  447. package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
  448. package/esm/ethermint/evm/v1/events.js +8 -9
  449. package/esm/ethermint/evm/v1/evm.js +20 -14
  450. package/esm/ethermint/evm/v1/genesis.js +7 -3
  451. package/esm/ethermint/evm/v1/query.js +56 -44
  452. package/esm/ethermint/evm/v1/query.rpc.func.js +24 -12
  453. package/esm/ethermint/evm/v1/tx.js +24 -14
  454. package/esm/ethermint/evm/v1/tx.registry.js +44 -0
  455. package/esm/ethermint/evm/v1/tx.rpc.func.js +4 -2
  456. package/esm/ethermint/feemarket/v1/events.js +4 -5
  457. package/esm/ethermint/feemarket/v1/feemarket.js +9 -10
  458. package/esm/ethermint/feemarket/v1/genesis.js +3 -2
  459. package/esm/ethermint/feemarket/v1/query.js +13 -12
  460. package/esm/ethermint/feemarket/v1/query.rpc.func.js +6 -3
  461. package/esm/ethermint/feemarket/v1/tx.js +5 -5
  462. package/esm/ethermint/feemarket/v1/tx.registry.js +26 -0
  463. package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
  464. package/esm/ethermint/types/v1/account.js +4 -1
  465. package/esm/ethermint/types/v1/dynamic_fee.js +2 -3
  466. package/esm/ethermint/types/v1/indexer.js +2 -3
  467. package/esm/ethermint/types/v1/web3.js +2 -3
  468. package/esm/extern.js +2 -2
  469. package/esm/google/api/http.js +9 -5
  470. package/esm/google/protobuf/any.js +2 -1
  471. package/esm/google/protobuf/descriptor.js +117 -43
  472. package/esm/google/protobuf/duration.js +2 -3
  473. package/esm/google/protobuf/timestamp.js +2 -3
  474. package/esm/helper-func-types.js +16 -6
  475. package/esm/helpers.js +2 -2
  476. package/esm/ibc/applications/fee/v1/ack.js +2 -4
  477. package/esm/ibc/applications/fee/v1/fee.js +13 -9
  478. package/esm/ibc/applications/fee/v1/genesis.js +16 -14
  479. package/esm/ibc/applications/fee/v1/metadata.js +2 -4
  480. package/esm/ibc/applications/fee/v1/query.js +57 -47
  481. package/esm/ibc/applications/fee/v1/query.rpc.func.js +20 -10
  482. package/esm/ibc/applications/fee/v1/tx.js +19 -23
  483. package/esm/ibc/applications/fee/v1/tx.registry.js +80 -0
  484. package/esm/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
  485. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
  486. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
  487. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -2
  488. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
  489. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +62 -0
  490. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
  491. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
  492. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
  493. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
  494. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -1
  495. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
  496. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +44 -0
  497. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
  498. package/esm/ibc/applications/interchain_accounts/v1/account.js +5 -2
  499. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
  500. package/esm/ibc/applications/interchain_accounts/v1/packet.js +4 -7
  501. package/esm/ibc/applications/transfer/v1/authz.js +8 -4
  502. package/esm/ibc/applications/transfer/v1/genesis.js +5 -3
  503. package/esm/ibc/applications/transfer/v1/query.js +30 -32
  504. package/esm/ibc/applications/transfer/v1/query.rpc.func.js +12 -6
  505. package/esm/ibc/applications/transfer/v1/transfer.js +4 -7
  506. package/esm/ibc/applications/transfer/v1/tx.js +11 -11
  507. package/esm/ibc/applications/transfer/v1/tx.registry.js +44 -0
  508. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
  509. package/esm/ibc/applications/transfer/v2/packet.js +2 -4
  510. package/esm/ibc/core/channel/v1/channel.js +23 -23
  511. package/esm/ibc/core/channel/v1/genesis.js +8 -6
  512. package/esm/ibc/core/channel/v1/query.js +101 -82
  513. package/esm/ibc/core/channel/v1/query.rpc.func.js +34 -17
  514. package/esm/ibc/core/channel/v1/tx.js +105 -96
  515. package/esm/ibc/core/channel/v1/tx.registry.js +350 -0
  516. package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
  517. package/esm/ibc/core/channel/v1/upgrade.js +8 -9
  518. package/esm/ibc/core/client/v1/client.js +19 -18
  519. package/esm/ibc/core/client/v1/genesis.js +11 -8
  520. package/esm/ibc/core/client/v1/query.js +54 -51
  521. package/esm/ibc/core/client/v1/query.rpc.func.js +20 -10
  522. package/esm/ibc/core/client/v1/tx.js +29 -42
  523. package/esm/ibc/core/client/v1/tx.registry.js +134 -0
  524. package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
  525. package/esm/ibc/core/commitment/v1/commitment.js +9 -12
  526. package/esm/ibc/core/connection/v1/connection.js +19 -19
  527. package/esm/ibc/core/connection/v1/genesis.js +5 -3
  528. package/esm/ibc/core/connection/v1/query.js +35 -30
  529. package/esm/ibc/core/connection/v1/query.rpc.func.js +12 -6
  530. package/esm/ibc/core/connection/v1/tx.js +28 -26
  531. package/esm/ibc/core/connection/v1/tx.registry.js +98 -0
  532. package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
  533. package/esm/ibc/core/types/v1/genesis.js +5 -3
  534. package/esm/ibc/lightclients/localhost/v2/localhost.js +3 -3
  535. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +36 -45
  536. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
  537. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
  538. package/esm/ibc/lightclients/wasm/v1/genesis.js +5 -6
  539. package/esm/ibc/lightclients/wasm/v1/query.js +10 -11
  540. package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -2
  541. package/esm/ibc/lightclients/wasm/v1/tx.js +12 -19
  542. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +62 -0
  543. package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
  544. package/esm/ibc/lightclients/wasm/v1/wasm.js +9 -12
  545. package/esm/registry.js +1 -1
  546. package/esm/tendermint/abci/types.js +156 -73
  547. package/esm/tendermint/crypto/keys.js +2 -3
  548. package/esm/tendermint/crypto/proof.js +12 -9
  549. package/esm/tendermint/p2p/types.js +10 -8
  550. package/esm/tendermint/types/block.js +6 -2
  551. package/esm/tendermint/types/evidence.js +14 -5
  552. package/esm/tendermint/types/params.js +19 -14
  553. package/esm/tendermint/types/types.js +47 -20
  554. package/esm/tendermint/types/validator.js +9 -4
  555. package/esm/tendermint/version/types.js +4 -5
  556. package/esm/test.js +51 -0
  557. package/esm/types.js +1 -1
  558. package/esm/utf8.js +1 -1
  559. package/esm/varint.js +1 -1
  560. package/esm/xpla/lcd.js +102 -102
  561. package/esm/xpla/reward/v1beta1/genesis.js +3 -2
  562. package/esm/xpla/reward/v1beta1/query.js +10 -7
  563. package/esm/xpla/reward/v1beta1/query.rpc.func.js +4 -2
  564. package/esm/xpla/reward/v1beta1/reward.js +12 -13
  565. package/esm/xpla/reward/v1beta1/tx.js +10 -9
  566. package/esm/xpla/reward/v1beta1/tx.registry.js +44 -0
  567. package/esm/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
  568. package/esm/xpla/rpc.query.js +89 -89
  569. package/esm/xpla/volunteer/v1beta1/genesis.js +3 -2
  570. package/esm/xpla/volunteer/v1beta1/proposal.js +11 -11
  571. package/esm/xpla/volunteer/v1beta1/query.js +4 -5
  572. package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -1
  573. package/esm/xpla/volunteer/v1beta1/tx.js +10 -10
  574. package/esm/xpla/volunteer/v1beta1/tx.registry.js +44 -0
  575. package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
  576. package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
  577. package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +2 -0
  578. package/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
  579. package/ethermint/evm/v1/events.d.ts +4 -0
  580. package/ethermint/evm/v1/events.js +8 -9
  581. package/ethermint/evm/v1/evm.d.ts +8 -0
  582. package/ethermint/evm/v1/evm.js +20 -14
  583. package/ethermint/evm/v1/genesis.d.ts +2 -0
  584. package/ethermint/evm/v1/genesis.js +7 -3
  585. package/ethermint/evm/v1/query.d.ts +24 -0
  586. package/ethermint/evm/v1/query.js +56 -44
  587. package/ethermint/evm/v1/query.rpc.func.js +24 -12
  588. package/ethermint/evm/v1/tx.d.ts +8 -0
  589. package/ethermint/evm/v1/tx.js +24 -14
  590. package/ethermint/evm/v1/tx.registry.d.ts +33 -0
  591. package/ethermint/evm/v1/tx.registry.js +45 -1
  592. package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -2
  593. package/ethermint/evm/v1/tx.rpc.func.js +4 -2
  594. package/ethermint/feemarket/v1/events.d.ts +2 -0
  595. package/ethermint/feemarket/v1/events.js +4 -5
  596. package/ethermint/feemarket/v1/feemarket.d.ts +1 -0
  597. package/ethermint/feemarket/v1/feemarket.js +9 -10
  598. package/ethermint/feemarket/v1/genesis.d.ts +1 -0
  599. package/ethermint/feemarket/v1/genesis.js +3 -2
  600. package/ethermint/feemarket/v1/query.d.ts +6 -0
  601. package/ethermint/feemarket/v1/query.js +13 -12
  602. package/ethermint/feemarket/v1/query.rpc.func.js +6 -3
  603. package/ethermint/feemarket/v1/tx.d.ts +2 -0
  604. package/ethermint/feemarket/v1/tx.js +5 -5
  605. package/ethermint/feemarket/v1/tx.registry.d.ts +21 -0
  606. package/ethermint/feemarket/v1/tx.registry.js +27 -1
  607. package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -1
  608. package/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
  609. package/ethermint/types/v1/account.d.ts +1 -0
  610. package/ethermint/types/v1/account.js +4 -1
  611. package/ethermint/types/v1/dynamic_fee.d.ts +1 -0
  612. package/ethermint/types/v1/dynamic_fee.js +2 -3
  613. package/ethermint/types/v1/indexer.d.ts +1 -0
  614. package/ethermint/types/v1/indexer.js +2 -3
  615. package/ethermint/types/v1/web3.d.ts +1 -0
  616. package/ethermint/types/v1/web3.js +2 -3
  617. package/extern.d.ts +1 -1
  618. package/extern.js +2 -2
  619. package/google/api/http.d.ts +3 -0
  620. package/google/api/http.js +9 -5
  621. package/google/protobuf/any.d.ts +1 -0
  622. package/google/protobuf/any.js +2 -1
  623. package/google/protobuf/descriptor.d.ts +33 -0
  624. package/google/protobuf/descriptor.js +171 -96
  625. package/google/protobuf/duration.d.ts +2 -1
  626. package/google/protobuf/duration.js +2 -3
  627. package/google/protobuf/timestamp.d.ts +2 -1
  628. package/google/protobuf/timestamp.js +2 -3
  629. package/helper-func-types.d.ts +6 -3
  630. package/helper-func-types.js +20 -9
  631. package/helpers.d.ts +1 -1
  632. package/helpers.js +14 -14
  633. package/ibc/applications/fee/v1/ack.d.ts +1 -0
  634. package/ibc/applications/fee/v1/ack.js +2 -4
  635. package/ibc/applications/fee/v1/fee.d.ts +4 -0
  636. package/ibc/applications/fee/v1/fee.js +13 -9
  637. package/ibc/applications/fee/v1/genesis.d.ts +5 -0
  638. package/ibc/applications/fee/v1/genesis.js +16 -14
  639. package/ibc/applications/fee/v1/metadata.d.ts +1 -0
  640. package/ibc/applications/fee/v1/metadata.js +2 -4
  641. package/ibc/applications/fee/v1/query.d.ts +20 -0
  642. package/ibc/applications/fee/v1/query.js +57 -47
  643. package/ibc/applications/fee/v1/query.rpc.func.js +20 -10
  644. package/ibc/applications/fee/v1/tx.d.ts +8 -0
  645. package/ibc/applications/fee/v1/tx.js +19 -23
  646. package/ibc/applications/fee/v1/tx.registry.d.ts +57 -0
  647. package/ibc/applications/fee/v1/tx.registry.js +81 -1
  648. package/ibc/applications/fee/v1/tx.rpc.func.d.ts +4 -4
  649. package/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
  650. package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -0
  651. package/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
  652. package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +4 -0
  653. package/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
  654. package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -2
  655. package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +6 -0
  656. package/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
  657. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +45 -0
  658. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +63 -1
  659. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -3
  660. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
  661. package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -0
  662. package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
  663. package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -0
  664. package/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
  665. package/ibc/applications/interchain_accounts/host/v1/query.d.ts +2 -0
  666. package/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
  667. package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -1
  668. package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +4 -0
  669. package/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
  670. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +33 -0
  671. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +45 -1
  672. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -2
  673. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
  674. package/ibc/applications/interchain_accounts/v1/account.d.ts +1 -0
  675. package/ibc/applications/interchain_accounts/v1/account.js +5 -2
  676. package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -0
  677. package/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
  678. package/ibc/applications/interchain_accounts/v1/packet.d.ts +2 -0
  679. package/ibc/applications/interchain_accounts/v1/packet.js +8 -11
  680. package/ibc/applications/transfer/v1/authz.d.ts +2 -0
  681. package/ibc/applications/transfer/v1/authz.js +8 -4
  682. package/ibc/applications/transfer/v1/genesis.d.ts +1 -0
  683. package/ibc/applications/transfer/v1/genesis.js +5 -3
  684. package/ibc/applications/transfer/v1/query.d.ts +12 -0
  685. package/ibc/applications/transfer/v1/query.js +30 -32
  686. package/ibc/applications/transfer/v1/query.rpc.func.js +12 -6
  687. package/ibc/applications/transfer/v1/transfer.d.ts +2 -0
  688. package/ibc/applications/transfer/v1/transfer.js +4 -7
  689. package/ibc/applications/transfer/v1/tx.d.ts +4 -0
  690. package/ibc/applications/transfer/v1/tx.js +11 -11
  691. package/ibc/applications/transfer/v1/tx.registry.d.ts +33 -0
  692. package/ibc/applications/transfer/v1/tx.registry.js +45 -1
  693. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
  694. package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
  695. package/ibc/applications/transfer/v2/packet.d.ts +1 -0
  696. package/ibc/applications/transfer/v2/packet.js +2 -4
  697. package/ibc/core/channel/v1/channel.d.ts +9 -0
  698. package/ibc/core/channel/v1/channel.js +30 -30
  699. package/ibc/core/channel/v1/genesis.d.ts +2 -0
  700. package/ibc/core/channel/v1/genesis.js +8 -6
  701. package/ibc/core/channel/v1/query.d.ts +34 -0
  702. package/ibc/core/channel/v1/query.js +101 -82
  703. package/ibc/core/channel/v1/query.rpc.func.js +34 -17
  704. package/ibc/core/channel/v1/tx.d.ts +38 -0
  705. package/ibc/core/channel/v1/tx.js +109 -100
  706. package/ibc/core/channel/v1/tx.registry.d.ts +237 -0
  707. package/ibc/core/channel/v1/tx.registry.js +351 -1
  708. package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
  709. package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
  710. package/ibc/core/channel/v1/upgrade.d.ts +3 -0
  711. package/ibc/core/channel/v1/upgrade.js +8 -9
  712. package/ibc/core/client/v1/client.d.ts +7 -0
  713. package/ibc/core/client/v1/client.js +19 -18
  714. package/ibc/core/client/v1/genesis.d.ts +3 -0
  715. package/ibc/core/client/v1/genesis.js +11 -8
  716. package/ibc/core/client/v1/query.d.ts +20 -0
  717. package/ibc/core/client/v1/query.js +54 -51
  718. package/ibc/core/client/v1/query.rpc.func.js +20 -10
  719. package/ibc/core/client/v1/tx.d.ts +14 -0
  720. package/ibc/core/client/v1/tx.js +29 -42
  721. package/ibc/core/client/v1/tx.registry.d.ts +93 -0
  722. package/ibc/core/client/v1/tx.registry.js +135 -1
  723. package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
  724. package/ibc/core/client/v1/tx.rpc.func.js +14 -7
  725. package/ibc/core/commitment/v1/commitment.d.ts +4 -0
  726. package/ibc/core/commitment/v1/commitment.js +9 -12
  727. package/ibc/core/connection/v1/connection.d.ts +7 -0
  728. package/ibc/core/connection/v1/connection.js +23 -23
  729. package/ibc/core/connection/v1/genesis.d.ts +1 -0
  730. package/ibc/core/connection/v1/genesis.js +5 -3
  731. package/ibc/core/connection/v1/query.d.ts +12 -0
  732. package/ibc/core/connection/v1/query.js +35 -30
  733. package/ibc/core/connection/v1/query.rpc.func.js +12 -6
  734. package/ibc/core/connection/v1/tx.d.ts +10 -0
  735. package/ibc/core/connection/v1/tx.js +28 -26
  736. package/ibc/core/connection/v1/tx.registry.d.ts +69 -0
  737. package/ibc/core/connection/v1/tx.registry.js +99 -1
  738. package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
  739. package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
  740. package/ibc/core/types/v1/genesis.d.ts +1 -0
  741. package/ibc/core/types/v1/genesis.js +5 -3
  742. package/ibc/lightclients/localhost/v2/localhost.d.ts +1 -0
  743. package/ibc/lightclients/localhost/v2/localhost.js +3 -3
  744. package/ibc/lightclients/solomachine/v2/solomachine.d.ts +16 -0
  745. package/ibc/lightclients/solomachine/v2/solomachine.js +40 -49
  746. package/ibc/lightclients/solomachine/v3/solomachine.d.ts +8 -0
  747. package/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
  748. package/ibc/lightclients/tendermint/v1/tendermint.d.ts +5 -0
  749. package/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
  750. package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -0
  751. package/ibc/lightclients/wasm/v1/genesis.js +5 -6
  752. package/ibc/lightclients/wasm/v1/query.d.ts +4 -0
  753. package/ibc/lightclients/wasm/v1/query.js +10 -11
  754. package/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -2
  755. package/ibc/lightclients/wasm/v1/tx.d.ts +6 -0
  756. package/ibc/lightclients/wasm/v1/tx.js +12 -19
  757. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +45 -0
  758. package/ibc/lightclients/wasm/v1/tx.registry.js +63 -1
  759. package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -3
  760. package/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
  761. package/ibc/lightclients/wasm/v1/wasm.d.ts +4 -0
  762. package/ibc/lightclients/wasm/v1/wasm.js +9 -12
  763. package/package.json +8 -7
  764. package/registry.d.ts +1 -1
  765. package/registry.js +1 -1
  766. package/tendermint/abci/types.d.ts +47 -0
  767. package/tendermint/abci/types.js +176 -93
  768. package/tendermint/crypto/keys.d.ts +1 -0
  769. package/tendermint/crypto/keys.js +2 -3
  770. package/tendermint/crypto/proof.d.ts +5 -0
  771. package/tendermint/crypto/proof.js +12 -9
  772. package/tendermint/p2p/types.d.ts +4 -0
  773. package/tendermint/p2p/types.js +10 -8
  774. package/tendermint/types/block.d.ts +1 -0
  775. package/tendermint/types/block.js +6 -2
  776. package/tendermint/types/evidence.d.ts +4 -0
  777. package/tendermint/types/evidence.js +14 -5
  778. package/tendermint/types/params.d.ts +7 -0
  779. package/tendermint/types/params.js +19 -14
  780. package/tendermint/types/types.d.ts +15 -0
  781. package/tendermint/types/types.js +51 -24
  782. package/tendermint/types/validator.d.ts +3 -0
  783. package/tendermint/types/validator.js +13 -8
  784. package/tendermint/version/types.d.ts +2 -0
  785. package/tendermint/version/types.js +4 -5
  786. package/test.d.ts +1 -0
  787. package/test.js +53 -0
  788. package/types.d.ts +2 -7
  789. package/types.js +1 -1
  790. package/utf8.d.ts +1 -1
  791. package/utf8.js +5 -4
  792. package/varint.d.ts +1 -1
  793. package/varint.js +18 -17
  794. package/xpla/lcd.d.ts +78 -78
  795. package/xpla/lcd.js +109 -119
  796. package/xpla/reward/v1beta1/genesis.d.ts +1 -0
  797. package/xpla/reward/v1beta1/genesis.js +3 -2
  798. package/xpla/reward/v1beta1/query.d.ts +4 -0
  799. package/xpla/reward/v1beta1/query.js +10 -7
  800. package/xpla/reward/v1beta1/query.rpc.func.js +4 -2
  801. package/xpla/reward/v1beta1/reward.d.ts +1 -0
  802. package/xpla/reward/v1beta1/reward.js +12 -13
  803. package/xpla/reward/v1beta1/tx.d.ts +4 -0
  804. package/xpla/reward/v1beta1/tx.js +10 -9
  805. package/xpla/reward/v1beta1/tx.registry.d.ts +33 -0
  806. package/xpla/reward/v1beta1/tx.registry.js +45 -1
  807. package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -2
  808. package/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
  809. package/xpla/rpc.query.d.ts +261 -260
  810. package/xpla/rpc.query.js +96 -106
  811. package/xpla/volunteer/v1beta1/genesis.d.ts +1 -0
  812. package/xpla/volunteer/v1beta1/genesis.js +3 -2
  813. package/xpla/volunteer/v1beta1/proposal.d.ts +4 -0
  814. package/xpla/volunteer/v1beta1/proposal.js +15 -15
  815. package/xpla/volunteer/v1beta1/query.d.ts +2 -0
  816. package/xpla/volunteer/v1beta1/query.js +4 -5
  817. package/xpla/volunteer/v1beta1/query.rpc.func.js +2 -1
  818. package/xpla/volunteer/v1beta1/tx.d.ts +4 -0
  819. package/xpla/volunteer/v1beta1/tx.js +12 -12
  820. package/xpla/volunteer/v1beta1/tx.registry.d.ts +33 -0
  821. package/xpla/volunteer/v1beta1/tx.registry.js +45 -1
  822. package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -2
  823. package/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
  824. package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +1 -0
  825. package/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
@@ -1,2 +1,239 @@
1
1
  import { TelescopeGeneratedType } from "../../../../types";
2
+ import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement, MsgChannelUpgradeInit, MsgChannelUpgradeTry, MsgChannelUpgradeAck, MsgChannelUpgradeConfirm, MsgChannelUpgradeOpen, MsgChannelUpgradeTimeout, MsgChannelUpgradeCancel, MsgUpdateParams, MsgPruneAcknowledgements } from "./tx";
2
3
  export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
4
+ export declare const MessageComposer: {
5
+ encoded: {
6
+ channelOpenInit(value: MsgChannelOpenInit): {
7
+ typeUrl: string;
8
+ value: Uint8Array;
9
+ };
10
+ channelOpenTry(value: MsgChannelOpenTry): {
11
+ typeUrl: string;
12
+ value: Uint8Array;
13
+ };
14
+ channelOpenAck(value: MsgChannelOpenAck): {
15
+ typeUrl: string;
16
+ value: Uint8Array;
17
+ };
18
+ channelOpenConfirm(value: MsgChannelOpenConfirm): {
19
+ typeUrl: string;
20
+ value: Uint8Array;
21
+ };
22
+ channelCloseInit(value: MsgChannelCloseInit): {
23
+ typeUrl: string;
24
+ value: Uint8Array;
25
+ };
26
+ channelCloseConfirm(value: MsgChannelCloseConfirm): {
27
+ typeUrl: string;
28
+ value: Uint8Array;
29
+ };
30
+ recvPacket(value: MsgRecvPacket): {
31
+ typeUrl: string;
32
+ value: Uint8Array;
33
+ };
34
+ timeout(value: MsgTimeout): {
35
+ typeUrl: string;
36
+ value: Uint8Array;
37
+ };
38
+ timeoutOnClose(value: MsgTimeoutOnClose): {
39
+ typeUrl: string;
40
+ value: Uint8Array;
41
+ };
42
+ acknowledgement(value: MsgAcknowledgement): {
43
+ typeUrl: string;
44
+ value: Uint8Array;
45
+ };
46
+ channelUpgradeInit(value: MsgChannelUpgradeInit): {
47
+ typeUrl: string;
48
+ value: Uint8Array;
49
+ };
50
+ channelUpgradeTry(value: MsgChannelUpgradeTry): {
51
+ typeUrl: string;
52
+ value: Uint8Array;
53
+ };
54
+ channelUpgradeAck(value: MsgChannelUpgradeAck): {
55
+ typeUrl: string;
56
+ value: Uint8Array;
57
+ };
58
+ channelUpgradeConfirm(value: MsgChannelUpgradeConfirm): {
59
+ typeUrl: string;
60
+ value: Uint8Array;
61
+ };
62
+ channelUpgradeOpen(value: MsgChannelUpgradeOpen): {
63
+ typeUrl: string;
64
+ value: Uint8Array;
65
+ };
66
+ channelUpgradeTimeout(value: MsgChannelUpgradeTimeout): {
67
+ typeUrl: string;
68
+ value: Uint8Array;
69
+ };
70
+ channelUpgradeCancel(value: MsgChannelUpgradeCancel): {
71
+ typeUrl: string;
72
+ value: Uint8Array;
73
+ };
74
+ updateChannelParams(value: MsgUpdateParams): {
75
+ typeUrl: string;
76
+ value: Uint8Array;
77
+ };
78
+ pruneAcknowledgements(value: MsgPruneAcknowledgements): {
79
+ typeUrl: string;
80
+ value: Uint8Array;
81
+ };
82
+ };
83
+ withTypeUrl: {
84
+ channelOpenInit(value: MsgChannelOpenInit): {
85
+ typeUrl: string;
86
+ value: MsgChannelOpenInit;
87
+ };
88
+ channelOpenTry(value: MsgChannelOpenTry): {
89
+ typeUrl: string;
90
+ value: MsgChannelOpenTry;
91
+ };
92
+ channelOpenAck(value: MsgChannelOpenAck): {
93
+ typeUrl: string;
94
+ value: MsgChannelOpenAck;
95
+ };
96
+ channelOpenConfirm(value: MsgChannelOpenConfirm): {
97
+ typeUrl: string;
98
+ value: MsgChannelOpenConfirm;
99
+ };
100
+ channelCloseInit(value: MsgChannelCloseInit): {
101
+ typeUrl: string;
102
+ value: MsgChannelCloseInit;
103
+ };
104
+ channelCloseConfirm(value: MsgChannelCloseConfirm): {
105
+ typeUrl: string;
106
+ value: MsgChannelCloseConfirm;
107
+ };
108
+ recvPacket(value: MsgRecvPacket): {
109
+ typeUrl: string;
110
+ value: MsgRecvPacket;
111
+ };
112
+ timeout(value: MsgTimeout): {
113
+ typeUrl: string;
114
+ value: MsgTimeout;
115
+ };
116
+ timeoutOnClose(value: MsgTimeoutOnClose): {
117
+ typeUrl: string;
118
+ value: MsgTimeoutOnClose;
119
+ };
120
+ acknowledgement(value: MsgAcknowledgement): {
121
+ typeUrl: string;
122
+ value: MsgAcknowledgement;
123
+ };
124
+ channelUpgradeInit(value: MsgChannelUpgradeInit): {
125
+ typeUrl: string;
126
+ value: MsgChannelUpgradeInit;
127
+ };
128
+ channelUpgradeTry(value: MsgChannelUpgradeTry): {
129
+ typeUrl: string;
130
+ value: MsgChannelUpgradeTry;
131
+ };
132
+ channelUpgradeAck(value: MsgChannelUpgradeAck): {
133
+ typeUrl: string;
134
+ value: MsgChannelUpgradeAck;
135
+ };
136
+ channelUpgradeConfirm(value: MsgChannelUpgradeConfirm): {
137
+ typeUrl: string;
138
+ value: MsgChannelUpgradeConfirm;
139
+ };
140
+ channelUpgradeOpen(value: MsgChannelUpgradeOpen): {
141
+ typeUrl: string;
142
+ value: MsgChannelUpgradeOpen;
143
+ };
144
+ channelUpgradeTimeout(value: MsgChannelUpgradeTimeout): {
145
+ typeUrl: string;
146
+ value: MsgChannelUpgradeTimeout;
147
+ };
148
+ channelUpgradeCancel(value: MsgChannelUpgradeCancel): {
149
+ typeUrl: string;
150
+ value: MsgChannelUpgradeCancel;
151
+ };
152
+ updateChannelParams(value: MsgUpdateParams): {
153
+ typeUrl: string;
154
+ value: MsgUpdateParams;
155
+ };
156
+ pruneAcknowledgements(value: MsgPruneAcknowledgements): {
157
+ typeUrl: string;
158
+ value: MsgPruneAcknowledgements;
159
+ };
160
+ };
161
+ fromPartial: {
162
+ channelOpenInit(value: MsgChannelOpenInit): {
163
+ typeUrl: string;
164
+ value: MsgChannelOpenInit;
165
+ };
166
+ channelOpenTry(value: MsgChannelOpenTry): {
167
+ typeUrl: string;
168
+ value: MsgChannelOpenTry;
169
+ };
170
+ channelOpenAck(value: MsgChannelOpenAck): {
171
+ typeUrl: string;
172
+ value: MsgChannelOpenAck;
173
+ };
174
+ channelOpenConfirm(value: MsgChannelOpenConfirm): {
175
+ typeUrl: string;
176
+ value: MsgChannelOpenConfirm;
177
+ };
178
+ channelCloseInit(value: MsgChannelCloseInit): {
179
+ typeUrl: string;
180
+ value: MsgChannelCloseInit;
181
+ };
182
+ channelCloseConfirm(value: MsgChannelCloseConfirm): {
183
+ typeUrl: string;
184
+ value: MsgChannelCloseConfirm;
185
+ };
186
+ recvPacket(value: MsgRecvPacket): {
187
+ typeUrl: string;
188
+ value: MsgRecvPacket;
189
+ };
190
+ timeout(value: MsgTimeout): {
191
+ typeUrl: string;
192
+ value: MsgTimeout;
193
+ };
194
+ timeoutOnClose(value: MsgTimeoutOnClose): {
195
+ typeUrl: string;
196
+ value: MsgTimeoutOnClose;
197
+ };
198
+ acknowledgement(value: MsgAcknowledgement): {
199
+ typeUrl: string;
200
+ value: MsgAcknowledgement;
201
+ };
202
+ channelUpgradeInit(value: MsgChannelUpgradeInit): {
203
+ typeUrl: string;
204
+ value: MsgChannelUpgradeInit;
205
+ };
206
+ channelUpgradeTry(value: MsgChannelUpgradeTry): {
207
+ typeUrl: string;
208
+ value: MsgChannelUpgradeTry;
209
+ };
210
+ channelUpgradeAck(value: MsgChannelUpgradeAck): {
211
+ typeUrl: string;
212
+ value: MsgChannelUpgradeAck;
213
+ };
214
+ channelUpgradeConfirm(value: MsgChannelUpgradeConfirm): {
215
+ typeUrl: string;
216
+ value: MsgChannelUpgradeConfirm;
217
+ };
218
+ channelUpgradeOpen(value: MsgChannelUpgradeOpen): {
219
+ typeUrl: string;
220
+ value: MsgChannelUpgradeOpen;
221
+ };
222
+ channelUpgradeTimeout(value: MsgChannelUpgradeTimeout): {
223
+ typeUrl: string;
224
+ value: MsgChannelUpgradeTimeout;
225
+ };
226
+ channelUpgradeCancel(value: MsgChannelUpgradeCancel): {
227
+ typeUrl: string;
228
+ value: MsgChannelUpgradeCancel;
229
+ };
230
+ updateChannelParams(value: MsgUpdateParams): {
231
+ typeUrl: string;
232
+ value: MsgUpdateParams;
233
+ };
234
+ pruneAcknowledgements(value: MsgPruneAcknowledgements): {
235
+ typeUrl: string;
236
+ value: MsgPruneAcknowledgements;
237
+ };
238
+ };
239
+ };
@@ -1,5 +1,355 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.registry = void 0;
3
+ exports.MessageComposer = exports.registry = void 0;
4
4
  const tx_1 = require("./tx");
5
5
  exports.registry = [["/ibc.core.channel.v1.MsgChannelOpenInit", tx_1.MsgChannelOpenInit], ["/ibc.core.channel.v1.MsgChannelOpenTry", tx_1.MsgChannelOpenTry], ["/ibc.core.channel.v1.MsgChannelOpenAck", tx_1.MsgChannelOpenAck], ["/ibc.core.channel.v1.MsgChannelOpenConfirm", tx_1.MsgChannelOpenConfirm], ["/ibc.core.channel.v1.MsgChannelCloseInit", tx_1.MsgChannelCloseInit], ["/ibc.core.channel.v1.MsgChannelCloseConfirm", tx_1.MsgChannelCloseConfirm], ["/ibc.core.channel.v1.MsgRecvPacket", tx_1.MsgRecvPacket], ["/ibc.core.channel.v1.MsgTimeout", tx_1.MsgTimeout], ["/ibc.core.channel.v1.MsgTimeoutOnClose", tx_1.MsgTimeoutOnClose], ["/ibc.core.channel.v1.MsgAcknowledgement", tx_1.MsgAcknowledgement], ["/ibc.core.channel.v1.MsgChannelUpgradeInit", tx_1.MsgChannelUpgradeInit], ["/ibc.core.channel.v1.MsgChannelUpgradeTry", tx_1.MsgChannelUpgradeTry], ["/ibc.core.channel.v1.MsgChannelUpgradeAck", tx_1.MsgChannelUpgradeAck], ["/ibc.core.channel.v1.MsgChannelUpgradeConfirm", tx_1.MsgChannelUpgradeConfirm], ["/ibc.core.channel.v1.MsgChannelUpgradeOpen", tx_1.MsgChannelUpgradeOpen], ["/ibc.core.channel.v1.MsgChannelUpgradeTimeout", tx_1.MsgChannelUpgradeTimeout], ["/ibc.core.channel.v1.MsgChannelUpgradeCancel", tx_1.MsgChannelUpgradeCancel], ["/ibc.core.channel.v1.MsgUpdateParams", tx_1.MsgUpdateParams], ["/ibc.core.channel.v1.MsgPruneAcknowledgements", tx_1.MsgPruneAcknowledgements]];
6
+ exports.MessageComposer = {
7
+ encoded: {
8
+ channelOpenInit(value) {
9
+ return {
10
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
11
+ value: tx_1.MsgChannelOpenInit.encode(value).finish()
12
+ };
13
+ },
14
+ channelOpenTry(value) {
15
+ return {
16
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
17
+ value: tx_1.MsgChannelOpenTry.encode(value).finish()
18
+ };
19
+ },
20
+ channelOpenAck(value) {
21
+ return {
22
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
23
+ value: tx_1.MsgChannelOpenAck.encode(value).finish()
24
+ };
25
+ },
26
+ channelOpenConfirm(value) {
27
+ return {
28
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
29
+ value: tx_1.MsgChannelOpenConfirm.encode(value).finish()
30
+ };
31
+ },
32
+ channelCloseInit(value) {
33
+ return {
34
+ typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
35
+ value: tx_1.MsgChannelCloseInit.encode(value).finish()
36
+ };
37
+ },
38
+ channelCloseConfirm(value) {
39
+ return {
40
+ typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
41
+ value: tx_1.MsgChannelCloseConfirm.encode(value).finish()
42
+ };
43
+ },
44
+ recvPacket(value) {
45
+ return {
46
+ typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
47
+ value: tx_1.MsgRecvPacket.encode(value).finish()
48
+ };
49
+ },
50
+ timeout(value) {
51
+ return {
52
+ typeUrl: "/ibc.core.channel.v1.MsgTimeout",
53
+ value: tx_1.MsgTimeout.encode(value).finish()
54
+ };
55
+ },
56
+ timeoutOnClose(value) {
57
+ return {
58
+ typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
59
+ value: tx_1.MsgTimeoutOnClose.encode(value).finish()
60
+ };
61
+ },
62
+ acknowledgement(value) {
63
+ return {
64
+ typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
65
+ value: tx_1.MsgAcknowledgement.encode(value).finish()
66
+ };
67
+ },
68
+ channelUpgradeInit(value) {
69
+ return {
70
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeInit",
71
+ value: tx_1.MsgChannelUpgradeInit.encode(value).finish()
72
+ };
73
+ },
74
+ channelUpgradeTry(value) {
75
+ return {
76
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTry",
77
+ value: tx_1.MsgChannelUpgradeTry.encode(value).finish()
78
+ };
79
+ },
80
+ channelUpgradeAck(value) {
81
+ return {
82
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeAck",
83
+ value: tx_1.MsgChannelUpgradeAck.encode(value).finish()
84
+ };
85
+ },
86
+ channelUpgradeConfirm(value) {
87
+ return {
88
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeConfirm",
89
+ value: tx_1.MsgChannelUpgradeConfirm.encode(value).finish()
90
+ };
91
+ },
92
+ channelUpgradeOpen(value) {
93
+ return {
94
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeOpen",
95
+ value: tx_1.MsgChannelUpgradeOpen.encode(value).finish()
96
+ };
97
+ },
98
+ channelUpgradeTimeout(value) {
99
+ return {
100
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTimeout",
101
+ value: tx_1.MsgChannelUpgradeTimeout.encode(value).finish()
102
+ };
103
+ },
104
+ channelUpgradeCancel(value) {
105
+ return {
106
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeCancel",
107
+ value: tx_1.MsgChannelUpgradeCancel.encode(value).finish()
108
+ };
109
+ },
110
+ updateChannelParams(value) {
111
+ return {
112
+ typeUrl: "/ibc.core.channel.v1.MsgUpdateParams",
113
+ value: tx_1.MsgUpdateParams.encode(value).finish()
114
+ };
115
+ },
116
+ pruneAcknowledgements(value) {
117
+ return {
118
+ typeUrl: "/ibc.core.channel.v1.MsgPruneAcknowledgements",
119
+ value: tx_1.MsgPruneAcknowledgements.encode(value).finish()
120
+ };
121
+ }
122
+ },
123
+ withTypeUrl: {
124
+ channelOpenInit(value) {
125
+ return {
126
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
127
+ value
128
+ };
129
+ },
130
+ channelOpenTry(value) {
131
+ return {
132
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
133
+ value
134
+ };
135
+ },
136
+ channelOpenAck(value) {
137
+ return {
138
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
139
+ value
140
+ };
141
+ },
142
+ channelOpenConfirm(value) {
143
+ return {
144
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
145
+ value
146
+ };
147
+ },
148
+ channelCloseInit(value) {
149
+ return {
150
+ typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
151
+ value
152
+ };
153
+ },
154
+ channelCloseConfirm(value) {
155
+ return {
156
+ typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
157
+ value
158
+ };
159
+ },
160
+ recvPacket(value) {
161
+ return {
162
+ typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
163
+ value
164
+ };
165
+ },
166
+ timeout(value) {
167
+ return {
168
+ typeUrl: "/ibc.core.channel.v1.MsgTimeout",
169
+ value
170
+ };
171
+ },
172
+ timeoutOnClose(value) {
173
+ return {
174
+ typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
175
+ value
176
+ };
177
+ },
178
+ acknowledgement(value) {
179
+ return {
180
+ typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
181
+ value
182
+ };
183
+ },
184
+ channelUpgradeInit(value) {
185
+ return {
186
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeInit",
187
+ value
188
+ };
189
+ },
190
+ channelUpgradeTry(value) {
191
+ return {
192
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTry",
193
+ value
194
+ };
195
+ },
196
+ channelUpgradeAck(value) {
197
+ return {
198
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeAck",
199
+ value
200
+ };
201
+ },
202
+ channelUpgradeConfirm(value) {
203
+ return {
204
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeConfirm",
205
+ value
206
+ };
207
+ },
208
+ channelUpgradeOpen(value) {
209
+ return {
210
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeOpen",
211
+ value
212
+ };
213
+ },
214
+ channelUpgradeTimeout(value) {
215
+ return {
216
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTimeout",
217
+ value
218
+ };
219
+ },
220
+ channelUpgradeCancel(value) {
221
+ return {
222
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeCancel",
223
+ value
224
+ };
225
+ },
226
+ updateChannelParams(value) {
227
+ return {
228
+ typeUrl: "/ibc.core.channel.v1.MsgUpdateParams",
229
+ value
230
+ };
231
+ },
232
+ pruneAcknowledgements(value) {
233
+ return {
234
+ typeUrl: "/ibc.core.channel.v1.MsgPruneAcknowledgements",
235
+ value
236
+ };
237
+ }
238
+ },
239
+ fromPartial: {
240
+ channelOpenInit(value) {
241
+ return {
242
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
243
+ value: tx_1.MsgChannelOpenInit.fromPartial(value)
244
+ };
245
+ },
246
+ channelOpenTry(value) {
247
+ return {
248
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
249
+ value: tx_1.MsgChannelOpenTry.fromPartial(value)
250
+ };
251
+ },
252
+ channelOpenAck(value) {
253
+ return {
254
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
255
+ value: tx_1.MsgChannelOpenAck.fromPartial(value)
256
+ };
257
+ },
258
+ channelOpenConfirm(value) {
259
+ return {
260
+ typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
261
+ value: tx_1.MsgChannelOpenConfirm.fromPartial(value)
262
+ };
263
+ },
264
+ channelCloseInit(value) {
265
+ return {
266
+ typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
267
+ value: tx_1.MsgChannelCloseInit.fromPartial(value)
268
+ };
269
+ },
270
+ channelCloseConfirm(value) {
271
+ return {
272
+ typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
273
+ value: tx_1.MsgChannelCloseConfirm.fromPartial(value)
274
+ };
275
+ },
276
+ recvPacket(value) {
277
+ return {
278
+ typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
279
+ value: tx_1.MsgRecvPacket.fromPartial(value)
280
+ };
281
+ },
282
+ timeout(value) {
283
+ return {
284
+ typeUrl: "/ibc.core.channel.v1.MsgTimeout",
285
+ value: tx_1.MsgTimeout.fromPartial(value)
286
+ };
287
+ },
288
+ timeoutOnClose(value) {
289
+ return {
290
+ typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
291
+ value: tx_1.MsgTimeoutOnClose.fromPartial(value)
292
+ };
293
+ },
294
+ acknowledgement(value) {
295
+ return {
296
+ typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
297
+ value: tx_1.MsgAcknowledgement.fromPartial(value)
298
+ };
299
+ },
300
+ channelUpgradeInit(value) {
301
+ return {
302
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeInit",
303
+ value: tx_1.MsgChannelUpgradeInit.fromPartial(value)
304
+ };
305
+ },
306
+ channelUpgradeTry(value) {
307
+ return {
308
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTry",
309
+ value: tx_1.MsgChannelUpgradeTry.fromPartial(value)
310
+ };
311
+ },
312
+ channelUpgradeAck(value) {
313
+ return {
314
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeAck",
315
+ value: tx_1.MsgChannelUpgradeAck.fromPartial(value)
316
+ };
317
+ },
318
+ channelUpgradeConfirm(value) {
319
+ return {
320
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeConfirm",
321
+ value: tx_1.MsgChannelUpgradeConfirm.fromPartial(value)
322
+ };
323
+ },
324
+ channelUpgradeOpen(value) {
325
+ return {
326
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeOpen",
327
+ value: tx_1.MsgChannelUpgradeOpen.fromPartial(value)
328
+ };
329
+ },
330
+ channelUpgradeTimeout(value) {
331
+ return {
332
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTimeout",
333
+ value: tx_1.MsgChannelUpgradeTimeout.fromPartial(value)
334
+ };
335
+ },
336
+ channelUpgradeCancel(value) {
337
+ return {
338
+ typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeCancel",
339
+ value: tx_1.MsgChannelUpgradeCancel.fromPartial(value)
340
+ };
341
+ },
342
+ updateChannelParams(value) {
343
+ return {
344
+ typeUrl: "/ibc.core.channel.v1.MsgUpdateParams",
345
+ value: tx_1.MsgUpdateParams.fromPartial(value)
346
+ };
347
+ },
348
+ pruneAcknowledgements(value) {
349
+ return {
350
+ typeUrl: "/ibc.core.channel.v1.MsgPruneAcknowledgements",
351
+ value: tx_1.MsgPruneAcknowledgements.fromPartial(value)
352
+ };
353
+ }
354
+ }
355
+ };
@@ -1,21 +1,21 @@
1
1
  import { SigningClientResolver } from "../../../../helper-func-types";
2
2
  import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement, MsgChannelUpgradeInit, MsgChannelUpgradeTry, MsgChannelUpgradeAck, MsgChannelUpgradeConfirm, MsgChannelUpgradeOpen, MsgChannelUpgradeTimeout, MsgChannelUpgradeCancel, MsgUpdateParams, MsgPruneAcknowledgements } from "./tx";
3
- export declare const createChannelOpenInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenInit, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
4
- export declare const createChannelOpenTry: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenTry, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
5
- export declare const createChannelOpenAck: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenAck, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
6
- export declare const createChannelOpenConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenConfirm, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
7
- export declare const createChannelCloseInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelCloseInit, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
8
- export declare const createChannelCloseConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelCloseConfirm, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
9
- export declare const createRecvPacket: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgRecvPacket, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
10
- export declare const createTimeout: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgTimeout, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
11
- export declare const createTimeoutOnClose: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgTimeoutOnClose, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
12
- export declare const createAcknowledgement: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgAcknowledgement, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
13
- export declare const createChannelUpgradeInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeInit, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
14
- export declare const createChannelUpgradeTry: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeTry, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
15
- export declare const createChannelUpgradeAck: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeAck, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
16
- export declare const createChannelUpgradeConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeConfirm, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
17
- export declare const createChannelUpgradeOpen: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeOpen, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
18
- export declare const createChannelUpgradeTimeout: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeTimeout, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
19
- export declare const createChannelUpgradeCancel: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeCancel, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
20
- export declare const createUpdateChannelParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
21
- export declare const createPruneAcknowledgements: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgPruneAcknowledgements, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
3
+ export declare const createChannelOpenInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenInit | MsgChannelOpenInit[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
4
+ export declare const createChannelOpenTry: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenTry | MsgChannelOpenTry[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
5
+ export declare const createChannelOpenAck: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenAck | MsgChannelOpenAck[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
6
+ export declare const createChannelOpenConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenConfirm | MsgChannelOpenConfirm[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
7
+ export declare const createChannelCloseInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelCloseInit | MsgChannelCloseInit[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
8
+ export declare const createChannelCloseConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelCloseConfirm | MsgChannelCloseConfirm[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
9
+ export declare const createRecvPacket: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgRecvPacket | MsgRecvPacket[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
10
+ export declare const createTimeout: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgTimeout | MsgTimeout[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
11
+ export declare const createTimeoutOnClose: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgTimeoutOnClose | MsgTimeoutOnClose[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
12
+ export declare const createAcknowledgement: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgAcknowledgement | MsgAcknowledgement[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
13
+ export declare const createChannelUpgradeInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeInit | MsgChannelUpgradeInit[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
14
+ export declare const createChannelUpgradeTry: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeTry | MsgChannelUpgradeTry[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
15
+ export declare const createChannelUpgradeAck: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeAck | MsgChannelUpgradeAck[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
16
+ export declare const createChannelUpgradeConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeConfirm | MsgChannelUpgradeConfirm[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
17
+ export declare const createChannelUpgradeOpen: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeOpen | MsgChannelUpgradeOpen[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
18
+ export declare const createChannelUpgradeTimeout: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeTimeout | MsgChannelUpgradeTimeout[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
19
+ export declare const createChannelUpgradeCancel: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeCancel | MsgChannelUpgradeCancel[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
20
+ export declare const createUpdateChannelParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
21
+ export declare const createPruneAcknowledgements: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgPruneAcknowledgements | MsgPruneAcknowledgements[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;