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
@@ -1,5 +1,5 @@
1
1
  import { Any, AnySDKType } from "../../../google/protobuf/any";
2
- import { SignMode } from "../signing/v1beta1/signing";
2
+ import { SignMode, SignModeSDKType } from "../signing/v1beta1/signing";
3
3
  import { CompactBitArray, CompactBitArraySDKType } from "../../crypto/multisig/v1beta1/multisig";
4
4
  import { Coin, CoinSDKType } from "../../base/v1beta1/coin";
5
5
  import * as _m0 from "protobufjs/minimal";
@@ -26,8 +26,20 @@ export interface Tx {
26
26
  /** Tx is the standard type used for broadcasting transactions. */
27
27
 
28
28
  export interface TxSDKType {
29
+ /** body is the processable content of the transaction */
29
30
  body?: TxBodySDKType;
31
+ /**
32
+ * auth_info is the authorization related content of the transaction,
33
+ * specifically signers, signer modes and fee
34
+ */
35
+
30
36
  auth_info?: AuthInfoSDKType;
37
+ /**
38
+ * signatures is a list of signatures that matches the length and order of
39
+ * AuthInfo's signer_infos to allow connecting signature meta information like
40
+ * public key and signing mode by position.
41
+ */
42
+
31
43
  signatures: Uint8Array[];
32
44
  }
33
45
  /**
@@ -67,8 +79,23 @@ export interface TxRaw {
67
79
  */
68
80
 
69
81
  export interface TxRawSDKType {
82
+ /**
83
+ * body_bytes is a protobuf serialization of a TxBody that matches the
84
+ * representation in SignDoc.
85
+ */
70
86
  body_bytes: Uint8Array;
87
+ /**
88
+ * auth_info_bytes is a protobuf serialization of an AuthInfo that matches the
89
+ * representation in SignDoc.
90
+ */
91
+
71
92
  auth_info_bytes: Uint8Array;
93
+ /**
94
+ * signatures is a list of signatures that matches the length and order of
95
+ * AuthInfo's signer_infos to allow connecting signature meta information like
96
+ * public key and signing mode by position.
97
+ */
98
+
72
99
  signatures: Uint8Array[];
73
100
  }
74
101
  /** SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. */
@@ -99,9 +126,26 @@ export interface SignDoc {
99
126
  /** SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. */
100
127
 
101
128
  export interface SignDocSDKType {
129
+ /**
130
+ * body_bytes is protobuf serialization of a TxBody that matches the
131
+ * representation in TxRaw.
132
+ */
102
133
  body_bytes: Uint8Array;
134
+ /**
135
+ * auth_info_bytes is a protobuf serialization of an AuthInfo that matches the
136
+ * representation in TxRaw.
137
+ */
138
+
103
139
  auth_info_bytes: Uint8Array;
140
+ /**
141
+ * chain_id is the unique identifier of the chain this transaction targets.
142
+ * It prevents signed transactions from being used on another chain by an
143
+ * attacker
144
+ */
145
+
104
146
  chain_id: string;
147
+ /** account_number is the account number of the account in state */
148
+
105
149
  account_number: Long;
106
150
  }
107
151
  /**
@@ -148,11 +192,32 @@ export interface SignDocDirectAux {
148
192
  */
149
193
 
150
194
  export interface SignDocDirectAuxSDKType {
195
+ /**
196
+ * body_bytes is protobuf serialization of a TxBody that matches the
197
+ * representation in TxRaw.
198
+ */
151
199
  body_bytes: Uint8Array;
200
+ /** public_key is the public key of the signing account. */
201
+
152
202
  public_key?: AnySDKType;
203
+ /**
204
+ * chain_id is the identifier of the chain this transaction targets.
205
+ * It prevents signed transactions from being used on another chain by an
206
+ * attacker.
207
+ */
208
+
153
209
  chain_id: string;
210
+ /** account_number is the account number of the account in state. */
211
+
154
212
  account_number: Long;
213
+ /** sequence is the sequence number of the signing account. */
214
+
155
215
  sequence: Long;
216
+ /**
217
+ * Tip is the optional tip used for meta-transactions. It should be left
218
+ * empty if the signer is not the tipper for this transaction.
219
+ */
220
+
156
221
  tip?: TipSDKType;
157
222
  }
158
223
  /** TxBody is the body of a transaction that all signers sign over. */
@@ -199,10 +264,42 @@ export interface TxBody {
199
264
  /** TxBody is the body of a transaction that all signers sign over. */
200
265
 
201
266
  export interface TxBodySDKType {
267
+ /**
268
+ * messages is a list of messages to be executed. The required signers of
269
+ * those messages define the number and order of elements in AuthInfo's
270
+ * signer_infos and Tx's signatures. Each required signer address is added to
271
+ * the list only the first time it occurs.
272
+ * By convention, the first required signer (usually from the first message)
273
+ * is referred to as the primary signer and pays the fee for the whole
274
+ * transaction.
275
+ */
202
276
  messages: AnySDKType[];
277
+ /**
278
+ * memo is any arbitrary note/comment to be added to the transaction.
279
+ * WARNING: in clients, any publicly exposed text should not be called memo,
280
+ * but should be called `note` instead (see https://github.com/cosmos/cosmos-sdk/issues/9122).
281
+ */
282
+
203
283
  memo: string;
284
+ /**
285
+ * timeout is the block height after which this transaction will not
286
+ * be processed by the chain
287
+ */
288
+
204
289
  timeout_height: Long;
290
+ /**
291
+ * extension_options are arbitrary options that can be added by chains
292
+ * when the default options are not sufficient. If any of these are present
293
+ * and can't be handled, the transaction will be rejected
294
+ */
295
+
205
296
  extension_options: AnySDKType[];
297
+ /**
298
+ * extension_options are arbitrary options that can be added by chains
299
+ * when the default options are not sufficient. If any of these are present
300
+ * and can't be handled, they will be ignored
301
+ */
302
+
206
303
  non_critical_extension_options: AnySDKType[];
207
304
  }
208
305
  /**
@@ -240,8 +337,27 @@ export interface AuthInfo {
240
337
  */
241
338
 
242
339
  export interface AuthInfoSDKType {
340
+ /**
341
+ * signer_infos defines the signing modes for the required signers. The number
342
+ * and order of elements must match the required signers from TxBody's
343
+ * messages. The first element is the primary signer and the one which pays
344
+ * the fee.
345
+ */
243
346
  signer_infos: SignerInfoSDKType[];
347
+ /**
348
+ * Fee is the fee and gas limit for the transaction. The first signer is the
349
+ * primary signer and the one which pays the fee. The fee can be calculated
350
+ * based on the cost of evaluating the body and doing signature verification
351
+ * of the signers. This can be estimated via simulation.
352
+ */
353
+
244
354
  fee?: FeeSDKType;
355
+ /**
356
+ * Tip is the optional tip used for meta-transactions.
357
+ *
358
+ * Since: cosmos-sdk 0.46
359
+ */
360
+
245
361
  tip?: TipSDKType;
246
362
  }
247
363
  /**
@@ -276,8 +392,24 @@ export interface SignerInfo {
276
392
  */
277
393
 
278
394
  export interface SignerInfoSDKType {
395
+ /**
396
+ * public_key is the public key of the signer. It is optional for accounts
397
+ * that already exist in state. If unset, the verifier can use the required \
398
+ * signer address for this position and lookup the public key.
399
+ */
279
400
  public_key?: AnySDKType;
401
+ /**
402
+ * mode_info describes the signing mode of the signer and is a nested
403
+ * structure to support nested multisig pubkey's
404
+ */
405
+
280
406
  mode_info?: ModeInfoSDKType;
407
+ /**
408
+ * sequence is the sequence of the account, which describes the
409
+ * number of committed transactions signed by a given address. It is used to
410
+ * prevent replay attacks.
411
+ */
412
+
281
413
  sequence: Long;
282
414
  }
283
415
  /** ModeInfo describes the signing mode of a single or nested multisig signer. */
@@ -292,7 +424,10 @@ export interface ModeInfo {
292
424
  /** ModeInfo describes the signing mode of a single or nested multisig signer. */
293
425
 
294
426
  export interface ModeInfoSDKType {
427
+ /** single represents a single signer */
295
428
  single?: ModeInfo_SingleSDKType;
429
+ /** multi represents a nested multisig signer */
430
+
296
431
  multi?: ModeInfo_MultiSDKType;
297
432
  }
298
433
  /**
@@ -312,7 +447,8 @@ export interface ModeInfo_Single {
312
447
  */
313
448
 
314
449
  export interface ModeInfo_SingleSDKType {
315
- mode: SignMode;
450
+ /** mode is the signing mode of the single signer */
451
+ mode: SignModeSDKType;
316
452
  }
317
453
  /** Multi is the mode info for a multisig public key */
318
454
 
@@ -329,7 +465,13 @@ export interface ModeInfo_Multi {
329
465
  /** Multi is the mode info for a multisig public key */
330
466
 
331
467
  export interface ModeInfo_MultiSDKType {
468
+ /** bitarray specifies which keys within the multisig are signing */
332
469
  bitarray?: CompactBitArraySDKType;
470
+ /**
471
+ * mode_infos is the corresponding modes of the signers of the multisig
472
+ * which could include nested multisig public keys
473
+ */
474
+
333
475
  mode_infos: ModeInfoSDKType[];
334
476
  }
335
477
  /**
@@ -369,9 +511,27 @@ export interface Fee {
369
511
  */
370
512
 
371
513
  export interface FeeSDKType {
514
+ /** amount is the amount of coins to be paid as a fee */
372
515
  amount: CoinSDKType[];
516
+ /**
517
+ * gas_limit is the maximum gas that can be used in transaction processing
518
+ * before an out of gas error occurs
519
+ */
520
+
373
521
  gas_limit: Long;
522
+ /**
523
+ * if unset, the first signer is responsible for paying the fees. If set, the specified account must pay the fees.
524
+ * the payer must be a tx signer (and thus have signed this field in AuthInfo).
525
+ * setting this field does *not* change the ordering of required signers for the transaction.
526
+ */
527
+
374
528
  payer: string;
529
+ /**
530
+ * if set, the fee payer (either the first signer or the value of the payer field) requests that a fee grant be used
531
+ * to pay fees instead of the fee payer's own balance. If an appropriate fee grant does not exist or the chain does
532
+ * not support fee grants, this will fail
533
+ */
534
+
375
535
  granter: string;
376
536
  }
377
537
  /**
@@ -394,7 +554,10 @@ export interface Tip {
394
554
  */
395
555
 
396
556
  export interface TipSDKType {
557
+ /** amount is the amount of the tip */
397
558
  amount: CoinSDKType[];
559
+ /** tipper is the address of the account paying for the tip */
560
+
398
561
  tipper: string;
399
562
  }
400
563
  /**
@@ -437,9 +600,24 @@ export interface AuxSignerData {
437
600
  */
438
601
 
439
602
  export interface AuxSignerDataSDKType {
603
+ /**
604
+ * address is the bech32-encoded address of the auxiliary signer. If using
605
+ * AuxSignerData across different chains, the bech32 prefix of the target
606
+ * chain (where the final transaction is broadcasted) should be used.
607
+ */
440
608
  address: string;
609
+ /**
610
+ * sign_doc is the SIGN_MOD_DIRECT_AUX sign doc that the auxiliary signer
611
+ * signs. Note: we use the same sign doc even if we're signing with
612
+ * LEGACY_AMINO_JSON.
613
+ */
614
+
441
615
  sign_doc?: SignDocDirectAuxSDKType;
442
- mode: SignMode;
616
+ /** mode is the signing mode of the single signer */
617
+
618
+ mode: SignModeSDKType;
619
+ /** sig is the signature of the sign doc. */
620
+
443
621
  sig: Uint8Array;
444
622
  }
445
623
 
@@ -28,6 +28,7 @@ export interface QueryCurrentPlanResponse {
28
28
  */
29
29
 
30
30
  export interface QueryCurrentPlanResponseSDKType {
31
+ /** plan is the current upgrade plan. */
31
32
  plan?: PlanSDKType;
32
33
  }
33
34
  /**
@@ -45,6 +46,7 @@ export interface QueryAppliedPlanRequest {
45
46
  */
46
47
 
47
48
  export interface QueryAppliedPlanRequestSDKType {
49
+ /** name is the name of the applied plan to query for. */
48
50
  name: string;
49
51
  }
50
52
  /**
@@ -62,6 +64,7 @@ export interface QueryAppliedPlanResponse {
62
64
  */
63
65
 
64
66
  export interface QueryAppliedPlanResponseSDKType {
67
+ /** height is the block height at which the plan was applied. */
65
68
  height: Long;
66
69
  }
67
70
  /**
@@ -86,6 +89,10 @@ export interface QueryUpgradedConsensusStateRequest {
86
89
  /** @deprecated */
87
90
 
88
91
  export interface QueryUpgradedConsensusStateRequestSDKType {
92
+ /**
93
+ * last height of the current chain must be sent in request
94
+ * as this is the height under which next consensus state is stored
95
+ */
89
96
  last_height: Long;
90
97
  }
91
98
  /**
@@ -107,6 +114,7 @@ export interface QueryUpgradedConsensusStateResponse {
107
114
  /** @deprecated */
108
115
 
109
116
  export interface QueryUpgradedConsensusStateResponseSDKType {
117
+ /** Since: cosmos-sdk 0.43 */
110
118
  upgraded_consensus_state: Uint8Array;
111
119
  }
112
120
  /**
@@ -132,6 +140,11 @@ export interface QueryModuleVersionsRequest {
132
140
  */
133
141
 
134
142
  export interface QueryModuleVersionsRequestSDKType {
143
+ /**
144
+ * module_name is a field to query a specific module
145
+ * consensus version from state. Leaving this empty will
146
+ * fetch the full list of module versions from state
147
+ */
135
148
  module_name: string;
136
149
  }
137
150
  /**
@@ -153,6 +166,7 @@ export interface QueryModuleVersionsResponse {
153
166
  */
154
167
 
155
168
  export interface QueryModuleVersionsResponseSDKType {
169
+ /** module_versions is a list of module names with their consensus versions. */
156
170
  module_versions: ModuleVersionSDKType[];
157
171
  }
158
172
  /**
@@ -1,7 +1,7 @@
1
1
  import { AminoMsg } from "@cosmjs/amino";
2
2
  import { Long } from "../../../helpers";
3
3
  import { MsgSoftwareUpgrade, MsgCancelUpgrade } from "./tx";
4
- export interface MsgSoftwareUpgradeAminoType extends AminoMsg {
4
+ export interface AminoMsgSoftwareUpgrade extends AminoMsg {
5
5
  type: "cosmos-sdk/MsgSoftwareUpgrade";
6
6
  value: {
7
7
  authority: string;
@@ -20,7 +20,7 @@ export interface MsgSoftwareUpgradeAminoType extends AminoMsg {
20
20
  };
21
21
  };
22
22
  }
23
- export interface MsgCancelUpgradeAminoType extends AminoMsg {
23
+ export interface AminoMsgCancelUpgrade extends AminoMsg {
24
24
  type: "cosmos-sdk/MsgCancelUpgrade";
25
25
  value: {
26
26
  authority: string;
@@ -32,7 +32,7 @@ export const AminoConverter = {
32
32
  toAmino: ({
33
33
  authority,
34
34
  plan
35
- }: MsgSoftwareUpgrade): MsgSoftwareUpgradeAminoType["value"] => {
35
+ }: MsgSoftwareUpgrade): AminoMsgSoftwareUpgrade["value"] => {
36
36
  return {
37
37
  authority,
38
38
  plan: {
@@ -50,7 +50,7 @@ export const AminoConverter = {
50
50
  fromAmino: ({
51
51
  authority,
52
52
  plan
53
- }: MsgSoftwareUpgradeAminoType["value"]): MsgSoftwareUpgrade => {
53
+ }: AminoMsgSoftwareUpgrade["value"]): MsgSoftwareUpgrade => {
54
54
  return {
55
55
  authority,
56
56
  plan: {
@@ -70,14 +70,14 @@ export const AminoConverter = {
70
70
  aminoType: "cosmos-sdk/MsgCancelUpgrade",
71
71
  toAmino: ({
72
72
  authority
73
- }: MsgCancelUpgrade): MsgCancelUpgradeAminoType["value"] => {
73
+ }: MsgCancelUpgrade): AminoMsgCancelUpgrade["value"] => {
74
74
  return {
75
75
  authority
76
76
  };
77
77
  },
78
78
  fromAmino: ({
79
79
  authority
80
- }: MsgCancelUpgradeAminoType["value"]): MsgCancelUpgrade => {
80
+ }: AminoMsgCancelUpgrade["value"]): MsgCancelUpgrade => {
81
81
  return {
82
82
  authority
83
83
  };
@@ -21,7 +21,10 @@ export interface MsgSoftwareUpgrade {
21
21
  */
22
22
 
23
23
  export interface MsgSoftwareUpgradeSDKType {
24
+ /** authority is the address of the governance account. */
24
25
  authority: string;
26
+ /** plan is the upgrade plan. */
27
+
25
28
  plan?: PlanSDKType;
26
29
  }
27
30
  /**
@@ -55,6 +58,7 @@ export interface MsgCancelUpgrade {
55
58
  */
56
59
 
57
60
  export interface MsgCancelUpgradeSDKType {
61
+ /** authority is the address of the governance account. */
58
62
  authority: string;
59
63
  }
60
64
  /**
@@ -1,7 +1,7 @@
1
1
  import { Timestamp } from "../../../google/protobuf/timestamp";
2
2
  import { Any, AnySDKType } from "../../../google/protobuf/any";
3
- import { Long, toTimestamp, fromTimestamp, DeepPartial } from "../../../helpers";
4
3
  import * as _m0 from "protobufjs/minimal";
4
+ import { toTimestamp, fromTimestamp, Long, DeepPartial } from "../../../helpers";
5
5
  /** Plan specifies information about a planned upgrade and when it should occur. */
6
6
 
7
7
  export interface Plan {
@@ -49,12 +49,43 @@ export interface Plan {
49
49
  /** Plan specifies information about a planned upgrade and when it should occur. */
50
50
 
51
51
  export interface PlanSDKType {
52
+ /**
53
+ * Sets the name for the upgrade. This name will be used by the upgraded
54
+ * version of the software to apply any special "on-upgrade" commands during
55
+ * the first BeginBlock method after the upgrade is applied. It is also used
56
+ * to detect whether a software version can handle a given upgrade. If no
57
+ * upgrade handler with this name has been set in the software, it will be
58
+ * assumed that the software is out-of-date when the upgrade Time or Height is
59
+ * reached and the software will exit.
60
+ */
52
61
  name: string;
62
+ /**
63
+ * Deprecated: Time based upgrades have been deprecated. Time based upgrade logic
64
+ * has been removed from the SDK.
65
+ * If this field is not empty, an error will be thrown.
66
+ */
67
+
53
68
  /** @deprecated */
54
69
 
55
70
  time?: Date;
71
+ /**
72
+ * The height at which the upgrade must be performed.
73
+ * Only used if Time is not set.
74
+ */
75
+
56
76
  height: Long;
77
+ /**
78
+ * Any application specific upgrade info to be included on-chain
79
+ * such as a git commit that validators could automatically upgrade to
80
+ */
81
+
57
82
  info: string;
83
+ /**
84
+ * Deprecated: UpgradedClientState field has been deprecated. IBC upgrade logic has been
85
+ * moved to the IBC module in the sub module 02-client.
86
+ * If this field is not empty, an error will be thrown.
87
+ */
88
+
58
89
  /** @deprecated */
59
90
 
60
91
  upgraded_client_state?: AnySDKType;
@@ -133,7 +164,10 @@ export interface ModuleVersion {
133
164
  */
134
165
 
135
166
  export interface ModuleVersionSDKType {
167
+ /** name of the app module */
136
168
  name: string;
169
+ /** consensus version of the app module */
170
+
137
171
  version: Long;
138
172
  }
139
173
 
@@ -6,7 +6,12 @@ export enum ScalarType {
6
6
  SCALAR_TYPE_BYTES = 2,
7
7
  UNRECOGNIZED = -1,
8
8
  }
9
- export const ScalarTypeSDKType = ScalarType;
9
+ export enum ScalarTypeSDKType {
10
+ SCALAR_TYPE_UNSPECIFIED = 0,
11
+ SCALAR_TYPE_STRING = 1,
12
+ SCALAR_TYPE_BYTES = 2,
13
+ UNRECOGNIZED = -1,
14
+ }
10
15
  export function scalarTypeFromJSON(object: any): ScalarType {
11
16
  switch (object) {
12
17
  case 0:
@@ -69,7 +74,18 @@ export interface InterfaceDescriptor {
69
74
  */
70
75
 
71
76
  export interface InterfaceDescriptorSDKType {
77
+ /**
78
+ * name is the name of the interface. It should be a short-name (without
79
+ * a period) such that the fully qualified name of the interface will be
80
+ * package.name, ex. for the package a.b and interface named C, the
81
+ * fully-qualified name will be a.b.C.
82
+ */
72
83
  name: string;
84
+ /**
85
+ * description is a human-readable description of the interface and its
86
+ * purpose.
87
+ */
88
+
73
89
  description: string;
74
90
  }
75
91
  /**
@@ -117,9 +133,28 @@ export interface ScalarDescriptor {
117
133
  */
118
134
 
119
135
  export interface ScalarDescriptorSDKType {
136
+ /**
137
+ * name is the name of the scalar. It should be a short-name (without
138
+ * a period) such that the fully qualified name of the scalar will be
139
+ * package.name, ex. for the package a.b and scalar named C, the
140
+ * fully-qualified name will be a.b.C.
141
+ */
120
142
  name: string;
143
+ /**
144
+ * description is a human-readable description of the scalar and its
145
+ * encoding format. For instance a big integer or decimal scalar should
146
+ * specify precisely the expected encoding format.
147
+ */
148
+
121
149
  description: string;
122
- field_type: ScalarType[];
150
+ /**
151
+ * field_type is the type of field with which this scalar can be used.
152
+ * Scalars can be used with one and only one type of field so that
153
+ * encoding standards and simple and clear. Currently only string and
154
+ * bytes fields are supported for scalars.
155
+ */
156
+
157
+ field_type: ScalarTypeSDKType[];
123
158
  }
124
159
 
125
160
  function createBaseInterfaceDescriptor(): InterfaceDescriptor {
@@ -5,14 +5,14 @@ import * as _48 from "./wasm/v1/proposal";
5
5
  import * as _49 from "./wasm/v1/query";
6
6
  import * as _50 from "./wasm/v1/tx";
7
7
  import * as _51 from "./wasm/v1/types";
8
- import * as _140 from "./wasm/v1/tx.amino";
9
- import * as _141 from "./wasm/v1/tx.registry";
10
- import * as _142 from "./wasm/v1/query.lcd";
11
- import * as _143 from "./wasm/v1/query.rpc.Query";
12
- import * as _144 from "./wasm/v1/tx.rpc.msg";
13
- import * as _182 from "./lcd";
14
- import * as _183 from "./rpc.query";
15
- import * as _184 from "./rpc.tx";
8
+ import * as _142 from "./wasm/v1/tx.amino";
9
+ import * as _143 from "./wasm/v1/tx.registry";
10
+ import * as _144 from "./wasm/v1/query.lcd";
11
+ import * as _145 from "./wasm/v1/query.rpc.Query";
12
+ import * as _146 from "./wasm/v1/tx.rpc.msg";
13
+ import * as _186 from "./lcd";
14
+ import * as _187 from "./rpc.query";
15
+ import * as _188 from "./rpc.tx";
16
16
  export namespace cosmwasm {
17
17
  export namespace wasm {
18
18
  export const v1 = { ..._45,
@@ -22,15 +22,15 @@ export namespace cosmwasm {
22
22
  ..._49,
23
23
  ..._50,
24
24
  ..._51,
25
- ..._140,
26
- ..._141,
27
25
  ..._142,
28
26
  ..._143,
29
- ..._144
27
+ ..._144,
28
+ ..._145,
29
+ ..._146
30
30
  };
31
31
  }
32
- export const ClientFactory = { ..._182,
33
- ..._183,
34
- ..._184
32
+ export const ClientFactory = { ..._186,
33
+ ..._187,
34
+ ..._188
35
35
  };
36
36
  }
@@ -17,6 +17,7 @@ export interface ContractExecutionAuthorization {
17
17
  */
18
18
 
19
19
  export interface ContractExecutionAuthorizationSDKType {
20
+ /** Grants for contract executions */
20
21
  grants: ContractGrantSDKType[];
21
22
  }
22
23
  /**
@@ -34,6 +35,7 @@ export interface ContractMigrationAuthorization {
34
35
  */
35
36
 
36
37
  export interface ContractMigrationAuthorizationSDKType {
38
+ /** Grants for contract migrations */
37
39
  grants: ContractGrantSDKType[];
38
40
  }
39
41
  /**
@@ -64,8 +66,20 @@ export interface ContractGrant {
64
66
  */
65
67
 
66
68
  export interface ContractGrantSDKType {
69
+ /** Contract is the bech32 address of the smart contract */
67
70
  contract: string;
71
+ /**
72
+ * Limit defines execution limits that are enforced and updated when the grant
73
+ * is applied. When the limit lapsed the grant is removed.
74
+ */
75
+
68
76
  limit?: AnySDKType;
77
+ /**
78
+ * Filter define more fine-grained control on the message payload passed
79
+ * to the contract in the operation. When no filter applies on execution, the
80
+ * operation is prohibited.
81
+ */
82
+
69
83
  filter?: AnySDKType;
70
84
  }
71
85
  /**
@@ -83,6 +97,7 @@ export interface MaxCallsLimit {
83
97
  */
84
98
 
85
99
  export interface MaxCallsLimitSDKType {
100
+ /** Remaining number that is decremented on each execution */
86
101
  remaining: Long;
87
102
  }
88
103
  /**
@@ -100,6 +115,7 @@ export interface MaxFundsLimit {
100
115
  */
101
116
 
102
117
  export interface MaxFundsLimitSDKType {
118
+ /** Amounts is the maximal amount of tokens transferable to the contract. */
103
119
  amounts: CoinSDKType[];
104
120
  }
105
121
  /**
@@ -122,7 +138,10 @@ export interface CombinedLimit {
122
138
  */
123
139
 
124
140
  export interface CombinedLimitSDKType {
141
+ /** Remaining number that is decremented on each execution */
125
142
  calls_remaining: Long;
143
+ /** Amounts is the maximal amount of tokens transferable to the contract. */
144
+
126
145
  amounts: CoinSDKType[];
127
146
  }
128
147
  /**
@@ -156,6 +175,7 @@ export interface AcceptedMessageKeysFilter {
156
175
  */
157
176
 
158
177
  export interface AcceptedMessageKeysFilterSDKType {
178
+ /** Messages is the list of unique keys */
159
179
  keys: string[];
160
180
  }
161
181
  /**
@@ -175,6 +195,7 @@ export interface AcceptedMessagesFilter {
175
195
  */
176
196
 
177
197
  export interface AcceptedMessagesFilterSDKType {
198
+ /** Messages is the list of raw contract messages */
178
199
  messages: Uint8Array[];
179
200
  }
180
201
 
@@ -56,6 +56,8 @@ export interface CodeSDKType {
56
56
  code_id: Long;
57
57
  code_info?: CodeInfoSDKType;
58
58
  code_bytes: Uint8Array;
59
+ /** Pinned to wasmvm cache */
60
+
59
61
  pinned: boolean;
60
62
  }
61
63
  /** Contract struct encompasses ContractAddress, ContractInfo, and ContractState */