carbon-js-sdk 0.0.2 → 0.0.3

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 (1100) hide show
  1. package/README.md +1 -1
  2. package/examples/add_collateral.ts +1 -1
  3. package/examples/add_debt.ts +1 -1
  4. package/examples/add_liquidity.ts +1 -1
  5. package/examples/broadcast_tx.ts +1 -1
  6. package/examples/cancel_all_orders.ts +1 -1
  7. package/examples/cancel_order.ts +1 -1
  8. package/examples/change_num_quotes.ts +1 -1
  9. package/examples/change_swap_fee.ts +1 -1
  10. package/examples/claim_pool_rewards.ts +1 -1
  11. package/examples/connect_sdk.ts +1 -1
  12. package/examples/create_market.ts +1 -1
  13. package/examples/create_oracle.ts +1 -1
  14. package/examples/create_order.ts +1 -1
  15. package/examples/create_pool.ts +1 -1
  16. package/examples/create_pool_with_liquidity.ts +1 -1
  17. package/examples/create_subaccount.ts +1 -1
  18. package/examples/create_token.ts +8 -11
  19. package/examples/create_vault_type.ts +1 -1
  20. package/examples/create_vote.ts +1 -1
  21. package/examples/create_withdrawal.ts +1 -1
  22. package/examples/custom_node.ts +1 -1
  23. package/examples/delegate_tokens.ts +1 -1
  24. package/examples/deposit_proposal.ts +1 -1
  25. package/examples/edit_margin.ts +1 -1
  26. package/examples/edit_order.ts +1 -1
  27. package/examples/initiate_liquidation.ts +1 -1
  28. package/examples/link_pool.ts +1 -1
  29. package/examples/mint.ts +1 -1
  30. package/examples/query.ts +16 -9
  31. package/examples/query_balance.ts +1 -1
  32. package/examples/query_external_balances.ts +40 -0
  33. package/examples/remove_collateral.ts +1 -1
  34. package/examples/remove_debt.ts +1 -1
  35. package/examples/remove_liquidity.ts +1 -1
  36. package/examples/send_tokens.ts +1 -1
  37. package/examples/set_commitment_curve.ts +1 -1
  38. package/examples/set_leverage.ts +1 -1
  39. package/examples/set_msg_fee.ts +1 -1
  40. package/examples/set_reward_curve.ts +1 -1
  41. package/examples/set_rewards_weights.ts +1 -1
  42. package/examples/set_trading_flag.ts +1 -1
  43. package/examples/stake_pool_token.ts +1 -1
  44. package/examples/submit_proposal.ts +1 -1
  45. package/examples/sync_token.ts +1 -1
  46. package/examples/unbind_token.ts +24 -0
  47. package/examples/unlink_pool.ts +1 -1
  48. package/examples/unstake_pool_token.ts +1 -1
  49. package/examples/update_market.ts +1 -1
  50. package/examples/update_profile.ts +1 -1
  51. package/examples/vote_proposal.ts +1 -1
  52. package/lib/CarbonSDK.d.ts.map +1 -1
  53. package/lib/CarbonSDK.js +4 -2
  54. package/lib/CarbonSDK.js.map +1 -1
  55. package/lib/clients/CarbonQueryClient.js +1 -1
  56. package/lib/clients/CarbonQueryClient.js.map +1 -1
  57. package/lib/clients/ETHClient.d.ts +10 -3
  58. package/lib/clients/ETHClient.d.ts.map +1 -1
  59. package/lib/clients/ETHClient.js +41 -36
  60. package/lib/clients/ETHClient.js.map +1 -1
  61. package/lib/clients/InsightsQueryClient.d.ts +3 -3
  62. package/lib/clients/InsightsQueryClient.d.ts.map +1 -1
  63. package/lib/clients/InsightsQueryClient.js +2 -2
  64. package/lib/clients/InsightsQueryClient.js.map +1 -1
  65. package/lib/clients/NEOClient.d.ts +1 -1
  66. package/lib/clients/NEOClient.d.ts.map +1 -1
  67. package/lib/clients/NEOClient.js +6 -6
  68. package/lib/clients/NEOClient.js.map +1 -1
  69. package/lib/clients/TokenClient.d.ts +6 -1
  70. package/lib/clients/TokenClient.d.ts.map +1 -1
  71. package/lib/clients/TokenClient.js +71 -6
  72. package/lib/clients/TokenClient.js.map +1 -1
  73. package/lib/clients/ZILClient.d.ts +1 -1
  74. package/lib/clients/ZILClient.d.ts.map +1 -1
  75. package/lib/clients/ZILClient.js +14 -15
  76. package/lib/clients/ZILClient.js.map +1 -1
  77. package/lib/codec/adl/genesis.d.ts +2 -2
  78. package/lib/codec/adl/genesis.d.ts.map +1 -1
  79. package/lib/codec/adl/genesis.js.map +1 -1
  80. package/lib/codec/bank/event.d.ts +2 -2
  81. package/lib/codec/bank/event.d.ts.map +1 -1
  82. package/lib/codec/bank/event.js +12 -25
  83. package/lib/codec/bank/event.js.map +1 -1
  84. package/lib/codec/book/book.d.ts +2 -2
  85. package/lib/codec/book/book.d.ts.map +1 -1
  86. package/lib/codec/book/book.js +32 -87
  87. package/lib/codec/book/book.js.map +1 -1
  88. package/lib/codec/book/event.d.ts +2 -2
  89. package/lib/codec/book/event.d.ts.map +1 -1
  90. package/lib/codec/book/event.js +20 -30
  91. package/lib/codec/book/event.js.map +1 -1
  92. package/lib/codec/book/genesis.d.ts +2 -2
  93. package/lib/codec/book/genesis.d.ts.map +1 -1
  94. package/lib/codec/book/genesis.js +6 -24
  95. package/lib/codec/book/genesis.js.map +1 -1
  96. package/lib/codec/book/query.d.ts +4 -3
  97. package/lib/codec/book/query.d.ts.map +1 -1
  98. package/lib/codec/book/query.js +32 -54
  99. package/lib/codec/book/query.js.map +1 -1
  100. package/lib/codec/broker/amm.d.ts +2 -2
  101. package/lib/codec/broker/amm.d.ts.map +1 -1
  102. package/lib/codec/broker/amm.js +20 -35
  103. package/lib/codec/broker/amm.js.map +1 -1
  104. package/lib/codec/broker/candlestick.d.ts +2 -2
  105. package/lib/codec/broker/candlestick.d.ts.map +1 -1
  106. package/lib/codec/broker/candlestick.js +38 -60
  107. package/lib/codec/broker/candlestick.js.map +1 -1
  108. package/lib/codec/broker/event.d.ts +2 -2
  109. package/lib/codec/broker/event.d.ts.map +1 -1
  110. package/lib/codec/broker/event.js +76 -114
  111. package/lib/codec/broker/event.js.map +1 -1
  112. package/lib/codec/broker/genesis.d.ts +2 -2
  113. package/lib/codec/broker/genesis.d.ts.map +1 -1
  114. package/lib/codec/broker/genesis.js +4 -12
  115. package/lib/codec/broker/genesis.js.map +1 -1
  116. package/lib/codec/broker/incoming_liquidations.d.ts +2 -2
  117. package/lib/codec/broker/incoming_liquidations.d.ts.map +1 -1
  118. package/lib/codec/broker/incoming_liquidations.js +4 -12
  119. package/lib/codec/broker/incoming_liquidations.js.map +1 -1
  120. package/lib/codec/broker/incoming_pool_swap.d.ts +2 -2
  121. package/lib/codec/broker/incoming_pool_swap.d.ts.map +1 -1
  122. package/lib/codec/broker/incoming_pool_swap.js +30 -46
  123. package/lib/codec/broker/incoming_pool_swap.js.map +1 -1
  124. package/lib/codec/broker/pagination.d.ts +20 -0
  125. package/lib/codec/broker/pagination.d.ts.map +1 -0
  126. package/lib/codec/broker/pagination.js +79 -0
  127. package/lib/codec/broker/pagination.js.map +1 -0
  128. package/lib/codec/broker/query.d.ts +37 -35
  129. package/lib/codec/broker/query.d.ts.map +1 -1
  130. package/lib/codec/broker/query.js +328 -305
  131. package/lib/codec/broker/query.js.map +1 -1
  132. package/lib/codec/broker/trade.d.ts +28 -0
  133. package/lib/codec/broker/trade.d.ts.map +1 -0
  134. package/lib/codec/broker/trade.js +208 -0
  135. package/lib/codec/broker/trade.js.map +1 -0
  136. package/lib/codec/broker/tx.d.ts +2 -2
  137. package/lib/codec/broker/tx.d.ts.map +1 -1
  138. package/lib/codec/broker/tx.js +16 -31
  139. package/lib/codec/broker/tx.js.map +1 -1
  140. package/lib/codec/cdp/event.d.ts +2 -2
  141. package/lib/codec/cdp/event.d.ts.map +1 -1
  142. package/lib/codec/cdp/event.js +36 -55
  143. package/lib/codec/cdp/event.js.map +1 -1
  144. package/lib/codec/cdp/genesis.d.ts +2 -2
  145. package/lib/codec/cdp/genesis.d.ts.map +1 -1
  146. package/lib/codec/cdp/genesis.js +6 -24
  147. package/lib/codec/cdp/genesis.js.map +1 -1
  148. package/lib/codec/cdp/query.d.ts +8 -5
  149. package/lib/codec/cdp/query.d.ts.map +1 -1
  150. package/lib/codec/cdp/query.js +87 -137
  151. package/lib/codec/cdp/query.js.map +1 -1
  152. package/lib/codec/cdp/tx.d.ts +2 -2
  153. package/lib/codec/cdp/tx.d.ts.map +1 -1
  154. package/lib/codec/cdp/tx.js +81 -122
  155. package/lib/codec/cdp/tx.js.map +1 -1
  156. package/lib/codec/cdp/vault.d.ts +2 -2
  157. package/lib/codec/cdp/vault.d.ts.map +1 -1
  158. package/lib/codec/cdp/vault.js +49 -74
  159. package/lib/codec/cdp/vault.js.map +1 -1
  160. package/lib/codec/coin/bridge.d.ts +2 -2
  161. package/lib/codec/coin/bridge.d.ts.map +1 -1
  162. package/lib/codec/coin/bridge.js +32 -48
  163. package/lib/codec/coin/bridge.js.map +1 -1
  164. package/lib/codec/coin/event.d.ts +2 -2
  165. package/lib/codec/coin/event.d.ts.map +1 -1
  166. package/lib/codec/coin/event.js +44 -66
  167. package/lib/codec/coin/event.js.map +1 -1
  168. package/lib/codec/coin/extevents.d.ts +2 -2
  169. package/lib/codec/coin/extevents.d.ts.map +1 -1
  170. package/lib/codec/coin/extevents.js +54 -85
  171. package/lib/codec/coin/extevents.js.map +1 -1
  172. package/lib/codec/coin/genesis.d.ts +2 -2
  173. package/lib/codec/coin/genesis.d.ts.map +1 -1
  174. package/lib/codec/coin/genesis.js +25 -75
  175. package/lib/codec/coin/genesis.js.map +1 -1
  176. package/lib/codec/coin/proposal.d.ts +2 -2
  177. package/lib/codec/coin/proposal.d.ts.map +1 -1
  178. package/lib/codec/coin/proposal.js +16 -24
  179. package/lib/codec/coin/proposal.js.map +1 -1
  180. package/lib/codec/coin/query.d.ts +13 -4
  181. package/lib/codec/coin/query.d.ts.map +1 -1
  182. package/lib/codec/coin/query.js +207 -309
  183. package/lib/codec/coin/query.js.map +1 -1
  184. package/lib/codec/coin/token.d.ts +2 -2
  185. package/lib/codec/coin/token.d.ts.map +1 -1
  186. package/lib/codec/coin/token.js +142 -223
  187. package/lib/codec/coin/token.js.map +1 -1
  188. package/lib/codec/coin/tx.d.ts +2 -2
  189. package/lib/codec/coin/tx.d.ts.map +1 -1
  190. package/lib/codec/coin/tx.js +204 -314
  191. package/lib/codec/coin/tx.js.map +1 -1
  192. package/lib/codec/confio/proofs.d.ts.map +1 -1
  193. package/lib/codec/confio/proofs.js +131 -32
  194. package/lib/codec/confio/proofs.js.map +1 -1
  195. package/lib/codec/cosmos/auth/v1beta1/auth.d.ts +2 -2
  196. package/lib/codec/cosmos/auth/v1beta1/auth.d.ts.map +1 -1
  197. package/lib/codec/cosmos/auth/v1beta1/auth.js +92 -141
  198. package/lib/codec/cosmos/auth/v1beta1/auth.js.map +1 -1
  199. package/lib/codec/cosmos/auth/v1beta1/export.d.ts +1 -1
  200. package/lib/codec/cosmos/auth/v1beta1/export.d.ts.map +1 -1
  201. package/lib/codec/cosmos/auth/v1beta1/export.js +3 -1
  202. package/lib/codec/cosmos/auth/v1beta1/export.js.map +1 -1
  203. package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts +2 -2
  204. package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts.map +1 -1
  205. package/lib/codec/cosmos/auth/v1beta1/genesis.js +12 -24
  206. package/lib/codec/cosmos/auth/v1beta1/genesis.js.map +1 -1
  207. package/lib/codec/cosmos/auth/v1beta1/query.d.ts +32 -2
  208. package/lib/codec/cosmos/auth/v1beta1/query.d.ts.map +1 -1
  209. package/lib/codec/cosmos/auth/v1beta1/query.js +145 -31
  210. package/lib/codec/cosmos/auth/v1beta1/query.js.map +1 -1
  211. package/lib/codec/cosmos/authz/v1beta1/authz.d.ts +40 -0
  212. package/lib/codec/cosmos/authz/v1beta1/authz.d.ts.map +1 -0
  213. package/lib/codec/cosmos/authz/v1beta1/authz.js +148 -0
  214. package/lib/codec/cosmos/authz/v1beta1/authz.js.map +1 -0
  215. package/lib/codec/cosmos/authz/v1beta1/event.d.ts +41 -0
  216. package/lib/codec/cosmos/authz/v1beta1/event.d.ts.map +1 -0
  217. package/lib/codec/cosmos/authz/v1beta1/event.js +153 -0
  218. package/lib/codec/cosmos/authz/v1beta1/event.js.map +1 -0
  219. package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts +35 -0
  220. package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts.map +1 -0
  221. package/lib/codec/cosmos/authz/v1beta1/genesis.js +178 -0
  222. package/lib/codec/cosmos/authz/v1beta1/genesis.js.map +1 -0
  223. package/lib/codec/cosmos/authz/v1beta1/query.d.ts +54 -0
  224. package/lib/codec/cosmos/authz/v1beta1/query.d.ts.map +1 -0
  225. package/lib/codec/cosmos/authz/v1beta1/query.js +187 -0
  226. package/lib/codec/cosmos/authz/v1beta1/query.js.map +1 -0
  227. package/lib/codec/cosmos/authz/v1beta1/tx.d.ts +126 -0
  228. package/lib/codec/cosmos/authz/v1beta1/tx.d.ts.map +1 -0
  229. package/lib/codec/cosmos/authz/v1beta1/tx.js +387 -0
  230. package/lib/codec/cosmos/authz/v1beta1/tx.js.map +1 -0
  231. package/lib/codec/cosmos/bank/v1beta1/authz.d.ts +24 -0
  232. package/lib/codec/cosmos/bank/v1beta1/authz.d.ts.map +1 -0
  233. package/lib/codec/cosmos/bank/v1beta1/authz.js +65 -0
  234. package/lib/codec/cosmos/bank/v1beta1/authz.js.map +1 -0
  235. package/lib/codec/cosmos/bank/v1beta1/bank.d.ts +12 -2
  236. package/lib/codec/cosmos/bank/v1beta1/bank.d.ts.map +1 -1
  237. package/lib/codec/cosmos/bank/v1beta1/bank.js +99 -142
  238. package/lib/codec/cosmos/bank/v1beta1/bank.js.map +1 -1
  239. package/lib/codec/cosmos/bank/v1beta1/export.d.ts +1 -0
  240. package/lib/codec/cosmos/bank/v1beta1/export.d.ts.map +1 -1
  241. package/lib/codec/cosmos/bank/v1beta1/export.js +3 -1
  242. package/lib/codec/cosmos/bank/v1beta1/export.js.map +1 -1
  243. package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts +6 -3
  244. package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts.map +1 -1
  245. package/lib/codec/cosmos/bank/v1beta1/genesis.js +24 -67
  246. package/lib/codec/cosmos/bank/v1beta1/genesis.js.map +1 -1
  247. package/lib/codec/cosmos/bank/v1beta1/query.d.ts +10 -6
  248. package/lib/codec/cosmos/bank/v1beta1/query.d.ts.map +1 -1
  249. package/lib/codec/cosmos/bank/v1beta1/query.js +136 -166
  250. package/lib/codec/cosmos/bank/v1beta1/query.js.map +1 -1
  251. package/lib/codec/cosmos/bank/v1beta1/tx.d.ts +2 -2
  252. package/lib/codec/cosmos/bank/v1beta1/tx.d.ts.map +1 -1
  253. package/lib/codec/cosmos/bank/v1beta1/tx.js +18 -49
  254. package/lib/codec/cosmos/bank/v1beta1/tx.js.map +1 -1
  255. package/lib/codec/cosmos/base/abci/v1beta1/abci.d.ts +2 -2
  256. package/lib/codec/cosmos/base/abci/v1beta1/abci.d.ts.map +1 -1
  257. package/lib/codec/cosmos/base/abci/v1beta1/abci.js +188 -326
  258. package/lib/codec/cosmos/base/abci/v1beta1/abci.js.map +1 -1
  259. package/lib/codec/cosmos/base/kv/v1beta1/kv.d.ts +2 -2
  260. package/lib/codec/cosmos/base/kv/v1beta1/kv.d.ts.map +1 -1
  261. package/lib/codec/cosmos/base/kv/v1beta1/kv.js +12 -20
  262. package/lib/codec/cosmos/base/kv/v1beta1/kv.js.map +1 -1
  263. package/lib/codec/cosmos/base/query/v1beta1/pagination.d.ts +4 -2
  264. package/lib/codec/cosmos/base/query/v1beta1/pagination.d.ts.map +1 -1
  265. package/lib/codec/cosmos/base/query/v1beta1/pagination.js +50 -51
  266. package/lib/codec/cosmos/base/query/v1beta1/pagination.js.map +1 -1
  267. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.d.ts +2 -2
  268. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.d.ts.map +1 -1
  269. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.js +12 -32
  270. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.js.map +1 -1
  271. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.d.ts +414 -0
  272. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.d.ts.map +1 -0
  273. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.js +1439 -0
  274. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.js.map +1 -0
  275. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.d.ts +2 -2
  276. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.d.ts.map +1 -1
  277. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.js +32 -52
  278. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.js.map +1 -1
  279. package/lib/codec/cosmos/base/store/v1beta1/commit_info.d.ts +2 -2
  280. package/lib/codec/cosmos/base/store/v1beta1/commit_info.d.ts.map +1 -1
  281. package/lib/codec/cosmos/base/store/v1beta1/commit_info.js +36 -58
  282. package/lib/codec/cosmos/base/store/v1beta1/commit_info.js.map +1 -1
  283. package/lib/codec/cosmos/base/store/v1beta1/listening.d.ts +29 -0
  284. package/lib/codec/cosmos/base/store/v1beta1/listening.d.ts.map +1 -0
  285. package/lib/codec/cosmos/base/store/v1beta1/listening.js +130 -0
  286. package/lib/codec/cosmos/base/store/v1beta1/listening.js.map +1 -0
  287. package/lib/codec/cosmos/base/store/v1beta1/snapshot.d.ts +2 -2
  288. package/lib/codec/cosmos/base/store/v1beta1/snapshot.d.ts.map +1 -1
  289. package/lib/codec/cosmos/base/store/v1beta1/snapshot.js +40 -56
  290. package/lib/codec/cosmos/base/store/v1beta1/snapshot.js.map +1 -1
  291. package/lib/codec/cosmos/base/tendermint/v1beta1/query.d.ts +3 -2
  292. package/lib/codec/cosmos/base/tendermint/v1beta1/query.d.ts.map +1 -1
  293. package/lib/codec/cosmos/base/tendermint/v1beta1/query.js +206 -313
  294. package/lib/codec/cosmos/base/tendermint/v1beta1/query.js.map +1 -1
  295. package/lib/codec/cosmos/base/v1beta1/coin.d.ts +2 -2
  296. package/lib/codec/cosmos/base/v1beta1/coin.d.ts.map +1 -1
  297. package/lib/codec/cosmos/base/v1beta1/coin.js +20 -36
  298. package/lib/codec/cosmos/base/v1beta1/coin.js.map +1 -1
  299. package/lib/codec/cosmos/capability/v1beta1/capability.d.ts +2 -2
  300. package/lib/codec/cosmos/capability/v1beta1/capability.d.ts.map +1 -1
  301. package/lib/codec/cosmos/capability/v1beta1/capability.js +20 -36
  302. package/lib/codec/cosmos/capability/v1beta1/capability.js.map +1 -1
  303. package/lib/codec/cosmos/capability/v1beta1/genesis.d.ts +2 -2
  304. package/lib/codec/cosmos/capability/v1beta1/genesis.d.ts.map +1 -1
  305. package/lib/codec/cosmos/capability/v1beta1/genesis.js +28 -48
  306. package/lib/codec/cosmos/capability/v1beta1/genesis.js.map +1 -1
  307. package/lib/codec/cosmos/crisis/v1beta1/genesis.d.ts +2 -2
  308. package/lib/codec/cosmos/crisis/v1beta1/genesis.d.ts.map +1 -1
  309. package/lib/codec/cosmos/crisis/v1beta1/genesis.js +8 -12
  310. package/lib/codec/cosmos/crisis/v1beta1/genesis.js.map +1 -1
  311. package/lib/codec/cosmos/crisis/v1beta1/tx.d.ts +2 -2
  312. package/lib/codec/cosmos/crisis/v1beta1/tx.d.ts.map +1 -1
  313. package/lib/codec/cosmos/crisis/v1beta1/tx.js +13 -19
  314. package/lib/codec/cosmos/crisis/v1beta1/tx.js.map +1 -1
  315. package/lib/codec/cosmos/crypto/ed25519/keys.d.ts +11 -8
  316. package/lib/codec/cosmos/crypto/ed25519/keys.d.ts.map +1 -1
  317. package/lib/codec/cosmos/crypto/ed25519/keys.js +8 -8
  318. package/lib/codec/cosmos/crypto/ed25519/keys.js.map +1 -1
  319. package/lib/codec/cosmos/crypto/multisig/keys.d.ts +2 -2
  320. package/lib/codec/cosmos/crypto/multisig/keys.d.ts.map +1 -1
  321. package/lib/codec/cosmos/crypto/multisig/keys.js +8 -19
  322. package/lib/codec/cosmos/crypto/multisig/keys.js.map +1 -1
  323. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -2
  324. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.d.ts.map +1 -1
  325. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.js +12 -23
  326. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.js.map +1 -1
  327. package/lib/codec/cosmos/crypto/secp256k1/keys.d.ts +2 -2
  328. package/lib/codec/cosmos/crypto/secp256k1/keys.d.ts.map +1 -1
  329. package/lib/codec/cosmos/crypto/secp256k1/keys.js +8 -8
  330. package/lib/codec/cosmos/crypto/secp256k1/keys.js.map +1 -1
  331. package/lib/codec/cosmos/crypto/secp256r1/keys.d.ts +36 -0
  332. package/lib/codec/cosmos/crypto/secp256r1/keys.d.ts.map +1 -0
  333. package/lib/codec/cosmos/crypto/secp256r1/keys.js +139 -0
  334. package/lib/codec/cosmos/crypto/secp256r1/keys.js.map +1 -0
  335. package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts +2 -6
  336. package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts.map +1 -1
  337. package/lib/codec/cosmos/distribution/v1beta1/distribution.js +134 -300
  338. package/lib/codec/cosmos/distribution/v1beta1/distribution.js.map +1 -1
  339. package/lib/codec/cosmos/distribution/v1beta1/export.d.ts +1 -1
  340. package/lib/codec/cosmos/distribution/v1beta1/export.d.ts.map +1 -1
  341. package/lib/codec/cosmos/distribution/v1beta1/export.js +1 -3
  342. package/lib/codec/cosmos/distribution/v1beta1/export.js.map +1 -1
  343. package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts +2 -2
  344. package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts.map +1 -1
  345. package/lib/codec/cosmos/distribution/v1beta1/genesis.js +143 -307
  346. package/lib/codec/cosmos/distribution/v1beta1/genesis.js.map +1 -1
  347. package/lib/codec/cosmos/distribution/v1beta1/query.d.ts +2 -33
  348. package/lib/codec/cosmos/distribution/v1beta1/query.d.ts.map +1 -1
  349. package/lib/codec/cosmos/distribution/v1beta1/query.js +115 -315
  350. package/lib/codec/cosmos/distribution/v1beta1/query.js.map +1 -1
  351. package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts +2 -2
  352. package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts.map +1 -1
  353. package/lib/codec/cosmos/distribution/v1beta1/tx.js +29 -55
  354. package/lib/codec/cosmos/distribution/v1beta1/tx.js.map +1 -1
  355. package/lib/codec/cosmos/evidence/v1beta1/evidence.d.ts +2 -2
  356. package/lib/codec/cosmos/evidence/v1beta1/evidence.d.ts.map +1 -1
  357. package/lib/codec/cosmos/evidence/v1beta1/evidence.js +24 -37
  358. package/lib/codec/cosmos/evidence/v1beta1/evidence.js.map +1 -1
  359. package/lib/codec/cosmos/evidence/v1beta1/genesis.d.ts +2 -2
  360. package/lib/codec/cosmos/evidence/v1beta1/genesis.d.ts.map +1 -1
  361. package/lib/codec/cosmos/evidence/v1beta1/genesis.js +4 -12
  362. package/lib/codec/cosmos/evidence/v1beta1/genesis.js.map +1 -1
  363. package/lib/codec/cosmos/evidence/v1beta1/query.d.ts +2 -2
  364. package/lib/codec/cosmos/evidence/v1beta1/query.d.ts.map +1 -1
  365. package/lib/codec/cosmos/evidence/v1beta1/query.js +32 -52
  366. package/lib/codec/cosmos/evidence/v1beta1/query.js.map +1 -1
  367. package/lib/codec/cosmos/evidence/v1beta1/tx.d.ts +2 -2
  368. package/lib/codec/cosmos/evidence/v1beta1/tx.d.ts.map +1 -1
  369. package/lib/codec/cosmos/evidence/v1beta1/tx.js +16 -22
  370. package/lib/codec/cosmos/evidence/v1beta1/tx.js.map +1 -1
  371. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.d.ts +96 -0
  372. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.d.ts.map +1 -0
  373. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.js +360 -0
  374. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.js.map +1 -0
  375. package/lib/codec/cosmos/feegrant/v1beta1/genesis.d.ts +21 -0
  376. package/lib/codec/cosmos/feegrant/v1beta1/genesis.d.ts.map +1 -0
  377. package/lib/codec/cosmos/feegrant/v1beta1/genesis.js +65 -0
  378. package/lib/codec/cosmos/feegrant/v1beta1/genesis.js.map +1 -0
  379. package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +80 -0
  380. package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts.map +1 -0
  381. package/lib/codec/cosmos/feegrant/v1beta1/query.js +272 -0
  382. package/lib/codec/cosmos/feegrant/v1beta1/query.js.map +1 -0
  383. package/lib/codec/cosmos/feegrant/v1beta1/tx.d.ts +85 -0
  384. package/lib/codec/cosmos/feegrant/v1beta1/tx.d.ts.map +1 -0
  385. package/lib/codec/cosmos/feegrant/v1beta1/tx.js +230 -0
  386. package/lib/codec/cosmos/feegrant/v1beta1/tx.js.map +1 -0
  387. package/lib/codec/cosmos/genutil/v1beta1/genesis.d.ts +2 -2
  388. package/lib/codec/cosmos/genutil/v1beta1/genesis.d.ts.map +1 -1
  389. package/lib/codec/cosmos/genutil/v1beta1/genesis.js +4 -12
  390. package/lib/codec/cosmos/genutil/v1beta1/genesis.js.map +1 -1
  391. package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts +2 -2
  392. package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts.map +1 -1
  393. package/lib/codec/cosmos/gov/v1beta1/genesis.js +42 -86
  394. package/lib/codec/cosmos/gov/v1beta1/genesis.js.map +1 -1
  395. package/lib/codec/cosmos/gov/v1beta1/gov.d.ts +22 -2
  396. package/lib/codec/cosmos/gov/v1beta1/gov.d.ts.map +1 -1
  397. package/lib/codec/cosmos/gov/v1beta1/gov.js +210 -227
  398. package/lib/codec/cosmos/gov/v1beta1/gov.js.map +1 -1
  399. package/lib/codec/cosmos/gov/v1beta1/query.d.ts +2 -2
  400. package/lib/codec/cosmos/gov/v1beta1/query.d.ts.map +1 -1
  401. package/lib/codec/cosmos/gov/v1beta1/query.js +189 -301
  402. package/lib/codec/cosmos/gov/v1beta1/query.js.map +1 -1
  403. package/lib/codec/cosmos/gov/v1beta1/tx.d.ts +29 -3
  404. package/lib/codec/cosmos/gov/v1beta1/tx.d.ts.map +1 -1
  405. package/lib/codec/cosmos/gov/v1beta1/tx.js +174 -101
  406. package/lib/codec/cosmos/gov/v1beta1/tx.js.map +1 -1
  407. package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts +2 -2
  408. package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts.map +1 -1
  409. package/lib/codec/cosmos/mint/v1beta1/genesis.js +16 -24
  410. package/lib/codec/cosmos/mint/v1beta1/genesis.js.map +1 -1
  411. package/lib/codec/cosmos/mint/v1beta1/mint.d.ts +2 -2
  412. package/lib/codec/cosmos/mint/v1beta1/mint.d.ts.map +1 -1
  413. package/lib/codec/cosmos/mint/v1beta1/mint.js +37 -56
  414. package/lib/codec/cosmos/mint/v1beta1/mint.js.map +1 -1
  415. package/lib/codec/cosmos/mint/v1beta1/query.d.ts +2 -2
  416. package/lib/codec/cosmos/mint/v1beta1/query.d.ts.map +1 -1
  417. package/lib/codec/cosmos/mint/v1beta1/query.js +16 -21
  418. package/lib/codec/cosmos/mint/v1beta1/query.js.map +1 -1
  419. package/lib/codec/cosmos/params/v1beta1/params.d.ts +2 -2
  420. package/lib/codec/cosmos/params/v1beta1/params.d.ts.map +1 -1
  421. package/lib/codec/cosmos/params/v1beta1/params.js +22 -43
  422. package/lib/codec/cosmos/params/v1beta1/params.js.map +1 -1
  423. package/lib/codec/cosmos/params/v1beta1/query.d.ts +2 -2
  424. package/lib/codec/cosmos/params/v1beta1/query.d.ts.map +1 -1
  425. package/lib/codec/cosmos/params/v1beta1/query.js +14 -24
  426. package/lib/codec/cosmos/params/v1beta1/query.js.map +1 -1
  427. package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts +3 -3
  428. package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts.map +1 -1
  429. package/lib/codec/cosmos/slashing/v1beta1/genesis.js +48 -93
  430. package/lib/codec/cosmos/slashing/v1beta1/genesis.js.map +1 -1
  431. package/lib/codec/cosmos/slashing/v1beta1/query.d.ts +2 -2
  432. package/lib/codec/cosmos/slashing/v1beta1/query.d.ts.map +1 -1
  433. package/lib/codec/cosmos/slashing/v1beta1/query.js +40 -66
  434. package/lib/codec/cosmos/slashing/v1beta1/query.js.map +1 -1
  435. package/lib/codec/cosmos/slashing/v1beta1/slashing.d.ts +15 -8
  436. package/lib/codec/cosmos/slashing/v1beta1/slashing.d.ts.map +1 -1
  437. package/lib/codec/cosmos/slashing/v1beta1/slashing.js +73 -99
  438. package/lib/codec/cosmos/slashing/v1beta1/slashing.js.map +1 -1
  439. package/lib/codec/cosmos/slashing/v1beta1/tx.d.ts +2 -2
  440. package/lib/codec/cosmos/slashing/v1beta1/tx.d.ts.map +1 -1
  441. package/lib/codec/cosmos/slashing/v1beta1/tx.js +4 -6
  442. package/lib/codec/cosmos/slashing/v1beta1/tx.js.map +1 -1
  443. package/lib/codec/cosmos/staking/v1beta1/authz.d.ts +59 -0
  444. package/lib/codec/cosmos/staking/v1beta1/authz.d.ts.map +1 -0
  445. package/lib/codec/cosmos/staking/v1beta1/authz.js +215 -0
  446. package/lib/codec/cosmos/staking/v1beta1/authz.js.map +1 -0
  447. package/lib/codec/cosmos/staking/v1beta1/export.d.ts +1 -0
  448. package/lib/codec/cosmos/staking/v1beta1/export.d.ts.map +1 -1
  449. package/lib/codec/cosmos/staking/v1beta1/export.js +8 -2
  450. package/lib/codec/cosmos/staking/v1beta1/export.js.map +1 -1
  451. package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts +2 -2
  452. package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts.map +1 -1
  453. package/lib/codec/cosmos/staking/v1beta1/genesis.js +41 -106
  454. package/lib/codec/cosmos/staking/v1beta1/genesis.js.map +1 -1
  455. package/lib/codec/cosmos/staking/v1beta1/query.d.ts +2 -2
  456. package/lib/codec/cosmos/staking/v1beta1/query.d.ts.map +1 -1
  457. package/lib/codec/cosmos/staking/v1beta1/query.js +270 -458
  458. package/lib/codec/cosmos/staking/v1beta1/query.js.map +1 -1
  459. package/lib/codec/cosmos/staking/v1beta1/staking.d.ts +2 -2
  460. package/lib/codec/cosmos/staking/v1beta1/staking.d.ts.map +1 -1
  461. package/lib/codec/cosmos/staking/v1beta1/staking.js +308 -520
  462. package/lib/codec/cosmos/staking/v1beta1/staking.js.map +1 -1
  463. package/lib/codec/cosmos/staking/v1beta1/tx.d.ts +2 -2
  464. package/lib/codec/cosmos/staking/v1beta1/tx.d.ts.map +1 -1
  465. package/lib/codec/cosmos/staking/v1beta1/tx.js +128 -198
  466. package/lib/codec/cosmos/staking/v1beta1/tx.js.map +1 -1
  467. package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +2 -2
  468. package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts.map +1 -1
  469. package/lib/codec/cosmos/tx/signing/v1beta1/signing.js +64 -106
  470. package/lib/codec/cosmos/tx/signing/v1beta1/signing.js.map +1 -1
  471. package/lib/codec/cosmos/tx/v1beta1/service.d.ts +10 -3
  472. package/lib/codec/cosmos/tx/v1beta1/service.d.ts.map +1 -1
  473. package/lib/codec/cosmos/tx/v1beta1/service.js +106 -156
  474. package/lib/codec/cosmos/tx/v1beta1/service.js.map +1 -1
  475. package/lib/codec/cosmos/tx/v1beta1/tx.d.ts +7 -3
  476. package/lib/codec/cosmos/tx/v1beta1/tx.d.ts.map +1 -1
  477. package/lib/codec/cosmos/tx/v1beta1/tx.js +164 -297
  478. package/lib/codec/cosmos/tx/v1beta1/tx.js.map +1 -1
  479. package/lib/codec/cosmos/upgrade/v1beta1/query.d.ts +49 -5
  480. package/lib/codec/cosmos/upgrade/v1beta1/query.d.ts.map +1 -1
  481. package/lib/codec/cosmos/upgrade/v1beta1/query.js +172 -62
  482. package/lib/codec/cosmos/upgrade/v1beta1/query.js.map +1 -1
  483. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.d.ts +26 -9
  484. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.d.ts.map +1 -1
  485. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.js +116 -81
  486. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.js.map +1 -1
  487. package/lib/codec/cosmos/vesting/v1beta1/export.d.ts +1 -1
  488. package/lib/codec/cosmos/vesting/v1beta1/export.d.ts.map +1 -1
  489. package/lib/codec/cosmos/vesting/v1beta1/export.js +2 -1
  490. package/lib/codec/cosmos/vesting/v1beta1/export.js.map +1 -1
  491. package/lib/codec/cosmos/vesting/v1beta1/tx.d.ts +2 -2
  492. package/lib/codec/cosmos/vesting/v1beta1/tx.d.ts.map +1 -1
  493. package/lib/codec/cosmos/vesting/v1beta1/tx.js +25 -44
  494. package/lib/codec/cosmos/vesting/v1beta1/tx.js.map +1 -1
  495. package/lib/codec/cosmos/vesting/v1beta1/vesting.d.ts +17 -2
  496. package/lib/codec/cosmos/vesting/v1beta1/vesting.d.ts.map +1 -1
  497. package/lib/codec/cosmos/vesting/v1beta1/vesting.js +136 -164
  498. package/lib/codec/cosmos/vesting/v1beta1/vesting.js.map +1 -1
  499. package/lib/codec/fee/fee.d.ts +2 -2
  500. package/lib/codec/fee/fee.d.ts.map +1 -1
  501. package/lib/codec/fee/fee.js +6 -12
  502. package/lib/codec/fee/fee.js.map +1 -1
  503. package/lib/codec/fee/genesis.d.ts +2 -2
  504. package/lib/codec/fee/genesis.d.ts.map +1 -1
  505. package/lib/codec/fee/genesis.js +4 -12
  506. package/lib/codec/fee/genesis.js.map +1 -1
  507. package/lib/codec/fee/proposal.d.ts +2 -2
  508. package/lib/codec/fee/proposal.d.ts.map +1 -1
  509. package/lib/codec/fee/proposal.js +16 -24
  510. package/lib/codec/fee/proposal.js.map +1 -1
  511. package/lib/codec/fee/query.d.ts +5 -4
  512. package/lib/codec/fee/query.d.ts.map +1 -1
  513. package/lib/codec/fee/query.js +37 -59
  514. package/lib/codec/fee/query.js.map +1 -1
  515. package/lib/codec/fee/tx.d.ts +2 -2
  516. package/lib/codec/fee/tx.d.ts.map +1 -1
  517. package/lib/codec/fee/tx.js +12 -18
  518. package/lib/codec/fee/tx.js.map +1 -1
  519. package/lib/codec/google/protobuf/any.d.ts +2 -2
  520. package/lib/codec/google/protobuf/any.d.ts.map +1 -1
  521. package/lib/codec/google/protobuf/any.js +8 -10
  522. package/lib/codec/google/protobuf/any.js.map +1 -1
  523. package/lib/codec/google/protobuf/duration.d.ts +2 -2
  524. package/lib/codec/google/protobuf/duration.d.ts.map +1 -1
  525. package/lib/codec/google/protobuf/duration.js +12 -18
  526. package/lib/codec/google/protobuf/duration.js.map +1 -1
  527. package/lib/codec/google/protobuf/timestamp.d.ts +2 -2
  528. package/lib/codec/google/protobuf/timestamp.d.ts.map +1 -1
  529. package/lib/codec/google/protobuf/timestamp.js +12 -18
  530. package/lib/codec/google/protobuf/timestamp.js.map +1 -1
  531. package/lib/codec/google/protobuf/wrappers.d.ts +2 -2
  532. package/lib/codec/google/protobuf/wrappers.d.ts.map +1 -1
  533. package/lib/codec/google/protobuf/wrappers.js +44 -64
  534. package/lib/codec/google/protobuf/wrappers.js.map +1 -1
  535. package/lib/codec/ibc/applications/transfer/v1/genesis.d.ts.map +1 -1
  536. package/lib/codec/ibc/applications/transfer/v1/genesis.js +6 -2
  537. package/lib/codec/ibc/applications/transfer/v1/genesis.js.map +1 -1
  538. package/lib/codec/ibc/applications/transfer/v1/query.d.ts.map +1 -1
  539. package/lib/codec/ibc/applications/transfer/v1/query.js +6 -2
  540. package/lib/codec/ibc/applications/transfer/v1/query.js.map +1 -1
  541. package/lib/codec/ibc/applications/transfer/v1/transfer.d.ts.map +1 -1
  542. package/lib/codec/ibc/applications/transfer/v1/transfer.js +42 -10
  543. package/lib/codec/ibc/applications/transfer/v1/transfer.js.map +1 -1
  544. package/lib/codec/ibc/applications/transfer/v1/tx.d.ts.map +1 -1
  545. package/lib/codec/ibc/applications/transfer/v1/tx.js +24 -5
  546. package/lib/codec/ibc/applications/transfer/v1/tx.js.map +1 -1
  547. package/lib/codec/ibc/core/channel/v1/channel.d.ts.map +1 -1
  548. package/lib/codec/ibc/core/channel/v1/channel.js +124 -28
  549. package/lib/codec/ibc/core/channel/v1/channel.js.map +1 -1
  550. package/lib/codec/ibc/core/channel/v1/genesis.d.ts.map +1 -1
  551. package/lib/codec/ibc/core/channel/v1/genesis.js +18 -9
  552. package/lib/codec/ibc/core/channel/v1/genesis.js.map +1 -1
  553. package/lib/codec/ibc/core/channel/v1/query.d.ts.map +1 -1
  554. package/lib/codec/ibc/core/channel/v1/query.js +205 -53
  555. package/lib/codec/ibc/core/channel/v1/query.js.map +1 -1
  556. package/lib/codec/ibc/core/channel/v1/tx.d.ts.map +1 -1
  557. package/lib/codec/ibc/core/channel/v1/tx.js +212 -44
  558. package/lib/codec/ibc/core/channel/v1/tx.js.map +1 -1
  559. package/lib/codec/ibc/core/client/v1/client.d.ts.map +1 -1
  560. package/lib/codec/ibc/core/client/v1/client.js +30 -8
  561. package/lib/codec/ibc/core/client/v1/client.js.map +1 -1
  562. package/lib/codec/ibc/core/client/v1/genesis.d.ts.map +1 -1
  563. package/lib/codec/ibc/core/client/v1/genesis.js +27 -9
  564. package/lib/codec/ibc/core/client/v1/genesis.js.map +1 -1
  565. package/lib/codec/ibc/core/client/v1/query.d.ts.map +1 -1
  566. package/lib/codec/ibc/core/client/v1/query.js +36 -11
  567. package/lib/codec/ibc/core/client/v1/query.js.map +1 -1
  568. package/lib/codec/ibc/core/client/v1/tx.d.ts.map +1 -1
  569. package/lib/codec/ibc/core/client/v1/tx.js +56 -14
  570. package/lib/codec/ibc/core/client/v1/tx.js.map +1 -1
  571. package/lib/codec/ibc/core/commitment/v1/commitment.d.ts.map +1 -1
  572. package/lib/codec/ibc/core/commitment/v1/commitment.js +12 -4
  573. package/lib/codec/ibc/core/commitment/v1/commitment.js.map +1 -1
  574. package/lib/codec/ibc/core/connection/v1/connection.d.ts.map +1 -1
  575. package/lib/codec/ibc/core/connection/v1/connection.js +54 -14
  576. package/lib/codec/ibc/core/connection/v1/connection.js.map +1 -1
  577. package/lib/codec/ibc/core/connection/v1/genesis.js +1 -1
  578. package/lib/codec/ibc/core/connection/v1/genesis.js.map +1 -1
  579. package/lib/codec/ibc/core/connection/v1/query.d.ts.map +1 -1
  580. package/lib/codec/ibc/core/connection/v1/query.js +54 -17
  581. package/lib/codec/ibc/core/connection/v1/query.js.map +1 -1
  582. package/lib/codec/ibc/core/connection/v1/tx.d.ts.map +1 -1
  583. package/lib/codec/ibc/core/connection/v1/tx.js +105 -22
  584. package/lib/codec/ibc/core/connection/v1/tx.js.map +1 -1
  585. package/lib/codec/ibc/lightclients/localhost/v1/localhost.d.ts.map +1 -1
  586. package/lib/codec/ibc/lightclients/localhost/v1/localhost.js +6 -2
  587. package/lib/codec/ibc/lightclients/localhost/v1/localhost.js.map +1 -1
  588. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.d.ts.map +1 -1
  589. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.js +140 -39
  590. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.js.map +1 -1
  591. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.d.ts.map +1 -1
  592. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.js +42 -12
  593. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.js.map +1 -1
  594. package/lib/codec/index.d.ts +28 -54
  595. package/lib/codec/index.d.ts.map +1 -1
  596. package/lib/codec/index.js +295 -371
  597. package/lib/codec/index.js.map +1 -1
  598. package/lib/codec/inflation/genesis.d.ts +2 -2
  599. package/lib/codec/inflation/genesis.d.ts.map +1 -1
  600. package/lib/codec/inflation/genesis.js +12 -19
  601. package/lib/codec/inflation/genesis.js.map +1 -1
  602. package/lib/codec/inflation/inflation.d.ts +2 -2
  603. package/lib/codec/inflation/inflation.d.ts.map +1 -1
  604. package/lib/codec/inflation/inflation.js +20 -30
  605. package/lib/codec/inflation/inflation.js.map +1 -1
  606. package/lib/codec/inflation/query.d.ts +3 -6
  607. package/lib/codec/inflation/query.d.ts.map +1 -1
  608. package/lib/codec/inflation/query.js +8 -12
  609. package/lib/codec/inflation/query.js.map +1 -1
  610. package/lib/codec/insurance/event.d.ts +2 -2
  611. package/lib/codec/insurance/event.d.ts.map +1 -1
  612. package/lib/codec/insurance/event.js.map +1 -1
  613. package/lib/codec/insurance/fund.d.ts +2 -2
  614. package/lib/codec/insurance/fund.d.ts.map +1 -1
  615. package/lib/codec/insurance/fund.js +12 -16
  616. package/lib/codec/insurance/fund.js.map +1 -1
  617. package/lib/codec/insurance/genesis.d.ts +2 -2
  618. package/lib/codec/insurance/genesis.d.ts.map +1 -1
  619. package/lib/codec/insurance/genesis.js +6 -28
  620. package/lib/codec/insurance/genesis.js.map +1 -1
  621. package/lib/codec/insurance/query.d.ts +29 -0
  622. package/lib/codec/insurance/query.d.ts.map +1 -1
  623. package/lib/codec/insurance/query.js +89 -1
  624. package/lib/codec/insurance/query.js.map +1 -1
  625. package/lib/codec/leverage/event.d.ts +2 -2
  626. package/lib/codec/leverage/event.d.ts.map +1 -1
  627. package/lib/codec/leverage/event.js +16 -24
  628. package/lib/codec/leverage/event.js.map +1 -1
  629. package/lib/codec/leverage/genesis.d.ts +4 -4
  630. package/lib/codec/leverage/genesis.d.ts.map +1 -1
  631. package/lib/codec/leverage/genesis.js +11 -21
  632. package/lib/codec/leverage/genesis.js.map +1 -1
  633. package/lib/codec/leverage/leverage.d.ts +10 -10
  634. package/lib/codec/leverage/leverage.d.ts.map +1 -1
  635. package/lib/codec/leverage/leverage.js +34 -74
  636. package/lib/codec/leverage/leverage.js.map +1 -1
  637. package/lib/codec/leverage/query.d.ts +3 -3
  638. package/lib/codec/leverage/query.d.ts.map +1 -1
  639. package/lib/codec/leverage/query.js +30 -50
  640. package/lib/codec/leverage/query.js.map +1 -1
  641. package/lib/codec/leverage/tx.d.ts +2 -2
  642. package/lib/codec/leverage/tx.d.ts.map +1 -1
  643. package/lib/codec/leverage/tx.js +12 -18
  644. package/lib/codec/leverage/tx.js.map +1 -1
  645. package/lib/codec/liquidation/genesis.d.ts +2 -2
  646. package/lib/codec/liquidation/genesis.d.ts.map +1 -1
  647. package/lib/codec/liquidation/genesis.js +22 -36
  648. package/lib/codec/liquidation/genesis.js.map +1 -1
  649. package/lib/codec/liquidation/history.d.ts +2 -2
  650. package/lib/codec/liquidation/history.d.ts.map +1 -1
  651. package/lib/codec/liquidation/history.js +44 -66
  652. package/lib/codec/liquidation/history.js.map +1 -1
  653. package/lib/codec/liquidation/outstanding_position.d.ts +2 -2
  654. package/lib/codec/liquidation/outstanding_position.d.ts.map +1 -1
  655. package/lib/codec/liquidation/outstanding_position.js +25 -46
  656. package/lib/codec/liquidation/outstanding_position.js.map +1 -1
  657. package/lib/codec/liquidation/query.d.ts +5 -5
  658. package/lib/codec/liquidation/query.d.ts.map +1 -1
  659. package/lib/codec/liquidation/query.js +68 -106
  660. package/lib/codec/liquidation/query.js.map +1 -1
  661. package/lib/codec/liquiditypool/event.d.ts +2 -2
  662. package/lib/codec/liquiditypool/event.d.ts.map +1 -1
  663. package/lib/codec/liquiditypool/event.js +84 -129
  664. package/lib/codec/liquiditypool/event.js.map +1 -1
  665. package/lib/codec/liquiditypool/genesis.d.ts +10 -11
  666. package/lib/codec/liquiditypool/genesis.d.ts.map +1 -1
  667. package/lib/codec/liquiditypool/genesis.js +93 -183
  668. package/lib/codec/liquiditypool/genesis.js.map +1 -1
  669. package/lib/codec/liquiditypool/liquiditypool.d.ts +2 -2
  670. package/lib/codec/liquiditypool/liquiditypool.d.ts.map +1 -1
  671. package/lib/codec/liquiditypool/liquiditypool.js +116 -194
  672. package/lib/codec/liquiditypool/liquiditypool.js.map +1 -1
  673. package/lib/codec/liquiditypool/proposal.d.ts +11 -23
  674. package/lib/codec/liquiditypool/proposal.d.ts.map +1 -1
  675. package/lib/codec/liquiditypool/proposal.js +105 -237
  676. package/lib/codec/liquiditypool/proposal.js.map +1 -1
  677. package/lib/codec/liquiditypool/query.d.ts +20 -21
  678. package/lib/codec/liquiditypool/query.d.ts.map +1 -1
  679. package/lib/codec/liquiditypool/query.js +266 -468
  680. package/lib/codec/liquiditypool/query.js.map +1 -1
  681. package/lib/codec/liquiditypool/reward.d.ts +120 -119
  682. package/lib/codec/liquiditypool/reward.d.ts.map +1 -1
  683. package/lib/codec/liquiditypool/reward.js +566 -705
  684. package/lib/codec/liquiditypool/reward.js.map +1 -1
  685. package/lib/codec/liquiditypool/tx.d.ts +31 -73
  686. package/lib/codec/liquiditypool/tx.d.ts.map +1 -1
  687. package/lib/codec/liquiditypool/tx.js +372 -770
  688. package/lib/codec/liquiditypool/tx.js.map +1 -1
  689. package/lib/codec/market/event.d.ts +2 -2
  690. package/lib/codec/market/event.d.ts.map +1 -1
  691. package/lib/codec/market/event.js +12 -18
  692. package/lib/codec/market/event.js.map +1 -1
  693. package/lib/codec/market/genesis.d.ts +2 -2
  694. package/lib/codec/market/genesis.d.ts.map +1 -1
  695. package/lib/codec/market/genesis.js +4 -12
  696. package/lib/codec/market/genesis.js.map +1 -1
  697. package/lib/codec/market/market.d.ts +2 -2
  698. package/lib/codec/market/market.d.ts.map +1 -1
  699. package/lib/codec/market/market.js +226 -330
  700. package/lib/codec/market/market.js.map +1 -1
  701. package/lib/codec/market/proposal.d.ts +2 -2
  702. package/lib/codec/market/proposal.d.ts.map +1 -1
  703. package/lib/codec/market/proposal.js +32 -48
  704. package/lib/codec/market/proposal.js.map +1 -1
  705. package/lib/codec/market/query.d.ts +5 -4
  706. package/lib/codec/market/query.d.ts.map +1 -1
  707. package/lib/codec/market/query.js +37 -59
  708. package/lib/codec/market/query.js.map +1 -1
  709. package/lib/codec/market/tx.d.ts +2 -2
  710. package/lib/codec/market/tx.d.ts.map +1 -1
  711. package/lib/codec/market/tx.js +28 -42
  712. package/lib/codec/market/tx.js.map +1 -1
  713. package/lib/codec/misc/message.d.ts +3 -2
  714. package/lib/codec/misc/message.d.ts.map +1 -1
  715. package/lib/codec/misc/message.js +55 -25
  716. package/lib/codec/misc/message.js.map +1 -1
  717. package/lib/codec/misc/message_type.d.ts +2 -2
  718. package/lib/codec/misc/message_type.d.ts.map +1 -1
  719. package/lib/codec/misc/message_type.js +4 -6
  720. package/lib/codec/misc/message_type.js.map +1 -1
  721. package/lib/codec/misc/query.d.ts +4 -4
  722. package/lib/codec/misc/query.d.ts.map +1 -1
  723. package/lib/codec/misc/query.js +21 -45
  724. package/lib/codec/misc/query.js.map +1 -1
  725. package/lib/codec/misc/transaction.d.ts +2 -2
  726. package/lib/codec/misc/transaction.d.ts.map +1 -1
  727. package/lib/codec/misc/transaction.js +48 -79
  728. package/lib/codec/misc/transaction.js.map +1 -1
  729. package/lib/codec/oracle/event.d.ts +2 -2
  730. package/lib/codec/oracle/event.d.ts.map +1 -1
  731. package/lib/codec/oracle/event.js +40 -60
  732. package/lib/codec/oracle/event.js.map +1 -1
  733. package/lib/codec/oracle/genesis.d.ts +2 -2
  734. package/lib/codec/oracle/genesis.d.ts.map +1 -1
  735. package/lib/codec/oracle/genesis.js +8 -36
  736. package/lib/codec/oracle/genesis.js.map +1 -1
  737. package/lib/codec/oracle/oracle.d.ts +2 -2
  738. package/lib/codec/oracle/oracle.d.ts.map +1 -1
  739. package/lib/codec/oracle/oracle.js +100 -152
  740. package/lib/codec/oracle/oracle.js.map +1 -1
  741. package/lib/codec/oracle/proposal.d.ts +2 -2
  742. package/lib/codec/oracle/proposal.d.ts.map +1 -1
  743. package/lib/codec/oracle/proposal.js +16 -24
  744. package/lib/codec/oracle/proposal.js.map +1 -1
  745. package/lib/codec/oracle/query.d.ts +77 -69
  746. package/lib/codec/oracle/query.d.ts.map +1 -1
  747. package/lib/codec/oracle/query.js +210 -212
  748. package/lib/codec/oracle/query.js.map +1 -1
  749. package/lib/codec/oracle/tx.d.ts +2 -2
  750. package/lib/codec/oracle/tx.d.ts.map +1 -1
  751. package/lib/codec/oracle/tx.js +84 -130
  752. package/lib/codec/oracle/tx.js.map +1 -1
  753. package/lib/codec/order/event.d.ts +2 -2
  754. package/lib/codec/order/event.d.ts.map +1 -1
  755. package/lib/codec/order/event.js +26 -38
  756. package/lib/codec/order/event.js.map +1 -1
  757. package/lib/codec/order/genesis.d.ts +2 -2
  758. package/lib/codec/order/genesis.d.ts.map +1 -1
  759. package/lib/codec/order/genesis.js +46 -107
  760. package/lib/codec/order/genesis.js.map +1 -1
  761. package/lib/codec/order/order.d.ts +37 -2
  762. package/lib/codec/order/order.d.ts.map +1 -1
  763. package/lib/codec/order/order.js +528 -236
  764. package/lib/codec/order/order.js.map +1 -1
  765. package/lib/codec/order/query.d.ts +13 -8
  766. package/lib/codec/order/query.d.ts.map +1 -1
  767. package/lib/codec/order/query.js +90 -89
  768. package/lib/codec/order/query.js.map +1 -1
  769. package/lib/codec/order/tx.d.ts +2 -2
  770. package/lib/codec/order/tx.d.ts.map +1 -1
  771. package/lib/codec/order/tx.js +88 -138
  772. package/lib/codec/order/tx.js.map +1 -1
  773. package/lib/codec/position/event.d.ts +2 -2
  774. package/lib/codec/position/event.d.ts.map +1 -1
  775. package/lib/codec/position/event.js +56 -82
  776. package/lib/codec/position/event.js.map +1 -1
  777. package/lib/codec/position/genesis.d.ts +2 -2
  778. package/lib/codec/position/genesis.d.ts.map +1 -1
  779. package/lib/codec/position/genesis.js +4 -12
  780. package/lib/codec/position/genesis.js.map +1 -1
  781. package/lib/codec/position/position.d.ts +25 -2
  782. package/lib/codec/position/position.d.ts.map +1 -1
  783. package/lib/codec/position/position.js +291 -69
  784. package/lib/codec/position/position.js.map +1 -1
  785. package/lib/codec/position/query.d.ts +8 -8
  786. package/lib/codec/position/query.d.ts.map +1 -1
  787. package/lib/codec/position/query.js +87 -122
  788. package/lib/codec/position/query.js.map +1 -1
  789. package/lib/codec/position/tx.d.ts +2 -2
  790. package/lib/codec/position/tx.d.ts.map +1 -1
  791. package/lib/codec/position/tx.js +12 -18
  792. package/lib/codec/position/tx.js.map +1 -1
  793. package/lib/codec/pricing/event.d.ts +3 -3
  794. package/lib/codec/pricing/event.d.ts.map +1 -1
  795. package/lib/codec/pricing/event.js +14 -18
  796. package/lib/codec/pricing/event.js.map +1 -1
  797. package/lib/codec/pricing/genesis.d.ts +2 -2
  798. package/lib/codec/pricing/genesis.d.ts.map +1 -1
  799. package/lib/codec/pricing/genesis.js +4 -12
  800. package/lib/codec/pricing/genesis.js.map +1 -1
  801. package/lib/codec/pricing/pricing.d.ts +2 -2
  802. package/lib/codec/pricing/pricing.d.ts.map +1 -1
  803. package/lib/codec/pricing/pricing.js +46 -69
  804. package/lib/codec/pricing/pricing.js.map +1 -1
  805. package/lib/codec/pricing/proposal.d.ts +2 -2
  806. package/lib/codec/pricing/proposal.d.ts.map +1 -1
  807. package/lib/codec/pricing/proposal.js +24 -37
  808. package/lib/codec/pricing/proposal.js.map +1 -1
  809. package/lib/codec/pricing/query.d.ts +22 -20
  810. package/lib/codec/pricing/query.d.ts.map +1 -1
  811. package/lib/codec/pricing/query.js +63 -92
  812. package/lib/codec/pricing/query.js.map +1 -1
  813. package/lib/codec/profile/event.d.ts +2 -2
  814. package/lib/codec/profile/event.d.ts.map +1 -1
  815. package/lib/codec/profile/event.js +12 -18
  816. package/lib/codec/profile/event.js.map +1 -1
  817. package/lib/codec/profile/genesis.d.ts +2 -2
  818. package/lib/codec/profile/genesis.d.ts.map +1 -1
  819. package/lib/codec/profile/genesis.js +4 -12
  820. package/lib/codec/profile/genesis.js.map +1 -1
  821. package/lib/codec/profile/profile.d.ts +2 -2
  822. package/lib/codec/profile/profile.d.ts.map +1 -1
  823. package/lib/codec/profile/profile.js +12 -18
  824. package/lib/codec/profile/profile.js.map +1 -1
  825. package/lib/codec/profile/query.d.ts +5 -4
  826. package/lib/codec/profile/query.d.ts.map +1 -1
  827. package/lib/codec/profile/query.js +42 -66
  828. package/lib/codec/profile/query.js.map +1 -1
  829. package/lib/codec/profile/tx.d.ts +2 -2
  830. package/lib/codec/profile/tx.d.ts.map +1 -1
  831. package/lib/codec/profile/tx.js +12 -18
  832. package/lib/codec/profile/tx.js.map +1 -1
  833. package/lib/codec/query/pagination.d.ts +30 -0
  834. package/lib/codec/query/pagination.d.ts.map +1 -0
  835. package/lib/codec/query/pagination.js +127 -0
  836. package/lib/codec/query/pagination.js.map +1 -0
  837. package/lib/codec/staking/event.d.ts +4 -4
  838. package/lib/codec/staking/event.d.ts.map +1 -1
  839. package/lib/codec/staking/event.js +62 -79
  840. package/lib/codec/staking/event.js.map +1 -1
  841. package/lib/codec/subaccount/genesis.d.ts +2 -2
  842. package/lib/codec/subaccount/genesis.d.ts.map +1 -1
  843. package/lib/codec/subaccount/genesis.js +4 -12
  844. package/lib/codec/subaccount/genesis.js.map +1 -1
  845. package/lib/codec/subaccount/query.d.ts +11 -8
  846. package/lib/codec/subaccount/query.d.ts.map +1 -1
  847. package/lib/codec/subaccount/query.js +84 -114
  848. package/lib/codec/subaccount/query.js.map +1 -1
  849. package/lib/codec/subaccount/subaccount.d.ts +2 -2
  850. package/lib/codec/subaccount/subaccount.d.ts.map +1 -1
  851. package/lib/codec/subaccount/subaccount.js +20 -30
  852. package/lib/codec/subaccount/subaccount.js.map +1 -1
  853. package/lib/codec/subaccount/tx.d.ts +2 -2
  854. package/lib/codec/subaccount/tx.d.ts.map +1 -1
  855. package/lib/codec/subaccount/tx.js +25 -37
  856. package/lib/codec/subaccount/tx.js.map +1 -1
  857. package/lib/codec/tendermint/abci/types.d.ts +2 -2
  858. package/lib/codec/tendermint/abci/types.d.ts.map +1 -1
  859. package/lib/codec/tendermint/abci/types.js +871 -1373
  860. package/lib/codec/tendermint/abci/types.js.map +1 -1
  861. package/lib/codec/tendermint/crypto/keys.d.ts +2 -2
  862. package/lib/codec/tendermint/crypto/keys.d.ts.map +1 -1
  863. package/lib/codec/tendermint/crypto/keys.js +8 -6
  864. package/lib/codec/tendermint/crypto/keys.js.map +1 -1
  865. package/lib/codec/tendermint/crypto/proof.d.ts +2 -2
  866. package/lib/codec/tendermint/crypto/proof.d.ts.map +1 -1
  867. package/lib/codec/tendermint/crypto/proof.js +62 -101
  868. package/lib/codec/tendermint/crypto/proof.js.map +1 -1
  869. package/lib/codec/tendermint/p2p/types.d.ts +2 -2
  870. package/lib/codec/tendermint/p2p/types.d.ts.map +1 -1
  871. package/lib/codec/tendermint/p2p/types.js +80 -126
  872. package/lib/codec/tendermint/p2p/types.js.map +1 -1
  873. package/lib/codec/tendermint/types/block.d.ts +2 -2
  874. package/lib/codec/tendermint/types/block.d.ts.map +1 -1
  875. package/lib/codec/tendermint/types/block.js +32 -48
  876. package/lib/codec/tendermint/types/block.js.map +1 -1
  877. package/lib/codec/tendermint/types/evidence.d.ts +2 -2
  878. package/lib/codec/tendermint/types/evidence.d.ts.map +1 -1
  879. package/lib/codec/tendermint/types/evidence.js +93 -158
  880. package/lib/codec/tendermint/types/evidence.js.map +1 -1
  881. package/lib/codec/tendermint/types/params.d.ts +2 -2
  882. package/lib/codec/tendermint/types/params.d.ts.map +1 -1
  883. package/lib/codec/tendermint/types/params.js +108 -170
  884. package/lib/codec/tendermint/types/params.js.map +1 -1
  885. package/lib/codec/tendermint/types/types.d.ts +2 -2
  886. package/lib/codec/tendermint/types/types.d.ts.map +1 -1
  887. package/lib/codec/tendermint/types/types.js +305 -436
  888. package/lib/codec/tendermint/types/types.js.map +1 -1
  889. package/lib/codec/tendermint/types/validator.d.ts +2 -2
  890. package/lib/codec/tendermint/types/validator.d.ts.map +1 -1
  891. package/lib/codec/tendermint/types/validator.js +64 -104
  892. package/lib/codec/tendermint/types/validator.js.map +1 -1
  893. package/lib/codec/tendermint/version/types.d.ts +2 -2
  894. package/lib/codec/tendermint/version/types.d.ts.map +1 -1
  895. package/lib/codec/tendermint/version/types.js +28 -42
  896. package/lib/codec/tendermint/version/types.js.map +1 -1
  897. package/lib/constant/generic.js +1 -1
  898. package/lib/constant/generic.js.map +1 -1
  899. package/lib/constant/index.d.ts +1 -0
  900. package/lib/constant/index.d.ts.map +1 -1
  901. package/lib/constant/index.js +1 -0
  902. package/lib/constant/index.js.map +1 -1
  903. package/lib/constant/network.d.ts +2 -2
  904. package/lib/constant/network.d.ts.map +1 -1
  905. package/lib/constant/network.js +25 -23
  906. package/lib/constant/network.js.map +1 -1
  907. package/lib/constant/node.d.ts +6 -0
  908. package/lib/constant/node.d.ts.map +1 -0
  909. package/lib/constant/node.js +35 -0
  910. package/lib/constant/node.js.map +1 -0
  911. package/lib/index.d.ts +2 -1
  912. package/lib/index.d.ts.map +1 -1
  913. package/lib/index.js +8 -1
  914. package/lib/index.js.map +1 -1
  915. package/lib/insights/balance.d.ts +1 -1
  916. package/lib/insights/balance.d.ts.map +1 -1
  917. package/lib/insights/block.d.ts +1 -1
  918. package/lib/insights/block.d.ts.map +1 -1
  919. package/lib/insights/node.d.ts +16 -2
  920. package/lib/insights/node.d.ts.map +1 -1
  921. package/lib/insights/pool.d.ts +1 -1
  922. package/lib/insights/pool.d.ts.map +1 -1
  923. package/lib/insights/transaction.d.ts +1 -1
  924. package/lib/insights/transaction.d.ts.map +1 -1
  925. package/lib/insights/user.d.ts +1 -1
  926. package/lib/insights/user.d.ts.map +1 -1
  927. package/lib/modules/admin.d.ts +64 -15
  928. package/lib/modules/admin.d.ts.map +1 -1
  929. package/lib/modules/admin.js +137 -43
  930. package/lib/modules/admin.js.map +1 -1
  931. package/lib/modules/fee.d.ts.map +1 -1
  932. package/lib/modules/fee.js +2 -1
  933. package/lib/modules/fee.js.map +1 -1
  934. package/lib/modules/gov.d.ts +2 -2
  935. package/lib/modules/gov.d.ts.map +1 -1
  936. package/lib/modules/gov.js +21 -23
  937. package/lib/modules/gov.js.map +1 -1
  938. package/lib/modules/liquiditypool.d.ts +2 -2
  939. package/lib/modules/liquiditypool.d.ts.map +1 -1
  940. package/lib/modules/liquiditypool.js +23 -22
  941. package/lib/modules/liquiditypool.js.map +1 -1
  942. package/lib/modules/market.js +1 -1
  943. package/lib/modules/market.js.map +1 -1
  944. package/lib/modules/order.js +4 -4
  945. package/lib/modules/order.js.map +1 -1
  946. package/lib/modules/subaccount.d.ts +4 -0
  947. package/lib/modules/subaccount.d.ts.map +1 -1
  948. package/lib/modules/subaccount.js +13 -0
  949. package/lib/modules/subaccount.js.map +1 -1
  950. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.js +1 -1
  951. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.js.map +1 -1
  952. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.js +3 -3
  953. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.js.map +1 -1
  954. package/lib/provider/account/NeoLedgerAccount/NeonLedger.js +1 -1
  955. package/lib/provider/account/NeoLedgerAccount/NeonLedger.js.map +1 -1
  956. package/lib/provider/account/index.d.ts +1 -1
  957. package/lib/provider/account/index.d.ts.map +1 -1
  958. package/lib/provider/account/index.js +4 -1
  959. package/lib/provider/account/index.js.map +1 -1
  960. package/lib/provider/amino/AminoTypesMap.d.ts +4 -0
  961. package/lib/provider/amino/AminoTypesMap.d.ts.map +1 -0
  962. package/lib/provider/amino/AminoTypesMap.js +9 -0
  963. package/lib/provider/amino/AminoTypesMap.js.map +1 -0
  964. package/lib/provider/amino/index.d.ts +2 -0
  965. package/lib/provider/amino/index.d.ts.map +1 -0
  966. package/lib/provider/amino/index.js +9 -0
  967. package/lib/provider/amino/index.js.map +1 -0
  968. package/lib/provider/amino/types/admin.d.ts +5 -0
  969. package/lib/provider/amino/types/admin.d.ts.map +1 -0
  970. package/lib/provider/amino/types/admin.js +177 -0
  971. package/lib/provider/amino/types/admin.js.map +1 -0
  972. package/lib/provider/amino/types/bank.d.ts +5 -0
  973. package/lib/provider/amino/types/bank.d.ts.map +1 -0
  974. package/lib/provider/amino/types/bank.js +16 -0
  975. package/lib/provider/amino/types/bank.js.map +1 -0
  976. package/lib/provider/amino/types/broker.d.ts +5 -0
  977. package/lib/provider/amino/types/broker.d.ts.map +1 -0
  978. package/lib/provider/amino/types/broker.js +16 -0
  979. package/lib/provider/amino/types/broker.js.map +1 -0
  980. package/lib/provider/amino/types/cdp.d.ts +5 -0
  981. package/lib/provider/amino/types/cdp.d.ts.map +1 -0
  982. package/lib/provider/amino/types/cdp.js +46 -0
  983. package/lib/provider/amino/types/cdp.js.map +1 -0
  984. package/lib/provider/amino/types/coin.d.ts +5 -0
  985. package/lib/provider/amino/types/coin.d.ts.map +1 -0
  986. package/lib/provider/amino/types/coin.js +25 -0
  987. package/lib/provider/amino/types/coin.js.map +1 -0
  988. package/lib/provider/amino/types/gov.d.ts +5 -0
  989. package/lib/provider/amino/types/gov.d.ts.map +1 -0
  990. package/lib/provider/amino/types/gov.js +377 -0
  991. package/lib/provider/amino/types/gov.js.map +1 -0
  992. package/lib/provider/amino/types/index.d.ts +16 -0
  993. package/lib/provider/amino/types/index.d.ts.map +1 -0
  994. package/lib/provider/amino/types/index.js +37 -0
  995. package/lib/provider/amino/types/index.js.map +1 -0
  996. package/lib/provider/amino/types/leverage.d.ts +5 -0
  997. package/lib/provider/amino/types/leverage.d.ts.map +1 -0
  998. package/lib/provider/amino/types/leverage.js +18 -0
  999. package/lib/provider/amino/types/leverage.js.map +1 -0
  1000. package/lib/provider/amino/types/liquidityPool.d.ts +5 -0
  1001. package/lib/provider/amino/types/liquidityPool.d.ts.map +1 -0
  1002. package/lib/provider/amino/types/liquidityPool.js +95 -0
  1003. package/lib/provider/amino/types/liquidityPool.js.map +1 -0
  1004. package/lib/provider/amino/types/market.d.ts +5 -0
  1005. package/lib/provider/amino/types/market.d.ts.map +1 -0
  1006. package/lib/provider/amino/types/market.js +28 -0
  1007. package/lib/provider/amino/types/market.js.map +1 -0
  1008. package/lib/provider/amino/types/oracle.d.ts +5 -0
  1009. package/lib/provider/amino/types/oracle.d.ts.map +1 -0
  1010. package/lib/provider/amino/types/oracle.js +18 -0
  1011. package/lib/provider/amino/types/oracle.js.map +1 -0
  1012. package/lib/provider/amino/types/order.d.ts +5 -0
  1013. package/lib/provider/amino/types/order.d.ts.map +1 -0
  1014. package/lib/provider/amino/types/order.js +69 -0
  1015. package/lib/provider/amino/types/order.js.map +1 -0
  1016. package/lib/provider/amino/types/position.d.ts +5 -0
  1017. package/lib/provider/amino/types/position.d.ts.map +1 -0
  1018. package/lib/provider/amino/types/position.js +18 -0
  1019. package/lib/provider/amino/types/position.js.map +1 -0
  1020. package/lib/provider/amino/types/profile.d.ts +5 -0
  1021. package/lib/provider/amino/types/profile.d.ts.map +1 -0
  1022. package/lib/provider/amino/types/profile.js +32 -0
  1023. package/lib/provider/amino/types/profile.js.map +1 -0
  1024. package/lib/provider/amino/types/staking.d.ts +5 -0
  1025. package/lib/provider/amino/types/staking.d.ts.map +1 -0
  1026. package/lib/provider/amino/types/staking.js +34 -0
  1027. package/lib/provider/amino/types/staking.js.map +1 -0
  1028. package/lib/provider/amino/types/subaccount.d.ts +5 -0
  1029. package/lib/provider/amino/types/subaccount.d.ts.map +1 -0
  1030. package/lib/provider/amino/types/subaccount.js +28 -0
  1031. package/lib/provider/amino/types/subaccount.js.map +1 -0
  1032. package/lib/provider/amino/utils.d.ts +42 -0
  1033. package/lib/provider/amino/utils.d.ts.map +1 -0
  1034. package/lib/provider/amino/utils.js +187 -0
  1035. package/lib/provider/amino/utils.js.map +1 -0
  1036. package/lib/provider/index.d.ts +6 -4
  1037. package/lib/provider/index.d.ts.map +1 -1
  1038. package/lib/provider/index.js +9 -4
  1039. package/lib/provider/index.js.map +1 -1
  1040. package/lib/provider/keplr/KeplrAccount.js +1 -1
  1041. package/lib/provider/keplr/KeplrAccount.js.map +1 -1
  1042. package/lib/provider/ledger/ledger.js +2 -2
  1043. package/lib/provider/ledger/ledger.js.map +1 -1
  1044. package/lib/provider/metamask/MetaMask.d.ts.map +1 -1
  1045. package/lib/provider/metamask/MetaMask.js +5 -10
  1046. package/lib/provider/metamask/MetaMask.js.map +1 -1
  1047. package/lib/provider/zilpay/Zilpay.d.ts +34 -0
  1048. package/lib/provider/zilpay/Zilpay.d.ts.map +1 -0
  1049. package/lib/provider/zilpay/Zilpay.js +83 -0
  1050. package/lib/provider/zilpay/Zilpay.js.map +1 -0
  1051. package/lib/provider/zilpay/index.d.ts +2 -0
  1052. package/lib/provider/zilpay/index.d.ts.map +1 -0
  1053. package/lib/provider/zilpay/index.js +14 -0
  1054. package/lib/provider/zilpay/index.js.map +1 -0
  1055. package/lib/util/address.js +12 -12
  1056. package/lib/util/address.js.map +1 -1
  1057. package/lib/util/api.js +5 -5
  1058. package/lib/util/api.js.map +1 -1
  1059. package/lib/util/blockchain.d.ts.map +1 -1
  1060. package/lib/util/blockchain.js +5 -1
  1061. package/lib/util/blockchain.js.map +1 -1
  1062. package/lib/util/fetch.js +1 -1
  1063. package/lib/util/fetch.js.map +1 -1
  1064. package/lib/util/generic.js +3 -3
  1065. package/lib/util/generic.js.map +1 -1
  1066. package/lib/util/gov.d.ts +25 -0
  1067. package/lib/util/gov.d.ts.map +1 -0
  1068. package/lib/util/gov.js +59 -0
  1069. package/lib/util/gov.js.map +1 -0
  1070. package/lib/util/index.d.ts +2 -0
  1071. package/lib/util/index.d.ts.map +1 -1
  1072. package/lib/util/index.js +3 -1
  1073. package/lib/util/index.js.map +1 -1
  1074. package/lib/util/number.js +5 -5
  1075. package/lib/util/number.js.map +1 -1
  1076. package/lib/util/transferfees.d.ts +5 -0
  1077. package/lib/util/transferfees.d.ts.map +1 -1
  1078. package/lib/util/transferfees.js +7 -0
  1079. package/lib/util/transferfees.js.map +1 -1
  1080. package/lib/util/tx.d.ts +14 -78
  1081. package/lib/util/tx.d.ts.map +1 -1
  1082. package/lib/util/tx.js +1 -53
  1083. package/lib/util/tx.js.map +1 -1
  1084. package/lib/util/type.d.ts +11 -0
  1085. package/lib/util/type.d.ts.map +1 -1
  1086. package/lib/util/type.js +46 -0
  1087. package/lib/util/type.js.map +1 -1
  1088. package/lib/wallet/CarbonSigner.d.ts +23 -10
  1089. package/lib/wallet/CarbonSigner.d.ts.map +1 -1
  1090. package/lib/wallet/CarbonSigner.js +56 -23
  1091. package/lib/wallet/CarbonSigner.js.map +1 -1
  1092. package/lib/wallet/CarbonWallet.d.ts +4 -8
  1093. package/lib/wallet/CarbonWallet.d.ts.map +1 -1
  1094. package/lib/wallet/CarbonWallet.js +26 -64
  1095. package/lib/wallet/CarbonWallet.js.map +1 -1
  1096. package/lib/websocket/connector.js +3 -3
  1097. package/lib/websocket/connector.js.map +1 -1
  1098. package/lib/websocket/models.d.ts +5 -4
  1099. package/lib/websocket/models.d.ts.map +1 -1
  1100. package/package.json +4 -5
@@ -1 +1 @@
1
- {"version":3,"file":"reflection.js","sourceRoot":"","sources":["../../../../../../src/codec/cosmos/base/reflection/v1beta1/reflection.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"reflection.js","sourceRoot":"","sources":["../../../../../../src/codec/cosmos/base/reflection/v1beta1/reflection.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,414 @@
1
+ import Long from "long";
2
+ import _m0 from "protobufjs/minimal";
3
+ export declare const protobufPackage = "cosmos.base.reflection.v2alpha1";
4
+ /** AppDescriptor describes a cosmos-sdk based application */
5
+ export interface AppDescriptor {
6
+ /**
7
+ * AuthnDescriptor provides information on how to authenticate transactions on the application
8
+ * NOTE: experimental and subject to change in future releases.
9
+ */
10
+ authn?: AuthnDescriptor;
11
+ /** chain provides the chain descriptor */
12
+ chain?: ChainDescriptor;
13
+ /** codec provides metadata information regarding codec related types */
14
+ codec?: CodecDescriptor;
15
+ /** configuration provides metadata information regarding the sdk.Config type */
16
+ configuration?: ConfigurationDescriptor;
17
+ /** query_services provides metadata information regarding the available queriable endpoints */
18
+ queryServices?: QueryServicesDescriptor;
19
+ /** tx provides metadata information regarding how to send transactions to the given application */
20
+ tx?: TxDescriptor;
21
+ }
22
+ /** TxDescriptor describes the accepted transaction type */
23
+ export interface TxDescriptor {
24
+ /**
25
+ * fullname is the protobuf fullname of the raw transaction type (for instance the tx.Tx type)
26
+ * it is not meant to support polymorphism of transaction types, it is supposed to be used by
27
+ * reflection clients to understand if they can handle a specific transaction type in an application.
28
+ */
29
+ fullname: string;
30
+ /** msgs lists the accepted application messages (sdk.Msg) */
31
+ msgs: MsgDescriptor[];
32
+ }
33
+ /**
34
+ * AuthnDescriptor provides information on how to sign transactions without relying
35
+ * on the online RPCs GetTxMetadata and CombineUnsignedTxAndSignatures
36
+ */
37
+ export interface AuthnDescriptor {
38
+ /** sign_modes defines the supported signature algorithm */
39
+ signModes: SigningModeDescriptor[];
40
+ }
41
+ /**
42
+ * SigningModeDescriptor provides information on a signing flow of the application
43
+ * NOTE(fdymylja): here we could go as far as providing an entire flow on how
44
+ * to sign a message given a SigningModeDescriptor, but it's better to think about
45
+ * this another time
46
+ */
47
+ export interface SigningModeDescriptor {
48
+ /** name defines the unique name of the signing mode */
49
+ name: string;
50
+ /** number is the unique int32 identifier for the sign_mode enum */
51
+ number: number;
52
+ /**
53
+ * authn_info_provider_method_fullname defines the fullname of the method to call to get
54
+ * the metadata required to authenticate using the provided sign_modes
55
+ */
56
+ authnInfoProviderMethodFullname: string;
57
+ }
58
+ /** ChainDescriptor describes chain information of the application */
59
+ export interface ChainDescriptor {
60
+ /** id is the chain id */
61
+ id: string;
62
+ }
63
+ /** CodecDescriptor describes the registered interfaces and provides metadata information on the types */
64
+ export interface CodecDescriptor {
65
+ /** interfaces is a list of the registerted interfaces descriptors */
66
+ interfaces: InterfaceDescriptor[];
67
+ }
68
+ /** InterfaceDescriptor describes the implementation of an interface */
69
+ export interface InterfaceDescriptor {
70
+ /** fullname is the name of the interface */
71
+ fullname: string;
72
+ /**
73
+ * interface_accepting_messages contains information regarding the proto messages which contain the interface as
74
+ * google.protobuf.Any field
75
+ */
76
+ interfaceAcceptingMessages: InterfaceAcceptingMessageDescriptor[];
77
+ /** interface_implementers is a list of the descriptors of the interface implementers */
78
+ interfaceImplementers: InterfaceImplementerDescriptor[];
79
+ }
80
+ /** InterfaceImplementerDescriptor describes an interface implementer */
81
+ export interface InterfaceImplementerDescriptor {
82
+ /** fullname is the protobuf queryable name of the interface implementer */
83
+ fullname: string;
84
+ /**
85
+ * type_url defines the type URL used when marshalling the type as any
86
+ * this is required so we can provide type safe google.protobuf.Any marshalling and
87
+ * unmarshalling, making sure that we don't accept just 'any' type
88
+ * in our interface fields
89
+ */
90
+ typeUrl: string;
91
+ }
92
+ /**
93
+ * InterfaceAcceptingMessageDescriptor describes a protobuf message which contains
94
+ * an interface represented as a google.protobuf.Any
95
+ */
96
+ export interface InterfaceAcceptingMessageDescriptor {
97
+ /** fullname is the protobuf fullname of the type containing the interface */
98
+ fullname: string;
99
+ /**
100
+ * field_descriptor_names is a list of the protobuf name (not fullname) of the field
101
+ * which contains the interface as google.protobuf.Any (the interface is the same, but
102
+ * it can be in multiple fields of the same proto message)
103
+ */
104
+ fieldDescriptorNames: string[];
105
+ }
106
+ /** ConfigurationDescriptor contains metadata information on the sdk.Config */
107
+ export interface ConfigurationDescriptor {
108
+ /** bech32_account_address_prefix is the account address prefix */
109
+ bech32AccountAddressPrefix: string;
110
+ }
111
+ /** MsgDescriptor describes a cosmos-sdk message that can be delivered with a transaction */
112
+ export interface MsgDescriptor {
113
+ /** msg_type_url contains the TypeURL of a sdk.Msg. */
114
+ msgTypeUrl: string;
115
+ }
116
+ /** GetAuthnDescriptorRequest is the request used for the GetAuthnDescriptor RPC */
117
+ export interface GetAuthnDescriptorRequest {
118
+ }
119
+ /** GetAuthnDescriptorResponse is the response returned by the GetAuthnDescriptor RPC */
120
+ export interface GetAuthnDescriptorResponse {
121
+ /** authn describes how to authenticate to the application when sending transactions */
122
+ authn?: AuthnDescriptor;
123
+ }
124
+ /** GetChainDescriptorRequest is the request used for the GetChainDescriptor RPC */
125
+ export interface GetChainDescriptorRequest {
126
+ }
127
+ /** GetChainDescriptorResponse is the response returned by the GetChainDescriptor RPC */
128
+ export interface GetChainDescriptorResponse {
129
+ /** chain describes application chain information */
130
+ chain?: ChainDescriptor;
131
+ }
132
+ /** GetCodecDescriptorRequest is the request used for the GetCodecDescriptor RPC */
133
+ export interface GetCodecDescriptorRequest {
134
+ }
135
+ /** GetCodecDescriptorResponse is the response returned by the GetCodecDescriptor RPC */
136
+ export interface GetCodecDescriptorResponse {
137
+ /** codec describes the application codec such as registered interfaces and implementations */
138
+ codec?: CodecDescriptor;
139
+ }
140
+ /** GetConfigurationDescriptorRequest is the request used for the GetConfigurationDescriptor RPC */
141
+ export interface GetConfigurationDescriptorRequest {
142
+ }
143
+ /** GetConfigurationDescriptorResponse is the response returned by the GetConfigurationDescriptor RPC */
144
+ export interface GetConfigurationDescriptorResponse {
145
+ /** config describes the application's sdk.Config */
146
+ config?: ConfigurationDescriptor;
147
+ }
148
+ /** GetQueryServicesDescriptorRequest is the request used for the GetQueryServicesDescriptor RPC */
149
+ export interface GetQueryServicesDescriptorRequest {
150
+ }
151
+ /** GetQueryServicesDescriptorResponse is the response returned by the GetQueryServicesDescriptor RPC */
152
+ export interface GetQueryServicesDescriptorResponse {
153
+ /** queries provides information on the available queryable services */
154
+ queries?: QueryServicesDescriptor;
155
+ }
156
+ /** GetTxDescriptorRequest is the request used for the GetTxDescriptor RPC */
157
+ export interface GetTxDescriptorRequest {
158
+ }
159
+ /** GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC */
160
+ export interface GetTxDescriptorResponse {
161
+ /**
162
+ * tx provides information on msgs that can be forwarded to the application
163
+ * alongside the accepted transaction protobuf type
164
+ */
165
+ tx?: TxDescriptor;
166
+ }
167
+ /** QueryServicesDescriptor contains the list of cosmos-sdk queriable services */
168
+ export interface QueryServicesDescriptor {
169
+ /** query_services is a list of cosmos-sdk QueryServiceDescriptor */
170
+ queryServices: QueryServiceDescriptor[];
171
+ }
172
+ /** QueryServiceDescriptor describes a cosmos-sdk queryable service */
173
+ export interface QueryServiceDescriptor {
174
+ /** fullname is the protobuf fullname of the service descriptor */
175
+ fullname: string;
176
+ /** is_module describes if this service is actually exposed by an application's module */
177
+ isModule: boolean;
178
+ /** methods provides a list of query service methods */
179
+ methods: QueryMethodDescriptor[];
180
+ }
181
+ /**
182
+ * QueryMethodDescriptor describes a queryable method of a query service
183
+ * no other info is provided beside method name and tendermint queryable path
184
+ * because it would be redundant with the grpc reflection service
185
+ */
186
+ export interface QueryMethodDescriptor {
187
+ /** name is the protobuf name (not fullname) of the method */
188
+ name: string;
189
+ /**
190
+ * full_query_path is the path that can be used to query
191
+ * this method via tendermint abci.Query
192
+ */
193
+ fullQueryPath: string;
194
+ }
195
+ export declare const AppDescriptor: {
196
+ encode(message: AppDescriptor, writer?: _m0.Writer): _m0.Writer;
197
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): AppDescriptor;
198
+ fromJSON(object: any): AppDescriptor;
199
+ toJSON(message: AppDescriptor): unknown;
200
+ fromPartial(object: DeepPartial<AppDescriptor>): AppDescriptor;
201
+ };
202
+ export declare const TxDescriptor: {
203
+ encode(message: TxDescriptor, writer?: _m0.Writer): _m0.Writer;
204
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): TxDescriptor;
205
+ fromJSON(object: any): TxDescriptor;
206
+ toJSON(message: TxDescriptor): unknown;
207
+ fromPartial(object: DeepPartial<TxDescriptor>): TxDescriptor;
208
+ };
209
+ export declare const AuthnDescriptor: {
210
+ encode(message: AuthnDescriptor, writer?: _m0.Writer): _m0.Writer;
211
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): AuthnDescriptor;
212
+ fromJSON(object: any): AuthnDescriptor;
213
+ toJSON(message: AuthnDescriptor): unknown;
214
+ fromPartial(object: DeepPartial<AuthnDescriptor>): AuthnDescriptor;
215
+ };
216
+ export declare const SigningModeDescriptor: {
217
+ encode(message: SigningModeDescriptor, writer?: _m0.Writer): _m0.Writer;
218
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): SigningModeDescriptor;
219
+ fromJSON(object: any): SigningModeDescriptor;
220
+ toJSON(message: SigningModeDescriptor): unknown;
221
+ fromPartial(object: DeepPartial<SigningModeDescriptor>): SigningModeDescriptor;
222
+ };
223
+ export declare const ChainDescriptor: {
224
+ encode(message: ChainDescriptor, writer?: _m0.Writer): _m0.Writer;
225
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ChainDescriptor;
226
+ fromJSON(object: any): ChainDescriptor;
227
+ toJSON(message: ChainDescriptor): unknown;
228
+ fromPartial(object: DeepPartial<ChainDescriptor>): ChainDescriptor;
229
+ };
230
+ export declare const CodecDescriptor: {
231
+ encode(message: CodecDescriptor, writer?: _m0.Writer): _m0.Writer;
232
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): CodecDescriptor;
233
+ fromJSON(object: any): CodecDescriptor;
234
+ toJSON(message: CodecDescriptor): unknown;
235
+ fromPartial(object: DeepPartial<CodecDescriptor>): CodecDescriptor;
236
+ };
237
+ export declare const InterfaceDescriptor: {
238
+ encode(message: InterfaceDescriptor, writer?: _m0.Writer): _m0.Writer;
239
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): InterfaceDescriptor;
240
+ fromJSON(object: any): InterfaceDescriptor;
241
+ toJSON(message: InterfaceDescriptor): unknown;
242
+ fromPartial(object: DeepPartial<InterfaceDescriptor>): InterfaceDescriptor;
243
+ };
244
+ export declare const InterfaceImplementerDescriptor: {
245
+ encode(message: InterfaceImplementerDescriptor, writer?: _m0.Writer): _m0.Writer;
246
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): InterfaceImplementerDescriptor;
247
+ fromJSON(object: any): InterfaceImplementerDescriptor;
248
+ toJSON(message: InterfaceImplementerDescriptor): unknown;
249
+ fromPartial(object: DeepPartial<InterfaceImplementerDescriptor>): InterfaceImplementerDescriptor;
250
+ };
251
+ export declare const InterfaceAcceptingMessageDescriptor: {
252
+ encode(message: InterfaceAcceptingMessageDescriptor, writer?: _m0.Writer): _m0.Writer;
253
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): InterfaceAcceptingMessageDescriptor;
254
+ fromJSON(object: any): InterfaceAcceptingMessageDescriptor;
255
+ toJSON(message: InterfaceAcceptingMessageDescriptor): unknown;
256
+ fromPartial(object: DeepPartial<InterfaceAcceptingMessageDescriptor>): InterfaceAcceptingMessageDescriptor;
257
+ };
258
+ export declare const ConfigurationDescriptor: {
259
+ encode(message: ConfigurationDescriptor, writer?: _m0.Writer): _m0.Writer;
260
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ConfigurationDescriptor;
261
+ fromJSON(object: any): ConfigurationDescriptor;
262
+ toJSON(message: ConfigurationDescriptor): unknown;
263
+ fromPartial(object: DeepPartial<ConfigurationDescriptor>): ConfigurationDescriptor;
264
+ };
265
+ export declare const MsgDescriptor: {
266
+ encode(message: MsgDescriptor, writer?: _m0.Writer): _m0.Writer;
267
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgDescriptor;
268
+ fromJSON(object: any): MsgDescriptor;
269
+ toJSON(message: MsgDescriptor): unknown;
270
+ fromPartial(object: DeepPartial<MsgDescriptor>): MsgDescriptor;
271
+ };
272
+ export declare const GetAuthnDescriptorRequest: {
273
+ encode(_: GetAuthnDescriptorRequest, writer?: _m0.Writer): _m0.Writer;
274
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetAuthnDescriptorRequest;
275
+ fromJSON(_: any): GetAuthnDescriptorRequest;
276
+ toJSON(_: GetAuthnDescriptorRequest): unknown;
277
+ fromPartial(_: DeepPartial<GetAuthnDescriptorRequest>): GetAuthnDescriptorRequest;
278
+ };
279
+ export declare const GetAuthnDescriptorResponse: {
280
+ encode(message: GetAuthnDescriptorResponse, writer?: _m0.Writer): _m0.Writer;
281
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetAuthnDescriptorResponse;
282
+ fromJSON(object: any): GetAuthnDescriptorResponse;
283
+ toJSON(message: GetAuthnDescriptorResponse): unknown;
284
+ fromPartial(object: DeepPartial<GetAuthnDescriptorResponse>): GetAuthnDescriptorResponse;
285
+ };
286
+ export declare const GetChainDescriptorRequest: {
287
+ encode(_: GetChainDescriptorRequest, writer?: _m0.Writer): _m0.Writer;
288
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetChainDescriptorRequest;
289
+ fromJSON(_: any): GetChainDescriptorRequest;
290
+ toJSON(_: GetChainDescriptorRequest): unknown;
291
+ fromPartial(_: DeepPartial<GetChainDescriptorRequest>): GetChainDescriptorRequest;
292
+ };
293
+ export declare const GetChainDescriptorResponse: {
294
+ encode(message: GetChainDescriptorResponse, writer?: _m0.Writer): _m0.Writer;
295
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetChainDescriptorResponse;
296
+ fromJSON(object: any): GetChainDescriptorResponse;
297
+ toJSON(message: GetChainDescriptorResponse): unknown;
298
+ fromPartial(object: DeepPartial<GetChainDescriptorResponse>): GetChainDescriptorResponse;
299
+ };
300
+ export declare const GetCodecDescriptorRequest: {
301
+ encode(_: GetCodecDescriptorRequest, writer?: _m0.Writer): _m0.Writer;
302
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetCodecDescriptorRequest;
303
+ fromJSON(_: any): GetCodecDescriptorRequest;
304
+ toJSON(_: GetCodecDescriptorRequest): unknown;
305
+ fromPartial(_: DeepPartial<GetCodecDescriptorRequest>): GetCodecDescriptorRequest;
306
+ };
307
+ export declare const GetCodecDescriptorResponse: {
308
+ encode(message: GetCodecDescriptorResponse, writer?: _m0.Writer): _m0.Writer;
309
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetCodecDescriptorResponse;
310
+ fromJSON(object: any): GetCodecDescriptorResponse;
311
+ toJSON(message: GetCodecDescriptorResponse): unknown;
312
+ fromPartial(object: DeepPartial<GetCodecDescriptorResponse>): GetCodecDescriptorResponse;
313
+ };
314
+ export declare const GetConfigurationDescriptorRequest: {
315
+ encode(_: GetConfigurationDescriptorRequest, writer?: _m0.Writer): _m0.Writer;
316
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetConfigurationDescriptorRequest;
317
+ fromJSON(_: any): GetConfigurationDescriptorRequest;
318
+ toJSON(_: GetConfigurationDescriptorRequest): unknown;
319
+ fromPartial(_: DeepPartial<GetConfigurationDescriptorRequest>): GetConfigurationDescriptorRequest;
320
+ };
321
+ export declare const GetConfigurationDescriptorResponse: {
322
+ encode(message: GetConfigurationDescriptorResponse, writer?: _m0.Writer): _m0.Writer;
323
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetConfigurationDescriptorResponse;
324
+ fromJSON(object: any): GetConfigurationDescriptorResponse;
325
+ toJSON(message: GetConfigurationDescriptorResponse): unknown;
326
+ fromPartial(object: DeepPartial<GetConfigurationDescriptorResponse>): GetConfigurationDescriptorResponse;
327
+ };
328
+ export declare const GetQueryServicesDescriptorRequest: {
329
+ encode(_: GetQueryServicesDescriptorRequest, writer?: _m0.Writer): _m0.Writer;
330
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetQueryServicesDescriptorRequest;
331
+ fromJSON(_: any): GetQueryServicesDescriptorRequest;
332
+ toJSON(_: GetQueryServicesDescriptorRequest): unknown;
333
+ fromPartial(_: DeepPartial<GetQueryServicesDescriptorRequest>): GetQueryServicesDescriptorRequest;
334
+ };
335
+ export declare const GetQueryServicesDescriptorResponse: {
336
+ encode(message: GetQueryServicesDescriptorResponse, writer?: _m0.Writer): _m0.Writer;
337
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetQueryServicesDescriptorResponse;
338
+ fromJSON(object: any): GetQueryServicesDescriptorResponse;
339
+ toJSON(message: GetQueryServicesDescriptorResponse): unknown;
340
+ fromPartial(object: DeepPartial<GetQueryServicesDescriptorResponse>): GetQueryServicesDescriptorResponse;
341
+ };
342
+ export declare const GetTxDescriptorRequest: {
343
+ encode(_: GetTxDescriptorRequest, writer?: _m0.Writer): _m0.Writer;
344
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetTxDescriptorRequest;
345
+ fromJSON(_: any): GetTxDescriptorRequest;
346
+ toJSON(_: GetTxDescriptorRequest): unknown;
347
+ fromPartial(_: DeepPartial<GetTxDescriptorRequest>): GetTxDescriptorRequest;
348
+ };
349
+ export declare const GetTxDescriptorResponse: {
350
+ encode(message: GetTxDescriptorResponse, writer?: _m0.Writer): _m0.Writer;
351
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GetTxDescriptorResponse;
352
+ fromJSON(object: any): GetTxDescriptorResponse;
353
+ toJSON(message: GetTxDescriptorResponse): unknown;
354
+ fromPartial(object: DeepPartial<GetTxDescriptorResponse>): GetTxDescriptorResponse;
355
+ };
356
+ export declare const QueryServicesDescriptor: {
357
+ encode(message: QueryServicesDescriptor, writer?: _m0.Writer): _m0.Writer;
358
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryServicesDescriptor;
359
+ fromJSON(object: any): QueryServicesDescriptor;
360
+ toJSON(message: QueryServicesDescriptor): unknown;
361
+ fromPartial(object: DeepPartial<QueryServicesDescriptor>): QueryServicesDescriptor;
362
+ };
363
+ export declare const QueryServiceDescriptor: {
364
+ encode(message: QueryServiceDescriptor, writer?: _m0.Writer): _m0.Writer;
365
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryServiceDescriptor;
366
+ fromJSON(object: any): QueryServiceDescriptor;
367
+ toJSON(message: QueryServiceDescriptor): unknown;
368
+ fromPartial(object: DeepPartial<QueryServiceDescriptor>): QueryServiceDescriptor;
369
+ };
370
+ export declare const QueryMethodDescriptor: {
371
+ encode(message: QueryMethodDescriptor, writer?: _m0.Writer): _m0.Writer;
372
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryMethodDescriptor;
373
+ fromJSON(object: any): QueryMethodDescriptor;
374
+ toJSON(message: QueryMethodDescriptor): unknown;
375
+ fromPartial(object: DeepPartial<QueryMethodDescriptor>): QueryMethodDescriptor;
376
+ };
377
+ /** ReflectionService defines a service for application reflection. */
378
+ export interface ReflectionService {
379
+ /**
380
+ * GetAuthnDescriptor returns information on how to authenticate transactions in the application
381
+ * NOTE: this RPC is still experimental and might be subject to breaking changes or removal in
382
+ * future releases of the cosmos-sdk.
383
+ */
384
+ GetAuthnDescriptor(request: GetAuthnDescriptorRequest): Promise<GetAuthnDescriptorResponse>;
385
+ /** GetChainDescriptor returns the description of the chain */
386
+ GetChainDescriptor(request: GetChainDescriptorRequest): Promise<GetChainDescriptorResponse>;
387
+ /** GetCodecDescriptor returns the descriptor of the codec of the application */
388
+ GetCodecDescriptor(request: GetCodecDescriptorRequest): Promise<GetCodecDescriptorResponse>;
389
+ /** GetConfigurationDescriptor returns the descriptor for the sdk.Config of the application */
390
+ GetConfigurationDescriptor(request: GetConfigurationDescriptorRequest): Promise<GetConfigurationDescriptorResponse>;
391
+ /** GetQueryServicesDescriptor returns the available gRPC queryable services of the application */
392
+ GetQueryServicesDescriptor(request: GetQueryServicesDescriptorRequest): Promise<GetQueryServicesDescriptorResponse>;
393
+ /** GetTxDescriptor returns information on the used transaction object and available msgs that can be used */
394
+ GetTxDescriptor(request: GetTxDescriptorRequest): Promise<GetTxDescriptorResponse>;
395
+ }
396
+ export declare class ReflectionServiceClientImpl implements ReflectionService {
397
+ private readonly rpc;
398
+ constructor(rpc: Rpc);
399
+ GetAuthnDescriptor(request: GetAuthnDescriptorRequest): Promise<GetAuthnDescriptorResponse>;
400
+ GetChainDescriptor(request: GetChainDescriptorRequest): Promise<GetChainDescriptorResponse>;
401
+ GetCodecDescriptor(request: GetCodecDescriptorRequest): Promise<GetCodecDescriptorResponse>;
402
+ GetConfigurationDescriptor(request: GetConfigurationDescriptorRequest): Promise<GetConfigurationDescriptorResponse>;
403
+ GetQueryServicesDescriptor(request: GetQueryServicesDescriptorRequest): Promise<GetQueryServicesDescriptorResponse>;
404
+ GetTxDescriptor(request: GetTxDescriptorRequest): Promise<GetTxDescriptorResponse>;
405
+ }
406
+ interface Rpc {
407
+ request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
408
+ }
409
+ declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
410
+ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
411
+ [K in keyof T]?: DeepPartial<T[K]>;
412
+ } : Partial<T>;
413
+ export {};
414
+ //# sourceMappingURL=reflection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reflection.d.ts","sourceRoot":"","sources":["../../../../../../src/codec/cosmos/base/reflection/v2alpha1/reflection.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,GAAG,MAAM,oBAAoB,CAAC;AAErC,eAAO,MAAM,eAAe,oCAAoC,CAAC;AAEjE,6DAA6D;AAC7D,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,0CAA0C;IAC1C,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,wEAAwE;IACxE,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,gFAAgF;IAChF,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,+FAA+F;IAC/F,aAAa,CAAC,EAAE,uBAAuB,CAAC;IACxC,mGAAmG;IACnG,EAAE,CAAC,EAAE,YAAY,CAAC;CACnB;AAED,2DAA2D;AAC3D,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,6DAA6D;IAC7D,IAAI,EAAE,aAAa,EAAE,CAAC;CACvB;AAED;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC9B,2DAA2D;IAC3D,SAAS,EAAE,qBAAqB,EAAE,CAAC;CACpC;AAED;;;;;GAKG;AACH,MAAM,WAAW,qBAAqB;IACpC,uDAAuD;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,mEAAmE;IACnE,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,+BAA+B,EAAE,MAAM,CAAC;CACzC;AAED,qEAAqE;AACrE,MAAM,WAAW,eAAe;IAC9B,yBAAyB;IACzB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,yGAAyG;AACzG,MAAM,WAAW,eAAe;IAC9B,qEAAqE;IACrE,UAAU,EAAE,mBAAmB,EAAE,CAAC;CACnC;AAED,uEAAuE;AACvE,MAAM,WAAW,mBAAmB;IAClC,4CAA4C;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,0BAA0B,EAAE,mCAAmC,EAAE,CAAC;IAClE,wFAAwF;IACxF,qBAAqB,EAAE,8BAA8B,EAAE,CAAC;CACzD;AAED,wEAAwE;AACxE,MAAM,WAAW,8BAA8B;IAC7C,2EAA2E;IAC3E,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;OAKG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,mCAAmC;IAClD,6EAA6E;IAC7E,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,EAAE,CAAC;CAChC;AAED,8EAA8E;AAC9E,MAAM,WAAW,uBAAuB;IACtC,kEAAkE;IAClE,0BAA0B,EAAE,MAAM,CAAC;CACpC;AAED,4FAA4F;AAC5F,MAAM,WAAW,aAAa;IAC5B,sDAAsD;IACtD,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,mFAAmF;AACnF,MAAM,WAAW,yBAAyB;CAAG;AAE7C,wFAAwF;AACxF,MAAM,WAAW,0BAA0B;IACzC,uFAAuF;IACvF,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB;AAED,mFAAmF;AACnF,MAAM,WAAW,yBAAyB;CAAG;AAE7C,wFAAwF;AACxF,MAAM,WAAW,0BAA0B;IACzC,oDAAoD;IACpD,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB;AAED,mFAAmF;AACnF,MAAM,WAAW,yBAAyB;CAAG;AAE7C,wFAAwF;AACxF,MAAM,WAAW,0BAA0B;IACzC,8FAA8F;IAC9F,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB;AAED,mGAAmG;AACnG,MAAM,WAAW,iCAAiC;CAAG;AAErD,wGAAwG;AACxG,MAAM,WAAW,kCAAkC;IACjD,oDAAoD;IACpD,MAAM,CAAC,EAAE,uBAAuB,CAAC;CAClC;AAED,mGAAmG;AACnG,MAAM,WAAW,iCAAiC;CAAG;AAErD,wGAAwG;AACxG,MAAM,WAAW,kCAAkC;IACjD,uEAAuE;IACvE,OAAO,CAAC,EAAE,uBAAuB,CAAC;CACnC;AAED,6EAA6E;AAC7E,MAAM,WAAW,sBAAsB;CAAG;AAE1C,kFAAkF;AAClF,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,EAAE,CAAC,EAAE,YAAY,CAAC;CACnB;AAED,iFAAiF;AACjF,MAAM,WAAW,uBAAuB;IACtC,oEAAoE;IACpE,aAAa,EAAE,sBAAsB,EAAE,CAAC;CACzC;AAED,sEAAsE;AACtE,MAAM,WAAW,sBAAsB;IACrC,kEAAkE;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,yFAAyF;IACzF,QAAQ,EAAE,OAAO,CAAC;IAClB,uDAAuD;IACvD,OAAO,EAAE,qBAAqB,EAAE,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC,6DAA6D;IAC7D,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB;AAID,eAAO,MAAM,aAAa;oBAEb,aAAa,WACd,IAAI,MAAM,GACjB,IAAI,MAAM;kBA4BC,IAAI,MAAM,GAAG,UAAU,gCAAoB,aAAa;qBAuCrD,GAAG,GAAG,aAAa;oBA6BpB,aAAa,GAAG,OAAO;wBA2BnB,YAAY,aAAa,CAAC,GAAG,aAAa;CA4B/D,CAAC;AAIF,eAAO,MAAM,YAAY;oBAEZ,YAAY,WACb,IAAI,MAAM,GACjB,IAAI,MAAM;kBAUC,IAAI,MAAM,GAAG,UAAU,gCAAoB,YAAY;qBAsBpD,GAAG,GAAG,YAAY;oBAYnB,YAAY,GAAG,OAAO;wBAalB,YAAY,YAAY,CAAC,GAAG,YAAY;CAM7D,CAAC;AAIF,eAAO,MAAM,eAAe;oBAEf,eAAe,WAChB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAOC,IAAI,MAAM,GAAG,UAAU,gCAAoB,eAAe;qBAqBvD,GAAG,GAAG,eAAe;oBAQtB,eAAe,GAAG,OAAO;wBAYrB,YAAY,eAAe,CAAC,GAAG,eAAe;CAOnE,CAAC;AAQF,eAAO,MAAM,qBAAqB;oBAErB,qBAAqB,WACtB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAcJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,qBAAqB;qBAwBP,GAAG,GAAG,qBAAqB;oBAkB5B,qBAAqB,GAAG,OAAO;wBAWrC,YAAY,qBAAqB,CAAC,GACzC,qBAAqB;CAQzB,CAAC;AAIF,eAAO,MAAM,eAAe;oBAEf,eAAe,WAChB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAOC,IAAI,MAAM,GAAG,UAAU,gCAAoB,eAAe;qBAkBvD,GAAG,GAAG,eAAe;oBAOtB,eAAe,GAAG,OAAO;wBAMrB,YAAY,eAAe,CAAC,GAAG,eAAe;CAKnE,CAAC;AAIF,eAAO,MAAM,eAAe;oBAEf,eAAe,WAChB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAOC,IAAI,MAAM,GAAG,UAAU,gCAAoB,eAAe;qBAqBvD,GAAG,GAAG,eAAe;oBAQtB,eAAe,GAAG,OAAO;wBAYrB,YAAY,eAAe,CAAC,GAAG,eAAe;CAOnE,CAAC;AAIF,eAAO,MAAM,mBAAmB;oBAEnB,mBAAmB,WACpB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAmBC,IAAI,MAAM,GAAG,UAAU,gCAAoB,mBAAmB;qBA8B3D,GAAG,GAAG,mBAAmB;oBAe1B,mBAAmB,GAAG,OAAO;wBAoBzB,YAAY,mBAAmB,CAAC,GAAG,mBAAmB;CAW3E,CAAC;AAOF,eAAO,MAAM,8BAA8B;oBAE9B,8BAA8B,WAC/B,IAAI,MAAM,GACjB,IAAI,MAAM;kBAWJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,8BAA8B;qBAuBhB,GAAG,GAAG,8BAA8B;oBAerC,8BAA8B,GAAG,OAAO;wBAQ9C,YAAY,8BAA8B,CAAC,GAClD,8BAA8B;CAQlC,CAAC;AAOF,eAAO,MAAM,mCAAmC;oBAEnC,mCAAmC,WACpC,IAAI,MAAM,GACjB,IAAI,MAAM;kBAWJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,mCAAmC;qBAwBrB,GAAG,GAAG,mCAAmC;oBAc1C,mCAAmC,GAAG,OAAO;wBAYnD,YAAY,mCAAmC,CAAC,GACvD,mCAAmC;CAUvC,CAAC;AAIF,eAAO,MAAM,uBAAuB;oBAEvB,uBAAuB,WACxB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAQJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,uBAAuB;qBAoBT,GAAG,GAAG,uBAAuB;oBAY9B,uBAAuB,GAAG,OAAO;wBAQvC,YAAY,uBAAuB,CAAC,GAC3C,uBAAuB;CAQ3B,CAAC;AAIF,eAAO,MAAM,aAAa;oBAEb,aAAa,WACd,IAAI,MAAM,GACjB,IAAI,MAAM;kBAOC,IAAI,MAAM,GAAG,UAAU,gCAAoB,aAAa;qBAkBrD,GAAG,GAAG,aAAa;oBASpB,aAAa,GAAG,OAAO;wBAMnB,YAAY,aAAa,CAAC,GAAG,aAAa;CAK/D,CAAC;AAIF,eAAO,MAAM,yBAAyB;cAE/B,yBAAyB,WACpB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAKJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,yBAAyB;gBAiBhB,GAAG,GAAG,yBAAyB;cAOjC,yBAAyB,GAAG,OAAO;mBAMxC,YAAY,yBAAyB,CAAC,GACxC,yBAAyB;CAM7B,CAAC;AAIF,eAAO,MAAM,0BAA0B;oBAE1B,0BAA0B,WAC3B,IAAI,MAAM,GACjB,IAAI,MAAM;kBAQJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,0BAA0B;qBAoBZ,GAAG,GAAG,0BAA0B;oBAWjC,0BAA0B,GAAG,OAAO;wBAU1C,YAAY,0BAA0B,CAAC,GAC9C,0BAA0B;CAU9B,CAAC;AAIF,eAAO,MAAM,yBAAyB;cAE/B,yBAAyB,WACpB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAKJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,yBAAyB;gBAiBhB,GAAG,GAAG,yBAAyB;cAOjC,yBAAyB,GAAG,OAAO;mBAMxC,YAAY,yBAAyB,CAAC,GACxC,yBAAyB;CAM7B,CAAC;AAIF,eAAO,MAAM,0BAA0B;oBAE1B,0BAA0B,WAC3B,IAAI,MAAM,GACjB,IAAI,MAAM;kBAQJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,0BAA0B;qBAoBZ,GAAG,GAAG,0BAA0B;oBAWjC,0BAA0B,GAAG,OAAO;wBAU1C,YAAY,0BAA0B,CAAC,GAC9C,0BAA0B;CAU9B,CAAC;AAIF,eAAO,MAAM,yBAAyB;cAE/B,yBAAyB,WACpB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAKJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,yBAAyB;gBAiBhB,GAAG,GAAG,yBAAyB;cAOjC,yBAAyB,GAAG,OAAO;mBAMxC,YAAY,yBAAyB,CAAC,GACxC,yBAAyB;CAM7B,CAAC;AAIF,eAAO,MAAM,0BAA0B;oBAE1B,0BAA0B,WAC3B,IAAI,MAAM,GACjB,IAAI,MAAM;kBAQJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,0BAA0B;qBAoBZ,GAAG,GAAG,0BAA0B;oBAWjC,0BAA0B,GAAG,OAAO;wBAU1C,YAAY,0BAA0B,CAAC,GAC9C,0BAA0B;CAU9B,CAAC;AAIF,eAAO,MAAM,iCAAiC;cAEvC,iCAAiC,WAC5B,IAAI,MAAM,GACjB,IAAI,MAAM;kBAKJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,iCAAiC;gBAiBxB,GAAG,GAAG,iCAAiC;cAOzC,iCAAiC,GAAG,OAAO;mBAMhD,YAAY,iCAAiC,CAAC,GAChD,iCAAiC;CAMrC,CAAC;AAIF,eAAO,MAAM,kCAAkC;oBAElC,kCAAkC,WACnC,IAAI,MAAM,GACjB,IAAI,MAAM;kBAWJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,kCAAkC;qBAuBpB,GAAG,GAAG,kCAAkC;oBAWzC,kCAAkC,GAAG,OAAO;wBAUlD,YAAY,kCAAkC,CAAC,GACtD,kCAAkC;CAUtC,CAAC;AAIF,eAAO,MAAM,iCAAiC;cAEvC,iCAAiC,WAC5B,IAAI,MAAM,GACjB,IAAI,MAAM;kBAKJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,iCAAiC;gBAiBxB,GAAG,GAAG,iCAAiC;cAOzC,iCAAiC,GAAG,OAAO;mBAMhD,YAAY,iCAAiC,CAAC,GAChD,iCAAiC;CAMrC,CAAC;AAIF,eAAO,MAAM,kCAAkC;oBAElC,kCAAkC,WACnC,IAAI,MAAM,GACjB,IAAI,MAAM;kBAWJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,kCAAkC;qBAuBpB,GAAG,GAAG,kCAAkC;oBAWzC,kCAAkC,GAAG,OAAO;wBAUlD,YAAY,kCAAkC,CAAC,GACtD,kCAAkC;CAUtC,CAAC;AAIF,eAAO,MAAM,sBAAsB;cAE5B,sBAAsB,WACjB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAKJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,sBAAsB;gBAeb,GAAG,GAAG,sBAAsB;cAK9B,sBAAsB,GAAG,OAAO;mBAK3B,YAAY,sBAAsB,CAAC,GAAG,sBAAsB;CAI5E,CAAC;AAIF,eAAO,MAAM,uBAAuB;oBAEvB,uBAAuB,WACxB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAQJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,uBAAuB;qBAoBT,GAAG,GAAG,uBAAuB;oBAW9B,uBAAuB,GAAG,OAAO;wBAQvC,YAAY,uBAAuB,CAAC,GAC3C,uBAAuB;CAU3B,CAAC;AAIF,eAAO,MAAM,uBAAuB;oBAEvB,uBAAuB,WACxB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAQJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,uBAAuB;qBAuBT,GAAG,GAAG,uBAAuB;oBAU9B,uBAAuB,GAAG,OAAO;wBAavC,YAAY,uBAAuB,CAAC,GAC3C,uBAAuB;CAS3B,CAAC;AAIF,eAAO,MAAM,sBAAsB;oBAEtB,sBAAsB,WACvB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAcJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,sBAAsB;qBA2BR,GAAG,GAAG,sBAAsB;oBAgB7B,sBAAsB,GAAG,OAAO;wBAetC,YAAY,sBAAsB,CAAC,GAC1C,sBAAsB;CAS1B,CAAC;AAIF,eAAO,MAAM,qBAAqB;oBAErB,qBAAqB,WACtB,IAAI,MAAM,GACjB,IAAI,MAAM;kBAWJ,IAAI,MAAM,GAAG,UAAU,gCAE7B,qBAAqB;qBAqBP,GAAG,GAAG,qBAAqB;oBAa5B,qBAAqB,GAAG,OAAO;wBASrC,YAAY,qBAAqB,CAAC,GACzC,qBAAqB;CAMzB,CAAC;AAEF,sEAAsE;AACtE,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,kBAAkB,CAChB,OAAO,EAAE,yBAAyB,GACjC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC,8DAA8D;IAC9D,kBAAkB,CAChB,OAAO,EAAE,yBAAyB,GACjC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC,gFAAgF;IAChF,kBAAkB,CAChB,OAAO,EAAE,yBAAyB,GACjC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC,8FAA8F;IAC9F,0BAA0B,CACxB,OAAO,EAAE,iCAAiC,GACzC,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C,kGAAkG;IAClG,0BAA0B,CACxB,OAAO,EAAE,iCAAiC,GACzC,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C,6GAA6G;IAC7G,eAAe,CACb,OAAO,EAAE,sBAAsB,GAC9B,OAAO,CAAC,uBAAuB,CAAC,CAAC;CACrC;AAED,qBAAa,2BAA4B,YAAW,iBAAiB;IACnE,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAM;gBACd,GAAG,EAAE,GAAG;IAWpB,kBAAkB,CAChB,OAAO,EAAE,yBAAyB,GACjC,OAAO,CAAC,0BAA0B,CAAC;IAYtC,kBAAkB,CAChB,OAAO,EAAE,yBAAyB,GACjC,OAAO,CAAC,0BAA0B,CAAC;IAYtC,kBAAkB,CAChB,OAAO,EAAE,yBAAyB,GACjC,OAAO,CAAC,0BAA0B,CAAC;IAYtC,0BAA0B,CACxB,OAAO,EAAE,iCAAiC,GACzC,OAAO,CAAC,kCAAkC,CAAC;IAY9C,0BAA0B,CACxB,OAAO,EAAE,iCAAiC,GACzC,OAAO,CAAC,kCAAkC,CAAC;IAY9C,eAAe,CACb,OAAO,EAAE,sBAAsB,GAC9B,OAAO,CAAC,uBAAuB,CAAC;CAWpC;AAED,UAAU,GAAG;IACX,OAAO,CACL,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,UAAU,GACf,OAAO,CAAC,UAAU,CAAC,CAAC;CACxB;AAED,aAAK,OAAO,GACR,IAAI,GACJ,QAAQ,GACR,UAAU,GACV,MAAM,GACN,MAAM,GACN,OAAO,GACP,SAAS,CAAC;AACd,oBAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,GAC1C,CAAC,GACD,CAAC,SAAS,IAAI,GACd,MAAM,GAAG,MAAM,GAAG,IAAI,GACtB,CAAC,SAAS,KAAK,CAAC,MAAM,CAAC,CAAC,GACxB,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GACrB,CAAC,SAAS,aAAa,CAAC,MAAM,CAAC,CAAC,GAChC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAC7B,CAAC,SAAS,EAAE,GACZ;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAAE,GACtC,OAAO,CAAC,CAAC,CAAC,CAAC"}