juno-network 0.7.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (272) hide show
  1. package/main/codegen/JunoSwap.client.js +1 -1
  2. package/main/codegen/cosmos/authz/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  3. package/main/codegen/cosmos/bank/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  4. package/main/codegen/cosmos/bundle.js +8 -8
  5. package/main/codegen/cosmos/distribution/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  6. package/main/codegen/cosmos/gov/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  7. package/main/codegen/cosmos/gov/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  8. package/main/codegen/cosmos/rpc.query.js +8 -8
  9. package/main/codegen/cosmos/staking/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  10. package/main/codegen/cosmos/staking/v1beta1/tx.amino.js +4 -4
  11. package/main/codegen/cosmos/tx/v1beta1/{service.rpc.svc.js → service.rpc.Service.js} +8 -8
  12. package/main/codegen/cosmos/upgrade/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  13. package/main/codegen/cosmwasm/bundle.js +1 -1
  14. package/main/codegen/cosmwasm/rpc.query.js +9 -9
  15. package/main/codegen/cosmwasm/wasm/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  16. package/main/codegen/google/protobuf/descriptor.js +18 -18
  17. package/main/codegen/helpers.js +29 -18
  18. package/main/codegen/ibc/applications/transfer/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  19. package/main/codegen/ibc/applications/transfer/v1/tx.amino.js +1 -1
  20. package/main/codegen/ibc/bundle.js +4 -4
  21. package/main/codegen/ibc/core/channel/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  22. package/main/codegen/ibc/core/client/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  23. package/main/codegen/ibc/core/connection/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  24. package/main/codegen/ibc/rpc.query.js +12 -12
  25. package/main/codegen/juno/bundle.js +1 -1
  26. package/main/codegen/juno/mint/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  27. package/main/codegen/juno/rpc.query.js +9 -9
  28. package/module/codegen/JunoSwap.client.js +1 -1
  29. package/module/codegen/contracts.js +1 -1
  30. package/module/codegen/cosmos/authz/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  31. package/module/codegen/cosmos/bank/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  32. package/module/codegen/cosmos/bundle.js +8 -8
  33. package/module/codegen/cosmos/distribution/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  34. package/module/codegen/cosmos/gov/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  35. package/module/codegen/cosmos/gov/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  36. package/module/codegen/cosmos/rpc.query.js +8 -8
  37. package/module/codegen/cosmos/staking/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  38. package/module/codegen/cosmos/staking/v1beta1/tx.amino.js +4 -4
  39. package/module/codegen/cosmos/tx/v1beta1/{service.rpc.svc.js → service.rpc.Service.js} +2 -2
  40. package/module/codegen/cosmos/upgrade/v1beta1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  41. package/module/codegen/cosmwasm/bundle.js +1 -1
  42. package/module/codegen/cosmwasm/rpc.query.js +9 -9
  43. package/module/codegen/cosmwasm/wasm/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  44. package/module/codegen/google/protobuf/descriptor.js +18 -18
  45. package/module/codegen/helpers.js +18 -10
  46. package/module/codegen/ibc/applications/transfer/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  47. package/module/codegen/ibc/applications/transfer/v1/tx.amino.js +1 -1
  48. package/module/codegen/ibc/bundle.js +4 -4
  49. package/module/codegen/ibc/core/channel/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  50. package/module/codegen/ibc/core/client/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  51. package/module/codegen/ibc/core/connection/v1/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  52. package/module/codegen/ibc/rpc.query.js +12 -12
  53. package/module/codegen/index.js +1 -1
  54. package/module/codegen/juno/bundle.js +1 -1
  55. package/module/codegen/juno/mint/{query.rpc.query.js → query.rpc.Query.js} +0 -0
  56. package/module/codegen/juno/rpc.query.js +9 -9
  57. package/package.json +3 -3
  58. package/src/codegen/JunoSwap.client.ts +1 -1
  59. package/src/codegen/JunoSwap.types.ts +1 -1
  60. package/src/codegen/contracts.ts +1 -1
  61. package/src/codegen/cosmos/authz/v1beta1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  62. package/src/codegen/cosmos/bank/v1beta1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  63. package/src/codegen/cosmos/bundle.ts +8 -8
  64. package/src/codegen/cosmos/distribution/v1beta1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  65. package/src/codegen/cosmos/gov/v1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  66. package/src/codegen/cosmos/gov/v1beta1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  67. package/src/codegen/cosmos/rpc.query.ts +8 -8
  68. package/src/codegen/cosmos/staking/v1beta1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  69. package/src/codegen/cosmos/staking/v1beta1/tx.amino.ts +4 -4
  70. package/src/codegen/cosmos/tx/v1beta1/{service.rpc.svc.ts → service.rpc.Service.ts} +2 -2
  71. package/src/codegen/cosmos/upgrade/v1beta1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  72. package/src/codegen/cosmwasm/bundle.ts +1 -1
  73. package/src/codegen/cosmwasm/rpc.query.ts +9 -9
  74. package/src/codegen/cosmwasm/wasm/v1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  75. package/src/codegen/google/protobuf/descriptor.ts +18 -18
  76. package/src/codegen/helpers.ts +24 -16
  77. package/src/codegen/ibc/applications/transfer/v1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  78. package/src/codegen/ibc/applications/transfer/v1/tx.amino.ts +1 -1
  79. package/src/codegen/ibc/bundle.ts +4 -4
  80. package/src/codegen/ibc/core/channel/v1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  81. package/src/codegen/ibc/core/client/v1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  82. package/src/codegen/ibc/core/connection/v1/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  83. package/src/codegen/ibc/rpc.query.ts +12 -12
  84. package/src/codegen/index.ts +1 -1
  85. package/src/codegen/juno/bundle.ts +1 -1
  86. package/src/codegen/juno/mint/{query.rpc.query.ts → query.rpc.Query.ts} +0 -0
  87. package/src/codegen/juno/rpc.query.ts +9 -9
  88. package/types/codegen/JunoSwap.client.d.ts +122 -0
  89. package/types/codegen/JunoSwap.types.d.ts +142 -0
  90. package/types/codegen/confio/proofs.d.ts +495 -0
  91. package/types/codegen/contracts.d.ts +12 -0
  92. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
  93. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
  94. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
  95. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
  96. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  97. package/types/codegen/cosmos/authz/v1beta1/query.rpc.Query.d.ts +32 -0
  98. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
  99. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +30 -0
  100. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
  101. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
  102. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
  103. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
  104. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
  105. package/types/codegen/cosmos/bank/v1beta1/query.rpc.Query.d.ts +57 -0
  106. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
  107. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
  108. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
  109. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +15 -0
  110. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
  111. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
  112. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
  113. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
  114. package/types/codegen/cosmos/bundle.d.ts +6233 -0
  115. package/types/codegen/cosmos/client.d.ts +473 -0
  116. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
  117. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  118. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
  119. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
  120. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
  121. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
  122. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
  123. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
  124. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
  125. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
  126. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
  127. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +51 -0
  128. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
  129. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
  130. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
  131. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +33 -0
  132. package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
  133. package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
  134. package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
  135. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
  136. package/types/codegen/cosmos/gov/v1/query.rpc.Query.d.ts +44 -0
  137. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
  138. package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
  139. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
  140. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +27 -0
  141. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
  142. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
  143. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
  144. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  145. package/types/codegen/cosmos/gov/v1beta1/query.rpc.Query.d.ts +44 -0
  146. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
  147. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
  148. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
  149. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +25 -0
  150. package/types/codegen/cosmos/lcd.d.ts +28 -0
  151. package/types/codegen/cosmos/rpc.query.d.ts +97 -0
  152. package/types/codegen/cosmos/rpc.tx.d.ts +26 -0
  153. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
  154. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
  155. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
  156. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  157. package/types/codegen/cosmos/staking/v1beta1/query.rpc.Query.d.ts +80 -0
  158. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
  159. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
  160. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
  161. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
  162. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +33 -0
  163. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
  164. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
  165. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  166. package/types/codegen/cosmos/tx/v1beta1/service.rpc.Service.d.ts +36 -0
  167. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
  168. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
  169. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  170. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +43 -0
  171. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
  172. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
  173. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
  174. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +24 -0
  175. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
  176. package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
  177. package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
  178. package/types/codegen/cosmwasm/bundle.d.ts +1109 -0
  179. package/types/codegen/cosmwasm/client.d.ts +120 -0
  180. package/types/codegen/cosmwasm/lcd.d.ts +33 -0
  181. package/types/codegen/cosmwasm/rpc.query.d.ts +112 -0
  182. package/types/codegen/cosmwasm/rpc.tx.d.ts +31 -0
  183. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
  184. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
  185. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
  186. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
  187. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
  188. package/types/codegen/cosmwasm/wasm/v1/query.rpc.Query.d.ts +48 -0
  189. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
  190. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
  191. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
  192. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +27 -0
  193. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
  194. package/types/codegen/gogoproto/bundle.d.ts +1 -0
  195. package/types/codegen/gogoproto/gogo.d.ts +1 -0
  196. package/types/codegen/google/bundle.d.ts +1413 -0
  197. package/types/codegen/google/protobuf/any.d.ts +237 -0
  198. package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
  199. package/types/codegen/google/protobuf/duration.d.ts +161 -0
  200. package/types/codegen/google/protobuf/empty.d.ts +33 -0
  201. package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
  202. package/types/codegen/helpers.d.ts +82 -0
  203. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
  204. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
  205. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
  206. package/types/codegen/ibc/applications/transfer/v1/query.rpc.Query.d.ts +24 -0
  207. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
  208. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
  209. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
  210. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  211. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +12 -0
  212. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
  213. package/types/codegen/ibc/bundle.d.ts +3781 -0
  214. package/types/codegen/ibc/client.d.ts +559 -0
  215. package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
  216. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
  217. package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
  218. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
  219. package/types/codegen/ibc/core/channel/v1/query.rpc.Query.d.ts +88 -0
  220. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
  221. package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
  222. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
  223. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +42 -0
  224. package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
  225. package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
  226. package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
  227. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
  228. package/types/codegen/ibc/core/client/v1/query.rpc.Query.d.ts +50 -0
  229. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
  230. package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
  231. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
  232. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +21 -0
  233. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
  234. package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
  235. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
  236. package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
  237. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
  238. package/types/codegen/ibc/core/connection/v1/query.rpc.Query.d.ts +41 -0
  239. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
  240. package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
  241. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
  242. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +24 -0
  243. package/types/codegen/ibc/lcd.d.ts +46 -0
  244. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
  245. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
  246. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
  247. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
  248. package/types/codegen/ibc/rpc.query.d.ts +148 -0
  249. package/types/codegen/ibc/rpc.tx.d.ts +44 -0
  250. package/types/codegen/ics23/bundle.d.ts +545 -0
  251. package/types/codegen/index.d.ts +18 -0
  252. package/types/codegen/juno/bundle.d.ts +226 -0
  253. package/types/codegen/juno/lcd.d.ts +31 -0
  254. package/types/codegen/juno/mint/genesis.d.ts +22 -0
  255. package/types/codegen/juno/mint/mint.d.ts +44 -0
  256. package/types/codegen/juno/mint/query.d.ts +99 -0
  257. package/types/codegen/juno/mint/query.lcd.d.ts +11 -0
  258. package/types/codegen/juno/mint/query.rpc.Query.d.ts +24 -0
  259. package/types/codegen/juno/rpc.query.d.ts +104 -0
  260. package/types/codegen/tendermint/abci/types.d.ts +902 -0
  261. package/types/codegen/tendermint/bundle.d.ts +2065 -0
  262. package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
  263. package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
  264. package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
  265. package/types/codegen/tendermint/p2p/types.d.ts +87 -0
  266. package/types/codegen/tendermint/types/block.d.ts +21 -0
  267. package/types/codegen/tendermint/types/evidence.d.ts +70 -0
  268. package/types/codegen/tendermint/types/params.d.ts +181 -0
  269. package/types/codegen/tendermint/types/types.d.ts +326 -0
  270. package/types/codegen/tendermint/types/validator.d.ts +48 -0
  271. package/types/codegen/tendermint/version/types.d.ts +48 -0
  272. package/types/index.d.ts +1 -0
@@ -10,43 +10,43 @@ export const createRPCQueryClient = async ({
10
10
  return {
11
11
  cosmos: {
12
12
  authz: {
13
- v1beta1: (await import("../cosmos/authz/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
13
+ v1beta1: (await import("../cosmos/authz/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
14
14
  },
15
15
  bank: {
16
- v1beta1: (await import("../cosmos/bank/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
16
+ v1beta1: (await import("../cosmos/bank/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
17
17
  },
18
18
  distribution: {
19
- v1beta1: (await import("../cosmos/distribution/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
19
+ v1beta1: (await import("../cosmos/distribution/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
20
20
  },
21
21
  gov: {
22
- v1: (await import("../cosmos/gov/v1/query.rpc.query")).createRpcQueryExtension(client),
23
- v1beta1: (await import("../cosmos/gov/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
22
+ v1: (await import("../cosmos/gov/v1/query.rpc.Query")).createRpcQueryExtension(client),
23
+ v1beta1: (await import("../cosmos/gov/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
24
24
  },
25
25
  staking: {
26
- v1beta1: (await import("../cosmos/staking/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
26
+ v1beta1: (await import("../cosmos/staking/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
27
27
  },
28
28
  tx: {
29
- v1beta1: (await import("../cosmos/tx/v1beta1/service.rpc.svc")).createRpcQueryExtension(client)
29
+ v1beta1: (await import("../cosmos/tx/v1beta1/service.rpc.Service")).createRpcQueryExtension(client)
30
30
  },
31
31
  upgrade: {
32
- v1beta1: (await import("../cosmos/upgrade/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
32
+ v1beta1: (await import("../cosmos/upgrade/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
33
33
  }
34
34
  },
35
35
  ibc: {
36
36
  applications: {
37
37
  transfer: {
38
- v1: (await import("./applications/transfer/v1/query.rpc.query")).createRpcQueryExtension(client)
38
+ v1: (await import("./applications/transfer/v1/query.rpc.Query")).createRpcQueryExtension(client)
39
39
  }
40
40
  },
41
41
  core: {
42
42
  channel: {
43
- v1: (await import("./core/channel/v1/query.rpc.query")).createRpcQueryExtension(client)
43
+ v1: (await import("./core/channel/v1/query.rpc.Query")).createRpcQueryExtension(client)
44
44
  },
45
45
  client: {
46
- v1: (await import("./core/client/v1/query.rpc.query")).createRpcQueryExtension(client)
46
+ v1: (await import("./core/client/v1/query.rpc.Query")).createRpcQueryExtension(client)
47
47
  },
48
48
  connection: {
49
- v1: (await import("./core/connection/v1/query.rpc.query")).createRpcQueryExtension(client)
49
+ v1: (await import("./core/connection/v1/query.rpc.Query")).createRpcQueryExtension(client)
50
50
  }
51
51
  }
52
52
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.59.0
2
+ * This file and any referenced files were automatically generated by @osmonauts/telescope@0.73.1
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or yarn proto command to regenerate this bundle.
5
5
  */
@@ -2,7 +2,7 @@ import * as _79 from "./mint/genesis";
2
2
  import * as _80 from "./mint/mint";
3
3
  import * as _81 from "./mint/query";
4
4
  import * as _153 from "./mint/query.lcd";
5
- import * as _154 from "./mint/query.rpc.query";
5
+ import * as _154 from "./mint/query.rpc.Query";
6
6
  import * as _164 from "./lcd";
7
7
  import * as _165 from "./rpc.query";
8
8
  export namespace juno {
@@ -10,30 +10,30 @@ export const createRPCQueryClient = async ({
10
10
  return {
11
11
  cosmos: {
12
12
  authz: {
13
- v1beta1: (await import("../cosmos/authz/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
13
+ v1beta1: (await import("../cosmos/authz/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
14
14
  },
15
15
  bank: {
16
- v1beta1: (await import("../cosmos/bank/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
16
+ v1beta1: (await import("../cosmos/bank/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
17
17
  },
18
18
  distribution: {
19
- v1beta1: (await import("../cosmos/distribution/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
19
+ v1beta1: (await import("../cosmos/distribution/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
20
20
  },
21
21
  gov: {
22
- v1: (await import("../cosmos/gov/v1/query.rpc.query")).createRpcQueryExtension(client),
23
- v1beta1: (await import("../cosmos/gov/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
22
+ v1: (await import("../cosmos/gov/v1/query.rpc.Query")).createRpcQueryExtension(client),
23
+ v1beta1: (await import("../cosmos/gov/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
24
24
  },
25
25
  staking: {
26
- v1beta1: (await import("../cosmos/staking/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
26
+ v1beta1: (await import("../cosmos/staking/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
27
27
  },
28
28
  tx: {
29
- v1beta1: (await import("../cosmos/tx/v1beta1/service.rpc.svc")).createRpcQueryExtension(client)
29
+ v1beta1: (await import("../cosmos/tx/v1beta1/service.rpc.Service")).createRpcQueryExtension(client)
30
30
  },
31
31
  upgrade: {
32
- v1beta1: (await import("../cosmos/upgrade/v1beta1/query.rpc.query")).createRpcQueryExtension(client)
32
+ v1beta1: (await import("../cosmos/upgrade/v1beta1/query.rpc.Query")).createRpcQueryExtension(client)
33
33
  }
34
34
  },
35
35
  juno: {
36
- mint: (await import("./mint/query.rpc.query")).createRpcQueryExtension(client)
36
+ mint: (await import("./mint/query.rpc.Query")).createRpcQueryExtension(client)
37
37
  }
38
38
  };
39
39
  };
@@ -0,0 +1,122 @@
1
+ /**
2
+ * This file was automatically generated by @cosmwasm/ts-codegen@0.20.0.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the @cosmwasm/ts-codegen generate command to regenerate this file.
5
+ */
6
+ import { CosmWasmClient, SigningCosmWasmClient, ExecuteResult } from "@cosmjs/cosmwasm-stargate";
7
+ import { Coin, StdFee } from "@cosmjs/amino";
8
+ import { Uint128, BalanceResponse, Expiration, TokenSelect, Decimal, InfoResponse, Token1ForToken2PriceResponse, Token2ForToken1PriceResponse } from "./JunoSwap.types";
9
+ export interface JunoSwapReadOnlyInterface {
10
+ contractAddress: string;
11
+ balance: ({ address }: {
12
+ address: string;
13
+ }) => Promise<BalanceResponse>;
14
+ info: () => Promise<InfoResponse>;
15
+ token1ForToken2Price: ({ token1Amount }: {
16
+ token1Amount: Uint128;
17
+ }) => Promise<Token1ForToken2PriceResponse>;
18
+ token2ForToken1Price: ({ token2Amount }: {
19
+ token2Amount: Uint128;
20
+ }) => Promise<Token2ForToken1PriceResponse>;
21
+ }
22
+ export declare class JunoSwapQueryClient implements JunoSwapReadOnlyInterface {
23
+ client: CosmWasmClient;
24
+ contractAddress: string;
25
+ constructor(client: CosmWasmClient, contractAddress: string);
26
+ balance: ({ address }: {
27
+ address: string;
28
+ }) => Promise<BalanceResponse>;
29
+ info: () => Promise<InfoResponse>;
30
+ token1ForToken2Price: ({ token1Amount }: {
31
+ token1Amount: Uint128;
32
+ }) => Promise<Token1ForToken2PriceResponse>;
33
+ token2ForToken1Price: ({ token2Amount }: {
34
+ token2Amount: Uint128;
35
+ }) => Promise<Token2ForToken1PriceResponse>;
36
+ }
37
+ export interface JunoSwapInterface extends JunoSwapReadOnlyInterface {
38
+ contractAddress: string;
39
+ sender: string;
40
+ addLiquidity: ({ expiration, maxToken2, minLiquidity, token1Amount }: {
41
+ expiration?: Expiration;
42
+ maxToken2: Uint128;
43
+ minLiquidity: Uint128;
44
+ token1Amount: Uint128;
45
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
46
+ removeLiquidity: ({ amount, expiration, minToken1, minToken2 }: {
47
+ amount: Uint128;
48
+ expiration?: Expiration;
49
+ minToken1: Uint128;
50
+ minToken2: Uint128;
51
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
52
+ swap: ({ expiration, inputAmount, inputToken, minOutput }: {
53
+ expiration?: Expiration;
54
+ inputAmount: Uint128;
55
+ inputToken: TokenSelect;
56
+ minOutput: Uint128;
57
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
58
+ passThroughSwap: ({ expiration, inputToken, inputTokenAmount, outputAmmAddress, outputMinToken }: {
59
+ expiration?: Expiration;
60
+ inputToken: TokenSelect;
61
+ inputTokenAmount: Uint128;
62
+ outputAmmAddress: string;
63
+ outputMinToken: Uint128;
64
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
65
+ swapAndSendTo: ({ expiration, inputAmount, inputToken, minToken, recipient }: {
66
+ expiration?: Expiration;
67
+ inputAmount: Uint128;
68
+ inputToken: TokenSelect;
69
+ minToken: Uint128;
70
+ recipient: string;
71
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
72
+ updateConfig: ({ lpFeePercent, owner, protocolFeePercent, protocolFeeRecipient }: {
73
+ lpFeePercent: Decimal;
74
+ owner?: string;
75
+ protocolFeePercent: Decimal;
76
+ protocolFeeRecipient: string;
77
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
78
+ }
79
+ export declare class JunoSwapClient extends JunoSwapQueryClient implements JunoSwapInterface {
80
+ client: SigningCosmWasmClient;
81
+ sender: string;
82
+ contractAddress: string;
83
+ constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string);
84
+ addLiquidity: ({ expiration, maxToken2, minLiquidity, token1Amount }: {
85
+ expiration?: Expiration;
86
+ maxToken2: Uint128;
87
+ minLiquidity: Uint128;
88
+ token1Amount: Uint128;
89
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
90
+ removeLiquidity: ({ amount, expiration, minToken1, minToken2 }: {
91
+ amount: Uint128;
92
+ expiration?: Expiration;
93
+ minToken1: Uint128;
94
+ minToken2: Uint128;
95
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
96
+ swap: ({ expiration, inputAmount, inputToken, minOutput }: {
97
+ expiration?: Expiration;
98
+ inputAmount: Uint128;
99
+ inputToken: TokenSelect;
100
+ minOutput: Uint128;
101
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
102
+ passThroughSwap: ({ expiration, inputToken, inputTokenAmount, outputAmmAddress, outputMinToken }: {
103
+ expiration?: Expiration;
104
+ inputToken: TokenSelect;
105
+ inputTokenAmount: Uint128;
106
+ outputAmmAddress: string;
107
+ outputMinToken: Uint128;
108
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
109
+ swapAndSendTo: ({ expiration, inputAmount, inputToken, minToken, recipient }: {
110
+ expiration?: Expiration;
111
+ inputAmount: Uint128;
112
+ inputToken: TokenSelect;
113
+ minToken: Uint128;
114
+ recipient: string;
115
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
116
+ updateConfig: ({ lpFeePercent, owner, protocolFeePercent, protocolFeeRecipient }: {
117
+ lpFeePercent: Decimal;
118
+ owner?: string;
119
+ protocolFeePercent: Decimal;
120
+ protocolFeeRecipient: string;
121
+ }, fee?: number | StdFee | "auto", memo?: string, funds?: Coin[]) => Promise<ExecuteResult>;
122
+ }
@@ -0,0 +1,142 @@
1
+ /**
2
+ * This file was automatically generated by @cosmwasm/ts-codegen@0.20.0.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the @cosmwasm/ts-codegen generate command to regenerate this file.
5
+ */
6
+ export declare type Uint128 = string;
7
+ export interface BalanceResponse {
8
+ balance: Uint128;
9
+ [k: string]: unknown;
10
+ }
11
+ export declare type ExecuteMsg = {
12
+ add_liquidity: {
13
+ expiration?: Expiration | null;
14
+ max_token2: Uint128;
15
+ min_liquidity: Uint128;
16
+ token1_amount: Uint128;
17
+ [k: string]: unknown;
18
+ };
19
+ } | {
20
+ remove_liquidity: {
21
+ amount: Uint128;
22
+ expiration?: Expiration | null;
23
+ min_token1: Uint128;
24
+ min_token2: Uint128;
25
+ [k: string]: unknown;
26
+ };
27
+ } | {
28
+ swap: {
29
+ expiration?: Expiration | null;
30
+ input_amount: Uint128;
31
+ input_token: TokenSelect;
32
+ min_output: Uint128;
33
+ [k: string]: unknown;
34
+ };
35
+ } | {
36
+ pass_through_swap: {
37
+ expiration?: Expiration | null;
38
+ input_token: TokenSelect;
39
+ input_token_amount: Uint128;
40
+ output_amm_address: string;
41
+ output_min_token: Uint128;
42
+ [k: string]: unknown;
43
+ };
44
+ } | {
45
+ swap_and_send_to: {
46
+ expiration?: Expiration | null;
47
+ input_amount: Uint128;
48
+ input_token: TokenSelect;
49
+ min_token: Uint128;
50
+ recipient: string;
51
+ [k: string]: unknown;
52
+ };
53
+ } | {
54
+ update_config: {
55
+ lp_fee_percent: Decimal;
56
+ owner?: string | null;
57
+ protocol_fee_percent: Decimal;
58
+ protocol_fee_recipient: string;
59
+ [k: string]: unknown;
60
+ };
61
+ };
62
+ export declare type Expiration = {
63
+ at_height: number;
64
+ } | {
65
+ at_time: Timestamp;
66
+ } | {
67
+ never: {
68
+ [k: string]: unknown;
69
+ };
70
+ };
71
+ export declare type Timestamp = Uint64;
72
+ export declare type Uint64 = string;
73
+ export declare type TokenSelect = "Token1" | "Token2";
74
+ export declare type Decimal = string;
75
+ export declare type Denom = {
76
+ native: string;
77
+ } | {
78
+ cw20: Addr;
79
+ };
80
+ export declare type Addr = string;
81
+ export interface InfoResponse {
82
+ lp_fee_percent: Decimal;
83
+ lp_token_address: string;
84
+ lp_token_supply: Uint128;
85
+ owner?: string | null;
86
+ protocol_fee_percent: Decimal;
87
+ protocol_fee_recipient: string;
88
+ token1_denom: Denom;
89
+ token1_reserve: Uint128;
90
+ token2_denom: Denom;
91
+ token2_reserve: Uint128;
92
+ [k: string]: unknown;
93
+ }
94
+ export interface InstantiateMsg {
95
+ lp_fee_percent: Decimal;
96
+ lp_token_code_id: number;
97
+ owner?: string | null;
98
+ protocol_fee_percent: Decimal;
99
+ protocol_fee_recipient: string;
100
+ token1_denom: Denom;
101
+ token2_denom: Denom;
102
+ [k: string]: unknown;
103
+ }
104
+ export interface MigrateMsg {
105
+ lp_fee_percent: Decimal;
106
+ protocol_fee_percent: Decimal;
107
+ protocol_fee_recipient: string;
108
+ [k: string]: unknown;
109
+ }
110
+ export declare type QueryMsg = {
111
+ balance: {
112
+ address: string;
113
+ [k: string]: unknown;
114
+ };
115
+ } | {
116
+ info: {
117
+ [k: string]: unknown;
118
+ };
119
+ } | {
120
+ token1_for_token2_price: {
121
+ token1_amount: Uint128;
122
+ [k: string]: unknown;
123
+ };
124
+ } | {
125
+ token2_for_token1_price: {
126
+ token2_amount: Uint128;
127
+ [k: string]: unknown;
128
+ };
129
+ };
130
+ export interface Token {
131
+ denom: Denom;
132
+ reserve: Uint128;
133
+ [k: string]: unknown;
134
+ }
135
+ export interface Token1ForToken2PriceResponse {
136
+ token2_amount: Uint128;
137
+ [k: string]: unknown;
138
+ }
139
+ export interface Token2ForToken1PriceResponse {
140
+ token1_amount: Uint128;
141
+ [k: string]: unknown;
142
+ }