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
@@ -49,8 +49,24 @@ export interface BlockParams {
49
49
  /** BlockParams contains limits on the block size. */
50
50
 
51
51
  export interface BlockParamsSDKType {
52
+ /**
53
+ * Max block size, in bytes.
54
+ * Note: must be greater than 0
55
+ */
52
56
  max_bytes: Long;
57
+ /**
58
+ * Max gas per block.
59
+ * Note: must be greater or equal to -1
60
+ */
61
+
53
62
  max_gas: Long;
63
+ /**
64
+ * Minimum time increment between consecutive blocks (in milliseconds) If the
65
+ * block header timestamp is ahead of the system clock, decrease this value.
66
+ *
67
+ * Not exposed to the application.
68
+ */
69
+
54
70
  time_iota_ms: Long;
55
71
  }
56
72
  /** EvidenceParams determine how we handle evidence of malfeasance. */
@@ -83,8 +99,28 @@ export interface EvidenceParams {
83
99
  /** EvidenceParams determine how we handle evidence of malfeasance. */
84
100
 
85
101
  export interface EvidenceParamsSDKType {
102
+ /**
103
+ * Max age of evidence, in blocks.
104
+ *
105
+ * The basic formula for calculating this is: MaxAgeDuration / {average block
106
+ * time}.
107
+ */
86
108
  max_age_num_blocks: Long;
109
+ /**
110
+ * Max age of evidence, in time.
111
+ *
112
+ * It should correspond with an app's "unbonding period" or other similar
113
+ * mechanism for handling [Nothing-At-Stake
114
+ * attacks](https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed).
115
+ */
116
+
87
117
  max_age_duration?: DurationSDKType;
118
+ /**
119
+ * This sets the maximum size of total evidence in bytes that can be committed in a single block.
120
+ * and should fall comfortably under the max block bytes.
121
+ * Default is 1048576 or 1MB
122
+ */
123
+
88
124
  max_bytes: Long;
89
125
  }
90
126
  /**
@@ -3,7 +3,7 @@ import { Consensus, ConsensusSDKType } from "../version/types";
3
3
  import { Timestamp } from "../../google/protobuf/timestamp";
4
4
  import { ValidatorSet, ValidatorSetSDKType } from "./validator";
5
5
  import * as _m0 from "protobufjs/minimal";
6
- import { DeepPartial, Long, toTimestamp, fromTimestamp } from "../../helpers";
6
+ import { DeepPartial, toTimestamp, Long, fromTimestamp } from "../../helpers";
7
7
  /** BlockIdFlag indicates which BlcokID the signature is for */
8
8
 
9
9
  export enum BlockIDFlag {
@@ -13,7 +13,15 @@ export enum BlockIDFlag {
13
13
  BLOCK_ID_FLAG_NIL = 3,
14
14
  UNRECOGNIZED = -1,
15
15
  }
16
- export const BlockIDFlagSDKType = BlockIDFlag;
16
+ /** BlockIdFlag indicates which BlcokID the signature is for */
17
+
18
+ export enum BlockIDFlagSDKType {
19
+ BLOCK_ID_FLAG_UNKNOWN = 0,
20
+ BLOCK_ID_FLAG_ABSENT = 1,
21
+ BLOCK_ID_FLAG_COMMIT = 2,
22
+ BLOCK_ID_FLAG_NIL = 3,
23
+ UNRECOGNIZED = -1,
24
+ }
17
25
  export function blockIDFlagFromJSON(object: any): BlockIDFlag {
18
26
  switch (object) {
19
27
  case 0:
@@ -70,7 +78,19 @@ export enum SignedMsgType {
70
78
  SIGNED_MSG_TYPE_PROPOSAL = 32,
71
79
  UNRECOGNIZED = -1,
72
80
  }
73
- export const SignedMsgTypeSDKType = SignedMsgType;
81
+ /** SignedMsgType is a type of signed message in the consensus. */
82
+
83
+ export enum SignedMsgTypeSDKType {
84
+ SIGNED_MSG_TYPE_UNKNOWN = 0,
85
+
86
+ /** SIGNED_MSG_TYPE_PREVOTE - Votes */
87
+ SIGNED_MSG_TYPE_PREVOTE = 1,
88
+ SIGNED_MSG_TYPE_PRECOMMIT = 2,
89
+
90
+ /** SIGNED_MSG_TYPE_PROPOSAL - Proposals */
91
+ SIGNED_MSG_TYPE_PROPOSAL = 32,
92
+ UNRECOGNIZED = -1,
93
+ }
74
94
  export function signedMsgTypeFromJSON(object: any): SignedMsgType {
75
95
  switch (object) {
76
96
  case 0:
@@ -186,19 +206,36 @@ export interface Header {
186
206
  /** Header defines the structure of a Tendermint block header. */
187
207
 
188
208
  export interface HeaderSDKType {
209
+ /** basic block info */
189
210
  version?: ConsensusSDKType;
190
211
  chain_id: string;
191
212
  height: Long;
192
213
  time?: Date;
214
+ /** prev block info */
215
+
193
216
  last_block_id?: BlockIDSDKType;
217
+ /** hashes of block data */
218
+
194
219
  last_commit_hash: Uint8Array;
195
220
  data_hash: Uint8Array;
221
+ /** hashes from the app output from the prev block */
222
+
196
223
  validators_hash: Uint8Array;
224
+ /** validators for the next block */
225
+
197
226
  next_validators_hash: Uint8Array;
227
+ /** consensus params for current block */
228
+
198
229
  consensus_hash: Uint8Array;
230
+ /** state after txs from the previous block */
231
+
199
232
  app_hash: Uint8Array;
200
233
  last_results_hash: Uint8Array;
234
+ /** consensus info */
235
+
201
236
  evidence_hash: Uint8Array;
237
+ /** original proposer of the block */
238
+
202
239
  proposer_address: Uint8Array;
203
240
  }
204
241
  /** Data contains the set of transactions included in the block */
@@ -214,6 +251,11 @@ export interface Data {
214
251
  /** Data contains the set of transactions included in the block */
215
252
 
216
253
  export interface DataSDKType {
254
+ /**
255
+ * Txs that will be applied by state @ block.Height+1.
256
+ * NOTE: not all txs here are valid. We're just agreeing on the order first.
257
+ * This means that block.AppHash does not include these txs.
258
+ */
217
259
  txs: Uint8Array[];
218
260
  }
219
261
  /**
@@ -239,9 +281,11 @@ export interface Vote {
239
281
  */
240
282
 
241
283
  export interface VoteSDKType {
242
- type: SignedMsgType;
284
+ type: SignedMsgTypeSDKType;
243
285
  height: Long;
244
286
  round: number;
287
+ /** zero if vote is nil. */
288
+
245
289
  block_id?: BlockIDSDKType;
246
290
  timestamp?: Date;
247
291
  validator_address: Uint8Array;
@@ -275,7 +319,7 @@ export interface CommitSig {
275
319
  /** CommitSig is a part of the Vote included in a Commit. */
276
320
 
277
321
  export interface CommitSigSDKType {
278
- block_id_flag: BlockIDFlag;
322
+ block_id_flag: BlockIDFlagSDKType;
279
323
  validator_address: Uint8Array;
280
324
  timestamp?: Date;
281
325
  signature: Uint8Array;
@@ -290,7 +334,7 @@ export interface Proposal {
290
334
  signature: Uint8Array;
291
335
  }
292
336
  export interface ProposalSDKType {
293
- type: SignedMsgType;
337
+ type: SignedMsgTypeSDKType;
294
338
  height: Long;
295
339
  round: number;
296
340
  pol_round: number;
@@ -1,6 +1,6 @@
1
1
  import { PublicKey, PublicKeySDKType } from "../crypto/keys";
2
- import { Long, DeepPartial } from "../../helpers";
3
2
  import * as _m0 from "protobufjs/minimal";
3
+ import { Long, DeepPartial } from "../../helpers";
4
4
  export interface ValidatorSet {
5
5
  validators: Validator[];
6
6
  proposer?: Validator;
@@ -1,5 +1,5 @@
1
- import { Long, DeepPartial } from "../../helpers";
2
1
  import * as _m0 from "protobufjs/minimal";
2
+ import { Long, DeepPartial } from "../../helpers";
3
3
  /**
4
4
  * App includes the protocol and software version for the application.
5
5
  * This information is included in ResponseInfo. The App.Protocol can be
@@ -11,7 +11,17 @@ export declare enum HashOp {
11
11
  BITCOIN = 5,
12
12
  UNRECOGNIZED = -1
13
13
  }
14
- export declare const HashOpSDKType: typeof HashOp;
14
+ export declare enum HashOpSDKType {
15
+ /** NO_HASH - NO_HASH is the default if no data passed. Note this is an illegal argument some places. */
16
+ NO_HASH = 0,
17
+ SHA256 = 1,
18
+ SHA512 = 2,
19
+ KECCAK = 3,
20
+ RIPEMD160 = 4,
21
+ /** BITCOIN - ripemd160(sha256(x)) */
22
+ BITCOIN = 5,
23
+ UNRECOGNIZED = -1
24
+ }
15
25
  export declare function hashOpFromJSON(object: any): HashOp;
16
26
  export declare function hashOpToJSON(object: HashOp): string;
17
27
  /**
@@ -41,7 +51,33 @@ export declare enum LengthOp {
41
51
  REQUIRE_64_BYTES = 8,
42
52
  UNRECOGNIZED = -1
43
53
  }
44
- export declare const LengthOpSDKType: typeof LengthOp;
54
+ /**
55
+ * LengthOp defines how to process the key and value of the LeafOp
56
+ * to include length information. After encoding the length with the given
57
+ * algorithm, the length will be prepended to the key and value bytes.
58
+ * (Each one with it's own encoded length)
59
+ */
60
+ export declare enum LengthOpSDKType {
61
+ /** NO_PREFIX - NO_PREFIX don't include any length info */
62
+ NO_PREFIX = 0,
63
+ /** VAR_PROTO - VAR_PROTO uses protobuf (and go-amino) varint encoding of the length */
64
+ VAR_PROTO = 1,
65
+ /** VAR_RLP - VAR_RLP uses rlp int encoding of the length */
66
+ VAR_RLP = 2,
67
+ /** FIXED32_BIG - FIXED32_BIG uses big-endian encoding of the length as a 32 bit integer */
68
+ FIXED32_BIG = 3,
69
+ /** FIXED32_LITTLE - FIXED32_LITTLE uses little-endian encoding of the length as a 32 bit integer */
70
+ FIXED32_LITTLE = 4,
71
+ /** FIXED64_BIG - FIXED64_BIG uses big-endian encoding of the length as a 64 bit integer */
72
+ FIXED64_BIG = 5,
73
+ /** FIXED64_LITTLE - FIXED64_LITTLE uses little-endian encoding of the length as a 64 bit integer */
74
+ FIXED64_LITTLE = 6,
75
+ /** REQUIRE_32_BYTES - REQUIRE_32_BYTES is like NONE, but will fail if the input is not exactly 32 bytes (sha256 output) */
76
+ REQUIRE_32_BYTES = 7,
77
+ /** REQUIRE_64_BYTES - REQUIRE_64_BYTES is like NONE, but will fail if the input is not exactly 64 bytes (sha512 output) */
78
+ REQUIRE_64_BYTES = 8,
79
+ UNRECOGNIZED = -1
80
+ }
45
81
  export declare function lengthOpFromJSON(object: any): LengthOp;
46
82
  export declare function lengthOpToJSON(object: LengthOp): string;
47
83
  /**
@@ -115,6 +151,7 @@ export interface NonExistenceProof {
115
151
  * then there is no valid proof for the given key.
116
152
  */
117
153
  export interface NonExistenceProofSDKType {
154
+ /** TODO: remove this as unnecessary??? we prove a range */
118
155
  key: Uint8Array;
119
156
  left?: ExistenceProofSDKType;
120
157
  right?: ExistenceProofSDKType;
@@ -177,10 +214,14 @@ export interface LeafOp {
177
214
  * output = hash(prefix || length(hkey) || hkey || length(hvalue) || hvalue)
178
215
  */
179
216
  export interface LeafOpSDKType {
180
- hash: HashOp;
181
- prehash_key: HashOp;
182
- prehash_value: HashOp;
183
- length: LengthOp;
217
+ hash: HashOpSDKType;
218
+ prehash_key: HashOpSDKType;
219
+ prehash_value: HashOpSDKType;
220
+ length: LengthOpSDKType;
221
+ /**
222
+ * prefix is a fixed bytes that may optionally be included at the beginning to differentiate
223
+ * a leaf node from an inner node.
224
+ */
184
225
  prefix: Uint8Array;
185
226
  }
186
227
  /**
@@ -223,7 +264,7 @@ export interface InnerOp {
223
264
  * If either of prefix or suffix is empty, we just treat it as an empty string
224
265
  */
225
266
  export interface InnerOpSDKType {
226
- hash: HashOp;
267
+ hash: HashOpSDKType;
227
268
  prefix: Uint8Array;
228
269
  suffix: Uint8Array;
229
270
  }
@@ -264,9 +305,15 @@ export interface ProofSpec {
264
305
  * tree format server uses. But not in code, rather a configuration object.
265
306
  */
266
307
  export interface ProofSpecSDKType {
308
+ /**
309
+ * any field in the ExistenceProof must be the same as in this spec.
310
+ * except Prefix, which is just the first bytes of prefix (spec can be longer)
311
+ */
267
312
  leaf_spec?: LeafOpSDKType;
268
313
  inner_spec?: InnerSpecSDKType;
314
+ /** max_depth (if > 0) is the maximum number of InnerOps allowed (mainly for fixed-depth tries) */
269
315
  max_depth: number;
316
+ /** min_depth (if > 0) is the minimum number of InnerOps allowed (mainly for fixed-depth tries) */
270
317
  min_depth: number;
271
318
  }
272
319
  /**
@@ -305,12 +352,19 @@ export interface InnerSpec {
305
352
  * isLeftNeighbor(spec: InnerSpec, left: InnerOp, right: InnerOp)
306
353
  */
307
354
  export interface InnerSpecSDKType {
355
+ /**
356
+ * Child order is the ordering of the children node, must count from 0
357
+ * iavl tree is [0, 1] (left then right)
358
+ * merk is [0, 2, 1] (left, right, here)
359
+ */
308
360
  child_order: number[];
309
361
  child_size: number;
310
362
  min_prefix_length: number;
311
363
  max_prefix_length: number;
364
+ /** empty child is the prehash image that is used when one child is nil (eg. 20 bytes of 0) */
312
365
  empty_child: Uint8Array;
313
- hash: HashOp;
366
+ /** hash is the algorithm that must be used for each InnerOp */
367
+ hash: HashOpSDKType;
314
368
  }
315
369
  /** BatchProof is a group of multiple proof types than can be compressed */
316
370
  export interface BatchProof {
@@ -359,6 +413,7 @@ export interface CompressedExistenceProofSDKType {
359
413
  key: Uint8Array;
360
414
  value: Uint8Array;
361
415
  leaf?: LeafOpSDKType;
416
+ /** these are indexes into the lookup_inners table in CompressedBatchProof */
362
417
  path: number[];
363
418
  }
364
419
  export interface CompressedNonExistenceProof {
@@ -368,6 +423,7 @@ export interface CompressedNonExistenceProof {
368
423
  right?: CompressedExistenceProof;
369
424
  }
370
425
  export interface CompressedNonExistenceProofSDKType {
426
+ /** TODO: remove this as unnecessary??? we prove a range */
371
427
  key: Uint8Array;
372
428
  left?: CompressedExistenceProofSDKType;
373
429
  right?: CompressedExistenceProofSDKType;
@@ -14,6 +14,7 @@ export interface GenericAuthorization {
14
14
  * the provided method on behalf of the granter's account.
15
15
  */
16
16
  export interface GenericAuthorizationSDKType {
17
+ /** Msg, identified by it's type URL, to grant unrestricted permissions to execute */
17
18
  msg: string;
18
19
  }
19
20
  /**
@@ -35,6 +36,11 @@ export interface Grant {
35
36
  */
36
37
  export interface GrantSDKType {
37
38
  authorization?: AnySDKType;
39
+ /**
40
+ * time when the grant will expire and will be pruned. If null, then the grant
41
+ * doesn't have a time expiration (other conditions in `authorization`
42
+ * may apply to invalidate the grant)
43
+ */
38
44
  expiration?: Date;
39
45
  }
40
46
  /**
@@ -64,6 +70,7 @@ export interface GrantQueueItem {
64
70
  }
65
71
  /** GrantQueueItem contains the list of TypeURL of a sdk.Msg. */
66
72
  export interface GrantQueueItemSDKType {
73
+ /** msg_type_urls contains the list of TypeURL of a sdk.Msg. */
67
74
  msg_type_urls: string[];
68
75
  }
69
76
  export declare const GenericAuthorization: {
@@ -11,8 +11,11 @@ export interface EventGrant {
11
11
  }
12
12
  /** EventGrant is emitted on Msg/Grant */
13
13
  export interface EventGrantSDKType {
14
+ /** Msg type URL for which an autorization is granted */
14
15
  msg_type_url: string;
16
+ /** Granter account address */
15
17
  granter: string;
18
+ /** Grantee account address */
16
19
  grantee: string;
17
20
  }
18
21
  /** EventRevoke is emitted on Msg/Revoke */
@@ -26,8 +29,11 @@ export interface EventRevoke {
26
29
  }
27
30
  /** EventRevoke is emitted on Msg/Revoke */
28
31
  export interface EventRevokeSDKType {
32
+ /** Msg type URL for which an autorization is revoked */
29
33
  msg_type_url: string;
34
+ /** Granter account address */
30
35
  granter: string;
36
+ /** Grantee account address */
31
37
  grantee: string;
32
38
  }
33
39
  export declare const EventGrant: {
@@ -15,7 +15,9 @@ export interface QueryGrantsRequest {
15
15
  export interface QueryGrantsRequestSDKType {
16
16
  granter: string;
17
17
  grantee: string;
18
+ /** Optional, msg_type_url, when set, will query only grants matching given msg type. */
18
19
  msg_type_url: string;
20
+ /** pagination defines an pagination for the request. */
19
21
  pagination?: PageRequestSDKType;
20
22
  }
21
23
  /** QueryGrantsResponse is the response type for the Query/Authorizations RPC method. */
@@ -27,7 +29,9 @@ export interface QueryGrantsResponse {
27
29
  }
28
30
  /** QueryGrantsResponse is the response type for the Query/Authorizations RPC method. */
29
31
  export interface QueryGrantsResponseSDKType {
32
+ /** authorizations is a list of grants granted for grantee by granter. */
30
33
  grants: GrantSDKType[];
34
+ /** pagination defines an pagination for the response. */
31
35
  pagination?: PageResponseSDKType;
32
36
  }
33
37
  /** QueryGranterGrantsRequest is the request type for the Query/GranterGrants RPC method. */
@@ -39,6 +43,7 @@ export interface QueryGranterGrantsRequest {
39
43
  /** QueryGranterGrantsRequest is the request type for the Query/GranterGrants RPC method. */
40
44
  export interface QueryGranterGrantsRequestSDKType {
41
45
  granter: string;
46
+ /** pagination defines an pagination for the request. */
42
47
  pagination?: PageRequestSDKType;
43
48
  }
44
49
  /** QueryGranterGrantsResponse is the response type for the Query/GranterGrants RPC method. */
@@ -50,7 +55,9 @@ export interface QueryGranterGrantsResponse {
50
55
  }
51
56
  /** QueryGranterGrantsResponse is the response type for the Query/GranterGrants RPC method. */
52
57
  export interface QueryGranterGrantsResponseSDKType {
58
+ /** grants is a list of grants granted by the granter. */
53
59
  grants: GrantAuthorizationSDKType[];
60
+ /** pagination defines an pagination for the response. */
54
61
  pagination?: PageResponseSDKType;
55
62
  }
56
63
  /** QueryGranteeGrantsRequest is the request type for the Query/IssuedGrants RPC method. */
@@ -62,6 +69,7 @@ export interface QueryGranteeGrantsRequest {
62
69
  /** QueryGranteeGrantsRequest is the request type for the Query/IssuedGrants RPC method. */
63
70
  export interface QueryGranteeGrantsRequestSDKType {
64
71
  grantee: string;
72
+ /** pagination defines an pagination for the request. */
65
73
  pagination?: PageRequestSDKType;
66
74
  }
67
75
  /** QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method. */
@@ -73,7 +81,9 @@ export interface QueryGranteeGrantsResponse {
73
81
  }
74
82
  /** QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method. */
75
83
  export interface QueryGranteeGrantsResponseSDKType {
84
+ /** grants is a list of grants granted to the grantee. */
76
85
  grants: GrantAuthorizationSDKType[];
86
+ /** pagination defines an pagination for the response. */
77
87
  pagination?: PageResponseSDKType;
78
88
  }
79
89
  export declare const QueryGrantsRequest: {
@@ -49,6 +49,11 @@ export interface MsgExec {
49
49
  */
50
50
  export interface MsgExecSDKType {
51
51
  grantee: string;
52
+ /**
53
+ * Authorization Msg requests to execute. Each msg must implement Authorization interface
54
+ * The x/authz will try to find a grant matching (msg.signers[0], grantee, MsgTypeURL(msg))
55
+ * triple and validate it.
56
+ */
52
57
  msgs: AnySDKType[];
53
58
  }
54
59
  /** MsgGrantResponse defines the Msg/MsgGrant response type. */
@@ -88,8 +88,17 @@ export interface DenomUnit {
88
88
  * denomination unit of the basic token.
89
89
  */
90
90
  export interface DenomUnitSDKType {
91
+ /** denom represents the string name of the given denom unit (e.g uatom). */
91
92
  denom: string;
93
+ /**
94
+ * exponent represents power of 10 exponent that one must
95
+ * raise the base_denom to in order to equal the given DenomUnit's denom
96
+ * 1 denom = 10^exponent base_denom
97
+ * (e.g. with a base_denom of uatom, one can create a DenomUnit of 'atom' with
98
+ * exponent = 6, thus: 1 atom = 10^6 uatom).
99
+ */
92
100
  exponent: number;
101
+ /** aliases is a list of string aliases for the given denom */
93
102
  aliases: string[];
94
103
  }
95
104
  /**
@@ -140,12 +149,40 @@ export interface Metadata {
140
149
  */
141
150
  export interface MetadataSDKType {
142
151
  description: string;
152
+ /** denom_units represents the list of DenomUnit's for a given coin */
143
153
  denom_units: DenomUnitSDKType[];
154
+ /** base represents the base denom (should be the DenomUnit with exponent = 0). */
144
155
  base: string;
156
+ /**
157
+ * display indicates the suggested denom that should be
158
+ * displayed in clients.
159
+ */
145
160
  display: string;
161
+ /**
162
+ * name defines the name of the token (eg: Cosmos Atom)
163
+ *
164
+ * Since: cosmos-sdk 0.43
165
+ */
146
166
  name: string;
167
+ /**
168
+ * symbol is the token symbol usually shown on exchanges (eg: ATOM). This can
169
+ * be the same as the display.
170
+ *
171
+ * Since: cosmos-sdk 0.43
172
+ */
147
173
  symbol: string;
174
+ /**
175
+ * URI to a document (on or off-chain) that contains additional information. Optional.
176
+ *
177
+ * Since: cosmos-sdk 0.46
178
+ */
148
179
  uri: string;
180
+ /**
181
+ * URIHash is a sha256 hash of a document pointed by URI. It's used to verify that
182
+ * the document didn't change. Optional.
183
+ *
184
+ * Since: cosmos-sdk 0.46
185
+ */
149
186
  uri_hash: string;
150
187
  }
151
188
  export declare const Params: {
@@ -18,9 +18,16 @@ export interface GenesisState {
18
18
  }
19
19
  /** GenesisState defines the bank module's genesis state. */
20
20
  export interface GenesisStateSDKType {
21
+ /** params defines all the paramaters of the module. */
21
22
  params?: ParamsSDKType;
23
+ /** balances is an array containing the balances of all the accounts. */
22
24
  balances: BalanceSDKType[];
25
+ /**
26
+ * supply represents the total supply. If it is left empty, then supply will be calculated based on the provided
27
+ * balances. Otherwise, it will be used to validate that the sum of the balances equals this amount.
28
+ */
23
29
  supply: CoinSDKType[];
30
+ /** denom_metadata defines the metadata of the differents coins. */
24
31
  denom_metadata: MetadataSDKType[];
25
32
  }
26
33
  /**
@@ -38,7 +45,9 @@ export interface Balance {
38
45
  * genesis state.
39
46
  */
40
47
  export interface BalanceSDKType {
48
+ /** address is the address of the balance holder. */
41
49
  address: string;
50
+ /** coins defines the different coins this balance holds. */
42
51
  coins: CoinSDKType[];
43
52
  }
44
53
  export declare const GenesisState: {