juno-network 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (452) hide show
  1. package/main/codegen/confio/proofs.js +100 -315
  2. package/main/codegen/cosmos/authz/v1beta1/authz.js +5 -63
  3. package/main/codegen/cosmos/authz/v1beta1/event.js +12 -42
  4. package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -20
  5. package/main/codegen/cosmos/authz/v1beta1/query.js +6 -114
  6. package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +14 -26
  7. package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +22 -2
  8. package/main/codegen/cosmos/authz/v1beta1/tx.js +6 -92
  9. package/main/codegen/cosmos/bank/v1beta1/authz.js +5 -25
  10. package/main/codegen/cosmos/bank/v1beta1/bank.js +20 -178
  11. package/main/codegen/cosmos/bank/v1beta1/genesis.js +5 -73
  12. package/main/codegen/cosmos/bank/v1beta1/query.js +5 -264
  13. package/main/codegen/cosmos/bank/v1beta1/query.lcd.js +24 -30
  14. package/main/codegen/cosmos/bank/v1beta1/query.rpc.query.js +53 -5
  15. package/main/codegen/cosmos/bank/v1beta1/tx.amino.js +6 -6
  16. package/main/codegen/cosmos/bank/v1beta1/tx.js +11 -82
  17. package/main/codegen/cosmos/bank/v1beta1/tx.registry.js +0 -28
  18. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +68 -312
  19. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +12 -42
  20. package/main/codegen/cosmos/base/reflection/v2alpha1/reflection.js +65 -418
  21. package/main/codegen/cosmos/base/v1beta1/coin.js +0 -46
  22. package/main/codegen/cosmos/bundle.js +101 -401
  23. package/main/codegen/cosmos/client.js +11 -37
  24. package/main/codegen/cosmos/crypto/ed25519/keys.js +0 -22
  25. package/main/codegen/cosmos/crypto/hd/v1/hd.js +11 -31
  26. package/main/codegen/cosmos/crypto/keyring/v1/record.js +16 -74
  27. package/main/codegen/cosmos/crypto/multisig/keys.js +5 -29
  28. package/main/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +6 -40
  29. package/main/codegen/cosmos/crypto/secp256k1/keys.js +0 -22
  30. package/main/codegen/cosmos/crypto/secp256r1/keys.js +0 -22
  31. package/main/codegen/cosmos/distribution/v1beta1/distribution.js +57 -289
  32. package/main/codegen/cosmos/distribution/v1beta1/genesis.js +105 -300
  33. package/main/codegen/cosmos/distribution/v1beta1/query.js +63 -308
  34. package/main/codegen/cosmos/distribution/v1beta1/query.lcd.js +35 -41
  35. package/main/codegen/cosmos/distribution/v1beta1/query.rpc.query.js +46 -4
  36. package/main/codegen/cosmos/distribution/v1beta1/tx.amino.js +15 -15
  37. package/main/codegen/cosmos/distribution/v1beta1/tx.js +28 -140
  38. package/main/codegen/cosmos/distribution/v1beta1/tx.registry.js +0 -52
  39. package/main/codegen/cosmos/gov/v1/genesis.js +20 -70
  40. package/main/codegen/cosmos/gov/v1/gov.js +113 -256
  41. package/main/codegen/cosmos/gov/v1/query.js +57 -271
  42. package/main/codegen/cosmos/gov/v1/query.lcd.js +31 -38
  43. package/main/codegen/cosmos/gov/v1/query.rpc.query.js +37 -2
  44. package/main/codegen/cosmos/gov/v1/tx.amino.js +16 -16
  45. package/main/codegen/cosmos/gov/v1/tx.js +25 -176
  46. package/main/codegen/cosmos/gov/v1/tx.registry.js +0 -64
  47. package/main/codegen/cosmos/gov/v1beta1/genesis.js +20 -70
  48. package/main/codegen/cosmos/gov/v1beta1/gov.js +103 -246
  49. package/main/codegen/cosmos/gov/v1beta1/query.js +57 -271
  50. package/main/codegen/cosmos/gov/v1beta1/query.lcd.js +31 -38
  51. package/main/codegen/cosmos/gov/v1beta1/query.rpc.query.js +37 -2
  52. package/main/codegen/cosmos/gov/v1beta1/tx.amino.js +14 -14
  53. package/main/codegen/cosmos/gov/v1beta1/tx.js +25 -142
  54. package/main/codegen/cosmos/gov/v1beta1/tx.registry.js +0 -52
  55. package/main/codegen/cosmos/lcd.js +65 -198
  56. package/main/codegen/cosmos/rpc.query.js +58 -197
  57. package/main/codegen/cosmos/rpc.tx.js +31 -122
  58. package/main/codegen/cosmos/staking/v1beta1/authz.js +38 -59
  59. package/main/codegen/cosmos/staking/v1beta1/genesis.js +14 -96
  60. package/main/codegen/cosmos/staking/v1beta1/query.js +115 -497
  61. package/main/codegen/cosmos/staking/v1beta1/query.lcd.js +48 -49
  62. package/main/codegen/cosmos/staking/v1beta1/query.rpc.query.js +61 -4
  63. package/main/codegen/cosmos/staking/v1beta1/staking.js +222 -565
  64. package/main/codegen/cosmos/staking/v1beta1/tx.amino.js +47 -47
  65. package/main/codegen/cosmos/staking/v1beta1/tx.js +82 -205
  66. package/main/codegen/cosmos/staking/v1beta1/tx.registry.js +0 -64
  67. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +29 -86
  68. package/main/codegen/cosmos/tx/v1beta1/service.js +69 -207
  69. package/main/codegen/cosmos/tx/v1beta1/service.lcd.js +14 -26
  70. package/main/codegen/cosmos/tx/v1beta1/service.rpc.svc.js +33 -7
  71. package/main/codegen/cosmos/tx/v1beta1/tx.js +102 -381
  72. package/main/codegen/cosmos/upgrade/v1beta1/query.js +22 -126
  73. package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +19 -29
  74. package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +34 -4
  75. package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +4 -4
  76. package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -38
  77. package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -28
  78. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +5 -61
  79. package/main/codegen/cosmos_proto/cosmos.js +17 -45
  80. package/main/codegen/cosmwasm/bundle.js +16 -16
  81. package/main/codegen/cosmwasm/client.js +11 -5
  82. package/main/codegen/cosmwasm/lcd.js +76 -209
  83. package/main/codegen/cosmwasm/rpc.query.js +66 -207
  84. package/main/codegen/cosmwasm/rpc.tx.js +41 -132
  85. package/main/codegen/cosmwasm/wasm/v1/genesis.js +57 -178
  86. package/main/codegen/cosmwasm/wasm/v1/ibc.js +10 -36
  87. package/main/codegen/cosmwasm/wasm/v1/proposal.js +56 -250
  88. package/main/codegen/cosmwasm/wasm/v1/query.js +54 -322
  89. package/main/codegen/cosmwasm/wasm/v1/query.lcd.js +28 -34
  90. package/main/codegen/cosmwasm/wasm/v1/query.rpc.query.js +50 -4
  91. package/main/codegen/cosmwasm/wasm/v1/tx.amino.js +16 -16
  92. package/main/codegen/cosmwasm/wasm/v1/tx.js +32 -200
  93. package/main/codegen/cosmwasm/wasm/v1/tx.registry.js +0 -76
  94. package/main/codegen/cosmwasm/wasm/v1/types.js +80 -166
  95. package/main/codegen/gogoproto/bundle.js +2 -2
  96. package/main/codegen/google/bundle.js +9 -15
  97. package/main/codegen/google/protobuf/any.js +6 -20
  98. package/main/codegen/google/protobuf/descriptor.js +407 -1134
  99. package/main/codegen/google/protobuf/duration.js +0 -12
  100. package/main/codegen/google/protobuf/empty.js +0 -7
  101. package/main/codegen/google/protobuf/field_mask.js +0 -20
  102. package/main/codegen/google/protobuf/struct.js +51 -118
  103. package/main/codegen/google/protobuf/timestamp.js +0 -12
  104. package/main/codegen/google/protobuf/wrappers.js +0 -90
  105. package/main/codegen/ibc/applications/transfer/v1/genesis.js +10 -36
  106. package/main/codegen/ibc/applications/transfer/v1/query.js +10 -81
  107. package/main/codegen/ibc/applications/transfer/v1/query.lcd.js +12 -24
  108. package/main/codegen/ibc/applications/transfer/v1/query.rpc.query.js +30 -4
  109. package/main/codegen/ibc/applications/transfer/v1/transfer.js +17 -43
  110. package/main/codegen/ibc/applications/transfer/v1/tx.amino.js +14 -14
  111. package/main/codegen/ibc/applications/transfer/v1/tx.js +21 -50
  112. package/main/codegen/ibc/applications/transfer/v1/tx.registry.js +0 -16
  113. package/main/codegen/ibc/applications/transfer/v2/packet.js +0 -18
  114. package/main/codegen/ibc/bundle.js +56 -74
  115. package/main/codegen/ibc/client.js +11 -5
  116. package/main/codegen/ibc/core/channel/v1/channel.js +103 -198
  117. package/main/codegen/ibc/core/channel/v1/genesis.js +29 -131
  118. package/main/codegen/ibc/core/channel/v1/query.js +202 -646
  119. package/main/codegen/ibc/core/channel/v1/query.lcd.js +45 -47
  120. package/main/codegen/ibc/core/channel/v1/query.rpc.query.js +57 -3
  121. package/main/codegen/ibc/core/channel/v1/tx.amino.js +183 -183
  122. package/main/codegen/ibc/core/channel/v1/tx.js +175 -425
  123. package/main/codegen/ibc/core/channel/v1/tx.registry.js +0 -124
  124. package/main/codegen/ibc/core/client/v1/client.js +57 -167
  125. package/main/codegen/ibc/core/client/v1/genesis.js +29 -111
  126. package/main/codegen/ibc/core/client/v1/query.js +79 -270
  127. package/main/codegen/ibc/core/client/v1/query.lcd.js +28 -35
  128. package/main/codegen/ibc/core/client/v1/query.rpc.query.js +51 -6
  129. package/main/codegen/ibc/core/client/v1/tx.amino.js +39 -39
  130. package/main/codegen/ibc/core/client/v1/tx.js +48 -140
  131. package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -52
  132. package/main/codegen/ibc/core/commitment/v1/commitment.js +11 -73
  133. package/main/codegen/ibc/core/connection/v1/connection.js +61 -191
  134. package/main/codegen/ibc/core/connection/v1/genesis.js +10 -45
  135. package/main/codegen/ibc/core/connection/v1/query.js +75 -221
  136. package/main/codegen/ibc/core/connection/v1/query.lcd.js +20 -30
  137. package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +33 -3
  138. package/main/codegen/ibc/core/connection/v1/tx.amino.js +95 -95
  139. package/main/codegen/ibc/core/connection/v1/tx.js +118 -250
  140. package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -52
  141. package/main/codegen/ibc/lcd.js +107 -240
  142. package/main/codegen/ibc/lightclients/localhost/v1/localhost.js +6 -20
  143. package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +115 -309
  144. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +115 -309
  145. package/main/codegen/ibc/lightclients/tendermint/v1/tendermint.js +86 -191
  146. package/main/codegen/ibc/rpc.query.js +88 -248
  147. package/main/codegen/ibc/rpc.tx.js +69 -160
  148. package/main/codegen/juno/bundle.js +9 -9
  149. package/main/codegen/juno/lcd.js +74 -207
  150. package/main/codegen/juno/mint/genesis.js +0 -14
  151. package/main/codegen/juno/mint/mint.js +22 -50
  152. package/main/codegen/juno/mint/query.js +6 -59
  153. package/main/codegen/juno/mint/query.lcd.js +12 -24
  154. package/main/codegen/juno/mint/query.rpc.query.js +31 -5
  155. package/main/codegen/juno/rpc.query.js +64 -205
  156. package/main/codegen/tendermint/abci/types.js +296 -1020
  157. package/main/codegen/tendermint/bundle.js +17 -17
  158. package/main/codegen/tendermint/crypto/keys.js +0 -14
  159. package/main/codegen/tendermint/crypto/proof.js +6 -92
  160. package/main/codegen/tendermint/libs/bits/types.js +0 -22
  161. package/main/codegen/tendermint/p2p/types.js +53 -143
  162. package/main/codegen/tendermint/types/block.js +5 -23
  163. package/main/codegen/tendermint/types/evidence.js +50 -128
  164. package/main/codegen/tendermint/types/params.js +51 -137
  165. package/main/codegen/tendermint/types/types.js +162 -372
  166. package/main/codegen/tendermint/types/validator.js +30 -82
  167. package/main/codegen/tendermint/version/types.js +0 -24
  168. package/main/index.js +1 -5
  169. package/package.json +5 -5
  170. package/types/codegen/JunoSwap.client.d.ts +120 -0
  171. package/types/codegen/JunoSwap.types.d.ts +124 -0
  172. package/types/codegen/confio/proofs.d.ts +495 -0
  173. package/types/codegen/contracts.d.ts +12 -0
  174. package/types/codegen/cosmos/app/v1alpha1/config.d.ts +51 -0
  175. package/types/codegen/cosmos/app/v1alpha1/module.d.ts +105 -0
  176. package/types/codegen/cosmos/app/v1alpha1/query.d.ts +25 -0
  177. package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +11 -0
  178. package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +49 -0
  179. package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +18 -0
  180. package/types/codegen/cosmos/auth/v1beta1/query.d.ts +171 -0
  181. package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +14 -0
  182. package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +23 -0
  183. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
  184. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
  185. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
  186. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
  187. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  188. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +21 -0
  189. package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +54 -0
  190. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
  191. package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +76 -0
  192. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +15 -0
  193. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
  194. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
  195. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
  196. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
  197. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
  198. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +39 -0
  199. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
  200. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
  201. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
  202. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +13 -0
  203. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
  204. package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +25 -0
  205. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
  206. package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +53 -0
  207. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
  208. package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +118 -0
  209. package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +47 -0
  210. package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +24 -0
  211. package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +197 -0
  212. package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +13 -0
  213. package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +21 -0
  214. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
  215. package/types/codegen/cosmos/bundle.d.ts +6233 -0
  216. package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +45 -0
  217. package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +34 -0
  218. package/types/codegen/cosmos/client.d.ts +473 -0
  219. package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +18 -0
  220. package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +17 -0
  221. package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +25 -0
  222. package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +36 -0
  223. package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +11 -0
  224. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
  225. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  226. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
  227. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
  228. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
  229. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
  230. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
  231. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
  232. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
  233. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
  234. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
  235. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +39 -0
  236. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
  237. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
  238. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
  239. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +17 -0
  240. package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +19 -0
  241. package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +15 -0
  242. package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +60 -0
  243. package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +9 -0
  244. package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +13 -0
  245. package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +19 -0
  246. package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +30 -0
  247. package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +36 -0
  248. package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +11 -0
  249. package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +89 -0
  250. package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +14 -0
  251. package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +84 -0
  252. package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +10 -0
  253. package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +15 -0
  254. package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +32 -0
  255. package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +56 -0
  256. package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +56 -0
  257. package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +13 -0
  258. package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +14 -0
  259. package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
  260. package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
  261. package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
  262. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
  263. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +36 -0
  264. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
  265. package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
  266. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
  267. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +19 -0
  268. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
  269. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
  270. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
  271. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  272. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +36 -0
  273. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
  274. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
  275. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
  276. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +17 -0
  277. package/types/codegen/cosmos/group/v1/events.d.ts +115 -0
  278. package/types/codegen/cosmos/group/v1/genesis.d.ts +38 -0
  279. package/types/codegen/cosmos/group/v1/query.d.ts +350 -0
  280. package/types/codegen/cosmos/group/v1/query.lcd.d.ts +20 -0
  281. package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +35 -0
  282. package/types/codegen/cosmos/group/v1/tx.amino.d.ts +227 -0
  283. package/types/codegen/cosmos/group/v1/tx.d.ts +419 -0
  284. package/types/codegen/cosmos/group/v1/tx.registry.d.ts +296 -0
  285. package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +37 -0
  286. package/types/codegen/cosmos/group/v1/types.d.ts +324 -0
  287. package/types/codegen/cosmos/lcd.d.ts +28 -0
  288. package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +17 -0
  289. package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +38 -0
  290. package/types/codegen/cosmos/mint/v1beta1/query.d.ts +78 -0
  291. package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +10 -0
  292. package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +15 -0
  293. package/types/codegen/cosmos/msg/v1/msg.d.ts +1 -0
  294. package/types/codegen/cosmos/nft/v1beta1/event.d.ts +42 -0
  295. package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +30 -0
  296. package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +47 -0
  297. package/types/codegen/cosmos/nft/v1beta1/query.d.ts +166 -0
  298. package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +14 -0
  299. package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +23 -0
  300. package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +18 -0
  301. package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +30 -0
  302. package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +36 -0
  303. package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +11 -0
  304. package/types/codegen/cosmos/orm/v1/orm.d.ts +117 -0
  305. package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +90 -0
  306. package/types/codegen/cosmos/params/v1beta1/params.d.ts +31 -0
  307. package/types/codegen/cosmos/params/v1beta1/query.d.ts +71 -0
  308. package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +9 -0
  309. package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +13 -0
  310. package/types/codegen/cosmos/rpc.query.d.ts +97 -0
  311. package/types/codegen/cosmos/rpc.tx.d.ts +26 -0
  312. package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +70 -0
  313. package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +85 -0
  314. package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +10 -0
  315. package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +15 -0
  316. package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +52 -0
  317. package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +15 -0
  318. package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +23 -0
  319. package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +36 -0
  320. package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +11 -0
  321. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
  322. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
  323. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
  324. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  325. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +54 -0
  326. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
  327. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
  328. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
  329. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
  330. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +19 -0
  331. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
  332. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
  333. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  334. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +27 -0
  335. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
  336. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
  337. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  338. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +27 -0
  339. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
  340. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
  341. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
  342. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +13 -0
  343. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
  344. package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +58 -0
  345. package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +88 -0
  346. package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +76 -0
  347. package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +15 -0
  348. package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +97 -0
  349. package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
  350. package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
  351. package/types/codegen/cosmwasm/bundle.d.ts +1109 -0
  352. package/types/codegen/cosmwasm/client.d.ts +120 -0
  353. package/types/codegen/cosmwasm/lcd.d.ts +33 -0
  354. package/types/codegen/cosmwasm/rpc.query.d.ts +112 -0
  355. package/types/codegen/cosmwasm/rpc.tx.d.ts +31 -0
  356. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
  357. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
  358. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
  359. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
  360. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
  361. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +39 -0
  362. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
  363. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
  364. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
  365. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +21 -0
  366. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
  367. package/types/codegen/gogoproto/bundle.d.ts +1 -0
  368. package/types/codegen/gogoproto/gogo.d.ts +1 -0
  369. package/types/codegen/google/api/annotations.d.ts +1 -0
  370. package/types/codegen/google/api/http.d.ts +375 -0
  371. package/types/codegen/google/bundle.d.ts +1545 -0
  372. package/types/codegen/google/protobuf/any.d.ts +237 -0
  373. package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
  374. package/types/codegen/google/protobuf/duration.d.ts +161 -0
  375. package/types/codegen/google/protobuf/empty.d.ts +33 -0
  376. package/types/codegen/google/protobuf/field_mask.d.ts +417 -0
  377. package/types/codegen/google/protobuf/struct.d.ts +148 -0
  378. package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
  379. package/types/codegen/google/protobuf/wrappers.d.ts +209 -0
  380. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
  381. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
  382. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
  383. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +21 -0
  384. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
  385. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
  386. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
  387. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  388. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +11 -0
  389. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
  390. package/types/codegen/ibc/bundle.d.ts +3781 -0
  391. package/types/codegen/ibc/client.d.ts +559 -0
  392. package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
  393. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
  394. package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
  395. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
  396. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +51 -0
  397. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
  398. package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
  399. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
  400. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +29 -0
  401. package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
  402. package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
  403. package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
  404. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
  405. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +36 -0
  406. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
  407. package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
  408. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
  409. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +17 -0
  410. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
  411. package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
  412. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
  413. package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
  414. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
  415. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +27 -0
  416. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
  417. package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
  418. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
  419. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +17 -0
  420. package/types/codegen/ibc/core/port/v1/query.d.ts +37 -0
  421. package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +11 -0
  422. package/types/codegen/ibc/core/types/v1/genesis.d.ts +21 -0
  423. package/types/codegen/ibc/lcd.d.ts +46 -0
  424. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
  425. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
  426. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
  427. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
  428. package/types/codegen/ibc/rpc.query.d.ts +148 -0
  429. package/types/codegen/ibc/rpc.tx.d.ts +44 -0
  430. package/types/codegen/ics23/bundle.d.ts +545 -0
  431. package/types/codegen/index.d.ts +18 -0
  432. package/types/codegen/juno/bundle.d.ts +226 -0
  433. package/types/codegen/juno/lcd.d.ts +31 -0
  434. package/types/codegen/juno/mint/genesis.d.ts +22 -0
  435. package/types/codegen/juno/mint/mint.d.ts +44 -0
  436. package/types/codegen/juno/mint/query.d.ts +99 -0
  437. package/types/codegen/juno/mint/query.lcd.d.ts +11 -0
  438. package/types/codegen/juno/mint/query.rpc.query.d.ts +21 -0
  439. package/types/codegen/juno/rpc.query.d.ts +104 -0
  440. package/types/codegen/tendermint/abci/types.d.ts +902 -0
  441. package/types/codegen/tendermint/bundle.d.ts +2065 -0
  442. package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
  443. package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
  444. package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
  445. package/types/codegen/tendermint/p2p/types.d.ts +87 -0
  446. package/types/codegen/tendermint/types/block.d.ts +21 -0
  447. package/types/codegen/tendermint/types/evidence.d.ts +70 -0
  448. package/types/codegen/tendermint/types/params.d.ts +181 -0
  449. package/types/codegen/tendermint/types/types.d.ts +326 -0
  450. package/types/codegen/tendermint/types/validator.d.ts +48 -0
  451. package/types/codegen/tendermint/version/types.d.ts +48 -0
  452. package/types/index.d.ts +1 -0
@@ -0,0 +1,132 @@
1
+ import { GeneratedType, Registry } from "@cosmjs/proto-signing";
2
+ import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement } from "./tx";
3
+ export declare const registry: ReadonlyArray<[string, GeneratedType]>;
4
+ export declare const load: (protoRegistry: Registry) => void;
5
+ export declare const MessageComposer: {
6
+ encoded: {
7
+ channelOpenInit(value: MsgChannelOpenInit): {
8
+ typeUrl: string;
9
+ value: Uint8Array;
10
+ };
11
+ channelOpenTry(value: MsgChannelOpenTry): {
12
+ typeUrl: string;
13
+ value: Uint8Array;
14
+ };
15
+ channelOpenAck(value: MsgChannelOpenAck): {
16
+ typeUrl: string;
17
+ value: Uint8Array;
18
+ };
19
+ channelOpenConfirm(value: MsgChannelOpenConfirm): {
20
+ typeUrl: string;
21
+ value: Uint8Array;
22
+ };
23
+ channelCloseInit(value: MsgChannelCloseInit): {
24
+ typeUrl: string;
25
+ value: Uint8Array;
26
+ };
27
+ channelCloseConfirm(value: MsgChannelCloseConfirm): {
28
+ typeUrl: string;
29
+ value: Uint8Array;
30
+ };
31
+ recvPacket(value: MsgRecvPacket): {
32
+ typeUrl: string;
33
+ value: Uint8Array;
34
+ };
35
+ timeout(value: MsgTimeout): {
36
+ typeUrl: string;
37
+ value: Uint8Array;
38
+ };
39
+ timeoutOnClose(value: MsgTimeoutOnClose): {
40
+ typeUrl: string;
41
+ value: Uint8Array;
42
+ };
43
+ acknowledgement(value: MsgAcknowledgement): {
44
+ typeUrl: string;
45
+ value: Uint8Array;
46
+ };
47
+ };
48
+ withTypeUrl: {
49
+ channelOpenInit(value: MsgChannelOpenInit): {
50
+ typeUrl: string;
51
+ value: MsgChannelOpenInit;
52
+ };
53
+ channelOpenTry(value: MsgChannelOpenTry): {
54
+ typeUrl: string;
55
+ value: MsgChannelOpenTry;
56
+ };
57
+ channelOpenAck(value: MsgChannelOpenAck): {
58
+ typeUrl: string;
59
+ value: MsgChannelOpenAck;
60
+ };
61
+ channelOpenConfirm(value: MsgChannelOpenConfirm): {
62
+ typeUrl: string;
63
+ value: MsgChannelOpenConfirm;
64
+ };
65
+ channelCloseInit(value: MsgChannelCloseInit): {
66
+ typeUrl: string;
67
+ value: MsgChannelCloseInit;
68
+ };
69
+ channelCloseConfirm(value: MsgChannelCloseConfirm): {
70
+ typeUrl: string;
71
+ value: MsgChannelCloseConfirm;
72
+ };
73
+ recvPacket(value: MsgRecvPacket): {
74
+ typeUrl: string;
75
+ value: MsgRecvPacket;
76
+ };
77
+ timeout(value: MsgTimeout): {
78
+ typeUrl: string;
79
+ value: MsgTimeout;
80
+ };
81
+ timeoutOnClose(value: MsgTimeoutOnClose): {
82
+ typeUrl: string;
83
+ value: MsgTimeoutOnClose;
84
+ };
85
+ acknowledgement(value: MsgAcknowledgement): {
86
+ typeUrl: string;
87
+ value: MsgAcknowledgement;
88
+ };
89
+ };
90
+ fromPartial: {
91
+ channelOpenInit(value: MsgChannelOpenInit): {
92
+ typeUrl: string;
93
+ value: MsgChannelOpenInit;
94
+ };
95
+ channelOpenTry(value: MsgChannelOpenTry): {
96
+ typeUrl: string;
97
+ value: MsgChannelOpenTry;
98
+ };
99
+ channelOpenAck(value: MsgChannelOpenAck): {
100
+ typeUrl: string;
101
+ value: MsgChannelOpenAck;
102
+ };
103
+ channelOpenConfirm(value: MsgChannelOpenConfirm): {
104
+ typeUrl: string;
105
+ value: MsgChannelOpenConfirm;
106
+ };
107
+ channelCloseInit(value: MsgChannelCloseInit): {
108
+ typeUrl: string;
109
+ value: MsgChannelCloseInit;
110
+ };
111
+ channelCloseConfirm(value: MsgChannelCloseConfirm): {
112
+ typeUrl: string;
113
+ value: MsgChannelCloseConfirm;
114
+ };
115
+ recvPacket(value: MsgRecvPacket): {
116
+ typeUrl: string;
117
+ value: MsgRecvPacket;
118
+ };
119
+ timeout(value: MsgTimeout): {
120
+ typeUrl: string;
121
+ value: MsgTimeout;
122
+ };
123
+ timeoutOnClose(value: MsgTimeoutOnClose): {
124
+ typeUrl: string;
125
+ value: MsgTimeoutOnClose;
126
+ };
127
+ acknowledgement(value: MsgAcknowledgement): {
128
+ typeUrl: string;
129
+ value: MsgAcknowledgement;
130
+ };
131
+ };
132
+ };
@@ -0,0 +1,29 @@
1
+ import { Rpc } from "@osmonauts/helpers";
2
+ import { MsgChannelOpenInit, MsgChannelOpenInitResponseSDKType, MsgChannelOpenTry, MsgChannelOpenTryResponseSDKType, MsgChannelOpenAck, MsgChannelOpenAckResponseSDKType, MsgChannelOpenConfirm, MsgChannelOpenConfirmResponseSDKType, MsgChannelCloseInit, MsgChannelCloseInitResponseSDKType, MsgChannelCloseConfirm, MsgChannelCloseConfirmResponseSDKType, MsgRecvPacket, MsgRecvPacketResponseSDKType, MsgTimeout, MsgTimeoutResponseSDKType, MsgTimeoutOnClose, MsgTimeoutOnCloseResponseSDKType, MsgAcknowledgement, MsgAcknowledgementResponseSDKType } from "./tx";
3
+ /** Msg defines the RPC service */
4
+ export interface Msg {
5
+ channelOpenInit(request: MsgChannelOpenInit): Promise<MsgChannelOpenInitResponseSDKType>;
6
+ channelOpenTry(request: MsgChannelOpenTry): Promise<MsgChannelOpenTryResponseSDKType>;
7
+ channelOpenAck(request: MsgChannelOpenAck): Promise<MsgChannelOpenAckResponseSDKType>;
8
+ channelOpenConfirm(request: MsgChannelOpenConfirm): Promise<MsgChannelOpenConfirmResponseSDKType>;
9
+ channelCloseInit(request: MsgChannelCloseInit): Promise<MsgChannelCloseInitResponseSDKType>;
10
+ channelCloseConfirm(request: MsgChannelCloseConfirm): Promise<MsgChannelCloseConfirmResponseSDKType>;
11
+ recvPacket(request: MsgRecvPacket): Promise<MsgRecvPacketResponseSDKType>;
12
+ timeout(request: MsgTimeout): Promise<MsgTimeoutResponseSDKType>;
13
+ timeoutOnClose(request: MsgTimeoutOnClose): Promise<MsgTimeoutOnCloseResponseSDKType>;
14
+ acknowledgement(request: MsgAcknowledgement): Promise<MsgAcknowledgementResponseSDKType>;
15
+ }
16
+ export declare class MsgClientImpl implements Msg {
17
+ private readonly rpc;
18
+ constructor(rpc: Rpc);
19
+ channelOpenInit(request: MsgChannelOpenInit): Promise<MsgChannelOpenInitResponseSDKType>;
20
+ channelOpenTry(request: MsgChannelOpenTry): Promise<MsgChannelOpenTryResponseSDKType>;
21
+ channelOpenAck(request: MsgChannelOpenAck): Promise<MsgChannelOpenAckResponseSDKType>;
22
+ channelOpenConfirm(request: MsgChannelOpenConfirm): Promise<MsgChannelOpenConfirmResponseSDKType>;
23
+ channelCloseInit(request: MsgChannelCloseInit): Promise<MsgChannelCloseInitResponseSDKType>;
24
+ channelCloseConfirm(request: MsgChannelCloseConfirm): Promise<MsgChannelCloseConfirmResponseSDKType>;
25
+ recvPacket(request: MsgRecvPacket): Promise<MsgRecvPacketResponseSDKType>;
26
+ timeout(request: MsgTimeout): Promise<MsgTimeoutResponseSDKType>;
27
+ timeoutOnClose(request: MsgTimeoutOnClose): Promise<MsgTimeoutOnCloseResponseSDKType>;
28
+ acknowledgement(request: MsgAcknowledgement): Promise<MsgAcknowledgementResponseSDKType>;
29
+ }
@@ -0,0 +1,219 @@
1
+ import { Any, AnySDKType } from "../../../../google/protobuf/any";
2
+ import { Plan, PlanSDKType } from "../../../../cosmos/upgrade/v1beta1/upgrade";
3
+ import * as _m0 from "protobufjs/minimal";
4
+ import { DeepPartial, Long } from "@osmonauts/helpers";
5
+ /**
6
+ * IdentifiedClientState defines a client state with an additional client
7
+ * identifier field.
8
+ */
9
+ export interface IdentifiedClientState {
10
+ /** client identifier */
11
+ clientId: string;
12
+ /** client state */
13
+ clientState: Any;
14
+ }
15
+ /**
16
+ * IdentifiedClientState defines a client state with an additional client
17
+ * identifier field.
18
+ */
19
+ export interface IdentifiedClientStateSDKType {
20
+ /** client identifier */
21
+ client_id: string;
22
+ /** client state */
23
+ client_state: AnySDKType;
24
+ }
25
+ /**
26
+ * ConsensusStateWithHeight defines a consensus state with an additional height
27
+ * field.
28
+ */
29
+ export interface ConsensusStateWithHeight {
30
+ /** consensus state height */
31
+ height: Height;
32
+ /** consensus state */
33
+ consensusState: Any;
34
+ }
35
+ /**
36
+ * ConsensusStateWithHeight defines a consensus state with an additional height
37
+ * field.
38
+ */
39
+ export interface ConsensusStateWithHeightSDKType {
40
+ /** consensus state height */
41
+ height: HeightSDKType;
42
+ /** consensus state */
43
+ consensus_state: AnySDKType;
44
+ }
45
+ /**
46
+ * ClientConsensusStates defines all the stored consensus states for a given
47
+ * client.
48
+ */
49
+ export interface ClientConsensusStates {
50
+ /** client identifier */
51
+ clientId: string;
52
+ /** consensus states and their heights associated with the client */
53
+ consensusStates: ConsensusStateWithHeight[];
54
+ }
55
+ /**
56
+ * ClientConsensusStates defines all the stored consensus states for a given
57
+ * client.
58
+ */
59
+ export interface ClientConsensusStatesSDKType {
60
+ /** client identifier */
61
+ client_id: string;
62
+ /** consensus states and their heights associated with the client */
63
+ consensus_states: ConsensusStateWithHeightSDKType[];
64
+ }
65
+ /**
66
+ * ClientUpdateProposal is a governance proposal. If it passes, the substitute
67
+ * client's latest consensus state is copied over to the subject client. The proposal
68
+ * handler may fail if the subject and the substitute do not match in client and
69
+ * chain parameters (with exception to latest height, frozen height, and chain-id).
70
+ */
71
+ export interface ClientUpdateProposal {
72
+ /** the title of the update proposal */
73
+ title: string;
74
+ /** the description of the proposal */
75
+ description: string;
76
+ /** the client identifier for the client to be updated if the proposal passes */
77
+ subjectClientId: string;
78
+ /**
79
+ * the substitute client identifier for the client standing in for the subject
80
+ * client
81
+ */
82
+ substituteClientId: string;
83
+ }
84
+ /**
85
+ * ClientUpdateProposal is a governance proposal. If it passes, the substitute
86
+ * client's latest consensus state is copied over to the subject client. The proposal
87
+ * handler may fail if the subject and the substitute do not match in client and
88
+ * chain parameters (with exception to latest height, frozen height, and chain-id).
89
+ */
90
+ export interface ClientUpdateProposalSDKType {
91
+ /** the title of the update proposal */
92
+ title: string;
93
+ /** the description of the proposal */
94
+ description: string;
95
+ /** the client identifier for the client to be updated if the proposal passes */
96
+ subject_client_id: string;
97
+ /**
98
+ * the substitute client identifier for the client standing in for the subject
99
+ * client
100
+ */
101
+ substitute_client_id: string;
102
+ }
103
+ /**
104
+ * UpgradeProposal is a gov Content type for initiating an IBC breaking
105
+ * upgrade.
106
+ */
107
+ export interface UpgradeProposal {
108
+ title: string;
109
+ description: string;
110
+ plan: Plan;
111
+ /**
112
+ * An UpgradedClientState must be provided to perform an IBC breaking upgrade.
113
+ * This will make the chain commit to the correct upgraded (self) client state
114
+ * before the upgrade occurs, so that connecting chains can verify that the
115
+ * new upgraded client is valid by verifying a proof on the previous version
116
+ * of the chain. This will allow IBC connections to persist smoothly across
117
+ * planned chain upgrades
118
+ */
119
+ upgradedClientState: Any;
120
+ }
121
+ /**
122
+ * UpgradeProposal is a gov Content type for initiating an IBC breaking
123
+ * upgrade.
124
+ */
125
+ export interface UpgradeProposalSDKType {
126
+ title: string;
127
+ description: string;
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
+ */
137
+ upgraded_client_state: AnySDKType;
138
+ }
139
+ /**
140
+ * Height is a monotonically increasing data type
141
+ * that can be compared against another Height for the purposes of updating and
142
+ * freezing clients
143
+ *
144
+ * Normally the RevisionHeight is incremented at each height while keeping
145
+ * RevisionNumber the same. However some consensus algorithms may choose to
146
+ * reset the height in certain conditions e.g. hard forks, state-machine
147
+ * breaking changes In these cases, the RevisionNumber is incremented so that
148
+ * height continues to be monitonically increasing even as the RevisionHeight
149
+ * gets reset
150
+ */
151
+ export interface Height {
152
+ /** the revision that the client is currently on */
153
+ revisionNumber: Long;
154
+ /** the height within the given revision */
155
+ revisionHeight: Long;
156
+ }
157
+ /**
158
+ * Height is a monotonically increasing data type
159
+ * that can be compared against another Height for the purposes of updating and
160
+ * freezing clients
161
+ *
162
+ * Normally the RevisionHeight is incremented at each height while keeping
163
+ * RevisionNumber the same. However some consensus algorithms may choose to
164
+ * reset the height in certain conditions e.g. hard forks, state-machine
165
+ * breaking changes In these cases, the RevisionNumber is incremented so that
166
+ * height continues to be monitonically increasing even as the RevisionHeight
167
+ * gets reset
168
+ */
169
+ export interface HeightSDKType {
170
+ /** the revision that the client is currently on */
171
+ revision_number: Long;
172
+ /** the height within the given revision */
173
+ revision_height: Long;
174
+ }
175
+ /** Params defines the set of IBC light client parameters. */
176
+ export interface Params {
177
+ /** allowed_clients defines the list of allowed client state types. */
178
+ allowedClients: string[];
179
+ }
180
+ /** Params defines the set of IBC light client parameters. */
181
+ export interface ParamsSDKType {
182
+ /** allowed_clients defines the list of allowed client state types. */
183
+ allowed_clients: string[];
184
+ }
185
+ export declare const IdentifiedClientState: {
186
+ encode(message: IdentifiedClientState, writer?: _m0.Writer): _m0.Writer;
187
+ decode(input: _m0.Reader | Uint8Array, length?: number): IdentifiedClientState;
188
+ fromPartial(object: DeepPartial<IdentifiedClientState>): IdentifiedClientState;
189
+ };
190
+ export declare const ConsensusStateWithHeight: {
191
+ encode(message: ConsensusStateWithHeight, writer?: _m0.Writer): _m0.Writer;
192
+ decode(input: _m0.Reader | Uint8Array, length?: number): ConsensusStateWithHeight;
193
+ fromPartial(object: DeepPartial<ConsensusStateWithHeight>): ConsensusStateWithHeight;
194
+ };
195
+ export declare const ClientConsensusStates: {
196
+ encode(message: ClientConsensusStates, writer?: _m0.Writer): _m0.Writer;
197
+ decode(input: _m0.Reader | Uint8Array, length?: number): ClientConsensusStates;
198
+ fromPartial(object: DeepPartial<ClientConsensusStates>): ClientConsensusStates;
199
+ };
200
+ export declare const ClientUpdateProposal: {
201
+ encode(message: ClientUpdateProposal, writer?: _m0.Writer): _m0.Writer;
202
+ decode(input: _m0.Reader | Uint8Array, length?: number): ClientUpdateProposal;
203
+ fromPartial(object: DeepPartial<ClientUpdateProposal>): ClientUpdateProposal;
204
+ };
205
+ export declare const UpgradeProposal: {
206
+ encode(message: UpgradeProposal, writer?: _m0.Writer): _m0.Writer;
207
+ decode(input: _m0.Reader | Uint8Array, length?: number): UpgradeProposal;
208
+ fromPartial(object: DeepPartial<UpgradeProposal>): UpgradeProposal;
209
+ };
210
+ export declare const Height: {
211
+ encode(message: Height, writer?: _m0.Writer): _m0.Writer;
212
+ decode(input: _m0.Reader | Uint8Array, length?: number): Height;
213
+ fromPartial(object: DeepPartial<Height>): Height;
214
+ };
215
+ export declare const Params: {
216
+ encode(message: Params, writer?: _m0.Writer): _m0.Writer;
217
+ decode(input: _m0.Reader | Uint8Array, length?: number): Params;
218
+ fromPartial(object: DeepPartial<Params>): Params;
219
+ };
@@ -0,0 +1,82 @@
1
+ import { IdentifiedClientState, IdentifiedClientStateSDKType, ClientConsensusStates, ClientConsensusStatesSDKType, Params, ParamsSDKType } from "./client";
2
+ import * as _m0 from "protobufjs/minimal";
3
+ import { Long, DeepPartial } from "@osmonauts/helpers";
4
+ /** GenesisState defines the ibc client submodule's genesis state. */
5
+ export interface GenesisState {
6
+ /** client states with their corresponding identifiers */
7
+ clients: IdentifiedClientState[];
8
+ /** consensus states from each client */
9
+ clientsConsensus: ClientConsensusStates[];
10
+ /** metadata from each client */
11
+ clientsMetadata: IdentifiedGenesisMetadata[];
12
+ params: Params;
13
+ /** create localhost on initialization */
14
+ createLocalhost: boolean;
15
+ /** the sequence for the next generated client identifier */
16
+ nextClientSequence: Long;
17
+ }
18
+ /** GenesisState defines the ibc client submodule's genesis state. */
19
+ export interface GenesisStateSDKType {
20
+ /** client states with their corresponding identifiers */
21
+ clients: IdentifiedClientStateSDKType[];
22
+ /** consensus states from each client */
23
+ clients_consensus: ClientConsensusStatesSDKType[];
24
+ /** metadata from each client */
25
+ clients_metadata: IdentifiedGenesisMetadataSDKType[];
26
+ params: ParamsSDKType;
27
+ /** create localhost on initialization */
28
+ create_localhost: boolean;
29
+ /** the sequence for the next generated client identifier */
30
+ next_client_sequence: Long;
31
+ }
32
+ /**
33
+ * GenesisMetadata defines the genesis type for metadata that clients may return
34
+ * with ExportMetadata
35
+ */
36
+ export interface GenesisMetadata {
37
+ /** store key of metadata without clientID-prefix */
38
+ key: Uint8Array;
39
+ /** metadata value */
40
+ value: Uint8Array;
41
+ }
42
+ /**
43
+ * GenesisMetadata defines the genesis type for metadata that clients may return
44
+ * with ExportMetadata
45
+ */
46
+ export interface GenesisMetadataSDKType {
47
+ /** store key of metadata without clientID-prefix */
48
+ key: Uint8Array;
49
+ /** metadata value */
50
+ value: Uint8Array;
51
+ }
52
+ /**
53
+ * IdentifiedGenesisMetadata has the client metadata with the corresponding
54
+ * client id.
55
+ */
56
+ export interface IdentifiedGenesisMetadata {
57
+ clientId: string;
58
+ clientMetadata: GenesisMetadata[];
59
+ }
60
+ /**
61
+ * IdentifiedGenesisMetadata has the client metadata with the corresponding
62
+ * client id.
63
+ */
64
+ export interface IdentifiedGenesisMetadataSDKType {
65
+ client_id: string;
66
+ client_metadata: GenesisMetadataSDKType[];
67
+ }
68
+ export declare const GenesisState: {
69
+ encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
70
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
71
+ fromPartial(object: DeepPartial<GenesisState>): GenesisState;
72
+ };
73
+ export declare const GenesisMetadata: {
74
+ encode(message: GenesisMetadata, writer?: _m0.Writer): _m0.Writer;
75
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisMetadata;
76
+ fromPartial(object: DeepPartial<GenesisMetadata>): GenesisMetadata;
77
+ };
78
+ export declare const IdentifiedGenesisMetadata: {
79
+ encode(message: IdentifiedGenesisMetadata, writer?: _m0.Writer): _m0.Writer;
80
+ decode(input: _m0.Reader | Uint8Array, length?: number): IdentifiedGenesisMetadata;
81
+ fromPartial(object: DeepPartial<IdentifiedGenesisMetadata>): IdentifiedGenesisMetadata;
82
+ };