@xpla/xpla-react 1.8.1 → 1.8.2

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 (377) hide show
  1. package/esm/binary.js +2 -2
  2. package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -2
  3. package/esm/cosmos/app/v1alpha1/config.js +3 -3
  4. package/esm/cosmos/app/v1alpha1/module.js +2 -2
  5. package/esm/cosmos/app/v1alpha1/query.js +3 -3
  6. package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -2
  7. package/esm/cosmos/app/v1alpha1/query.rpc.react.js +2 -2
  8. package/esm/cosmos/auth/module/v1/module.js +2 -2
  9. package/esm/cosmos/auth/v1beta1/auth.js +4 -4
  10. package/esm/cosmos/auth/v1beta1/genesis.js +3 -3
  11. package/esm/cosmos/auth/v1beta1/query.js +7 -7
  12. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +2 -2
  13. package/esm/cosmos/auth/v1beta1/query.rpc.react.js +2 -2
  14. package/esm/cosmos/auth/v1beta1/tx.js +3 -3
  15. package/esm/cosmos/auth/v1beta1/tx.registry.js +1 -1
  16. package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -2
  17. package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +2 -2
  18. package/esm/cosmos/authz/module/v1/module.js +1 -1
  19. package/esm/cosmos/authz/v1beta1/authz.js +9 -9
  20. package/esm/cosmos/authz/v1beta1/event.js +1 -1
  21. package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
  22. package/esm/cosmos/authz/v1beta1/query.js +4 -4
  23. package/esm/cosmos/authz/v1beta1/query.rpc.func.js +2 -2
  24. package/esm/cosmos/authz/v1beta1/query.rpc.react.js +2 -2
  25. package/esm/cosmos/authz/v1beta1/tx.js +5 -5
  26. package/esm/cosmos/authz/v1beta1/tx.registry.js +1 -1
  27. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +2 -2
  28. package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +2 -2
  29. package/esm/cosmos/autocli/v1/options.js +3 -3
  30. package/esm/cosmos/autocli/v1/query.js +4 -4
  31. package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -2
  32. package/esm/cosmos/autocli/v1/query.rpc.react.js +2 -2
  33. package/esm/cosmos/bank/module/v1/module.js +1 -1
  34. package/esm/cosmos/bank/v1beta1/authz.js +3 -3
  35. package/esm/cosmos/bank/v1beta1/bank.js +3 -3
  36. package/esm/cosmos/bank/v1beta1/genesis.js +4 -4
  37. package/esm/cosmos/bank/v1beta1/query.js +5 -5
  38. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +2 -2
  39. package/esm/cosmos/bank/v1beta1/query.rpc.react.js +2 -2
  40. package/esm/cosmos/bank/v1beta1/tx.js +4 -4
  41. package/esm/cosmos/bank/v1beta1/tx.registry.js +1 -1
  42. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +2 -2
  43. package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +2 -2
  44. package/esm/cosmos/base/abci/v1beta1/abci.js +6 -6
  45. package/esm/cosmos/base/node/v1beta1/query.js +3 -3
  46. package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +2 -2
  47. package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +2 -2
  48. package/esm/cosmos/base/query/v1beta1/pagination.js +2 -2
  49. package/esm/cosmos/base/reflection/v1beta1/reflection.js +1 -1
  50. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +2 -2
  51. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +2 -2
  52. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +2 -2
  53. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +2 -2
  54. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +2 -2
  55. package/esm/cosmos/base/tendermint/v1beta1/query.js +9 -9
  56. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +2 -2
  57. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +2 -2
  58. package/esm/cosmos/base/tendermint/v1beta1/types.js +7 -7
  59. package/esm/cosmos/base/v1beta1/coin.js +1 -1
  60. package/esm/cosmos/bundle.js +188 -188
  61. package/esm/cosmos/consensus/module/v1/module.js +1 -1
  62. package/esm/cosmos/consensus/v1/query.js +3 -3
  63. package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -2
  64. package/esm/cosmos/consensus/v1/query.rpc.react.js +2 -2
  65. package/esm/cosmos/consensus/v1/tx.js +3 -3
  66. package/esm/cosmos/consensus/v1/tx.registry.js +1 -1
  67. package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -2
  68. package/esm/cosmos/consensus/v1/tx.rpc.react.js +2 -2
  69. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -2
  70. package/esm/cosmos/distribution/module/v1/module.js +1 -1
  71. package/esm/cosmos/distribution/v1beta1/distribution.js +3 -3
  72. package/esm/cosmos/distribution/v1beta1/genesis.js +4 -4
  73. package/esm/cosmos/distribution/v1beta1/query.js +5 -5
  74. package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +2 -2
  75. package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +2 -2
  76. package/esm/cosmos/distribution/v1beta1/tx.js +4 -4
  77. package/esm/cosmos/distribution/v1beta1/tx.registry.js +1 -1
  78. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +2 -2
  79. package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +2 -2
  80. package/esm/cosmos/evidence/module/v1/module.js +1 -1
  81. package/esm/cosmos/evidence/v1beta1/evidence.js +3 -3
  82. package/esm/cosmos/evidence/v1beta1/genesis.js +2 -2
  83. package/esm/cosmos/evidence/v1beta1/query.js +5 -5
  84. package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +2 -2
  85. package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +2 -2
  86. package/esm/cosmos/evidence/v1beta1/tx.js +4 -4
  87. package/esm/cosmos/evidence/v1beta1/tx.registry.js +1 -1
  88. package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -2
  89. package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +2 -2
  90. package/esm/cosmos/evm/feemarket/v1/events.js +1 -1
  91. package/esm/cosmos/evm/feemarket/v1/feemarket.js +1 -1
  92. package/esm/cosmos/evm/feemarket/v1/genesis.js +3 -3
  93. package/esm/cosmos/evm/feemarket/v1/query.js +3 -3
  94. package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +2 -2
  95. package/esm/cosmos/evm/feemarket/v1/query.rpc.react.js +2 -2
  96. package/esm/cosmos/evm/feemarket/v1/tx.js +3 -3
  97. package/esm/cosmos/evm/feemarket/v1/tx.registry.js +1 -1
  98. package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +2 -2
  99. package/esm/cosmos/evm/feemarket/v1/tx.rpc.react.js +2 -2
  100. package/esm/cosmos/evm/vm/v1/events.js +1 -1
  101. package/esm/cosmos/evm/vm/v1/evm.js +3 -3
  102. package/esm/cosmos/evm/vm/v1/genesis.js +3 -3
  103. package/esm/cosmos/evm/vm/v1/query.js +7 -7
  104. package/esm/cosmos/evm/vm/v1/query.rpc.func.js +3 -3
  105. package/esm/cosmos/evm/vm/v1/query.rpc.react.js +2 -2
  106. package/esm/cosmos/evm/vm/v1/tx.js +5 -5
  107. package/esm/cosmos/evm/vm/v1/tx.registry.js +1 -1
  108. package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +2 -2
  109. package/esm/cosmos/evm/vm/v1/tx.rpc.react.js +2 -2
  110. package/esm/cosmos/feegrant/module/v1/module.js +1 -1
  111. package/esm/cosmos/feegrant/v1beta1/feegrant.js +7 -7
  112. package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
  113. package/esm/cosmos/feegrant/v1beta1/query.js +4 -4
  114. package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +2 -2
  115. package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +2 -2
  116. package/esm/cosmos/feegrant/v1beta1/tx.js +4 -4
  117. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +1 -1
  118. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +2 -2
  119. package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +2 -2
  120. package/esm/cosmos/gov/module/v1/module.js +1 -1
  121. package/esm/cosmos/gov/v1/genesis.js +3 -3
  122. package/esm/cosmos/gov/v1/gov.js +7 -7
  123. package/esm/cosmos/gov/v1/query.js +5 -5
  124. package/esm/cosmos/gov/v1/query.rpc.func.js +2 -2
  125. package/esm/cosmos/gov/v1/query.rpc.react.js +2 -2
  126. package/esm/cosmos/gov/v1/tx.js +12 -12
  127. package/esm/cosmos/gov/v1/tx.registry.js +1 -1
  128. package/esm/cosmos/gov/v1/tx.rpc.func.js +2 -2
  129. package/esm/cosmos/gov/v1/tx.rpc.react.js +2 -2
  130. package/esm/cosmos/gov/v1beta1/genesis.js +3 -3
  131. package/esm/cosmos/gov/v1beta1/gov.js +11 -11
  132. package/esm/cosmos/gov/v1beta1/query.js +5 -5
  133. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +2 -2
  134. package/esm/cosmos/gov/v1beta1/query.rpc.react.js +2 -2
  135. package/esm/cosmos/gov/v1beta1/tx.js +10 -10
  136. package/esm/cosmos/gov/v1beta1/tx.registry.js +1 -1
  137. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +2 -2
  138. package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +2 -2
  139. package/esm/cosmos/ics23/v1/proofs.js +3 -3
  140. package/esm/cosmos/mint/module/v1/module.js +1 -1
  141. package/esm/cosmos/mint/v1beta1/genesis.js +3 -3
  142. package/esm/cosmos/mint/v1beta1/mint.js +1 -1
  143. package/esm/cosmos/mint/v1beta1/query.js +4 -4
  144. package/esm/cosmos/mint/v1beta1/query.rpc.func.js +2 -2
  145. package/esm/cosmos/mint/v1beta1/query.rpc.react.js +2 -2
  146. package/esm/cosmos/mint/v1beta1/tx.js +3 -3
  147. package/esm/cosmos/mint/v1beta1/tx.registry.js +1 -1
  148. package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -2
  149. package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +2 -2
  150. package/esm/cosmos/params/module/v1/module.js +1 -1
  151. package/esm/cosmos/params/v1beta1/params.js +2 -2
  152. package/esm/cosmos/params/v1beta1/query.js +3 -3
  153. package/esm/cosmos/params/v1beta1/query.rpc.func.js +2 -2
  154. package/esm/cosmos/params/v1beta1/query.rpc.react.js +2 -2
  155. package/esm/cosmos/slashing/module/v1/module.js +1 -1
  156. package/esm/cosmos/slashing/v1beta1/genesis.js +3 -3
  157. package/esm/cosmos/slashing/v1beta1/query.js +4 -4
  158. package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +2 -2
  159. package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +2 -2
  160. package/esm/cosmos/slashing/v1beta1/slashing.js +4 -4
  161. package/esm/cosmos/slashing/v1beta1/tx.js +3 -3
  162. package/esm/cosmos/slashing/v1beta1/tx.registry.js +1 -1
  163. package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +2 -2
  164. package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +2 -2
  165. package/esm/cosmos/staking/module/v1/module.js +1 -1
  166. package/esm/cosmos/staking/v1beta1/authz.js +4 -4
  167. package/esm/cosmos/staking/v1beta1/genesis.js +4 -4
  168. package/esm/cosmos/staking/v1beta1/query.js +4 -4
  169. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +2 -2
  170. package/esm/cosmos/staking/v1beta1/query.rpc.react.js +2 -2
  171. package/esm/cosmos/staking/v1beta1/staking.js +9 -9
  172. package/esm/cosmos/staking/v1beta1/tx.js +7 -7
  173. package/esm/cosmos/staking/v1beta1/tx.registry.js +1 -1
  174. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +2 -2
  175. package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +2 -2
  176. package/esm/cosmos/tx/config/v1/config.js +1 -1
  177. package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -5
  178. package/esm/cosmos/tx/v1beta1/service.js +8 -8
  179. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +2 -2
  180. package/esm/cosmos/tx/v1beta1/service.rpc.react.js +2 -2
  181. package/esm/cosmos/tx/v1beta1/tx.js +6 -6
  182. package/esm/cosmos/upgrade/module/v1/module.js +1 -1
  183. package/esm/cosmos/upgrade/v1beta1/query.js +4 -4
  184. package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +2 -2
  185. package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +2 -2
  186. package/esm/cosmos/upgrade/v1beta1/tx.js +3 -3
  187. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +1 -1
  188. package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +2 -2
  189. package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +2 -2
  190. package/esm/cosmos/upgrade/v1beta1/upgrade.js +5 -5
  191. package/esm/cosmos_proto/bundle.js +1 -1
  192. package/esm/cosmos_proto/cosmos.js +1 -1
  193. package/esm/cosmwasm/bundle.js +12 -12
  194. package/esm/cosmwasm/wasm/v1/authz.js +6 -6
  195. package/esm/cosmwasm/wasm/v1/genesis.js +4 -4
  196. package/esm/cosmwasm/wasm/v1/ibc.js +2 -2
  197. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +5 -5
  198. package/esm/cosmwasm/wasm/v1/query.js +5 -5
  199. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +2 -2
  200. package/esm/cosmwasm/wasm/v1/query.rpc.react.js +2 -2
  201. package/esm/cosmwasm/wasm/v1/tx.js +5 -5
  202. package/esm/cosmwasm/wasm/v1/tx.registry.js +1 -1
  203. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +2 -2
  204. package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +2 -2
  205. package/esm/cosmwasm/wasm/v1/types.js +4 -4
  206. package/esm/ethermint/bundle.js +25 -25
  207. package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +2 -2
  208. package/esm/ethermint/evm/v1/events.js +1 -1
  209. package/esm/ethermint/evm/v1/evm.js +3 -3
  210. package/esm/ethermint/evm/v1/genesis.js +3 -3
  211. package/esm/ethermint/evm/v1/query.js +7 -7
  212. package/esm/ethermint/evm/v1/query.rpc.func.js +3 -3
  213. package/esm/ethermint/evm/v1/query.rpc.react.js +2 -2
  214. package/esm/ethermint/evm/v1/tx.js +5 -5
  215. package/esm/ethermint/evm/v1/tx.registry.js +1 -1
  216. package/esm/ethermint/evm/v1/tx.rpc.func.js +2 -2
  217. package/esm/ethermint/evm/v1/tx.rpc.react.js +2 -2
  218. package/esm/ethermint/feemarket/v1/events.js +1 -1
  219. package/esm/ethermint/feemarket/v1/feemarket.js +1 -1
  220. package/esm/ethermint/feemarket/v1/genesis.js +3 -3
  221. package/esm/ethermint/feemarket/v1/query.js +3 -3
  222. package/esm/ethermint/feemarket/v1/query.rpc.func.js +2 -2
  223. package/esm/ethermint/feemarket/v1/query.rpc.react.js +2 -2
  224. package/esm/ethermint/feemarket/v1/tx.js +3 -3
  225. package/esm/ethermint/feemarket/v1/tx.registry.js +1 -1
  226. package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -2
  227. package/esm/ethermint/feemarket/v1/tx.rpc.react.js +2 -2
  228. package/esm/ethermint/types/v1/account.js +3 -3
  229. package/esm/ethermint/types/v1/dynamic_fee.js +1 -1
  230. package/esm/ethermint/types/v1/indexer.js +1 -1
  231. package/esm/ethermint/types/v1/web3.js +2 -2
  232. package/esm/google/api/http.js +2 -2
  233. package/esm/google/bundle.js +5 -5
  234. package/esm/google/protobuf/any.js +1 -1
  235. package/esm/google/protobuf/descriptor.js +3 -3
  236. package/esm/google/protobuf/duration.js +1 -1
  237. package/esm/google/protobuf/timestamp.js +2 -2
  238. package/esm/helper-func-types.js +2 -2
  239. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -1
  240. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +3 -3
  241. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +2 -2
  242. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +2 -2
  243. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +5 -5
  244. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -1
  245. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +2 -2
  246. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +2 -2
  247. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +4 -4
  248. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -2
  249. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +3 -3
  250. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -2
  251. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +2 -2
  252. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -4
  253. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -1
  254. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +2 -2
  255. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +2 -2
  256. package/esm/ibc/applications/interchain_accounts/v1/account.js +3 -3
  257. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -1
  258. package/esm/ibc/applications/interchain_accounts/v1/packet.js +3 -3
  259. package/esm/ibc/applications/transfer/v1/authz.js +3 -3
  260. package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -1
  261. package/esm/ibc/applications/transfer/v1/genesis.js +5 -5
  262. package/esm/ibc/applications/transfer/v1/packet.js +1 -1
  263. package/esm/ibc/applications/transfer/v1/query.js +6 -6
  264. package/esm/ibc/applications/transfer/v1/query.rpc.func.js +2 -2
  265. package/esm/ibc/applications/transfer/v1/query.rpc.react.js +2 -2
  266. package/esm/ibc/applications/transfer/v1/token.js +2 -2
  267. package/esm/ibc/applications/transfer/v1/transfer.js +1 -1
  268. package/esm/ibc/applications/transfer/v1/tx.js +4 -4
  269. package/esm/ibc/applications/transfer/v1/tx.registry.js +1 -1
  270. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +2 -2
  271. package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +2 -2
  272. package/esm/ibc/bundle.js +94 -94
  273. package/esm/ibc/core/channel/v1/channel.js +4 -4
  274. package/esm/ibc/core/channel/v1/genesis.js +3 -3
  275. package/esm/ibc/core/channel/v1/query.js +7 -7
  276. package/esm/ibc/core/channel/v1/query.rpc.func.js +2 -2
  277. package/esm/ibc/core/channel/v1/query.rpc.react.js +2 -2
  278. package/esm/ibc/core/channel/v1/tx.js +5 -5
  279. package/esm/ibc/core/channel/v1/tx.registry.js +1 -1
  280. package/esm/ibc/core/channel/v1/tx.rpc.func.js +2 -2
  281. package/esm/ibc/core/channel/v1/tx.rpc.react.js +2 -2
  282. package/esm/ibc/core/channel/v2/genesis.js +3 -3
  283. package/esm/ibc/core/channel/v2/packet.js +3 -3
  284. package/esm/ibc/core/channel/v2/query.js +6 -6
  285. package/esm/ibc/core/channel/v2/query.rpc.func.js +2 -2
  286. package/esm/ibc/core/channel/v2/query.rpc.react.js +2 -2
  287. package/esm/ibc/core/channel/v2/tx.js +5 -5
  288. package/esm/ibc/core/channel/v2/tx.registry.js +1 -1
  289. package/esm/ibc/core/channel/v2/tx.rpc.func.js +2 -2
  290. package/esm/ibc/core/channel/v2/tx.rpc.react.js +2 -2
  291. package/esm/ibc/core/client/v1/client.js +3 -3
  292. package/esm/ibc/core/client/v1/genesis.js +4 -4
  293. package/esm/ibc/core/client/v1/query.js +7 -7
  294. package/esm/ibc/core/client/v1/query.rpc.func.js +2 -2
  295. package/esm/ibc/core/client/v1/query.rpc.react.js +2 -2
  296. package/esm/ibc/core/client/v1/tx.js +6 -6
  297. package/esm/ibc/core/client/v1/tx.registry.js +1 -1
  298. package/esm/ibc/core/client/v1/tx.rpc.func.js +2 -2
  299. package/esm/ibc/core/client/v1/tx.rpc.react.js +2 -2
  300. package/esm/ibc/core/client/v2/config.js +1 -1
  301. package/esm/ibc/core/client/v2/counterparty.js +2 -2
  302. package/esm/ibc/core/client/v2/genesis.js +3 -3
  303. package/esm/ibc/core/client/v2/query.js +4 -4
  304. package/esm/ibc/core/client/v2/query.rpc.func.js +2 -2
  305. package/esm/ibc/core/client/v2/query.rpc.react.js +2 -2
  306. package/esm/ibc/core/client/v2/tx.js +4 -4
  307. package/esm/ibc/core/client/v2/tx.registry.js +1 -1
  308. package/esm/ibc/core/client/v2/tx.rpc.func.js +2 -2
  309. package/esm/ibc/core/client/v2/tx.rpc.react.js +2 -2
  310. package/esm/ibc/core/commitment/v1/commitment.js +4 -4
  311. package/esm/ibc/core/commitment/v2/commitment.js +2 -2
  312. package/esm/ibc/core/connection/v1/connection.js +4 -4
  313. package/esm/ibc/core/connection/v1/genesis.js +3 -3
  314. package/esm/ibc/core/connection/v1/query.js +7 -7
  315. package/esm/ibc/core/connection/v1/query.rpc.func.js +2 -2
  316. package/esm/ibc/core/connection/v1/query.rpc.react.js +2 -2
  317. package/esm/ibc/core/connection/v1/tx.js +6 -6
  318. package/esm/ibc/core/connection/v1/tx.registry.js +1 -1
  319. package/esm/ibc/core/connection/v1/tx.rpc.func.js +2 -2
  320. package/esm/ibc/core/connection/v1/tx.rpc.react.js +2 -2
  321. package/esm/ibc/core/types/v1/genesis.js +7 -7
  322. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +6 -6
  323. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +4 -4
  324. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +10 -10
  325. package/esm/ibc/lightclients/wasm/v1/genesis.js +3 -3
  326. package/esm/ibc/lightclients/wasm/v1/query.js +4 -4
  327. package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +2 -2
  328. package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +2 -2
  329. package/esm/ibc/lightclients/wasm/v1/tx.js +2 -2
  330. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +1 -1
  331. package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +2 -2
  332. package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +2 -2
  333. package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -4
  334. package/esm/index.js +16 -16
  335. package/esm/react-query.js +2 -2
  336. package/esm/registry.js +2 -2
  337. package/esm/tendermint/abci/types.js +7 -7
  338. package/esm/tendermint/bundle.js +10 -10
  339. package/esm/tendermint/crypto/keys.js +2 -2
  340. package/esm/tendermint/crypto/proof.js +3 -3
  341. package/esm/tendermint/p2p/types.js +3 -3
  342. package/esm/tendermint/types/block.js +4 -4
  343. package/esm/tendermint/types/evidence.js +6 -6
  344. package/esm/tendermint/types/params.js +3 -3
  345. package/esm/tendermint/types/types.js +7 -7
  346. package/esm/tendermint/types/validator.js +4 -4
  347. package/esm/tendermint/version/types.js +1 -1
  348. package/esm/xpla/bundle.js +28 -28
  349. package/esm/xpla/burn/v1beta1/burn.js +3 -3
  350. package/esm/xpla/burn/v1beta1/genesis.js +3 -3
  351. package/esm/xpla/burn/v1beta1/query.js +4 -4
  352. package/esm/xpla/burn/v1beta1/query.rpc.func.js +2 -2
  353. package/esm/xpla/burn/v1beta1/query.rpc.react.js +2 -2
  354. package/esm/xpla/burn/v1beta1/tx.js +3 -3
  355. package/esm/xpla/burn/v1beta1/tx.registry.js +1 -1
  356. package/esm/xpla/burn/v1beta1/tx.rpc.func.js +2 -2
  357. package/esm/xpla/burn/v1beta1/tx.rpc.react.js +2 -2
  358. package/esm/xpla/reward/v1beta1/genesis.js +3 -3
  359. package/esm/xpla/reward/v1beta1/query.js +4 -4
  360. package/esm/xpla/reward/v1beta1/query.rpc.func.js +2 -2
  361. package/esm/xpla/reward/v1beta1/query.rpc.react.js +2 -2
  362. package/esm/xpla/reward/v1beta1/reward.js +1 -1
  363. package/esm/xpla/reward/v1beta1/tx.js +4 -4
  364. package/esm/xpla/reward/v1beta1/tx.registry.js +1 -1
  365. package/esm/xpla/reward/v1beta1/tx.rpc.func.js +2 -2
  366. package/esm/xpla/reward/v1beta1/tx.rpc.react.js +2 -2
  367. package/esm/xpla/volunteer/v1beta1/genesis.js +3 -3
  368. package/esm/xpla/volunteer/v1beta1/proposal.js +5 -5
  369. package/esm/xpla/volunteer/v1beta1/query.js +1 -1
  370. package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -2
  371. package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +2 -2
  372. package/esm/xpla/volunteer/v1beta1/tx.js +5 -5
  373. package/esm/xpla/volunteer/v1beta1/tx.registry.js +1 -1
  374. package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +2 -2
  375. package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +2 -2
  376. package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +1 -1
  377. package/package.json +6 -4
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../helper-func-types";
2
- import { QueryParamsRequest, QueryParamsResponse } from "./query";
1
+ import { buildQuery } from "../../../helper-func-types.js";
2
+ import { QueryParamsRequest, QueryParamsResponse } from "./query.js";
3
3
  /**
4
4
  * Params queries the parameters of x/consensus module.
5
5
  * @name getParams
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../react-query";
2
- import { getParams } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../react-query.js";
2
+ import { getParams } from "./query.rpc.func.js";
3
3
  /**
4
4
  * Params queries the parameters of x/consensus module.
5
5
  * @name useGetParams
@@ -1,6 +1,6 @@
1
- import { BlockParams, EvidenceParams, ValidatorParams, ABCIParams } from "../../../tendermint/types/params";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { BlockParams, EvidenceParams, ValidatorParams, ABCIParams } from "../../../tendermint/types/params.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../registry.js";
4
4
  function createBaseMsgUpdateParams() {
5
5
  return {
6
6
  authority: "",
@@ -1,4 +1,4 @@
1
- import { MsgUpdateParams } from "./tx";
1
+ import { MsgUpdateParams } from "./tx.js";
2
2
  export const registry = [["/cosmos.consensus.v1.MsgUpdateParams", MsgUpdateParams]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../helper-func-types";
2
- import { MsgUpdateParams } from "./tx";
1
+ import { buildTx } from "../../../helper-func-types.js";
2
+ import { MsgUpdateParams } from "./tx.js";
3
3
  /**
4
4
  * UpdateParams defines a governance operation for updating the x/consensus module parameters.
5
5
  * The authority is defined in the keeper.
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../react-query";
2
- import { updateParams } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../react-query.js";
2
+ import { updateParams } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * UpdateParams defines a governance operation for updating the x/consensus module parameters.
5
5
  * The authority is defined in the keeper.
@@ -1,5 +1,5 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary";
2
- import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
2
+ import { bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
3
3
  function createBaseMultiSignature() {
4
4
  return {
5
5
  signatures: []
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
2
2
  function createBaseModule() {
3
3
  return {
4
4
  feeCollectorName: "",
@@ -1,7 +1,7 @@
1
- import { DecCoin, Coin } from "../../base/v1beta1/coin";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
1
+ import { DecCoin, Coin } from "../../base/v1beta1/coin.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
3
  import { Decimal } from "@interchainjs/math";
4
- import { GlobalDecoderRegistry } from "../../../registry";
4
+ import { GlobalDecoderRegistry } from "../../../registry.js";
5
5
  function createBaseParams() {
6
6
  return {
7
7
  communityTax: "",
@@ -1,7 +1,7 @@
1
- import { DecCoin } from "../../base/v1beta1/coin";
2
- import { ValidatorAccumulatedCommission, ValidatorHistoricalRewards, ValidatorCurrentRewards, DelegatorStartingInfo, ValidatorSlashEvent, Params, FeePool } from "./distribution";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { DecCoin } from "../../base/v1beta1/coin.js";
2
+ import { ValidatorAccumulatedCommission, ValidatorHistoricalRewards, ValidatorCurrentRewards, DelegatorStartingInfo, ValidatorSlashEvent, Params, FeePool } from "./distribution.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
+ import { GlobalDecoderRegistry } from "../../../registry.js";
5
5
  function createBaseDelegatorWithdrawInfo() {
6
6
  return {
7
7
  delegatorAddress: "",
@@ -1,8 +1,8 @@
1
- import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
2
- import { Params, ValidatorOutstandingRewards, ValidatorAccumulatedCommission, ValidatorSlashEvent, DelegationDelegatorReward } from "./distribution";
3
- import { DecCoin } from "../../base/v1beta1/coin";
4
- import { BinaryReader, BinaryWriter } from "../../../binary";
5
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination.js";
2
+ import { Params, ValidatorOutstandingRewards, ValidatorAccumulatedCommission, ValidatorSlashEvent, DelegationDelegatorReward } from "./distribution.js";
3
+ import { DecCoin } from "../../base/v1beta1/coin.js";
4
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
5
+ import { GlobalDecoderRegistry } from "../../../registry.js";
6
6
  function createBaseQueryParamsRequest() {
7
7
  return {};
8
8
  }
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../helper-func-types";
2
- import { QueryParamsRequest, QueryParamsResponse, QueryValidatorDistributionInfoRequest, QueryValidatorDistributionInfoResponse, QueryValidatorOutstandingRewardsRequest, QueryValidatorOutstandingRewardsResponse, QueryValidatorCommissionRequest, QueryValidatorCommissionResponse, QueryValidatorSlashesRequest, QueryValidatorSlashesResponse, QueryDelegationRewardsRequest, QueryDelegationRewardsResponse, QueryDelegationTotalRewardsRequest, QueryDelegationTotalRewardsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorWithdrawAddressRequest, QueryDelegatorWithdrawAddressResponse, QueryCommunityPoolRequest, QueryCommunityPoolResponse } from "./query";
1
+ import { buildQuery } from "../../../helper-func-types.js";
2
+ import { QueryParamsRequest, QueryParamsResponse, QueryValidatorDistributionInfoRequest, QueryValidatorDistributionInfoResponse, QueryValidatorOutstandingRewardsRequest, QueryValidatorOutstandingRewardsResponse, QueryValidatorCommissionRequest, QueryValidatorCommissionResponse, QueryValidatorSlashesRequest, QueryValidatorSlashesResponse, QueryDelegationRewardsRequest, QueryDelegationRewardsResponse, QueryDelegationTotalRewardsRequest, QueryDelegationTotalRewardsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorWithdrawAddressRequest, QueryDelegatorWithdrawAddressResponse, QueryCommunityPoolRequest, QueryCommunityPoolResponse } from "./query.js";
3
3
  /**
4
4
  * Params queries params of the distribution module.
5
5
  * @name getParams
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../react-query";
2
- import { getParams, getValidatorDistributionInfo, getValidatorOutstandingRewards, getValidatorCommission, getValidatorSlashes, getDelegationRewards, getDelegationTotalRewards, getDelegatorValidators, getDelegatorWithdrawAddress, getCommunityPool } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../react-query.js";
2
+ import { getParams, getValidatorDistributionInfo, getValidatorOutstandingRewards, getValidatorCommission, getValidatorSlashes, getDelegationRewards, getDelegationTotalRewards, getDelegatorValidators, getDelegatorWithdrawAddress, getCommunityPool } from "./query.rpc.func.js";
3
3
  /**
4
4
  * Params queries params of the distribution module.
5
5
  * @name useGetParams
@@ -1,7 +1,7 @@
1
- import { Coin } from "../../base/v1beta1/coin";
2
- import { Params } from "./distribution";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Coin } from "../../base/v1beta1/coin.js";
2
+ import { Params } from "./distribution.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
+ import { GlobalDecoderRegistry } from "../../../registry.js";
5
5
  function createBaseMsgSetWithdrawAddress() {
6
6
  return {
7
7
  delegatorAddress: "",
@@ -1,4 +1,4 @@
1
- import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
1
+ import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx.js";
2
2
  export const registry = [["/cosmos.distribution.v1beta1.MsgSetWithdrawAddress", MsgSetWithdrawAddress], ["/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward", MsgWithdrawDelegatorReward], ["/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", MsgWithdrawValidatorCommission], ["/cosmos.distribution.v1beta1.MsgFundCommunityPool", MsgFundCommunityPool], ["/cosmos.distribution.v1beta1.MsgUpdateParams", MsgUpdateParams], ["/cosmos.distribution.v1beta1.MsgCommunityPoolSpend", MsgCommunityPoolSpend], ["/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool", MsgDepositValidatorRewardsPool]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../helper-func-types";
2
- import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
1
+ import { buildTx } from "../../../helper-func-types.js";
2
+ import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx.js";
3
3
  /**
4
4
  * SetWithdrawAddress defines a method to change the withdraw address
5
5
  * for a delegator (or validator self-delegation).
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../react-query";
2
- import { setWithdrawAddress, withdrawDelegatorReward, withdrawValidatorCommission, fundCommunityPool, updateParams, communityPoolSpend, depositValidatorRewardsPool } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../react-query.js";
2
+ import { setWithdrawAddress, withdrawDelegatorReward, withdrawValidatorCommission, fundCommunityPool, updateParams, communityPoolSpend, depositValidatorRewardsPool } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * SetWithdrawAddress defines a method to change the withdraw address
5
5
  * for a delegator (or validator self-delegation).
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
2
2
  function createBaseModule() {
3
3
  return {};
4
4
  }
@@ -1,6 +1,6 @@
1
- import { Timestamp } from "../../../google/protobuf/timestamp";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { toTimestamp, fromTimestamp } from "../../../helpers";
1
+ import { Timestamp } from "../../../google/protobuf/timestamp.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
+ import { toTimestamp, fromTimestamp } from "../../../helpers.js";
4
4
  function createBaseEquivocation() {
5
5
  return {
6
6
  height: BigInt(0),
@@ -1,5 +1,5 @@
1
- import { Any } from "../../../google/protobuf/any";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
1
+ import { Any } from "../../../google/protobuf/any.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
3
  function createBaseGenesisState() {
4
4
  return {
5
5
  evidence: []
@@ -1,8 +1,8 @@
1
- import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
2
- import { Any } from "../../../google/protobuf/any";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { bytesFromBase64, base64FromBytes } from "../../../helpers";
5
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination.js";
2
+ import { Any } from "../../../google/protobuf/any.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
+ import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
5
+ import { GlobalDecoderRegistry } from "../../../registry.js";
6
6
  function createBaseQueryEvidenceRequest() {
7
7
  return {
8
8
  evidenceHash: new Uint8Array(),
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../helper-func-types";
2
- import { QueryEvidenceRequest, QueryEvidenceResponse, QueryAllEvidenceRequest, QueryAllEvidenceResponse } from "./query";
1
+ import { buildQuery } from "../../../helper-func-types.js";
2
+ import { QueryEvidenceRequest, QueryEvidenceResponse, QueryAllEvidenceRequest, QueryAllEvidenceResponse } from "./query.js";
3
3
  /**
4
4
  * Evidence queries evidence based on evidence hash.
5
5
  * @name getEvidence
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../react-query";
2
- import { getEvidence, getAllEvidence } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../react-query.js";
2
+ import { getEvidence, getAllEvidence } from "./query.rpc.func.js";
3
3
  /**
4
4
  * Evidence queries evidence based on evidence hash.
5
5
  * @name useGetEvidence
@@ -1,7 +1,7 @@
1
- import { Any } from "../../../google/protobuf/any";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
4
- import { bytesFromBase64, base64FromBytes } from "../../../helpers";
1
+ import { Any } from "../../../google/protobuf/any.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../registry.js";
4
+ import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
5
5
  function createBaseMsgSubmitEvidence() {
6
6
  return {
7
7
  submitter: "",
@@ -1,4 +1,4 @@
1
- import { MsgSubmitEvidence } from "./tx";
1
+ import { MsgSubmitEvidence } from "./tx.js";
2
2
  export const registry = [["/cosmos.evidence.v1beta1.MsgSubmitEvidence", MsgSubmitEvidence]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../helper-func-types";
2
- import { MsgSubmitEvidence } from "./tx";
1
+ import { buildTx } from "../../../helper-func-types.js";
2
+ import { MsgSubmitEvidence } from "./tx.js";
3
3
  /**
4
4
  * SubmitEvidence submits an arbitrary Evidence of misbehavior such as equivocation or
5
5
  * counterfactual signing.
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../react-query";
2
- import { submitEvidence } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../react-query.js";
2
+ import { submitEvidence } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * SubmitEvidence submits an arbitrary Evidence of misbehavior such as equivocation or
5
5
  * counterfactual signing.
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
2
2
  function createBaseEventFeeMarket() {
3
3
  return {
4
4
  baseFee: ""
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
2
2
  import { Decimal } from "@interchainjs/math";
3
3
  function createBaseParams() {
4
4
  return {
@@ -1,6 +1,6 @@
1
- import { Params } from "./feemarket";
2
- import { BinaryReader, BinaryWriter } from "../../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../../registry";
1
+ import { Params } from "./feemarket.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../../registry.js";
4
4
  function createBaseGenesisState() {
5
5
  return {
6
6
  params: Params.fromPartial({}),
@@ -1,6 +1,6 @@
1
- import { Params } from "./feemarket";
2
- import { BinaryReader, BinaryWriter } from "../../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../../registry";
1
+ import { Params } from "./feemarket.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../../registry.js";
4
4
  import { Decimal } from "@interchainjs/math";
5
5
  function createBaseQueryParamsRequest() {
6
6
  return {};
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../../helper-func-types";
2
- import { QueryParamsRequest, QueryParamsResponse, QueryBaseFeeRequest, QueryBaseFeeResponse, QueryBlockGasRequest, QueryBlockGasResponse } from "./query";
1
+ import { buildQuery } from "../../../../helper-func-types.js";
2
+ import { QueryParamsRequest, QueryParamsResponse, QueryBaseFeeRequest, QueryBaseFeeResponse, QueryBlockGasRequest, QueryBlockGasResponse } from "./query.js";
3
3
  /**
4
4
  * Params queries the parameters of x/feemarket module.
5
5
  * @name getParams
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../../react-query";
2
- import { getParams, getBaseFee, getBlockGas } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../../react-query.js";
2
+ import { getParams, getBaseFee, getBlockGas } from "./query.rpc.func.js";
3
3
  /**
4
4
  * Params queries the parameters of x/feemarket module.
5
5
  * @name useGetParams
@@ -1,6 +1,6 @@
1
- import { Params } from "./feemarket";
2
- import { BinaryReader, BinaryWriter } from "../../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../../registry";
1
+ import { Params } from "./feemarket.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../../registry.js";
4
4
  function createBaseMsgUpdateParams() {
5
5
  return {
6
6
  authority: "",
@@ -1,4 +1,4 @@
1
- import { MsgUpdateParams } from "./tx";
1
+ import { MsgUpdateParams } from "./tx.js";
2
2
  export const registry = [["/cosmos.evm.feemarket.v1.MsgUpdateParams", MsgUpdateParams]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../../helper-func-types";
2
- import { MsgUpdateParams } from "./tx";
1
+ import { buildTx } from "../../../../helper-func-types.js";
2
+ import { MsgUpdateParams } from "./tx.js";
3
3
  /**
4
4
  * UpdateParams defined a governance operation for updating the x/feemarket
5
5
  * module parameters. The authority is hard-coded to the Cosmos SDK x/gov
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../../react-query";
2
- import { updateParams } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../../react-query.js";
2
+ import { updateParams } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * UpdateParams defined a governance operation for updating the x/feemarket
5
5
  * module parameters. The authority is hard-coded to the Cosmos SDK x/gov
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
2
2
  function createBaseEventEthereumTx() {
3
3
  return {
4
4
  amount: "",
@@ -1,6 +1,6 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary";
2
- import { GlobalDecoderRegistry } from "../../../../registry";
3
- import { isSet, bytesFromBase64, base64FromBytes } from "../../../../helpers";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
2
+ import { GlobalDecoderRegistry } from "../../../../registry.js";
3
+ import { isSet, bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
4
4
  /** AccessType defines the types of permissions for the operations */
5
5
  export var AccessType;
6
6
  (function (AccessType) {
@@ -1,6 +1,6 @@
1
- import { Params, State } from "./evm";
2
- import { BinaryReader, BinaryWriter } from "../../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../../registry";
1
+ import { Params, State } from "./evm.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../../registry.js";
4
4
  function createBaseGenesisState() {
5
5
  return {
6
6
  accounts: [],
@@ -1,10 +1,10 @@
1
- import { MsgEthereumTx } from "./tx";
2
- import { TraceConfig, ChainConfig, Log, Params } from "./evm";
3
- import { Timestamp } from "../../../../google/protobuf/timestamp";
4
- import { PageRequest, PageResponse } from "../../../base/query/v1beta1/pagination";
5
- import { BinaryReader, BinaryWriter } from "../../../../binary";
6
- import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp } from "../../../../helpers";
7
- import { GlobalDecoderRegistry } from "../../../../registry";
1
+ import { MsgEthereumTx } from "./tx.js";
2
+ import { TraceConfig, ChainConfig, Log, Params } from "./evm.js";
3
+ import { Timestamp } from "../../../../google/protobuf/timestamp.js";
4
+ import { PageRequest, PageResponse } from "../../../base/query/v1beta1/pagination.js";
5
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
6
+ import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp } from "../../../../helpers.js";
7
+ import { GlobalDecoderRegistry } from "../../../../registry.js";
8
8
  function createBaseQueryConfigRequest() {
9
9
  return {};
10
10
  }
@@ -1,6 +1,6 @@
1
- import { MsgEthereumTxResponse } from "./tx";
2
- import { buildQuery } from "../../../../helper-func-types";
3
- import { QueryAccountRequest, QueryAccountResponse, QueryCosmosAccountRequest, QueryCosmosAccountResponse, QueryValidatorAccountRequest, QueryValidatorAccountResponse, QueryBalanceRequest, QueryBalanceResponse, QueryStorageRequest, QueryStorageResponse, QueryCodeRequest, QueryCodeResponse, QueryParamsRequest, QueryParamsResponse, EthCallRequest, EstimateGasResponse, QueryTraceTxRequest, QueryTraceTxResponse, QueryTraceBlockRequest, QueryTraceBlockResponse, QueryBaseFeeRequest, QueryBaseFeeResponse, QueryConfigRequest, QueryConfigResponse, QueryGlobalMinGasPriceRequest, QueryGlobalMinGasPriceResponse } from "./query";
1
+ import { MsgEthereumTxResponse } from "./tx.js";
2
+ import { buildQuery } from "../../../../helper-func-types.js";
3
+ import { QueryAccountRequest, QueryAccountResponse, QueryCosmosAccountRequest, QueryCosmosAccountResponse, QueryValidatorAccountRequest, QueryValidatorAccountResponse, QueryBalanceRequest, QueryBalanceResponse, QueryStorageRequest, QueryStorageResponse, QueryCodeRequest, QueryCodeResponse, QueryParamsRequest, QueryParamsResponse, EthCallRequest, EstimateGasResponse, QueryTraceTxRequest, QueryTraceTxResponse, QueryTraceBlockRequest, QueryTraceBlockResponse, QueryBaseFeeRequest, QueryBaseFeeResponse, QueryConfigRequest, QueryConfigResponse, QueryGlobalMinGasPriceRequest, QueryGlobalMinGasPriceResponse } from "./query.js";
4
4
  /**
5
5
  * Account queries an Ethereum account.
6
6
  * @name getAccount
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../../react-query";
2
- import { getAccount, getCosmosAccount, getValidatorAccount, getBalance, getStorage, getCode, getParams, getEthCall, getEstimateGas, getTraceTx, getTraceBlock, getBaseFee, getConfig, getGlobalMinGasPrice } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../../react-query.js";
2
+ import { getAccount, getCosmosAccount, getValidatorAccount, getBalance, getStorage, getCode, getParams, getEthCall, getEstimateGas, getTraceTx, getTraceBlock, getBaseFee, getConfig, getGlobalMinGasPrice } from "./query.rpc.func.js";
3
3
  /**
4
4
  * Account queries an Ethereum account.
5
5
  * @name useGetAccount
@@ -1,8 +1,8 @@
1
- import { Any } from "../../../../google/protobuf/any";
2
- import { Params, AccessTuple, Log } from "./evm";
3
- import { BinaryReader, BinaryWriter } from "../../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../../registry";
5
- import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
1
+ import { Any } from "../../../../google/protobuf/any.js";
2
+ import { Params, AccessTuple, Log } from "./evm.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
4
+ import { GlobalDecoderRegistry } from "../../../../registry.js";
5
+ import { bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
6
6
  function createBaseMsgEthereumTx() {
7
7
  return {
8
8
  data: undefined,
@@ -1,4 +1,4 @@
1
- import { MsgEthereumTx, MsgUpdateParams } from "./tx";
1
+ import { MsgEthereumTx, MsgUpdateParams } from "./tx.js";
2
2
  export const registry = [["/cosmos.evm.vm.v1.MsgEthereumTx", MsgEthereumTx], ["/cosmos.evm.vm.v1.MsgUpdateParams", MsgUpdateParams]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../../helper-func-types";
2
- import { MsgEthereumTx, MsgUpdateParams } from "./tx";
1
+ import { buildTx } from "../../../../helper-func-types.js";
2
+ import { MsgEthereumTx, MsgUpdateParams } from "./tx.js";
3
3
  /**
4
4
  * EthereumTx defines a method submitting Ethereum transactions.
5
5
  * @name ethereumTx
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../../react-query";
2
- import { ethereumTx, updateParams } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../../react-query.js";
2
+ import { ethereumTx, updateParams } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * EthereumTx defines a method submitting Ethereum transactions.
5
5
  * @name useEthereumTx
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary.js";
2
2
  function createBaseModule() {
3
3
  return {};
4
4
  }
@@ -1,10 +1,10 @@
1
- import { Coin } from "../../base/v1beta1/coin";
2
- import { Timestamp } from "../../../google/protobuf/timestamp";
3
- import { Duration } from "../../../google/protobuf/duration";
4
- import { Any } from "../../../google/protobuf/any";
5
- import { BinaryReader, BinaryWriter } from "../../../binary";
6
- import { toTimestamp, fromTimestamp } from "../../../helpers";
7
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Coin } from "../../base/v1beta1/coin.js";
2
+ import { Timestamp } from "../../../google/protobuf/timestamp.js";
3
+ import { Duration } from "../../../google/protobuf/duration.js";
4
+ import { Any } from "../../../google/protobuf/any.js";
5
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
6
+ import { toTimestamp, fromTimestamp } from "../../../helpers.js";
7
+ import { GlobalDecoderRegistry } from "../../../registry.js";
8
8
  function createBaseBasicAllowance() {
9
9
  return {
10
10
  spendLimit: [],
@@ -1,6 +1,6 @@
1
- import { Grant } from "./feegrant";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Grant } from "./feegrant.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../registry.js";
4
4
  function createBaseGenesisState() {
5
5
  return {
6
6
  allowances: []
@@ -1,7 +1,7 @@
1
- import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
2
- import { Grant } from "./feegrant";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination.js";
2
+ import { Grant } from "./feegrant.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
+ import { GlobalDecoderRegistry } from "../../../registry.js";
5
5
  function createBaseQueryAllowanceRequest() {
6
6
  return {
7
7
  granter: "",
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../helper-func-types";
2
- import { QueryAllowanceRequest, QueryAllowanceResponse, QueryAllowancesRequest, QueryAllowancesResponse, QueryAllowancesByGranterRequest, QueryAllowancesByGranterResponse } from "./query";
1
+ import { buildQuery } from "../../../helper-func-types.js";
2
+ import { QueryAllowanceRequest, QueryAllowanceResponse, QueryAllowancesRequest, QueryAllowancesResponse, QueryAllowancesByGranterRequest, QueryAllowancesByGranterResponse } from "./query.js";
3
3
  /**
4
4
  * Allowance returns granted allwance to the grantee by the granter.
5
5
  * @name getAllowance
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../react-query";
2
- import { getAllowance, getAllowances, getAllowancesByGranter } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../react-query.js";
2
+ import { getAllowance, getAllowances, getAllowancesByGranter } from "./query.rpc.func.js";
3
3
  /**
4
4
  * Allowance returns granted allwance to the grantee by the granter.
5
5
  * @name useGetAllowance
@@ -1,7 +1,7 @@
1
- import { Any } from "../../../google/protobuf/any";
2
- import { BasicAllowance, PeriodicAllowance, AllowedMsgAllowance } from "./feegrant";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Any } from "../../../google/protobuf/any.js";
2
+ import { BasicAllowance, PeriodicAllowance, AllowedMsgAllowance } from "./feegrant.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
+ import { GlobalDecoderRegistry } from "../../../registry.js";
5
5
  function createBaseMsgGrantAllowance() {
6
6
  return {
7
7
  granter: "",
@@ -1,4 +1,4 @@
1
- import { MsgGrantAllowance, MsgRevokeAllowance, MsgPruneAllowances } from "./tx";
1
+ import { MsgGrantAllowance, MsgRevokeAllowance, MsgPruneAllowances } from "./tx.js";
2
2
  export const registry = [["/cosmos.feegrant.v1beta1.MsgGrantAllowance", MsgGrantAllowance], ["/cosmos.feegrant.v1beta1.MsgRevokeAllowance", MsgRevokeAllowance], ["/cosmos.feegrant.v1beta1.MsgPruneAllowances", MsgPruneAllowances]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../helper-func-types";
2
- import { MsgGrantAllowance, MsgRevokeAllowance, MsgPruneAllowances } from "./tx";
1
+ import { buildTx } from "../../../helper-func-types.js";
2
+ import { MsgGrantAllowance, MsgRevokeAllowance, MsgPruneAllowances } from "./tx.js";
3
3
  /**
4
4
  * GrantAllowance grants fee allowance to the grantee on the granter's
5
5
  * account with the provided expiration time.
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../react-query";
2
- import { grantAllowance, revokeAllowance, pruneAllowances } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../react-query.js";
2
+ import { grantAllowance, revokeAllowance, pruneAllowances } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * GrantAllowance grants fee allowance to the grantee on the granter's
5
5
  * account with the provided expiration time.