juno-network 0.11.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (462) hide show
  1. package/main/codegen/confio/proofs.js +3 -29
  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 +4 -21
  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 +4 -21
  10. package/main/codegen/cosmos/gov/v1beta1/query.js +1 -1
  11. package/main/codegen/cosmos/staking/v1beta1/authz.js +2 -13
  12. package/main/codegen/cosmos/staking/v1beta1/staking.js +2 -9
  13. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +2 -19
  14. package/main/codegen/cosmos/tx/v1beta1/service.js +4 -17
  15. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  16. package/main/codegen/cosmos_proto/cosmos.js +1 -7
  17. package/main/codegen/cosmwasm/bundle.js +17 -16
  18. package/main/codegen/cosmwasm/wasm/v1/authz.js +437 -0
  19. package/main/codegen/cosmwasm/wasm/v1/genesis.js +21 -2
  20. package/main/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  21. package/main/codegen/cosmwasm/wasm/v1/proposal.js +291 -4
  22. package/main/codegen/cosmwasm/wasm/v1/query.js +179 -3
  23. package/main/codegen/cosmwasm/wasm/v1/query.lcd.js +65 -2
  24. package/main/codegen/cosmwasm/wasm/v1/query.rpc.Query.js +27 -0
  25. package/main/codegen/cosmwasm/wasm/v1/tx.amino.js +89 -34
  26. package/main/codegen/cosmwasm/wasm/v1/tx.js +183 -23
  27. package/main/codegen/cosmwasm/wasm/v1/tx.registry.js +19 -1
  28. package/main/codegen/cosmwasm/wasm/v1/tx.rpc.msg.js +10 -0
  29. package/main/codegen/cosmwasm/wasm/v1/types.js +35 -29
  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 +8 -63
  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 +4 -21
  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 +3 -13
  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/lightclients/solomachine/v1/solomachine.js +3 -19
  45. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +3 -19
  46. package/main/codegen/index.js +45 -1
  47. package/main/codegen/juno/bundle.js +23 -9
  48. package/main/codegen/juno/client.js +67 -0
  49. package/main/codegen/juno/feeshare/v1/feeshare.js +64 -0
  50. package/main/codegen/juno/feeshare/v1/genesis.js +136 -0
  51. package/main/codegen/juno/feeshare/v1/query.js +456 -0
  52. package/main/codegen/juno/feeshare/v1/query.lcd.js +189 -0
  53. package/main/codegen/juno/feeshare/v1/query.rpc.Query.js +102 -0
  54. package/main/codegen/juno/feeshare/v1/tx.amino.js +74 -0
  55. package/main/codegen/juno/feeshare/v1/tx.js +248 -0
  56. package/main/codegen/juno/feeshare/v1/tx.registry.js +83 -0
  57. package/main/codegen/juno/feeshare/v1/tx.rpc.msg.js +55 -0
  58. package/main/codegen/juno/lcd.js +18 -4
  59. package/main/codegen/juno/mint/mint.js +1 -1
  60. package/main/codegen/juno/rpc.query.js +14 -4
  61. package/main/codegen/juno/rpc.tx.js +133 -0
  62. package/main/codegen/osmosis/bundle.js +35 -0
  63. package/main/codegen/osmosis/client.js +67 -0
  64. package/main/codegen/osmosis/lcd.js +167 -0
  65. package/main/codegen/osmosis/rpc.query.js +134 -0
  66. package/main/codegen/osmosis/rpc.tx.js +133 -0
  67. package/main/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.js +48 -0
  68. package/main/codegen/osmosis/tokenfactory/v1beta1/genesis.js +118 -0
  69. package/main/codegen/osmosis/tokenfactory/v1beta1/params.js +63 -0
  70. package/main/codegen/osmosis/tokenfactory/v1beta1/query.js +242 -0
  71. package/main/codegen/osmosis/tokenfactory/v1beta1/query.lcd.js +111 -0
  72. package/main/codegen/osmosis/tokenfactory/v1beta1/query.rpc.Query.js +73 -0
  73. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +151 -0
  74. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.js +400 -0
  75. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +119 -0
  76. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +75 -0
  77. package/main/codegen/router/bundle.js +25 -0
  78. package/main/codegen/router/lcd.js +164 -0
  79. package/main/codegen/router/rpc.query.js +131 -0
  80. package/main/codegen/router/v1/genesis.js +286 -0
  81. package/main/codegen/router/v1/query.js +76 -0
  82. package/main/codegen/router/v1/query.lcd.js +54 -0
  83. package/main/codegen/router/v1/query.rpc.Query.js +47 -0
  84. package/main/codegen/tendermint/abci/types.js +4 -33
  85. package/main/codegen/tendermint/bundle.js +17 -17
  86. package/main/codegen/tendermint/crypto/proof.js +1 -1
  87. package/main/codegen/tendermint/libs/bits/types.js +1 -1
  88. package/main/codegen/tendermint/p2p/types.js +1 -1
  89. package/main/codegen/tendermint/types/types.js +4 -18
  90. package/main/codegen/tendermint/types/validator.js +1 -1
  91. package/main/codegen/tendermint/version/types.js +1 -1
  92. package/module/codegen/confio/proofs.js +2 -29
  93. package/module/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  94. package/module/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  95. package/module/codegen/cosmos/bundle.js +47 -47
  96. package/module/codegen/cosmos/gov/v1/genesis.js +1 -1
  97. package/module/codegen/cosmos/gov/v1/gov.js +2 -21
  98. package/module/codegen/cosmos/gov/v1/query.js +1 -1
  99. package/module/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  100. package/module/codegen/cosmos/gov/v1beta1/gov.js +2 -21
  101. package/module/codegen/cosmos/gov/v1beta1/query.js +1 -1
  102. package/module/codegen/cosmos/staking/v1beta1/authz.js +1 -13
  103. package/module/codegen/cosmos/staking/v1beta1/staking.js +1 -9
  104. package/module/codegen/cosmos/tx/signing/v1beta1/signing.js +1 -19
  105. package/module/codegen/cosmos/tx/v1beta1/service.js +2 -17
  106. package/module/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  107. package/module/codegen/cosmos_proto/cosmos.js +1 -7
  108. package/module/codegen/cosmwasm/bundle.js +17 -16
  109. package/module/codegen/cosmwasm/wasm/v1/authz.js +346 -0
  110. package/module/codegen/cosmwasm/wasm/v1/genesis.js +11 -3
  111. package/module/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  112. package/module/codegen/cosmwasm/wasm/v1/proposal.js +261 -2
  113. package/module/codegen/cosmwasm/wasm/v1/query.js +159 -2
  114. package/module/codegen/cosmwasm/wasm/v1/query.lcd.js +22 -2
  115. package/module/codegen/cosmwasm/wasm/v1/query.rpc.Query.js +19 -1
  116. package/module/codegen/cosmwasm/wasm/v1/tx.amino.js +55 -2
  117. package/module/codegen/cosmwasm/wasm/v1/tx.js +161 -16
  118. package/module/codegen/cosmwasm/wasm/v1/tx.registry.js +20 -2
  119. package/module/codegen/cosmwasm/wasm/v1/tx.rpc.msg.js +7 -1
  120. package/module/codegen/cosmwasm/wasm/v1/types.js +19 -29
  121. package/module/codegen/gogoproto/bundle.js +2 -2
  122. package/module/codegen/google/bundle.js +6 -6
  123. package/module/codegen/google/protobuf/descriptor.js +6 -63
  124. package/module/codegen/google/protobuf/duration.js +1 -1
  125. package/module/codegen/google/protobuf/timestamp.js +1 -1
  126. package/module/codegen/helpers.js +1 -1
  127. package/module/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  128. package/module/codegen/ibc/bundle.js +56 -56
  129. package/module/codegen/ibc/core/channel/v1/channel.js +2 -21
  130. package/module/codegen/ibc/core/channel/v1/genesis.js +1 -1
  131. package/module/codegen/ibc/core/client/v1/genesis.js +1 -1
  132. package/module/codegen/ibc/core/connection/v1/connection.js +2 -13
  133. package/module/codegen/ibc/core/connection/v1/genesis.js +1 -1
  134. package/module/codegen/ibc/core/connection/v1/tx.js +1 -1
  135. package/module/codegen/ibc/lightclients/solomachine/v1/solomachine.js +2 -19
  136. package/module/codegen/ibc/lightclients/solomachine/v2/solomachine.js +2 -19
  137. package/module/codegen/index.js +5 -1
  138. package/module/codegen/juno/bundle.js +23 -9
  139. package/module/codegen/juno/client.js +36 -0
  140. package/module/codegen/juno/feeshare/v1/feeshare.js +53 -0
  141. package/module/codegen/juno/feeshare/v1/genesis.js +98 -0
  142. package/module/codegen/juno/feeshare/v1/query.js +391 -0
  143. package/module/codegen/juno/feeshare/v1/query.lcd.js +67 -0
  144. package/module/codegen/juno/feeshare/v1/query.rpc.Query.js +65 -0
  145. package/module/codegen/juno/feeshare/v1/tx.amino.js +73 -0
  146. package/module/codegen/juno/feeshare/v1/tx.js +227 -0
  147. package/module/codegen/juno/feeshare/v1/tx.registry.js +69 -0
  148. package/module/codegen/juno/feeshare/v1/tx.rpc.msg.js +29 -0
  149. package/module/codegen/juno/lcd.js +5 -0
  150. package/module/codegen/juno/mint/mint.js +1 -1
  151. package/module/codegen/juno/rpc.query.js +3 -0
  152. package/module/codegen/juno/rpc.tx.js +30 -0
  153. package/module/codegen/osmosis/bundle.js +24 -0
  154. package/module/codegen/osmosis/client.js +36 -0
  155. package/module/codegen/osmosis/lcd.js +57 -0
  156. package/module/codegen/osmosis/rpc.query.js +39 -0
  157. package/module/codegen/osmosis/rpc.tx.js +30 -0
  158. package/module/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.js +37 -0
  159. package/module/codegen/osmosis/tokenfactory/v1beta1/genesis.js +91 -0
  160. package/module/codegen/osmosis/tokenfactory/v1beta1/params.js +38 -0
  161. package/module/codegen/osmosis/tokenfactory/v1beta1/query.js +207 -0
  162. package/module/codegen/osmosis/tokenfactory/v1beta1/query.lcd.js +33 -0
  163. package/module/codegen/osmosis/tokenfactory/v1beta1/query.rpc.Query.js +45 -0
  164. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +150 -0
  165. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.js +371 -0
  166. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +105 -0
  167. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +41 -0
  168. package/module/codegen/router/bundle.js +14 -0
  169. package/module/codegen/router/lcd.js +55 -0
  170. package/module/codegen/router/rpc.query.js +37 -0
  171. package/module/codegen/router/v1/genesis.js +261 -0
  172. package/module/codegen/router/v1/query.js +63 -0
  173. package/module/codegen/router/v1/query.lcd.js +16 -0
  174. package/module/codegen/router/v1/query.rpc.Query.js +27 -0
  175. package/module/codegen/tendermint/abci/types.js +4 -33
  176. package/module/codegen/tendermint/bundle.js +17 -17
  177. package/module/codegen/tendermint/crypto/proof.js +1 -1
  178. package/module/codegen/tendermint/libs/bits/types.js +1 -1
  179. package/module/codegen/tendermint/p2p/types.js +1 -1
  180. package/module/codegen/tendermint/types/evidence.js +1 -1
  181. package/module/codegen/tendermint/types/types.js +3 -19
  182. package/module/codegen/tendermint/types/validator.js +1 -1
  183. package/module/codegen/tendermint/version/types.js +1 -1
  184. package/package.json +7 -7
  185. package/src/codegen/confio/proofs.ts +8 -80
  186. package/src/codegen/cosmos/authz/v1beta1/authz.ts +0 -8
  187. package/src/codegen/cosmos/authz/v1beta1/event.ts +0 -10
  188. package/src/codegen/cosmos/authz/v1beta1/query.ts +0 -17
  189. package/src/codegen/cosmos/authz/v1beta1/tx.ts +0 -6
  190. package/src/codegen/cosmos/bank/v1beta1/bank.ts +0 -46
  191. package/src/codegen/cosmos/bank/v1beta1/genesis.ts +0 -13
  192. package/src/codegen/cosmos/bank/v1beta1/query.ts +0 -44
  193. package/src/codegen/cosmos/bank/v1beta1/tx.amino.ts +6 -6
  194. package/src/codegen/cosmos/base/abci/v1beta1/abci.ts +1 -87
  195. package/src/codegen/cosmos/base/query/v1beta1/pagination.ts +1 -40
  196. package/src/codegen/cosmos/base/reflection/v2alpha1/reflection.ts +0 -78
  197. package/src/codegen/cosmos/bundle.ts +76 -76
  198. package/src/codegen/cosmos/crypto/hd/v1/hd.ts +0 -12
  199. package/src/codegen/cosmos/crypto/keyring/v1/record.ts +0 -11
  200. package/src/codegen/cosmos/crypto/secp256r1/keys.ts +0 -5
  201. package/src/codegen/cosmos/distribution/v1beta1/genesis.ts +0 -48
  202. package/src/codegen/cosmos/distribution/v1beta1/query.ts +0 -27
  203. package/src/codegen/cosmos/distribution/v1beta1/tx.amino.ts +12 -12
  204. package/src/codegen/cosmos/gov/v1/genesis.ts +1 -14
  205. package/src/codegen/cosmos/gov/v1/gov.ts +4 -86
  206. package/src/codegen/cosmos/gov/v1/query.ts +3 -43
  207. package/src/codegen/cosmos/gov/v1/tx.amino.ts +15 -15
  208. package/src/codegen/cosmos/gov/v1/tx.ts +2 -7
  209. package/src/codegen/cosmos/gov/v1beta1/genesis.ts +1 -14
  210. package/src/codegen/cosmos/gov/v1beta1/gov.ts +5 -91
  211. package/src/codegen/cosmos/gov/v1beta1/query.ts +3 -43
  212. package/src/codegen/cosmos/gov/v1beta1/tx.amino.ts +12 -12
  213. package/src/codegen/cosmos/gov/v1beta1/tx.ts +2 -2
  214. package/src/codegen/cosmos/staking/v1beta1/authz.ts +2 -34
  215. package/src/codegen/cosmos/staking/v1beta1/genesis.ts +0 -22
  216. package/src/codegen/cosmos/staking/v1beta1/query.ts +0 -60
  217. package/src/codegen/cosmos/staking/v1beta1/staking.ts +2 -97
  218. package/src/codegen/cosmos/staking/v1beta1/tx.amino.ts +15 -15
  219. package/src/codegen/cosmos/staking/v1beta1/tx.ts +0 -7
  220. package/src/codegen/cosmos/tx/signing/v1beta1/signing.ts +2 -66
  221. package/src/codegen/cosmos/tx/v1beta1/service.ts +4 -74
  222. package/src/codegen/cosmos/tx/v1beta1/tx.ts +3 -181
  223. package/src/codegen/cosmos/upgrade/v1beta1/query.ts +0 -14
  224. package/src/codegen/cosmos/upgrade/v1beta1/tx.amino.ts +6 -6
  225. package/src/codegen/cosmos/upgrade/v1beta1/tx.ts +0 -4
  226. package/src/codegen/cosmos/upgrade/v1beta1/upgrade.ts +1 -35
  227. package/src/codegen/cosmos_proto/cosmos.ts +2 -37
  228. package/src/codegen/cosmwasm/bundle.ts +24 -22
  229. package/src/codegen/cosmwasm/wasm/v1/authz.ts +603 -0
  230. package/src/codegen/cosmwasm/wasm/v1/genesis.ts +14 -4
  231. package/src/codegen/cosmwasm/wasm/v1/ibc.ts +1 -17
  232. package/src/codegen/cosmwasm/wasm/v1/proposal.ts +466 -72
  233. package/src/codegen/cosmwasm/wasm/v1/query.lcd.ts +27 -3
  234. package/src/codegen/cosmwasm/wasm/v1/query.rpc.Query.ts +29 -1
  235. package/src/codegen/cosmwasm/wasm/v1/query.ts +261 -33
  236. package/src/codegen/cosmwasm/wasm/v1/tx.amino.ts +91 -21
  237. package/src/codegen/cosmwasm/wasm/v1/tx.registry.ts +23 -2
  238. package/src/codegen/cosmwasm/wasm/v1/tx.rpc.msg.ts +18 -2
  239. package/src/codegen/cosmwasm/wasm/v1/tx.ts +238 -41
  240. package/src/codegen/cosmwasm/wasm/v1/types.ts +39 -91
  241. package/src/codegen/gogoproto/bundle.ts +2 -2
  242. package/src/codegen/google/bundle.ts +8 -8
  243. package/src/codegen/google/protobuf/any.ts +0 -31
  244. package/src/codegen/google/protobuf/descriptor.ts +12 -638
  245. package/src/codegen/google/protobuf/duration.ts +1 -15
  246. package/src/codegen/google/protobuf/timestamp.ts +1 -13
  247. package/src/codegen/helpers.ts +1 -1
  248. package/src/codegen/ibc/applications/transfer/v1/query.ts +0 -7
  249. package/src/codegen/ibc/applications/transfer/v1/transfer.ts +0 -15
  250. package/src/codegen/ibc/applications/transfer/v1/tx.amino.ts +3 -3
  251. package/src/codegen/ibc/applications/transfer/v1/tx.ts +1 -20
  252. package/src/codegen/ibc/applications/transfer/v2/packet.ts +0 -7
  253. package/src/codegen/ibc/bundle.ts +78 -78
  254. package/src/codegen/ibc/core/channel/v1/channel.ts +6 -105
  255. package/src/codegen/ibc/core/channel/v1/genesis.ts +1 -3
  256. package/src/codegen/ibc/core/channel/v1/query.ts +0 -118
  257. package/src/codegen/ibc/core/channel/v1/tx.amino.ts +30 -30
  258. package/src/codegen/ibc/core/channel/v1/tx.ts +0 -5
  259. package/src/codegen/ibc/core/client/v1/client.ts +0 -32
  260. package/src/codegen/ibc/core/client/v1/genesis.ts +1 -13
  261. package/src/codegen/ibc/core/client/v1/query.ts +0 -35
  262. package/src/codegen/ibc/core/client/v1/tx.amino.ts +12 -12
  263. package/src/codegen/ibc/core/client/v1/tx.ts +0 -32
  264. package/src/codegen/ibc/core/connection/v1/connection.ts +4 -78
  265. package/src/codegen/ibc/core/connection/v1/genesis.ts +1 -3
  266. package/src/codegen/ibc/core/connection/v1/query.ts +0 -31
  267. package/src/codegen/ibc/core/connection/v1/tx.amino.ts +12 -12
  268. package/src/codegen/ibc/core/connection/v1/tx.ts +1 -26
  269. package/src/codegen/ibc/lightclients/localhost/v1/localhost.ts +0 -3
  270. package/src/codegen/ibc/lightclients/solomachine/v1/solomachine.ts +4 -63
  271. package/src/codegen/ibc/lightclients/solomachine/v2/solomachine.ts +4 -63
  272. package/src/codegen/ibc/lightclients/tendermint/v1/tendermint.ts +0 -41
  273. package/src/codegen/index.ts +5 -1
  274. package/src/codegen/juno/bundle.ts +37 -14
  275. package/src/codegen/juno/client.ts +45 -0
  276. package/src/codegen/juno/feeshare/v1/feeshare.ts +101 -0
  277. package/src/codegen/juno/feeshare/v1/genesis.ts +165 -0
  278. package/src/codegen/juno/feeshare/v1/query.lcd.ts +83 -0
  279. package/src/codegen/juno/feeshare/v1/query.rpc.Query.ts +99 -0
  280. package/src/codegen/juno/feeshare/v1/query.ts +655 -0
  281. package/src/codegen/juno/feeshare/v1/tx.amino.ts +98 -0
  282. package/src/codegen/juno/feeshare/v1/tx.registry.ts +79 -0
  283. package/src/codegen/juno/feeshare/v1/tx.rpc.msg.ts +47 -0
  284. package/src/codegen/juno/feeshare/v1/tx.ts +381 -0
  285. package/src/codegen/juno/lcd.ts +5 -0
  286. package/src/codegen/juno/mint/genesis.ts +0 -3
  287. package/src/codegen/juno/mint/mint.ts +1 -7
  288. package/src/codegen/juno/mint/query.ts +0 -3
  289. package/src/codegen/juno/rpc.query.ts +3 -0
  290. package/src/codegen/juno/rpc.tx.ts +33 -0
  291. package/src/codegen/osmosis/bundle.ts +32 -0
  292. package/src/codegen/osmosis/client.ts +45 -0
  293. package/src/codegen/osmosis/lcd.ts +59 -0
  294. package/src/codegen/osmosis/rpc.query.ts +41 -0
  295. package/src/codegen/osmosis/rpc.tx.ts +33 -0
  296. package/src/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.ts +66 -0
  297. package/src/codegen/osmosis/tokenfactory/v1beta1/genesis.ts +147 -0
  298. package/src/codegen/osmosis/tokenfactory/v1beta1/params.ts +58 -0
  299. package/src/codegen/osmosis/tokenfactory/v1beta1/query.lcd.ts +41 -0
  300. package/src/codegen/osmosis/tokenfactory/v1beta1/query.rpc.Query.ts +72 -0
  301. package/src/codegen/osmosis/tokenfactory/v1beta1/query.ts +344 -0
  302. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.amino.ts +207 -0
  303. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.registry.ts +121 -0
  304. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.ts +55 -0
  305. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.ts +622 -0
  306. package/src/codegen/router/bundle.ts +16 -0
  307. package/src/codegen/router/lcd.ts +57 -0
  308. package/src/codegen/router/rpc.query.ts +39 -0
  309. package/src/codegen/router/v1/genesis.ts +406 -0
  310. package/src/codegen/router/v1/query.lcd.ts +22 -0
  311. package/src/codegen/router/v1/query.rpc.Query.ts +35 -0
  312. package/src/codegen/router/v1/query.ts +99 -0
  313. package/src/codegen/tendermint/abci/types.ts +8 -109
  314. package/src/codegen/tendermint/bundle.ts +22 -22
  315. package/src/codegen/tendermint/crypto/proof.ts +1 -4
  316. package/src/codegen/tendermint/libs/bits/types.ts +1 -1
  317. package/src/codegen/tendermint/p2p/types.ts +1 -1
  318. package/src/codegen/tendermint/types/evidence.ts +1 -1
  319. package/src/codegen/tendermint/types/params.ts +0 -36
  320. package/src/codegen/tendermint/types/types.ts +6 -50
  321. package/src/codegen/tendermint/types/validator.ts +1 -1
  322. package/src/codegen/tendermint/version/types.ts +1 -1
  323. package/types/codegen/confio/proofs.d.ts +8 -64
  324. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +0 -7
  325. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +0 -6
  326. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +0 -10
  327. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +0 -5
  328. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +0 -37
  329. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +0 -9
  330. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +0 -34
  331. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +6 -6
  332. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +1 -62
  333. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +1 -35
  334. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -63
  335. package/types/codegen/cosmos/bundle.d.ts +70 -70
  336. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +0 -8
  337. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +0 -6
  338. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +0 -5
  339. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +0 -28
  340. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +0 -21
  341. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +12 -12
  342. package/types/codegen/cosmos/gov/v1/genesis.d.ts +1 -8
  343. package/types/codegen/cosmos/gov/v1/gov.d.ts +4 -69
  344. package/types/codegen/cosmos/gov/v1/query.d.ts +3 -31
  345. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +15 -15
  346. package/types/codegen/cosmos/gov/v1/tx.d.ts +2 -5
  347. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +1 -8
  348. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +5 -74
  349. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +3 -31
  350. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +12 -12
  351. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +2 -2
  352. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +2 -27
  353. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +0 -15
  354. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +0 -41
  355. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +2 -58
  356. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +15 -15
  357. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +0 -6
  358. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +2 -57
  359. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +4 -58
  360. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +3 -152
  361. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +0 -14
  362. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +6 -6
  363. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +0 -3
  364. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +1 -30
  365. package/types/codegen/cosmos_proto/bundle.d.ts +1 -1
  366. package/types/codegen/cosmos_proto/cosmos.d.ts +2 -34
  367. package/types/codegen/cosmwasm/bundle.d.ts +386 -248
  368. package/types/codegen/cosmwasm/client.d.ts +31 -0
  369. package/types/codegen/cosmwasm/rpc.query.d.ts +2 -0
  370. package/types/codegen/cosmwasm/wasm/v1/authz.d.ts +205 -0
  371. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +3 -2
  372. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +1 -14
  373. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +132 -41
  374. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +74 -25
  375. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +3 -1
  376. package/types/codegen/cosmwasm/wasm/v1/query.rpc.Query.d.ts +9 -1
  377. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +41 -19
  378. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +60 -29
  379. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +13 -1
  380. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +11 -2
  381. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +19 -61
  382. package/types/codegen/google/bundle.d.ts +123 -123
  383. package/types/codegen/google/protobuf/any.d.ts +0 -30
  384. package/types/codegen/google/protobuf/descriptor.d.ts +12 -566
  385. package/types/codegen/google/protobuf/duration.d.ts +1 -14
  386. package/types/codegen/google/protobuf/timestamp.d.ts +1 -12
  387. package/types/codegen/helpers.d.ts +1 -1
  388. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +0 -6
  389. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +0 -13
  390. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +3 -3
  391. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +1 -14
  392. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +0 -4
  393. package/types/codegen/ibc/bundle.d.ts +750 -750
  394. package/types/codegen/ibc/core/channel/v1/channel.d.ts +6 -76
  395. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +1 -2
  396. package/types/codegen/ibc/core/channel/v1/query.d.ts +0 -71
  397. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +30 -30
  398. package/types/codegen/ibc/core/channel/v1/tx.d.ts +0 -4
  399. package/types/codegen/ibc/core/client/v1/client.d.ts +0 -24
  400. package/types/codegen/ibc/core/client/v1/genesis.d.ts +1 -8
  401. package/types/codegen/ibc/core/client/v1/query.d.ts +0 -25
  402. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +12 -12
  403. package/types/codegen/ibc/core/client/v1/tx.d.ts +0 -21
  404. package/types/codegen/ibc/core/connection/v1/connection.d.ts +4 -61
  405. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +1 -2
  406. package/types/codegen/ibc/core/connection/v1/query.d.ts +0 -20
  407. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +12 -12
  408. package/types/codegen/ibc/core/connection/v1/tx.d.ts +1 -18
  409. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +0 -2
  410. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +4 -47
  411. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +4 -47
  412. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -31
  413. package/types/codegen/ics23/bundle.d.ts +2 -2
  414. package/types/codegen/index.d.ts +5 -1
  415. package/types/codegen/juno/bundle.d.ts +284 -41
  416. package/types/codegen/juno/client.d.ts +54 -0
  417. package/types/codegen/juno/feeshare/v1/feeshare.d.ts +37 -0
  418. package/types/codegen/juno/feeshare/v1/genesis.d.ts +48 -0
  419. package/types/codegen/juno/feeshare/v1/query.d.ts +193 -0
  420. package/types/codegen/juno/feeshare/v1/query.lcd.d.ts +13 -0
  421. package/types/codegen/juno/feeshare/v1/query.rpc.Query.d.ts +38 -0
  422. package/types/codegen/juno/feeshare/v1/tx.amino.d.ts +42 -0
  423. package/types/codegen/juno/feeshare/v1/tx.d.ts +113 -0
  424. package/types/codegen/juno/feeshare/v1/tx.registry.d.ts +48 -0
  425. package/types/codegen/juno/feeshare/v1/tx.rpc.msg.d.ts +21 -0
  426. package/types/codegen/juno/lcd.d.ts +3 -0
  427. package/types/codegen/juno/mint/genesis.d.ts +0 -2
  428. package/types/codegen/juno/mint/mint.d.ts +1 -5
  429. package/types/codegen/juno/mint/query.d.ts +0 -3
  430. package/types/codegen/juno/rpc.query.d.ts +9 -0
  431. package/types/codegen/juno/rpc.tx.d.ts +31 -0
  432. package/types/codegen/osmosis/bundle.d.ts +460 -0
  433. package/types/codegen/osmosis/client.d.ts +112 -0
  434. package/types/codegen/osmosis/lcd.d.ts +33 -0
  435. package/types/codegen/osmosis/rpc.query.d.ts +107 -0
  436. package/types/codegen/osmosis/rpc.tx.d.ts +31 -0
  437. package/types/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.d.ts +24 -0
  438. package/types/codegen/osmosis/tokenfactory/v1beta1/genesis.d.ts +43 -0
  439. package/types/codegen/osmosis/tokenfactory/v1beta1/params.d.ts +16 -0
  440. package/types/codegen/osmosis/tokenfactory/v1beta1/query.d.ts +105 -0
  441. package/types/codegen/osmosis/tokenfactory/v1beta1/query.lcd.d.ts +11 -0
  442. package/types/codegen/osmosis/tokenfactory/v1beta1/query.rpc.Query.d.ts +33 -0
  443. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.amino.d.ts +84 -0
  444. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.d.ts +197 -0
  445. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.registry.d.ts +72 -0
  446. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.d.ts +19 -0
  447. package/types/codegen/router/bundle.d.ts +178 -0
  448. package/types/codegen/router/lcd.d.ts +31 -0
  449. package/types/codegen/router/rpc.query.d.ts +103 -0
  450. package/types/codegen/router/v1/genesis.d.ts +94 -0
  451. package/types/codegen/router/v1/query.d.ts +28 -0
  452. package/types/codegen/router/v1/query.lcd.d.ts +9 -0
  453. package/types/codegen/router/v1/query.rpc.Query.d.ts +16 -0
  454. package/types/codegen/tendermint/abci/types.d.ts +8 -78
  455. package/types/codegen/tendermint/bundle.d.ts +291 -291
  456. package/types/codegen/tendermint/crypto/proof.d.ts +1 -3
  457. package/types/codegen/tendermint/libs/bits/types.d.ts +1 -1
  458. package/types/codegen/tendermint/p2p/types.d.ts +1 -1
  459. package/types/codegen/tendermint/types/params.d.ts +0 -32
  460. package/types/codegen/tendermint/types/types.d.ts +5 -36
  461. package/types/codegen/tendermint/types/validator.d.ts +1 -1
  462. package/types/codegen/tendermint/version/types.d.ts +1 -1
@@ -17,9 +17,7 @@ export interface IdentifiedClientState {
17
17
  * identifier field.
18
18
  */
19
19
  export interface IdentifiedClientStateSDKType {
20
- /** client identifier */
21
20
  client_id: string;
22
- /** client state */
23
21
  client_state?: AnySDKType;
24
22
  }
25
23
  /**
@@ -37,9 +35,7 @@ export interface ConsensusStateWithHeight {
37
35
  * field.
38
36
  */
39
37
  export interface ConsensusStateWithHeightSDKType {
40
- /** consensus state height */
41
38
  height?: HeightSDKType;
42
- /** consensus state */
43
39
  consensus_state?: AnySDKType;
44
40
  }
45
41
  /**
@@ -57,9 +53,7 @@ export interface ClientConsensusStates {
57
53
  * client.
58
54
  */
59
55
  export interface ClientConsensusStatesSDKType {
60
- /** client identifier */
61
56
  client_id: string;
62
- /** consensus states and their heights associated with the client */
63
57
  consensus_states: ConsensusStateWithHeightSDKType[];
64
58
  }
65
59
  /**
@@ -88,16 +82,9 @@ export interface ClientUpdateProposal {
88
82
  * chain parameters (with exception to latest height, frozen height, and chain-id).
89
83
  */
90
84
  export interface ClientUpdateProposalSDKType {
91
- /** the title of the update proposal */
92
85
  title: string;
93
- /** the description of the proposal */
94
86
  description: string;
95
- /** the client identifier for the client to be updated if the proposal passes */
96
87
  subject_client_id: string;
97
- /**
98
- * the substitute client identifier for the client standing in for the subject
99
- * client
100
- */
101
88
  substitute_client_id: string;
102
89
  }
103
90
  /**
@@ -126,14 +113,6 @@ export interface UpgradeProposalSDKType {
126
113
  title: string;
127
114
  description: string;
128
115
  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
- */
137
116
  upgraded_client_state?: AnySDKType;
138
117
  }
139
118
  /**
@@ -167,9 +146,7 @@ export interface Height {
167
146
  * gets reset
168
147
  */
169
148
  export interface HeightSDKType {
170
- /** the revision that the client is currently on */
171
149
  revision_number: Long;
172
- /** the height within the given revision */
173
150
  revision_height: Long;
174
151
  }
175
152
  /** Params defines the set of IBC light client parameters. */
@@ -179,7 +156,6 @@ export interface Params {
179
156
  }
180
157
  /** Params defines the set of IBC light client parameters. */
181
158
  export interface ParamsSDKType {
182
- /** allowed_clients defines the list of allowed client state types. */
183
159
  allowed_clients: string[];
184
160
  }
185
161
  export declare const IdentifiedClientState: {
@@ -1,6 +1,6 @@
1
1
  import { IdentifiedClientState, IdentifiedClientStateSDKType, ClientConsensusStates, ClientConsensusStatesSDKType, Params, ParamsSDKType } from "./client";
2
- import * as _m0 from "protobufjs/minimal";
3
2
  import { Long, DeepPartial } from "../../../../helpers";
3
+ import * as _m0 from "protobufjs/minimal";
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,16 +17,11 @@ 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 */
21
20
  clients: IdentifiedClientStateSDKType[];
22
- /** consensus states from each client */
23
21
  clients_consensus: ClientConsensusStatesSDKType[];
24
- /** metadata from each client */
25
22
  clients_metadata: IdentifiedGenesisMetadataSDKType[];
26
23
  params?: ParamsSDKType;
27
- /** create localhost on initialization */
28
24
  create_localhost: boolean;
29
- /** the sequence for the next generated client identifier */
30
25
  next_client_sequence: Long;
31
26
  }
32
27
  /**
@@ -44,9 +39,7 @@ export interface GenesisMetadata {
44
39
  * with ExportMetadata
45
40
  */
46
41
  export interface GenesisMetadataSDKType {
47
- /** store key of metadata without clientID-prefix */
48
42
  key: Uint8Array;
49
- /** metadata value */
50
43
  value: Uint8Array;
51
44
  }
52
45
  /**
@@ -16,7 +16,6 @@ export interface QueryClientStateRequest {
16
16
  * method
17
17
  */
18
18
  export interface QueryClientStateRequestSDKType {
19
- /** client state unique identifier */
20
19
  client_id: string;
21
20
  }
22
21
  /**
@@ -38,11 +37,8 @@ export interface QueryClientStateResponse {
38
37
  * which the proof was retrieved.
39
38
  */
40
39
  export interface QueryClientStateResponseSDKType {
41
- /** client state associated with the request identifier */
42
40
  client_state?: AnySDKType;
43
- /** merkle proof of existence */
44
41
  proof: Uint8Array;
45
- /** height at which the proof was retrieved */
46
42
  proof_height?: HeightSDKType;
47
43
  }
48
44
  /**
@@ -58,7 +54,6 @@ export interface QueryClientStatesRequest {
58
54
  * method
59
55
  */
60
56
  export interface QueryClientStatesRequestSDKType {
61
- /** pagination request */
62
57
  pagination?: PageRequestSDKType;
63
58
  }
64
59
  /**
@@ -76,9 +71,7 @@ export interface QueryClientStatesResponse {
76
71
  * method.
77
72
  */
78
73
  export interface QueryClientStatesResponseSDKType {
79
- /** list of stored ClientStates of the chain. */
80
74
  client_states: IdentifiedClientStateSDKType[];
81
- /** pagination response */
82
75
  pagination?: PageResponseSDKType;
83
76
  }
84
77
  /**
@@ -105,16 +98,9 @@ export interface QueryConsensusStateRequest {
105
98
  * from which the proof was retrieved.
106
99
  */
107
100
  export interface QueryConsensusStateRequestSDKType {
108
- /** client identifier */
109
101
  client_id: string;
110
- /** consensus state revision number */
111
102
  revision_number: Long;
112
- /** consensus state revision height */
113
103
  revision_height: Long;
114
- /**
115
- * latest_height overrrides the height field and queries the latest stored
116
- * ConsensusState
117
- */
118
104
  latest_height: boolean;
119
105
  }
120
106
  /**
@@ -134,11 +120,8 @@ export interface QueryConsensusStateResponse {
134
120
  * RPC method
135
121
  */
136
122
  export interface QueryConsensusStateResponseSDKType {
137
- /** consensus state associated with the client identifier at the given height */
138
123
  consensus_state?: AnySDKType;
139
- /** merkle proof of existence */
140
124
  proof: Uint8Array;
141
- /** height at which the proof was retrieved */
142
125
  proof_height?: HeightSDKType;
143
126
  }
144
127
  /**
@@ -156,9 +139,7 @@ export interface QueryConsensusStatesRequest {
156
139
  * RPC method.
157
140
  */
158
141
  export interface QueryConsensusStatesRequestSDKType {
159
- /** client identifier */
160
142
  client_id: string;
161
- /** pagination request */
162
143
  pagination?: PageRequestSDKType;
163
144
  }
164
145
  /**
@@ -176,9 +157,7 @@ export interface QueryConsensusStatesResponse {
176
157
  * Query/ConsensusStates RPC method
177
158
  */
178
159
  export interface QueryConsensusStatesResponseSDKType {
179
- /** consensus states associated with the identifier */
180
160
  consensus_states: ConsensusStateWithHeightSDKType[];
181
- /** pagination response */
182
161
  pagination?: PageResponseSDKType;
183
162
  }
184
163
  /**
@@ -194,7 +173,6 @@ export interface QueryClientStatusRequest {
194
173
  * method
195
174
  */
196
175
  export interface QueryClientStatusRequestSDKType {
197
- /** client unique identifier */
198
176
  client_id: string;
199
177
  }
200
178
  /**
@@ -236,7 +214,6 @@ export interface QueryClientParamsResponse {
236
214
  * method.
237
215
  */
238
216
  export interface QueryClientParamsResponseSDKType {
239
- /** params defines the parameters of the module. */
240
217
  params?: ParamsSDKType;
241
218
  }
242
219
  /**
@@ -264,7 +241,6 @@ export interface QueryUpgradedClientStateResponse {
264
241
  * Query/UpgradedClientState RPC method.
265
242
  */
266
243
  export interface QueryUpgradedClientStateResponseSDKType {
267
- /** client state associated with the request identifier */
268
244
  upgraded_client_state?: AnySDKType;
269
245
  }
270
246
  /**
@@ -292,7 +268,6 @@ export interface QueryUpgradedConsensusStateResponse {
292
268
  * Query/UpgradedConsensusState RPC method.
293
269
  */
294
270
  export interface QueryUpgradedConsensusStateResponseSDKType {
295
- /** Consensus state associated with the request identifier */
296
271
  upgraded_consensus_state?: AnySDKType;
297
272
  }
298
273
  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 AminoMsgCreateClient extends AminoMsg {
3
+ export interface MsgCreateClientAminoType extends AminoMsg {
4
4
  type: "cosmos-sdk/MsgCreateClient";
5
5
  value: {
6
6
  client_state: {
@@ -14,7 +14,7 @@ export interface AminoMsgCreateClient extends AminoMsg {
14
14
  signer: string;
15
15
  };
16
16
  }
17
- export interface AminoMsgUpdateClient extends AminoMsg {
17
+ export interface MsgUpdateClientAminoType extends AminoMsg {
18
18
  type: "cosmos-sdk/MsgUpdateClient";
19
19
  value: {
20
20
  client_id: string;
@@ -25,7 +25,7 @@ export interface AminoMsgUpdateClient extends AminoMsg {
25
25
  signer: string;
26
26
  };
27
27
  }
28
- export interface AminoMsgUpgradeClient extends AminoMsg {
28
+ export interface MsgUpgradeClientAminoType extends AminoMsg {
29
29
  type: "cosmos-sdk/MsgUpgradeClient";
30
30
  value: {
31
31
  client_id: string;
@@ -42,7 +42,7 @@ export interface AminoMsgUpgradeClient extends AminoMsg {
42
42
  signer: string;
43
43
  };
44
44
  }
45
- export interface AminoMsgSubmitMisbehaviour extends AminoMsg {
45
+ export interface MsgSubmitMisbehaviourAminoType extends AminoMsg {
46
46
  type: "cosmos-sdk/MsgSubmitMisbehaviour";
47
47
  value: {
48
48
  client_id: string;
@@ -56,22 +56,22 @@ export interface AminoMsgSubmitMisbehaviour 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) => AminoMsgCreateClient["value"];
60
- fromAmino: ({ client_state, consensus_state, signer }: AminoMsgCreateClient["value"]) => MsgCreateClient;
59
+ toAmino: ({ clientState, consensusState, signer }: MsgCreateClient) => MsgCreateClientAminoType["value"];
60
+ fromAmino: ({ client_state, consensus_state, signer }: MsgCreateClientAminoType["value"]) => MsgCreateClient;
61
61
  };
62
62
  "/ibc.core.client.v1.MsgUpdateClient": {
63
63
  aminoType: string;
64
- toAmino: ({ clientId, header, signer }: MsgUpdateClient) => AminoMsgUpdateClient["value"];
65
- fromAmino: ({ client_id, header, signer }: AminoMsgUpdateClient["value"]) => MsgUpdateClient;
64
+ toAmino: ({ clientId, header, signer }: MsgUpdateClient) => MsgUpdateClientAminoType["value"];
65
+ fromAmino: ({ client_id, header, signer }: MsgUpdateClientAminoType["value"]) => MsgUpdateClient;
66
66
  };
67
67
  "/ibc.core.client.v1.MsgUpgradeClient": {
68
68
  aminoType: string;
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;
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;
71
71
  };
72
72
  "/ibc.core.client.v1.MsgSubmitMisbehaviour": {
73
73
  aminoType: string;
74
- toAmino: ({ clientId, misbehaviour, signer }: MsgSubmitMisbehaviour) => AminoMsgSubmitMisbehaviour["value"];
75
- fromAmino: ({ client_id, misbehaviour, signer }: AminoMsgSubmitMisbehaviour["value"]) => MsgSubmitMisbehaviour;
74
+ toAmino: ({ clientId, misbehaviour, signer }: MsgSubmitMisbehaviour) => MsgSubmitMisbehaviourAminoType["value"];
75
+ fromAmino: ({ client_id, misbehaviour, signer }: MsgSubmitMisbehaviourAminoType["value"]) => MsgSubmitMisbehaviour;
76
76
  };
77
77
  };
@@ -15,14 +15,8 @@ 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 */
19
18
  client_state?: AnySDKType;
20
- /**
21
- * consensus state associated with the client that corresponds to a given
22
- * height.
23
- */
24
19
  consensus_state?: AnySDKType;
25
- /** signer address */
26
20
  signer: string;
27
21
  }
28
22
  /** MsgCreateClientResponse defines the Msg/CreateClient response type. */
@@ -48,11 +42,8 @@ export interface MsgUpdateClient {
48
42
  * the given header.
49
43
  */
50
44
  export interface MsgUpdateClientSDKType {
51
- /** client unique identifier */
52
45
  client_id: string;
53
- /** header to update the light client */
54
46
  header?: AnySDKType;
55
- /** signer address */
56
47
  signer: string;
57
48
  }
58
49
  /** MsgUpdateClientResponse defines the Msg/UpdateClient response type. */
@@ -87,20 +78,11 @@ export interface MsgUpgradeClient {
87
78
  * state
88
79
  */
89
80
  export interface MsgUpgradeClientSDKType {
90
- /** client unique identifier */
91
81
  client_id: string;
92
- /** upgraded client state */
93
82
  client_state?: AnySDKType;
94
- /**
95
- * upgraded consensus state, only contains enough information to serve as a
96
- * basis of trust in update logic
97
- */
98
83
  consensus_state?: AnySDKType;
99
- /** proof that old chain committed to new client */
100
84
  proof_upgrade_client: Uint8Array;
101
- /** proof that old chain committed to new consensus state */
102
85
  proof_upgrade_consensus_state: Uint8Array;
103
- /** signer address */
104
86
  signer: string;
105
87
  }
106
88
  /** MsgUpgradeClientResponse defines the Msg/UpgradeClient response type. */
@@ -126,11 +108,8 @@ export interface MsgSubmitMisbehaviour {
126
108
  * light client misbehaviour.
127
109
  */
128
110
  export interface MsgSubmitMisbehaviourSDKType {
129
- /** client unique identifier */
130
111
  client_id: string;
131
- /** misbehaviour used for freezing the light client */
132
112
  misbehaviour?: AnySDKType;
133
- /** signer address */
134
113
  signer: string;
135
114
  }
136
115
  /**
@@ -1,6 +1,6 @@
1
1
  import { MerklePrefix, MerklePrefixSDKType } from "../../commitment/v1/commitment";
2
- import * as _m0 from "protobufjs/minimal";
3
2
  import { Long, DeepPartial } from "../../../../helpers";
3
+ import * as _m0 from "protobufjs/minimal";
4
4
  /**
5
5
  * State defines if a connection is in one of the following states:
6
6
  * INIT, TRYOPEN, OPEN or UNINITIALIZED.
@@ -19,24 +19,7 @@ export declare enum State {
19
19
  STATE_OPEN = 3,
20
20
  UNRECOGNIZED = -1
21
21
  }
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
- }
22
+ export declare const StateSDKType: typeof State;
40
23
  export declare function stateFromJSON(object: any): State;
41
24
  export declare function stateToJSON(object: State): string;
42
25
  /**
@@ -71,22 +54,10 @@ export interface ConnectionEnd {
71
54
  * a connection between two chains.
72
55
  */
73
56
  export interface ConnectionEndSDKType {
74
- /** client associated with this connection. */
75
57
  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
- */
80
58
  versions: VersionSDKType[];
81
- /** current state of the connection end. */
82
- state: StateSDKType;
83
- /** counterparty chain associated with this connection. */
59
+ state: State;
84
60
  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
- */
90
61
  delay_period: Long;
91
62
  }
92
63
  /**
@@ -115,20 +86,11 @@ export interface IdentifiedConnection {
115
86
  * identifier field.
116
87
  */
117
88
  export interface IdentifiedConnectionSDKType {
118
- /** connection identifier. */
119
89
  id: string;
120
- /** client associated with this connection. */
121
90
  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
- */
126
91
  versions: VersionSDKType[];
127
- /** current state of the connection end. */
128
- state: StateSDKType;
129
- /** counterparty chain associated with this connection. */
92
+ state: State;
130
93
  counterparty?: CounterpartySDKType;
131
- /** delay period associated with this connection. */
132
94
  delay_period: Long;
133
95
  }
134
96
  /** Counterparty defines the counterparty chain associated with a connection end. */
@@ -148,17 +110,8 @@ export interface Counterparty {
148
110
  }
149
111
  /** Counterparty defines the counterparty chain associated with a connection end. */
150
112
  export interface CounterpartySDKType {
151
- /**
152
- * identifies the client on the counterparty chain associated with a given
153
- * connection.
154
- */
155
113
  client_id: string;
156
- /**
157
- * identifies the connection end on the counterparty chain associated with a
158
- * given connection.
159
- */
160
114
  connection_id: string;
161
- /** commitment merkle prefix of the counterparty chain. */
162
115
  prefix?: MerklePrefixSDKType;
163
116
  }
164
117
  /** ClientPaths define all the connection paths for a client state. */
@@ -168,7 +121,6 @@ export interface ClientPaths {
168
121
  }
169
122
  /** ClientPaths define all the connection paths for a client state. */
170
123
  export interface ClientPathsSDKType {
171
- /** list of connection paths */
172
124
  paths: string[];
173
125
  }
174
126
  /** ConnectionPaths define all the connection paths for a given client state. */
@@ -180,9 +132,7 @@ export interface ConnectionPaths {
180
132
  }
181
133
  /** ConnectionPaths define all the connection paths for a given client state. */
182
134
  export interface ConnectionPathsSDKType {
183
- /** client state unique identifier */
184
135
  client_id: string;
185
- /** list of connection paths */
186
136
  paths: string[];
187
137
  }
188
138
  /**
@@ -200,9 +150,7 @@ export interface Version {
200
150
  * the connection handshake.
201
151
  */
202
152
  export interface VersionSDKType {
203
- /** unique version identifier */
204
153
  identifier: string;
205
- /** list of features compatible with the specified identifier */
206
154
  features: string[];
207
155
  }
208
156
  /** Params defines the set of Connection parameters. */
@@ -216,11 +164,6 @@ export interface Params {
216
164
  }
217
165
  /** Params defines the set of Connection parameters. */
218
166
  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
- */
224
167
  max_expected_time_per_block: Long;
225
168
  }
226
169
  export declare const ConnectionEnd: {
@@ -1,6 +1,6 @@
1
1
  import { IdentifiedConnection, IdentifiedConnectionSDKType, ConnectionPaths, ConnectionPathsSDKType, Params, ParamsSDKType } from "./connection";
2
- import * as _m0 from "protobufjs/minimal";
3
2
  import { Long, DeepPartial } from "../../../../helpers";
3
+ import * as _m0 from "protobufjs/minimal";
4
4
  /** GenesisState defines the ibc connection submodule's genesis state. */
5
5
  export interface GenesisState {
6
6
  connections: IdentifiedConnection[];
@@ -13,7 +13,6 @@ 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 */
17
16
  next_connection_sequence: Long;
18
17
  params?: ParamsSDKType;
19
18
  }
@@ -17,7 +17,6 @@ export interface QueryConnectionRequest {
17
17
  * method
18
18
  */
19
19
  export interface QueryConnectionRequestSDKType {
20
- /** connection unique identifier */
21
20
  connection_id: string;
22
21
  }
23
22
  /**
@@ -39,11 +38,8 @@ export interface QueryConnectionResponse {
39
38
  * which the proof was retrieved.
40
39
  */
41
40
  export interface QueryConnectionResponseSDKType {
42
- /** connection associated with the request identifier */
43
41
  connection?: ConnectionEndSDKType;
44
- /** merkle proof of existence */
45
42
  proof: Uint8Array;
46
- /** height at which the proof was retrieved */
47
43
  proof_height?: HeightSDKType;
48
44
  }
49
45
  /**
@@ -77,11 +73,8 @@ export interface QueryConnectionsResponse {
77
73
  * method.
78
74
  */
79
75
  export interface QueryConnectionsResponseSDKType {
80
- /** list of stored connections of the chain. */
81
76
  connections: IdentifiedConnectionSDKType[];
82
- /** pagination response */
83
77
  pagination?: PageResponseSDKType;
84
- /** query block height */
85
78
  height?: HeightSDKType;
86
79
  }
87
80
  /**
@@ -97,7 +90,6 @@ export interface QueryClientConnectionsRequest {
97
90
  * Query/ClientConnections RPC method
98
91
  */
99
92
  export interface QueryClientConnectionsRequestSDKType {
100
- /** client identifier associated with a connection */
101
93
  client_id: string;
102
94
  }
103
95
  /**
@@ -117,11 +109,8 @@ export interface QueryClientConnectionsResponse {
117
109
  * Query/ClientConnections RPC method
118
110
  */
119
111
  export interface QueryClientConnectionsResponseSDKType {
120
- /** slice of all the connection paths associated with a client. */
121
112
  connection_paths: string[];
122
- /** merkle proof of existence */
123
113
  proof: Uint8Array;
124
- /** height at which the proof was generated */
125
114
  proof_height?: HeightSDKType;
126
115
  }
127
116
  /**
@@ -137,7 +126,6 @@ export interface QueryConnectionClientStateRequest {
137
126
  * Query/ConnectionClientState RPC method
138
127
  */
139
128
  export interface QueryConnectionClientStateRequestSDKType {
140
- /** connection identifier */
141
129
  connection_id: string;
142
130
  }
143
131
  /**
@@ -157,11 +145,8 @@ export interface QueryConnectionClientStateResponse {
157
145
  * Query/ConnectionClientState RPC method
158
146
  */
159
147
  export interface QueryConnectionClientStateResponseSDKType {
160
- /** client state associated with the channel */
161
148
  identified_client_state?: IdentifiedClientStateSDKType;
162
- /** merkle proof of existence */
163
149
  proof: Uint8Array;
164
- /** height at which the proof was retrieved */
165
150
  proof_height?: HeightSDKType;
166
151
  }
167
152
  /**
@@ -179,7 +164,6 @@ export interface QueryConnectionConsensusStateRequest {
179
164
  * Query/ConnectionConsensusState RPC method
180
165
  */
181
166
  export interface QueryConnectionConsensusStateRequestSDKType {
182
- /** connection identifier */
183
167
  connection_id: string;
184
168
  revision_number: Long;
185
169
  revision_height: Long;
@@ -203,13 +187,9 @@ export interface QueryConnectionConsensusStateResponse {
203
187
  * Query/ConnectionConsensusState RPC method
204
188
  */
205
189
  export interface QueryConnectionConsensusStateResponseSDKType {
206
- /** consensus state associated with the channel */
207
190
  consensus_state?: AnySDKType;
208
- /** client ID associated with the consensus state */
209
191
  client_id: string;
210
- /** merkle proof of existence */
211
192
  proof: Uint8Array;
212
- /** height at which the proof was retrieved */
213
193
  proof_height?: HeightSDKType;
214
194
  }
215
195
  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 AminoMsgConnectionOpenInit extends AminoMsg {
4
+ export interface MsgConnectionOpenInitAminoType extends AminoMsg {
5
5
  type: "cosmos-sdk/MsgConnectionOpenInit";
6
6
  value: {
7
7
  client_id: string;
@@ -20,7 +20,7 @@ export interface AminoMsgConnectionOpenInit extends AminoMsg {
20
20
  signer: string;
21
21
  };
22
22
  }
23
- export interface AminoMsgConnectionOpenTry extends AminoMsg {
23
+ export interface MsgConnectionOpenTryAminoType extends AminoMsg {
24
24
  type: "cosmos-sdk/MsgConnectionOpenTry";
25
25
  value: {
26
26
  client_id: string;
@@ -49,7 +49,7 @@ export interface AminoMsgConnectionOpenTry extends AminoMsg {
49
49
  signer: string;
50
50
  };
51
51
  }
52
- export interface AminoMsgConnectionOpenAck extends AminoMsg {
52
+ export interface MsgConnectionOpenAckAminoType extends AminoMsg {
53
53
  type: "cosmos-sdk/MsgConnectionOpenAck";
54
54
  value: {
55
55
  connection_id: string;
@@ -70,7 +70,7 @@ export interface AminoMsgConnectionOpenAck extends AminoMsg {
70
70
  signer: string;
71
71
  };
72
72
  }
73
- export interface AminoMsgConnectionOpenConfirm extends AminoMsg {
73
+ export interface MsgConnectionOpenConfirmAminoType extends AminoMsg {
74
74
  type: "cosmos-sdk/MsgConnectionOpenConfirm";
75
75
  value: {
76
76
  connection_id: string;
@@ -82,22 +82,22 @@ export interface AminoMsgConnectionOpenConfirm 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) => AminoMsgConnectionOpenInit["value"];
86
- fromAmino: ({ client_id, counterparty, version, delay_period, signer }: AminoMsgConnectionOpenInit["value"]) => MsgConnectionOpenInit;
85
+ toAmino: ({ clientId, counterparty, version, delayPeriod, signer }: MsgConnectionOpenInit) => MsgConnectionOpenInitAminoType["value"];
86
+ fromAmino: ({ client_id, counterparty, version, delay_period, signer }: MsgConnectionOpenInitAminoType["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) => 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;
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;
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) => 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;
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;
97
97
  };
98
98
  "/ibc.core.connection.v1.MsgConnectionOpenConfirm": {
99
99
  aminoType: string;
100
- toAmino: ({ connectionId, proofAck, proofHeight, signer }: MsgConnectionOpenConfirm) => AminoMsgConnectionOpenConfirm["value"];
101
- fromAmino: ({ connection_id, proof_ack, proof_height, signer }: AminoMsgConnectionOpenConfirm["value"]) => MsgConnectionOpenConfirm;
100
+ toAmino: ({ connectionId, proofAck, proofHeight, signer }: MsgConnectionOpenConfirm) => MsgConnectionOpenConfirmAminoType["value"];
101
+ fromAmino: ({ connection_id, proof_ack, proof_height, signer }: MsgConnectionOpenConfirmAminoType["value"]) => MsgConnectionOpenConfirm;
102
102
  };
103
103
  };