juno-network 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (365) hide show
  1. package/main/codegen/confio/proofs.js +29 -3
  2. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  3. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  4. package/main/codegen/cosmos/bundle.js +47 -47
  5. package/main/codegen/cosmos/gov/v1/genesis.js +1 -1
  6. package/main/codegen/cosmos/gov/v1/gov.js +21 -4
  7. package/main/codegen/cosmos/gov/v1/query.js +1 -1
  8. package/main/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  9. package/main/codegen/cosmos/gov/v1beta1/gov.js +21 -4
  10. package/main/codegen/cosmos/gov/v1beta1/query.js +1 -1
  11. package/main/codegen/cosmos/staking/v1beta1/authz.js +13 -2
  12. package/main/codegen/cosmos/staking/v1beta1/staking.js +9 -2
  13. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +19 -2
  14. package/main/codegen/cosmos/tx/v1beta1/service.js +17 -4
  15. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  16. package/main/codegen/cosmos_proto/cosmos.js +7 -1
  17. package/main/codegen/cosmwasm/bundle.js +10 -10
  18. package/main/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  19. package/main/codegen/cosmwasm/wasm/v1/types.js +19 -4
  20. package/main/codegen/gaia/bundle.js +28 -0
  21. package/main/codegen/gaia/globalfee/v1beta1/genesis.js +100 -0
  22. package/main/codegen/gaia/globalfee/v1beta1/query.js +91 -0
  23. package/main/codegen/gaia/globalfee/v1beta1/query.lcd.js +54 -0
  24. package/main/codegen/gaia/globalfee/v1beta1/query.rpc.Query.js +47 -0
  25. package/main/codegen/gaia/lcd.js +167 -0
  26. package/main/codegen/gaia/rpc.query.js +134 -0
  27. package/main/codegen/gogoproto/bundle.js +2 -2
  28. package/main/codegen/google/bundle.js +6 -6
  29. package/main/codegen/google/protobuf/descriptor.js +63 -8
  30. package/main/codegen/google/protobuf/duration.js +1 -1
  31. package/main/codegen/google/protobuf/timestamp.js +1 -1
  32. package/main/codegen/helpers.js +1 -1
  33. package/main/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  34. package/main/codegen/ibc/bundle.js +56 -56
  35. package/main/codegen/ibc/core/channel/v1/channel.js +21 -4
  36. package/main/codegen/ibc/core/channel/v1/genesis.js +1 -1
  37. package/main/codegen/ibc/core/client/v1/genesis.js +1 -1
  38. package/main/codegen/ibc/core/connection/v1/connection.js +13 -3
  39. package/main/codegen/ibc/core/connection/v1/genesis.js +1 -1
  40. package/main/codegen/ibc/core/connection/v1/tx.js +1 -1
  41. package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +19 -3
  42. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +19 -3
  43. package/main/codegen/index.js +30 -19
  44. package/main/codegen/juno/bundle.js +20 -20
  45. package/main/codegen/juno/mint/mint.js +1 -1
  46. package/main/codegen/osmosis/bundle.js +15 -15
  47. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +49 -8
  48. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.js +112 -6
  49. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +19 -1
  50. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +10 -0
  51. package/main/codegen/router/bundle.js +8 -8
  52. package/main/codegen/tendermint/abci/types.js +33 -4
  53. package/main/codegen/tendermint/bundle.js +17 -17
  54. package/main/codegen/tendermint/crypto/proof.js +1 -1
  55. package/main/codegen/tendermint/libs/bits/types.js +1 -1
  56. package/main/codegen/tendermint/p2p/types.js +1 -1
  57. package/main/codegen/tendermint/types/types.js +18 -4
  58. package/main/codegen/tendermint/types/validator.js +1 -1
  59. package/main/codegen/tendermint/version/types.js +1 -1
  60. package/module/codegen/confio/proofs.js +29 -2
  61. package/module/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  62. package/module/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  63. package/module/codegen/cosmos/bundle.js +47 -47
  64. package/module/codegen/cosmos/gov/v1/genesis.js +1 -1
  65. package/module/codegen/cosmos/gov/v1/gov.js +21 -2
  66. package/module/codegen/cosmos/gov/v1/query.js +1 -1
  67. package/module/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  68. package/module/codegen/cosmos/gov/v1beta1/gov.js +21 -2
  69. package/module/codegen/cosmos/gov/v1beta1/query.js +1 -1
  70. package/module/codegen/cosmos/staking/v1beta1/authz.js +13 -1
  71. package/module/codegen/cosmos/staking/v1beta1/staking.js +9 -1
  72. package/module/codegen/cosmos/tx/signing/v1beta1/signing.js +19 -1
  73. package/module/codegen/cosmos/tx/v1beta1/service.js +17 -2
  74. package/module/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  75. package/module/codegen/cosmos_proto/cosmos.js +7 -1
  76. package/module/codegen/cosmwasm/bundle.js +10 -10
  77. package/module/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  78. package/module/codegen/cosmwasm/wasm/v1/types.js +19 -2
  79. package/module/codegen/gaia/bundle.js +17 -0
  80. package/module/codegen/gaia/globalfee/v1beta1/genesis.js +73 -0
  81. package/module/codegen/gaia/globalfee/v1beta1/query.js +64 -0
  82. package/module/codegen/gaia/globalfee/v1beta1/query.lcd.js +16 -0
  83. package/module/codegen/gaia/globalfee/v1beta1/query.rpc.Query.js +27 -0
  84. package/module/codegen/gaia/lcd.js +57 -0
  85. package/module/codegen/gaia/rpc.query.js +39 -0
  86. package/module/codegen/gogoproto/bundle.js +2 -2
  87. package/module/codegen/google/bundle.js +6 -6
  88. package/module/codegen/google/protobuf/descriptor.js +63 -6
  89. package/module/codegen/google/protobuf/duration.js +1 -1
  90. package/module/codegen/google/protobuf/timestamp.js +1 -1
  91. package/module/codegen/helpers.js +1 -1
  92. package/module/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  93. package/module/codegen/ibc/bundle.js +56 -56
  94. package/module/codegen/ibc/core/channel/v1/channel.js +21 -2
  95. package/module/codegen/ibc/core/channel/v1/genesis.js +1 -1
  96. package/module/codegen/ibc/core/client/v1/genesis.js +1 -1
  97. package/module/codegen/ibc/core/connection/v1/connection.js +13 -2
  98. package/module/codegen/ibc/core/connection/v1/genesis.js +1 -1
  99. package/module/codegen/ibc/core/connection/v1/tx.js +1 -1
  100. package/module/codegen/ibc/lightclients/solomachine/v1/solomachine.js +19 -2
  101. package/module/codegen/ibc/lightclients/solomachine/v2/solomachine.js +19 -2
  102. package/module/codegen/index.js +2 -1
  103. package/module/codegen/juno/bundle.js +20 -20
  104. package/module/codegen/juno/mint/mint.js +1 -1
  105. package/module/codegen/osmosis/bundle.js +15 -15
  106. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +51 -8
  107. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.js +106 -4
  108. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +20 -2
  109. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +7 -1
  110. package/module/codegen/router/bundle.js +8 -8
  111. package/module/codegen/tendermint/abci/types.js +33 -4
  112. package/module/codegen/tendermint/bundle.js +17 -17
  113. package/module/codegen/tendermint/crypto/proof.js +1 -1
  114. package/module/codegen/tendermint/libs/bits/types.js +1 -1
  115. package/module/codegen/tendermint/p2p/types.js +1 -1
  116. package/module/codegen/tendermint/types/evidence.js +1 -1
  117. package/module/codegen/tendermint/types/types.js +19 -3
  118. package/module/codegen/tendermint/types/validator.js +1 -1
  119. package/module/codegen/tendermint/version/types.js +1 -1
  120. package/package.json +2 -2
  121. package/src/codegen/confio/proofs.ts +80 -8
  122. package/src/codegen/cosmos/authz/v1beta1/authz.ts +8 -0
  123. package/src/codegen/cosmos/authz/v1beta1/event.ts +10 -0
  124. package/src/codegen/cosmos/authz/v1beta1/query.ts +17 -0
  125. package/src/codegen/cosmos/authz/v1beta1/tx.ts +6 -0
  126. package/src/codegen/cosmos/bank/v1beta1/bank.ts +46 -0
  127. package/src/codegen/cosmos/bank/v1beta1/genesis.ts +13 -0
  128. package/src/codegen/cosmos/bank/v1beta1/query.ts +44 -0
  129. package/src/codegen/cosmos/bank/v1beta1/tx.amino.ts +6 -6
  130. package/src/codegen/cosmos/base/abci/v1beta1/abci.ts +87 -1
  131. package/src/codegen/cosmos/base/query/v1beta1/pagination.ts +40 -1
  132. package/src/codegen/cosmos/base/reflection/v2alpha1/reflection.ts +78 -0
  133. package/src/codegen/cosmos/bundle.ts +76 -76
  134. package/src/codegen/cosmos/crypto/hd/v1/hd.ts +12 -0
  135. package/src/codegen/cosmos/crypto/keyring/v1/record.ts +11 -0
  136. package/src/codegen/cosmos/crypto/secp256r1/keys.ts +5 -0
  137. package/src/codegen/cosmos/distribution/v1beta1/genesis.ts +48 -0
  138. package/src/codegen/cosmos/distribution/v1beta1/query.ts +27 -0
  139. package/src/codegen/cosmos/distribution/v1beta1/tx.amino.ts +12 -12
  140. package/src/codegen/cosmos/gov/v1/genesis.ts +14 -1
  141. package/src/codegen/cosmos/gov/v1/gov.ts +86 -4
  142. package/src/codegen/cosmos/gov/v1/query.ts +43 -3
  143. package/src/codegen/cosmos/gov/v1/tx.amino.ts +15 -15
  144. package/src/codegen/cosmos/gov/v1/tx.ts +7 -2
  145. package/src/codegen/cosmos/gov/v1beta1/genesis.ts +14 -1
  146. package/src/codegen/cosmos/gov/v1beta1/gov.ts +91 -5
  147. package/src/codegen/cosmos/gov/v1beta1/query.ts +43 -3
  148. package/src/codegen/cosmos/gov/v1beta1/tx.amino.ts +12 -12
  149. package/src/codegen/cosmos/gov/v1beta1/tx.ts +2 -2
  150. package/src/codegen/cosmos/staking/v1beta1/authz.ts +34 -2
  151. package/src/codegen/cosmos/staking/v1beta1/genesis.ts +22 -0
  152. package/src/codegen/cosmos/staking/v1beta1/query.ts +60 -0
  153. package/src/codegen/cosmos/staking/v1beta1/staking.ts +97 -2
  154. package/src/codegen/cosmos/staking/v1beta1/tx.amino.ts +15 -15
  155. package/src/codegen/cosmos/staking/v1beta1/tx.ts +7 -0
  156. package/src/codegen/cosmos/tx/signing/v1beta1/signing.ts +66 -2
  157. package/src/codegen/cosmos/tx/v1beta1/service.ts +74 -4
  158. package/src/codegen/cosmos/tx/v1beta1/tx.ts +181 -3
  159. package/src/codegen/cosmos/upgrade/v1beta1/query.ts +14 -0
  160. package/src/codegen/cosmos/upgrade/v1beta1/tx.amino.ts +6 -6
  161. package/src/codegen/cosmos/upgrade/v1beta1/tx.ts +4 -0
  162. package/src/codegen/cosmos/upgrade/v1beta1/upgrade.ts +35 -1
  163. package/src/codegen/cosmos_proto/cosmos.ts +37 -2
  164. package/src/codegen/cosmwasm/bundle.ts +14 -14
  165. package/src/codegen/cosmwasm/wasm/v1/authz.ts +21 -0
  166. package/src/codegen/cosmwasm/wasm/v1/genesis.ts +2 -0
  167. package/src/codegen/cosmwasm/wasm/v1/ibc.ts +17 -1
  168. package/src/codegen/cosmwasm/wasm/v1/proposal.ts +129 -0
  169. package/src/codegen/cosmwasm/wasm/v1/query.ts +39 -0
  170. package/src/codegen/cosmwasm/wasm/v1/tx.amino.ts +21 -21
  171. package/src/codegen/cosmwasm/wasm/v1/tx.ts +73 -0
  172. package/src/codegen/cosmwasm/wasm/v1/types.ts +79 -6
  173. package/src/codegen/gaia/bundle.ts +18 -0
  174. package/src/codegen/gaia/globalfee/v1beta1/genesis.ts +129 -0
  175. package/src/codegen/gaia/globalfee/v1beta1/query.lcd.ts +22 -0
  176. package/src/codegen/gaia/globalfee/v1beta1/query.rpc.Query.ts +34 -0
  177. package/src/codegen/gaia/globalfee/v1beta1/query.ts +110 -0
  178. package/src/codegen/gaia/lcd.ts +59 -0
  179. package/src/codegen/gaia/rpc.query.ts +41 -0
  180. package/src/codegen/gogoproto/bundle.ts +2 -2
  181. package/src/codegen/google/bundle.ts +9 -9
  182. package/src/codegen/google/protobuf/any.ts +31 -0
  183. package/src/codegen/google/protobuf/descriptor.ts +641 -15
  184. package/src/codegen/google/protobuf/duration.ts +15 -1
  185. package/src/codegen/google/protobuf/timestamp.ts +13 -1
  186. package/src/codegen/helpers.ts +1 -1
  187. package/src/codegen/ibc/applications/transfer/v1/query.ts +7 -0
  188. package/src/codegen/ibc/applications/transfer/v1/transfer.ts +15 -0
  189. package/src/codegen/ibc/applications/transfer/v1/tx.amino.ts +3 -3
  190. package/src/codegen/ibc/applications/transfer/v1/tx.ts +20 -1
  191. package/src/codegen/ibc/applications/transfer/v2/packet.ts +7 -0
  192. package/src/codegen/ibc/bundle.ts +74 -74
  193. package/src/codegen/ibc/core/channel/v1/channel.ts +105 -6
  194. package/src/codegen/ibc/core/channel/v1/genesis.ts +3 -1
  195. package/src/codegen/ibc/core/channel/v1/query.ts +118 -0
  196. package/src/codegen/ibc/core/channel/v1/tx.amino.ts +30 -30
  197. package/src/codegen/ibc/core/channel/v1/tx.ts +5 -0
  198. package/src/codegen/ibc/core/client/v1/client.ts +32 -0
  199. package/src/codegen/ibc/core/client/v1/genesis.ts +13 -1
  200. package/src/codegen/ibc/core/client/v1/query.ts +35 -0
  201. package/src/codegen/ibc/core/client/v1/tx.amino.ts +12 -12
  202. package/src/codegen/ibc/core/client/v1/tx.ts +32 -0
  203. package/src/codegen/ibc/core/connection/v1/connection.ts +78 -4
  204. package/src/codegen/ibc/core/connection/v1/genesis.ts +3 -1
  205. package/src/codegen/ibc/core/connection/v1/query.ts +31 -0
  206. package/src/codegen/ibc/core/connection/v1/tx.amino.ts +12 -12
  207. package/src/codegen/ibc/core/connection/v1/tx.ts +26 -1
  208. package/src/codegen/ibc/lightclients/localhost/v1/localhost.ts +3 -0
  209. package/src/codegen/ibc/lightclients/solomachine/v1/solomachine.ts +63 -4
  210. package/src/codegen/ibc/lightclients/solomachine/v2/solomachine.ts +63 -4
  211. package/src/codegen/ibc/lightclients/tendermint/v1/tendermint.ts +41 -0
  212. package/src/codegen/index.ts +2 -1
  213. package/src/codegen/juno/bundle.ts +32 -32
  214. package/src/codegen/juno/feeshare/v1/feeshare.ts +14 -0
  215. package/src/codegen/juno/feeshare/v1/genesis.ts +16 -0
  216. package/src/codegen/juno/feeshare/v1/query.ts +25 -0
  217. package/src/codegen/juno/feeshare/v1/tx.amino.ts +9 -9
  218. package/src/codegen/juno/feeshare/v1/tx.ts +28 -0
  219. package/src/codegen/juno/mint/genesis.ts +3 -0
  220. package/src/codegen/juno/mint/mint.ts +7 -1
  221. package/src/codegen/juno/mint/query.ts +3 -0
  222. package/src/codegen/osmosis/bundle.ts +24 -24
  223. package/src/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.ts +1 -0
  224. package/src/codegen/osmosis/tokenfactory/v1beta1/genesis.ts +1 -0
  225. package/src/codegen/osmosis/tokenfactory/v1beta1/query.ts +1 -0
  226. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.amino.ts +81 -24
  227. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.registry.ts +23 -2
  228. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.ts +9 -1
  229. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.ts +151 -2
  230. package/src/codegen/router/bundle.ts +12 -12
  231. package/src/codegen/router/v1/genesis.ts +7 -0
  232. package/src/codegen/router/v1/query.ts +1 -0
  233. package/src/codegen/tendermint/abci/types.ts +109 -8
  234. package/src/codegen/tendermint/bundle.ts +21 -21
  235. package/src/codegen/tendermint/crypto/proof.ts +4 -1
  236. package/src/codegen/tendermint/libs/bits/types.ts +1 -1
  237. package/src/codegen/tendermint/p2p/types.ts +1 -1
  238. package/src/codegen/tendermint/types/evidence.ts +1 -1
  239. package/src/codegen/tendermint/types/params.ts +36 -0
  240. package/src/codegen/tendermint/types/types.ts +50 -6
  241. package/src/codegen/tendermint/types/validator.ts +1 -1
  242. package/src/codegen/tendermint/version/types.ts +1 -1
  243. package/types/codegen/confio/proofs.d.ts +64 -8
  244. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +7 -0
  245. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +6 -0
  246. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +10 -0
  247. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +5 -0
  248. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +37 -0
  249. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +9 -0
  250. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +34 -0
  251. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +6 -6
  252. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +62 -1
  253. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +35 -1
  254. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +63 -0
  255. package/types/codegen/cosmos/bundle.d.ts +70 -70
  256. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +8 -0
  257. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +6 -0
  258. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +5 -0
  259. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +28 -0
  260. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +21 -0
  261. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +12 -12
  262. package/types/codegen/cosmos/gov/v1/genesis.d.ts +8 -1
  263. package/types/codegen/cosmos/gov/v1/gov.d.ts +69 -4
  264. package/types/codegen/cosmos/gov/v1/query.d.ts +31 -3
  265. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +15 -15
  266. package/types/codegen/cosmos/gov/v1/tx.d.ts +5 -2
  267. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +8 -1
  268. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +74 -5
  269. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +31 -3
  270. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +12 -12
  271. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +2 -2
  272. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +27 -2
  273. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +15 -0
  274. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +41 -0
  275. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +58 -2
  276. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +15 -15
  277. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +6 -0
  278. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +57 -2
  279. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +58 -4
  280. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +152 -3
  281. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +14 -0
  282. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +6 -6
  283. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +3 -0
  284. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +30 -1
  285. package/types/codegen/cosmos_proto/bundle.d.ts +1 -1
  286. package/types/codegen/cosmos_proto/cosmos.d.ts +34 -2
  287. package/types/codegen/cosmwasm/bundle.d.ts +10 -10
  288. package/types/codegen/cosmwasm/wasm/v1/authz.d.ts +18 -0
  289. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +1 -0
  290. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +14 -1
  291. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +78 -0
  292. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +29 -0
  293. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +21 -21
  294. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +47 -0
  295. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +58 -6
  296. package/types/codegen/gaia/bundle.d.ts +174 -0
  297. package/types/codegen/gaia/globalfee/v1beta1/genesis.d.ts +45 -0
  298. package/types/codegen/gaia/globalfee/v1beta1/query.d.ts +39 -0
  299. package/types/codegen/gaia/globalfee/v1beta1/query.lcd.d.ts +9 -0
  300. package/types/codegen/gaia/globalfee/v1beta1/query.rpc.Query.d.ts +15 -0
  301. package/types/codegen/gaia/lcd.d.ts +33 -0
  302. package/types/codegen/gaia/rpc.query.d.ts +105 -0
  303. package/types/codegen/google/bundle.d.ts +123 -123
  304. package/types/codegen/google/protobuf/any.d.ts +30 -0
  305. package/types/codegen/google/protobuf/descriptor.d.ts +566 -12
  306. package/types/codegen/google/protobuf/duration.d.ts +14 -1
  307. package/types/codegen/google/protobuf/timestamp.d.ts +12 -1
  308. package/types/codegen/helpers.d.ts +1 -1
  309. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +6 -0
  310. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +13 -0
  311. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +3 -3
  312. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +14 -1
  313. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +4 -0
  314. package/types/codegen/ibc/bundle.d.ts +773 -773
  315. package/types/codegen/ibc/core/channel/v1/channel.d.ts +76 -6
  316. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +2 -1
  317. package/types/codegen/ibc/core/channel/v1/query.d.ts +71 -0
  318. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +30 -30
  319. package/types/codegen/ibc/core/channel/v1/tx.d.ts +4 -0
  320. package/types/codegen/ibc/core/client/v1/client.d.ts +24 -0
  321. package/types/codegen/ibc/core/client/v1/genesis.d.ts +8 -1
  322. package/types/codegen/ibc/core/client/v1/query.d.ts +25 -0
  323. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +12 -12
  324. package/types/codegen/ibc/core/client/v1/tx.d.ts +21 -0
  325. package/types/codegen/ibc/core/connection/v1/connection.d.ts +61 -4
  326. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +2 -1
  327. package/types/codegen/ibc/core/connection/v1/query.d.ts +20 -0
  328. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +12 -12
  329. package/types/codegen/ibc/core/connection/v1/tx.d.ts +18 -1
  330. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +2 -0
  331. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +47 -4
  332. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +47 -4
  333. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +31 -0
  334. package/types/codegen/ics23/bundle.d.ts +2 -2
  335. package/types/codegen/index.d.ts +2 -1
  336. package/types/codegen/juno/bundle.d.ts +141 -141
  337. package/types/codegen/juno/feeshare/v1/feeshare.d.ts +12 -0
  338. package/types/codegen/juno/feeshare/v1/genesis.d.ts +13 -0
  339. package/types/codegen/juno/feeshare/v1/query.d.ts +20 -0
  340. package/types/codegen/juno/feeshare/v1/tx.amino.d.ts +9 -9
  341. package/types/codegen/juno/feeshare/v1/tx.d.ts +23 -0
  342. package/types/codegen/juno/mint/genesis.d.ts +2 -0
  343. package/types/codegen/juno/mint/mint.d.ts +5 -1
  344. package/types/codegen/juno/mint/query.d.ts +3 -0
  345. package/types/codegen/osmosis/bundle.d.ts +163 -116
  346. package/types/codegen/osmosis/client.d.ts +29 -4
  347. package/types/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
  348. package/types/codegen/osmosis/tokenfactory/v1beta1/genesis.d.ts +1 -0
  349. package/types/codegen/osmosis/tokenfactory/v1beta1/query.d.ts +1 -0
  350. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.amino.d.ts +35 -16
  351. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.d.ts +31 -0
  352. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.registry.d.ts +13 -1
  353. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.d.ts +3 -1
  354. package/types/codegen/router/bundle.d.ts +27 -27
  355. package/types/codegen/router/v1/genesis.d.ts +6 -0
  356. package/types/codegen/router/v1/query.d.ts +1 -0
  357. package/types/codegen/tendermint/abci/types.d.ts +78 -8
  358. package/types/codegen/tendermint/bundle.d.ts +291 -291
  359. package/types/codegen/tendermint/crypto/proof.d.ts +3 -1
  360. package/types/codegen/tendermint/libs/bits/types.d.ts +1 -1
  361. package/types/codegen/tendermint/p2p/types.d.ts +1 -1
  362. package/types/codegen/tendermint/types/params.d.ts +32 -0
  363. package/types/codegen/tendermint/types/types.d.ts +36 -5
  364. package/types/codegen/tendermint/types/validator.d.ts +1 -1
  365. package/types/codegen/tendermint/version/types.d.ts +1 -1
@@ -31,14 +31,29 @@ export interface StoreCodeProposal {
31
31
  }
32
32
  /** StoreCodeProposal gov proposal content type to submit WASM code to the system */
33
33
  export interface StoreCodeProposalSDKType {
34
+ /** Title is a short summary */
34
35
  title: string;
36
+ /** Description is a human readable text */
35
37
  description: string;
38
+ /** RunAs is the address that is passed to the contract's environment as sender */
36
39
  run_as: string;
40
+ /** WASMByteCode can be raw or gzip compressed */
37
41
  wasm_byte_code: Uint8Array;
42
+ /** InstantiatePermission to apply on contract creation, optional */
38
43
  instantiate_permission?: AccessConfigSDKType;
44
+ /** UnpinCode code on upload, optional */
39
45
  unpin_code: boolean;
46
+ /** Source is the URL where the code is hosted */
40
47
  source: string;
48
+ /**
49
+ * Builder is the docker image used to build the code deterministically, used
50
+ * for smart contract verification
51
+ */
41
52
  builder: string;
53
+ /**
54
+ * CodeHash is the SHA256 sum of the code outputted by builder, used for smart
55
+ * contract verification
56
+ */
42
57
  code_hash: Uint8Array;
43
58
  }
44
59
  /**
@@ -68,13 +83,21 @@ export interface InstantiateContractProposal {
68
83
  * contract.
69
84
  */
70
85
  export interface InstantiateContractProposalSDKType {
86
+ /** Title is a short summary */
71
87
  title: string;
88
+ /** Description is a human readable text */
72
89
  description: string;
90
+ /** RunAs is the address that is passed to the contract's environment as sender */
73
91
  run_as: string;
92
+ /** Admin is an optional address that can execute migrations */
74
93
  admin: string;
94
+ /** CodeID is the reference to the stored WASM code */
75
95
  code_id: Long;
96
+ /** Label is optional metadata to be stored with a constract instance. */
76
97
  label: string;
98
+ /** Msg json encoded message to be passed to the contract on instantiation */
77
99
  msg: Uint8Array;
100
+ /** Funds coins that are transferred to the contract on instantiation */
78
101
  funds: CoinSDKType[];
79
102
  }
80
103
  /** MigrateContractProposal gov proposal content type to migrate a contract. */
@@ -92,10 +115,15 @@ export interface MigrateContractProposal {
92
115
  }
93
116
  /** MigrateContractProposal gov proposal content type to migrate a contract. */
94
117
  export interface MigrateContractProposalSDKType {
118
+ /** Title is a short summary */
95
119
  title: string;
120
+ /** Description is a human readable text */
96
121
  description: string;
122
+ /** Contract is the address of the smart contract */
97
123
  contract: string;
124
+ /** CodeID references the new WASM code */
98
125
  code_id: Long;
126
+ /** Msg json encoded message to be passed to the contract on migration */
99
127
  msg: Uint8Array;
100
128
  }
101
129
  /** SudoContractProposal gov proposal content type to call sudo on a contract. */
@@ -111,9 +139,13 @@ export interface SudoContractProposal {
111
139
  }
112
140
  /** SudoContractProposal gov proposal content type to call sudo on a contract. */
113
141
  export interface SudoContractProposalSDKType {
142
+ /** Title is a short summary */
114
143
  title: string;
144
+ /** Description is a human readable text */
115
145
  description: string;
146
+ /** Contract is the address of the smart contract */
116
147
  contract: string;
148
+ /** Msg json encoded message to be passed to the contract as sudo */
117
149
  msg: Uint8Array;
118
150
  }
119
151
  /**
@@ -139,11 +171,17 @@ export interface ExecuteContractProposal {
139
171
  * contract.
140
172
  */
141
173
  export interface ExecuteContractProposalSDKType {
174
+ /** Title is a short summary */
142
175
  title: string;
176
+ /** Description is a human readable text */
143
177
  description: string;
178
+ /** RunAs is the address that is passed to the contract's environment as sender */
144
179
  run_as: string;
180
+ /** Contract is the address of the smart contract */
145
181
  contract: string;
182
+ /** Msg json encoded message to be passed to the contract as execute */
146
183
  msg: Uint8Array;
184
+ /** Funds coins that are transferred to the contract on instantiation */
147
185
  funds: CoinSDKType[];
148
186
  }
149
187
  /** UpdateAdminProposal gov proposal content type to set an admin for a contract. */
@@ -159,9 +197,13 @@ export interface UpdateAdminProposal {
159
197
  }
160
198
  /** UpdateAdminProposal gov proposal content type to set an admin for a contract. */
161
199
  export interface UpdateAdminProposalSDKType {
200
+ /** Title is a short summary */
162
201
  title: string;
202
+ /** Description is a human readable text */
163
203
  description: string;
204
+ /** NewAdmin address to be set */
164
205
  new_admin: string;
206
+ /** Contract is the address of the smart contract */
165
207
  contract: string;
166
208
  }
167
209
  /**
@@ -181,8 +223,11 @@ export interface ClearAdminProposal {
181
223
  * contract.
182
224
  */
183
225
  export interface ClearAdminProposalSDKType {
226
+ /** Title is a short summary */
184
227
  title: string;
228
+ /** Description is a human readable text */
185
229
  description: string;
230
+ /** Contract is the address of the smart contract */
186
231
  contract: string;
187
232
  }
188
233
  /**
@@ -202,8 +247,11 @@ export interface PinCodesProposal {
202
247
  * wasmvm cache.
203
248
  */
204
249
  export interface PinCodesProposalSDKType {
250
+ /** Title is a short summary */
205
251
  title: string;
252
+ /** Description is a human readable text */
206
253
  description: string;
254
+ /** CodeIDs references the new WASM codes */
207
255
  code_ids: Long[];
208
256
  }
209
257
  /**
@@ -223,8 +271,11 @@ export interface UnpinCodesProposal {
223
271
  * the wasmvm cache.
224
272
  */
225
273
  export interface UnpinCodesProposalSDKType {
274
+ /** Title is a short summary */
226
275
  title: string;
276
+ /** Description is a human readable text */
227
277
  description: string;
278
+ /** CodeIDs references the WASM codes */
228
279
  code_ids: Long[];
229
280
  }
230
281
  /**
@@ -242,7 +293,9 @@ export interface AccessConfigUpdate {
242
293
  * applied.
243
294
  */
244
295
  export interface AccessConfigUpdateSDKType {
296
+ /** CodeID is the reference to the stored WASM code to be updated */
245
297
  code_id: Long;
298
+ /** InstantiatePermission to apply to the set of code ids */
246
299
  instantiate_permission?: AccessConfigSDKType;
247
300
  }
248
301
  /**
@@ -265,8 +318,14 @@ export interface UpdateInstantiateConfigProposal {
265
318
  * instantiate config to a set of code ids.
266
319
  */
267
320
  export interface UpdateInstantiateConfigProposalSDKType {
321
+ /** Title is a short summary */
268
322
  title: string;
323
+ /** Description is a human readable text */
269
324
  description: string;
325
+ /**
326
+ * AccessConfigUpdate contains the list of code ids and the access config
327
+ * to be applied.
328
+ */
270
329
  access_config_updates: AccessConfigUpdateSDKType[];
271
330
  }
272
331
  /**
@@ -312,18 +371,37 @@ export interface StoreAndInstantiateContractProposal {
312
371
  * and instantiate the contract.
313
372
  */
314
373
  export interface StoreAndInstantiateContractProposalSDKType {
374
+ /** Title is a short summary */
315
375
  title: string;
376
+ /** Description is a human readable text */
316
377
  description: string;
378
+ /** RunAs is the address that is passed to the contract's environment as sender */
317
379
  run_as: string;
380
+ /** WASMByteCode can be raw or gzip compressed */
318
381
  wasm_byte_code: Uint8Array;
382
+ /** InstantiatePermission to apply on contract creation, optional */
319
383
  instantiate_permission?: AccessConfigSDKType;
384
+ /** UnpinCode code on upload, optional */
320
385
  unpin_code: boolean;
386
+ /** Admin is an optional address that can execute migrations */
321
387
  admin: string;
388
+ /** Label is optional metadata to be stored with a constract instance. */
322
389
  label: string;
390
+ /** Msg json encoded message to be passed to the contract on instantiation */
323
391
  msg: Uint8Array;
392
+ /** Funds coins that are transferred to the contract on instantiation */
324
393
  funds: CoinSDKType[];
394
+ /** Source is the URL where the code is hosted */
325
395
  source: string;
396
+ /**
397
+ * Builder is the docker image used to build the code deterministically, used
398
+ * for smart contract verification
399
+ */
326
400
  builder: string;
401
+ /**
402
+ * CodeHash is the SHA256 sum of the code outputted by builder, used for smart
403
+ * contract verification
404
+ */
327
405
  code_hash: Uint8Array;
328
406
  }
329
407
  export declare const StoreCodeProposal: {
@@ -15,6 +15,7 @@ export interface QueryContractInfoRequest {
15
15
  * method
16
16
  */
17
17
  export interface QueryContractInfoRequestSDKType {
18
+ /** address is the address of the contract to query */
18
19
  address: string;
19
20
  }
20
21
  /**
@@ -31,6 +32,7 @@ export interface QueryContractInfoResponse {
31
32
  * method
32
33
  */
33
34
  export interface QueryContractInfoResponseSDKType {
35
+ /** address is the address of the contract */
34
36
  address: string;
35
37
  contract_info?: ContractInfoSDKType;
36
38
  }
@@ -49,7 +51,9 @@ export interface QueryContractHistoryRequest {
49
51
  * RPC method
50
52
  */
51
53
  export interface QueryContractHistoryRequestSDKType {
54
+ /** address is the address of the contract to query */
52
55
  address: string;
56
+ /** pagination defines an optional pagination for the request. */
53
57
  pagination?: PageRequestSDKType;
54
58
  }
55
59
  /**
@@ -67,6 +71,7 @@ export interface QueryContractHistoryResponse {
67
71
  */
68
72
  export interface QueryContractHistoryResponseSDKType {
69
73
  entries: ContractCodeHistoryEntrySDKType[];
74
+ /** pagination defines the pagination in the response. */
70
75
  pagination?: PageResponseSDKType;
71
76
  }
72
77
  /**
@@ -86,6 +91,10 @@ export interface QueryContractsByCodeRequest {
86
91
  * RPC method
87
92
  */
88
93
  export interface QueryContractsByCodeRequestSDKType {
94
+ /**
95
+ * grpc-gateway_out does not support Go style CodID
96
+ * pagination defines an optional pagination for the request.
97
+ */
89
98
  code_id: Long;
90
99
  pagination?: PageRequestSDKType;
91
100
  }
@@ -104,7 +113,9 @@ export interface QueryContractsByCodeResponse {
104
113
  * Query/ContractsByCode RPC method
105
114
  */
106
115
  export interface QueryContractsByCodeResponseSDKType {
116
+ /** contracts are a set of contract addresses */
107
117
  contracts: string[];
118
+ /** pagination defines the pagination in the response. */
108
119
  pagination?: PageResponseSDKType;
109
120
  }
110
121
  /**
@@ -122,7 +133,9 @@ export interface QueryAllContractStateRequest {
122
133
  * Query/AllContractState RPC method
123
134
  */
124
135
  export interface QueryAllContractStateRequestSDKType {
136
+ /** address is the address of the contract */
125
137
  address: string;
138
+ /** pagination defines an optional pagination for the request. */
126
139
  pagination?: PageRequestSDKType;
127
140
  }
128
141
  /**
@@ -140,6 +153,7 @@ export interface QueryAllContractStateResponse {
140
153
  */
141
154
  export interface QueryAllContractStateResponseSDKType {
142
155
  models: ModelSDKType[];
156
+ /** pagination defines the pagination in the response. */
143
157
  pagination?: PageResponseSDKType;
144
158
  }
145
159
  /**
@@ -156,6 +170,7 @@ export interface QueryRawContractStateRequest {
156
170
  * Query/RawContractState RPC method
157
171
  */
158
172
  export interface QueryRawContractStateRequestSDKType {
173
+ /** address is the address of the contract */
159
174
  address: string;
160
175
  query_data: Uint8Array;
161
176
  }
@@ -172,6 +187,7 @@ export interface QueryRawContractStateResponse {
172
187
  * Query/RawContractState RPC method
173
188
  */
174
189
  export interface QueryRawContractStateResponseSDKType {
190
+ /** Data contains the raw store data */
175
191
  data: Uint8Array;
176
192
  }
177
193
  /**
@@ -189,7 +205,9 @@ export interface QuerySmartContractStateRequest {
189
205
  * Query/SmartContractState RPC method
190
206
  */
191
207
  export interface QuerySmartContractStateRequestSDKType {
208
+ /** address is the address of the contract */
192
209
  address: string;
210
+ /** QueryData contains the query data passed to the contract */
193
211
  query_data: Uint8Array;
194
212
  }
195
213
  /**
@@ -205,6 +223,7 @@ export interface QuerySmartContractStateResponse {
205
223
  * Query/SmartContractState RPC method
206
224
  */
207
225
  export interface QuerySmartContractStateResponseSDKType {
226
+ /** Data contains the json data returned from the smart contract */
208
227
  data: Uint8Array;
209
228
  }
210
229
  /** QueryCodeRequest is the request type for the Query/Code RPC method */
@@ -214,6 +233,7 @@ export interface QueryCodeRequest {
214
233
  }
215
234
  /** QueryCodeRequest is the request type for the Query/Code RPC method */
216
235
  export interface QueryCodeRequestSDKType {
236
+ /** grpc-gateway_out does not support Go style CodID */
217
237
  code_id: Long;
218
238
  }
219
239
  /** CodeInfoResponse contains code meta data from CodeInfo */
@@ -247,6 +267,7 @@ export interface QueryCodesRequest {
247
267
  }
248
268
  /** QueryCodesRequest is the request type for the Query/Codes RPC method */
249
269
  export interface QueryCodesRequestSDKType {
270
+ /** pagination defines an optional pagination for the request. */
250
271
  pagination?: PageRequestSDKType;
251
272
  }
252
273
  /** QueryCodesResponse is the response type for the Query/Codes RPC method */
@@ -258,6 +279,7 @@ export interface QueryCodesResponse {
258
279
  /** QueryCodesResponse is the response type for the Query/Codes RPC method */
259
280
  export interface QueryCodesResponseSDKType {
260
281
  code_infos: CodeInfoResponseSDKType[];
282
+ /** pagination defines the pagination in the response. */
261
283
  pagination?: PageResponseSDKType;
262
284
  }
263
285
  /**
@@ -273,6 +295,7 @@ export interface QueryPinnedCodesRequest {
273
295
  * RPC method
274
296
  */
275
297
  export interface QueryPinnedCodesRequestSDKType {
298
+ /** pagination defines an optional pagination for the request. */
276
299
  pagination?: PageRequestSDKType;
277
300
  }
278
301
  /**
@@ -290,6 +313,7 @@ export interface QueryPinnedCodesResponse {
290
313
  */
291
314
  export interface QueryPinnedCodesResponseSDKType {
292
315
  code_ids: Long[];
316
+ /** pagination defines the pagination in the response. */
293
317
  pagination?: PageResponseSDKType;
294
318
  }
295
319
  /** QueryParamsRequest is the request type for the Query/Params RPC method. */
@@ -305,6 +329,7 @@ export interface QueryParamsResponse {
305
329
  }
306
330
  /** QueryParamsResponse is the response type for the Query/Params RPC method. */
307
331
  export interface QueryParamsResponseSDKType {
332
+ /** params defines the parameters of the module. */
308
333
  params?: ParamsSDKType;
309
334
  }
310
335
  /**
@@ -322,7 +347,9 @@ export interface QueryContractsByCreatorRequest {
322
347
  * Query/ContractsByCreator RPC method.
323
348
  */
324
349
  export interface QueryContractsByCreatorRequestSDKType {
350
+ /** CreatorAddress is the address of contract creator */
325
351
  creator_address: string;
352
+ /** Pagination defines an optional pagination for the request. */
326
353
  pagination?: PageRequestSDKType;
327
354
  }
328
355
  /**
@@ -340,7 +367,9 @@ export interface QueryContractsByCreatorResponse {
340
367
  * Query/ContractsByCreator RPC method.
341
368
  */
342
369
  export interface QueryContractsByCreatorResponseSDKType {
370
+ /** ContractAddresses result set */
343
371
  contract_addresses: string[];
372
+ /** Pagination defines the pagination in the response. */
344
373
  pagination?: PageResponseSDKType;
345
374
  }
346
375
  export declare const QueryContractInfoRequest: {
@@ -1,6 +1,6 @@
1
1
  import { AminoMsg } from "@cosmjs/amino";
2
2
  import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgMigrateContract, MsgUpdateAdmin, MsgClearAdmin } from "./tx";
3
- export interface MsgStoreCodeAminoType extends AminoMsg {
3
+ export interface AminoMsgStoreCode extends AminoMsg {
4
4
  type: "wasm/MsgStoreCode";
5
5
  value: {
6
6
  sender: string;
@@ -12,7 +12,7 @@ export interface MsgStoreCodeAminoType extends AminoMsg {
12
12
  };
13
13
  };
14
14
  }
15
- export interface MsgInstantiateContractAminoType extends AminoMsg {
15
+ export interface AminoMsgInstantiateContract extends AminoMsg {
16
16
  type: "wasm/MsgInstantiateContract";
17
17
  value: {
18
18
  sender: string;
@@ -26,7 +26,7 @@ export interface MsgInstantiateContractAminoType extends AminoMsg {
26
26
  }[];
27
27
  };
28
28
  }
29
- export interface MsgInstantiateContract2AminoType extends AminoMsg {
29
+ export interface AminoMsgInstantiateContract2 extends AminoMsg {
30
30
  type: "wasm/MsgInstantiateContract2";
31
31
  value: {
32
32
  sender: string;
@@ -42,7 +42,7 @@ export interface MsgInstantiateContract2AminoType extends AminoMsg {
42
42
  fix_msg: boolean;
43
43
  };
44
44
  }
45
- export interface MsgExecuteContractAminoType extends AminoMsg {
45
+ export interface AminoMsgExecuteContract extends AminoMsg {
46
46
  type: "wasm/MsgExecuteContract";
47
47
  value: {
48
48
  sender: string;
@@ -54,7 +54,7 @@ export interface MsgExecuteContractAminoType extends AminoMsg {
54
54
  }[];
55
55
  };
56
56
  }
57
- export interface MsgMigrateContractAminoType extends AminoMsg {
57
+ export interface AminoMsgMigrateContract extends AminoMsg {
58
58
  type: "wasm/MsgMigrateContract";
59
59
  value: {
60
60
  sender: string;
@@ -63,7 +63,7 @@ export interface MsgMigrateContractAminoType extends AminoMsg {
63
63
  msg: Uint8Array;
64
64
  };
65
65
  }
66
- export interface MsgUpdateAdminAminoType extends AminoMsg {
66
+ export interface AminoMsgUpdateAdmin extends AminoMsg {
67
67
  type: "wasm/MsgUpdateAdmin";
68
68
  value: {
69
69
  sender: string;
@@ -71,7 +71,7 @@ export interface MsgUpdateAdminAminoType extends AminoMsg {
71
71
  contract: string;
72
72
  };
73
73
  }
74
- export interface MsgClearAdminAminoType extends AminoMsg {
74
+ export interface AminoMsgClearAdmin extends AminoMsg {
75
75
  type: "wasm/MsgClearAdmin";
76
76
  value: {
77
77
  sender: string;
@@ -81,37 +81,37 @@ export interface MsgClearAdminAminoType extends AminoMsg {
81
81
  export declare const AminoConverter: {
82
82
  "/cosmwasm.wasm.v1.MsgStoreCode": {
83
83
  aminoType: string;
84
- toAmino: ({ sender, wasmByteCode, instantiatePermission }: MsgStoreCode) => MsgStoreCodeAminoType["value"];
85
- fromAmino: ({ sender, wasm_byte_code, instantiate_permission }: MsgStoreCodeAminoType["value"]) => MsgStoreCode;
84
+ toAmino: ({ sender, wasmByteCode, instantiatePermission }: MsgStoreCode) => AminoMsgStoreCode["value"];
85
+ fromAmino: ({ sender, wasm_byte_code, instantiate_permission }: AminoMsgStoreCode["value"]) => MsgStoreCode;
86
86
  };
87
87
  "/cosmwasm.wasm.v1.MsgInstantiateContract": {
88
88
  aminoType: string;
89
- toAmino: ({ sender, admin, codeId, label, msg, funds }: MsgInstantiateContract) => MsgInstantiateContractAminoType["value"];
90
- fromAmino: ({ sender, admin, code_id, label, msg, funds }: MsgInstantiateContractAminoType["value"]) => MsgInstantiateContract;
89
+ toAmino: ({ sender, admin, codeId, label, msg, funds }: MsgInstantiateContract) => AminoMsgInstantiateContract["value"];
90
+ fromAmino: ({ sender, admin, code_id, label, msg, funds }: AminoMsgInstantiateContract["value"]) => MsgInstantiateContract;
91
91
  };
92
92
  "/cosmwasm.wasm.v1.MsgInstantiateContract2": {
93
93
  aminoType: string;
94
- toAmino: ({ sender, admin, codeId, label, msg, funds, salt, fixMsg }: MsgInstantiateContract2) => MsgInstantiateContract2AminoType["value"];
95
- fromAmino: ({ sender, admin, code_id, label, msg, funds, salt, fix_msg }: MsgInstantiateContract2AminoType["value"]) => MsgInstantiateContract2;
94
+ toAmino: ({ sender, admin, codeId, label, msg, funds, salt, fixMsg }: MsgInstantiateContract2) => AminoMsgInstantiateContract2["value"];
95
+ fromAmino: ({ sender, admin, code_id, label, msg, funds, salt, fix_msg }: AminoMsgInstantiateContract2["value"]) => MsgInstantiateContract2;
96
96
  };
97
97
  "/cosmwasm.wasm.v1.MsgExecuteContract": {
98
98
  aminoType: string;
99
- toAmino: ({ sender, contract, msg, funds }: MsgExecuteContract) => MsgExecuteContractAminoType["value"];
100
- fromAmino: ({ sender, contract, msg, funds }: MsgExecuteContractAminoType["value"]) => MsgExecuteContract;
99
+ toAmino: ({ sender, contract, msg, funds }: MsgExecuteContract) => AminoMsgExecuteContract["value"];
100
+ fromAmino: ({ sender, contract, msg, funds }: AminoMsgExecuteContract["value"]) => MsgExecuteContract;
101
101
  };
102
102
  "/cosmwasm.wasm.v1.MsgMigrateContract": {
103
103
  aminoType: string;
104
- toAmino: ({ sender, contract, codeId, msg }: MsgMigrateContract) => MsgMigrateContractAminoType["value"];
105
- fromAmino: ({ sender, contract, code_id, msg }: MsgMigrateContractAminoType["value"]) => MsgMigrateContract;
104
+ toAmino: ({ sender, contract, codeId, msg }: MsgMigrateContract) => AminoMsgMigrateContract["value"];
105
+ fromAmino: ({ sender, contract, code_id, msg }: AminoMsgMigrateContract["value"]) => MsgMigrateContract;
106
106
  };
107
107
  "/cosmwasm.wasm.v1.MsgUpdateAdmin": {
108
108
  aminoType: string;
109
- toAmino: ({ sender, newAdmin, contract }: MsgUpdateAdmin) => MsgUpdateAdminAminoType["value"];
110
- fromAmino: ({ sender, new_admin, contract }: MsgUpdateAdminAminoType["value"]) => MsgUpdateAdmin;
109
+ toAmino: ({ sender, newAdmin, contract }: MsgUpdateAdmin) => AminoMsgUpdateAdmin["value"];
110
+ fromAmino: ({ sender, new_admin, contract }: AminoMsgUpdateAdmin["value"]) => MsgUpdateAdmin;
111
111
  };
112
112
  "/cosmwasm.wasm.v1.MsgClearAdmin": {
113
113
  aminoType: string;
114
- toAmino: ({ sender, contract }: MsgClearAdmin) => MsgClearAdminAminoType["value"];
115
- fromAmino: ({ sender, contract }: MsgClearAdminAminoType["value"]) => MsgClearAdmin;
114
+ toAmino: ({ sender, contract }: MsgClearAdmin) => AminoMsgClearAdmin["value"];
115
+ fromAmino: ({ sender, contract }: AminoMsgClearAdmin["value"]) => MsgClearAdmin;
116
116
  };
117
117
  };
@@ -16,8 +16,14 @@ export interface MsgStoreCode {
16
16
  }
17
17
  /** MsgStoreCode submit Wasm code to the system */
18
18
  export interface MsgStoreCodeSDKType {
19
+ /** Sender is the that actor that signed the messages */
19
20
  sender: string;
21
+ /** WASMByteCode can be raw or gzip compressed */
20
22
  wasm_byte_code: Uint8Array;
23
+ /**
24
+ * InstantiatePermission access control to apply on contract creation,
25
+ * optional
26
+ */
21
27
  instantiate_permission?: AccessConfigSDKType;
22
28
  }
23
29
  /** MsgStoreCodeResponse returns store result data. */
@@ -29,7 +35,9 @@ export interface MsgStoreCodeResponse {
29
35
  }
30
36
  /** MsgStoreCodeResponse returns store result data. */
31
37
  export interface MsgStoreCodeResponseSDKType {
38
+ /** CodeID is the reference to the stored WASM code */
32
39
  code_id: Long;
40
+ /** Checksum is the sha256 hash of the stored code */
33
41
  checksum: Uint8Array;
34
42
  }
35
43
  /**
@@ -55,11 +63,17 @@ export interface MsgInstantiateContract {
55
63
  * code id.
56
64
  */
57
65
  export interface MsgInstantiateContractSDKType {
66
+ /** Sender is the that actor that signed the messages */
58
67
  sender: string;
68
+ /** Admin is an optional address that can execute migrations */
59
69
  admin: string;
70
+ /** CodeID is the reference to the stored WASM code */
60
71
  code_id: Long;
72
+ /** Label is optional metadata to be stored with a contract instance. */
61
73
  label: string;
74
+ /** Msg json encoded message to be passed to the contract on instantiation */
62
75
  msg: Uint8Array;
76
+ /** Funds coins that are transferred to the contract on instantiation */
63
77
  funds: CoinSDKType[];
64
78
  }
65
79
  /**
@@ -92,13 +106,24 @@ export interface MsgInstantiateContract2 {
92
106
  * code id with a predicable address.
93
107
  */
94
108
  export interface MsgInstantiateContract2SDKType {
109
+ /** Sender is the that actor that signed the messages */
95
110
  sender: string;
111
+ /** Admin is an optional address that can execute migrations */
96
112
  admin: string;
113
+ /** CodeID is the reference to the stored WASM code */
97
114
  code_id: Long;
115
+ /** Label is optional metadata to be stored with a contract instance. */
98
116
  label: string;
117
+ /** Msg json encoded message to be passed to the contract on instantiation */
99
118
  msg: Uint8Array;
119
+ /** Funds coins that are transferred to the contract on instantiation */
100
120
  funds: CoinSDKType[];
121
+ /** Salt is an arbitrary value provided by the sender. Size can be 1 to 64. */
101
122
  salt: Uint8Array;
123
+ /**
124
+ * FixMsg include the msg value into the hash for the predictable address.
125
+ * Default is false
126
+ */
102
127
  fix_msg: boolean;
103
128
  }
104
129
  /** MsgInstantiateContractResponse return instantiation result data */
@@ -110,7 +135,9 @@ export interface MsgInstantiateContractResponse {
110
135
  }
111
136
  /** MsgInstantiateContractResponse return instantiation result data */
112
137
  export interface MsgInstantiateContractResponseSDKType {
138
+ /** Address is the bech32 address of the new contract instance. */
113
139
  address: string;
140
+ /** Data contains bytes to returned from the contract */
114
141
  data: Uint8Array;
115
142
  }
116
143
  /** MsgInstantiateContract2Response return instantiation result data */
@@ -122,7 +149,9 @@ export interface MsgInstantiateContract2Response {
122
149
  }
123
150
  /** MsgInstantiateContract2Response return instantiation result data */
124
151
  export interface MsgInstantiateContract2ResponseSDKType {
152
+ /** Address is the bech32 address of the new contract instance. */
125
153
  address: string;
154
+ /** Data contains bytes to returned from the contract */
126
155
  data: Uint8Array;
127
156
  }
128
157
  /** MsgExecuteContract submits the given message data to a smart contract */
@@ -138,9 +167,13 @@ export interface MsgExecuteContract {
138
167
  }
139
168
  /** MsgExecuteContract submits the given message data to a smart contract */
140
169
  export interface MsgExecuteContractSDKType {
170
+ /** Sender is the that actor that signed the messages */
141
171
  sender: string;
172
+ /** Contract is the address of the smart contract */
142
173
  contract: string;
174
+ /** Msg json encoded message to be passed to the contract */
143
175
  msg: Uint8Array;
176
+ /** Funds coins that are transferred to the contract on execution */
144
177
  funds: CoinSDKType[];
145
178
  }
146
179
  /** MsgExecuteContractResponse returns execution result data. */
@@ -150,6 +183,7 @@ export interface MsgExecuteContractResponse {
150
183
  }
151
184
  /** MsgExecuteContractResponse returns execution result data. */
152
185
  export interface MsgExecuteContractResponseSDKType {
186
+ /** Data contains bytes to returned from the contract */
153
187
  data: Uint8Array;
154
188
  }
155
189
  /** MsgMigrateContract runs a code upgrade/ downgrade for a smart contract */
@@ -165,9 +199,13 @@ export interface MsgMigrateContract {
165
199
  }
166
200
  /** MsgMigrateContract runs a code upgrade/ downgrade for a smart contract */
167
201
  export interface MsgMigrateContractSDKType {
202
+ /** Sender is the that actor that signed the messages */
168
203
  sender: string;
204
+ /** Contract is the address of the smart contract */
169
205
  contract: string;
206
+ /** CodeID references the new WASM code */
170
207
  code_id: Long;
208
+ /** Msg json encoded message to be passed to the contract on migration */
171
209
  msg: Uint8Array;
172
210
  }
173
211
  /** MsgMigrateContractResponse returns contract migration result data. */
@@ -180,6 +218,10 @@ export interface MsgMigrateContractResponse {
180
218
  }
181
219
  /** MsgMigrateContractResponse returns contract migration result data. */
182
220
  export interface MsgMigrateContractResponseSDKType {
221
+ /**
222
+ * Data contains same raw bytes returned as data from the wasm contract.
223
+ * (May be empty)
224
+ */
183
225
  data: Uint8Array;
184
226
  }
185
227
  /** MsgUpdateAdmin sets a new admin for a smart contract */
@@ -193,8 +235,11 @@ export interface MsgUpdateAdmin {
193
235
  }
194
236
  /** MsgUpdateAdmin sets a new admin for a smart contract */
195
237
  export interface MsgUpdateAdminSDKType {
238
+ /** Sender is the that actor that signed the messages */
196
239
  sender: string;
240
+ /** NewAdmin address to be set */
197
241
  new_admin: string;
242
+ /** Contract is the address of the smart contract */
198
243
  contract: string;
199
244
  }
200
245
  /** MsgUpdateAdminResponse returns empty data */
@@ -212,7 +257,9 @@ export interface MsgClearAdmin {
212
257
  }
213
258
  /** MsgClearAdmin removes any admin stored for a smart contract */
214
259
  export interface MsgClearAdminSDKType {
260
+ /** Sender is the that actor that signed the messages */
215
261
  sender: string;
262
+ /** Contract is the address of the smart contract */
216
263
  contract: string;
217
264
  }
218
265
  /** MsgClearAdminResponse returns empty data */