juno-network 0.0.4 → 0.1.1

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 (412) hide show
  1. package/README.md +21 -0
  2. package/main/codegen/cosmos/bundle.js +55 -143
  3. package/main/codegen/cosmos/client.js +2 -34
  4. package/main/codegen/cosmos/lcd.js +33 -168
  5. package/main/codegen/cosmos/rpc.query.js +34 -164
  6. package/main/codegen/cosmos/rpc.tx.js +33 -137
  7. package/main/codegen/cosmwasm/bundle.js +10 -10
  8. package/main/codegen/cosmwasm/lcd.js +42 -177
  9. package/main/codegen/cosmwasm/rpc.query.js +42 -172
  10. package/main/codegen/cosmwasm/rpc.tx.js +42 -146
  11. package/main/codegen/ibc/bundle.js +19 -41
  12. package/main/codegen/ibc/client.js +2 -10
  13. package/main/codegen/ibc/lcd.js +54 -219
  14. package/main/codegen/ibc/rpc.query.js +54 -223
  15. package/main/codegen/ibc/rpc.tx.js +54 -184
  16. package/main/codegen/juno/bundle.js +6 -6
  17. package/main/codegen/juno/lcd.js +40 -175
  18. package/main/codegen/juno/rpc.query.js +40 -170
  19. package/module/codegen/cosmos/bundle.js +55 -99
  20. package/module/codegen/cosmos/client.js +2 -18
  21. package/module/codegen/cosmos/lcd.js +0 -45
  22. package/module/codegen/cosmos/rpc.query.js +0 -30
  23. package/module/codegen/cosmos/rpc.tx.js +0 -24
  24. package/module/codegen/cosmwasm/bundle.js +10 -10
  25. package/module/codegen/cosmwasm/lcd.js +0 -45
  26. package/module/codegen/cosmwasm/rpc.query.js +0 -30
  27. package/module/codegen/cosmwasm/rpc.tx.js +0 -24
  28. package/module/codegen/ibc/bundle.js +19 -30
  29. package/module/codegen/ibc/client.js +2 -6
  30. package/module/codegen/ibc/lcd.js +0 -55
  31. package/module/codegen/ibc/rpc.query.js +0 -39
  32. package/module/codegen/ibc/rpc.tx.js +0 -30
  33. package/module/codegen/juno/bundle.js +6 -6
  34. package/module/codegen/juno/lcd.js +0 -45
  35. package/module/codegen/juno/rpc.query.js +0 -30
  36. package/package.json +7 -6
  37. package/types/codegen/JunoSwap.react-query.d.ts +10 -10
  38. package/types/codegen/contracts.d.ts +11 -10
  39. package/types/codegen/cosmos/bundle.d.ts +5486 -10208
  40. package/types/codegen/cosmos/lcd.d.ts +0 -27
  41. package/types/codegen/cosmos/rpc.query.d.ts +0 -30
  42. package/types/codegen/cosmos/rpc.tx.d.ts +0 -24
  43. package/types/codegen/cosmwasm/bundle.d.ts +27 -177
  44. package/types/codegen/cosmwasm/lcd.d.ts +0 -27
  45. package/types/codegen/cosmwasm/rpc.query.d.ts +0 -30
  46. package/types/codegen/cosmwasm/rpc.tx.d.ts +0 -24
  47. package/types/codegen/google/bundle.d.ts +1 -58
  48. package/types/codegen/ibc/bundle.d.ts +146 -2097
  49. package/types/codegen/ibc/lcd.d.ts +0 -33
  50. package/types/codegen/ibc/rpc.query.d.ts +0 -39
  51. package/types/codegen/ibc/rpc.tx.d.ts +0 -30
  52. package/types/codegen/ics23/bundle.d.ts +1 -569
  53. package/types/codegen/juno/bundle.d.ts +6 -63
  54. package/types/codegen/juno/lcd.d.ts +0 -27
  55. package/types/codegen/juno/rpc.query.d.ts +0 -30
  56. package/main/codegen/confio/proofs.js +0 -1471
  57. package/main/codegen/cosmos/app/v1alpha1/config.js +0 -172
  58. package/main/codegen/cosmos/app/v1alpha1/module.js +0 -272
  59. package/main/codegen/cosmos/app/v1alpha1/query.js +0 -113
  60. package/main/codegen/cosmos/app/v1alpha1/query.rpc.query.js +0 -48
  61. package/main/codegen/cosmos/auth/v1beta1/auth.js +0 -323
  62. package/main/codegen/cosmos/auth/v1beta1/genesis.js +0 -118
  63. package/main/codegen/cosmos/auth/v1beta1/query.js +0 -827
  64. package/main/codegen/cosmos/auth/v1beta1/query.lcd.js +0 -297
  65. package/main/codegen/cosmos/auth/v1beta1/query.rpc.query.js +0 -114
  66. package/main/codegen/cosmos/authz/v1beta1/authz.js +0 -324
  67. package/main/codegen/cosmos/authz/v1beta1/event.js +0 -178
  68. package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -102
  69. package/main/codegen/cosmos/authz/v1beta1/query.js +0 -533
  70. package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +0 -183
  71. package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +0 -70
  72. package/main/codegen/cosmos/authz/v1beta1/tx.amino.js +0 -96
  73. package/main/codegen/cosmos/authz/v1beta1/tx.js +0 -439
  74. package/main/codegen/cosmos/authz/v1beta1/tx.registry.js +0 -130
  75. package/main/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -70
  76. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +0 -1128
  77. package/main/codegen/cosmos/base/kv/v1beta1/kv.js +0 -170
  78. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +0 -190
  79. package/main/codegen/cosmos/base/reflection/v1beta1/reflection.js +0 -277
  80. package/main/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +0 -745
  81. package/main/codegen/cosmos/base/store/v1beta1/commit_info.js +0 -251
  82. package/main/codegen/cosmos/base/store/v1beta1/listening.js +0 -109
  83. package/main/codegen/cosmos/base/tendermint/v1beta1/query.js +0 -1130
  84. package/main/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.js +0 -103
  85. package/main/codegen/cosmos/base/v1beta1/coin.js +0 -268
  86. package/main/codegen/cosmos/crisis/v1beta1/genesis.js +0 -73
  87. package/main/codegen/cosmos/crisis/v1beta1/tx.amino.js +0 -32
  88. package/main/codegen/cosmos/crisis/v1beta1/tx.js +0 -137
  89. package/main/codegen/cosmos/crisis/v1beta1/tx.registry.js +0 -70
  90. package/main/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +0 -48
  91. package/main/codegen/cosmos/evidence/v1beta1/evidence.js +0 -111
  92. package/main/codegen/cosmos/evidence/v1beta1/genesis.js +0 -102
  93. package/main/codegen/cosmos/evidence/v1beta1/query.js +0 -285
  94. package/main/codegen/cosmos/evidence/v1beta1/query.lcd.js +0 -127
  95. package/main/codegen/cosmos/evidence/v1beta1/query.rpc.query.js +0 -59
  96. package/main/codegen/cosmos/evidence/v1beta1/tx.amino.js +0 -34
  97. package/main/codegen/cosmos/evidence/v1beta1/tx.js +0 -144
  98. package/main/codegen/cosmos/evidence/v1beta1/tx.registry.js +0 -70
  99. package/main/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -48
  100. package/main/codegen/cosmos/feegrant/v1beta1/feegrant.js +0 -444
  101. package/main/codegen/cosmos/feegrant/v1beta1/genesis.js +0 -102
  102. package/main/codegen/cosmos/feegrant/v1beta1/query.js +0 -472
  103. package/main/codegen/cosmos/feegrant/v1beta1/query.lcd.js +0 -160
  104. package/main/codegen/cosmos/feegrant/v1beta1/query.rpc.query.js +0 -70
  105. package/main/codegen/cosmos/feegrant/v1beta1/tx.amino.js +0 -57
  106. package/main/codegen/cosmos/feegrant/v1beta1/tx.js +0 -248
  107. package/main/codegen/cosmos/feegrant/v1beta1/tx.registry.js +0 -100
  108. package/main/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -59
  109. package/main/codegen/cosmos/genutil/v1beta1/genesis.js +0 -101
  110. package/main/codegen/cosmos/mint/v1beta1/genesis.js +0 -85
  111. package/main/codegen/cosmos/mint/v1beta1/mint.js +0 -202
  112. package/main/codegen/cosmos/mint/v1beta1/query.js +0 -307
  113. package/main/codegen/cosmos/mint/v1beta1/query.lcd.js +0 -143
  114. package/main/codegen/cosmos/mint/v1beta1/query.rpc.query.js +0 -70
  115. package/main/codegen/cosmos/nft/v1beta1/event.js +0 -271
  116. package/main/codegen/cosmos/nft/v1beta1/genesis.js +0 -229
  117. package/main/codegen/cosmos/nft/v1beta1/nft.js +0 -252
  118. package/main/codegen/cosmos/nft/v1beta1/query.js +0 -944
  119. package/main/codegen/cosmos/nft/v1beta1/query.lcd.js +0 -336
  120. package/main/codegen/cosmos/nft/v1beta1/query.rpc.query.js +0 -114
  121. package/main/codegen/cosmos/nft/v1beta1/tx.amino.js +0 -36
  122. package/main/codegen/cosmos/nft/v1beta1/tx.js +0 -149
  123. package/main/codegen/cosmos/nft/v1beta1/tx.registry.js +0 -70
  124. package/main/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +0 -48
  125. package/main/codegen/cosmos/orm/v1/orm.js +0 -332
  126. package/main/codegen/cosmos/params/v1beta1/params.js +0 -206
  127. package/main/codegen/cosmos/params/v1beta1/query.js +0 -358
  128. package/main/codegen/cosmos/params/v1beta1/query.lcd.js +0 -124
  129. package/main/codegen/cosmos/params/v1beta1/query.rpc.query.js +0 -59
  130. package/main/codegen/cosmos/slashing/v1beta1/genesis.js +0 -377
  131. package/main/codegen/cosmos/slashing/v1beta1/query.js +0 -380
  132. package/main/codegen/cosmos/slashing/v1beta1/query.lcd.js +0 -159
  133. package/main/codegen/cosmos/slashing/v1beta1/query.rpc.query.js +0 -70
  134. package/main/codegen/cosmos/slashing/v1beta1/slashing.js +0 -242
  135. package/main/codegen/cosmos/slashing/v1beta1/tx.amino.js +0 -24
  136. package/main/codegen/cosmos/slashing/v1beta1/tx.js +0 -113
  137. package/main/codegen/cosmos/slashing/v1beta1/tx.registry.js +0 -70
  138. package/main/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -48
  139. package/main/codegen/cosmos/upgrade/v1beta1/query.js +0 -577
  140. package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +0 -230
  141. package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +0 -92
  142. package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +0 -64
  143. package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -224
  144. package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -100
  145. package/main/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -59
  146. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -344
  147. package/main/codegen/cosmos/vesting/v1beta1/tx.amino.js +0 -133
  148. package/main/codegen/cosmos/vesting/v1beta1/tx.js +0 -494
  149. package/main/codegen/cosmos/vesting/v1beta1/tx.registry.js +0 -130
  150. package/main/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +0 -70
  151. package/main/codegen/cosmos/vesting/v1beta1/vesting.js +0 -570
  152. package/main/codegen/google/api/annotations.js +0 -5
  153. package/main/codegen/google/api/http.js +0 -369
  154. package/main/codegen/ibc/core/client/v1/client.js +0 -585
  155. package/main/codegen/ibc/core/client/v1/genesis.js +0 -367
  156. package/main/codegen/ibc/core/client/v1/query.js +0 -1047
  157. package/main/codegen/ibc/core/client/v1/query.lcd.js +0 -361
  158. package/main/codegen/ibc/core/client/v1/query.rpc.query.js +0 -125
  159. package/main/codegen/ibc/core/client/v1/tx.amino.js +0 -149
  160. package/main/codegen/ibc/core/client/v1/tx.js +0 -538
  161. package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -160
  162. package/main/codegen/ibc/core/client/v1/tx.rpc.msg.js +0 -81
  163. package/main/codegen/ibc/core/connection/v1/connection.js +0 -755
  164. package/main/codegen/ibc/core/connection/v1/genesis.js +0 -162
  165. package/main/codegen/ibc/core/connection/v1/query.js +0 -799
  166. package/main/codegen/ibc/core/connection/v1/query.lcd.js +0 -258
  167. package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +0 -92
  168. package/main/codegen/ibc/core/connection/v1/tx.amino.js +0 -274
  169. package/main/codegen/ibc/core/connection/v1/tx.js +0 -763
  170. package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -160
  171. package/main/codegen/ibc/core/connection/v1/tx.rpc.msg.js +0 -81
  172. package/main/codegen/ibc/core/port/v1/query.js +0 -192
  173. package/main/codegen/ibc/core/port/v1/query.rpc.query.js +0 -48
  174. package/main/codegen/ibc/core/types/v1/genesis.js +0 -101
  175. package/module/codegen/confio/proofs.js +0 -1371
  176. package/module/codegen/cosmos/app/v1alpha1/config.js +0 -148
  177. package/module/codegen/cosmos/app/v1alpha1/module.js +0 -227
  178. package/module/codegen/cosmos/app/v1alpha1/query.js +0 -104
  179. package/module/codegen/cosmos/app/v1alpha1/query.rpc.query.js +0 -20
  180. package/module/codegen/cosmos/auth/v1beta1/auth.js +0 -297
  181. package/module/codegen/cosmos/auth/v1beta1/genesis.js +0 -82
  182. package/module/codegen/cosmos/auth/v1beta1/query.js +0 -806
  183. package/module/codegen/cosmos/auth/v1beta1/query.lcd.js +0 -86
  184. package/module/codegen/cosmos/auth/v1beta1/query.rpc.query.js +0 -62
  185. package/module/codegen/cosmos/authz/v1beta1/authz.js +0 -298
  186. package/module/codegen/cosmos/authz/v1beta1/event.js +0 -169
  187. package/module/codegen/cosmos/authz/v1beta1/genesis.js +0 -67
  188. package/module/codegen/cosmos/authz/v1beta1/query.js +0 -473
  189. package/module/codegen/cosmos/authz/v1beta1/query.lcd.js +0 -72
  190. package/module/codegen/cosmos/authz/v1beta1/query.rpc.query.js +0 -34
  191. package/module/codegen/cosmos/authz/v1beta1/tx.amino.js +0 -91
  192. package/module/codegen/cosmos/authz/v1beta1/tx.js +0 -402
  193. package/module/codegen/cosmos/authz/v1beta1/tx.registry.js +0 -124
  194. package/module/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -34
  195. package/module/codegen/cosmos/base/abci/v1beta1/abci.js +0 -982
  196. package/module/codegen/cosmos/base/kv/v1beta1/kv.js +0 -139
  197. package/module/codegen/cosmos/base/query/v1beta1/pagination.js +0 -189
  198. package/module/codegen/cosmos/base/reflection/v1beta1/reflection.js +0 -235
  199. package/module/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +0 -712
  200. package/module/codegen/cosmos/base/store/v1beta1/commit_info.js +0 -225
  201. package/module/codegen/cosmos/base/store/v1beta1/listening.js +0 -104
  202. package/module/codegen/cosmos/base/tendermint/v1beta1/query.js +0 -1091
  203. package/module/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.js +0 -55
  204. package/module/codegen/cosmos/base/v1beta1/coin.js +0 -268
  205. package/module/codegen/cosmos/crisis/v1beta1/genesis.js +0 -61
  206. package/module/codegen/cosmos/crisis/v1beta1/tx.amino.js +0 -27
  207. package/module/codegen/cosmos/crisis/v1beta1/tx.js +0 -129
  208. package/module/codegen/cosmos/crisis/v1beta1/tx.registry.js +0 -54
  209. package/module/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +0 -20
  210. package/module/codegen/cosmos/evidence/v1beta1/evidence.js +0 -102
  211. package/module/codegen/cosmos/evidence/v1beta1/genesis.js +0 -67
  212. package/module/codegen/cosmos/evidence/v1beta1/query.js +0 -255
  213. package/module/codegen/cosmos/evidence/v1beta1/query.lcd.js +0 -41
  214. package/module/codegen/cosmos/evidence/v1beta1/query.rpc.query.js +0 -27
  215. package/module/codegen/cosmos/evidence/v1beta1/tx.amino.js +0 -29
  216. package/module/codegen/cosmos/evidence/v1beta1/tx.js +0 -137
  217. package/module/codegen/cosmos/evidence/v1beta1/tx.registry.js +0 -54
  218. package/module/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -20
  219. package/module/codegen/cosmos/feegrant/v1beta1/feegrant.js +0 -365
  220. package/module/codegen/cosmos/feegrant/v1beta1/genesis.js +0 -67
  221. package/module/codegen/cosmos/feegrant/v1beta1/query.js +0 -429
  222. package/module/codegen/cosmos/feegrant/v1beta1/query.lcd.js +0 -49
  223. package/module/codegen/cosmos/feegrant/v1beta1/query.rpc.query.js +0 -34
  224. package/module/codegen/cosmos/feegrant/v1beta1/tx.amino.js +0 -54
  225. package/module/codegen/cosmos/feegrant/v1beta1/tx.js +0 -247
  226. package/module/codegen/cosmos/feegrant/v1beta1/tx.registry.js +0 -89
  227. package/module/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -27
  228. package/module/codegen/cosmos/genutil/v1beta1/genesis.js +0 -68
  229. package/module/codegen/cosmos/mint/v1beta1/genesis.js +0 -73
  230. package/module/codegen/cosmos/mint/v1beta1/mint.js +0 -193
  231. package/module/codegen/cosmos/mint/v1beta1/query.js +0 -308
  232. package/module/codegen/cosmos/mint/v1beta1/query.lcd.js +0 -32
  233. package/module/codegen/cosmos/mint/v1beta1/query.rpc.query.js +0 -34
  234. package/module/codegen/cosmos/nft/v1beta1/event.js +0 -264
  235. package/module/codegen/cosmos/nft/v1beta1/genesis.js +0 -163
  236. package/module/codegen/cosmos/nft/v1beta1/nft.js +0 -242
  237. package/module/codegen/cosmos/nft/v1beta1/query.js +0 -917
  238. package/module/codegen/cosmos/nft/v1beta1/query.lcd.js +0 -125
  239. package/module/codegen/cosmos/nft/v1beta1/query.rpc.query.js +0 -62
  240. package/module/codegen/cosmos/nft/v1beta1/tx.amino.js +0 -31
  241. package/module/codegen/cosmos/nft/v1beta1/tx.js +0 -141
  242. package/module/codegen/cosmos/nft/v1beta1/tx.registry.js +0 -54
  243. package/module/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +0 -20
  244. package/module/codegen/cosmos/orm/v1/orm.js +0 -305
  245. package/module/codegen/cosmos/params/v1beta1/params.js +0 -175
  246. package/module/codegen/cosmos/params/v1beta1/query.js +0 -317
  247. package/module/codegen/cosmos/params/v1beta1/query.lcd.js +0 -38
  248. package/module/codegen/cosmos/params/v1beta1/query.rpc.query.js +0 -27
  249. package/module/codegen/cosmos/slashing/v1beta1/genesis.js +0 -317
  250. package/module/codegen/cosmos/slashing/v1beta1/query.js +0 -355
  251. package/module/codegen/cosmos/slashing/v1beta1/query.lcd.js +0 -48
  252. package/module/codegen/cosmos/slashing/v1beta1/query.rpc.query.js +0 -34
  253. package/module/codegen/cosmos/slashing/v1beta1/slashing.js +0 -234
  254. package/module/codegen/cosmos/slashing/v1beta1/tx.amino.js +0 -19
  255. package/module/codegen/cosmos/slashing/v1beta1/tx.js +0 -105
  256. package/module/codegen/cosmos/slashing/v1beta1/tx.registry.js +0 -54
  257. package/module/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -20
  258. package/module/codegen/cosmos/upgrade/v1beta1/query.js +0 -565
  259. package/module/codegen/cosmos/upgrade/v1beta1/query.lcd.js +0 -69
  260. package/module/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +0 -48
  261. package/module/codegen/cosmos/upgrade/v1beta1/tx.amino.js +0 -59
  262. package/module/codegen/cosmos/upgrade/v1beta1/tx.js +0 -224
  263. package/module/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -89
  264. package/module/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -27
  265. package/module/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -337
  266. package/module/codegen/cosmos/vesting/v1beta1/tx.amino.js +0 -114
  267. package/module/codegen/cosmos/vesting/v1beta1/tx.js +0 -440
  268. package/module/codegen/cosmos/vesting/v1beta1/tx.registry.js +0 -124
  269. package/module/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +0 -34
  270. package/module/codegen/cosmos/vesting/v1beta1/vesting.js +0 -480
  271. package/module/codegen/google/api/annotations.js +0 -1
  272. package/module/codegen/google/api/http.js +0 -328
  273. package/module/codegen/ibc/core/client/v1/client.js +0 -549
  274. package/module/codegen/ibc/core/client/v1/genesis.js +0 -287
  275. package/module/codegen/ibc/core/client/v1/query.js +0 -1029
  276. package/module/codegen/ibc/core/client/v1/query.lcd.js +0 -125
  277. package/module/codegen/ibc/core/client/v1/query.rpc.query.js +0 -69
  278. package/module/codegen/ibc/core/client/v1/tx.amino.js +0 -150
  279. package/module/codegen/ibc/core/client/v1/tx.js +0 -544
  280. package/module/codegen/ibc/core/client/v1/tx.registry.js +0 -159
  281. package/module/codegen/ibc/core/client/v1/tx.rpc.msg.js +0 -41
  282. package/module/codegen/ibc/core/connection/v1/connection.js +0 -663
  283. package/module/codegen/ibc/core/connection/v1/genesis.js +0 -110
  284. package/module/codegen/ibc/core/connection/v1/query.js +0 -766
  285. package/module/codegen/ibc/core/connection/v1/query.lcd.js +0 -97
  286. package/module/codegen/ibc/core/connection/v1/query.rpc.query.js +0 -48
  287. package/module/codegen/ibc/core/connection/v1/tx.amino.js +0 -269
  288. package/module/codegen/ibc/core/connection/v1/tx.js +0 -747
  289. package/module/codegen/ibc/core/connection/v1/tx.registry.js +0 -159
  290. package/module/codegen/ibc/core/connection/v1/tx.rpc.msg.js +0 -41
  291. package/module/codegen/ibc/core/port/v1/query.js +0 -182
  292. package/module/codegen/ibc/core/port/v1/query.rpc.query.js +0 -20
  293. package/module/codegen/ibc/core/types/v1/genesis.js +0 -87
  294. package/types/codegen/confio/proofs.d.ts +0 -309
  295. package/types/codegen/cosmos/app/v1alpha1/config.d.ts +0 -51
  296. package/types/codegen/cosmos/app/v1alpha1/module.d.ts +0 -105
  297. package/types/codegen/cosmos/app/v1alpha1/query.d.ts +0 -25
  298. package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +0 -11
  299. package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +0 -49
  300. package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +0 -18
  301. package/types/codegen/cosmos/auth/v1beta1/query.d.ts +0 -171
  302. package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +0 -14
  303. package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +0 -23
  304. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +0 -67
  305. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +0 -34
  306. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +0 -14
  307. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +0 -88
  308. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +0 -10
  309. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +0 -15
  310. package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +0 -54
  311. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +0 -88
  312. package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +0 -76
  313. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +0 -15
  314. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +0 -224
  315. package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +0 -25
  316. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +0 -79
  317. package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -53
  318. package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -118
  319. package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +0 -47
  320. package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +0 -24
  321. package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +0 -197
  322. package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +0 -21
  323. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +0 -58
  324. package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +0 -18
  325. package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +0 -17
  326. package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +0 -25
  327. package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +0 -36
  328. package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +0 -11
  329. package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +0 -19
  330. package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +0 -15
  331. package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +0 -60
  332. package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +0 -9
  333. package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +0 -13
  334. package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +0 -19
  335. package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +0 -30
  336. package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -36
  337. package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +0 -11
  338. package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -89
  339. package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +0 -14
  340. package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +0 -84
  341. package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +0 -10
  342. package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +0 -15
  343. package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +0 -32
  344. package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +0 -56
  345. package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -56
  346. package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +0 -13
  347. package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +0 -14
  348. package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +0 -17
  349. package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +0 -38
  350. package/types/codegen/cosmos/mint/v1beta1/query.d.ts +0 -78
  351. package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +0 -10
  352. package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +0 -15
  353. package/types/codegen/cosmos/nft/v1beta1/event.d.ts +0 -42
  354. package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +0 -30
  355. package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +0 -47
  356. package/types/codegen/cosmos/nft/v1beta1/query.d.ts +0 -166
  357. package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +0 -14
  358. package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +0 -23
  359. package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +0 -18
  360. package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +0 -30
  361. package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +0 -36
  362. package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +0 -11
  363. package/types/codegen/cosmos/orm/v1/orm.d.ts +0 -117
  364. package/types/codegen/cosmos/params/v1beta1/params.d.ts +0 -31
  365. package/types/codegen/cosmos/params/v1beta1/query.d.ts +0 -71
  366. package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +0 -9
  367. package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +0 -13
  368. package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +0 -70
  369. package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +0 -85
  370. package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +0 -10
  371. package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +0 -15
  372. package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +0 -52
  373. package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +0 -15
  374. package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +0 -23
  375. package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -36
  376. package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +0 -11
  377. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +0 -163
  378. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +0 -12
  379. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +0 -19
  380. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +0 -39
  381. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +0 -65
  382. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -56
  383. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +0 -13
  384. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -102
  385. package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +0 -58
  386. package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +0 -88
  387. package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -76
  388. package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +0 -15
  389. package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +0 -97
  390. package/types/codegen/google/api/annotations.d.ts +0 -1
  391. package/types/codegen/google/api/http.d.ts +0 -375
  392. package/types/codegen/ibc/core/client/v1/client.d.ts +0 -143
  393. package/types/codegen/ibc/core/client/v1/genesis.d.ts +0 -56
  394. package/types/codegen/ibc/core/client/v1/query.d.ts +0 -263
  395. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +0 -15
  396. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +0 -25
  397. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +0 -77
  398. package/types/codegen/ibc/core/client/v1/tx.d.ts +0 -131
  399. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +0 -96
  400. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +0 -17
  401. package/types/codegen/ibc/core/connection/v1/connection.d.ts +0 -164
  402. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +0 -18
  403. package/types/codegen/ibc/core/connection/v1/query.d.ts +0 -180
  404. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +0 -12
  405. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +0 -19
  406. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +0 -103
  407. package/types/codegen/ibc/core/connection/v1/tx.d.ts +0 -151
  408. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +0 -96
  409. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +0 -17
  410. package/types/codegen/ibc/core/port/v1/query.d.ts +0 -37
  411. package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +0 -11
  412. package/types/codegen/ibc/core/types/v1/genesis.d.ts +0 -21
@@ -1,263 +0,0 @@
1
- import { PageRequest, PageResponse } from "../../../../cosmos/base/query/v1beta1/pagination";
2
- import { Any } from "../../../../google/protobuf/any";
3
- import { Height, IdentifiedClientState, ConsensusStateWithHeight, Params } from "./client";
4
- import * as _m0 from "protobufjs/minimal";
5
- import { DeepPartial, Long } from "@osmonauts/helpers";
6
- /**
7
- * QueryClientStateRequest is the request type for the Query/ClientState RPC
8
- * method
9
- */
10
- export interface QueryClientStateRequest {
11
- /** client state unique identifier */
12
- clientId: string;
13
- }
14
- /**
15
- * QueryClientStateResponse is the response type for the Query/ClientState RPC
16
- * method. Besides the client state, it includes a proof and the height from
17
- * which the proof was retrieved.
18
- */
19
- export interface QueryClientStateResponse {
20
- /** client state associated with the request identifier */
21
- clientState: Any;
22
- /** merkle proof of existence */
23
- proof: Uint8Array;
24
- /** height at which the proof was retrieved */
25
- proofHeight: Height;
26
- }
27
- /**
28
- * QueryClientStatesRequest is the request type for the Query/ClientStates RPC
29
- * method
30
- */
31
- export interface QueryClientStatesRequest {
32
- /** pagination request */
33
- pagination: PageRequest;
34
- }
35
- /**
36
- * QueryClientStatesResponse is the response type for the Query/ClientStates RPC
37
- * method.
38
- */
39
- export interface QueryClientStatesResponse {
40
- /** list of stored ClientStates of the chain. */
41
- clientStates: IdentifiedClientState[];
42
- /** pagination response */
43
- pagination: PageResponse;
44
- }
45
- /**
46
- * QueryConsensusStateRequest is the request type for the Query/ConsensusState
47
- * RPC method. Besides the consensus state, it includes a proof and the height
48
- * from which the proof was retrieved.
49
- */
50
- export interface QueryConsensusStateRequest {
51
- /** client identifier */
52
- clientId: string;
53
- /** consensus state revision number */
54
- revisionNumber: Long;
55
- /** consensus state revision height */
56
- revisionHeight: Long;
57
- /**
58
- * latest_height overrrides the height field and queries the latest stored
59
- * ConsensusState
60
- */
61
- latestHeight: boolean;
62
- }
63
- /**
64
- * QueryConsensusStateResponse is the response type for the Query/ConsensusState
65
- * RPC method
66
- */
67
- export interface QueryConsensusStateResponse {
68
- /** consensus state associated with the client identifier at the given height */
69
- consensusState: Any;
70
- /** merkle proof of existence */
71
- proof: Uint8Array;
72
- /** height at which the proof was retrieved */
73
- proofHeight: Height;
74
- }
75
- /**
76
- * QueryConsensusStatesRequest is the request type for the Query/ConsensusStates
77
- * RPC method.
78
- */
79
- export interface QueryConsensusStatesRequest {
80
- /** client identifier */
81
- clientId: string;
82
- /** pagination request */
83
- pagination: PageRequest;
84
- }
85
- /**
86
- * QueryConsensusStatesResponse is the response type for the
87
- * Query/ConsensusStates RPC method
88
- */
89
- export interface QueryConsensusStatesResponse {
90
- /** consensus states associated with the identifier */
91
- consensusStates: ConsensusStateWithHeight[];
92
- /** pagination response */
93
- pagination: PageResponse;
94
- }
95
- /**
96
- * QueryClientStatusRequest is the request type for the Query/ClientStatus RPC
97
- * method
98
- */
99
- export interface QueryClientStatusRequest {
100
- /** client unique identifier */
101
- clientId: string;
102
- }
103
- /**
104
- * QueryClientStatusResponse is the response type for the Query/ClientStatus RPC
105
- * method. It returns the current status of the IBC client.
106
- */
107
- export interface QueryClientStatusResponse {
108
- status: string;
109
- }
110
- /**
111
- * QueryClientParamsRequest is the request type for the Query/ClientParams RPC
112
- * method.
113
- */
114
- export interface QueryClientParamsRequest {
115
- }
116
- /**
117
- * QueryClientParamsResponse is the response type for the Query/ClientParams RPC
118
- * method.
119
- */
120
- export interface QueryClientParamsResponse {
121
- /** params defines the parameters of the module. */
122
- params: Params;
123
- }
124
- /**
125
- * QueryUpgradedClientStateRequest is the request type for the
126
- * Query/UpgradedClientState RPC method
127
- */
128
- export interface QueryUpgradedClientStateRequest {
129
- }
130
- /**
131
- * QueryUpgradedClientStateResponse is the response type for the
132
- * Query/UpgradedClientState RPC method.
133
- */
134
- export interface QueryUpgradedClientStateResponse {
135
- /** client state associated with the request identifier */
136
- upgradedClientState: Any;
137
- }
138
- /**
139
- * QueryUpgradedConsensusStateRequest is the request type for the
140
- * Query/UpgradedConsensusState RPC method
141
- */
142
- export interface QueryUpgradedConsensusStateRequest {
143
- }
144
- /**
145
- * QueryUpgradedConsensusStateResponse is the response type for the
146
- * Query/UpgradedConsensusState RPC method.
147
- */
148
- export interface QueryUpgradedConsensusStateResponse {
149
- /** Consensus state associated with the request identifier */
150
- upgradedConsensusState: Any;
151
- }
152
- export declare const QueryClientStateRequest: {
153
- encode(message: QueryClientStateRequest, writer?: _m0.Writer): _m0.Writer;
154
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientStateRequest;
155
- fromJSON(object: any): QueryClientStateRequest;
156
- toJSON(message: QueryClientStateRequest): unknown;
157
- fromPartial(object: DeepPartial<QueryClientStateRequest>): QueryClientStateRequest;
158
- };
159
- export declare const QueryClientStateResponse: {
160
- encode(message: QueryClientStateResponse, writer?: _m0.Writer): _m0.Writer;
161
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientStateResponse;
162
- fromJSON(object: any): QueryClientStateResponse;
163
- toJSON(message: QueryClientStateResponse): unknown;
164
- fromPartial(object: DeepPartial<QueryClientStateResponse>): QueryClientStateResponse;
165
- };
166
- export declare const QueryClientStatesRequest: {
167
- encode(message: QueryClientStatesRequest, writer?: _m0.Writer): _m0.Writer;
168
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientStatesRequest;
169
- fromJSON(object: any): QueryClientStatesRequest;
170
- toJSON(message: QueryClientStatesRequest): unknown;
171
- fromPartial(object: DeepPartial<QueryClientStatesRequest>): QueryClientStatesRequest;
172
- };
173
- export declare const QueryClientStatesResponse: {
174
- encode(message: QueryClientStatesResponse, writer?: _m0.Writer): _m0.Writer;
175
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientStatesResponse;
176
- fromJSON(object: any): QueryClientStatesResponse;
177
- toJSON(message: QueryClientStatesResponse): unknown;
178
- fromPartial(object: DeepPartial<QueryClientStatesResponse>): QueryClientStatesResponse;
179
- };
180
- export declare const QueryConsensusStateRequest: {
181
- encode(message: QueryConsensusStateRequest, writer?: _m0.Writer): _m0.Writer;
182
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryConsensusStateRequest;
183
- fromJSON(object: any): QueryConsensusStateRequest;
184
- toJSON(message: QueryConsensusStateRequest): unknown;
185
- fromPartial(object: DeepPartial<QueryConsensusStateRequest>): QueryConsensusStateRequest;
186
- };
187
- export declare const QueryConsensusStateResponse: {
188
- encode(message: QueryConsensusStateResponse, writer?: _m0.Writer): _m0.Writer;
189
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryConsensusStateResponse;
190
- fromJSON(object: any): QueryConsensusStateResponse;
191
- toJSON(message: QueryConsensusStateResponse): unknown;
192
- fromPartial(object: DeepPartial<QueryConsensusStateResponse>): QueryConsensusStateResponse;
193
- };
194
- export declare const QueryConsensusStatesRequest: {
195
- encode(message: QueryConsensusStatesRequest, writer?: _m0.Writer): _m0.Writer;
196
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryConsensusStatesRequest;
197
- fromJSON(object: any): QueryConsensusStatesRequest;
198
- toJSON(message: QueryConsensusStatesRequest): unknown;
199
- fromPartial(object: DeepPartial<QueryConsensusStatesRequest>): QueryConsensusStatesRequest;
200
- };
201
- export declare const QueryConsensusStatesResponse: {
202
- encode(message: QueryConsensusStatesResponse, writer?: _m0.Writer): _m0.Writer;
203
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryConsensusStatesResponse;
204
- fromJSON(object: any): QueryConsensusStatesResponse;
205
- toJSON(message: QueryConsensusStatesResponse): unknown;
206
- fromPartial(object: DeepPartial<QueryConsensusStatesResponse>): QueryConsensusStatesResponse;
207
- };
208
- export declare const QueryClientStatusRequest: {
209
- encode(message: QueryClientStatusRequest, writer?: _m0.Writer): _m0.Writer;
210
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientStatusRequest;
211
- fromJSON(object: any): QueryClientStatusRequest;
212
- toJSON(message: QueryClientStatusRequest): unknown;
213
- fromPartial(object: DeepPartial<QueryClientStatusRequest>): QueryClientStatusRequest;
214
- };
215
- export declare const QueryClientStatusResponse: {
216
- encode(message: QueryClientStatusResponse, writer?: _m0.Writer): _m0.Writer;
217
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientStatusResponse;
218
- fromJSON(object: any): QueryClientStatusResponse;
219
- toJSON(message: QueryClientStatusResponse): unknown;
220
- fromPartial(object: DeepPartial<QueryClientStatusResponse>): QueryClientStatusResponse;
221
- };
222
- export declare const QueryClientParamsRequest: {
223
- encode(_: QueryClientParamsRequest, writer?: _m0.Writer): _m0.Writer;
224
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientParamsRequest;
225
- fromJSON(_: any): QueryClientParamsRequest;
226
- toJSON(_: QueryClientParamsRequest): unknown;
227
- fromPartial(_: DeepPartial<QueryClientParamsRequest>): QueryClientParamsRequest;
228
- };
229
- export declare const QueryClientParamsResponse: {
230
- encode(message: QueryClientParamsResponse, writer?: _m0.Writer): _m0.Writer;
231
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryClientParamsResponse;
232
- fromJSON(object: any): QueryClientParamsResponse;
233
- toJSON(message: QueryClientParamsResponse): unknown;
234
- fromPartial(object: DeepPartial<QueryClientParamsResponse>): QueryClientParamsResponse;
235
- };
236
- export declare const QueryUpgradedClientStateRequest: {
237
- encode(_: QueryUpgradedClientStateRequest, writer?: _m0.Writer): _m0.Writer;
238
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryUpgradedClientStateRequest;
239
- fromJSON(_: any): QueryUpgradedClientStateRequest;
240
- toJSON(_: QueryUpgradedClientStateRequest): unknown;
241
- fromPartial(_: DeepPartial<QueryUpgradedClientStateRequest>): QueryUpgradedClientStateRequest;
242
- };
243
- export declare const QueryUpgradedClientStateResponse: {
244
- encode(message: QueryUpgradedClientStateResponse, writer?: _m0.Writer): _m0.Writer;
245
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryUpgradedClientStateResponse;
246
- fromJSON(object: any): QueryUpgradedClientStateResponse;
247
- toJSON(message: QueryUpgradedClientStateResponse): unknown;
248
- fromPartial(object: DeepPartial<QueryUpgradedClientStateResponse>): QueryUpgradedClientStateResponse;
249
- };
250
- export declare const QueryUpgradedConsensusStateRequest: {
251
- encode(_: QueryUpgradedConsensusStateRequest, writer?: _m0.Writer): _m0.Writer;
252
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryUpgradedConsensusStateRequest;
253
- fromJSON(_: any): QueryUpgradedConsensusStateRequest;
254
- toJSON(_: QueryUpgradedConsensusStateRequest): unknown;
255
- fromPartial(_: DeepPartial<QueryUpgradedConsensusStateRequest>): QueryUpgradedConsensusStateRequest;
256
- };
257
- export declare const QueryUpgradedConsensusStateResponse: {
258
- encode(message: QueryUpgradedConsensusStateResponse, writer?: _m0.Writer): _m0.Writer;
259
- decode(input: _m0.Reader | Uint8Array, length?: number): QueryUpgradedConsensusStateResponse;
260
- fromJSON(object: any): QueryUpgradedConsensusStateResponse;
261
- toJSON(message: QueryUpgradedConsensusStateResponse): unknown;
262
- fromPartial(object: DeepPartial<QueryUpgradedConsensusStateResponse>): QueryUpgradedConsensusStateResponse;
263
- };
@@ -1,15 +0,0 @@
1
- import { LCDClient } from "@osmonauts/lcd";
2
- import { QueryClientStateRequest, QueryClientStateResponse, QueryClientStatesRequest, QueryClientStatesResponse, QueryConsensusStateRequest, QueryConsensusStateResponse, QueryConsensusStatesRequest, QueryConsensusStatesResponse, QueryClientStatusRequest, QueryClientStatusResponse, QueryClientParamsRequest, QueryClientParamsResponse, QueryUpgradedClientStateRequest, QueryUpgradedClientStateResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse } from "./query";
3
- export declare class LCDQueryClient extends LCDClient {
4
- constructor({ restEndpoint }: {
5
- restEndpoint: any;
6
- });
7
- clientState(params: QueryClientStateRequest): Promise<QueryClientStateResponse>;
8
- clientStates(params: QueryClientStatesRequest): Promise<QueryClientStatesResponse>;
9
- consensusState(params: QueryConsensusStateRequest): Promise<QueryConsensusStateResponse>;
10
- consensusStates(params: QueryConsensusStatesRequest): Promise<QueryConsensusStatesResponse>;
11
- clientStatus(params: QueryClientStatusRequest): Promise<QueryClientStatusResponse>;
12
- clientParams(params: QueryClientParamsRequest): Promise<QueryClientParamsResponse>;
13
- upgradedClientState(params: QueryUpgradedClientStateRequest): Promise<QueryUpgradedClientStateResponse>;
14
- upgradedConsensusState(params: QueryUpgradedConsensusStateRequest): Promise<QueryUpgradedConsensusStateResponse>;
15
- }
@@ -1,25 +0,0 @@
1
- import { Rpc } from "@osmonauts/helpers";
2
- import { QueryClientStateRequest, QueryClientStateResponse, QueryClientStatesRequest, QueryClientStatesResponse, QueryConsensusStateRequest, QueryConsensusStateResponse, QueryConsensusStatesRequest, QueryConsensusStatesResponse, QueryClientStatusRequest, QueryClientStatusResponse, QueryClientParamsRequest, QueryClientParamsResponse, QueryUpgradedClientStateRequest, QueryUpgradedClientStateResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse } from "./query";
3
- /** Query defines the RPC service */
4
- export interface Query {
5
- clientState(request: QueryClientStateRequest): Promise<QueryClientStateResponse>;
6
- clientStates(request: QueryClientStatesRequest): Promise<QueryClientStatesResponse>;
7
- consensusState(request: QueryConsensusStateRequest): Promise<QueryConsensusStateResponse>;
8
- consensusStates(request: QueryConsensusStatesRequest): Promise<QueryConsensusStatesResponse>;
9
- clientStatus(request: QueryClientStatusRequest): Promise<QueryClientStatusResponse>;
10
- clientParams(request: QueryClientParamsRequest): Promise<QueryClientParamsResponse>;
11
- upgradedClientState(request: QueryUpgradedClientStateRequest): Promise<QueryUpgradedClientStateResponse>;
12
- upgradedConsensusState(request: QueryUpgradedConsensusStateRequest): Promise<QueryUpgradedConsensusStateResponse>;
13
- }
14
- export declare class QueryClientImpl implements Query {
15
- private readonly rpc;
16
- constructor(rpc: Rpc);
17
- clientState(request: QueryClientStateRequest): Promise<QueryClientStateResponse>;
18
- clientStates(request: QueryClientStatesRequest): Promise<QueryClientStatesResponse>;
19
- consensusState(request: QueryConsensusStateRequest): Promise<QueryConsensusStateResponse>;
20
- consensusStates(request: QueryConsensusStatesRequest): Promise<QueryConsensusStatesResponse>;
21
- clientStatus(request: QueryClientStatusRequest): Promise<QueryClientStatusResponse>;
22
- clientParams(request: QueryClientParamsRequest): Promise<QueryClientParamsResponse>;
23
- upgradedClientState(request: QueryUpgradedClientStateRequest): Promise<QueryUpgradedClientStateResponse>;
24
- upgradedConsensusState(request: QueryUpgradedConsensusStateRequest): Promise<QueryUpgradedConsensusStateResponse>;
25
- }
@@ -1,77 +0,0 @@
1
- import { AminoMsg } from "@cosmjs/amino";
2
- import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour } from "./tx";
3
- export interface AminoMsgCreateClient extends AminoMsg {
4
- type: "cosmos-sdk/MsgCreateClient";
5
- value: {
6
- client_state: {
7
- type_url: string;
8
- value: Uint8Array;
9
- };
10
- consensus_state: {
11
- type_url: string;
12
- value: Uint8Array;
13
- };
14
- signer: string;
15
- };
16
- }
17
- export interface AminoMsgUpdateClient extends AminoMsg {
18
- type: "cosmos-sdk/MsgUpdateClient";
19
- value: {
20
- client_id: string;
21
- header: {
22
- type_url: string;
23
- value: Uint8Array;
24
- };
25
- signer: string;
26
- };
27
- }
28
- export interface AminoMsgUpgradeClient extends AminoMsg {
29
- type: "cosmos-sdk/MsgUpgradeClient";
30
- value: {
31
- client_id: string;
32
- client_state: {
33
- type_url: string;
34
- value: Uint8Array;
35
- };
36
- consensus_state: {
37
- type_url: string;
38
- value: Uint8Array;
39
- };
40
- proof_upgrade_client: Uint8Array;
41
- proof_upgrade_consensus_state: Uint8Array;
42
- signer: string;
43
- };
44
- }
45
- export interface AminoMsgSubmitMisbehaviour extends AminoMsg {
46
- type: "cosmos-sdk/MsgSubmitMisbehaviour";
47
- value: {
48
- client_id: string;
49
- misbehaviour: {
50
- type_url: string;
51
- value: Uint8Array;
52
- };
53
- signer: string;
54
- };
55
- }
56
- export declare const AminoConverter: {
57
- "/ibc.core.client.v1.MsgCreateClient": {
58
- aminoType: string;
59
- toAmino: ({ clientState, consensusState, signer }: MsgCreateClient) => AminoMsgCreateClient["value"];
60
- fromAmino: ({ client_state, consensus_state, signer }: AminoMsgCreateClient["value"]) => MsgCreateClient;
61
- };
62
- "/ibc.core.client.v1.MsgUpdateClient": {
63
- aminoType: string;
64
- toAmino: ({ clientId, header, signer }: MsgUpdateClient) => AminoMsgUpdateClient["value"];
65
- fromAmino: ({ client_id, header, signer }: AminoMsgUpdateClient["value"]) => MsgUpdateClient;
66
- };
67
- "/ibc.core.client.v1.MsgUpgradeClient": {
68
- aminoType: string;
69
- toAmino: ({ clientId, clientState, consensusState, proofUpgradeClient, proofUpgradeConsensusState, signer }: MsgUpgradeClient) => AminoMsgUpgradeClient["value"];
70
- fromAmino: ({ client_id, client_state, consensus_state, proof_upgrade_client, proof_upgrade_consensus_state, signer }: AminoMsgUpgradeClient["value"]) => MsgUpgradeClient;
71
- };
72
- "/ibc.core.client.v1.MsgSubmitMisbehaviour": {
73
- aminoType: string;
74
- toAmino: ({ clientId, misbehaviour, signer }: MsgSubmitMisbehaviour) => AminoMsgSubmitMisbehaviour["value"];
75
- fromAmino: ({ client_id, misbehaviour, signer }: AminoMsgSubmitMisbehaviour["value"]) => MsgSubmitMisbehaviour;
76
- };
77
- };
@@ -1,131 +0,0 @@
1
- import { Any } from "../../../../google/protobuf/any";
2
- import * as _m0 from "protobufjs/minimal";
3
- import { DeepPartial } from "@osmonauts/helpers";
4
- /** MsgCreateClient defines a message to create an IBC client */
5
- export interface MsgCreateClient {
6
- /** light client state */
7
- clientState: Any;
8
- /**
9
- * consensus state associated with the client that corresponds to a given
10
- * height.
11
- */
12
- consensusState: Any;
13
- /** signer address */
14
- signer: string;
15
- }
16
- /** MsgCreateClientResponse defines the Msg/CreateClient response type. */
17
- export interface MsgCreateClientResponse {
18
- }
19
- /**
20
- * MsgUpdateClient defines an sdk.Msg to update a IBC client state using
21
- * the given header.
22
- */
23
- export interface MsgUpdateClient {
24
- /** client unique identifier */
25
- clientId: string;
26
- /** header to update the light client */
27
- header: Any;
28
- /** signer address */
29
- signer: string;
30
- }
31
- /** MsgUpdateClientResponse defines the Msg/UpdateClient response type. */
32
- export interface MsgUpdateClientResponse {
33
- }
34
- /**
35
- * MsgUpgradeClient defines an sdk.Msg to upgrade an IBC client to a new client
36
- * state
37
- */
38
- export interface MsgUpgradeClient {
39
- /** client unique identifier */
40
- clientId: string;
41
- /** upgraded client state */
42
- clientState: Any;
43
- /**
44
- * upgraded consensus state, only contains enough information to serve as a
45
- * basis of trust in update logic
46
- */
47
- consensusState: Any;
48
- /** proof that old chain committed to new client */
49
- proofUpgradeClient: Uint8Array;
50
- /** proof that old chain committed to new consensus state */
51
- proofUpgradeConsensusState: Uint8Array;
52
- /** signer address */
53
- signer: string;
54
- }
55
- /** MsgUpgradeClientResponse defines the Msg/UpgradeClient response type. */
56
- export interface MsgUpgradeClientResponse {
57
- }
58
- /**
59
- * MsgSubmitMisbehaviour defines an sdk.Msg type that submits Evidence for
60
- * light client misbehaviour.
61
- */
62
- export interface MsgSubmitMisbehaviour {
63
- /** client unique identifier */
64
- clientId: string;
65
- /** misbehaviour used for freezing the light client */
66
- misbehaviour: Any;
67
- /** signer address */
68
- signer: string;
69
- }
70
- /**
71
- * MsgSubmitMisbehaviourResponse defines the Msg/SubmitMisbehaviour response
72
- * type.
73
- */
74
- export interface MsgSubmitMisbehaviourResponse {
75
- }
76
- export declare const MsgCreateClient: {
77
- encode(message: MsgCreateClient, writer?: _m0.Writer): _m0.Writer;
78
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateClient;
79
- fromJSON(object: any): MsgCreateClient;
80
- toJSON(message: MsgCreateClient): unknown;
81
- fromPartial(object: DeepPartial<MsgCreateClient>): MsgCreateClient;
82
- };
83
- export declare const MsgCreateClientResponse: {
84
- encode(_: MsgCreateClientResponse, writer?: _m0.Writer): _m0.Writer;
85
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateClientResponse;
86
- fromJSON(_: any): MsgCreateClientResponse;
87
- toJSON(_: MsgCreateClientResponse): unknown;
88
- fromPartial(_: DeepPartial<MsgCreateClientResponse>): MsgCreateClientResponse;
89
- };
90
- export declare const MsgUpdateClient: {
91
- encode(message: MsgUpdateClient, writer?: _m0.Writer): _m0.Writer;
92
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateClient;
93
- fromJSON(object: any): MsgUpdateClient;
94
- toJSON(message: MsgUpdateClient): unknown;
95
- fromPartial(object: DeepPartial<MsgUpdateClient>): MsgUpdateClient;
96
- };
97
- export declare const MsgUpdateClientResponse: {
98
- encode(_: MsgUpdateClientResponse, writer?: _m0.Writer): _m0.Writer;
99
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateClientResponse;
100
- fromJSON(_: any): MsgUpdateClientResponse;
101
- toJSON(_: MsgUpdateClientResponse): unknown;
102
- fromPartial(_: DeepPartial<MsgUpdateClientResponse>): MsgUpdateClientResponse;
103
- };
104
- export declare const MsgUpgradeClient: {
105
- encode(message: MsgUpgradeClient, writer?: _m0.Writer): _m0.Writer;
106
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpgradeClient;
107
- fromJSON(object: any): MsgUpgradeClient;
108
- toJSON(message: MsgUpgradeClient): unknown;
109
- fromPartial(object: DeepPartial<MsgUpgradeClient>): MsgUpgradeClient;
110
- };
111
- export declare const MsgUpgradeClientResponse: {
112
- encode(_: MsgUpgradeClientResponse, writer?: _m0.Writer): _m0.Writer;
113
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpgradeClientResponse;
114
- fromJSON(_: any): MsgUpgradeClientResponse;
115
- toJSON(_: MsgUpgradeClientResponse): unknown;
116
- fromPartial(_: DeepPartial<MsgUpgradeClientResponse>): MsgUpgradeClientResponse;
117
- };
118
- export declare const MsgSubmitMisbehaviour: {
119
- encode(message: MsgSubmitMisbehaviour, writer?: _m0.Writer): _m0.Writer;
120
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgSubmitMisbehaviour;
121
- fromJSON(object: any): MsgSubmitMisbehaviour;
122
- toJSON(message: MsgSubmitMisbehaviour): unknown;
123
- fromPartial(object: DeepPartial<MsgSubmitMisbehaviour>): MsgSubmitMisbehaviour;
124
- };
125
- export declare const MsgSubmitMisbehaviourResponse: {
126
- encode(_: MsgSubmitMisbehaviourResponse, writer?: _m0.Writer): _m0.Writer;
127
- decode(input: _m0.Reader | Uint8Array, length?: number): MsgSubmitMisbehaviourResponse;
128
- fromJSON(_: any): MsgSubmitMisbehaviourResponse;
129
- toJSON(_: MsgSubmitMisbehaviourResponse): unknown;
130
- fromPartial(_: DeepPartial<MsgSubmitMisbehaviourResponse>): MsgSubmitMisbehaviourResponse;
131
- };
@@ -1,96 +0,0 @@
1
- import { GeneratedType, Registry } from "@cosmjs/proto-signing";
2
- import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour } from "./tx";
3
- export declare const registry: ReadonlyArray<[string, GeneratedType]>;
4
- export declare const load: (protoRegistry: Registry) => void;
5
- export declare const MessageComposer: {
6
- encoded: {
7
- createClient(value: MsgCreateClient): {
8
- typeUrl: string;
9
- value: Uint8Array;
10
- };
11
- updateClient(value: MsgUpdateClient): {
12
- typeUrl: string;
13
- value: Uint8Array;
14
- };
15
- upgradeClient(value: MsgUpgradeClient): {
16
- typeUrl: string;
17
- value: Uint8Array;
18
- };
19
- submitMisbehaviour(value: MsgSubmitMisbehaviour): {
20
- typeUrl: string;
21
- value: Uint8Array;
22
- };
23
- };
24
- withTypeUrl: {
25
- createClient(value: MsgCreateClient): {
26
- typeUrl: string;
27
- value: MsgCreateClient;
28
- };
29
- updateClient(value: MsgUpdateClient): {
30
- typeUrl: string;
31
- value: MsgUpdateClient;
32
- };
33
- upgradeClient(value: MsgUpgradeClient): {
34
- typeUrl: string;
35
- value: MsgUpgradeClient;
36
- };
37
- submitMisbehaviour(value: MsgSubmitMisbehaviour): {
38
- typeUrl: string;
39
- value: MsgSubmitMisbehaviour;
40
- };
41
- };
42
- toJSON: {
43
- createClient(value: MsgCreateClient): {
44
- typeUrl: string;
45
- value: unknown;
46
- };
47
- updateClient(value: MsgUpdateClient): {
48
- typeUrl: string;
49
- value: unknown;
50
- };
51
- upgradeClient(value: MsgUpgradeClient): {
52
- typeUrl: string;
53
- value: unknown;
54
- };
55
- submitMisbehaviour(value: MsgSubmitMisbehaviour): {
56
- typeUrl: string;
57
- value: unknown;
58
- };
59
- };
60
- fromJSON: {
61
- createClient(value: any): {
62
- typeUrl: string;
63
- value: MsgCreateClient;
64
- };
65
- updateClient(value: any): {
66
- typeUrl: string;
67
- value: MsgUpdateClient;
68
- };
69
- upgradeClient(value: any): {
70
- typeUrl: string;
71
- value: MsgUpgradeClient;
72
- };
73
- submitMisbehaviour(value: any): {
74
- typeUrl: string;
75
- value: MsgSubmitMisbehaviour;
76
- };
77
- };
78
- fromPartial: {
79
- createClient(value: MsgCreateClient): {
80
- typeUrl: string;
81
- value: MsgCreateClient;
82
- };
83
- updateClient(value: MsgUpdateClient): {
84
- typeUrl: string;
85
- value: MsgUpdateClient;
86
- };
87
- upgradeClient(value: MsgUpgradeClient): {
88
- typeUrl: string;
89
- value: MsgUpgradeClient;
90
- };
91
- submitMisbehaviour(value: MsgSubmitMisbehaviour): {
92
- typeUrl: string;
93
- value: MsgSubmitMisbehaviour;
94
- };
95
- };
96
- };
@@ -1,17 +0,0 @@
1
- import { Rpc } from "@osmonauts/helpers";
2
- import { MsgCreateClient, MsgCreateClientResponse, MsgUpdateClient, MsgUpdateClientResponse, MsgUpgradeClient, MsgUpgradeClientResponse, MsgSubmitMisbehaviour, MsgSubmitMisbehaviourResponse } from "./tx";
3
- /** Msg defines the RPC service */
4
- export interface Msg {
5
- createClient(request: MsgCreateClient): Promise<MsgCreateClientResponse>;
6
- updateClient(request: MsgUpdateClient): Promise<MsgUpdateClientResponse>;
7
- upgradeClient(request: MsgUpgradeClient): Promise<MsgUpgradeClientResponse>;
8
- submitMisbehaviour(request: MsgSubmitMisbehaviour): Promise<MsgSubmitMisbehaviourResponse>;
9
- }
10
- export declare class MsgClientImpl implements Msg {
11
- private readonly rpc;
12
- constructor(rpc: Rpc);
13
- createClient(request: MsgCreateClient): Promise<MsgCreateClientResponse>;
14
- updateClient(request: MsgUpdateClient): Promise<MsgUpdateClientResponse>;
15
- upgradeClient(request: MsgUpgradeClient): Promise<MsgUpgradeClientResponse>;
16
- submitMisbehaviour(request: MsgSubmitMisbehaviour): Promise<MsgSubmitMisbehaviourResponse>;
17
- }