juno-network 0.14.0 → 0.15.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (418) hide show
  1. package/README.md +1 -1
  2. package/main/codegen/confio/proofs.js +29 -3
  3. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  4. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  5. package/main/codegen/cosmos/bundle.js +47 -47
  6. package/main/codegen/cosmos/gov/v1/genesis.js +1 -1
  7. package/main/codegen/cosmos/gov/v1/gov.js +21 -4
  8. package/main/codegen/cosmos/gov/v1/query.js +1 -1
  9. package/main/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  10. package/main/codegen/cosmos/gov/v1beta1/gov.js +21 -4
  11. package/main/codegen/cosmos/gov/v1beta1/query.js +1 -1
  12. package/main/codegen/cosmos/lcd.js +1 -1
  13. package/main/codegen/cosmos/staking/v1beta1/authz.js +13 -2
  14. package/main/codegen/cosmos/staking/v1beta1/staking.js +9 -2
  15. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +19 -2
  16. package/main/codegen/cosmos/tx/v1beta1/service.js +17 -4
  17. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  18. package/main/codegen/cosmos_proto/cosmos.js +7 -1
  19. package/main/codegen/cosmwasm/bundle.js +10 -10
  20. package/main/codegen/cosmwasm/lcd.js +1 -1
  21. package/main/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  22. package/main/codegen/cosmwasm/wasm/v1/types.js +19 -4
  23. package/main/codegen/gaia/bundle.js +28 -0
  24. package/main/codegen/gaia/globalfee/v1beta1/genesis.js +100 -0
  25. package/main/codegen/gaia/globalfee/v1beta1/query.js +91 -0
  26. package/main/codegen/gaia/globalfee/v1beta1/query.lcd.js +54 -0
  27. package/main/codegen/gaia/globalfee/v1beta1/query.rpc.Query.js +47 -0
  28. package/main/codegen/gaia/lcd.js +167 -0
  29. package/main/codegen/gaia/rpc.query.js +134 -0
  30. package/main/codegen/gogoproto/bundle.js +2 -2
  31. package/main/codegen/google/bundle.js +6 -6
  32. package/main/codegen/google/protobuf/descriptor.js +63 -8
  33. package/main/codegen/google/protobuf/duration.js +1 -1
  34. package/main/codegen/google/protobuf/timestamp.js +1 -1
  35. package/main/codegen/helpers.js +1 -1
  36. package/main/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  37. package/main/codegen/ibc/bundle.js +56 -56
  38. package/main/codegen/ibc/core/channel/v1/channel.js +21 -4
  39. package/main/codegen/ibc/core/channel/v1/genesis.js +1 -1
  40. package/main/codegen/ibc/core/client/v1/genesis.js +1 -1
  41. package/main/codegen/ibc/core/connection/v1/connection.js +13 -3
  42. package/main/codegen/ibc/core/connection/v1/genesis.js +1 -1
  43. package/main/codegen/ibc/core/connection/v1/tx.js +1 -1
  44. package/main/codegen/ibc/lcd.js +1 -1
  45. package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +19 -3
  46. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +19 -3
  47. package/main/codegen/index.js +30 -19
  48. package/main/codegen/juno/bundle.js +20 -20
  49. package/main/codegen/juno/lcd.js +1 -1
  50. package/main/codegen/juno/mint/mint.js +1 -1
  51. package/main/codegen/osmosis/bundle.js +15 -15
  52. package/main/codegen/osmosis/lcd.js +1 -1
  53. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +49 -8
  54. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.js +112 -6
  55. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +19 -1
  56. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +10 -0
  57. package/main/codegen/router/bundle.js +8 -8
  58. package/main/codegen/router/lcd.js +1 -1
  59. package/main/codegen/tendermint/abci/types.js +33 -4
  60. package/main/codegen/tendermint/bundle.js +17 -17
  61. package/main/codegen/tendermint/crypto/proof.js +1 -1
  62. package/main/codegen/tendermint/libs/bits/types.js +1 -1
  63. package/main/codegen/tendermint/p2p/types.js +1 -1
  64. package/main/codegen/tendermint/types/types.js +18 -4
  65. package/main/codegen/tendermint/types/validator.js +1 -1
  66. package/main/codegen/tendermint/version/types.js +1 -1
  67. package/module/codegen/confio/proofs.js +29 -2
  68. package/module/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  69. package/module/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  70. package/module/codegen/cosmos/bundle.js +47 -47
  71. package/module/codegen/cosmos/gov/v1/genesis.js +1 -1
  72. package/module/codegen/cosmos/gov/v1/gov.js +21 -2
  73. package/module/codegen/cosmos/gov/v1/query.js +1 -1
  74. package/module/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  75. package/module/codegen/cosmos/gov/v1beta1/gov.js +21 -2
  76. package/module/codegen/cosmos/gov/v1beta1/query.js +1 -1
  77. package/module/codegen/cosmos/lcd.js +1 -1
  78. package/module/codegen/cosmos/staking/v1beta1/authz.js +13 -1
  79. package/module/codegen/cosmos/staking/v1beta1/staking.js +9 -1
  80. package/module/codegen/cosmos/tx/signing/v1beta1/signing.js +19 -1
  81. package/module/codegen/cosmos/tx/v1beta1/service.js +17 -2
  82. package/module/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  83. package/module/codegen/cosmos_proto/cosmos.js +7 -1
  84. package/module/codegen/cosmwasm/bundle.js +10 -10
  85. package/module/codegen/cosmwasm/lcd.js +1 -1
  86. package/module/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  87. package/module/codegen/cosmwasm/wasm/v1/types.js +19 -2
  88. package/module/codegen/gaia/bundle.js +17 -0
  89. package/module/codegen/gaia/globalfee/v1beta1/genesis.js +73 -0
  90. package/module/codegen/gaia/globalfee/v1beta1/query.js +64 -0
  91. package/module/codegen/gaia/globalfee/v1beta1/query.lcd.js +16 -0
  92. package/module/codegen/gaia/globalfee/v1beta1/query.rpc.Query.js +27 -0
  93. package/module/codegen/gaia/lcd.js +57 -0
  94. package/module/codegen/gaia/rpc.query.js +39 -0
  95. package/module/codegen/gogoproto/bundle.js +2 -2
  96. package/module/codegen/google/bundle.js +6 -6
  97. package/module/codegen/google/protobuf/descriptor.js +63 -6
  98. package/module/codegen/google/protobuf/duration.js +1 -1
  99. package/module/codegen/google/protobuf/timestamp.js +1 -1
  100. package/module/codegen/helpers.js +1 -1
  101. package/module/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  102. package/module/codegen/ibc/bundle.js +56 -56
  103. package/module/codegen/ibc/core/channel/v1/channel.js +21 -2
  104. package/module/codegen/ibc/core/channel/v1/genesis.js +1 -1
  105. package/module/codegen/ibc/core/client/v1/genesis.js +1 -1
  106. package/module/codegen/ibc/core/connection/v1/connection.js +13 -2
  107. package/module/codegen/ibc/core/connection/v1/genesis.js +1 -1
  108. package/module/codegen/ibc/core/connection/v1/tx.js +1 -1
  109. package/module/codegen/ibc/lcd.js +1 -1
  110. package/module/codegen/ibc/lightclients/solomachine/v1/solomachine.js +19 -2
  111. package/module/codegen/ibc/lightclients/solomachine/v2/solomachine.js +19 -2
  112. package/module/codegen/index.js +2 -1
  113. package/module/codegen/juno/bundle.js +20 -20
  114. package/module/codegen/juno/lcd.js +1 -1
  115. package/module/codegen/juno/mint/mint.js +1 -1
  116. package/module/codegen/osmosis/bundle.js +15 -15
  117. package/module/codegen/osmosis/lcd.js +1 -1
  118. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +51 -8
  119. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.js +106 -4
  120. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +20 -2
  121. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +7 -1
  122. package/module/codegen/router/bundle.js +8 -8
  123. package/module/codegen/router/lcd.js +1 -1
  124. package/module/codegen/tendermint/abci/types.js +33 -4
  125. package/module/codegen/tendermint/bundle.js +17 -17
  126. package/module/codegen/tendermint/crypto/proof.js +1 -1
  127. package/module/codegen/tendermint/libs/bits/types.js +1 -1
  128. package/module/codegen/tendermint/p2p/types.js +1 -1
  129. package/module/codegen/tendermint/types/evidence.js +1 -1
  130. package/module/codegen/tendermint/types/types.js +19 -3
  131. package/module/codegen/tendermint/types/validator.js +1 -1
  132. package/module/codegen/tendermint/version/types.js +1 -1
  133. package/package.json +4 -4
  134. package/src/codegen/confio/proofs.ts +80 -8
  135. package/src/codegen/cosmos/authz/v1beta1/authz.ts +8 -0
  136. package/src/codegen/cosmos/authz/v1beta1/event.ts +10 -0
  137. package/src/codegen/cosmos/authz/v1beta1/query.lcd.ts +1 -1
  138. package/src/codegen/cosmos/authz/v1beta1/query.ts +17 -0
  139. package/src/codegen/cosmos/authz/v1beta1/tx.ts +6 -0
  140. package/src/codegen/cosmos/bank/v1beta1/bank.ts +46 -0
  141. package/src/codegen/cosmos/bank/v1beta1/genesis.ts +13 -0
  142. package/src/codegen/cosmos/bank/v1beta1/query.lcd.ts +1 -1
  143. package/src/codegen/cosmos/bank/v1beta1/query.ts +44 -0
  144. package/src/codegen/cosmos/bank/v1beta1/tx.amino.ts +6 -6
  145. package/src/codegen/cosmos/base/abci/v1beta1/abci.ts +87 -1
  146. package/src/codegen/cosmos/base/query/v1beta1/pagination.ts +40 -1
  147. package/src/codegen/cosmos/base/reflection/v2alpha1/reflection.ts +78 -0
  148. package/src/codegen/cosmos/bundle.ts +76 -76
  149. package/src/codegen/cosmos/crypto/hd/v1/hd.ts +12 -0
  150. package/src/codegen/cosmos/crypto/keyring/v1/record.ts +11 -0
  151. package/src/codegen/cosmos/crypto/secp256r1/keys.ts +5 -0
  152. package/src/codegen/cosmos/distribution/v1beta1/genesis.ts +48 -0
  153. package/src/codegen/cosmos/distribution/v1beta1/query.lcd.ts +1 -1
  154. package/src/codegen/cosmos/distribution/v1beta1/query.ts +27 -0
  155. package/src/codegen/cosmos/distribution/v1beta1/tx.amino.ts +12 -12
  156. package/src/codegen/cosmos/gov/v1/genesis.ts +14 -1
  157. package/src/codegen/cosmos/gov/v1/gov.ts +86 -4
  158. package/src/codegen/cosmos/gov/v1/query.lcd.ts +1 -1
  159. package/src/codegen/cosmos/gov/v1/query.ts +43 -3
  160. package/src/codegen/cosmos/gov/v1/tx.amino.ts +15 -15
  161. package/src/codegen/cosmos/gov/v1/tx.ts +7 -2
  162. package/src/codegen/cosmos/gov/v1beta1/genesis.ts +14 -1
  163. package/src/codegen/cosmos/gov/v1beta1/gov.ts +91 -5
  164. package/src/codegen/cosmos/gov/v1beta1/query.lcd.ts +1 -1
  165. package/src/codegen/cosmos/gov/v1beta1/query.ts +43 -3
  166. package/src/codegen/cosmos/gov/v1beta1/tx.amino.ts +12 -12
  167. package/src/codegen/cosmos/gov/v1beta1/tx.ts +2 -2
  168. package/src/codegen/cosmos/lcd.ts +1 -1
  169. package/src/codegen/cosmos/staking/v1beta1/authz.ts +34 -2
  170. package/src/codegen/cosmos/staking/v1beta1/genesis.ts +22 -0
  171. package/src/codegen/cosmos/staking/v1beta1/query.lcd.ts +1 -1
  172. package/src/codegen/cosmos/staking/v1beta1/query.ts +60 -0
  173. package/src/codegen/cosmos/staking/v1beta1/staking.ts +97 -2
  174. package/src/codegen/cosmos/staking/v1beta1/tx.amino.ts +15 -15
  175. package/src/codegen/cosmos/staking/v1beta1/tx.ts +7 -0
  176. package/src/codegen/cosmos/tx/signing/v1beta1/signing.ts +66 -2
  177. package/src/codegen/cosmos/tx/v1beta1/service.lcd.ts +1 -1
  178. package/src/codegen/cosmos/tx/v1beta1/service.ts +74 -4
  179. package/src/codegen/cosmos/tx/v1beta1/tx.ts +181 -3
  180. package/src/codegen/cosmos/upgrade/v1beta1/query.lcd.ts +1 -1
  181. package/src/codegen/cosmos/upgrade/v1beta1/query.ts +14 -0
  182. package/src/codegen/cosmos/upgrade/v1beta1/tx.amino.ts +6 -6
  183. package/src/codegen/cosmos/upgrade/v1beta1/tx.ts +4 -0
  184. package/src/codegen/cosmos/upgrade/v1beta1/upgrade.ts +35 -1
  185. package/src/codegen/cosmos_proto/cosmos.ts +37 -2
  186. package/src/codegen/cosmwasm/bundle.ts +14 -14
  187. package/src/codegen/cosmwasm/lcd.ts +1 -1
  188. package/src/codegen/cosmwasm/wasm/v1/authz.ts +21 -0
  189. package/src/codegen/cosmwasm/wasm/v1/genesis.ts +2 -0
  190. package/src/codegen/cosmwasm/wasm/v1/ibc.ts +17 -1
  191. package/src/codegen/cosmwasm/wasm/v1/proposal.ts +129 -0
  192. package/src/codegen/cosmwasm/wasm/v1/query.lcd.ts +1 -1
  193. package/src/codegen/cosmwasm/wasm/v1/query.ts +39 -0
  194. package/src/codegen/cosmwasm/wasm/v1/tx.amino.ts +21 -21
  195. package/src/codegen/cosmwasm/wasm/v1/tx.ts +73 -0
  196. package/src/codegen/cosmwasm/wasm/v1/types.ts +79 -6
  197. package/src/codegen/gaia/bundle.ts +18 -0
  198. package/src/codegen/gaia/globalfee/v1beta1/genesis.ts +129 -0
  199. package/src/codegen/gaia/globalfee/v1beta1/query.lcd.ts +22 -0
  200. package/src/codegen/gaia/globalfee/v1beta1/query.rpc.Query.ts +34 -0
  201. package/src/codegen/gaia/globalfee/v1beta1/query.ts +110 -0
  202. package/src/codegen/gaia/lcd.ts +59 -0
  203. package/src/codegen/gaia/rpc.query.ts +41 -0
  204. package/src/codegen/gogoproto/bundle.ts +2 -2
  205. package/src/codegen/google/bundle.ts +9 -9
  206. package/src/codegen/google/protobuf/any.ts +31 -0
  207. package/src/codegen/google/protobuf/descriptor.ts +641 -15
  208. package/src/codegen/google/protobuf/duration.ts +15 -1
  209. package/src/codegen/google/protobuf/timestamp.ts +13 -1
  210. package/src/codegen/helpers.ts +17 -17
  211. package/src/codegen/ibc/applications/transfer/v1/query.lcd.ts +1 -1
  212. package/src/codegen/ibc/applications/transfer/v1/query.ts +7 -0
  213. package/src/codegen/ibc/applications/transfer/v1/transfer.ts +15 -0
  214. package/src/codegen/ibc/applications/transfer/v1/tx.amino.ts +3 -3
  215. package/src/codegen/ibc/applications/transfer/v1/tx.ts +20 -1
  216. package/src/codegen/ibc/applications/transfer/v2/packet.ts +7 -0
  217. package/src/codegen/ibc/bundle.ts +74 -74
  218. package/src/codegen/ibc/core/channel/v1/channel.ts +105 -6
  219. package/src/codegen/ibc/core/channel/v1/genesis.ts +3 -1
  220. package/src/codegen/ibc/core/channel/v1/query.lcd.ts +1 -1
  221. package/src/codegen/ibc/core/channel/v1/query.ts +118 -0
  222. package/src/codegen/ibc/core/channel/v1/tx.amino.ts +30 -30
  223. package/src/codegen/ibc/core/channel/v1/tx.ts +5 -0
  224. package/src/codegen/ibc/core/client/v1/client.ts +32 -0
  225. package/src/codegen/ibc/core/client/v1/genesis.ts +13 -1
  226. package/src/codegen/ibc/core/client/v1/query.lcd.ts +1 -1
  227. package/src/codegen/ibc/core/client/v1/query.ts +35 -0
  228. package/src/codegen/ibc/core/client/v1/tx.amino.ts +12 -12
  229. package/src/codegen/ibc/core/client/v1/tx.ts +32 -0
  230. package/src/codegen/ibc/core/connection/v1/connection.ts +78 -4
  231. package/src/codegen/ibc/core/connection/v1/genesis.ts +3 -1
  232. package/src/codegen/ibc/core/connection/v1/query.lcd.ts +1 -1
  233. package/src/codegen/ibc/core/connection/v1/query.ts +31 -0
  234. package/src/codegen/ibc/core/connection/v1/tx.amino.ts +12 -12
  235. package/src/codegen/ibc/core/connection/v1/tx.ts +26 -1
  236. package/src/codegen/ibc/lcd.ts +1 -1
  237. package/src/codegen/ibc/lightclients/localhost/v1/localhost.ts +3 -0
  238. package/src/codegen/ibc/lightclients/solomachine/v1/solomachine.ts +63 -4
  239. package/src/codegen/ibc/lightclients/solomachine/v2/solomachine.ts +63 -4
  240. package/src/codegen/ibc/lightclients/tendermint/v1/tendermint.ts +41 -0
  241. package/src/codegen/index.ts +3 -2
  242. package/src/codegen/juno/bundle.ts +32 -32
  243. package/src/codegen/juno/feeshare/v1/feeshare.ts +14 -0
  244. package/src/codegen/juno/feeshare/v1/genesis.ts +16 -0
  245. package/src/codegen/juno/feeshare/v1/query.lcd.ts +1 -1
  246. package/src/codegen/juno/feeshare/v1/query.ts +25 -0
  247. package/src/codegen/juno/feeshare/v1/tx.amino.ts +9 -9
  248. package/src/codegen/juno/feeshare/v1/tx.ts +28 -0
  249. package/src/codegen/juno/lcd.ts +1 -1
  250. package/src/codegen/juno/mint/genesis.ts +3 -0
  251. package/src/codegen/juno/mint/mint.ts +7 -1
  252. package/src/codegen/juno/mint/query.lcd.ts +1 -1
  253. package/src/codegen/juno/mint/query.ts +3 -0
  254. package/src/codegen/osmosis/bundle.ts +24 -24
  255. package/src/codegen/osmosis/lcd.ts +1 -1
  256. package/src/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.ts +1 -0
  257. package/src/codegen/osmosis/tokenfactory/v1beta1/genesis.ts +1 -0
  258. package/src/codegen/osmosis/tokenfactory/v1beta1/query.lcd.ts +1 -1
  259. package/src/codegen/osmosis/tokenfactory/v1beta1/query.ts +1 -0
  260. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.amino.ts +81 -24
  261. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.registry.ts +23 -2
  262. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.ts +9 -1
  263. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.ts +151 -2
  264. package/src/codegen/router/bundle.ts +12 -12
  265. package/src/codegen/router/lcd.ts +1 -1
  266. package/src/codegen/router/v1/genesis.ts +7 -0
  267. package/src/codegen/router/v1/query.lcd.ts +1 -1
  268. package/src/codegen/router/v1/query.ts +1 -0
  269. package/src/codegen/tendermint/abci/types.ts +109 -8
  270. package/src/codegen/tendermint/bundle.ts +21 -21
  271. package/src/codegen/tendermint/crypto/proof.ts +4 -1
  272. package/src/codegen/tendermint/libs/bits/types.ts +1 -1
  273. package/src/codegen/tendermint/p2p/types.ts +1 -1
  274. package/src/codegen/tendermint/types/evidence.ts +1 -1
  275. package/src/codegen/tendermint/types/params.ts +36 -0
  276. package/src/codegen/tendermint/types/types.ts +50 -6
  277. package/src/codegen/tendermint/types/validator.ts +1 -1
  278. package/src/codegen/tendermint/version/types.ts +1 -1
  279. package/types/codegen/confio/proofs.d.ts +64 -8
  280. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +7 -0
  281. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +6 -0
  282. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +10 -0
  283. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +1 -1
  284. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +5 -0
  285. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +37 -0
  286. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +9 -0
  287. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +34 -0
  288. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +1 -1
  289. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +6 -6
  290. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +62 -1
  291. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +35 -1
  292. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +63 -0
  293. package/types/codegen/cosmos/bundle.d.ts +70 -70
  294. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +8 -0
  295. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +6 -0
  296. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +5 -0
  297. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +28 -0
  298. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +21 -0
  299. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +1 -1
  300. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +12 -12
  301. package/types/codegen/cosmos/gov/v1/genesis.d.ts +8 -1
  302. package/types/codegen/cosmos/gov/v1/gov.d.ts +69 -4
  303. package/types/codegen/cosmos/gov/v1/query.d.ts +31 -3
  304. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +1 -1
  305. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +15 -15
  306. package/types/codegen/cosmos/gov/v1/tx.d.ts +5 -2
  307. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +8 -1
  308. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +74 -5
  309. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +31 -3
  310. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +1 -1
  311. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +12 -12
  312. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +2 -2
  313. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +27 -2
  314. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +15 -0
  315. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +41 -0
  316. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +1 -1
  317. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +58 -2
  318. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +15 -15
  319. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +6 -0
  320. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +57 -2
  321. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +58 -4
  322. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +1 -1
  323. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +152 -3
  324. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +14 -0
  325. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +1 -1
  326. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +6 -6
  327. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +3 -0
  328. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +30 -1
  329. package/types/codegen/cosmos_proto/bundle.d.ts +1 -1
  330. package/types/codegen/cosmos_proto/cosmos.d.ts +34 -2
  331. package/types/codegen/cosmwasm/bundle.d.ts +10 -10
  332. package/types/codegen/cosmwasm/wasm/v1/authz.d.ts +18 -0
  333. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +1 -0
  334. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +14 -1
  335. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +78 -0
  336. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +29 -0
  337. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +1 -1
  338. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +21 -21
  339. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +47 -0
  340. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +58 -6
  341. package/types/codegen/gaia/bundle.d.ts +174 -0
  342. package/types/codegen/gaia/globalfee/v1beta1/genesis.d.ts +45 -0
  343. package/types/codegen/gaia/globalfee/v1beta1/query.d.ts +39 -0
  344. package/types/codegen/gaia/globalfee/v1beta1/query.lcd.d.ts +9 -0
  345. package/types/codegen/gaia/globalfee/v1beta1/query.rpc.Query.d.ts +15 -0
  346. package/types/codegen/gaia/lcd.d.ts +33 -0
  347. package/types/codegen/gaia/rpc.query.d.ts +105 -0
  348. package/types/codegen/google/bundle.d.ts +123 -123
  349. package/types/codegen/google/protobuf/any.d.ts +30 -0
  350. package/types/codegen/google/protobuf/descriptor.d.ts +566 -12
  351. package/types/codegen/google/protobuf/duration.d.ts +14 -1
  352. package/types/codegen/google/protobuf/timestamp.d.ts +12 -1
  353. package/types/codegen/helpers.d.ts +1 -1
  354. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +6 -0
  355. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +1 -1
  356. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +13 -0
  357. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +3 -3
  358. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +14 -1
  359. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +4 -0
  360. package/types/codegen/ibc/bundle.d.ts +773 -773
  361. package/types/codegen/ibc/core/channel/v1/channel.d.ts +76 -6
  362. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +2 -1
  363. package/types/codegen/ibc/core/channel/v1/query.d.ts +71 -0
  364. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +1 -1
  365. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +30 -30
  366. package/types/codegen/ibc/core/channel/v1/tx.d.ts +4 -0
  367. package/types/codegen/ibc/core/client/v1/client.d.ts +24 -0
  368. package/types/codegen/ibc/core/client/v1/genesis.d.ts +8 -1
  369. package/types/codegen/ibc/core/client/v1/query.d.ts +25 -0
  370. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +1 -1
  371. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +12 -12
  372. package/types/codegen/ibc/core/client/v1/tx.d.ts +21 -0
  373. package/types/codegen/ibc/core/connection/v1/connection.d.ts +61 -4
  374. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +2 -1
  375. package/types/codegen/ibc/core/connection/v1/query.d.ts +20 -0
  376. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +1 -1
  377. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +12 -12
  378. package/types/codegen/ibc/core/connection/v1/tx.d.ts +18 -1
  379. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +2 -0
  380. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +47 -4
  381. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +47 -4
  382. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +31 -0
  383. package/types/codegen/ics23/bundle.d.ts +2 -2
  384. package/types/codegen/index.d.ts +2 -1
  385. package/types/codegen/juno/bundle.d.ts +141 -141
  386. package/types/codegen/juno/feeshare/v1/feeshare.d.ts +12 -0
  387. package/types/codegen/juno/feeshare/v1/genesis.d.ts +13 -0
  388. package/types/codegen/juno/feeshare/v1/query.d.ts +20 -0
  389. package/types/codegen/juno/feeshare/v1/query.lcd.d.ts +1 -1
  390. package/types/codegen/juno/feeshare/v1/tx.amino.d.ts +9 -9
  391. package/types/codegen/juno/feeshare/v1/tx.d.ts +23 -0
  392. package/types/codegen/juno/mint/genesis.d.ts +2 -0
  393. package/types/codegen/juno/mint/mint.d.ts +5 -1
  394. package/types/codegen/juno/mint/query.d.ts +3 -0
  395. package/types/codegen/juno/mint/query.lcd.d.ts +1 -1
  396. package/types/codegen/osmosis/bundle.d.ts +163 -116
  397. package/types/codegen/osmosis/client.d.ts +29 -4
  398. package/types/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
  399. package/types/codegen/osmosis/tokenfactory/v1beta1/genesis.d.ts +1 -0
  400. package/types/codegen/osmosis/tokenfactory/v1beta1/query.d.ts +1 -0
  401. package/types/codegen/osmosis/tokenfactory/v1beta1/query.lcd.d.ts +1 -1
  402. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.amino.d.ts +35 -16
  403. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.d.ts +31 -0
  404. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.registry.d.ts +13 -1
  405. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.d.ts +3 -1
  406. package/types/codegen/router/bundle.d.ts +27 -27
  407. package/types/codegen/router/v1/genesis.d.ts +6 -0
  408. package/types/codegen/router/v1/query.d.ts +1 -0
  409. package/types/codegen/router/v1/query.lcd.d.ts +1 -1
  410. package/types/codegen/tendermint/abci/types.d.ts +78 -8
  411. package/types/codegen/tendermint/bundle.d.ts +291 -291
  412. package/types/codegen/tendermint/crypto/proof.d.ts +3 -1
  413. package/types/codegen/tendermint/libs/bits/types.d.ts +1 -1
  414. package/types/codegen/tendermint/p2p/types.d.ts +1 -1
  415. package/types/codegen/tendermint/types/params.d.ts +32 -0
  416. package/types/codegen/tendermint/types/types.d.ts +36 -5
  417. package/types/codegen/tendermint/types/validator.d.ts +1 -1
  418. package/types/codegen/tendermint/version/types.d.ts +1 -1
@@ -1,5 +1,5 @@
1
- import { Long, DeepPartial } from "../../helpers";
2
1
  import * as _m0 from "protobufjs/minimal";
2
+ import { Long, DeepPartial } from "../../helpers";
3
3
  /**
4
4
  * A Duration represents a signed, fixed-length span of time represented
5
5
  * as a count of seconds and fractions of seconds at nanosecond
@@ -141,7 +141,21 @@ export interface Duration {
141
141
  */
142
142
 
143
143
  export interface DurationSDKType {
144
+ /**
145
+ * Signed seconds of the span of time. Must be from -315,576,000,000
146
+ * to +315,576,000,000 inclusive. Note: these bounds are computed from:
147
+ * 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
148
+ */
144
149
  seconds: Long;
150
+ /**
151
+ * Signed fractions of a second at nanosecond resolution of the span
152
+ * of time. Durations less than one second are represented with a 0
153
+ * `seconds` field and a positive or negative `nanos` field. For durations
154
+ * of one second or more, a non-zero value for the `nanos` field must be
155
+ * of the same sign as the `seconds` field. Must be from -999,999,999
156
+ * to +999,999,999 inclusive.
157
+ */
158
+
145
159
  nanos: number;
146
160
  }
147
161
 
@@ -1,5 +1,5 @@
1
- import { Long, DeepPartial } from "../../helpers";
2
1
  import * as _m0 from "protobufjs/minimal";
2
+ import { Long, DeepPartial } from "../../helpers";
3
3
  /**
4
4
  * A Timestamp represents a point in time independent of any time zone or local
5
5
  * calendar, encoded as a count of seconds and fractions of seconds at
@@ -187,7 +187,19 @@ export interface Timestamp {
187
187
  */
188
188
 
189
189
  export interface TimestampSDKType {
190
+ /**
191
+ * Represents seconds of UTC time since Unix epoch
192
+ * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
193
+ * 9999-12-31T23:59:59Z inclusive.
194
+ */
190
195
  seconds: Long;
196
+ /**
197
+ * Non-negative fractions of a second at nanosecond resolution. Negative
198
+ * second values with fractions must still have non-negative nanos values
199
+ * that count forward in time. Must be from 0 to 999,999,999
200
+ * inclusive.
201
+ */
202
+
191
203
  nanos: number;
192
204
  }
193
205
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.88.3
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@0.80.0
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
  */
@@ -146,11 +146,11 @@ export const setPaginationParams = (options: Params, pagination?: PageRequest) =
146
146
  options.params['pagination.key'] = Buffer.from(pagination.key).toString('base64');
147
147
  }
148
148
  if (typeof pagination?.limit !== "undefined") {
149
- options.params["pagination.limit"] = pagination.limit.toString()
149
+ options.params["pagination.limit"] = pagination.limit.toString()
150
150
  }
151
151
  if (typeof pagination?.offset !== "undefined") {
152
- options.params["pagination.offset"] = pagination.offset.toString()
153
- }
152
+ options.params["pagination.offset"] = pagination.offset.toString()
153
+ }
154
154
  if (typeof pagination?.reverse !== "undefined") {
155
155
  options.params['pagination.reverse'] = pagination.reverse;
156
156
  }
@@ -221,22 +221,22 @@ const fromJSON = (object: any): Timestamp => {
221
221
  };
222
222
 
223
223
  const timestampFromJSON = (object: any): Timestamp => {
224
- return {
225
- seconds: isSet(object.seconds) ? Long.fromValue(object.seconds) : Long.ZERO,
226
- nanos: isSet(object.nanos) ? Number(object.nanos) : 0,
227
- };
224
+ return {
225
+ seconds: isSet(object.seconds) ? Long.fromValue(object.seconds) : Long.ZERO,
226
+ nanos: isSet(object.nanos) ? Number(object.nanos) : 0,
227
+ };
228
228
  }
229
-
229
+
230
230
  export function fromJsonTimestamp(o: any): Timestamp {
231
- if (o instanceof Date) {
232
- return toTimestamp(o);
233
- } else if (typeof o === "string") {
234
- return toTimestamp(new Date(o));
235
- } else {
236
- return timestampFromJSON(o);
237
- }
231
+ if (o instanceof Date) {
232
+ return toTimestamp(o);
233
+ } else if (typeof o === "string") {
234
+ return toTimestamp(new Date(o));
235
+ } else {
236
+ return timestampFromJSON(o);
237
+ }
238
238
  }
239
-
239
+
240
240
  function numberToLong(number: number) {
241
241
  return Long.fromNumber(number);
242
242
  }
@@ -1,5 +1,5 @@
1
1
  import { setPaginationParams } from "../../../../helpers";
2
- import { LCDClient } from "@osmonauts/lcd";
2
+ import { LCDClient } from "@cosmology/lcd";
3
3
  import { QueryDenomTraceRequest, QueryDenomTraceResponseSDKType, QueryDenomTracesRequest, QueryDenomTracesResponseSDKType, QueryParamsRequest, QueryParamsResponseSDKType } from "./query";
4
4
  export class LCDQueryClient {
5
5
  req: LCDClient;
@@ -17,6 +17,7 @@ export interface QueryDenomTraceRequest {
17
17
  */
18
18
 
19
19
  export interface QueryDenomTraceRequestSDKType {
20
+ /** hash (in hex format) of the denomination trace information. */
20
21
  hash: string;
21
22
  }
22
23
  /**
@@ -34,6 +35,7 @@ export interface QueryDenomTraceResponse {
34
35
  */
35
36
 
36
37
  export interface QueryDenomTraceResponseSDKType {
38
+ /** denom_trace returns the requested denomination trace information. */
37
39
  denom_trace?: DenomTraceSDKType;
38
40
  }
39
41
  /**
@@ -51,6 +53,7 @@ export interface QueryDenomTracesRequest {
51
53
  */
52
54
 
53
55
  export interface QueryDenomTracesRequestSDKType {
56
+ /** pagination defines an optional pagination for the request. */
54
57
  pagination?: PageRequestSDKType;
55
58
  }
56
59
  /**
@@ -71,7 +74,10 @@ export interface QueryDenomTracesResponse {
71
74
  */
72
75
 
73
76
  export interface QueryDenomTracesResponseSDKType {
77
+ /** denom_traces returns all denominations trace information. */
74
78
  denom_traces: DenomTraceSDKType[];
79
+ /** pagination defines the pagination in the response. */
80
+
75
81
  pagination?: PageResponseSDKType;
76
82
  }
77
83
  /** QueryParamsRequest is the request type for the Query/Params RPC method. */
@@ -89,6 +95,7 @@ export interface QueryParamsResponse {
89
95
  /** QueryParamsResponse is the response type for the Query/Params RPC method. */
90
96
 
91
97
  export interface QueryParamsResponseSDKType {
98
+ /** params defines the parameters of the module. */
92
99
  params?: ParamsSDKType;
93
100
  }
94
101
 
@@ -21,7 +21,13 @@ export interface DenomTrace {
21
21
  */
22
22
 
23
23
  export interface DenomTraceSDKType {
24
+ /**
25
+ * path defines the chain of port/channel identifiers used for tracing the
26
+ * source of the fungible token.
27
+ */
24
28
  path: string;
29
+ /** base denomination of the relayed fungible token. */
30
+
25
31
  base_denom: string;
26
32
  }
27
33
  /**
@@ -52,7 +58,16 @@ export interface Params {
52
58
  */
53
59
 
54
60
  export interface ParamsSDKType {
61
+ /**
62
+ * send_enabled enables or disables all cross-chain token transfers from this
63
+ * chain.
64
+ */
55
65
  send_enabled: boolean;
66
+ /**
67
+ * receive_enabled enables or disables all cross-chain token transfers to this
68
+ * chain.
69
+ */
70
+
56
71
  receive_enabled: boolean;
57
72
  }
58
73
 
@@ -1,7 +1,7 @@
1
1
  import { AminoMsg } from "@cosmjs/amino";
2
2
  import { AminoHeight, Long, omitDefault } from "../../../../helpers";
3
3
  import { MsgTransfer } from "./tx";
4
- export interface MsgTransferAminoType extends AminoMsg {
4
+ export interface AminoMsgTransfer extends AminoMsg {
5
5
  type: "cosmos-sdk/MsgTransfer";
6
6
  value: {
7
7
  source_port: string;
@@ -27,7 +27,7 @@ export const AminoConverter = {
27
27
  receiver,
28
28
  timeoutHeight,
29
29
  timeoutTimestamp
30
- }: MsgTransfer): MsgTransferAminoType["value"] => {
30
+ }: MsgTransfer): AminoMsgTransfer["value"] => {
31
31
  return {
32
32
  source_port: sourcePort,
33
33
  source_channel: sourceChannel,
@@ -52,7 +52,7 @@ export const AminoConverter = {
52
52
  receiver,
53
53
  timeout_height,
54
54
  timeout_timestamp
55
- }: MsgTransferAminoType["value"]): MsgTransfer => {
55
+ }: AminoMsgTransfer["value"]): MsgTransfer => {
56
56
  return {
57
57
  sourcePort: source_port,
58
58
  sourceChannel: source_channel,
@@ -1,7 +1,7 @@
1
1
  import { Coin, CoinSDKType } from "../../../../cosmos/base/v1beta1/coin";
2
2
  import { Height, HeightSDKType } from "../../../core/client/v1/client";
3
- import { Long, DeepPartial } from "../../../../helpers";
4
3
  import * as _m0 from "protobufjs/minimal";
4
+ import { Long, DeepPartial } from "../../../../helpers";
5
5
  /**
6
6
  * MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between
7
7
  * ICS20 enabled chains. See ICS Spec here:
@@ -43,12 +43,31 @@ export interface MsgTransfer {
43
43
  */
44
44
 
45
45
  export interface MsgTransferSDKType {
46
+ /** the port on which the packet will be sent */
46
47
  source_port: string;
48
+ /** the channel by which the packet will be sent */
49
+
47
50
  source_channel: string;
51
+ /** the tokens to be transferred */
52
+
48
53
  token?: CoinSDKType;
54
+ /** the sender address */
55
+
49
56
  sender: string;
57
+ /** the recipient address on the destination chain */
58
+
50
59
  receiver: string;
60
+ /**
61
+ * Timeout height relative to the current block height.
62
+ * The timeout is disabled when set to 0.
63
+ */
64
+
51
65
  timeout_height?: HeightSDKType;
66
+ /**
67
+ * Timeout timestamp (in nanoseconds) relative to the current block timestamp.
68
+ * The timeout is disabled when set to 0.
69
+ */
70
+
52
71
  timeout_timestamp: Long;
53
72
  }
54
73
  /** MsgTransferResponse defines the Msg/Transfer response type. */
@@ -26,9 +26,16 @@ export interface FungibleTokenPacketData {
26
26
  */
27
27
 
28
28
  export interface FungibleTokenPacketDataSDKType {
29
+ /** the token denomination to be transferred */
29
30
  denom: string;
31
+ /** the token amount to be transferred */
32
+
30
33
  amount: string;
34
+ /** the sender address */
35
+
31
36
  sender: string;
37
+ /** the recipient address on the destination chain */
38
+
32
39
  receiver: string;
33
40
  }
34
41
 
@@ -1,125 +1,125 @@
1
- import * as _58 from "./applications/transfer/v1/genesis";
2
- import * as _59 from "./applications/transfer/v1/query";
3
- import * as _60 from "./applications/transfer/v1/transfer";
4
- import * as _61 from "./applications/transfer/v1/tx";
5
- import * as _62 from "./applications/transfer/v2/packet";
6
- import * as _63 from "./core/channel/v1/channel";
7
- import * as _64 from "./core/channel/v1/genesis";
8
- import * as _65 from "./core/channel/v1/query";
9
- import * as _66 from "./core/channel/v1/tx";
10
- import * as _67 from "./core/client/v1/client";
11
- import * as _68 from "./core/client/v1/genesis";
12
- import * as _69 from "./core/client/v1/query";
13
- import * as _70 from "./core/client/v1/tx";
14
- import * as _71 from "./core/commitment/v1/commitment";
15
- import * as _72 from "./core/connection/v1/connection";
16
- import * as _73 from "./core/connection/v1/genesis";
17
- import * as _74 from "./core/connection/v1/query";
18
- import * as _75 from "./core/connection/v1/tx";
19
- import * as _76 from "./lightclients/localhost/v1/localhost";
20
- import * as _77 from "./lightclients/solomachine/v1/solomachine";
21
- import * as _78 from "./lightclients/solomachine/v2/solomachine";
22
- import * as _79 from "./lightclients/tendermint/v1/tendermint";
23
- import * as _145 from "./applications/transfer/v1/tx.amino";
24
- import * as _146 from "./core/channel/v1/tx.amino";
25
- import * as _147 from "./core/client/v1/tx.amino";
26
- import * as _148 from "./core/connection/v1/tx.amino";
27
- import * as _149 from "./applications/transfer/v1/tx.registry";
28
- import * as _150 from "./core/channel/v1/tx.registry";
29
- import * as _151 from "./core/client/v1/tx.registry";
30
- import * as _152 from "./core/connection/v1/tx.registry";
31
- import * as _153 from "./applications/transfer/v1/query.lcd";
32
- import * as _154 from "./core/channel/v1/query.lcd";
33
- import * as _155 from "./core/client/v1/query.lcd";
34
- import * as _156 from "./core/connection/v1/query.lcd";
35
- import * as _157 from "./applications/transfer/v1/query.rpc.Query";
36
- import * as _158 from "./core/channel/v1/query.rpc.Query";
37
- import * as _159 from "./core/client/v1/query.rpc.Query";
38
- import * as _160 from "./core/connection/v1/query.rpc.Query";
39
- import * as _161 from "./applications/transfer/v1/tx.rpc.msg";
40
- import * as _162 from "./core/channel/v1/tx.rpc.msg";
41
- import * as _163 from "./core/client/v1/tx.rpc.msg";
42
- import * as _164 from "./core/connection/v1/tx.rpc.msg";
43
- import * as _185 from "./lcd";
44
- import * as _186 from "./rpc.query";
45
- import * as _187 from "./rpc.tx";
1
+ import * as _60 from "./applications/transfer/v1/genesis";
2
+ import * as _61 from "./applications/transfer/v1/query";
3
+ import * as _62 from "./applications/transfer/v1/transfer";
4
+ import * as _63 from "./applications/transfer/v1/tx";
5
+ import * as _64 from "./applications/transfer/v2/packet";
6
+ import * as _65 from "./core/channel/v1/channel";
7
+ import * as _66 from "./core/channel/v1/genesis";
8
+ import * as _67 from "./core/channel/v1/query";
9
+ import * as _68 from "./core/channel/v1/tx";
10
+ import * as _69 from "./core/client/v1/client";
11
+ import * as _70 from "./core/client/v1/genesis";
12
+ import * as _71 from "./core/client/v1/query";
13
+ import * as _72 from "./core/client/v1/tx";
14
+ import * as _73 from "./core/commitment/v1/commitment";
15
+ import * as _74 from "./core/connection/v1/connection";
16
+ import * as _75 from "./core/connection/v1/genesis";
17
+ import * as _76 from "./core/connection/v1/query";
18
+ import * as _77 from "./core/connection/v1/tx";
19
+ import * as _78 from "./lightclients/localhost/v1/localhost";
20
+ import * as _79 from "./lightclients/solomachine/v1/solomachine";
21
+ import * as _80 from "./lightclients/solomachine/v2/solomachine";
22
+ import * as _81 from "./lightclients/tendermint/v1/tendermint";
23
+ import * as _149 from "./applications/transfer/v1/tx.amino";
24
+ import * as _150 from "./core/channel/v1/tx.amino";
25
+ import * as _151 from "./core/client/v1/tx.amino";
26
+ import * as _152 from "./core/connection/v1/tx.amino";
27
+ import * as _153 from "./applications/transfer/v1/tx.registry";
28
+ import * as _154 from "./core/channel/v1/tx.registry";
29
+ import * as _155 from "./core/client/v1/tx.registry";
30
+ import * as _156 from "./core/connection/v1/tx.registry";
31
+ import * as _157 from "./applications/transfer/v1/query.lcd";
32
+ import * as _158 from "./core/channel/v1/query.lcd";
33
+ import * as _159 from "./core/client/v1/query.lcd";
34
+ import * as _160 from "./core/connection/v1/query.lcd";
35
+ import * as _161 from "./applications/transfer/v1/query.rpc.Query";
36
+ import * as _162 from "./core/channel/v1/query.rpc.Query";
37
+ import * as _163 from "./core/client/v1/query.rpc.Query";
38
+ import * as _164 from "./core/connection/v1/query.rpc.Query";
39
+ import * as _165 from "./applications/transfer/v1/tx.rpc.msg";
40
+ import * as _166 from "./core/channel/v1/tx.rpc.msg";
41
+ import * as _167 from "./core/client/v1/tx.rpc.msg";
42
+ import * as _168 from "./core/connection/v1/tx.rpc.msg";
43
+ import * as _191 from "./lcd";
44
+ import * as _192 from "./rpc.query";
45
+ import * as _193 from "./rpc.tx";
46
46
  export namespace ibc {
47
47
  export namespace applications {
48
48
  export namespace transfer {
49
- export const v1 = { ..._58,
50
- ..._59,
51
- ..._60,
49
+ export const v1 = { ..._60,
52
50
  ..._61,
53
- ..._145,
51
+ ..._62,
52
+ ..._63,
54
53
  ..._149,
55
54
  ..._153,
56
55
  ..._157,
57
- ..._161
56
+ ..._161,
57
+ ..._165
58
58
  };
59
- export const v2 = { ..._62
59
+ export const v2 = { ..._64
60
60
  };
61
61
  }
62
62
  }
63
63
  export namespace core {
64
64
  export namespace channel {
65
- export const v1 = { ..._63,
66
- ..._64,
67
- ..._65,
65
+ export const v1 = { ..._65,
68
66
  ..._66,
69
- ..._146,
67
+ ..._67,
68
+ ..._68,
70
69
  ..._150,
71
70
  ..._154,
72
71
  ..._158,
73
- ..._162
72
+ ..._162,
73
+ ..._166
74
74
  };
75
75
  }
76
76
  export namespace client {
77
- export const v1 = { ..._67,
78
- ..._68,
79
- ..._69,
77
+ export const v1 = { ..._69,
80
78
  ..._70,
81
- ..._147,
79
+ ..._71,
80
+ ..._72,
82
81
  ..._151,
83
82
  ..._155,
84
83
  ..._159,
85
- ..._163
84
+ ..._163,
85
+ ..._167
86
86
  };
87
87
  }
88
88
  export namespace commitment {
89
- export const v1 = { ..._71
89
+ export const v1 = { ..._73
90
90
  };
91
91
  }
92
92
  export namespace connection {
93
- export const v1 = { ..._72,
94
- ..._73,
95
- ..._74,
93
+ export const v1 = { ..._74,
96
94
  ..._75,
97
- ..._148,
95
+ ..._76,
96
+ ..._77,
98
97
  ..._152,
99
98
  ..._156,
100
99
  ..._160,
101
- ..._164
100
+ ..._164,
101
+ ..._168
102
102
  };
103
103
  }
104
104
  }
105
105
  export namespace lightclients {
106
106
  export namespace localhost {
107
- export const v1 = { ..._76
107
+ export const v1 = { ..._78
108
108
  };
109
109
  }
110
110
  export namespace solomachine {
111
- export const v1 = { ..._77
111
+ export const v1 = { ..._79
112
112
  };
113
- export const v2 = { ..._78
113
+ export const v2 = { ..._80
114
114
  };
115
115
  }
116
116
  export namespace tendermint {
117
- export const v1 = { ..._79
117
+ export const v1 = { ..._81
118
118
  };
119
119
  }
120
120
  }
121
- export const ClientFactory = { ..._185,
122
- ..._186,
123
- ..._187
121
+ export const ClientFactory = { ..._191,
122
+ ..._192,
123
+ ..._193
124
124
  };
125
125
  }
@@ -29,7 +29,34 @@ export enum State {
29
29
  STATE_CLOSED = 4,
30
30
  UNRECOGNIZED = -1,
31
31
  }
32
- export const StateSDKType = State;
32
+ /**
33
+ * State defines if a channel is in one of the following states:
34
+ * CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.
35
+ */
36
+
37
+ export enum StateSDKType {
38
+ /** STATE_UNINITIALIZED_UNSPECIFIED - Default State */
39
+ STATE_UNINITIALIZED_UNSPECIFIED = 0,
40
+
41
+ /** STATE_INIT - A channel has just started the opening handshake. */
42
+ STATE_INIT = 1,
43
+
44
+ /** STATE_TRYOPEN - A channel has acknowledged the handshake step on the counterparty chain. */
45
+ STATE_TRYOPEN = 2,
46
+
47
+ /**
48
+ * STATE_OPEN - A channel has completed the handshake. Open channels are
49
+ * ready to send and receive packets.
50
+ */
51
+ STATE_OPEN = 3,
52
+
53
+ /**
54
+ * STATE_CLOSED - A channel has been closed and can no longer be used to send or receive
55
+ * packets.
56
+ */
57
+ STATE_CLOSED = 4,
58
+ UNRECOGNIZED = -1,
59
+ }
33
60
  export function stateFromJSON(object: any): State {
34
61
  switch (object) {
35
62
  case 0:
@@ -96,7 +123,22 @@ export enum Order {
96
123
  ORDER_ORDERED = 2,
97
124
  UNRECOGNIZED = -1,
98
125
  }
99
- export const OrderSDKType = Order;
126
+ /** Order defines if a channel is ORDERED or UNORDERED */
127
+
128
+ export enum OrderSDKType {
129
+ /** ORDER_NONE_UNSPECIFIED - zero-value for channel ordering */
130
+ ORDER_NONE_UNSPECIFIED = 0,
131
+
132
+ /**
133
+ * ORDER_UNORDERED - packets can be delivered in any order, which may differ from the order in
134
+ * which they were sent.
135
+ */
136
+ ORDER_UNORDERED = 1,
137
+
138
+ /** ORDER_ORDERED - packets are delivered exactly in the order which they were sent */
139
+ ORDER_ORDERED = 2,
140
+ UNRECOGNIZED = -1,
141
+ }
100
142
  export function orderFromJSON(object: any): Order {
101
143
  switch (object) {
102
144
  case 0:
@@ -165,10 +207,22 @@ export interface Channel {
165
207
  */
166
208
 
167
209
  export interface ChannelSDKType {
168
- state: State;
169
- ordering: Order;
210
+ /** current state of the channel end */
211
+ state: StateSDKType;
212
+ /** whether the channel is ordered or unordered */
213
+
214
+ ordering: OrderSDKType;
215
+ /** counterparty channel end */
216
+
170
217
  counterparty?: CounterpartySDKType;
218
+ /**
219
+ * list of connection identifiers, in order, along which packets sent on
220
+ * this channel will travel
221
+ */
222
+
171
223
  connection_hops: string[];
224
+ /** opaque channel version, which is agreed upon during the handshake */
225
+
172
226
  version: string;
173
227
  }
174
228
  /**
@@ -207,12 +261,28 @@ export interface IdentifiedChannel {
207
261
  */
208
262
 
209
263
  export interface IdentifiedChannelSDKType {
210
- state: State;
211
- ordering: Order;
264
+ /** current state of the channel end */
265
+ state: StateSDKType;
266
+ /** whether the channel is ordered or unordered */
267
+
268
+ ordering: OrderSDKType;
269
+ /** counterparty channel end */
270
+
212
271
  counterparty?: CounterpartySDKType;
272
+ /**
273
+ * list of connection identifiers, in order, along which packets sent on
274
+ * this channel will travel
275
+ */
276
+
213
277
  connection_hops: string[];
278
+ /** opaque channel version, which is agreed upon during the handshake */
279
+
214
280
  version: string;
281
+ /** port identifier */
282
+
215
283
  port_id: string;
284
+ /** channel identifier */
285
+
216
286
  channel_id: string;
217
287
  }
218
288
  /** Counterparty defines a channel end counterparty */
@@ -227,7 +297,10 @@ export interface Counterparty {
227
297
  /** Counterparty defines a channel end counterparty */
228
298
 
229
299
  export interface CounterpartySDKType {
300
+ /** port on the counterparty chain which owns the other end of the channel. */
230
301
  port_id: string;
302
+ /** channel end on the counterparty chain */
303
+
231
304
  channel_id: string;
232
305
  }
233
306
  /** Packet defines a type that carries data across different chains through IBC */
@@ -264,13 +337,32 @@ export interface Packet {
264
337
  /** Packet defines a type that carries data across different chains through IBC */
265
338
 
266
339
  export interface PacketSDKType {
340
+ /**
341
+ * number corresponds to the order of sends and receives, where a Packet
342
+ * with an earlier sequence number must be sent and received before a Packet
343
+ * with a later sequence number.
344
+ */
267
345
  sequence: Long;
346
+ /** identifies the port on the sending chain. */
347
+
268
348
  source_port: string;
349
+ /** identifies the channel end on the sending chain. */
350
+
269
351
  source_channel: string;
352
+ /** identifies the port on the receiving chain. */
353
+
270
354
  destination_port: string;
355
+ /** identifies the channel end on the receiving chain. */
356
+
271
357
  destination_channel: string;
358
+ /** actual opaque bytes transferred directly to the application module */
359
+
272
360
  data: Uint8Array;
361
+ /** block height after which the packet times out */
362
+
273
363
  timeout_height?: HeightSDKType;
364
+ /** block timestamp (in nanoseconds) after which the packet times out */
365
+
274
366
  timeout_timestamp: Long;
275
367
  }
276
368
  /**
@@ -301,9 +393,16 @@ export interface PacketState {
301
393
  */
302
394
 
303
395
  export interface PacketStateSDKType {
396
+ /** channel port identifier. */
304
397
  port_id: string;
398
+ /** channel unique identifier. */
399
+
305
400
  channel_id: string;
401
+ /** packet sequence. */
402
+
306
403
  sequence: Long;
404
+ /** embedded data that represents packet state. */
405
+
307
406
  data: Uint8Array;
308
407
  }
309
408
  /**
@@ -1,6 +1,6 @@
1
1
  import { IdentifiedChannel, IdentifiedChannelSDKType, PacketState, PacketStateSDKType } from "./channel";
2
- import { Long, DeepPartial } from "../../../../helpers";
3
2
  import * as _m0 from "protobufjs/minimal";
3
+ import { Long, DeepPartial } from "../../../../helpers";
4
4
  /** GenesisState defines the ibc channel submodule's genesis state. */
5
5
 
6
6
  export interface GenesisState {
@@ -25,6 +25,8 @@ export interface GenesisStateSDKType {
25
25
  send_sequences: PacketSequenceSDKType[];
26
26
  recv_sequences: PacketSequenceSDKType[];
27
27
  ack_sequences: PacketSequenceSDKType[];
28
+ /** the sequence for the next generated channel identifier */
29
+
28
30
  next_channel_sequence: Long;
29
31
  }
30
32
  /**