juno-network 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (452) hide show
  1. package/main/codegen/confio/proofs.js +100 -315
  2. package/main/codegen/cosmos/authz/v1beta1/authz.js +5 -63
  3. package/main/codegen/cosmos/authz/v1beta1/event.js +12 -42
  4. package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -20
  5. package/main/codegen/cosmos/authz/v1beta1/query.js +6 -114
  6. package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +14 -26
  7. package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +22 -2
  8. package/main/codegen/cosmos/authz/v1beta1/tx.js +6 -92
  9. package/main/codegen/cosmos/bank/v1beta1/authz.js +5 -25
  10. package/main/codegen/cosmos/bank/v1beta1/bank.js +20 -178
  11. package/main/codegen/cosmos/bank/v1beta1/genesis.js +5 -73
  12. package/main/codegen/cosmos/bank/v1beta1/query.js +5 -264
  13. package/main/codegen/cosmos/bank/v1beta1/query.lcd.js +24 -30
  14. package/main/codegen/cosmos/bank/v1beta1/query.rpc.query.js +53 -5
  15. package/main/codegen/cosmos/bank/v1beta1/tx.amino.js +6 -6
  16. package/main/codegen/cosmos/bank/v1beta1/tx.js +11 -82
  17. package/main/codegen/cosmos/bank/v1beta1/tx.registry.js +0 -28
  18. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +68 -312
  19. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +12 -42
  20. package/main/codegen/cosmos/base/reflection/v2alpha1/reflection.js +65 -418
  21. package/main/codegen/cosmos/base/v1beta1/coin.js +0 -46
  22. package/main/codegen/cosmos/bundle.js +101 -401
  23. package/main/codegen/cosmos/client.js +11 -37
  24. package/main/codegen/cosmos/crypto/ed25519/keys.js +0 -22
  25. package/main/codegen/cosmos/crypto/hd/v1/hd.js +11 -31
  26. package/main/codegen/cosmos/crypto/keyring/v1/record.js +16 -74
  27. package/main/codegen/cosmos/crypto/multisig/keys.js +5 -29
  28. package/main/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +6 -40
  29. package/main/codegen/cosmos/crypto/secp256k1/keys.js +0 -22
  30. package/main/codegen/cosmos/crypto/secp256r1/keys.js +0 -22
  31. package/main/codegen/cosmos/distribution/v1beta1/distribution.js +57 -289
  32. package/main/codegen/cosmos/distribution/v1beta1/genesis.js +105 -300
  33. package/main/codegen/cosmos/distribution/v1beta1/query.js +63 -308
  34. package/main/codegen/cosmos/distribution/v1beta1/query.lcd.js +35 -41
  35. package/main/codegen/cosmos/distribution/v1beta1/query.rpc.query.js +46 -4
  36. package/main/codegen/cosmos/distribution/v1beta1/tx.amino.js +15 -15
  37. package/main/codegen/cosmos/distribution/v1beta1/tx.js +28 -140
  38. package/main/codegen/cosmos/distribution/v1beta1/tx.registry.js +0 -52
  39. package/main/codegen/cosmos/gov/v1/genesis.js +20 -70
  40. package/main/codegen/cosmos/gov/v1/gov.js +113 -256
  41. package/main/codegen/cosmos/gov/v1/query.js +57 -271
  42. package/main/codegen/cosmos/gov/v1/query.lcd.js +31 -38
  43. package/main/codegen/cosmos/gov/v1/query.rpc.query.js +37 -2
  44. package/main/codegen/cosmos/gov/v1/tx.amino.js +16 -16
  45. package/main/codegen/cosmos/gov/v1/tx.js +25 -176
  46. package/main/codegen/cosmos/gov/v1/tx.registry.js +0 -64
  47. package/main/codegen/cosmos/gov/v1beta1/genesis.js +20 -70
  48. package/main/codegen/cosmos/gov/v1beta1/gov.js +103 -246
  49. package/main/codegen/cosmos/gov/v1beta1/query.js +57 -271
  50. package/main/codegen/cosmos/gov/v1beta1/query.lcd.js +31 -38
  51. package/main/codegen/cosmos/gov/v1beta1/query.rpc.query.js +37 -2
  52. package/main/codegen/cosmos/gov/v1beta1/tx.amino.js +14 -14
  53. package/main/codegen/cosmos/gov/v1beta1/tx.js +25 -142
  54. package/main/codegen/cosmos/gov/v1beta1/tx.registry.js +0 -52
  55. package/main/codegen/cosmos/lcd.js +65 -198
  56. package/main/codegen/cosmos/rpc.query.js +58 -197
  57. package/main/codegen/cosmos/rpc.tx.js +31 -122
  58. package/main/codegen/cosmos/staking/v1beta1/authz.js +38 -59
  59. package/main/codegen/cosmos/staking/v1beta1/genesis.js +14 -96
  60. package/main/codegen/cosmos/staking/v1beta1/query.js +115 -497
  61. package/main/codegen/cosmos/staking/v1beta1/query.lcd.js +48 -49
  62. package/main/codegen/cosmos/staking/v1beta1/query.rpc.query.js +61 -4
  63. package/main/codegen/cosmos/staking/v1beta1/staking.js +222 -565
  64. package/main/codegen/cosmos/staking/v1beta1/tx.amino.js +47 -47
  65. package/main/codegen/cosmos/staking/v1beta1/tx.js +82 -205
  66. package/main/codegen/cosmos/staking/v1beta1/tx.registry.js +0 -64
  67. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +29 -86
  68. package/main/codegen/cosmos/tx/v1beta1/service.js +69 -207
  69. package/main/codegen/cosmos/tx/v1beta1/service.lcd.js +14 -26
  70. package/main/codegen/cosmos/tx/v1beta1/service.rpc.svc.js +33 -7
  71. package/main/codegen/cosmos/tx/v1beta1/tx.js +102 -381
  72. package/main/codegen/cosmos/upgrade/v1beta1/query.js +22 -126
  73. package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +19 -29
  74. package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +34 -4
  75. package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +4 -4
  76. package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -38
  77. package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -28
  78. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +5 -61
  79. package/main/codegen/cosmos_proto/cosmos.js +17 -45
  80. package/main/codegen/cosmwasm/bundle.js +16 -16
  81. package/main/codegen/cosmwasm/client.js +11 -5
  82. package/main/codegen/cosmwasm/lcd.js +76 -209
  83. package/main/codegen/cosmwasm/rpc.query.js +66 -207
  84. package/main/codegen/cosmwasm/rpc.tx.js +41 -132
  85. package/main/codegen/cosmwasm/wasm/v1/genesis.js +57 -178
  86. package/main/codegen/cosmwasm/wasm/v1/ibc.js +10 -36
  87. package/main/codegen/cosmwasm/wasm/v1/proposal.js +56 -250
  88. package/main/codegen/cosmwasm/wasm/v1/query.js +54 -322
  89. package/main/codegen/cosmwasm/wasm/v1/query.lcd.js +28 -34
  90. package/main/codegen/cosmwasm/wasm/v1/query.rpc.query.js +50 -4
  91. package/main/codegen/cosmwasm/wasm/v1/tx.amino.js +16 -16
  92. package/main/codegen/cosmwasm/wasm/v1/tx.js +32 -200
  93. package/main/codegen/cosmwasm/wasm/v1/tx.registry.js +0 -76
  94. package/main/codegen/cosmwasm/wasm/v1/types.js +80 -166
  95. package/main/codegen/gogoproto/bundle.js +2 -2
  96. package/main/codegen/google/bundle.js +9 -15
  97. package/main/codegen/google/protobuf/any.js +6 -20
  98. package/main/codegen/google/protobuf/descriptor.js +407 -1134
  99. package/main/codegen/google/protobuf/duration.js +0 -12
  100. package/main/codegen/google/protobuf/empty.js +0 -7
  101. package/main/codegen/google/protobuf/field_mask.js +0 -20
  102. package/main/codegen/google/protobuf/struct.js +51 -118
  103. package/main/codegen/google/protobuf/timestamp.js +0 -12
  104. package/main/codegen/google/protobuf/wrappers.js +0 -90
  105. package/main/codegen/ibc/applications/transfer/v1/genesis.js +10 -36
  106. package/main/codegen/ibc/applications/transfer/v1/query.js +10 -81
  107. package/main/codegen/ibc/applications/transfer/v1/query.lcd.js +12 -24
  108. package/main/codegen/ibc/applications/transfer/v1/query.rpc.query.js +30 -4
  109. package/main/codegen/ibc/applications/transfer/v1/transfer.js +17 -43
  110. package/main/codegen/ibc/applications/transfer/v1/tx.amino.js +14 -14
  111. package/main/codegen/ibc/applications/transfer/v1/tx.js +21 -50
  112. package/main/codegen/ibc/applications/transfer/v1/tx.registry.js +0 -16
  113. package/main/codegen/ibc/applications/transfer/v2/packet.js +0 -18
  114. package/main/codegen/ibc/bundle.js +56 -74
  115. package/main/codegen/ibc/client.js +11 -5
  116. package/main/codegen/ibc/core/channel/v1/channel.js +103 -198
  117. package/main/codegen/ibc/core/channel/v1/genesis.js +29 -131
  118. package/main/codegen/ibc/core/channel/v1/query.js +202 -646
  119. package/main/codegen/ibc/core/channel/v1/query.lcd.js +45 -47
  120. package/main/codegen/ibc/core/channel/v1/query.rpc.query.js +57 -3
  121. package/main/codegen/ibc/core/channel/v1/tx.amino.js +183 -183
  122. package/main/codegen/ibc/core/channel/v1/tx.js +175 -425
  123. package/main/codegen/ibc/core/channel/v1/tx.registry.js +0 -124
  124. package/main/codegen/ibc/core/client/v1/client.js +57 -167
  125. package/main/codegen/ibc/core/client/v1/genesis.js +29 -111
  126. package/main/codegen/ibc/core/client/v1/query.js +79 -270
  127. package/main/codegen/ibc/core/client/v1/query.lcd.js +28 -35
  128. package/main/codegen/ibc/core/client/v1/query.rpc.query.js +51 -6
  129. package/main/codegen/ibc/core/client/v1/tx.amino.js +39 -39
  130. package/main/codegen/ibc/core/client/v1/tx.js +48 -140
  131. package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -52
  132. package/main/codegen/ibc/core/commitment/v1/commitment.js +11 -73
  133. package/main/codegen/ibc/core/connection/v1/connection.js +61 -191
  134. package/main/codegen/ibc/core/connection/v1/genesis.js +10 -45
  135. package/main/codegen/ibc/core/connection/v1/query.js +75 -221
  136. package/main/codegen/ibc/core/connection/v1/query.lcd.js +20 -30
  137. package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +33 -3
  138. package/main/codegen/ibc/core/connection/v1/tx.amino.js +95 -95
  139. package/main/codegen/ibc/core/connection/v1/tx.js +118 -250
  140. package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -52
  141. package/main/codegen/ibc/lcd.js +107 -240
  142. package/main/codegen/ibc/lightclients/localhost/v1/localhost.js +6 -20
  143. package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +115 -309
  144. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +115 -309
  145. package/main/codegen/ibc/lightclients/tendermint/v1/tendermint.js +86 -191
  146. package/main/codegen/ibc/rpc.query.js +88 -248
  147. package/main/codegen/ibc/rpc.tx.js +69 -160
  148. package/main/codegen/juno/bundle.js +9 -9
  149. package/main/codegen/juno/lcd.js +74 -207
  150. package/main/codegen/juno/mint/genesis.js +0 -14
  151. package/main/codegen/juno/mint/mint.js +22 -50
  152. package/main/codegen/juno/mint/query.js +6 -59
  153. package/main/codegen/juno/mint/query.lcd.js +12 -24
  154. package/main/codegen/juno/mint/query.rpc.query.js +31 -5
  155. package/main/codegen/juno/rpc.query.js +64 -205
  156. package/main/codegen/tendermint/abci/types.js +296 -1020
  157. package/main/codegen/tendermint/bundle.js +17 -17
  158. package/main/codegen/tendermint/crypto/keys.js +0 -14
  159. package/main/codegen/tendermint/crypto/proof.js +6 -92
  160. package/main/codegen/tendermint/libs/bits/types.js +0 -22
  161. package/main/codegen/tendermint/p2p/types.js +53 -143
  162. package/main/codegen/tendermint/types/block.js +5 -23
  163. package/main/codegen/tendermint/types/evidence.js +50 -128
  164. package/main/codegen/tendermint/types/params.js +51 -137
  165. package/main/codegen/tendermint/types/types.js +162 -372
  166. package/main/codegen/tendermint/types/validator.js +30 -82
  167. package/main/codegen/tendermint/version/types.js +0 -24
  168. package/main/index.js +1 -5
  169. package/package.json +5 -5
  170. package/types/codegen/JunoSwap.client.d.ts +120 -0
  171. package/types/codegen/JunoSwap.types.d.ts +124 -0
  172. package/types/codegen/confio/proofs.d.ts +495 -0
  173. package/types/codegen/contracts.d.ts +12 -0
  174. package/types/codegen/cosmos/app/v1alpha1/config.d.ts +51 -0
  175. package/types/codegen/cosmos/app/v1alpha1/module.d.ts +105 -0
  176. package/types/codegen/cosmos/app/v1alpha1/query.d.ts +25 -0
  177. package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +11 -0
  178. package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +49 -0
  179. package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +18 -0
  180. package/types/codegen/cosmos/auth/v1beta1/query.d.ts +171 -0
  181. package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +14 -0
  182. package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +23 -0
  183. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
  184. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
  185. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
  186. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
  187. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  188. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +21 -0
  189. package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +54 -0
  190. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
  191. package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +76 -0
  192. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +15 -0
  193. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
  194. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
  195. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
  196. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
  197. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
  198. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +39 -0
  199. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
  200. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
  201. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
  202. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +13 -0
  203. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
  204. package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +25 -0
  205. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
  206. package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +53 -0
  207. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
  208. package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +118 -0
  209. package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +47 -0
  210. package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +24 -0
  211. package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +197 -0
  212. package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +13 -0
  213. package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +21 -0
  214. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
  215. package/types/codegen/cosmos/bundle.d.ts +6233 -0
  216. package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +45 -0
  217. package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +34 -0
  218. package/types/codegen/cosmos/client.d.ts +473 -0
  219. package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +18 -0
  220. package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +17 -0
  221. package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +25 -0
  222. package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +36 -0
  223. package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +11 -0
  224. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
  225. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  226. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
  227. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
  228. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
  229. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
  230. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
  231. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
  232. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
  233. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
  234. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
  235. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +39 -0
  236. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
  237. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
  238. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
  239. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +17 -0
  240. package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +19 -0
  241. package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +15 -0
  242. package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +60 -0
  243. package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +9 -0
  244. package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +13 -0
  245. package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +19 -0
  246. package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +30 -0
  247. package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +36 -0
  248. package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +11 -0
  249. package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +89 -0
  250. package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +14 -0
  251. package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +84 -0
  252. package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +10 -0
  253. package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +15 -0
  254. package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +32 -0
  255. package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +56 -0
  256. package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +56 -0
  257. package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +13 -0
  258. package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +14 -0
  259. package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
  260. package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
  261. package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
  262. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
  263. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +36 -0
  264. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
  265. package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
  266. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
  267. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +19 -0
  268. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
  269. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
  270. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
  271. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  272. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +36 -0
  273. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
  274. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
  275. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
  276. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +17 -0
  277. package/types/codegen/cosmos/group/v1/events.d.ts +115 -0
  278. package/types/codegen/cosmos/group/v1/genesis.d.ts +38 -0
  279. package/types/codegen/cosmos/group/v1/query.d.ts +350 -0
  280. package/types/codegen/cosmos/group/v1/query.lcd.d.ts +20 -0
  281. package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +35 -0
  282. package/types/codegen/cosmos/group/v1/tx.amino.d.ts +227 -0
  283. package/types/codegen/cosmos/group/v1/tx.d.ts +419 -0
  284. package/types/codegen/cosmos/group/v1/tx.registry.d.ts +296 -0
  285. package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +37 -0
  286. package/types/codegen/cosmos/group/v1/types.d.ts +324 -0
  287. package/types/codegen/cosmos/lcd.d.ts +28 -0
  288. package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +17 -0
  289. package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +38 -0
  290. package/types/codegen/cosmos/mint/v1beta1/query.d.ts +78 -0
  291. package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +10 -0
  292. package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +15 -0
  293. package/types/codegen/cosmos/msg/v1/msg.d.ts +1 -0
  294. package/types/codegen/cosmos/nft/v1beta1/event.d.ts +42 -0
  295. package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +30 -0
  296. package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +47 -0
  297. package/types/codegen/cosmos/nft/v1beta1/query.d.ts +166 -0
  298. package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +14 -0
  299. package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +23 -0
  300. package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +18 -0
  301. package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +30 -0
  302. package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +36 -0
  303. package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +11 -0
  304. package/types/codegen/cosmos/orm/v1/orm.d.ts +117 -0
  305. package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +90 -0
  306. package/types/codegen/cosmos/params/v1beta1/params.d.ts +31 -0
  307. package/types/codegen/cosmos/params/v1beta1/query.d.ts +71 -0
  308. package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +9 -0
  309. package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +13 -0
  310. package/types/codegen/cosmos/rpc.query.d.ts +97 -0
  311. package/types/codegen/cosmos/rpc.tx.d.ts +26 -0
  312. package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +70 -0
  313. package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +85 -0
  314. package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +10 -0
  315. package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +15 -0
  316. package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +52 -0
  317. package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +15 -0
  318. package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +23 -0
  319. package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +36 -0
  320. package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +11 -0
  321. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
  322. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
  323. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
  324. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  325. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +54 -0
  326. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
  327. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
  328. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
  329. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
  330. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +19 -0
  331. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
  332. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
  333. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  334. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +27 -0
  335. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
  336. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
  337. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  338. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +27 -0
  339. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
  340. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
  341. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
  342. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +13 -0
  343. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
  344. package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +58 -0
  345. package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +88 -0
  346. package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +76 -0
  347. package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +15 -0
  348. package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +97 -0
  349. package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
  350. package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
  351. package/types/codegen/cosmwasm/bundle.d.ts +1109 -0
  352. package/types/codegen/cosmwasm/client.d.ts +120 -0
  353. package/types/codegen/cosmwasm/lcd.d.ts +33 -0
  354. package/types/codegen/cosmwasm/rpc.query.d.ts +112 -0
  355. package/types/codegen/cosmwasm/rpc.tx.d.ts +31 -0
  356. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
  357. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
  358. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
  359. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
  360. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
  361. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +39 -0
  362. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
  363. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
  364. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
  365. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +21 -0
  366. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
  367. package/types/codegen/gogoproto/bundle.d.ts +1 -0
  368. package/types/codegen/gogoproto/gogo.d.ts +1 -0
  369. package/types/codegen/google/api/annotations.d.ts +1 -0
  370. package/types/codegen/google/api/http.d.ts +375 -0
  371. package/types/codegen/google/bundle.d.ts +1545 -0
  372. package/types/codegen/google/protobuf/any.d.ts +237 -0
  373. package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
  374. package/types/codegen/google/protobuf/duration.d.ts +161 -0
  375. package/types/codegen/google/protobuf/empty.d.ts +33 -0
  376. package/types/codegen/google/protobuf/field_mask.d.ts +417 -0
  377. package/types/codegen/google/protobuf/struct.d.ts +148 -0
  378. package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
  379. package/types/codegen/google/protobuf/wrappers.d.ts +209 -0
  380. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
  381. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
  382. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
  383. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +21 -0
  384. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
  385. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
  386. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
  387. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  388. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +11 -0
  389. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
  390. package/types/codegen/ibc/bundle.d.ts +3781 -0
  391. package/types/codegen/ibc/client.d.ts +559 -0
  392. package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
  393. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
  394. package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
  395. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
  396. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +51 -0
  397. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
  398. package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
  399. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
  400. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +29 -0
  401. package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
  402. package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
  403. package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
  404. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
  405. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +36 -0
  406. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
  407. package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
  408. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
  409. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +17 -0
  410. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
  411. package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
  412. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
  413. package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
  414. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
  415. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +27 -0
  416. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
  417. package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
  418. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
  419. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +17 -0
  420. package/types/codegen/ibc/core/port/v1/query.d.ts +37 -0
  421. package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +11 -0
  422. package/types/codegen/ibc/core/types/v1/genesis.d.ts +21 -0
  423. package/types/codegen/ibc/lcd.d.ts +46 -0
  424. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
  425. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
  426. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
  427. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
  428. package/types/codegen/ibc/rpc.query.d.ts +148 -0
  429. package/types/codegen/ibc/rpc.tx.d.ts +44 -0
  430. package/types/codegen/ics23/bundle.d.ts +545 -0
  431. package/types/codegen/index.d.ts +18 -0
  432. package/types/codegen/juno/bundle.d.ts +226 -0
  433. package/types/codegen/juno/lcd.d.ts +31 -0
  434. package/types/codegen/juno/mint/genesis.d.ts +22 -0
  435. package/types/codegen/juno/mint/mint.d.ts +44 -0
  436. package/types/codegen/juno/mint/query.d.ts +99 -0
  437. package/types/codegen/juno/mint/query.lcd.d.ts +11 -0
  438. package/types/codegen/juno/mint/query.rpc.query.d.ts +21 -0
  439. package/types/codegen/juno/rpc.query.d.ts +104 -0
  440. package/types/codegen/tendermint/abci/types.d.ts +902 -0
  441. package/types/codegen/tendermint/bundle.d.ts +2065 -0
  442. package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
  443. package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
  444. package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
  445. package/types/codegen/tendermint/p2p/types.d.ts +87 -0
  446. package/types/codegen/tendermint/types/block.d.ts +21 -0
  447. package/types/codegen/tendermint/types/evidence.d.ts +70 -0
  448. package/types/codegen/tendermint/types/params.d.ts +181 -0
  449. package/types/codegen/tendermint/types/types.d.ts +326 -0
  450. package/types/codegen/tendermint/types/validator.d.ts +48 -0
  451. package/types/codegen/tendermint/version/types.d.ts +48 -0
  452. package/types/index.d.ts +1 -0
@@ -0,0 +1,603 @@
1
+ import { Any, AnySDKType } from "../../../google/protobuf/any";
2
+ import { SignMode, SignModeSDKType } from "../signing/v1beta1/signing";
3
+ import { CompactBitArray, CompactBitArraySDKType } from "../../crypto/multisig/v1beta1/multisig";
4
+ import { Coin, CoinSDKType } from "../../base/v1beta1/coin";
5
+ import * as _m0 from "protobufjs/minimal";
6
+ import { DeepPartial, Long } from "@osmonauts/helpers";
7
+ /** Tx is the standard type used for broadcasting transactions. */
8
+ export interface Tx {
9
+ /** body is the processable content of the transaction */
10
+ body: TxBody;
11
+ /**
12
+ * auth_info is the authorization related content of the transaction,
13
+ * specifically signers, signer modes and fee
14
+ */
15
+ authInfo: AuthInfo;
16
+ /**
17
+ * signatures is a list of signatures that matches the length and order of
18
+ * AuthInfo's signer_infos to allow connecting signature meta information like
19
+ * public key and signing mode by position.
20
+ */
21
+ signatures: Uint8Array[];
22
+ }
23
+ /** Tx is the standard type used for broadcasting transactions. */
24
+ export interface TxSDKType {
25
+ /** body is the processable content of the transaction */
26
+ body: TxBodySDKType;
27
+ /**
28
+ * auth_info is the authorization related content of the transaction,
29
+ * specifically signers, signer modes and fee
30
+ */
31
+ auth_info: AuthInfoSDKType;
32
+ /**
33
+ * signatures is a list of signatures that matches the length and order of
34
+ * AuthInfo's signer_infos to allow connecting signature meta information like
35
+ * public key and signing mode by position.
36
+ */
37
+ signatures: Uint8Array[];
38
+ }
39
+ /**
40
+ * TxRaw is a variant of Tx that pins the signer's exact binary representation
41
+ * of body and auth_info. This is used for signing, broadcasting and
42
+ * verification. The binary `serialize(tx: TxRaw)` is stored in Tendermint and
43
+ * the hash `sha256(serialize(tx: TxRaw))` becomes the "txhash", commonly used
44
+ * as the transaction ID.
45
+ */
46
+ export interface TxRaw {
47
+ /**
48
+ * body_bytes is a protobuf serialization of a TxBody that matches the
49
+ * representation in SignDoc.
50
+ */
51
+ bodyBytes: Uint8Array;
52
+ /**
53
+ * auth_info_bytes is a protobuf serialization of an AuthInfo that matches the
54
+ * representation in SignDoc.
55
+ */
56
+ authInfoBytes: Uint8Array;
57
+ /**
58
+ * signatures is a list of signatures that matches the length and order of
59
+ * AuthInfo's signer_infos to allow connecting signature meta information like
60
+ * public key and signing mode by position.
61
+ */
62
+ signatures: Uint8Array[];
63
+ }
64
+ /**
65
+ * TxRaw is a variant of Tx that pins the signer's exact binary representation
66
+ * of body and auth_info. This is used for signing, broadcasting and
67
+ * verification. The binary `serialize(tx: TxRaw)` is stored in Tendermint and
68
+ * the hash `sha256(serialize(tx: TxRaw))` becomes the "txhash", commonly used
69
+ * as the transaction ID.
70
+ */
71
+ export interface TxRawSDKType {
72
+ /**
73
+ * body_bytes is a protobuf serialization of a TxBody that matches the
74
+ * representation in SignDoc.
75
+ */
76
+ body_bytes: Uint8Array;
77
+ /**
78
+ * auth_info_bytes is a protobuf serialization of an AuthInfo that matches the
79
+ * representation in SignDoc.
80
+ */
81
+ auth_info_bytes: Uint8Array;
82
+ /**
83
+ * signatures is a list of signatures that matches the length and order of
84
+ * AuthInfo's signer_infos to allow connecting signature meta information like
85
+ * public key and signing mode by position.
86
+ */
87
+ signatures: Uint8Array[];
88
+ }
89
+ /** SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. */
90
+ export interface SignDoc {
91
+ /**
92
+ * body_bytes is protobuf serialization of a TxBody that matches the
93
+ * representation in TxRaw.
94
+ */
95
+ bodyBytes: Uint8Array;
96
+ /**
97
+ * auth_info_bytes is a protobuf serialization of an AuthInfo that matches the
98
+ * representation in TxRaw.
99
+ */
100
+ authInfoBytes: Uint8Array;
101
+ /**
102
+ * chain_id is the unique identifier of the chain this transaction targets.
103
+ * It prevents signed transactions from being used on another chain by an
104
+ * attacker
105
+ */
106
+ chainId: string;
107
+ /** account_number is the account number of the account in state */
108
+ accountNumber: Long;
109
+ }
110
+ /** SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. */
111
+ export interface SignDocSDKType {
112
+ /**
113
+ * body_bytes is protobuf serialization of a TxBody that matches the
114
+ * representation in TxRaw.
115
+ */
116
+ body_bytes: Uint8Array;
117
+ /**
118
+ * auth_info_bytes is a protobuf serialization of an AuthInfo that matches the
119
+ * representation in TxRaw.
120
+ */
121
+ auth_info_bytes: Uint8Array;
122
+ /**
123
+ * chain_id is the unique identifier of the chain this transaction targets.
124
+ * It prevents signed transactions from being used on another chain by an
125
+ * attacker
126
+ */
127
+ chain_id: string;
128
+ /** account_number is the account number of the account in state */
129
+ account_number: Long;
130
+ }
131
+ /**
132
+ * SignDocDirectAux is the type used for generating sign bytes for
133
+ * SIGN_MODE_DIRECT_AUX.
134
+ *
135
+ * Since: cosmos-sdk 0.46
136
+ */
137
+ export interface SignDocDirectAux {
138
+ /**
139
+ * body_bytes is protobuf serialization of a TxBody that matches the
140
+ * representation in TxRaw.
141
+ */
142
+ bodyBytes: Uint8Array;
143
+ /** public_key is the public key of the signing account. */
144
+ publicKey: Any;
145
+ /**
146
+ * chain_id is the identifier of the chain this transaction targets.
147
+ * It prevents signed transactions from being used on another chain by an
148
+ * attacker.
149
+ */
150
+ chainId: string;
151
+ /** account_number is the account number of the account in state. */
152
+ accountNumber: Long;
153
+ /** sequence is the sequence number of the signing account. */
154
+ sequence: Long;
155
+ /**
156
+ * Tip is the optional tip used for meta-transactions. It should be left
157
+ * empty if the signer is not the tipper for this transaction.
158
+ */
159
+ tip: Tip;
160
+ }
161
+ /**
162
+ * SignDocDirectAux is the type used for generating sign bytes for
163
+ * SIGN_MODE_DIRECT_AUX.
164
+ *
165
+ * Since: cosmos-sdk 0.46
166
+ */
167
+ export interface SignDocDirectAuxSDKType {
168
+ /**
169
+ * body_bytes is protobuf serialization of a TxBody that matches the
170
+ * representation in TxRaw.
171
+ */
172
+ body_bytes: Uint8Array;
173
+ /** public_key is the public key of the signing account. */
174
+ public_key: AnySDKType;
175
+ /**
176
+ * chain_id is the identifier of the chain this transaction targets.
177
+ * It prevents signed transactions from being used on another chain by an
178
+ * attacker.
179
+ */
180
+ chain_id: string;
181
+ /** account_number is the account number of the account in state. */
182
+ account_number: Long;
183
+ /** sequence is the sequence number of the signing account. */
184
+ sequence: Long;
185
+ /**
186
+ * Tip is the optional tip used for meta-transactions. It should be left
187
+ * empty if the signer is not the tipper for this transaction.
188
+ */
189
+ tip: TipSDKType;
190
+ }
191
+ /** TxBody is the body of a transaction that all signers sign over. */
192
+ export interface TxBody {
193
+ /**
194
+ * messages is a list of messages to be executed. The required signers of
195
+ * those messages define the number and order of elements in AuthInfo's
196
+ * signer_infos and Tx's signatures. Each required signer address is added to
197
+ * the list only the first time it occurs.
198
+ * By convention, the first required signer (usually from the first message)
199
+ * is referred to as the primary signer and pays the fee for the whole
200
+ * transaction.
201
+ */
202
+ messages: Any[];
203
+ /**
204
+ * memo is any arbitrary note/comment to be added to the transaction.
205
+ * WARNING: in clients, any publicly exposed text should not be called memo,
206
+ * but should be called `note` instead (see https://github.com/cosmos/cosmos-sdk/issues/9122).
207
+ */
208
+ memo: string;
209
+ /**
210
+ * timeout is the block height after which this transaction will not
211
+ * be processed by the chain
212
+ */
213
+ timeoutHeight: Long;
214
+ /**
215
+ * extension_options are arbitrary options that can be added by chains
216
+ * when the default options are not sufficient. If any of these are present
217
+ * and can't be handled, the transaction will be rejected
218
+ */
219
+ extensionOptions: Any[];
220
+ /**
221
+ * extension_options are arbitrary options that can be added by chains
222
+ * when the default options are not sufficient. If any of these are present
223
+ * and can't be handled, they will be ignored
224
+ */
225
+ nonCriticalExtensionOptions: Any[];
226
+ }
227
+ /** TxBody is the body of a transaction that all signers sign over. */
228
+ export interface TxBodySDKType {
229
+ /**
230
+ * messages is a list of messages to be executed. The required signers of
231
+ * those messages define the number and order of elements in AuthInfo's
232
+ * signer_infos and Tx's signatures. Each required signer address is added to
233
+ * the list only the first time it occurs.
234
+ * By convention, the first required signer (usually from the first message)
235
+ * is referred to as the primary signer and pays the fee for the whole
236
+ * transaction.
237
+ */
238
+ messages: AnySDKType[];
239
+ /**
240
+ * memo is any arbitrary note/comment to be added to the transaction.
241
+ * WARNING: in clients, any publicly exposed text should not be called memo,
242
+ * but should be called `note` instead (see https://github.com/cosmos/cosmos-sdk/issues/9122).
243
+ */
244
+ memo: string;
245
+ /**
246
+ * timeout is the block height after which this transaction will not
247
+ * be processed by the chain
248
+ */
249
+ timeout_height: Long;
250
+ /**
251
+ * extension_options are arbitrary options that can be added by chains
252
+ * when the default options are not sufficient. If any of these are present
253
+ * and can't be handled, the transaction will be rejected
254
+ */
255
+ extension_options: AnySDKType[];
256
+ /**
257
+ * extension_options are arbitrary options that can be added by chains
258
+ * when the default options are not sufficient. If any of these are present
259
+ * and can't be handled, they will be ignored
260
+ */
261
+ non_critical_extension_options: AnySDKType[];
262
+ }
263
+ /**
264
+ * AuthInfo describes the fee and signer modes that are used to sign a
265
+ * transaction.
266
+ */
267
+ export interface AuthInfo {
268
+ /**
269
+ * signer_infos defines the signing modes for the required signers. The number
270
+ * and order of elements must match the required signers from TxBody's
271
+ * messages. The first element is the primary signer and the one which pays
272
+ * the fee.
273
+ */
274
+ signerInfos: SignerInfo[];
275
+ /**
276
+ * Fee is the fee and gas limit for the transaction. The first signer is the
277
+ * primary signer and the one which pays the fee. The fee can be calculated
278
+ * based on the cost of evaluating the body and doing signature verification
279
+ * of the signers. This can be estimated via simulation.
280
+ */
281
+ fee: Fee;
282
+ /**
283
+ * Tip is the optional tip used for meta-transactions.
284
+ *
285
+ * Since: cosmos-sdk 0.46
286
+ */
287
+ tip: Tip;
288
+ }
289
+ /**
290
+ * AuthInfo describes the fee and signer modes that are used to sign a
291
+ * transaction.
292
+ */
293
+ export interface AuthInfoSDKType {
294
+ /**
295
+ * signer_infos defines the signing modes for the required signers. The number
296
+ * and order of elements must match the required signers from TxBody's
297
+ * messages. The first element is the primary signer and the one which pays
298
+ * the fee.
299
+ */
300
+ signer_infos: SignerInfoSDKType[];
301
+ /**
302
+ * Fee is the fee and gas limit for the transaction. The first signer is the
303
+ * primary signer and the one which pays the fee. The fee can be calculated
304
+ * based on the cost of evaluating the body and doing signature verification
305
+ * of the signers. This can be estimated via simulation.
306
+ */
307
+ fee: FeeSDKType;
308
+ /**
309
+ * Tip is the optional tip used for meta-transactions.
310
+ *
311
+ * Since: cosmos-sdk 0.46
312
+ */
313
+ tip: TipSDKType;
314
+ }
315
+ /**
316
+ * SignerInfo describes the public key and signing mode of a single top-level
317
+ * signer.
318
+ */
319
+ export interface SignerInfo {
320
+ /**
321
+ * public_key is the public key of the signer. It is optional for accounts
322
+ * that already exist in state. If unset, the verifier can use the required \
323
+ * signer address for this position and lookup the public key.
324
+ */
325
+ publicKey: Any;
326
+ /**
327
+ * mode_info describes the signing mode of the signer and is a nested
328
+ * structure to support nested multisig pubkey's
329
+ */
330
+ modeInfo: ModeInfo;
331
+ /**
332
+ * sequence is the sequence of the account, which describes the
333
+ * number of committed transactions signed by a given address. It is used to
334
+ * prevent replay attacks.
335
+ */
336
+ sequence: Long;
337
+ }
338
+ /**
339
+ * SignerInfo describes the public key and signing mode of a single top-level
340
+ * signer.
341
+ */
342
+ export interface SignerInfoSDKType {
343
+ /**
344
+ * public_key is the public key of the signer. It is optional for accounts
345
+ * that already exist in state. If unset, the verifier can use the required \
346
+ * signer address for this position and lookup the public key.
347
+ */
348
+ public_key: AnySDKType;
349
+ /**
350
+ * mode_info describes the signing mode of the signer and is a nested
351
+ * structure to support nested multisig pubkey's
352
+ */
353
+ mode_info: ModeInfoSDKType;
354
+ /**
355
+ * sequence is the sequence of the account, which describes the
356
+ * number of committed transactions signed by a given address. It is used to
357
+ * prevent replay attacks.
358
+ */
359
+ sequence: Long;
360
+ }
361
+ /** ModeInfo describes the signing mode of a single or nested multisig signer. */
362
+ export interface ModeInfo {
363
+ /** single represents a single signer */
364
+ single?: ModeInfo_Single;
365
+ /** multi represents a nested multisig signer */
366
+ multi?: ModeInfo_Multi;
367
+ }
368
+ /** ModeInfo describes the signing mode of a single or nested multisig signer. */
369
+ export interface ModeInfoSDKType {
370
+ /** single represents a single signer */
371
+ single?: ModeInfo_SingleSDKType;
372
+ /** multi represents a nested multisig signer */
373
+ multi?: ModeInfo_MultiSDKType;
374
+ }
375
+ /**
376
+ * Single is the mode info for a single signer. It is structured as a message
377
+ * to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the
378
+ * future
379
+ */
380
+ export interface ModeInfo_Single {
381
+ /** mode is the signing mode of the single signer */
382
+ mode: SignMode;
383
+ }
384
+ /**
385
+ * Single is the mode info for a single signer. It is structured as a message
386
+ * to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the
387
+ * future
388
+ */
389
+ export interface ModeInfo_SingleSDKType {
390
+ /** mode is the signing mode of the single signer */
391
+ mode: SignModeSDKType;
392
+ }
393
+ /** Multi is the mode info for a multisig public key */
394
+ export interface ModeInfo_Multi {
395
+ /** bitarray specifies which keys within the multisig are signing */
396
+ bitarray: CompactBitArray;
397
+ /**
398
+ * mode_infos is the corresponding modes of the signers of the multisig
399
+ * which could include nested multisig public keys
400
+ */
401
+ modeInfos: ModeInfo[];
402
+ }
403
+ /** Multi is the mode info for a multisig public key */
404
+ export interface ModeInfo_MultiSDKType {
405
+ /** bitarray specifies which keys within the multisig are signing */
406
+ bitarray: CompactBitArraySDKType;
407
+ /**
408
+ * mode_infos is the corresponding modes of the signers of the multisig
409
+ * which could include nested multisig public keys
410
+ */
411
+ mode_infos: ModeInfoSDKType[];
412
+ }
413
+ /**
414
+ * Fee includes the amount of coins paid in fees and the maximum
415
+ * gas to be used by the transaction. The ratio yields an effective "gasprice",
416
+ * which must be above some miminum to be accepted into the mempool.
417
+ */
418
+ export interface Fee {
419
+ /** amount is the amount of coins to be paid as a fee */
420
+ amount: Coin[];
421
+ /**
422
+ * gas_limit is the maximum gas that can be used in transaction processing
423
+ * before an out of gas error occurs
424
+ */
425
+ gasLimit: Long;
426
+ /**
427
+ * if unset, the first signer is responsible for paying the fees. If set, the specified account must pay the fees.
428
+ * the payer must be a tx signer (and thus have signed this field in AuthInfo).
429
+ * setting this field does *not* change the ordering of required signers for the transaction.
430
+ */
431
+ payer: string;
432
+ /**
433
+ * if set, the fee payer (either the first signer or the value of the payer field) requests that a fee grant be used
434
+ * to pay fees instead of the fee payer's own balance. If an appropriate fee grant does not exist or the chain does
435
+ * not support fee grants, this will fail
436
+ */
437
+ granter: string;
438
+ }
439
+ /**
440
+ * Fee includes the amount of coins paid in fees and the maximum
441
+ * gas to be used by the transaction. The ratio yields an effective "gasprice",
442
+ * which must be above some miminum to be accepted into the mempool.
443
+ */
444
+ export interface FeeSDKType {
445
+ /** amount is the amount of coins to be paid as a fee */
446
+ amount: CoinSDKType[];
447
+ /**
448
+ * gas_limit is the maximum gas that can be used in transaction processing
449
+ * before an out of gas error occurs
450
+ */
451
+ gas_limit: Long;
452
+ /**
453
+ * if unset, the first signer is responsible for paying the fees. If set, the specified account must pay the fees.
454
+ * the payer must be a tx signer (and thus have signed this field in AuthInfo).
455
+ * setting this field does *not* change the ordering of required signers for the transaction.
456
+ */
457
+ payer: string;
458
+ /**
459
+ * if set, the fee payer (either the first signer or the value of the payer field) requests that a fee grant be used
460
+ * to pay fees instead of the fee payer's own balance. If an appropriate fee grant does not exist or the chain does
461
+ * not support fee grants, this will fail
462
+ */
463
+ granter: string;
464
+ }
465
+ /**
466
+ * Tip is the tip used for meta-transactions.
467
+ *
468
+ * Since: cosmos-sdk 0.46
469
+ */
470
+ export interface Tip {
471
+ /** amount is the amount of the tip */
472
+ amount: Coin[];
473
+ /** tipper is the address of the account paying for the tip */
474
+ tipper: string;
475
+ }
476
+ /**
477
+ * Tip is the tip used for meta-transactions.
478
+ *
479
+ * Since: cosmos-sdk 0.46
480
+ */
481
+ export interface TipSDKType {
482
+ /** amount is the amount of the tip */
483
+ amount: CoinSDKType[];
484
+ /** tipper is the address of the account paying for the tip */
485
+ tipper: string;
486
+ }
487
+ /**
488
+ * AuxSignerData is the intermediary format that an auxiliary signer (e.g. a
489
+ * tipper) builds and sends to the fee payer (who will build and broadcast the
490
+ * actual tx). AuxSignerData is not a valid tx in itself, and will be rejected
491
+ * by the node if sent directly as-is.
492
+ *
493
+ * Since: cosmos-sdk 0.46
494
+ */
495
+ export interface AuxSignerData {
496
+ /**
497
+ * address is the bech32-encoded address of the auxiliary signer. If using
498
+ * AuxSignerData across different chains, the bech32 prefix of the target
499
+ * chain (where the final transaction is broadcasted) should be used.
500
+ */
501
+ address: string;
502
+ /**
503
+ * sign_doc is the SIGN_MOD_DIRECT_AUX sign doc that the auxiliary signer
504
+ * signs. Note: we use the same sign doc even if we're signing with
505
+ * LEGACY_AMINO_JSON.
506
+ */
507
+ signDoc: SignDocDirectAux;
508
+ /** mode is the signing mode of the single signer */
509
+ mode: SignMode;
510
+ /** sig is the signature of the sign doc. */
511
+ sig: Uint8Array;
512
+ }
513
+ /**
514
+ * AuxSignerData is the intermediary format that an auxiliary signer (e.g. a
515
+ * tipper) builds and sends to the fee payer (who will build and broadcast the
516
+ * actual tx). AuxSignerData is not a valid tx in itself, and will be rejected
517
+ * by the node if sent directly as-is.
518
+ *
519
+ * Since: cosmos-sdk 0.46
520
+ */
521
+ export interface AuxSignerDataSDKType {
522
+ /**
523
+ * address is the bech32-encoded address of the auxiliary signer. If using
524
+ * AuxSignerData across different chains, the bech32 prefix of the target
525
+ * chain (where the final transaction is broadcasted) should be used.
526
+ */
527
+ address: string;
528
+ /**
529
+ * sign_doc is the SIGN_MOD_DIRECT_AUX sign doc that the auxiliary signer
530
+ * signs. Note: we use the same sign doc even if we're signing with
531
+ * LEGACY_AMINO_JSON.
532
+ */
533
+ sign_doc: SignDocDirectAuxSDKType;
534
+ /** mode is the signing mode of the single signer */
535
+ mode: SignModeSDKType;
536
+ /** sig is the signature of the sign doc. */
537
+ sig: Uint8Array;
538
+ }
539
+ export declare const Tx: {
540
+ encode(message: Tx, writer?: _m0.Writer): _m0.Writer;
541
+ decode(input: _m0.Reader | Uint8Array, length?: number): Tx;
542
+ fromPartial(object: DeepPartial<Tx>): Tx;
543
+ };
544
+ export declare const TxRaw: {
545
+ encode(message: TxRaw, writer?: _m0.Writer): _m0.Writer;
546
+ decode(input: _m0.Reader | Uint8Array, length?: number): TxRaw;
547
+ fromPartial(object: DeepPartial<TxRaw>): TxRaw;
548
+ };
549
+ export declare const SignDoc: {
550
+ encode(message: SignDoc, writer?: _m0.Writer): _m0.Writer;
551
+ decode(input: _m0.Reader | Uint8Array, length?: number): SignDoc;
552
+ fromPartial(object: DeepPartial<SignDoc>): SignDoc;
553
+ };
554
+ export declare const SignDocDirectAux: {
555
+ encode(message: SignDocDirectAux, writer?: _m0.Writer): _m0.Writer;
556
+ decode(input: _m0.Reader | Uint8Array, length?: number): SignDocDirectAux;
557
+ fromPartial(object: DeepPartial<SignDocDirectAux>): SignDocDirectAux;
558
+ };
559
+ export declare const TxBody: {
560
+ encode(message: TxBody, writer?: _m0.Writer): _m0.Writer;
561
+ decode(input: _m0.Reader | Uint8Array, length?: number): TxBody;
562
+ fromPartial(object: DeepPartial<TxBody>): TxBody;
563
+ };
564
+ export declare const AuthInfo: {
565
+ encode(message: AuthInfo, writer?: _m0.Writer): _m0.Writer;
566
+ decode(input: _m0.Reader | Uint8Array, length?: number): AuthInfo;
567
+ fromPartial(object: DeepPartial<AuthInfo>): AuthInfo;
568
+ };
569
+ export declare const SignerInfo: {
570
+ encode(message: SignerInfo, writer?: _m0.Writer): _m0.Writer;
571
+ decode(input: _m0.Reader | Uint8Array, length?: number): SignerInfo;
572
+ fromPartial(object: DeepPartial<SignerInfo>): SignerInfo;
573
+ };
574
+ export declare const ModeInfo: {
575
+ encode(message: ModeInfo, writer?: _m0.Writer): _m0.Writer;
576
+ decode(input: _m0.Reader | Uint8Array, length?: number): ModeInfo;
577
+ fromPartial(object: DeepPartial<ModeInfo>): ModeInfo;
578
+ };
579
+ export declare const ModeInfo_Single: {
580
+ encode(message: ModeInfo_Single, writer?: _m0.Writer): _m0.Writer;
581
+ decode(input: _m0.Reader | Uint8Array, length?: number): ModeInfo_Single;
582
+ fromPartial(object: DeepPartial<ModeInfo_Single>): ModeInfo_Single;
583
+ };
584
+ export declare const ModeInfo_Multi: {
585
+ encode(message: ModeInfo_Multi, writer?: _m0.Writer): _m0.Writer;
586
+ decode(input: _m0.Reader | Uint8Array, length?: number): ModeInfo_Multi;
587
+ fromPartial(object: DeepPartial<ModeInfo_Multi>): ModeInfo_Multi;
588
+ };
589
+ export declare const Fee: {
590
+ encode(message: Fee, writer?: _m0.Writer): _m0.Writer;
591
+ decode(input: _m0.Reader | Uint8Array, length?: number): Fee;
592
+ fromPartial(object: DeepPartial<Fee>): Fee;
593
+ };
594
+ export declare const Tip: {
595
+ encode(message: Tip, writer?: _m0.Writer): _m0.Writer;
596
+ decode(input: _m0.Reader | Uint8Array, length?: number): Tip;
597
+ fromPartial(object: DeepPartial<Tip>): Tip;
598
+ };
599
+ export declare const AuxSignerData: {
600
+ encode(message: AuxSignerData, writer?: _m0.Writer): _m0.Writer;
601
+ decode(input: _m0.Reader | Uint8Array, length?: number): AuxSignerData;
602
+ fromPartial(object: DeepPartial<AuxSignerData>): AuxSignerData;
603
+ };