juno-network 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (365) hide show
  1. package/main/codegen/confio/proofs.js +29 -3
  2. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  3. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  4. package/main/codegen/cosmos/bundle.js +47 -47
  5. package/main/codegen/cosmos/gov/v1/genesis.js +1 -1
  6. package/main/codegen/cosmos/gov/v1/gov.js +21 -4
  7. package/main/codegen/cosmos/gov/v1/query.js +1 -1
  8. package/main/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  9. package/main/codegen/cosmos/gov/v1beta1/gov.js +21 -4
  10. package/main/codegen/cosmos/gov/v1beta1/query.js +1 -1
  11. package/main/codegen/cosmos/staking/v1beta1/authz.js +13 -2
  12. package/main/codegen/cosmos/staking/v1beta1/staking.js +9 -2
  13. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +19 -2
  14. package/main/codegen/cosmos/tx/v1beta1/service.js +17 -4
  15. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  16. package/main/codegen/cosmos_proto/cosmos.js +7 -1
  17. package/main/codegen/cosmwasm/bundle.js +10 -10
  18. package/main/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  19. package/main/codegen/cosmwasm/wasm/v1/types.js +19 -4
  20. package/main/codegen/gaia/bundle.js +28 -0
  21. package/main/codegen/gaia/globalfee/v1beta1/genesis.js +100 -0
  22. package/main/codegen/gaia/globalfee/v1beta1/query.js +91 -0
  23. package/main/codegen/gaia/globalfee/v1beta1/query.lcd.js +54 -0
  24. package/main/codegen/gaia/globalfee/v1beta1/query.rpc.Query.js +47 -0
  25. package/main/codegen/gaia/lcd.js +167 -0
  26. package/main/codegen/gaia/rpc.query.js +134 -0
  27. package/main/codegen/gogoproto/bundle.js +2 -2
  28. package/main/codegen/google/bundle.js +6 -6
  29. package/main/codegen/google/protobuf/descriptor.js +63 -8
  30. package/main/codegen/google/protobuf/duration.js +1 -1
  31. package/main/codegen/google/protobuf/timestamp.js +1 -1
  32. package/main/codegen/helpers.js +1 -1
  33. package/main/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  34. package/main/codegen/ibc/bundle.js +56 -56
  35. package/main/codegen/ibc/core/channel/v1/channel.js +21 -4
  36. package/main/codegen/ibc/core/channel/v1/genesis.js +1 -1
  37. package/main/codegen/ibc/core/client/v1/genesis.js +1 -1
  38. package/main/codegen/ibc/core/connection/v1/connection.js +13 -3
  39. package/main/codegen/ibc/core/connection/v1/genesis.js +1 -1
  40. package/main/codegen/ibc/core/connection/v1/tx.js +1 -1
  41. package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +19 -3
  42. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +19 -3
  43. package/main/codegen/index.js +30 -19
  44. package/main/codegen/juno/bundle.js +20 -20
  45. package/main/codegen/juno/mint/mint.js +1 -1
  46. package/main/codegen/osmosis/bundle.js +15 -15
  47. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +49 -8
  48. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.js +112 -6
  49. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +19 -1
  50. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +10 -0
  51. package/main/codegen/router/bundle.js +8 -8
  52. package/main/codegen/tendermint/abci/types.js +33 -4
  53. package/main/codegen/tendermint/bundle.js +17 -17
  54. package/main/codegen/tendermint/crypto/proof.js +1 -1
  55. package/main/codegen/tendermint/libs/bits/types.js +1 -1
  56. package/main/codegen/tendermint/p2p/types.js +1 -1
  57. package/main/codegen/tendermint/types/types.js +18 -4
  58. package/main/codegen/tendermint/types/validator.js +1 -1
  59. package/main/codegen/tendermint/version/types.js +1 -1
  60. package/module/codegen/confio/proofs.js +29 -2
  61. package/module/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  62. package/module/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  63. package/module/codegen/cosmos/bundle.js +47 -47
  64. package/module/codegen/cosmos/gov/v1/genesis.js +1 -1
  65. package/module/codegen/cosmos/gov/v1/gov.js +21 -2
  66. package/module/codegen/cosmos/gov/v1/query.js +1 -1
  67. package/module/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  68. package/module/codegen/cosmos/gov/v1beta1/gov.js +21 -2
  69. package/module/codegen/cosmos/gov/v1beta1/query.js +1 -1
  70. package/module/codegen/cosmos/staking/v1beta1/authz.js +13 -1
  71. package/module/codegen/cosmos/staking/v1beta1/staking.js +9 -1
  72. package/module/codegen/cosmos/tx/signing/v1beta1/signing.js +19 -1
  73. package/module/codegen/cosmos/tx/v1beta1/service.js +17 -2
  74. package/module/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  75. package/module/codegen/cosmos_proto/cosmos.js +7 -1
  76. package/module/codegen/cosmwasm/bundle.js +10 -10
  77. package/module/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  78. package/module/codegen/cosmwasm/wasm/v1/types.js +19 -2
  79. package/module/codegen/gaia/bundle.js +17 -0
  80. package/module/codegen/gaia/globalfee/v1beta1/genesis.js +73 -0
  81. package/module/codegen/gaia/globalfee/v1beta1/query.js +64 -0
  82. package/module/codegen/gaia/globalfee/v1beta1/query.lcd.js +16 -0
  83. package/module/codegen/gaia/globalfee/v1beta1/query.rpc.Query.js +27 -0
  84. package/module/codegen/gaia/lcd.js +57 -0
  85. package/module/codegen/gaia/rpc.query.js +39 -0
  86. package/module/codegen/gogoproto/bundle.js +2 -2
  87. package/module/codegen/google/bundle.js +6 -6
  88. package/module/codegen/google/protobuf/descriptor.js +63 -6
  89. package/module/codegen/google/protobuf/duration.js +1 -1
  90. package/module/codegen/google/protobuf/timestamp.js +1 -1
  91. package/module/codegen/helpers.js +1 -1
  92. package/module/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  93. package/module/codegen/ibc/bundle.js +56 -56
  94. package/module/codegen/ibc/core/channel/v1/channel.js +21 -2
  95. package/module/codegen/ibc/core/channel/v1/genesis.js +1 -1
  96. package/module/codegen/ibc/core/client/v1/genesis.js +1 -1
  97. package/module/codegen/ibc/core/connection/v1/connection.js +13 -2
  98. package/module/codegen/ibc/core/connection/v1/genesis.js +1 -1
  99. package/module/codegen/ibc/core/connection/v1/tx.js +1 -1
  100. package/module/codegen/ibc/lightclients/solomachine/v1/solomachine.js +19 -2
  101. package/module/codegen/ibc/lightclients/solomachine/v2/solomachine.js +19 -2
  102. package/module/codegen/index.js +2 -1
  103. package/module/codegen/juno/bundle.js +20 -20
  104. package/module/codegen/juno/mint/mint.js +1 -1
  105. package/module/codegen/osmosis/bundle.js +15 -15
  106. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +51 -8
  107. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.js +106 -4
  108. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +20 -2
  109. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +7 -1
  110. package/module/codegen/router/bundle.js +8 -8
  111. package/module/codegen/tendermint/abci/types.js +33 -4
  112. package/module/codegen/tendermint/bundle.js +17 -17
  113. package/module/codegen/tendermint/crypto/proof.js +1 -1
  114. package/module/codegen/tendermint/libs/bits/types.js +1 -1
  115. package/module/codegen/tendermint/p2p/types.js +1 -1
  116. package/module/codegen/tendermint/types/evidence.js +1 -1
  117. package/module/codegen/tendermint/types/types.js +19 -3
  118. package/module/codegen/tendermint/types/validator.js +1 -1
  119. package/module/codegen/tendermint/version/types.js +1 -1
  120. package/package.json +2 -2
  121. package/src/codegen/confio/proofs.ts +80 -8
  122. package/src/codegen/cosmos/authz/v1beta1/authz.ts +8 -0
  123. package/src/codegen/cosmos/authz/v1beta1/event.ts +10 -0
  124. package/src/codegen/cosmos/authz/v1beta1/query.ts +17 -0
  125. package/src/codegen/cosmos/authz/v1beta1/tx.ts +6 -0
  126. package/src/codegen/cosmos/bank/v1beta1/bank.ts +46 -0
  127. package/src/codegen/cosmos/bank/v1beta1/genesis.ts +13 -0
  128. package/src/codegen/cosmos/bank/v1beta1/query.ts +44 -0
  129. package/src/codegen/cosmos/bank/v1beta1/tx.amino.ts +6 -6
  130. package/src/codegen/cosmos/base/abci/v1beta1/abci.ts +87 -1
  131. package/src/codegen/cosmos/base/query/v1beta1/pagination.ts +40 -1
  132. package/src/codegen/cosmos/base/reflection/v2alpha1/reflection.ts +78 -0
  133. package/src/codegen/cosmos/bundle.ts +76 -76
  134. package/src/codegen/cosmos/crypto/hd/v1/hd.ts +12 -0
  135. package/src/codegen/cosmos/crypto/keyring/v1/record.ts +11 -0
  136. package/src/codegen/cosmos/crypto/secp256r1/keys.ts +5 -0
  137. package/src/codegen/cosmos/distribution/v1beta1/genesis.ts +48 -0
  138. package/src/codegen/cosmos/distribution/v1beta1/query.ts +27 -0
  139. package/src/codegen/cosmos/distribution/v1beta1/tx.amino.ts +12 -12
  140. package/src/codegen/cosmos/gov/v1/genesis.ts +14 -1
  141. package/src/codegen/cosmos/gov/v1/gov.ts +86 -4
  142. package/src/codegen/cosmos/gov/v1/query.ts +43 -3
  143. package/src/codegen/cosmos/gov/v1/tx.amino.ts +15 -15
  144. package/src/codegen/cosmos/gov/v1/tx.ts +7 -2
  145. package/src/codegen/cosmos/gov/v1beta1/genesis.ts +14 -1
  146. package/src/codegen/cosmos/gov/v1beta1/gov.ts +91 -5
  147. package/src/codegen/cosmos/gov/v1beta1/query.ts +43 -3
  148. package/src/codegen/cosmos/gov/v1beta1/tx.amino.ts +12 -12
  149. package/src/codegen/cosmos/gov/v1beta1/tx.ts +2 -2
  150. package/src/codegen/cosmos/staking/v1beta1/authz.ts +34 -2
  151. package/src/codegen/cosmos/staking/v1beta1/genesis.ts +22 -0
  152. package/src/codegen/cosmos/staking/v1beta1/query.ts +60 -0
  153. package/src/codegen/cosmos/staking/v1beta1/staking.ts +97 -2
  154. package/src/codegen/cosmos/staking/v1beta1/tx.amino.ts +15 -15
  155. package/src/codegen/cosmos/staking/v1beta1/tx.ts +7 -0
  156. package/src/codegen/cosmos/tx/signing/v1beta1/signing.ts +66 -2
  157. package/src/codegen/cosmos/tx/v1beta1/service.ts +74 -4
  158. package/src/codegen/cosmos/tx/v1beta1/tx.ts +181 -3
  159. package/src/codegen/cosmos/upgrade/v1beta1/query.ts +14 -0
  160. package/src/codegen/cosmos/upgrade/v1beta1/tx.amino.ts +6 -6
  161. package/src/codegen/cosmos/upgrade/v1beta1/tx.ts +4 -0
  162. package/src/codegen/cosmos/upgrade/v1beta1/upgrade.ts +35 -1
  163. package/src/codegen/cosmos_proto/cosmos.ts +37 -2
  164. package/src/codegen/cosmwasm/bundle.ts +14 -14
  165. package/src/codegen/cosmwasm/wasm/v1/authz.ts +21 -0
  166. package/src/codegen/cosmwasm/wasm/v1/genesis.ts +2 -0
  167. package/src/codegen/cosmwasm/wasm/v1/ibc.ts +17 -1
  168. package/src/codegen/cosmwasm/wasm/v1/proposal.ts +129 -0
  169. package/src/codegen/cosmwasm/wasm/v1/query.ts +39 -0
  170. package/src/codegen/cosmwasm/wasm/v1/tx.amino.ts +21 -21
  171. package/src/codegen/cosmwasm/wasm/v1/tx.ts +73 -0
  172. package/src/codegen/cosmwasm/wasm/v1/types.ts +79 -6
  173. package/src/codegen/gaia/bundle.ts +18 -0
  174. package/src/codegen/gaia/globalfee/v1beta1/genesis.ts +129 -0
  175. package/src/codegen/gaia/globalfee/v1beta1/query.lcd.ts +22 -0
  176. package/src/codegen/gaia/globalfee/v1beta1/query.rpc.Query.ts +34 -0
  177. package/src/codegen/gaia/globalfee/v1beta1/query.ts +110 -0
  178. package/src/codegen/gaia/lcd.ts +59 -0
  179. package/src/codegen/gaia/rpc.query.ts +41 -0
  180. package/src/codegen/gogoproto/bundle.ts +2 -2
  181. package/src/codegen/google/bundle.ts +9 -9
  182. package/src/codegen/google/protobuf/any.ts +31 -0
  183. package/src/codegen/google/protobuf/descriptor.ts +641 -15
  184. package/src/codegen/google/protobuf/duration.ts +15 -1
  185. package/src/codegen/google/protobuf/timestamp.ts +13 -1
  186. package/src/codegen/helpers.ts +1 -1
  187. package/src/codegen/ibc/applications/transfer/v1/query.ts +7 -0
  188. package/src/codegen/ibc/applications/transfer/v1/transfer.ts +15 -0
  189. package/src/codegen/ibc/applications/transfer/v1/tx.amino.ts +3 -3
  190. package/src/codegen/ibc/applications/transfer/v1/tx.ts +20 -1
  191. package/src/codegen/ibc/applications/transfer/v2/packet.ts +7 -0
  192. package/src/codegen/ibc/bundle.ts +74 -74
  193. package/src/codegen/ibc/core/channel/v1/channel.ts +105 -6
  194. package/src/codegen/ibc/core/channel/v1/genesis.ts +3 -1
  195. package/src/codegen/ibc/core/channel/v1/query.ts +118 -0
  196. package/src/codegen/ibc/core/channel/v1/tx.amino.ts +30 -30
  197. package/src/codegen/ibc/core/channel/v1/tx.ts +5 -0
  198. package/src/codegen/ibc/core/client/v1/client.ts +32 -0
  199. package/src/codegen/ibc/core/client/v1/genesis.ts +13 -1
  200. package/src/codegen/ibc/core/client/v1/query.ts +35 -0
  201. package/src/codegen/ibc/core/client/v1/tx.amino.ts +12 -12
  202. package/src/codegen/ibc/core/client/v1/tx.ts +32 -0
  203. package/src/codegen/ibc/core/connection/v1/connection.ts +78 -4
  204. package/src/codegen/ibc/core/connection/v1/genesis.ts +3 -1
  205. package/src/codegen/ibc/core/connection/v1/query.ts +31 -0
  206. package/src/codegen/ibc/core/connection/v1/tx.amino.ts +12 -12
  207. package/src/codegen/ibc/core/connection/v1/tx.ts +26 -1
  208. package/src/codegen/ibc/lightclients/localhost/v1/localhost.ts +3 -0
  209. package/src/codegen/ibc/lightclients/solomachine/v1/solomachine.ts +63 -4
  210. package/src/codegen/ibc/lightclients/solomachine/v2/solomachine.ts +63 -4
  211. package/src/codegen/ibc/lightclients/tendermint/v1/tendermint.ts +41 -0
  212. package/src/codegen/index.ts +2 -1
  213. package/src/codegen/juno/bundle.ts +32 -32
  214. package/src/codegen/juno/feeshare/v1/feeshare.ts +14 -0
  215. package/src/codegen/juno/feeshare/v1/genesis.ts +16 -0
  216. package/src/codegen/juno/feeshare/v1/query.ts +25 -0
  217. package/src/codegen/juno/feeshare/v1/tx.amino.ts +9 -9
  218. package/src/codegen/juno/feeshare/v1/tx.ts +28 -0
  219. package/src/codegen/juno/mint/genesis.ts +3 -0
  220. package/src/codegen/juno/mint/mint.ts +7 -1
  221. package/src/codegen/juno/mint/query.ts +3 -0
  222. package/src/codegen/osmosis/bundle.ts +24 -24
  223. package/src/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.ts +1 -0
  224. package/src/codegen/osmosis/tokenfactory/v1beta1/genesis.ts +1 -0
  225. package/src/codegen/osmosis/tokenfactory/v1beta1/query.ts +1 -0
  226. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.amino.ts +81 -24
  227. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.registry.ts +23 -2
  228. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.ts +9 -1
  229. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.ts +151 -2
  230. package/src/codegen/router/bundle.ts +12 -12
  231. package/src/codegen/router/v1/genesis.ts +7 -0
  232. package/src/codegen/router/v1/query.ts +1 -0
  233. package/src/codegen/tendermint/abci/types.ts +109 -8
  234. package/src/codegen/tendermint/bundle.ts +21 -21
  235. package/src/codegen/tendermint/crypto/proof.ts +4 -1
  236. package/src/codegen/tendermint/libs/bits/types.ts +1 -1
  237. package/src/codegen/tendermint/p2p/types.ts +1 -1
  238. package/src/codegen/tendermint/types/evidence.ts +1 -1
  239. package/src/codegen/tendermint/types/params.ts +36 -0
  240. package/src/codegen/tendermint/types/types.ts +50 -6
  241. package/src/codegen/tendermint/types/validator.ts +1 -1
  242. package/src/codegen/tendermint/version/types.ts +1 -1
  243. package/types/codegen/confio/proofs.d.ts +64 -8
  244. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +7 -0
  245. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +6 -0
  246. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +10 -0
  247. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +5 -0
  248. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +37 -0
  249. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +9 -0
  250. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +34 -0
  251. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +6 -6
  252. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +62 -1
  253. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +35 -1
  254. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +63 -0
  255. package/types/codegen/cosmos/bundle.d.ts +70 -70
  256. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +8 -0
  257. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +6 -0
  258. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +5 -0
  259. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +28 -0
  260. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +21 -0
  261. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +12 -12
  262. package/types/codegen/cosmos/gov/v1/genesis.d.ts +8 -1
  263. package/types/codegen/cosmos/gov/v1/gov.d.ts +69 -4
  264. package/types/codegen/cosmos/gov/v1/query.d.ts +31 -3
  265. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +15 -15
  266. package/types/codegen/cosmos/gov/v1/tx.d.ts +5 -2
  267. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +8 -1
  268. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +74 -5
  269. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +31 -3
  270. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +12 -12
  271. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +2 -2
  272. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +27 -2
  273. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +15 -0
  274. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +41 -0
  275. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +58 -2
  276. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +15 -15
  277. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +6 -0
  278. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +57 -2
  279. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +58 -4
  280. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +152 -3
  281. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +14 -0
  282. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +6 -6
  283. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +3 -0
  284. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +30 -1
  285. package/types/codegen/cosmos_proto/bundle.d.ts +1 -1
  286. package/types/codegen/cosmos_proto/cosmos.d.ts +34 -2
  287. package/types/codegen/cosmwasm/bundle.d.ts +10 -10
  288. package/types/codegen/cosmwasm/wasm/v1/authz.d.ts +18 -0
  289. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +1 -0
  290. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +14 -1
  291. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +78 -0
  292. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +29 -0
  293. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +21 -21
  294. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +47 -0
  295. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +58 -6
  296. package/types/codegen/gaia/bundle.d.ts +174 -0
  297. package/types/codegen/gaia/globalfee/v1beta1/genesis.d.ts +45 -0
  298. package/types/codegen/gaia/globalfee/v1beta1/query.d.ts +39 -0
  299. package/types/codegen/gaia/globalfee/v1beta1/query.lcd.d.ts +9 -0
  300. package/types/codegen/gaia/globalfee/v1beta1/query.rpc.Query.d.ts +15 -0
  301. package/types/codegen/gaia/lcd.d.ts +33 -0
  302. package/types/codegen/gaia/rpc.query.d.ts +105 -0
  303. package/types/codegen/google/bundle.d.ts +123 -123
  304. package/types/codegen/google/protobuf/any.d.ts +30 -0
  305. package/types/codegen/google/protobuf/descriptor.d.ts +566 -12
  306. package/types/codegen/google/protobuf/duration.d.ts +14 -1
  307. package/types/codegen/google/protobuf/timestamp.d.ts +12 -1
  308. package/types/codegen/helpers.d.ts +1 -1
  309. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +6 -0
  310. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +13 -0
  311. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +3 -3
  312. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +14 -1
  313. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +4 -0
  314. package/types/codegen/ibc/bundle.d.ts +773 -773
  315. package/types/codegen/ibc/core/channel/v1/channel.d.ts +76 -6
  316. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +2 -1
  317. package/types/codegen/ibc/core/channel/v1/query.d.ts +71 -0
  318. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +30 -30
  319. package/types/codegen/ibc/core/channel/v1/tx.d.ts +4 -0
  320. package/types/codegen/ibc/core/client/v1/client.d.ts +24 -0
  321. package/types/codegen/ibc/core/client/v1/genesis.d.ts +8 -1
  322. package/types/codegen/ibc/core/client/v1/query.d.ts +25 -0
  323. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +12 -12
  324. package/types/codegen/ibc/core/client/v1/tx.d.ts +21 -0
  325. package/types/codegen/ibc/core/connection/v1/connection.d.ts +61 -4
  326. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +2 -1
  327. package/types/codegen/ibc/core/connection/v1/query.d.ts +20 -0
  328. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +12 -12
  329. package/types/codegen/ibc/core/connection/v1/tx.d.ts +18 -1
  330. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +2 -0
  331. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +47 -4
  332. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +47 -4
  333. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +31 -0
  334. package/types/codegen/ics23/bundle.d.ts +2 -2
  335. package/types/codegen/index.d.ts +2 -1
  336. package/types/codegen/juno/bundle.d.ts +141 -141
  337. package/types/codegen/juno/feeshare/v1/feeshare.d.ts +12 -0
  338. package/types/codegen/juno/feeshare/v1/genesis.d.ts +13 -0
  339. package/types/codegen/juno/feeshare/v1/query.d.ts +20 -0
  340. package/types/codegen/juno/feeshare/v1/tx.amino.d.ts +9 -9
  341. package/types/codegen/juno/feeshare/v1/tx.d.ts +23 -0
  342. package/types/codegen/juno/mint/genesis.d.ts +2 -0
  343. package/types/codegen/juno/mint/mint.d.ts +5 -1
  344. package/types/codegen/juno/mint/query.d.ts +3 -0
  345. package/types/codegen/osmosis/bundle.d.ts +163 -116
  346. package/types/codegen/osmosis/client.d.ts +29 -4
  347. package/types/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
  348. package/types/codegen/osmosis/tokenfactory/v1beta1/genesis.d.ts +1 -0
  349. package/types/codegen/osmosis/tokenfactory/v1beta1/query.d.ts +1 -0
  350. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.amino.d.ts +35 -16
  351. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.d.ts +31 -0
  352. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.registry.d.ts +13 -1
  353. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.d.ts +3 -1
  354. package/types/codegen/router/bundle.d.ts +27 -27
  355. package/types/codegen/router/v1/genesis.d.ts +6 -0
  356. package/types/codegen/router/v1/query.d.ts +1 -0
  357. package/types/codegen/tendermint/abci/types.d.ts +78 -8
  358. package/types/codegen/tendermint/bundle.d.ts +291 -291
  359. package/types/codegen/tendermint/crypto/proof.d.ts +3 -1
  360. package/types/codegen/tendermint/libs/bits/types.d.ts +1 -1
  361. package/types/codegen/tendermint/p2p/types.d.ts +1 -1
  362. package/types/codegen/tendermint/types/params.d.ts +32 -0
  363. package/types/codegen/tendermint/types/types.d.ts +36 -5
  364. package/types/codegen/tendermint/types/validator.d.ts +1 -1
  365. package/types/codegen/tendermint/version/types.d.ts +1 -1
@@ -17,7 +17,9 @@ export interface IdentifiedClientState {
17
17
  * identifier field.
18
18
  */
19
19
  export interface IdentifiedClientStateSDKType {
20
+ /** client identifier */
20
21
  client_id: string;
22
+ /** client state */
21
23
  client_state?: AnySDKType;
22
24
  }
23
25
  /**
@@ -35,7 +37,9 @@ export interface ConsensusStateWithHeight {
35
37
  * field.
36
38
  */
37
39
  export interface ConsensusStateWithHeightSDKType {
40
+ /** consensus state height */
38
41
  height?: HeightSDKType;
42
+ /** consensus state */
39
43
  consensus_state?: AnySDKType;
40
44
  }
41
45
  /**
@@ -53,7 +57,9 @@ export interface ClientConsensusStates {
53
57
  * client.
54
58
  */
55
59
  export interface ClientConsensusStatesSDKType {
60
+ /** client identifier */
56
61
  client_id: string;
62
+ /** consensus states and their heights associated with the client */
57
63
  consensus_states: ConsensusStateWithHeightSDKType[];
58
64
  }
59
65
  /**
@@ -82,9 +88,16 @@ export interface ClientUpdateProposal {
82
88
  * chain parameters (with exception to latest height, frozen height, and chain-id).
83
89
  */
84
90
  export interface ClientUpdateProposalSDKType {
91
+ /** the title of the update proposal */
85
92
  title: string;
93
+ /** the description of the proposal */
86
94
  description: string;
95
+ /** the client identifier for the client to be updated if the proposal passes */
87
96
  subject_client_id: string;
97
+ /**
98
+ * the substitute client identifier for the client standing in for the subject
99
+ * client
100
+ */
88
101
  substitute_client_id: string;
89
102
  }
90
103
  /**
@@ -113,6 +126,14 @@ export interface UpgradeProposalSDKType {
113
126
  title: string;
114
127
  description: string;
115
128
  plan?: PlanSDKType;
129
+ /**
130
+ * An UpgradedClientState must be provided to perform an IBC breaking upgrade.
131
+ * This will make the chain commit to the correct upgraded (self) client state
132
+ * before the upgrade occurs, so that connecting chains can verify that the
133
+ * new upgraded client is valid by verifying a proof on the previous version
134
+ * of the chain. This will allow IBC connections to persist smoothly across
135
+ * planned chain upgrades
136
+ */
116
137
  upgraded_client_state?: AnySDKType;
117
138
  }
118
139
  /**
@@ -146,7 +167,9 @@ export interface Height {
146
167
  * gets reset
147
168
  */
148
169
  export interface HeightSDKType {
170
+ /** the revision that the client is currently on */
149
171
  revision_number: Long;
172
+ /** the height within the given revision */
150
173
  revision_height: Long;
151
174
  }
152
175
  /** Params defines the set of IBC light client parameters. */
@@ -156,6 +179,7 @@ export interface Params {
156
179
  }
157
180
  /** Params defines the set of IBC light client parameters. */
158
181
  export interface ParamsSDKType {
182
+ /** allowed_clients defines the list of allowed client state types. */
159
183
  allowed_clients: string[];
160
184
  }
161
185
  export declare const IdentifiedClientState: {
@@ -1,6 +1,6 @@
1
1
  import { IdentifiedClientState, IdentifiedClientStateSDKType, ClientConsensusStates, ClientConsensusStatesSDKType, Params, ParamsSDKType } from "./client";
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 client submodule's genesis state. */
5
5
  export interface GenesisState {
6
6
  /** client states with their corresponding identifiers */
@@ -17,11 +17,16 @@ export interface GenesisState {
17
17
  }
18
18
  /** GenesisState defines the ibc client submodule's genesis state. */
19
19
  export interface GenesisStateSDKType {
20
+ /** client states with their corresponding identifiers */
20
21
  clients: IdentifiedClientStateSDKType[];
22
+ /** consensus states from each client */
21
23
  clients_consensus: ClientConsensusStatesSDKType[];
24
+ /** metadata from each client */
22
25
  clients_metadata: IdentifiedGenesisMetadataSDKType[];
23
26
  params?: ParamsSDKType;
27
+ /** create localhost on initialization */
24
28
  create_localhost: boolean;
29
+ /** the sequence for the next generated client identifier */
25
30
  next_client_sequence: Long;
26
31
  }
27
32
  /**
@@ -39,7 +44,9 @@ export interface GenesisMetadata {
39
44
  * with ExportMetadata
40
45
  */
41
46
  export interface GenesisMetadataSDKType {
47
+ /** store key of metadata without clientID-prefix */
42
48
  key: Uint8Array;
49
+ /** metadata value */
43
50
  value: Uint8Array;
44
51
  }
45
52
  /**
@@ -16,6 +16,7 @@ export interface QueryClientStateRequest {
16
16
  * method
17
17
  */
18
18
  export interface QueryClientStateRequestSDKType {
19
+ /** client state unique identifier */
19
20
  client_id: string;
20
21
  }
21
22
  /**
@@ -37,8 +38,11 @@ export interface QueryClientStateResponse {
37
38
  * which the proof was retrieved.
38
39
  */
39
40
  export interface QueryClientStateResponseSDKType {
41
+ /** client state associated with the request identifier */
40
42
  client_state?: AnySDKType;
43
+ /** merkle proof of existence */
41
44
  proof: Uint8Array;
45
+ /** height at which the proof was retrieved */
42
46
  proof_height?: HeightSDKType;
43
47
  }
44
48
  /**
@@ -54,6 +58,7 @@ export interface QueryClientStatesRequest {
54
58
  * method
55
59
  */
56
60
  export interface QueryClientStatesRequestSDKType {
61
+ /** pagination request */
57
62
  pagination?: PageRequestSDKType;
58
63
  }
59
64
  /**
@@ -71,7 +76,9 @@ export interface QueryClientStatesResponse {
71
76
  * method.
72
77
  */
73
78
  export interface QueryClientStatesResponseSDKType {
79
+ /** list of stored ClientStates of the chain. */
74
80
  client_states: IdentifiedClientStateSDKType[];
81
+ /** pagination response */
75
82
  pagination?: PageResponseSDKType;
76
83
  }
77
84
  /**
@@ -98,9 +105,16 @@ export interface QueryConsensusStateRequest {
98
105
  * from which the proof was retrieved.
99
106
  */
100
107
  export interface QueryConsensusStateRequestSDKType {
108
+ /** client identifier */
101
109
  client_id: string;
110
+ /** consensus state revision number */
102
111
  revision_number: Long;
112
+ /** consensus state revision height */
103
113
  revision_height: Long;
114
+ /**
115
+ * latest_height overrrides the height field and queries the latest stored
116
+ * ConsensusState
117
+ */
104
118
  latest_height: boolean;
105
119
  }
106
120
  /**
@@ -120,8 +134,11 @@ export interface QueryConsensusStateResponse {
120
134
  * RPC method
121
135
  */
122
136
  export interface QueryConsensusStateResponseSDKType {
137
+ /** consensus state associated with the client identifier at the given height */
123
138
  consensus_state?: AnySDKType;
139
+ /** merkle proof of existence */
124
140
  proof: Uint8Array;
141
+ /** height at which the proof was retrieved */
125
142
  proof_height?: HeightSDKType;
126
143
  }
127
144
  /**
@@ -139,7 +156,9 @@ export interface QueryConsensusStatesRequest {
139
156
  * RPC method.
140
157
  */
141
158
  export interface QueryConsensusStatesRequestSDKType {
159
+ /** client identifier */
142
160
  client_id: string;
161
+ /** pagination request */
143
162
  pagination?: PageRequestSDKType;
144
163
  }
145
164
  /**
@@ -157,7 +176,9 @@ export interface QueryConsensusStatesResponse {
157
176
  * Query/ConsensusStates RPC method
158
177
  */
159
178
  export interface QueryConsensusStatesResponseSDKType {
179
+ /** consensus states associated with the identifier */
160
180
  consensus_states: ConsensusStateWithHeightSDKType[];
181
+ /** pagination response */
161
182
  pagination?: PageResponseSDKType;
162
183
  }
163
184
  /**
@@ -173,6 +194,7 @@ export interface QueryClientStatusRequest {
173
194
  * method
174
195
  */
175
196
  export interface QueryClientStatusRequestSDKType {
197
+ /** client unique identifier */
176
198
  client_id: string;
177
199
  }
178
200
  /**
@@ -214,6 +236,7 @@ export interface QueryClientParamsResponse {
214
236
  * method.
215
237
  */
216
238
  export interface QueryClientParamsResponseSDKType {
239
+ /** params defines the parameters of the module. */
217
240
  params?: ParamsSDKType;
218
241
  }
219
242
  /**
@@ -241,6 +264,7 @@ export interface QueryUpgradedClientStateResponse {
241
264
  * Query/UpgradedClientState RPC method.
242
265
  */
243
266
  export interface QueryUpgradedClientStateResponseSDKType {
267
+ /** client state associated with the request identifier */
244
268
  upgraded_client_state?: AnySDKType;
245
269
  }
246
270
  /**
@@ -268,6 +292,7 @@ export interface QueryUpgradedConsensusStateResponse {
268
292
  * Query/UpgradedConsensusState RPC method.
269
293
  */
270
294
  export interface QueryUpgradedConsensusStateResponseSDKType {
295
+ /** Consensus state associated with the request identifier */
271
296
  upgraded_consensus_state?: AnySDKType;
272
297
  }
273
298
  export declare const QueryClientStateRequest: {
@@ -1,6 +1,6 @@
1
1
  import { AminoMsg } from "@cosmjs/amino";
2
2
  import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour } from "./tx";
3
- export interface MsgCreateClientAminoType extends AminoMsg {
3
+ export interface AminoMsgCreateClient extends AminoMsg {
4
4
  type: "cosmos-sdk/MsgCreateClient";
5
5
  value: {
6
6
  client_state: {
@@ -14,7 +14,7 @@ export interface MsgCreateClientAminoType extends AminoMsg {
14
14
  signer: string;
15
15
  };
16
16
  }
17
- export interface MsgUpdateClientAminoType extends AminoMsg {
17
+ export interface AminoMsgUpdateClient extends AminoMsg {
18
18
  type: "cosmos-sdk/MsgUpdateClient";
19
19
  value: {
20
20
  client_id: string;
@@ -25,7 +25,7 @@ export interface MsgUpdateClientAminoType extends AminoMsg {
25
25
  signer: string;
26
26
  };
27
27
  }
28
- export interface MsgUpgradeClientAminoType extends AminoMsg {
28
+ export interface AminoMsgUpgradeClient extends AminoMsg {
29
29
  type: "cosmos-sdk/MsgUpgradeClient";
30
30
  value: {
31
31
  client_id: string;
@@ -42,7 +42,7 @@ export interface MsgUpgradeClientAminoType extends AminoMsg {
42
42
  signer: string;
43
43
  };
44
44
  }
45
- export interface MsgSubmitMisbehaviourAminoType extends AminoMsg {
45
+ export interface AminoMsgSubmitMisbehaviour extends AminoMsg {
46
46
  type: "cosmos-sdk/MsgSubmitMisbehaviour";
47
47
  value: {
48
48
  client_id: string;
@@ -56,22 +56,22 @@ export interface MsgSubmitMisbehaviourAminoType extends AminoMsg {
56
56
  export declare const AminoConverter: {
57
57
  "/ibc.core.client.v1.MsgCreateClient": {
58
58
  aminoType: string;
59
- toAmino: ({ clientState, consensusState, signer }: MsgCreateClient) => MsgCreateClientAminoType["value"];
60
- fromAmino: ({ client_state, consensus_state, signer }: MsgCreateClientAminoType["value"]) => MsgCreateClient;
59
+ toAmino: ({ clientState, consensusState, signer }: MsgCreateClient) => AminoMsgCreateClient["value"];
60
+ fromAmino: ({ client_state, consensus_state, signer }: AminoMsgCreateClient["value"]) => MsgCreateClient;
61
61
  };
62
62
  "/ibc.core.client.v1.MsgUpdateClient": {
63
63
  aminoType: string;
64
- toAmino: ({ clientId, header, signer }: MsgUpdateClient) => MsgUpdateClientAminoType["value"];
65
- fromAmino: ({ client_id, header, signer }: MsgUpdateClientAminoType["value"]) => MsgUpdateClient;
64
+ toAmino: ({ clientId, header, signer }: MsgUpdateClient) => AminoMsgUpdateClient["value"];
65
+ fromAmino: ({ client_id, header, signer }: AminoMsgUpdateClient["value"]) => MsgUpdateClient;
66
66
  };
67
67
  "/ibc.core.client.v1.MsgUpgradeClient": {
68
68
  aminoType: string;
69
- toAmino: ({ clientId, clientState, consensusState, proofUpgradeClient, proofUpgradeConsensusState, signer }: MsgUpgradeClient) => MsgUpgradeClientAminoType["value"];
70
- fromAmino: ({ client_id, client_state, consensus_state, proof_upgrade_client, proof_upgrade_consensus_state, signer }: MsgUpgradeClientAminoType["value"]) => MsgUpgradeClient;
69
+ toAmino: ({ clientId, clientState, consensusState, proofUpgradeClient, proofUpgradeConsensusState, signer }: MsgUpgradeClient) => AminoMsgUpgradeClient["value"];
70
+ fromAmino: ({ client_id, client_state, consensus_state, proof_upgrade_client, proof_upgrade_consensus_state, signer }: AminoMsgUpgradeClient["value"]) => MsgUpgradeClient;
71
71
  };
72
72
  "/ibc.core.client.v1.MsgSubmitMisbehaviour": {
73
73
  aminoType: string;
74
- toAmino: ({ clientId, misbehaviour, signer }: MsgSubmitMisbehaviour) => MsgSubmitMisbehaviourAminoType["value"];
75
- fromAmino: ({ client_id, misbehaviour, signer }: MsgSubmitMisbehaviourAminoType["value"]) => MsgSubmitMisbehaviour;
74
+ toAmino: ({ clientId, misbehaviour, signer }: MsgSubmitMisbehaviour) => AminoMsgSubmitMisbehaviour["value"];
75
+ fromAmino: ({ client_id, misbehaviour, signer }: AminoMsgSubmitMisbehaviour["value"]) => MsgSubmitMisbehaviour;
76
76
  };
77
77
  };
@@ -15,8 +15,14 @@ export interface MsgCreateClient {
15
15
  }
16
16
  /** MsgCreateClient defines a message to create an IBC client */
17
17
  export interface MsgCreateClientSDKType {
18
+ /** light client state */
18
19
  client_state?: AnySDKType;
20
+ /**
21
+ * consensus state associated with the client that corresponds to a given
22
+ * height.
23
+ */
19
24
  consensus_state?: AnySDKType;
25
+ /** signer address */
20
26
  signer: string;
21
27
  }
22
28
  /** MsgCreateClientResponse defines the Msg/CreateClient response type. */
@@ -42,8 +48,11 @@ export interface MsgUpdateClient {
42
48
  * the given header.
43
49
  */
44
50
  export interface MsgUpdateClientSDKType {
51
+ /** client unique identifier */
45
52
  client_id: string;
53
+ /** header to update the light client */
46
54
  header?: AnySDKType;
55
+ /** signer address */
47
56
  signer: string;
48
57
  }
49
58
  /** MsgUpdateClientResponse defines the Msg/UpdateClient response type. */
@@ -78,11 +87,20 @@ export interface MsgUpgradeClient {
78
87
  * state
79
88
  */
80
89
  export interface MsgUpgradeClientSDKType {
90
+ /** client unique identifier */
81
91
  client_id: string;
92
+ /** upgraded client state */
82
93
  client_state?: AnySDKType;
94
+ /**
95
+ * upgraded consensus state, only contains enough information to serve as a
96
+ * basis of trust in update logic
97
+ */
83
98
  consensus_state?: AnySDKType;
99
+ /** proof that old chain committed to new client */
84
100
  proof_upgrade_client: Uint8Array;
101
+ /** proof that old chain committed to new consensus state */
85
102
  proof_upgrade_consensus_state: Uint8Array;
103
+ /** signer address */
86
104
  signer: string;
87
105
  }
88
106
  /** MsgUpgradeClientResponse defines the Msg/UpgradeClient response type. */
@@ -108,8 +126,11 @@ export interface MsgSubmitMisbehaviour {
108
126
  * light client misbehaviour.
109
127
  */
110
128
  export interface MsgSubmitMisbehaviourSDKType {
129
+ /** client unique identifier */
111
130
  client_id: string;
131
+ /** misbehaviour used for freezing the light client */
112
132
  misbehaviour?: AnySDKType;
133
+ /** signer address */
113
134
  signer: string;
114
135
  }
115
136
  /**
@@ -1,6 +1,6 @@
1
1
  import { MerklePrefix, MerklePrefixSDKType } from "../../commitment/v1/commitment";
2
- import { Long, DeepPartial } from "../../../../helpers";
3
2
  import * as _m0 from "protobufjs/minimal";
3
+ import { Long, DeepPartial } from "../../../../helpers";
4
4
  /**
5
5
  * State defines if a connection is in one of the following states:
6
6
  * INIT, TRYOPEN, OPEN or UNINITIALIZED.
@@ -19,7 +19,24 @@ export declare enum State {
19
19
  STATE_OPEN = 3,
20
20
  UNRECOGNIZED = -1
21
21
  }
22
- export declare const StateSDKType: typeof State;
22
+ /**
23
+ * State defines if a connection is in one of the following states:
24
+ * INIT, TRYOPEN, OPEN or UNINITIALIZED.
25
+ */
26
+ export declare enum StateSDKType {
27
+ /** STATE_UNINITIALIZED_UNSPECIFIED - Default State */
28
+ STATE_UNINITIALIZED_UNSPECIFIED = 0,
29
+ /** STATE_INIT - A connection end has just started the opening handshake. */
30
+ STATE_INIT = 1,
31
+ /**
32
+ * STATE_TRYOPEN - A connection end has acknowledged the handshake step on the counterparty
33
+ * chain.
34
+ */
35
+ STATE_TRYOPEN = 2,
36
+ /** STATE_OPEN - A connection end has completed the handshake. */
37
+ STATE_OPEN = 3,
38
+ UNRECOGNIZED = -1
39
+ }
23
40
  export declare function stateFromJSON(object: any): State;
24
41
  export declare function stateToJSON(object: State): string;
25
42
  /**
@@ -54,10 +71,22 @@ export interface ConnectionEnd {
54
71
  * a connection between two chains.
55
72
  */
56
73
  export interface ConnectionEndSDKType {
74
+ /** client associated with this connection. */
57
75
  client_id: string;
76
+ /**
77
+ * IBC version which can be utilised to determine encodings or protocols for
78
+ * channels or packets utilising this connection.
79
+ */
58
80
  versions: VersionSDKType[];
59
- state: State;
81
+ /** current state of the connection end. */
82
+ state: StateSDKType;
83
+ /** counterparty chain associated with this connection. */
60
84
  counterparty?: CounterpartySDKType;
85
+ /**
86
+ * delay period that must pass before a consensus state can be used for
87
+ * packet-verification NOTE: delay period logic is only implemented by some
88
+ * clients.
89
+ */
61
90
  delay_period: Long;
62
91
  }
63
92
  /**
@@ -86,11 +115,20 @@ export interface IdentifiedConnection {
86
115
  * identifier field.
87
116
  */
88
117
  export interface IdentifiedConnectionSDKType {
118
+ /** connection identifier. */
89
119
  id: string;
120
+ /** client associated with this connection. */
90
121
  client_id: string;
122
+ /**
123
+ * IBC version which can be utilised to determine encodings or protocols for
124
+ * channels or packets utilising this connection
125
+ */
91
126
  versions: VersionSDKType[];
92
- state: State;
127
+ /** current state of the connection end. */
128
+ state: StateSDKType;
129
+ /** counterparty chain associated with this connection. */
93
130
  counterparty?: CounterpartySDKType;
131
+ /** delay period associated with this connection. */
94
132
  delay_period: Long;
95
133
  }
96
134
  /** Counterparty defines the counterparty chain associated with a connection end. */
@@ -110,8 +148,17 @@ export interface Counterparty {
110
148
  }
111
149
  /** Counterparty defines the counterparty chain associated with a connection end. */
112
150
  export interface CounterpartySDKType {
151
+ /**
152
+ * identifies the client on the counterparty chain associated with a given
153
+ * connection.
154
+ */
113
155
  client_id: string;
156
+ /**
157
+ * identifies the connection end on the counterparty chain associated with a
158
+ * given connection.
159
+ */
114
160
  connection_id: string;
161
+ /** commitment merkle prefix of the counterparty chain. */
115
162
  prefix?: MerklePrefixSDKType;
116
163
  }
117
164
  /** ClientPaths define all the connection paths for a client state. */
@@ -121,6 +168,7 @@ export interface ClientPaths {
121
168
  }
122
169
  /** ClientPaths define all the connection paths for a client state. */
123
170
  export interface ClientPathsSDKType {
171
+ /** list of connection paths */
124
172
  paths: string[];
125
173
  }
126
174
  /** ConnectionPaths define all the connection paths for a given client state. */
@@ -132,7 +180,9 @@ export interface ConnectionPaths {
132
180
  }
133
181
  /** ConnectionPaths define all the connection paths for a given client state. */
134
182
  export interface ConnectionPathsSDKType {
183
+ /** client state unique identifier */
135
184
  client_id: string;
185
+ /** list of connection paths */
136
186
  paths: string[];
137
187
  }
138
188
  /**
@@ -150,7 +200,9 @@ export interface Version {
150
200
  * the connection handshake.
151
201
  */
152
202
  export interface VersionSDKType {
203
+ /** unique version identifier */
153
204
  identifier: string;
205
+ /** list of features compatible with the specified identifier */
154
206
  features: string[];
155
207
  }
156
208
  /** Params defines the set of Connection parameters. */
@@ -164,6 +216,11 @@ export interface Params {
164
216
  }
165
217
  /** Params defines the set of Connection parameters. */
166
218
  export interface ParamsSDKType {
219
+ /**
220
+ * maximum expected time per block (in nanoseconds), used to enforce block delay. This parameter should reflect the
221
+ * largest amount of time that the chain might reasonably take to produce the next block under normal operating
222
+ * conditions. A safe choice is 3-5x the expected time per block.
223
+ */
167
224
  max_expected_time_per_block: Long;
168
225
  }
169
226
  export declare const ConnectionEnd: {
@@ -1,6 +1,6 @@
1
1
  import { IdentifiedConnection, IdentifiedConnectionSDKType, ConnectionPaths, ConnectionPathsSDKType, Params, ParamsSDKType } from "./connection";
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 connection submodule's genesis state. */
5
5
  export interface GenesisState {
6
6
  connections: IdentifiedConnection[];
@@ -13,6 +13,7 @@ export interface GenesisState {
13
13
  export interface GenesisStateSDKType {
14
14
  connections: IdentifiedConnectionSDKType[];
15
15
  client_connection_paths: ConnectionPathsSDKType[];
16
+ /** the sequence for the next generated connection identifier */
16
17
  next_connection_sequence: Long;
17
18
  params?: ParamsSDKType;
18
19
  }
@@ -17,6 +17,7 @@ export interface QueryConnectionRequest {
17
17
  * method
18
18
  */
19
19
  export interface QueryConnectionRequestSDKType {
20
+ /** connection unique identifier */
20
21
  connection_id: string;
21
22
  }
22
23
  /**
@@ -38,8 +39,11 @@ export interface QueryConnectionResponse {
38
39
  * which the proof was retrieved.
39
40
  */
40
41
  export interface QueryConnectionResponseSDKType {
42
+ /** connection associated with the request identifier */
41
43
  connection?: ConnectionEndSDKType;
44
+ /** merkle proof of existence */
42
45
  proof: Uint8Array;
46
+ /** height at which the proof was retrieved */
43
47
  proof_height?: HeightSDKType;
44
48
  }
45
49
  /**
@@ -73,8 +77,11 @@ export interface QueryConnectionsResponse {
73
77
  * method.
74
78
  */
75
79
  export interface QueryConnectionsResponseSDKType {
80
+ /** list of stored connections of the chain. */
76
81
  connections: IdentifiedConnectionSDKType[];
82
+ /** pagination response */
77
83
  pagination?: PageResponseSDKType;
84
+ /** query block height */
78
85
  height?: HeightSDKType;
79
86
  }
80
87
  /**
@@ -90,6 +97,7 @@ export interface QueryClientConnectionsRequest {
90
97
  * Query/ClientConnections RPC method
91
98
  */
92
99
  export interface QueryClientConnectionsRequestSDKType {
100
+ /** client identifier associated with a connection */
93
101
  client_id: string;
94
102
  }
95
103
  /**
@@ -109,8 +117,11 @@ export interface QueryClientConnectionsResponse {
109
117
  * Query/ClientConnections RPC method
110
118
  */
111
119
  export interface QueryClientConnectionsResponseSDKType {
120
+ /** slice of all the connection paths associated with a client. */
112
121
  connection_paths: string[];
122
+ /** merkle proof of existence */
113
123
  proof: Uint8Array;
124
+ /** height at which the proof was generated */
114
125
  proof_height?: HeightSDKType;
115
126
  }
116
127
  /**
@@ -126,6 +137,7 @@ export interface QueryConnectionClientStateRequest {
126
137
  * Query/ConnectionClientState RPC method
127
138
  */
128
139
  export interface QueryConnectionClientStateRequestSDKType {
140
+ /** connection identifier */
129
141
  connection_id: string;
130
142
  }
131
143
  /**
@@ -145,8 +157,11 @@ export interface QueryConnectionClientStateResponse {
145
157
  * Query/ConnectionClientState RPC method
146
158
  */
147
159
  export interface QueryConnectionClientStateResponseSDKType {
160
+ /** client state associated with the channel */
148
161
  identified_client_state?: IdentifiedClientStateSDKType;
162
+ /** merkle proof of existence */
149
163
  proof: Uint8Array;
164
+ /** height at which the proof was retrieved */
150
165
  proof_height?: HeightSDKType;
151
166
  }
152
167
  /**
@@ -164,6 +179,7 @@ export interface QueryConnectionConsensusStateRequest {
164
179
  * Query/ConnectionConsensusState RPC method
165
180
  */
166
181
  export interface QueryConnectionConsensusStateRequestSDKType {
182
+ /** connection identifier */
167
183
  connection_id: string;
168
184
  revision_number: Long;
169
185
  revision_height: Long;
@@ -187,9 +203,13 @@ export interface QueryConnectionConsensusStateResponse {
187
203
  * Query/ConnectionConsensusState RPC method
188
204
  */
189
205
  export interface QueryConnectionConsensusStateResponseSDKType {
206
+ /** consensus state associated with the channel */
190
207
  consensus_state?: AnySDKType;
208
+ /** client ID associated with the consensus state */
191
209
  client_id: string;
210
+ /** merkle proof of existence */
192
211
  proof: Uint8Array;
212
+ /** height at which the proof was retrieved */
193
213
  proof_height?: HeightSDKType;
194
214
  }
195
215
  export declare const QueryConnectionRequest: {
@@ -1,7 +1,7 @@
1
1
  import { AminoMsg } from "@cosmjs/amino";
2
2
  import { AminoHeight } from "../../../../helpers";
3
3
  import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm } from "./tx";
4
- export interface MsgConnectionOpenInitAminoType extends AminoMsg {
4
+ export interface AminoMsgConnectionOpenInit extends AminoMsg {
5
5
  type: "cosmos-sdk/MsgConnectionOpenInit";
6
6
  value: {
7
7
  client_id: string;
@@ -20,7 +20,7 @@ export interface MsgConnectionOpenInitAminoType extends AminoMsg {
20
20
  signer: string;
21
21
  };
22
22
  }
23
- export interface MsgConnectionOpenTryAminoType extends AminoMsg {
23
+ export interface AminoMsgConnectionOpenTry extends AminoMsg {
24
24
  type: "cosmos-sdk/MsgConnectionOpenTry";
25
25
  value: {
26
26
  client_id: string;
@@ -49,7 +49,7 @@ export interface MsgConnectionOpenTryAminoType extends AminoMsg {
49
49
  signer: string;
50
50
  };
51
51
  }
52
- export interface MsgConnectionOpenAckAminoType extends AminoMsg {
52
+ export interface AminoMsgConnectionOpenAck extends AminoMsg {
53
53
  type: "cosmos-sdk/MsgConnectionOpenAck";
54
54
  value: {
55
55
  connection_id: string;
@@ -70,7 +70,7 @@ export interface MsgConnectionOpenAckAminoType extends AminoMsg {
70
70
  signer: string;
71
71
  };
72
72
  }
73
- export interface MsgConnectionOpenConfirmAminoType extends AminoMsg {
73
+ export interface AminoMsgConnectionOpenConfirm extends AminoMsg {
74
74
  type: "cosmos-sdk/MsgConnectionOpenConfirm";
75
75
  value: {
76
76
  connection_id: string;
@@ -82,22 +82,22 @@ export interface MsgConnectionOpenConfirmAminoType extends AminoMsg {
82
82
  export declare const AminoConverter: {
83
83
  "/ibc.core.connection.v1.MsgConnectionOpenInit": {
84
84
  aminoType: string;
85
- toAmino: ({ clientId, counterparty, version, delayPeriod, signer }: MsgConnectionOpenInit) => MsgConnectionOpenInitAminoType["value"];
86
- fromAmino: ({ client_id, counterparty, version, delay_period, signer }: MsgConnectionOpenInitAminoType["value"]) => MsgConnectionOpenInit;
85
+ toAmino: ({ clientId, counterparty, version, delayPeriod, signer }: MsgConnectionOpenInit) => AminoMsgConnectionOpenInit["value"];
86
+ fromAmino: ({ client_id, counterparty, version, delay_period, signer }: AminoMsgConnectionOpenInit["value"]) => MsgConnectionOpenInit;
87
87
  };
88
88
  "/ibc.core.connection.v1.MsgConnectionOpenTry": {
89
89
  aminoType: string;
90
- toAmino: ({ clientId, previousConnectionId, clientState, counterparty, delayPeriod, counterpartyVersions, proofHeight, proofInit, proofClient, proofConsensus, consensusHeight, signer }: MsgConnectionOpenTry) => MsgConnectionOpenTryAminoType["value"];
91
- fromAmino: ({ client_id, previous_connection_id, client_state, counterparty, delay_period, counterparty_versions, proof_height, proof_init, proof_client, proof_consensus, consensus_height, signer }: MsgConnectionOpenTryAminoType["value"]) => MsgConnectionOpenTry;
90
+ toAmino: ({ clientId, previousConnectionId, clientState, counterparty, delayPeriod, counterpartyVersions, proofHeight, proofInit, proofClient, proofConsensus, consensusHeight, signer }: MsgConnectionOpenTry) => AminoMsgConnectionOpenTry["value"];
91
+ fromAmino: ({ client_id, previous_connection_id, client_state, counterparty, delay_period, counterparty_versions, proof_height, proof_init, proof_client, proof_consensus, consensus_height, signer }: AminoMsgConnectionOpenTry["value"]) => MsgConnectionOpenTry;
92
92
  };
93
93
  "/ibc.core.connection.v1.MsgConnectionOpenAck": {
94
94
  aminoType: string;
95
- toAmino: ({ connectionId, counterpartyConnectionId, version, clientState, proofHeight, proofTry, proofClient, proofConsensus, consensusHeight, signer }: MsgConnectionOpenAck) => MsgConnectionOpenAckAminoType["value"];
96
- fromAmino: ({ connection_id, counterparty_connection_id, version, client_state, proof_height, proof_try, proof_client, proof_consensus, consensus_height, signer }: MsgConnectionOpenAckAminoType["value"]) => MsgConnectionOpenAck;
95
+ toAmino: ({ connectionId, counterpartyConnectionId, version, clientState, proofHeight, proofTry, proofClient, proofConsensus, consensusHeight, signer }: MsgConnectionOpenAck) => AminoMsgConnectionOpenAck["value"];
96
+ fromAmino: ({ connection_id, counterparty_connection_id, version, client_state, proof_height, proof_try, proof_client, proof_consensus, consensus_height, signer }: AminoMsgConnectionOpenAck["value"]) => MsgConnectionOpenAck;
97
97
  };
98
98
  "/ibc.core.connection.v1.MsgConnectionOpenConfirm": {
99
99
  aminoType: string;
100
- toAmino: ({ connectionId, proofAck, proofHeight, signer }: MsgConnectionOpenConfirm) => MsgConnectionOpenConfirmAminoType["value"];
101
- fromAmino: ({ connection_id, proof_ack, proof_height, signer }: MsgConnectionOpenConfirmAminoType["value"]) => MsgConnectionOpenConfirm;
100
+ toAmino: ({ connectionId, proofAck, proofHeight, signer }: MsgConnectionOpenConfirm) => AminoMsgConnectionOpenConfirm["value"];
101
+ fromAmino: ({ connection_id, proof_ack, proof_height, signer }: AminoMsgConnectionOpenConfirm["value"]) => MsgConnectionOpenConfirm;
102
102
  };
103
103
  };