@xpla/xpla-react 1.8.0 → 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 (410) hide show
  1. package/binary.d.ts +1 -1
  2. package/binary.js +1 -1
  3. package/cosmos/bundle.d.ts +50 -50
  4. package/cosmos/bundle.js +179 -179
  5. package/cosmos_proto/bundle.d.ts +1 -1
  6. package/cosmos_proto/bundle.js +2 -2
  7. package/cosmwasm/bundle.d.ts +4 -4
  8. package/cosmwasm/bundle.js +11 -11
  9. package/esm/binary.js +3 -3
  10. package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -2
  11. package/esm/cosmos/app/v1alpha1/config.js +3 -3
  12. package/esm/cosmos/app/v1alpha1/module.js +2 -2
  13. package/esm/cosmos/app/v1alpha1/query.js +3 -3
  14. package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -2
  15. package/esm/cosmos/app/v1alpha1/query.rpc.react.js +2 -2
  16. package/esm/cosmos/auth/module/v1/module.js +2 -2
  17. package/esm/cosmos/auth/v1beta1/auth.js +4 -4
  18. package/esm/cosmos/auth/v1beta1/genesis.js +3 -3
  19. package/esm/cosmos/auth/v1beta1/query.js +7 -7
  20. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +2 -2
  21. package/esm/cosmos/auth/v1beta1/query.rpc.react.js +2 -2
  22. package/esm/cosmos/auth/v1beta1/tx.js +3 -3
  23. package/esm/cosmos/auth/v1beta1/tx.registry.js +1 -1
  24. package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -2
  25. package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +2 -2
  26. package/esm/cosmos/authz/module/v1/module.js +1 -1
  27. package/esm/cosmos/authz/v1beta1/authz.js +9 -9
  28. package/esm/cosmos/authz/v1beta1/event.js +1 -1
  29. package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
  30. package/esm/cosmos/authz/v1beta1/query.js +4 -4
  31. package/esm/cosmos/authz/v1beta1/query.rpc.func.js +2 -2
  32. package/esm/cosmos/authz/v1beta1/query.rpc.react.js +2 -2
  33. package/esm/cosmos/authz/v1beta1/tx.js +5 -5
  34. package/esm/cosmos/authz/v1beta1/tx.registry.js +1 -1
  35. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +2 -2
  36. package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +2 -2
  37. package/esm/cosmos/autocli/v1/options.js +3 -3
  38. package/esm/cosmos/autocli/v1/query.js +4 -4
  39. package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -2
  40. package/esm/cosmos/autocli/v1/query.rpc.react.js +2 -2
  41. package/esm/cosmos/bank/module/v1/module.js +1 -1
  42. package/esm/cosmos/bank/v1beta1/authz.js +3 -3
  43. package/esm/cosmos/bank/v1beta1/bank.js +3 -3
  44. package/esm/cosmos/bank/v1beta1/genesis.js +4 -4
  45. package/esm/cosmos/bank/v1beta1/query.js +5 -5
  46. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +2 -2
  47. package/esm/cosmos/bank/v1beta1/query.rpc.react.js +2 -2
  48. package/esm/cosmos/bank/v1beta1/tx.js +4 -4
  49. package/esm/cosmos/bank/v1beta1/tx.registry.js +1 -1
  50. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +2 -2
  51. package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +2 -2
  52. package/esm/cosmos/base/abci/v1beta1/abci.js +6 -6
  53. package/esm/cosmos/base/node/v1beta1/query.js +3 -3
  54. package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +2 -2
  55. package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +2 -2
  56. package/esm/cosmos/base/query/v1beta1/pagination.js +2 -2
  57. package/esm/cosmos/base/reflection/v1beta1/reflection.js +1 -1
  58. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +2 -2
  59. package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +2 -2
  60. package/esm/cosmos/base/reflection/v2alpha1/reflection.js +2 -2
  61. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +2 -2
  62. package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +2 -2
  63. package/esm/cosmos/base/tendermint/v1beta1/query.js +9 -9
  64. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +2 -2
  65. package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +2 -2
  66. package/esm/cosmos/base/tendermint/v1beta1/types.js +7 -7
  67. package/esm/cosmos/base/v1beta1/coin.js +1 -1
  68. package/esm/cosmos/bundle.js +188 -188
  69. package/esm/cosmos/consensus/module/v1/module.js +1 -1
  70. package/esm/cosmos/consensus/v1/query.js +3 -3
  71. package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -2
  72. package/esm/cosmos/consensus/v1/query.rpc.react.js +2 -2
  73. package/esm/cosmos/consensus/v1/tx.js +3 -3
  74. package/esm/cosmos/consensus/v1/tx.registry.js +1 -1
  75. package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -2
  76. package/esm/cosmos/consensus/v1/tx.rpc.react.js +2 -2
  77. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -2
  78. package/esm/cosmos/distribution/module/v1/module.js +1 -1
  79. package/esm/cosmos/distribution/v1beta1/distribution.js +3 -3
  80. package/esm/cosmos/distribution/v1beta1/genesis.js +4 -4
  81. package/esm/cosmos/distribution/v1beta1/query.js +5 -5
  82. package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +2 -2
  83. package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +2 -2
  84. package/esm/cosmos/distribution/v1beta1/tx.js +4 -4
  85. package/esm/cosmos/distribution/v1beta1/tx.registry.js +1 -1
  86. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +2 -2
  87. package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +2 -2
  88. package/esm/cosmos/evidence/module/v1/module.js +1 -1
  89. package/esm/cosmos/evidence/v1beta1/evidence.js +3 -3
  90. package/esm/cosmos/evidence/v1beta1/genesis.js +2 -2
  91. package/esm/cosmos/evidence/v1beta1/query.js +5 -5
  92. package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +2 -2
  93. package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +2 -2
  94. package/esm/cosmos/evidence/v1beta1/tx.js +4 -4
  95. package/esm/cosmos/evidence/v1beta1/tx.registry.js +1 -1
  96. package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -2
  97. package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +2 -2
  98. package/esm/cosmos/evm/feemarket/v1/events.js +1 -1
  99. package/esm/cosmos/evm/feemarket/v1/feemarket.js +1 -1
  100. package/esm/cosmos/evm/feemarket/v1/genesis.js +3 -3
  101. package/esm/cosmos/evm/feemarket/v1/query.js +3 -3
  102. package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +2 -2
  103. package/esm/cosmos/evm/feemarket/v1/query.rpc.react.js +2 -2
  104. package/esm/cosmos/evm/feemarket/v1/tx.js +3 -3
  105. package/esm/cosmos/evm/feemarket/v1/tx.registry.js +1 -1
  106. package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +2 -2
  107. package/esm/cosmos/evm/feemarket/v1/tx.rpc.react.js +2 -2
  108. package/esm/cosmos/evm/vm/v1/events.js +1 -1
  109. package/esm/cosmos/evm/vm/v1/evm.js +3 -3
  110. package/esm/cosmos/evm/vm/v1/genesis.js +3 -3
  111. package/esm/cosmos/evm/vm/v1/query.js +7 -7
  112. package/esm/cosmos/evm/vm/v1/query.rpc.func.js +3 -3
  113. package/esm/cosmos/evm/vm/v1/query.rpc.react.js +2 -2
  114. package/esm/cosmos/evm/vm/v1/tx.js +5 -5
  115. package/esm/cosmos/evm/vm/v1/tx.registry.js +1 -1
  116. package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +2 -2
  117. package/esm/cosmos/evm/vm/v1/tx.rpc.react.js +2 -2
  118. package/esm/cosmos/feegrant/module/v1/module.js +1 -1
  119. package/esm/cosmos/feegrant/v1beta1/feegrant.js +7 -7
  120. package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
  121. package/esm/cosmos/feegrant/v1beta1/query.js +4 -4
  122. package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +2 -2
  123. package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +2 -2
  124. package/esm/cosmos/feegrant/v1beta1/tx.js +4 -4
  125. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +1 -1
  126. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +2 -2
  127. package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +2 -2
  128. package/esm/cosmos/gov/module/v1/module.js +1 -1
  129. package/esm/cosmos/gov/v1/genesis.js +3 -3
  130. package/esm/cosmos/gov/v1/gov.js +7 -7
  131. package/esm/cosmos/gov/v1/query.js +5 -5
  132. package/esm/cosmos/gov/v1/query.rpc.func.js +2 -2
  133. package/esm/cosmos/gov/v1/query.rpc.react.js +2 -2
  134. package/esm/cosmos/gov/v1/tx.js +12 -12
  135. package/esm/cosmos/gov/v1/tx.registry.js +1 -1
  136. package/esm/cosmos/gov/v1/tx.rpc.func.js +2 -2
  137. package/esm/cosmos/gov/v1/tx.rpc.react.js +2 -2
  138. package/esm/cosmos/gov/v1beta1/genesis.js +3 -3
  139. package/esm/cosmos/gov/v1beta1/gov.js +11 -11
  140. package/esm/cosmos/gov/v1beta1/query.js +5 -5
  141. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +2 -2
  142. package/esm/cosmos/gov/v1beta1/query.rpc.react.js +2 -2
  143. package/esm/cosmos/gov/v1beta1/tx.js +10 -10
  144. package/esm/cosmos/gov/v1beta1/tx.registry.js +1 -1
  145. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +2 -2
  146. package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +2 -2
  147. package/esm/cosmos/ics23/v1/proofs.js +3 -3
  148. package/esm/cosmos/mint/module/v1/module.js +1 -1
  149. package/esm/cosmos/mint/v1beta1/genesis.js +3 -3
  150. package/esm/cosmos/mint/v1beta1/mint.js +1 -1
  151. package/esm/cosmos/mint/v1beta1/query.js +4 -4
  152. package/esm/cosmos/mint/v1beta1/query.rpc.func.js +2 -2
  153. package/esm/cosmos/mint/v1beta1/query.rpc.react.js +2 -2
  154. package/esm/cosmos/mint/v1beta1/tx.js +3 -3
  155. package/esm/cosmos/mint/v1beta1/tx.registry.js +1 -1
  156. package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -2
  157. package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +2 -2
  158. package/esm/cosmos/params/module/v1/module.js +1 -1
  159. package/esm/cosmos/params/v1beta1/params.js +2 -2
  160. package/esm/cosmos/params/v1beta1/query.js +3 -3
  161. package/esm/cosmos/params/v1beta1/query.rpc.func.js +2 -2
  162. package/esm/cosmos/params/v1beta1/query.rpc.react.js +2 -2
  163. package/esm/cosmos/slashing/module/v1/module.js +1 -1
  164. package/esm/cosmos/slashing/v1beta1/genesis.js +3 -3
  165. package/esm/cosmos/slashing/v1beta1/query.js +4 -4
  166. package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +2 -2
  167. package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +2 -2
  168. package/esm/cosmos/slashing/v1beta1/slashing.js +4 -4
  169. package/esm/cosmos/slashing/v1beta1/tx.js +3 -3
  170. package/esm/cosmos/slashing/v1beta1/tx.registry.js +1 -1
  171. package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +2 -2
  172. package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +2 -2
  173. package/esm/cosmos/staking/module/v1/module.js +1 -1
  174. package/esm/cosmos/staking/v1beta1/authz.js +4 -4
  175. package/esm/cosmos/staking/v1beta1/genesis.js +4 -4
  176. package/esm/cosmos/staking/v1beta1/query.js +4 -4
  177. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +2 -2
  178. package/esm/cosmos/staking/v1beta1/query.rpc.react.js +2 -2
  179. package/esm/cosmos/staking/v1beta1/staking.js +9 -9
  180. package/esm/cosmos/staking/v1beta1/tx.js +7 -7
  181. package/esm/cosmos/staking/v1beta1/tx.registry.js +1 -1
  182. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +2 -2
  183. package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +2 -2
  184. package/esm/cosmos/tx/config/v1/config.js +1 -1
  185. package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -5
  186. package/esm/cosmos/tx/v1beta1/service.js +8 -8
  187. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +2 -2
  188. package/esm/cosmos/tx/v1beta1/service.rpc.react.js +2 -2
  189. package/esm/cosmos/tx/v1beta1/tx.js +6 -6
  190. package/esm/cosmos/upgrade/module/v1/module.js +1 -1
  191. package/esm/cosmos/upgrade/v1beta1/query.js +4 -4
  192. package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +2 -2
  193. package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +2 -2
  194. package/esm/cosmos/upgrade/v1beta1/tx.js +3 -3
  195. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +1 -1
  196. package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +2 -2
  197. package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +2 -2
  198. package/esm/cosmos/upgrade/v1beta1/upgrade.js +5 -5
  199. package/esm/cosmos_proto/bundle.js +1 -1
  200. package/esm/cosmos_proto/cosmos.js +1 -1
  201. package/esm/cosmwasm/bundle.js +12 -12
  202. package/esm/cosmwasm/wasm/v1/authz.js +6 -6
  203. package/esm/cosmwasm/wasm/v1/genesis.js +4 -4
  204. package/esm/cosmwasm/wasm/v1/ibc.js +2 -2
  205. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +5 -5
  206. package/esm/cosmwasm/wasm/v1/query.js +5 -5
  207. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +2 -2
  208. package/esm/cosmwasm/wasm/v1/query.rpc.react.js +2 -2
  209. package/esm/cosmwasm/wasm/v1/tx.js +5 -5
  210. package/esm/cosmwasm/wasm/v1/tx.registry.js +1 -1
  211. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +2 -2
  212. package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +2 -2
  213. package/esm/cosmwasm/wasm/v1/types.js +4 -4
  214. package/esm/ethermint/bundle.js +25 -25
  215. package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +2 -2
  216. package/esm/ethermint/evm/v1/events.js +1 -1
  217. package/esm/ethermint/evm/v1/evm.js +3 -3
  218. package/esm/ethermint/evm/v1/genesis.js +3 -3
  219. package/esm/ethermint/evm/v1/query.js +7 -7
  220. package/esm/ethermint/evm/v1/query.rpc.func.js +3 -3
  221. package/esm/ethermint/evm/v1/query.rpc.react.js +2 -2
  222. package/esm/ethermint/evm/v1/tx.js +5 -5
  223. package/esm/ethermint/evm/v1/tx.registry.js +1 -1
  224. package/esm/ethermint/evm/v1/tx.rpc.func.js +2 -2
  225. package/esm/ethermint/evm/v1/tx.rpc.react.js +2 -2
  226. package/esm/ethermint/feemarket/v1/events.js +1 -1
  227. package/esm/ethermint/feemarket/v1/feemarket.js +1 -1
  228. package/esm/ethermint/feemarket/v1/genesis.js +3 -3
  229. package/esm/ethermint/feemarket/v1/query.js +3 -3
  230. package/esm/ethermint/feemarket/v1/query.rpc.func.js +2 -2
  231. package/esm/ethermint/feemarket/v1/query.rpc.react.js +2 -2
  232. package/esm/ethermint/feemarket/v1/tx.js +3 -3
  233. package/esm/ethermint/feemarket/v1/tx.registry.js +1 -1
  234. package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -2
  235. package/esm/ethermint/feemarket/v1/tx.rpc.react.js +2 -2
  236. package/esm/ethermint/types/v1/account.js +3 -3
  237. package/esm/ethermint/types/v1/dynamic_fee.js +1 -1
  238. package/esm/ethermint/types/v1/indexer.js +1 -1
  239. package/esm/ethermint/types/v1/web3.js +2 -2
  240. package/esm/extern.js +1 -1
  241. package/esm/google/api/http.js +2 -2
  242. package/esm/google/bundle.js +5 -5
  243. package/esm/google/protobuf/any.js +1 -1
  244. package/esm/google/protobuf/descriptor.js +3 -3
  245. package/esm/google/protobuf/duration.js +1 -1
  246. package/esm/google/protobuf/timestamp.js +2 -2
  247. package/esm/helper-func-types.js +4 -4
  248. package/esm/helpers.js +2 -31
  249. package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -1
  250. package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +3 -3
  251. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +2 -2
  252. package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +2 -2
  253. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +5 -5
  254. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -1
  255. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +2 -2
  256. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +2 -2
  257. package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +4 -4
  258. package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -2
  259. package/esm/ibc/applications/interchain_accounts/host/v1/query.js +3 -3
  260. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -2
  261. package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +2 -2
  262. package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -4
  263. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -1
  264. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +2 -2
  265. package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +2 -2
  266. package/esm/ibc/applications/interchain_accounts/v1/account.js +3 -3
  267. package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -1
  268. package/esm/ibc/applications/interchain_accounts/v1/packet.js +3 -3
  269. package/esm/ibc/applications/transfer/v1/authz.js +3 -3
  270. package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -1
  271. package/esm/ibc/applications/transfer/v1/genesis.js +5 -5
  272. package/esm/ibc/applications/transfer/v1/packet.js +1 -1
  273. package/esm/ibc/applications/transfer/v1/query.js +6 -6
  274. package/esm/ibc/applications/transfer/v1/query.rpc.func.js +2 -2
  275. package/esm/ibc/applications/transfer/v1/query.rpc.react.js +2 -2
  276. package/esm/ibc/applications/transfer/v1/token.js +2 -2
  277. package/esm/ibc/applications/transfer/v1/transfer.js +1 -1
  278. package/esm/ibc/applications/transfer/v1/tx.js +4 -4
  279. package/esm/ibc/applications/transfer/v1/tx.registry.js +1 -1
  280. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +2 -2
  281. package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +2 -2
  282. package/esm/ibc/bundle.js +94 -94
  283. package/esm/ibc/core/channel/v1/channel.js +4 -4
  284. package/esm/ibc/core/channel/v1/genesis.js +3 -3
  285. package/esm/ibc/core/channel/v1/query.js +7 -7
  286. package/esm/ibc/core/channel/v1/query.rpc.func.js +2 -2
  287. package/esm/ibc/core/channel/v1/query.rpc.react.js +2 -2
  288. package/esm/ibc/core/channel/v1/tx.js +5 -5
  289. package/esm/ibc/core/channel/v1/tx.registry.js +1 -1
  290. package/esm/ibc/core/channel/v1/tx.rpc.func.js +2 -2
  291. package/esm/ibc/core/channel/v1/tx.rpc.react.js +2 -2
  292. package/esm/ibc/core/channel/v2/genesis.js +3 -3
  293. package/esm/ibc/core/channel/v2/packet.js +3 -3
  294. package/esm/ibc/core/channel/v2/query.js +6 -6
  295. package/esm/ibc/core/channel/v2/query.rpc.func.js +2 -2
  296. package/esm/ibc/core/channel/v2/query.rpc.react.js +2 -2
  297. package/esm/ibc/core/channel/v2/tx.js +5 -5
  298. package/esm/ibc/core/channel/v2/tx.registry.js +1 -1
  299. package/esm/ibc/core/channel/v2/tx.rpc.func.js +2 -2
  300. package/esm/ibc/core/channel/v2/tx.rpc.react.js +2 -2
  301. package/esm/ibc/core/client/v1/client.js +3 -3
  302. package/esm/ibc/core/client/v1/genesis.js +4 -4
  303. package/esm/ibc/core/client/v1/query.js +7 -7
  304. package/esm/ibc/core/client/v1/query.rpc.func.js +2 -2
  305. package/esm/ibc/core/client/v1/query.rpc.react.js +2 -2
  306. package/esm/ibc/core/client/v1/tx.js +6 -6
  307. package/esm/ibc/core/client/v1/tx.registry.js +1 -1
  308. package/esm/ibc/core/client/v1/tx.rpc.func.js +2 -2
  309. package/esm/ibc/core/client/v1/tx.rpc.react.js +2 -2
  310. package/esm/ibc/core/client/v2/config.js +1 -1
  311. package/esm/ibc/core/client/v2/counterparty.js +2 -2
  312. package/esm/ibc/core/client/v2/genesis.js +3 -3
  313. package/esm/ibc/core/client/v2/query.js +4 -4
  314. package/esm/ibc/core/client/v2/query.rpc.func.js +2 -2
  315. package/esm/ibc/core/client/v2/query.rpc.react.js +2 -2
  316. package/esm/ibc/core/client/v2/tx.js +4 -4
  317. package/esm/ibc/core/client/v2/tx.registry.js +1 -1
  318. package/esm/ibc/core/client/v2/tx.rpc.func.js +2 -2
  319. package/esm/ibc/core/client/v2/tx.rpc.react.js +2 -2
  320. package/esm/ibc/core/commitment/v1/commitment.js +4 -4
  321. package/esm/ibc/core/commitment/v2/commitment.js +2 -2
  322. package/esm/ibc/core/connection/v1/connection.js +4 -4
  323. package/esm/ibc/core/connection/v1/genesis.js +3 -3
  324. package/esm/ibc/core/connection/v1/query.js +7 -7
  325. package/esm/ibc/core/connection/v1/query.rpc.func.js +2 -2
  326. package/esm/ibc/core/connection/v1/query.rpc.react.js +2 -2
  327. package/esm/ibc/core/connection/v1/tx.js +6 -6
  328. package/esm/ibc/core/connection/v1/tx.registry.js +1 -1
  329. package/esm/ibc/core/connection/v1/tx.rpc.func.js +2 -2
  330. package/esm/ibc/core/connection/v1/tx.rpc.react.js +2 -2
  331. package/esm/ibc/core/types/v1/genesis.js +7 -7
  332. package/esm/ibc/lightclients/solomachine/v2/solomachine.js +6 -6
  333. package/esm/ibc/lightclients/solomachine/v3/solomachine.js +4 -4
  334. package/esm/ibc/lightclients/tendermint/v1/tendermint.js +10 -10
  335. package/esm/ibc/lightclients/wasm/v1/genesis.js +3 -3
  336. package/esm/ibc/lightclients/wasm/v1/query.js +4 -4
  337. package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +2 -2
  338. package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +2 -2
  339. package/esm/ibc/lightclients/wasm/v1/tx.js +2 -2
  340. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +1 -1
  341. package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +2 -2
  342. package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +2 -2
  343. package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -4
  344. package/esm/index.js +17 -17
  345. package/esm/react-query.js +4 -4
  346. package/esm/registry.js +3 -3
  347. package/esm/tendermint/abci/types.js +7 -7
  348. package/esm/tendermint/bundle.js +10 -10
  349. package/esm/tendermint/crypto/keys.js +2 -2
  350. package/esm/tendermint/crypto/proof.js +3 -3
  351. package/esm/tendermint/p2p/types.js +3 -3
  352. package/esm/tendermint/types/block.js +4 -4
  353. package/esm/tendermint/types/evidence.js +6 -6
  354. package/esm/tendermint/types/params.js +3 -3
  355. package/esm/tendermint/types/types.js +7 -7
  356. package/esm/tendermint/types/validator.js +4 -4
  357. package/esm/tendermint/version/types.js +1 -1
  358. package/esm/types.js +1 -1
  359. package/esm/utf8.js +1 -1
  360. package/esm/varint.js +1 -1
  361. package/esm/xpla/bundle.js +28 -28
  362. package/esm/xpla/burn/v1beta1/burn.js +3 -3
  363. package/esm/xpla/burn/v1beta1/genesis.js +3 -3
  364. package/esm/xpla/burn/v1beta1/query.js +4 -4
  365. package/esm/xpla/burn/v1beta1/query.rpc.func.js +2 -2
  366. package/esm/xpla/burn/v1beta1/query.rpc.react.js +2 -2
  367. package/esm/xpla/burn/v1beta1/tx.js +3 -3
  368. package/esm/xpla/burn/v1beta1/tx.registry.js +1 -1
  369. package/esm/xpla/burn/v1beta1/tx.rpc.func.js +2 -2
  370. package/esm/xpla/burn/v1beta1/tx.rpc.react.js +2 -2
  371. package/esm/xpla/reward/v1beta1/genesis.js +3 -3
  372. package/esm/xpla/reward/v1beta1/query.js +4 -4
  373. package/esm/xpla/reward/v1beta1/query.rpc.func.js +2 -2
  374. package/esm/xpla/reward/v1beta1/query.rpc.react.js +2 -2
  375. package/esm/xpla/reward/v1beta1/reward.js +1 -1
  376. package/esm/xpla/reward/v1beta1/tx.js +4 -4
  377. package/esm/xpla/reward/v1beta1/tx.registry.js +1 -1
  378. package/esm/xpla/reward/v1beta1/tx.rpc.func.js +2 -2
  379. package/esm/xpla/reward/v1beta1/tx.rpc.react.js +2 -2
  380. package/esm/xpla/volunteer/v1beta1/genesis.js +3 -3
  381. package/esm/xpla/volunteer/v1beta1/proposal.js +5 -5
  382. package/esm/xpla/volunteer/v1beta1/query.js +1 -1
  383. package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -2
  384. package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +2 -2
  385. package/esm/xpla/volunteer/v1beta1/tx.js +5 -5
  386. package/esm/xpla/volunteer/v1beta1/tx.registry.js +1 -1
  387. package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +2 -2
  388. package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +2 -2
  389. package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +1 -1
  390. package/extern.d.ts +1 -1
  391. package/extern.js +1 -1
  392. package/helper-func-types.d.ts +2 -2
  393. package/helper-func-types.js +4 -4
  394. package/helpers.d.ts +2 -4
  395. package/helpers.js +5 -34
  396. package/ibc/bundle.d.ts +9 -9
  397. package/ibc/bundle.js +65 -65
  398. package/index.d.ts +1 -1
  399. package/index.js +1 -1
  400. package/package.json +30 -10
  401. package/react-query.d.ts +2 -2
  402. package/react-query.js +3 -3
  403. package/registry.d.ts +1 -1
  404. package/registry.js +1 -1
  405. package/types.d.ts +1 -1
  406. package/types.js +1 -1
  407. package/utf8.d.ts +1 -1
  408. package/utf8.js +1 -1
  409. package/varint.d.ts +1 -1
  410. package/varint.js +1 -1
@@ -1,10 +1,10 @@
1
- import { Proof } from "../crypto/proof";
2
- import { Consensus } from "../version/types";
3
- import { Timestamp } from "../../google/protobuf/timestamp";
4
- import { ValidatorSet } from "./validator";
5
- import { BinaryReader, BinaryWriter } from "../../binary";
6
- import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp, isSet } from "../../helpers";
7
- import { GlobalDecoderRegistry } from "../../registry";
1
+ import { Proof } from "../crypto/proof.js";
2
+ import { Consensus } from "../version/types.js";
3
+ import { Timestamp } from "../../google/protobuf/timestamp.js";
4
+ import { ValidatorSet } from "./validator.js";
5
+ import { BinaryReader, BinaryWriter } from "../../binary.js";
6
+ import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp, isSet } from "../../helpers.js";
7
+ import { GlobalDecoderRegistry } from "../../registry.js";
8
8
  /** SignedMsgType is a type of signed message in the consensus. */
9
9
  export var SignedMsgType;
10
10
  (function (SignedMsgType) {
@@ -1,7 +1,7 @@
1
- import { PublicKey } from "../crypto/keys";
2
- import { BinaryReader, BinaryWriter } from "../../binary";
3
- import { GlobalDecoderRegistry } from "../../registry";
4
- import { bytesFromBase64, base64FromBytes } from "../../helpers";
1
+ import { PublicKey } from "../crypto/keys.js";
2
+ import { BinaryReader, BinaryWriter } from "../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../registry.js";
4
+ import { bytesFromBase64, base64FromBytes } from "../../helpers.js";
5
5
  /** BlockIdFlag indicates which BlockID the signature is for */
6
6
  export var BlockIDFlag;
7
7
  (function (BlockIDFlag) {
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../binary.js";
2
2
  function createBaseApp() {
3
3
  return {
4
4
  protocol: BigInt(0),
package/esm/types.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
2
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
package/esm/utf8.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
2
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
package/esm/varint.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
2
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
@@ -1,28 +1,28 @@
1
- export * from "./burn/v1beta1/burn";
2
- export { GenesisState as XplaBurnV1beta1GenesisState } from "./burn/v1beta1/genesis";
3
- export * from "./burn/v1beta1/query";
4
- export * from "./burn/v1beta1/tx";
5
- export { GenesisState as XplaRewardV1beta1GenesisState } from "./reward/v1beta1/genesis";
6
- export { QueryParamsRequest as XplaRewardV1beta1QueryParamsRequest, QueryParamsResponse as XplaRewardV1beta1QueryParamsResponse, QueryPoolRequest as XplaRewardV1beta1QueryPoolRequest, QueryPoolResponse as XplaRewardV1beta1QueryPoolResponse } from "./reward/v1beta1/query";
7
- export { Params as XplaRewardV1beta1Params } from "./reward/v1beta1/reward";
8
- export { MsgFundRewardPool, MsgFundRewardPoolResponse, MsgUpdateParams as XplaRewardV1beta1MsgUpdateParams, MsgUpdateParamsResponse as XplaRewardV1beta1MsgUpdateParamsResponse } from "./reward/v1beta1/tx";
9
- export { GenesisState as XplaVolunteerV1beta1GenesisState } from "./volunteer/v1beta1/genesis";
10
- export * from "./volunteer/v1beta1/proposal";
11
- export * from "./volunteer/v1beta1/query";
12
- export * from "./volunteer/v1beta1/tx";
13
- export * from "./volunteer/v1beta1/volunteervalidator";
14
- export { registry as XplaBurnV1beta1Registry, MessageComposer as XplaBurnV1beta1MessageComposer } from "./burn/v1beta1/tx.registry";
15
- export { registry as XplaRewardV1beta1Registry, MessageComposer as XplaRewardV1beta1MessageComposer } from "./reward/v1beta1/tx.registry";
16
- export { registry as XplaVolunteerV1beta1Registry, MessageComposer as XplaVolunteerV1beta1MessageComposer } from "./volunteer/v1beta1/tx.registry";
17
- export * from "./burn/v1beta1/query.rpc.func";
18
- export * from "./burn/v1beta1/query.rpc.react";
19
- export { getParams as getParamsXplaRewardV1beta1, getPool as getPoolXplaRewardV1beta1 } from "./reward/v1beta1/query.rpc.func";
20
- export { useGetParams as useGetParamsXplaRewardV1beta1, useGetPool as useGetPoolXplaRewardV1beta1 } from "./reward/v1beta1/query.rpc.react";
21
- export * from "./volunteer/v1beta1/query.rpc.func";
22
- export * from "./volunteer/v1beta1/query.rpc.react";
23
- export * from "./burn/v1beta1/tx.rpc.func";
24
- export * from "./burn/v1beta1/tx.rpc.react";
25
- export { fundRewardPool, updateParams as updateParamsXplaRewardV1beta1 } from "./reward/v1beta1/tx.rpc.func";
26
- export { useFundRewardPool, useUpdateParams as useUpdateParamsXplaRewardV1beta1 } from "./reward/v1beta1/tx.rpc.react";
27
- export * from "./volunteer/v1beta1/tx.rpc.func";
28
- export * from "./volunteer/v1beta1/tx.rpc.react";
1
+ export * from "./burn/v1beta1/burn.js";
2
+ export { GenesisState as XplaBurnV1beta1GenesisState } from "./burn/v1beta1/genesis.js";
3
+ export * from "./burn/v1beta1/query.js";
4
+ export * from "./burn/v1beta1/tx.js";
5
+ export { GenesisState as XplaRewardV1beta1GenesisState } from "./reward/v1beta1/genesis.js";
6
+ export { QueryParamsRequest as XplaRewardV1beta1QueryParamsRequest, QueryParamsResponse as XplaRewardV1beta1QueryParamsResponse, QueryPoolRequest as XplaRewardV1beta1QueryPoolRequest, QueryPoolResponse as XplaRewardV1beta1QueryPoolResponse } from "./reward/v1beta1/query.js";
7
+ export { Params as XplaRewardV1beta1Params } from "./reward/v1beta1/reward.js";
8
+ export { MsgFundRewardPool, MsgFundRewardPoolResponse, MsgUpdateParams as XplaRewardV1beta1MsgUpdateParams, MsgUpdateParamsResponse as XplaRewardV1beta1MsgUpdateParamsResponse } from "./reward/v1beta1/tx.js";
9
+ export { GenesisState as XplaVolunteerV1beta1GenesisState } from "./volunteer/v1beta1/genesis.js";
10
+ export * from "./volunteer/v1beta1/proposal.js";
11
+ export * from "./volunteer/v1beta1/query.js";
12
+ export * from "./volunteer/v1beta1/tx.js";
13
+ export * from "./volunteer/v1beta1/volunteervalidator.js";
14
+ export { registry as XplaBurnV1beta1Registry, MessageComposer as XplaBurnV1beta1MessageComposer } from "./burn/v1beta1/tx.registry.js";
15
+ export { registry as XplaRewardV1beta1Registry, MessageComposer as XplaRewardV1beta1MessageComposer } from "./reward/v1beta1/tx.registry.js";
16
+ export { registry as XplaVolunteerV1beta1Registry, MessageComposer as XplaVolunteerV1beta1MessageComposer } from "./volunteer/v1beta1/tx.registry.js";
17
+ export * from "./burn/v1beta1/query.rpc.func.js";
18
+ export * from "./burn/v1beta1/query.rpc.react.js";
19
+ export { getParams as getParamsXplaRewardV1beta1, getPool as getPoolXplaRewardV1beta1 } from "./reward/v1beta1/query.rpc.func.js";
20
+ export { useGetParams as useGetParamsXplaRewardV1beta1, useGetPool as useGetPoolXplaRewardV1beta1 } from "./reward/v1beta1/query.rpc.react.js";
21
+ export * from "./volunteer/v1beta1/query.rpc.func.js";
22
+ export * from "./volunteer/v1beta1/query.rpc.react.js";
23
+ export * from "./burn/v1beta1/tx.rpc.func.js";
24
+ export * from "./burn/v1beta1/tx.rpc.react.js";
25
+ export { fundRewardPool, updateParams as updateParamsXplaRewardV1beta1 } from "./reward/v1beta1/tx.rpc.func.js";
26
+ export { useFundRewardPool, useUpdateParams as useUpdateParamsXplaRewardV1beta1 } from "./reward/v1beta1/tx.rpc.react.js";
27
+ export * from "./volunteer/v1beta1/tx.rpc.func.js";
28
+ export * from "./volunteer/v1beta1/tx.rpc.react.js";
@@ -1,6 +1,6 @@
1
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../registry.js";
4
4
  function createBaseBurnProposal() {
5
5
  return {
6
6
  proposalId: BigInt(0),
@@ -1,6 +1,6 @@
1
- import { BurnProposal } from "./burn";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { BurnProposal } from "./burn.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../registry.js";
4
4
  function createBaseGenesisState() {
5
5
  return {
6
6
  ongoingBurnProposals: []
@@ -1,7 +1,7 @@
1
- import { BurnProposal } from "./burn";
2
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { BurnProposal } from "./burn.js";
2
+ import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
+ import { GlobalDecoderRegistry } from "../../../registry.js";
5
5
  function createBaseQueryOngoingProposalsRequest() {
6
6
  return {};
7
7
  }
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../helper-func-types";
2
- import { QueryOngoingProposalsRequest, QueryOngoingProposalsResponse, QueryOngoingProposalRequest, QueryOngoingProposalResponse } from "./query";
1
+ import { buildQuery } from "../../../helper-func-types.js";
2
+ import { QueryOngoingProposalsRequest, QueryOngoingProposalsResponse, QueryOngoingProposalRequest, QueryOngoingProposalResponse } from "./query.js";
3
3
  /**
4
4
  * Query all ongoing burn proposals
5
5
  * @name getOngoingProposals
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../react-query";
2
- import { getOngoingProposals, getOngoingProposal } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../react-query.js";
2
+ import { getOngoingProposals, getOngoingProposal } from "./query.rpc.func.js";
3
3
  /**
4
4
  * Query all ongoing burn proposals
5
5
  * @name useGetOngoingProposals
@@ -1,6 +1,6 @@
1
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../registry.js";
4
4
  function createBaseMsgBurn() {
5
5
  return {
6
6
  authority: "",
@@ -1,4 +1,4 @@
1
- import { MsgBurn } from "./tx";
1
+ import { MsgBurn } from "./tx.js";
2
2
  export const registry = [["/xpla.burn.v1beta1.MsgBurn", MsgBurn]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../helper-func-types";
2
- import { MsgBurn } from "./tx";
1
+ import { buildTx } from "../../../helper-func-types.js";
2
+ import { MsgBurn } from "./tx.js";
3
3
  /**
4
4
  * Burn defines a method for burning coins from an account.
5
5
  * @name burn
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../react-query";
2
- import { burn } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../react-query.js";
2
+ import { burn } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * Burn defines a method for burning coins from an account.
5
5
  * @name useBurn
@@ -1,6 +1,6 @@
1
- import { Params } from "./reward";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Params } from "./reward.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,7 +1,7 @@
1
- import { Params } from "./reward";
2
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Params } from "./reward.js";
2
+ import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
+ import { GlobalDecoderRegistry } from "../../../registry.js";
5
5
  function createBaseQueryParamsRequest() {
6
6
  return {};
7
7
  }
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../helper-func-types";
2
- import { QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse } from "./query";
1
+ import { buildQuery } from "../../../helper-func-types.js";
2
+ import { QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse } from "./query.js";
3
3
  /**
4
4
  * Params queries params of the reward module.
5
5
  * @name getParams
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../react-query";
2
- import { getParams, getPool } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../react-query.js";
2
+ import { getParams, getPool } from "./query.rpc.func.js";
3
3
  /**
4
4
  * Params queries params of the reward module.
5
5
  * @name useGetParams
@@ -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,7 +1,7 @@
1
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
2
- import { Params } from "./reward";
3
- import { BinaryReader, BinaryWriter } from "../../../binary";
4
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
2
+ import { Params } from "./reward.js";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
+ import { GlobalDecoderRegistry } from "../../../registry.js";
5
5
  function createBaseMsgFundRewardPool() {
6
6
  return {
7
7
  amount: [],
@@ -1,4 +1,4 @@
1
- import { MsgFundRewardPool, MsgUpdateParams } from "./tx";
1
+ import { MsgFundRewardPool, MsgUpdateParams } from "./tx.js";
2
2
  export const registry = [["/xpla.reward.v1beta1.MsgFundRewardPool", MsgFundRewardPool], ["/xpla.reward.v1beta1.MsgUpdateParams", MsgUpdateParams]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../helper-func-types";
2
- import { MsgFundRewardPool, MsgUpdateParams } from "./tx";
1
+ import { buildTx } from "../../../helper-func-types.js";
2
+ import { MsgFundRewardPool, MsgUpdateParams } from "./tx.js";
3
3
  /**
4
4
  * MsgFundRewardPool defines a method to allow an account to directly
5
5
  * fund the reward pool.
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../react-query";
2
- import { fundRewardPool, updateParams } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../react-query.js";
2
+ import { fundRewardPool, updateParams } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * MsgFundRewardPool defines a method to allow an account to directly
5
5
  * fund the reward pool.
@@ -1,6 +1,6 @@
1
- import { VolunteerValidator } from "./volunteervalidator";
2
- import { BinaryReader, BinaryWriter } from "../../../binary";
3
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { VolunteerValidator } from "./volunteervalidator.js";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
+ import { GlobalDecoderRegistry } from "../../../registry.js";
4
4
  function createBaseGenesisState() {
5
5
  return {
6
6
  volunteerValidators: []
@@ -1,8 +1,8 @@
1
- import { Description } from "../../../cosmos/staking/v1beta1/staking";
2
- import { Any } from "../../../google/protobuf/any";
3
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
4
- import { BinaryReader, BinaryWriter } from "../../../binary";
5
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Description } from "../../../cosmos/staking/v1beta1/staking.js";
2
+ import { Any } from "../../../google/protobuf/any.js";
3
+ import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
4
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
5
+ import { GlobalDecoderRegistry } from "../../../registry.js";
6
6
  import { encodePubkey, decodePubkey } from "@interchainjs/pubkey";
7
7
  function createBaseRegisterVolunteerValidatorProposal() {
8
8
  return {
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
2
2
  function createBaseQueryVolunteerValidatorsRequest() {
3
3
  return {};
4
4
  }
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../helper-func-types";
2
- import { QueryVolunteerValidatorsRequest, QueryVolunteerValidatorsResponse } from "./query";
1
+ import { buildQuery } from "../../../helper-func-types.js";
2
+ import { QueryVolunteerValidatorsRequest, QueryVolunteerValidatorsResponse } from "./query.js";
3
3
  /**
4
4
  * VolunteerValidators
5
5
  * @name getVolunteerValidators
@@ -1,5 +1,5 @@
1
- import { buildUseQuery } from "../../../react-query";
2
- import { getVolunteerValidators } from "./query.rpc.func";
1
+ import { buildUseQuery } from "../../../react-query.js";
2
+ import { getVolunteerValidators } from "./query.rpc.func.js";
3
3
  /**
4
4
  * VolunteerValidators
5
5
  * @name useGetVolunteerValidators
@@ -1,8 +1,8 @@
1
- import { Description } from "../../../cosmos/staking/v1beta1/staking";
2
- import { Any } from "../../../google/protobuf/any";
3
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
4
- import { BinaryReader, BinaryWriter } from "../../../binary";
5
- import { GlobalDecoderRegistry } from "../../../registry";
1
+ import { Description } from "../../../cosmos/staking/v1beta1/staking.js";
2
+ import { Any } from "../../../google/protobuf/any.js";
3
+ import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
4
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
5
+ import { GlobalDecoderRegistry } from "../../../registry.js";
6
6
  import { encodePubkey, decodePubkey } from "@interchainjs/pubkey";
7
7
  function createBaseMsgRegisterVolunteerValidator() {
8
8
  return {
@@ -1,4 +1,4 @@
1
- import { MsgRegisterVolunteerValidator, MsgUnregisterVolunteerValidator } from "./tx";
1
+ import { MsgRegisterVolunteerValidator, MsgUnregisterVolunteerValidator } from "./tx.js";
2
2
  export const registry = [["/xpla.volunteer.v1beta1.MsgRegisterVolunteerValidator", MsgRegisterVolunteerValidator], ["/xpla.volunteer.v1beta1.MsgUnregisterVolunteerValidator", MsgUnregisterVolunteerValidator]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../helper-func-types";
2
- import { MsgRegisterVolunteerValidator, MsgUnregisterVolunteerValidator } from "./tx";
1
+ import { buildTx } from "../../../helper-func-types.js";
2
+ import { MsgRegisterVolunteerValidator, MsgUnregisterVolunteerValidator } from "./tx.js";
3
3
  /**
4
4
  * RegisterVolunteerValidator defines a method to register a new volunteer
5
5
  * validator.
@@ -1,5 +1,5 @@
1
- import { buildUseMutation } from "../../../react-query";
2
- import { registerVolunteerValidator, unregisterVolunteerValidator } from "./tx.rpc.func";
1
+ import { buildUseMutation } from "../../../react-query.js";
2
+ import { registerVolunteerValidator, unregisterVolunteerValidator } from "./tx.rpc.func.js";
3
3
  /**
4
4
  * RegisterVolunteerValidator defines a method to register a new volunteer
5
5
  * validator.
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../binary";
1
+ import { BinaryReader, BinaryWriter } from "../../../binary.js";
2
2
  function createBaseVolunteerValidator() {
3
3
  return {
4
4
  address: "",
package/extern.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
2
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
package/extern.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
3
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
4
4
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
5
5
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
6
6
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
2
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
@@ -7,7 +7,7 @@ import { HttpEndpoint } from "@interchainjs/types";
7
7
  import { BinaryReader, BinaryWriter } from "./binary";
8
8
  import { Rpc } from "./helpers";
9
9
  import { TelescopeGeneratedCodec, DeliverTxResponse, StdFee } from "./types";
10
- import { ISigningClient } from "@interchainjs/cosmos/types/signing-client";
10
+ import { ISigningClient } from "@interchainjs/cosmos";
11
11
  export interface QueryBuilderOptions<TReq, TRes> {
12
12
  encode: (request: TReq, writer?: BinaryWriter) => BinaryWriter;
13
13
  decode: (input: BinaryReader | Uint8Array, length?: number) => TRes;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
3
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
4
4
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
5
5
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
6
6
  */
@@ -9,7 +9,7 @@ exports.buildQuery = buildQuery;
9
9
  exports.buildTx = buildTx;
10
10
  const extern_1 = require("./extern");
11
11
  const helpers_1 = require("./helpers");
12
- const utils_1 = require("@interchainjs/cosmos/utils");
12
+ const cosmos_1 = require("@interchainjs/cosmos");
13
13
  function buildQuery(opts) {
14
14
  registerDependencies(opts.deps ?? []);
15
15
  return async (client, request) => {
@@ -35,8 +35,8 @@ function buildTx(opts) {
35
35
  if (!client)
36
36
  throw new Error("SigningClient is not initialized");
37
37
  //register all related encoders and converters
38
- client.addEncoders?.((0, utils_1.toEncoders)(opts.msg));
39
- client.addConverters?.((0, utils_1.toConverters)(opts.msg));
38
+ client.addEncoders?.((0, cosmos_1.toEncoders)(opts.msg));
39
+ client.addConverters?.((0, cosmos_1.toConverters)(opts.msg));
40
40
  const data = Array.isArray(message)
41
41
  ? message.map(msg => ({
42
42
  typeUrl: opts.msg.typeUrl,
package/helpers.d.ts CHANGED
@@ -1,10 +1,9 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
2
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
5
  */
6
- export declare function bytesFromBase64(b64: string): Uint8Array;
7
- export declare function base64FromBytes(arr: Uint8Array): string;
6
+ export { fromBase64 as bytesFromBase64, toBase64 as base64FromBytes } from '@interchainjs/encoding';
8
7
  export interface AminoHeight {
9
8
  readonly revision_number?: string;
10
9
  readonly revision_height?: string;
@@ -79,4 +78,3 @@ interface Timestamp {
79
78
  export declare function toTimestamp(date: Date): Timestamp;
80
79
  export declare function fromTimestamp(t: Timestamp): Date;
81
80
  export declare function fromJsonTimestamp(o: any): Timestamp;
82
- export {};
package/helpers.js CHANGED
@@ -1,13 +1,11 @@
1
1
  "use strict";
2
2
  /**
3
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
3
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
4
4
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
5
5
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.setPaginationParams = void 0;
9
- exports.bytesFromBase64 = bytesFromBase64;
10
- exports.base64FromBytes = base64FromBytes;
8
+ exports.setPaginationParams = exports.base64FromBytes = exports.bytesFromBase64 = void 0;
11
9
  exports.omitDefault = omitDefault;
12
10
  exports.toDuration = toDuration;
13
11
  exports.fromDuration = fromDuration;
@@ -17,36 +15,9 @@ exports.isRpc = isRpc;
17
15
  exports.toTimestamp = toTimestamp;
18
16
  exports.fromTimestamp = fromTimestamp;
19
17
  exports.fromJsonTimestamp = fromJsonTimestamp;
20
- var globalThis = (() => {
21
- if (typeof globalThis !== 'undefined')
22
- return globalThis;
23
- if (typeof self !== 'undefined')
24
- return self;
25
- if (typeof window !== 'undefined')
26
- return window;
27
- if (typeof global !== 'undefined')
28
- return global;
29
- throw 'Unable to locate global object';
30
- })();
31
- const atob = globalThis.atob ||
32
- ((b64) => globalThis.Buffer.from(b64, 'base64').toString('binary'));
33
- function bytesFromBase64(b64) {
34
- const bin = atob(b64);
35
- const arr = new Uint8Array(bin.length);
36
- for (let i = 0; i < bin.length; ++i) {
37
- arr[i] = bin.charCodeAt(i);
38
- }
39
- return arr;
40
- }
41
- const btoa = globalThis.btoa ||
42
- ((bin) => globalThis.Buffer.from(bin, 'binary').toString('base64'));
43
- function base64FromBytes(arr) {
44
- const bin = [];
45
- arr.forEach((byte) => {
46
- bin.push(String.fromCharCode(byte));
47
- });
48
- return btoa(bin.join(''));
49
- }
18
+ var encoding_1 = require("@interchainjs/encoding");
19
+ Object.defineProperty(exports, "bytesFromBase64", { enumerable: true, get: function () { return encoding_1.fromBase64; } });
20
+ Object.defineProperty(exports, "base64FromBytes", { enumerable: true, get: function () { return encoding_1.toBase64; } });
50
21
  function omitDefault(input) {
51
22
  if (typeof input === 'string') {
52
23
  return input === '' ? undefined : input;