carbon-js-sdk 0.8.0 → 0.8.2

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 (510) hide show
  1. package/lib/CarbonSDK.js +8 -4
  2. package/lib/clients/BatchQueryClient.js +4 -4
  3. package/lib/clients/CarbonQueryClient.js +1 -1
  4. package/lib/clients/ETHClient.js +15 -15
  5. package/lib/clients/HydrogenClient.js +1 -1
  6. package/lib/clients/InsightsQueryClient.js +3 -3
  7. package/lib/clients/NEOClient.js +12 -8
  8. package/lib/clients/TokenClient.js +2 -2
  9. package/lib/clients/ZILClient.js +17 -17
  10. package/lib/codec/Switcheo/carbon/adl/genesis.d.ts +3 -3
  11. package/lib/codec/Switcheo/carbon/admin/genesis.d.ts +3 -3
  12. package/lib/codec/Switcheo/carbon/admin/query.d.ts +6 -6
  13. package/lib/codec/Switcheo/carbon/admin/tx.d.ts +6 -6
  14. package/lib/codec/Switcheo/carbon/bank/event.d.ts +7 -7
  15. package/lib/codec/Switcheo/carbon/bank/genesis.d.ts +3 -3
  16. package/lib/codec/Switcheo/carbon/bank/query.d.ts +6 -6
  17. package/lib/codec/Switcheo/carbon/book/book.d.ts +6 -6
  18. package/lib/codec/Switcheo/carbon/book/event.d.ts +5 -5
  19. package/lib/codec/Switcheo/carbon/book/genesis.d.ts +3 -3
  20. package/lib/codec/Switcheo/carbon/book/legacy.d.ts +3 -3
  21. package/lib/codec/Switcheo/carbon/book/query.d.ts +12 -12
  22. package/lib/codec/Switcheo/carbon/broker/amm.d.ts +5 -5
  23. package/lib/codec/Switcheo/carbon/broker/candlestick.d.ts +3 -3
  24. package/lib/codec/Switcheo/carbon/broker/event.d.ts +4 -4
  25. package/lib/codec/Switcheo/carbon/broker/genesis.d.ts +3 -3
  26. package/lib/codec/Switcheo/carbon/broker/incoming_liquidations.d.ts +3 -3
  27. package/lib/codec/Switcheo/carbon/broker/pagination.d.ts +3 -3
  28. package/lib/codec/Switcheo/carbon/broker/query.d.ts +8 -8
  29. package/lib/codec/Switcheo/carbon/broker/tx.d.ts +5 -5
  30. package/lib/codec/Switcheo/carbon/btcx/denom_cross_chain_info.d.ts +3 -3
  31. package/lib/codec/Switcheo/carbon/btcx/denom_info.d.ts +3 -3
  32. package/lib/codec/Switcheo/carbon/btcx/genesis.d.ts +3 -3
  33. package/lib/codec/Switcheo/carbon/btcx/query.d.ts +6 -6
  34. package/lib/codec/Switcheo/carbon/btcx/tx.d.ts +8 -8
  35. package/lib/codec/Switcheo/carbon/ccm/ccm.d.ts +3 -3
  36. package/lib/codec/Switcheo/carbon/ccm/genesis.d.ts +7 -7
  37. package/lib/codec/Switcheo/carbon/ccm/query.d.ts +4 -4
  38. package/lib/codec/Switcheo/carbon/ccm/tx.d.ts +10 -10
  39. package/lib/codec/Switcheo/carbon/cdp/asset_params.d.ts +5 -5
  40. package/lib/codec/Switcheo/carbon/cdp/cdp_liquidations.d.ts +3 -3
  41. package/lib/codec/Switcheo/carbon/cdp/debt_info.d.ts +3 -3
  42. package/lib/codec/Switcheo/carbon/cdp/e_mode_category.d.ts +3 -3
  43. package/lib/codec/Switcheo/carbon/cdp/event.d.ts +36 -36
  44. package/lib/codec/Switcheo/carbon/cdp/genesis.d.ts +10 -10
  45. package/lib/codec/Switcheo/carbon/cdp/params.d.ts +3 -3
  46. package/lib/codec/Switcheo/carbon/cdp/query.d.ts +53 -53
  47. package/lib/codec/Switcheo/carbon/cdp/rate_strategy_params.d.ts +3 -3
  48. package/lib/codec/Switcheo/carbon/cdp/reward_scheme.d.ts +6 -6
  49. package/lib/codec/Switcheo/carbon/cdp/stablecoin_debt_info.d.ts +3 -3
  50. package/lib/codec/Switcheo/carbon/cdp/stablecoin_interest_info.d.ts +3 -3
  51. package/lib/codec/Switcheo/carbon/cdp/tx.d.ts +89 -89
  52. package/lib/codec/Switcheo/carbon/coin/bridge.d.ts +3 -3
  53. package/lib/codec/Switcheo/carbon/coin/event.d.ts +14 -14
  54. package/lib/codec/Switcheo/carbon/coin/genesis.d.ts +4 -4
  55. package/lib/codec/Switcheo/carbon/coin/group.d.ts +5 -5
  56. package/lib/codec/Switcheo/carbon/coin/proposal.d.ts +3 -3
  57. package/lib/codec/Switcheo/carbon/coin/query.d.ts +26 -26
  58. package/lib/codec/Switcheo/carbon/coin/token.d.ts +9 -9
  59. package/lib/codec/Switcheo/carbon/coin/tx.d.ts +48 -48
  60. package/lib/codec/Switcheo/carbon/erc20/erc20.d.ts +3 -3
  61. package/lib/codec/Switcheo/carbon/erc20/events.d.ts +6 -6
  62. package/lib/codec/Switcheo/carbon/erc20/genesis.d.ts +4 -4
  63. package/lib/codec/Switcheo/carbon/erc20/query.d.ts +8 -8
  64. package/lib/codec/Switcheo/carbon/erc20/tx.d.ts +16 -16
  65. package/lib/codec/Switcheo/carbon/evmbank/genesis.d.ts +4 -4
  66. package/lib/codec/Switcheo/carbon/evmbank/query.d.ts +4 -4
  67. package/lib/codec/Switcheo/carbon/evmcontract/evm_hooks.d.ts +7 -7
  68. package/lib/codec/Switcheo/carbon/evmcontract/genesis.d.ts +3 -3
  69. package/lib/codec/Switcheo/carbon/evmcontract/params.d.ts +3 -3
  70. package/lib/codec/Switcheo/carbon/evmcontract/query.d.ts +10 -10
  71. package/lib/codec/Switcheo/carbon/evmcontract/tx.d.ts +10 -10
  72. package/lib/codec/Switcheo/carbon/evmmerge/address.d.ts +3 -3
  73. package/lib/codec/Switcheo/carbon/evmmerge/event.d.ts +3 -3
  74. package/lib/codec/Switcheo/carbon/evmmerge/genesis.d.ts +5 -5
  75. package/lib/codec/Switcheo/carbon/evmmerge/offchain.d.ts +3 -3
  76. package/lib/codec/Switcheo/carbon/evmmerge/query.d.ts +6 -6
  77. package/lib/codec/Switcheo/carbon/evmmerge/tx.d.ts +4 -4
  78. package/lib/codec/Switcheo/carbon/fee/event.d.ts +3 -3
  79. package/lib/codec/Switcheo/carbon/fee/fee.d.ts +5 -5
  80. package/lib/codec/Switcheo/carbon/fee/genesis.d.ts +3 -3
  81. package/lib/codec/Switcheo/carbon/fee/proposal.d.ts +6 -6
  82. package/lib/codec/Switcheo/carbon/fee/query.d.ts +10 -10
  83. package/lib/codec/Switcheo/carbon/fee/tx.d.ts +10 -10
  84. package/lib/codec/Switcheo/carbon/headersync/consensus_peers.d.ts +7 -7
  85. package/lib/codec/Switcheo/carbon/headersync/genesis.d.ts +7 -7
  86. package/lib/codec/Switcheo/carbon/headersync/query.d.ts +6 -6
  87. package/lib/codec/Switcheo/carbon/headersync/tx.d.ts +6 -6
  88. package/lib/codec/Switcheo/carbon/inflation/genesis.d.ts +3 -3
  89. package/lib/codec/Switcheo/carbon/inflation/inflation.d.ts +3 -3
  90. package/lib/codec/Switcheo/carbon/inflation/query.d.ts +4 -4
  91. package/lib/codec/Switcheo/carbon/insurance/event.d.ts +3 -3
  92. package/lib/codec/Switcheo/carbon/insurance/fund.d.ts +4 -4
  93. package/lib/codec/Switcheo/carbon/insurance/genesis.d.ts +3 -3
  94. package/lib/codec/Switcheo/carbon/insurance/query.d.ts +4 -4
  95. package/lib/codec/Switcheo/carbon/insurance/tx.d.ts +4 -4
  96. package/lib/codec/Switcheo/carbon/leverage/event.d.ts +3 -3
  97. package/lib/codec/Switcheo/carbon/leverage/genesis.d.ts +3 -3
  98. package/lib/codec/Switcheo/carbon/leverage/leverage.d.ts +4 -4
  99. package/lib/codec/Switcheo/carbon/leverage/query.d.ts +6 -6
  100. package/lib/codec/Switcheo/carbon/leverage/tx.d.ts +4 -4
  101. package/lib/codec/Switcheo/carbon/liquidation/genesis.d.ts +4 -4
  102. package/lib/codec/Switcheo/carbon/liquidation/liquidation.d.ts +3 -3
  103. package/lib/codec/Switcheo/carbon/liquidation/outstanding_position.d.ts +4 -4
  104. package/lib/codec/Switcheo/carbon/liquidation/query.d.ts +4 -4
  105. package/lib/codec/Switcheo/carbon/liquidation/quote_changes.d.ts +3 -3
  106. package/lib/codec/Switcheo/carbon/liquiditypool/event.d.ts +15 -15
  107. package/lib/codec/Switcheo/carbon/liquiditypool/genesis.d.ts +3 -3
  108. package/lib/codec/Switcheo/carbon/liquiditypool/liquiditypool.d.ts +13 -13
  109. package/lib/codec/Switcheo/carbon/liquiditypool/proposal.d.ts +11 -11
  110. package/lib/codec/Switcheo/carbon/liquiditypool/query.d.ts +31 -31
  111. package/lib/codec/Switcheo/carbon/liquiditypool/reward.d.ts +18 -18
  112. package/lib/codec/Switcheo/carbon/liquiditypool/tx.d.ts +41 -41
  113. package/lib/codec/Switcheo/carbon/lockproxy/event.d.ts +4 -4
  114. package/lib/codec/Switcheo/carbon/lockproxy/genesis.d.ts +6 -6
  115. package/lib/codec/Switcheo/carbon/lockproxy/lockproxy.d.ts +3 -3
  116. package/lib/codec/Switcheo/carbon/lockproxy/query.d.ts +6 -6
  117. package/lib/codec/Switcheo/carbon/lockproxy/tx.d.ts +12 -12
  118. package/lib/codec/Switcheo/carbon/market/event.d.ts +3 -3
  119. package/lib/codec/Switcheo/carbon/market/fee.d.ts +7 -7
  120. package/lib/codec/Switcheo/carbon/market/genesis.d.ts +3 -3
  121. package/lib/codec/Switcheo/carbon/market/market.d.ts +7 -7
  122. package/lib/codec/Switcheo/carbon/market/proposal.d.ts +5 -5
  123. package/lib/codec/Switcheo/carbon/market/query.d.ts +22 -22
  124. package/lib/codec/Switcheo/carbon/market/tx.d.ts +23 -23
  125. package/lib/codec/Switcheo/carbon/marketstats/genesis.d.ts +3 -3
  126. package/lib/codec/Switcheo/carbon/marketstats/marketstats.d.ts +3 -3
  127. package/lib/codec/Switcheo/carbon/marketstats/params.d.ts +3 -3
  128. package/lib/codec/Switcheo/carbon/marketstats/query.d.ts +4 -4
  129. package/lib/codec/Switcheo/carbon/misc/block.d.ts +3 -3
  130. package/lib/codec/Switcheo/carbon/misc/message.d.ts +3 -3
  131. package/lib/codec/Switcheo/carbon/misc/message_type.d.ts +3 -3
  132. package/lib/codec/Switcheo/carbon/misc/query.d.ts +16 -16
  133. package/lib/codec/Switcheo/carbon/misc/trade.d.ts +3 -3
  134. package/lib/codec/Switcheo/carbon/misc/transaction.d.ts +4 -4
  135. package/lib/codec/Switcheo/carbon/oracle/event.d.ts +4 -4
  136. package/lib/codec/Switcheo/carbon/oracle/genesis.d.ts +3 -3
  137. package/lib/codec/Switcheo/carbon/oracle/oracle.d.ts +8 -8
  138. package/lib/codec/Switcheo/carbon/oracle/proposal.d.ts +3 -3
  139. package/lib/codec/Switcheo/carbon/oracle/query.d.ts +28 -28
  140. package/lib/codec/Switcheo/carbon/oracle/slashing.d.ts +4 -4
  141. package/lib/codec/Switcheo/carbon/oracle/tx.d.ts +16 -16
  142. package/lib/codec/Switcheo/carbon/order/event.d.ts +3 -3
  143. package/lib/codec/Switcheo/carbon/order/evm_hooks.d.ts +6 -6
  144. package/lib/codec/Switcheo/carbon/order/genesis.d.ts +6 -6
  145. package/lib/codec/Switcheo/carbon/order/order.d.ts +9 -9
  146. package/lib/codec/Switcheo/carbon/order/query.d.ts +12 -12
  147. package/lib/codec/Switcheo/carbon/order/tx.d.ts +14 -14
  148. package/lib/codec/Switcheo/carbon/perpspool/event.d.ts +9 -9
  149. package/lib/codec/Switcheo/carbon/perpspool/genesis.d.ts +6 -6
  150. package/lib/codec/Switcheo/carbon/perpspool/market.d.ts +8 -8
  151. package/lib/codec/Switcheo/carbon/perpspool/params.d.ts +3 -3
  152. package/lib/codec/Switcheo/carbon/perpspool/pool.d.ts +8 -8
  153. package/lib/codec/Switcheo/carbon/perpspool/query.d.ts +20 -20
  154. package/lib/codec/Switcheo/carbon/perpspool/tx.d.ts +20 -20
  155. package/lib/codec/Switcheo/carbon/position/event.d.ts +3 -3
  156. package/lib/codec/Switcheo/carbon/position/evm_hooks.d.ts +4 -4
  157. package/lib/codec/Switcheo/carbon/position/genesis.d.ts +3 -3
  158. package/lib/codec/Switcheo/carbon/position/position.d.ts +6 -6
  159. package/lib/codec/Switcheo/carbon/position/query.d.ts +8 -8
  160. package/lib/codec/Switcheo/carbon/position/tx.d.ts +4 -4
  161. package/lib/codec/Switcheo/carbon/pricing/event.d.ts +8 -8
  162. package/lib/codec/Switcheo/carbon/pricing/genesis.d.ts +3 -3
  163. package/lib/codec/Switcheo/carbon/pricing/legacy.d.ts +3 -3
  164. package/lib/codec/Switcheo/carbon/pricing/pricing.d.ts +5 -5
  165. package/lib/codec/Switcheo/carbon/pricing/proposal.d.ts +4 -4
  166. package/lib/codec/Switcheo/carbon/pricing/query.d.ts +16 -16
  167. package/lib/codec/Switcheo/carbon/pricing/tx.d.ts +14 -14
  168. package/lib/codec/Switcheo/carbon/profile/event.d.ts +3 -3
  169. package/lib/codec/Switcheo/carbon/profile/genesis.d.ts +3 -3
  170. package/lib/codec/Switcheo/carbon/profile/profile.d.ts +3 -3
  171. package/lib/codec/Switcheo/carbon/profile/query.d.ts +8 -8
  172. package/lib/codec/Switcheo/carbon/profile/tx.d.ts +4 -4
  173. package/lib/codec/Switcheo/carbon/sequence/genesis.d.ts +4 -4
  174. package/lib/codec/Switcheo/carbon/sequence/query.d.ts +6 -6
  175. package/lib/codec/Switcheo/carbon/sequence/tx.d.ts +4 -4
  176. package/lib/codec/Switcheo/carbon/subaccount/genesis.d.ts +3 -3
  177. package/lib/codec/Switcheo/carbon/subaccount/legacy.d.ts +3 -3
  178. package/lib/codec/Switcheo/carbon/subaccount/query.d.ts +19 -19
  179. package/lib/codec/Switcheo/carbon/subaccount/subaccount.d.ts +6 -6
  180. package/lib/codec/Switcheo/carbon/subaccount/tx.d.ts +10 -10
  181. package/lib/codec/alliance/alliance/alliance.d.ts +5 -5
  182. package/lib/codec/alliance/alliance/delegations.d.ts +6 -6
  183. package/lib/codec/alliance/alliance/events.d.ts +7 -7
  184. package/lib/codec/alliance/alliance/genesis.d.ts +7 -7
  185. package/lib/codec/alliance/alliance/gov.d.ts +5 -5
  186. package/lib/codec/alliance/alliance/params.d.ts +4 -4
  187. package/lib/codec/alliance/alliance/query.d.ts +30 -30
  188. package/lib/codec/alliance/alliance/redelegations.d.ts +5 -5
  189. package/lib/codec/alliance/alliance/tx.d.ts +18 -18
  190. package/lib/codec/alliance/alliance/unbonding.d.ts +3 -3
  191. package/lib/codec/alliance/alliance.d.ts +5 -5
  192. package/lib/codec/alliance/delegations.d.ts +8 -8
  193. package/lib/codec/alliance/events.d.ts +6 -6
  194. package/lib/codec/alliance/genesis.d.ts +7 -7
  195. package/lib/codec/alliance/gov.d.ts +5 -5
  196. package/lib/codec/alliance/params.d.ts +4 -4
  197. package/lib/codec/alliance/query.d.ts +24 -24
  198. package/lib/codec/alliance/tx.d.ts +10 -10
  199. package/lib/codec/carbon-models.js +5 -1
  200. package/lib/codec/cosmos/app/module/v1alpha1/module.d.ts +3 -3
  201. package/lib/codec/cosmos/app/runtime/v1alpha1/module.d.ts +4 -4
  202. package/lib/codec/cosmos/app/v1alpha1/config.d.ts +5 -5
  203. package/lib/codec/cosmos/app/v1alpha1/module.d.ts +5 -5
  204. package/lib/codec/cosmos/app/v1alpha1/query.d.ts +4 -4
  205. package/lib/codec/cosmos/auth/module/v1/module.d.ts +4 -4
  206. package/lib/codec/cosmos/auth/v1beta1/auth.d.ts +6 -6
  207. package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts +3 -3
  208. package/lib/codec/cosmos/auth/v1beta1/query.d.ts +22 -22
  209. package/lib/codec/cosmos/auth/v1beta1/tx.d.ts +4 -4
  210. package/lib/codec/cosmos/authz/module/v1/module.d.ts +3 -3
  211. package/lib/codec/cosmos/authz/v1beta1/authz.d.ts +6 -6
  212. package/lib/codec/cosmos/authz/v1beta1/event.d.ts +4 -4
  213. package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts +3 -3
  214. package/lib/codec/cosmos/authz/v1beta1/query.d.ts +8 -8
  215. package/lib/codec/cosmos/authz/v1beta1/tx.d.ts +8 -8
  216. package/lib/codec/cosmos/autocli/v1/options.d.ts +9 -9
  217. package/lib/codec/cosmos/autocli/v1/query.d.ts +5 -5
  218. package/lib/codec/cosmos/bank/module/v1/module.d.ts +3 -3
  219. package/lib/codec/cosmos/bank/v1beta1/authz.d.ts +3 -3
  220. package/lib/codec/cosmos/bank/v1beta1/bank.d.ts +9 -9
  221. package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts +4 -4
  222. package/lib/codec/cosmos/bank/v1beta1/query.d.ts +25 -25
  223. package/lib/codec/cosmos/bank/v1beta1/tx.d.ts +10 -10
  224. package/lib/codec/cosmos/base/abci/v1beta1/abci.d.ts +12 -12
  225. package/lib/codec/cosmos/base/kv/v1beta1/kv.d.ts +4 -4
  226. package/lib/codec/cosmos/base/node/v1beta1/query.d.ts +4 -4
  227. package/lib/codec/cosmos/base/query/v1beta1/pagination.d.ts +4 -4
  228. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.d.ts +6 -6
  229. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.d.ts +28 -28
  230. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.d.ts +11 -11
  231. package/lib/codec/cosmos/base/store/v1beta1/commit_info.d.ts +5 -5
  232. package/lib/codec/cosmos/base/store/v1beta1/listening.d.ts +5 -5
  233. package/lib/codec/cosmos/base/tendermint/v1beta1/query.d.ts +21 -21
  234. package/lib/codec/cosmos/base/tendermint/v1beta1/types.d.ts +4 -4
  235. package/lib/codec/cosmos/base/v1beta1/coin.d.ts +6 -6
  236. package/lib/codec/cosmos/capability/module/v1/module.d.ts +3 -3
  237. package/lib/codec/cosmos/capability/v1beta1/capability.d.ts +5 -5
  238. package/lib/codec/cosmos/capability/v1beta1/genesis.d.ts +4 -4
  239. package/lib/codec/cosmos/consensus/module/v1/module.d.ts +3 -3
  240. package/lib/codec/cosmos/consensus/v1/query.d.ts +4 -4
  241. package/lib/codec/cosmos/consensus/v1/tx.d.ts +4 -4
  242. package/lib/codec/cosmos/crisis/module/v1/module.d.ts +3 -3
  243. package/lib/codec/cosmos/crisis/v1beta1/genesis.d.ts +3 -3
  244. package/lib/codec/cosmos/crisis/v1beta1/tx.d.ts +6 -6
  245. package/lib/codec/cosmos/crypto/ed25519/keys.d.ts +4 -4
  246. package/lib/codec/cosmos/crypto/hd/v1/hd.d.ts +3 -3
  247. package/lib/codec/cosmos/crypto/keyring/v1/record.d.ts +7 -7
  248. package/lib/codec/cosmos/crypto/multisig/keys.d.ts +3 -3
  249. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.d.ts +4 -4
  250. package/lib/codec/cosmos/crypto/secp256k1/keys.d.ts +4 -4
  251. package/lib/codec/cosmos/crypto/secp256r1/keys.d.ts +4 -4
  252. package/lib/codec/cosmos/distribution/module/v1/module.d.ts +3 -3
  253. package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts +14 -14
  254. package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts +10 -10
  255. package/lib/codec/cosmos/distribution/v1beta1/query.d.ts +24 -24
  256. package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts +14 -14
  257. package/lib/codec/cosmos/evidence/module/v1/module.d.ts +3 -3
  258. package/lib/codec/cosmos/evidence/v1beta1/evidence.d.ts +3 -3
  259. package/lib/codec/cosmos/evidence/v1beta1/genesis.d.ts +3 -3
  260. package/lib/codec/cosmos/evidence/v1beta1/query.d.ts +6 -6
  261. package/lib/codec/cosmos/evidence/v1beta1/tx.d.ts +4 -4
  262. package/lib/codec/cosmos/feegrant/module/v1/module.d.ts +3 -3
  263. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.d.ts +6 -6
  264. package/lib/codec/cosmos/feegrant/v1beta1/genesis.d.ts +3 -3
  265. package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +8 -8
  266. package/lib/codec/cosmos/feegrant/v1beta1/tx.d.ts +6 -6
  267. package/lib/codec/cosmos/genutil/module/v1/module.d.ts +3 -3
  268. package/lib/codec/cosmos/genutil/v1beta1/genesis.d.ts +3 -3
  269. package/lib/codec/cosmos/gov/module/v1/module.d.ts +3 -3
  270. package/lib/codec/cosmos/gov/v1/genesis.d.ts +3 -3
  271. package/lib/codec/cosmos/gov/v1/gov.d.ts +11 -11
  272. package/lib/codec/cosmos/gov/v1/query.d.ts +18 -18
  273. package/lib/codec/cosmos/gov/v1/query.js +2 -2
  274. package/lib/codec/cosmos/gov/v1/tx.d.ts +14 -14
  275. package/lib/codec/cosmos/gov/v1/tx.js +2 -2
  276. package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts +3 -3
  277. package/lib/codec/cosmos/gov/v1beta1/gov.d.ts +11 -11
  278. package/lib/codec/cosmos/gov/v1beta1/query.d.ts +18 -18
  279. package/lib/codec/cosmos/gov/v1beta1/query.js +2 -2
  280. package/lib/codec/cosmos/gov/v1beta1/tx.d.ts +10 -10
  281. package/lib/codec/cosmos/gov/v1beta1/tx.js +2 -2
  282. package/lib/codec/cosmos/group/module/v1/module.d.ts +3 -3
  283. package/lib/codec/cosmos/group/v1/events.d.ts +12 -12
  284. package/lib/codec/cosmos/group/v1/events.js +4 -4
  285. package/lib/codec/cosmos/group/v1/genesis.d.ts +3 -3
  286. package/lib/codec/cosmos/group/v1/query.d.ts +30 -30
  287. package/lib/codec/cosmos/group/v1/tx.d.ts +30 -30
  288. package/lib/codec/cosmos/group/v1/tx.js +4 -4
  289. package/lib/codec/cosmos/group/v1/types.d.ts +13 -13
  290. package/lib/codec/cosmos/ics23/v1/proofs.d.ts +15 -15
  291. package/lib/codec/cosmos/mint/module/v1/module.d.ts +3 -3
  292. package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts +3 -3
  293. package/lib/codec/cosmos/mint/v1beta1/mint.d.ts +4 -4
  294. package/lib/codec/cosmos/mint/v1beta1/query.d.ts +8 -8
  295. package/lib/codec/cosmos/mint/v1beta1/tx.d.ts +4 -4
  296. package/lib/codec/cosmos/nft/module/v1/module.d.ts +3 -3
  297. package/lib/codec/cosmos/nft/v1beta1/event.d.ts +5 -5
  298. package/lib/codec/cosmos/nft/v1beta1/genesis.d.ts +4 -4
  299. package/lib/codec/cosmos/nft/v1beta1/nft.d.ts +4 -4
  300. package/lib/codec/cosmos/nft/v1beta1/query.d.ts +16 -16
  301. package/lib/codec/cosmos/nft/v1beta1/tx.d.ts +4 -4
  302. package/lib/codec/cosmos/orm/module/v1alpha1/module.d.ts +3 -3
  303. package/lib/codec/cosmos/orm/query/v1alpha1/query.d.ts +9 -9
  304. package/lib/codec/cosmos/orm/v1/orm.d.ts +6 -6
  305. package/lib/codec/cosmos/orm/v1alpha1/schema.d.ts +4 -4
  306. package/lib/codec/cosmos/params/module/v1/module.d.ts +3 -3
  307. package/lib/codec/cosmos/params/v1beta1/params.d.ts +4 -4
  308. package/lib/codec/cosmos/params/v1beta1/query.d.ts +7 -7
  309. package/lib/codec/cosmos/reflection/v1/reflection.d.ts +4 -4
  310. package/lib/codec/cosmos/slashing/module/v1/module.d.ts +3 -3
  311. package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts +6 -6
  312. package/lib/codec/cosmos/slashing/v1beta1/query.d.ts +8 -8
  313. package/lib/codec/cosmos/slashing/v1beta1/slashing.d.ts +4 -4
  314. package/lib/codec/cosmos/slashing/v1beta1/tx.d.ts +6 -6
  315. package/lib/codec/cosmos/staking/module/v1/module.d.ts +3 -3
  316. package/lib/codec/cosmos/staking/v1beta1/authz.d.ts +4 -4
  317. package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts +4 -4
  318. package/lib/codec/cosmos/staking/v1beta1/query.d.ts +30 -30
  319. package/lib/codec/cosmos/staking/v1beta1/staking.d.ts +23 -23
  320. package/lib/codec/cosmos/staking/v1beta1/tx.d.ts +16 -16
  321. package/lib/codec/cosmos/tx/config/v1/config.d.ts +3 -3
  322. package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +7 -7
  323. package/lib/codec/cosmos/tx/v1beta1/service.d.ts +20 -20
  324. package/lib/codec/cosmos/tx/v1beta1/tx.d.ts +15 -15
  325. package/lib/codec/cosmos/tx/v1beta1/tx.js +4 -4
  326. package/lib/codec/cosmos/upgrade/module/v1/module.d.ts +3 -3
  327. package/lib/codec/cosmos/upgrade/v1beta1/query.d.ts +12 -12
  328. package/lib/codec/cosmos/upgrade/v1beta1/tx.d.ts +6 -6
  329. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.d.ts +6 -6
  330. package/lib/codec/cosmos/vesting/module/v1/module.d.ts +3 -3
  331. package/lib/codec/cosmos/vesting/v1beta1/tx.d.ts +8 -8
  332. package/lib/codec/cosmos/vesting/v1beta1/vesting.d.ts +8 -8
  333. package/lib/codec/cosmos-models.js +5 -1
  334. package/lib/codec/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +4 -4
  335. package/lib/codec/ethermint/evm/v1/events.d.ts +6 -6
  336. package/lib/codec/ethermint/evm/v1/evm.d.ts +10 -10
  337. package/lib/codec/ethermint/evm/v1/genesis.d.ts +4 -4
  338. package/lib/codec/ethermint/evm/v1/query.d.ts +26 -26
  339. package/lib/codec/ethermint/evm/v1/tx.d.ts +10 -10
  340. package/lib/codec/ethermint/feemarket/v1/events.d.ts +4 -4
  341. package/lib/codec/ethermint/feemarket/v1/feemarket.d.ts +3 -3
  342. package/lib/codec/ethermint/feemarket/v1/genesis.d.ts +3 -3
  343. package/lib/codec/ethermint/feemarket/v1/query.d.ts +8 -8
  344. package/lib/codec/ethermint/feemarket/v1/tx.d.ts +4 -4
  345. package/lib/codec/ethermint/types/v1/account.d.ts +3 -3
  346. package/lib/codec/ethermint/types/v1/dynamic_fee.d.ts +3 -3
  347. package/lib/codec/ethermint/types/v1/indexer.d.ts +3 -3
  348. package/lib/codec/ethermint/types/v1/web3.d.ts +3 -3
  349. package/lib/codec/ethermint-models.js +5 -1
  350. package/lib/codec/google/protobuf/any.d.ts +3 -3
  351. package/lib/codec/google/protobuf/descriptor.d.ts +29 -29
  352. package/lib/codec/google/protobuf/duration.d.ts +3 -3
  353. package/lib/codec/google/protobuf/timestamp.d.ts +3 -3
  354. package/lib/codec/google/protobuf/wrappers.d.ts +11 -11
  355. package/lib/codec/ibc/applications/fee/v1/ack.d.ts +3 -3
  356. package/lib/codec/ibc/applications/fee/v1/fee.d.ts +6 -6
  357. package/lib/codec/ibc/applications/fee/v1/genesis.d.ts +7 -7
  358. package/lib/codec/ibc/applications/fee/v1/metadata.d.ts +3 -3
  359. package/lib/codec/ibc/applications/fee/v1/query.d.ts +22 -22
  360. package/lib/codec/ibc/applications/fee/v1/tx.d.ts +10 -10
  361. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -3
  362. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.d.ts +6 -6
  363. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +6 -6
  364. package/lib/codec/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +7 -7
  365. package/lib/codec/ibc/applications/interchain_accounts/host/v1/host.d.ts +3 -3
  366. package/lib/codec/ibc/applications/interchain_accounts/host/v1/query.d.ts +4 -4
  367. package/lib/codec/ibc/applications/interchain_accounts/v1/account.d.ts +3 -3
  368. package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.d.ts +7 -7
  369. package/lib/codec/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -3
  370. package/lib/codec/ibc/applications/interchain_accounts/v1/packet.d.ts +4 -4
  371. package/lib/codec/ibc/applications/transfer/v1/authz.d.ts +4 -4
  372. package/lib/codec/ibc/applications/transfer/v1/genesis.d.ts +3 -3
  373. package/lib/codec/ibc/applications/transfer/v1/query.d.ts +14 -14
  374. package/lib/codec/ibc/applications/transfer/v1/transfer.d.ts +4 -4
  375. package/lib/codec/ibc/applications/transfer/v1/tx.d.ts +4 -4
  376. package/lib/codec/ibc/applications/transfer/v2/packet.d.ts +3 -3
  377. package/lib/codec/ibc/core/channel/v1/channel.d.ts +9 -9
  378. package/lib/codec/ibc/core/channel/v1/genesis.d.ts +4 -4
  379. package/lib/codec/ibc/core/channel/v1/query.d.ts +28 -28
  380. package/lib/codec/ibc/core/channel/v1/tx.d.ts +22 -22
  381. package/lib/codec/ibc/core/client/v1/client.d.ts +9 -9
  382. package/lib/codec/ibc/core/client/v1/genesis.d.ts +5 -5
  383. package/lib/codec/ibc/core/client/v1/query.d.ts +20 -20
  384. package/lib/codec/ibc/core/client/v1/tx.d.ts +10 -10
  385. package/lib/codec/ibc/core/commitment/v1/commitment.d.ts +6 -6
  386. package/lib/codec/ibc/core/connection/v1/connection.d.ts +9 -9
  387. package/lib/codec/ibc/core/connection/v1/genesis.d.ts +3 -3
  388. package/lib/codec/ibc/core/connection/v1/query.d.ts +14 -14
  389. package/lib/codec/ibc/core/connection/v1/tx.d.ts +10 -10
  390. package/lib/codec/ibc/core/types/v1/genesis.d.ts +3 -3
  391. package/lib/codec/ibc/lightclients/localhost/v1/localhost.d.ts +3 -3
  392. package/lib/codec/ibc/lightclients/localhost/v2/localhost.d.ts +3 -3
  393. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.d.ts +18 -18
  394. package/lib/codec/ibc/lightclients/solomachine/v2/solomachine.d.ts +18 -18
  395. package/lib/codec/ibc/lightclients/solomachine/v3/solomachine.d.ts +10 -10
  396. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.d.ts +7 -7
  397. package/lib/codec/ibc-models.js +5 -1
  398. package/lib/codec/index.js +5 -1
  399. package/lib/codec/polynetwork-models.js +5 -1
  400. package/lib/codec/proofs.d.ts +15 -15
  401. package/lib/codec/tendermint/abci/types.d.ts +48 -48
  402. package/lib/codec/tendermint/crypto/keys.d.ts +3 -3
  403. package/lib/codec/tendermint/crypto/proof.d.ts +7 -7
  404. package/lib/codec/tendermint/libs/bits/types.d.ts +3 -3
  405. package/lib/codec/tendermint/p2p/types.d.ts +6 -6
  406. package/lib/codec/tendermint/types/block.d.ts +3 -3
  407. package/lib/codec/tendermint/types/evidence.d.ts +6 -6
  408. package/lib/codec/tendermint/types/params.d.ts +8 -8
  409. package/lib/codec/tendermint/types/types.d.ts +15 -15
  410. package/lib/codec/tendermint/types/validator.d.ts +5 -5
  411. package/lib/codec/tendermint/version/types.d.ts +4 -4
  412. package/lib/constant/address.d.ts +1 -1
  413. package/lib/constant/generic.js +1 -1
  414. package/lib/constant/ibc.d.ts +3 -3
  415. package/lib/constant/ibc.js +5 -1
  416. package/lib/constant/index.js +5 -1
  417. package/lib/constant/node.d.ts +1 -1
  418. package/lib/eth/index.js +5 -1
  419. package/lib/hydrogen/index.js +5 -1
  420. package/lib/hydrogen/transfer.d.ts +2 -2
  421. package/lib/index.js +5 -1
  422. package/lib/insights/common.d.ts +1 -1
  423. package/lib/insights/index.js +5 -1
  424. package/lib/insights/position.d.ts +1 -1
  425. package/lib/modules/cdp.js +46 -46
  426. package/lib/modules/cosmwasm.js +2 -2
  427. package/lib/modules/evm.d.ts +1 -1
  428. package/lib/modules/evm.js +6 -6
  429. package/lib/modules/gov.js +12 -12
  430. package/lib/modules/index.js +5 -1
  431. package/lib/modules/liquiditypool.js +2 -2
  432. package/lib/modules/order.js +1 -1
  433. package/lib/modules/subaccount.js +1 -1
  434. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.js +1 -1
  435. package/lib/provider/account/EthLedgerAccount/index.js +5 -1
  436. package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.js +1 -1
  437. package/lib/provider/account/NeoLedgerAccount/N3Ledger/index.js +5 -1
  438. package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.js +8 -8
  439. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.d.ts +1 -1
  440. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.js +8 -4
  441. package/lib/provider/account/NeoLedgerAccount/NeonLedger.js +1 -1
  442. package/lib/provider/account/NeoLedgerAccount/index.js +5 -1
  443. package/lib/provider/account/index.js +5 -1
  444. package/lib/provider/amino/types/admin.js +32 -28
  445. package/lib/provider/amino/types/bank.js +6 -2
  446. package/lib/provider/amino/types/broker.js +6 -2
  447. package/lib/provider/amino/types/cdp.js +31 -27
  448. package/lib/provider/amino/types/coin.js +9 -5
  449. package/lib/provider/amino/types/erc20.js +7 -3
  450. package/lib/provider/amino/types/evm.js +6 -2
  451. package/lib/provider/amino/types/evmmerge.js +6 -2
  452. package/lib/provider/amino/types/feemarket.js +6 -2
  453. package/lib/provider/amino/types/gov.js +10 -6
  454. package/lib/provider/amino/types/ibc.js +6 -2
  455. package/lib/provider/amino/types/leverage.js +6 -2
  456. package/lib/provider/amino/types/liquidityPool.js +12 -8
  457. package/lib/provider/amino/types/market.js +11 -7
  458. package/lib/provider/amino/types/oracle.js +7 -3
  459. package/lib/provider/amino/types/order.js +9 -5
  460. package/lib/provider/amino/types/perpspool.js +11 -7
  461. package/lib/provider/amino/types/position.js +6 -2
  462. package/lib/provider/amino/types/profile.js +6 -2
  463. package/lib/provider/amino/types/staking.js +9 -5
  464. package/lib/provider/amino/types/subaccount.js +8 -4
  465. package/lib/provider/amino/utils.d.ts +2 -2
  466. package/lib/provider/amino/utils.js +11 -11
  467. package/lib/provider/keplr/KeplrAccount.js +6 -6
  468. package/lib/provider/leap/LeapAccount.d.ts +1 -0
  469. package/lib/provider/leap/LeapAccount.js +29 -2
  470. package/lib/provider/leap/types.d.ts +59 -0
  471. package/lib/provider/leap/types.js +11 -0
  472. package/lib/provider/ledger/ledger.js +9 -6
  473. package/lib/provider/metamask/MetaMask.d.ts +1 -1
  474. package/lib/provider/metamask/MetaMask.js +28 -24
  475. package/lib/provider/metamask/error.d.ts +1 -1
  476. package/lib/provider/o3/O3Types.d.ts +1 -1
  477. package/lib/provider/o3/O3Wallet.js +15 -11
  478. package/lib/provider/o3/index.js +5 -1
  479. package/lib/provider/zilpay/Zilpay.js +4 -4
  480. package/lib/provider/zilpay/index.js +5 -1
  481. package/lib/util/address.d.ts +5 -5
  482. package/lib/util/address.js +19 -15
  483. package/lib/util/api.d.ts +3 -3
  484. package/lib/util/api.js +4 -4
  485. package/lib/util/blockchain.d.ts +7 -7
  486. package/lib/util/blockchain.js +4 -4
  487. package/lib/util/eip712.js +3 -3
  488. package/lib/util/fetch.js +1 -1
  489. package/lib/util/generic.d.ts +3 -2
  490. package/lib/util/generic.js +3 -3
  491. package/lib/util/gov.d.ts +1 -1
  492. package/lib/util/index.js +5 -1
  493. package/lib/util/legacyEIP712.d.ts +2 -2
  494. package/lib/util/legacyEIP712.js +2 -2
  495. package/lib/util/network.js +3 -3
  496. package/lib/util/number.d.ts +4 -4
  497. package/lib/util/number.js +5 -5
  498. package/lib/util/tx.d.ts +3 -3
  499. package/lib/util/tx.js +5 -1
  500. package/lib/util/type.d.ts +1 -1
  501. package/lib/wallet/CarbonSigner.d.ts +5 -5
  502. package/lib/wallet/CarbonSigner.js +6 -6
  503. package/lib/wallet/CarbonSigningClient.js +15 -15
  504. package/lib/wallet/CarbonWallet.d.ts +1 -1
  505. package/lib/wallet/CarbonWallet.js +10 -10
  506. package/lib/wallet/index.js +5 -1
  507. package/lib/websocket/connector.js +8 -4
  508. package/lib/websocket/index.js +5 -1
  509. package/lib/websocket/types.d.ts +1 -1
  510. package/package.json +1 -1
@@ -24,34 +24,34 @@ export interface StopOrder {
24
24
  }
25
25
  export declare const OrderBookLevel: {
26
26
  encode(message: OrderBookLevel, writer?: _m0.Writer): _m0.Writer;
27
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): OrderBookLevel;
27
+ decode(input: _m0.Reader | Uint8Array, length?: number): OrderBookLevel;
28
28
  fromJSON(object: any): OrderBookLevel;
29
29
  toJSON(message: OrderBookLevel): unknown;
30
30
  fromPartial(object: DeepPartial<OrderBookLevel>): OrderBookLevel;
31
31
  };
32
32
  export declare const OrderBook: {
33
33
  encode(message: OrderBook, writer?: _m0.Writer): _m0.Writer;
34
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): OrderBook;
34
+ decode(input: _m0.Reader | Uint8Array, length?: number): OrderBook;
35
35
  fromJSON(object: any): OrderBook;
36
36
  toJSON(message: OrderBook): unknown;
37
37
  fromPartial(object: DeepPartial<OrderBook>): OrderBook;
38
38
  };
39
39
  export declare const StopBook: {
40
40
  encode(message: StopBook, writer?: _m0.Writer): _m0.Writer;
41
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): StopBook;
41
+ decode(input: _m0.Reader | Uint8Array, length?: number): StopBook;
42
42
  fromJSON(object: any): StopBook;
43
43
  toJSON(message: StopBook): unknown;
44
44
  fromPartial(object: DeepPartial<StopBook>): StopBook;
45
45
  };
46
46
  export declare const StopOrder: {
47
47
  encode(message: StopOrder, writer?: _m0.Writer): _m0.Writer;
48
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): StopOrder;
48
+ decode(input: _m0.Reader | Uint8Array, length?: number): StopOrder;
49
49
  fromJSON(object: any): StopOrder;
50
50
  toJSON(message: StopOrder): unknown;
51
51
  fromPartial(object: DeepPartial<StopOrder>): StopOrder;
52
52
  };
53
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
54
- 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 {} ? {
53
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
54
+ export 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 {} ? {
55
55
  [K in keyof T]?: DeepPartial<T[K]>;
56
56
  } : Partial<T>;
57
57
  export {};
@@ -15,27 +15,27 @@ export interface ClearVirtualOrderBookEvent {
15
15
  }
16
16
  export declare const OrderBookEvent: {
17
17
  encode(message: OrderBookEvent, writer?: _m0.Writer): _m0.Writer;
18
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): OrderBookEvent;
18
+ decode(input: _m0.Reader | Uint8Array, length?: number): OrderBookEvent;
19
19
  fromJSON(object: any): OrderBookEvent;
20
20
  toJSON(message: OrderBookEvent): unknown;
21
21
  fromPartial(object: DeepPartial<OrderBookEvent>): OrderBookEvent;
22
22
  };
23
23
  export declare const VirtualOrderBookEvent: {
24
24
  encode(message: VirtualOrderBookEvent, writer?: _m0.Writer): _m0.Writer;
25
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): VirtualOrderBookEvent;
25
+ decode(input: _m0.Reader | Uint8Array, length?: number): VirtualOrderBookEvent;
26
26
  fromJSON(object: any): VirtualOrderBookEvent;
27
27
  toJSON(message: VirtualOrderBookEvent): unknown;
28
28
  fromPartial(object: DeepPartial<VirtualOrderBookEvent>): VirtualOrderBookEvent;
29
29
  };
30
30
  export declare const ClearVirtualOrderBookEvent: {
31
31
  encode(message: ClearVirtualOrderBookEvent, writer?: _m0.Writer): _m0.Writer;
32
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ClearVirtualOrderBookEvent;
32
+ decode(input: _m0.Reader | Uint8Array, length?: number): ClearVirtualOrderBookEvent;
33
33
  fromJSON(object: any): ClearVirtualOrderBookEvent;
34
34
  toJSON(message: ClearVirtualOrderBookEvent): unknown;
35
35
  fromPartial(object: DeepPartial<ClearVirtualOrderBookEvent>): ClearVirtualOrderBookEvent;
36
36
  };
37
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
38
- 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 {} ? {
37
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
38
+ export 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 {} ? {
39
39
  [K in keyof T]?: DeepPartial<T[K]>;
40
40
  } : Partial<T>;
41
41
  export {};
@@ -13,13 +13,13 @@ export interface GenesisState {
13
13
  }
14
14
  export declare const GenesisState: {
15
15
  encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
16
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState;
16
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
17
17
  fromJSON(object: any): GenesisState;
18
18
  toJSON(message: GenesisState): unknown;
19
19
  fromPartial(object: DeepPartial<GenesisState>): GenesisState;
20
20
  };
21
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
22
- 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 {} ? {
21
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
22
+ export 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 {} ? {
23
23
  [K in keyof T]?: DeepPartial<T[K]>;
24
24
  } : Partial<T>;
25
25
  export {};
@@ -10,13 +10,13 @@ export interface StopbookV2320 {
10
10
  }
11
11
  export declare const StopbookV2320: {
12
12
  encode(message: StopbookV2320, writer?: _m0.Writer): _m0.Writer;
13
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): StopbookV2320;
13
+ decode(input: _m0.Reader | Uint8Array, length?: number): StopbookV2320;
14
14
  fromJSON(object: any): StopbookV2320;
15
15
  toJSON(message: StopbookV2320): unknown;
16
16
  fromPartial(object: DeepPartial<StopbookV2320>): StopbookV2320;
17
17
  };
18
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
19
- 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 {} ? {
18
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
19
+ export 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 {} ? {
20
20
  [K in keyof T]?: DeepPartial<T[K]>;
21
21
  } : Partial<T>;
22
22
  export {};
@@ -41,70 +41,70 @@ export interface QueryAllStopBookResponse {
41
41
  }
42
42
  export declare const QueryImpactPriceRequest: {
43
43
  encode(message: QueryImpactPriceRequest, writer?: _m0.Writer): _m0.Writer;
44
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryImpactPriceRequest;
44
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryImpactPriceRequest;
45
45
  fromJSON(object: any): QueryImpactPriceRequest;
46
46
  toJSON(message: QueryImpactPriceRequest): unknown;
47
47
  fromPartial(object: DeepPartial<QueryImpactPriceRequest>): QueryImpactPriceRequest;
48
48
  };
49
49
  export declare const QueryImpactPriceResponse: {
50
50
  encode(message: QueryImpactPriceResponse, writer?: _m0.Writer): _m0.Writer;
51
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryImpactPriceResponse;
51
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryImpactPriceResponse;
52
52
  fromJSON(object: any): QueryImpactPriceResponse;
53
53
  toJSON(message: QueryImpactPriceResponse): unknown;
54
54
  fromPartial(object: DeepPartial<QueryImpactPriceResponse>): QueryImpactPriceResponse;
55
55
  };
56
56
  export declare const QueryGetBookRequest: {
57
57
  encode(message: QueryGetBookRequest, writer?: _m0.Writer): _m0.Writer;
58
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetBookRequest;
58
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetBookRequest;
59
59
  fromJSON(object: any): QueryGetBookRequest;
60
60
  toJSON(message: QueryGetBookRequest): unknown;
61
61
  fromPartial(object: DeepPartial<QueryGetBookRequest>): QueryGetBookRequest;
62
62
  };
63
63
  export declare const QueryGetBookResponse: {
64
64
  encode(message: QueryGetBookResponse, writer?: _m0.Writer): _m0.Writer;
65
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetBookResponse;
65
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetBookResponse;
66
66
  fromJSON(object: any): QueryGetBookResponse;
67
67
  toJSON(message: QueryGetBookResponse): unknown;
68
68
  fromPartial(object: DeepPartial<QueryGetBookResponse>): QueryGetBookResponse;
69
69
  };
70
70
  export declare const QueryAllBookRequest: {
71
71
  encode(message: QueryAllBookRequest, writer?: _m0.Writer): _m0.Writer;
72
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryAllBookRequest;
72
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllBookRequest;
73
73
  fromJSON(object: any): QueryAllBookRequest;
74
74
  toJSON(message: QueryAllBookRequest): unknown;
75
75
  fromPartial(object: DeepPartial<QueryAllBookRequest>): QueryAllBookRequest;
76
76
  };
77
77
  export declare const QueryAllBookResponse: {
78
78
  encode(message: QueryAllBookResponse, writer?: _m0.Writer): _m0.Writer;
79
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryAllBookResponse;
79
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllBookResponse;
80
80
  fromJSON(object: any): QueryAllBookResponse;
81
81
  toJSON(message: QueryAllBookResponse): unknown;
82
82
  fromPartial(object: DeepPartial<QueryAllBookResponse>): QueryAllBookResponse;
83
83
  };
84
84
  export declare const QueryGetStopBookRequest: {
85
85
  encode(message: QueryGetStopBookRequest, writer?: _m0.Writer): _m0.Writer;
86
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetStopBookRequest;
86
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetStopBookRequest;
87
87
  fromJSON(object: any): QueryGetStopBookRequest;
88
88
  toJSON(message: QueryGetStopBookRequest): unknown;
89
89
  fromPartial(object: DeepPartial<QueryGetStopBookRequest>): QueryGetStopBookRequest;
90
90
  };
91
91
  export declare const QueryGetStopBookResponse: {
92
92
  encode(message: QueryGetStopBookResponse, writer?: _m0.Writer): _m0.Writer;
93
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetStopBookResponse;
93
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetStopBookResponse;
94
94
  fromJSON(object: any): QueryGetStopBookResponse;
95
95
  toJSON(message: QueryGetStopBookResponse): unknown;
96
96
  fromPartial(object: DeepPartial<QueryGetStopBookResponse>): QueryGetStopBookResponse;
97
97
  };
98
98
  export declare const QueryAllStopBookRequest: {
99
99
  encode(message: QueryAllStopBookRequest, writer?: _m0.Writer): _m0.Writer;
100
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryAllStopBookRequest;
100
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllStopBookRequest;
101
101
  fromJSON(object: any): QueryAllStopBookRequest;
102
102
  toJSON(message: QueryAllStopBookRequest): unknown;
103
103
  fromPartial(object: DeepPartial<QueryAllStopBookRequest>): QueryAllStopBookRequest;
104
104
  };
105
105
  export declare const QueryAllStopBookResponse: {
106
106
  encode(message: QueryAllStopBookResponse, writer?: _m0.Writer): _m0.Writer;
107
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryAllStopBookResponse;
107
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllStopBookResponse;
108
108
  fromJSON(object: any): QueryAllStopBookResponse;
109
109
  toJSON(message: QueryAllStopBookResponse): unknown;
110
110
  fromPartial(object: DeepPartial<QueryAllStopBookResponse>): QueryAllStopBookResponse;
@@ -140,8 +140,8 @@ export declare class QueryClientImpl implements Query {
140
140
  interface Rpc {
141
141
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
142
142
  }
143
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
144
- 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 {} ? {
143
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
144
+ export 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 {} ? {
145
145
  [K in keyof T]?: DeepPartial<T[K]>;
146
146
  } : Partial<T>;
147
147
  export {};
@@ -32,27 +32,27 @@ export interface PerpsMarketAmm {
32
32
  }
33
33
  export declare const SpotAmm: {
34
34
  encode(message: SpotAmm, writer?: _m0.Writer): _m0.Writer;
35
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): SpotAmm;
35
+ decode(input: _m0.Reader | Uint8Array, length?: number): SpotAmm;
36
36
  fromJSON(object: any): SpotAmm;
37
37
  toJSON(message: SpotAmm): unknown;
38
38
  fromPartial(object: DeepPartial<SpotAmm>): SpotAmm;
39
39
  };
40
40
  export declare const PerpsAmm: {
41
41
  encode(message: PerpsAmm, writer?: _m0.Writer): _m0.Writer;
42
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): PerpsAmm;
42
+ decode(input: _m0.Reader | Uint8Array, length?: number): PerpsAmm;
43
43
  fromJSON(object: any): PerpsAmm;
44
44
  toJSON(message: PerpsAmm): unknown;
45
45
  fromPartial(object: DeepPartial<PerpsAmm>): PerpsAmm;
46
46
  };
47
47
  export declare const PerpsMarketAmm: {
48
48
  encode(message: PerpsMarketAmm, writer?: _m0.Writer): _m0.Writer;
49
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): PerpsMarketAmm;
49
+ decode(input: _m0.Reader | Uint8Array, length?: number): PerpsMarketAmm;
50
50
  fromJSON(object: any): PerpsMarketAmm;
51
51
  toJSON(message: PerpsMarketAmm): unknown;
52
52
  fromPartial(object: DeepPartial<PerpsMarketAmm>): PerpsMarketAmm;
53
53
  };
54
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
55
- 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 {} ? {
54
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
55
+ export 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 {} ? {
56
56
  [K in keyof T]?: DeepPartial<T[K]>;
57
57
  } : Partial<T>;
58
58
  export {};
@@ -15,13 +15,13 @@ export interface Candlestick {
15
15
  }
16
16
  export declare const Candlestick: {
17
17
  encode(message: Candlestick, writer?: _m0.Writer): _m0.Writer;
18
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Candlestick;
18
+ decode(input: _m0.Reader | Uint8Array, length?: number): Candlestick;
19
19
  fromJSON(object: any): Candlestick;
20
20
  toJSON(message: Candlestick): unknown;
21
21
  fromPartial(object: DeepPartial<Candlestick>): Candlestick;
22
22
  };
23
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
24
- 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 {} ? {
23
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
24
+ export 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 {} ? {
25
25
  [K in keyof T]?: DeepPartial<T[K]>;
26
26
  } : Partial<T>;
27
27
  export {};
@@ -34,20 +34,20 @@ export interface FundingEvent {
34
34
  }
35
35
  export declare const TradeEvent: {
36
36
  encode(message: TradeEvent, writer?: _m0.Writer): _m0.Writer;
37
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): TradeEvent;
37
+ decode(input: _m0.Reader | Uint8Array, length?: number): TradeEvent;
38
38
  fromJSON(object: any): TradeEvent;
39
39
  toJSON(message: TradeEvent): unknown;
40
40
  fromPartial(object: DeepPartial<TradeEvent>): TradeEvent;
41
41
  };
42
42
  export declare const FundingEvent: {
43
43
  encode(message: FundingEvent, writer?: _m0.Writer): _m0.Writer;
44
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FundingEvent;
44
+ decode(input: _m0.Reader | Uint8Array, length?: number): FundingEvent;
45
45
  fromJSON(object: any): FundingEvent;
46
46
  toJSON(message: FundingEvent): unknown;
47
47
  fromPartial(object: DeepPartial<FundingEvent>): FundingEvent;
48
48
  };
49
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
50
- 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 {} ? {
49
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
50
+ export 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 {} ? {
51
51
  [K in keyof T]?: DeepPartial<T[K]>;
52
52
  } : Partial<T>;
53
53
  export {};
@@ -13,13 +13,13 @@ export interface GenesisState {
13
13
  }
14
14
  export declare const GenesisState: {
15
15
  encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
16
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState;
16
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
17
17
  fromJSON(object: any): GenesisState;
18
18
  toJSON(message: GenesisState): unknown;
19
19
  fromPartial(object: DeepPartial<GenesisState>): GenesisState;
20
20
  };
21
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
22
- 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 {} ? {
21
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
22
+ export 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 {} ? {
23
23
  [K in keyof T]?: DeepPartial<T[K]>;
24
24
  } : Partial<T>;
25
25
  export {};
@@ -6,13 +6,13 @@ export interface IncomingLiquidations {
6
6
  }
7
7
  export declare const IncomingLiquidations: {
8
8
  encode(message: IncomingLiquidations, writer?: _m0.Writer): _m0.Writer;
9
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): IncomingLiquidations;
9
+ decode(input: _m0.Reader | Uint8Array, length?: number): IncomingLiquidations;
10
10
  fromJSON(object: any): IncomingLiquidations;
11
11
  toJSON(message: IncomingLiquidations): unknown;
12
12
  fromPartial(object: DeepPartial<IncomingLiquidations>): IncomingLiquidations;
13
13
  };
14
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
15
- 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 {} ? {
14
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
15
+ export 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 {} ? {
16
16
  [K in keyof T]?: DeepPartial<T[K]>;
17
17
  } : Partial<T>;
18
18
  export {};
@@ -7,13 +7,13 @@ export interface MinMaxBoundary {
7
7
  }
8
8
  export declare const MinMaxBoundary: {
9
9
  encode(message: MinMaxBoundary, writer?: _m0.Writer): _m0.Writer;
10
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MinMaxBoundary;
10
+ decode(input: _m0.Reader | Uint8Array, length?: number): MinMaxBoundary;
11
11
  fromJSON(object: any): MinMaxBoundary;
12
12
  toJSON(message: MinMaxBoundary): unknown;
13
13
  fromPartial(object: DeepPartial<MinMaxBoundary>): MinMaxBoundary;
14
14
  };
15
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
16
- 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 {} ? {
15
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
16
+ export 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 {} ? {
17
17
  [K in keyof T]?: DeepPartial<T[K]>;
18
18
  } : Partial<T>;
19
19
  export {};
@@ -41,42 +41,42 @@ export interface QueryTradesForPositionResponse {
41
41
  }
42
42
  export declare const QueryCandlesticksRequest: {
43
43
  encode(message: QueryCandlesticksRequest, writer?: _m0.Writer): _m0.Writer;
44
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryCandlesticksRequest;
44
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryCandlesticksRequest;
45
45
  fromJSON(object: any): QueryCandlesticksRequest;
46
46
  toJSON(message: QueryCandlesticksRequest): unknown;
47
47
  fromPartial(object: DeepPartial<QueryCandlesticksRequest>): QueryCandlesticksRequest;
48
48
  };
49
49
  export declare const QueryCandlesticksResponse: {
50
50
  encode(message: QueryCandlesticksResponse, writer?: _m0.Writer): _m0.Writer;
51
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryCandlesticksResponse;
51
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryCandlesticksResponse;
52
52
  fromJSON(object: any): QueryCandlesticksResponse;
53
53
  toJSON(message: QueryCandlesticksResponse): unknown;
54
54
  fromPartial(object: DeepPartial<QueryCandlesticksResponse>): QueryCandlesticksResponse;
55
55
  };
56
56
  export declare const QueryTradesRequest: {
57
57
  encode(message: QueryTradesRequest, writer?: _m0.Writer): _m0.Writer;
58
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryTradesRequest;
58
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryTradesRequest;
59
59
  fromJSON(object: any): QueryTradesRequest;
60
60
  toJSON(message: QueryTradesRequest): unknown;
61
61
  fromPartial(object: DeepPartial<QueryTradesRequest>): QueryTradesRequest;
62
62
  };
63
63
  export declare const QueryTradesResponse: {
64
64
  encode(message: QueryTradesResponse, writer?: _m0.Writer): _m0.Writer;
65
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryTradesResponse;
65
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryTradesResponse;
66
66
  fromJSON(object: any): QueryTradesResponse;
67
67
  toJSON(message: QueryTradesResponse): unknown;
68
68
  fromPartial(object: DeepPartial<QueryTradesResponse>): QueryTradesResponse;
69
69
  };
70
70
  export declare const QueryTradesForPositionRequest: {
71
71
  encode(message: QueryTradesForPositionRequest, writer?: _m0.Writer): _m0.Writer;
72
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryTradesForPositionRequest;
72
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryTradesForPositionRequest;
73
73
  fromJSON(object: any): QueryTradesForPositionRequest;
74
74
  toJSON(message: QueryTradesForPositionRequest): unknown;
75
75
  fromPartial(object: DeepPartial<QueryTradesForPositionRequest>): QueryTradesForPositionRequest;
76
76
  };
77
77
  export declare const QueryTradesForPositionResponse: {
78
78
  encode(message: QueryTradesForPositionResponse, writer?: _m0.Writer): _m0.Writer;
79
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryTradesForPositionResponse;
79
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryTradesForPositionResponse;
80
80
  fromJSON(object: any): QueryTradesForPositionResponse;
81
81
  toJSON(message: QueryTradesForPositionResponse): unknown;
82
82
  fromPartial(object: DeepPartial<QueryTradesForPositionResponse>): QueryTradesForPositionResponse;
@@ -100,8 +100,8 @@ export declare class QueryClientImpl implements Query {
100
100
  interface Rpc {
101
101
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
102
102
  }
103
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
104
- 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 {} ? {
103
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
104
+ export 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 {} ? {
105
105
  [K in keyof T]?: DeepPartial<T[K]>;
106
106
  } : Partial<T>;
107
107
  export {};
@@ -14,21 +14,21 @@ export interface MsgInitiateLiquidationResponse {
14
14
  }
15
15
  export declare const LiquidatorPosition: {
16
16
  encode(message: LiquidatorPosition, writer?: _m0.Writer): _m0.Writer;
17
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): LiquidatorPosition;
17
+ decode(input: _m0.Reader | Uint8Array, length?: number): LiquidatorPosition;
18
18
  fromJSON(object: any): LiquidatorPosition;
19
19
  toJSON(message: LiquidatorPosition): unknown;
20
20
  fromPartial(object: DeepPartial<LiquidatorPosition>): LiquidatorPosition;
21
21
  };
22
22
  export declare const MsgInitiateLiquidation: {
23
23
  encode(message: MsgInitiateLiquidation, writer?: _m0.Writer): _m0.Writer;
24
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgInitiateLiquidation;
24
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgInitiateLiquidation;
25
25
  fromJSON(object: any): MsgInitiateLiquidation;
26
26
  toJSON(message: MsgInitiateLiquidation): unknown;
27
27
  fromPartial(object: DeepPartial<MsgInitiateLiquidation>): MsgInitiateLiquidation;
28
28
  };
29
29
  export declare const MsgInitiateLiquidationResponse: {
30
30
  encode(_: MsgInitiateLiquidationResponse, writer?: _m0.Writer): _m0.Writer;
31
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgInitiateLiquidationResponse;
31
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgInitiateLiquidationResponse;
32
32
  fromJSON(_: any): MsgInitiateLiquidationResponse;
33
33
  toJSON(_: MsgInitiateLiquidationResponse): unknown;
34
34
  fromPartial(_: DeepPartial<MsgInitiateLiquidationResponse>): MsgInitiateLiquidationResponse;
@@ -46,8 +46,8 @@ export declare class MsgClientImpl implements Msg {
46
46
  interface Rpc {
47
47
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
48
48
  }
49
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
50
- 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 {} ? {
49
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
50
+ export 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 {} ? {
51
51
  [K in keyof T]?: DeepPartial<T[K]>;
52
52
  } : Partial<T>;
53
53
  export {};
@@ -9,13 +9,13 @@ export interface DenomCrossChainInfo {
9
9
  }
10
10
  export declare const DenomCrossChainInfo: {
11
11
  encode(message: DenomCrossChainInfo, writer?: _m0.Writer): _m0.Writer;
12
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): DenomCrossChainInfo;
12
+ decode(input: _m0.Reader | Uint8Array, length?: number): DenomCrossChainInfo;
13
13
  fromJSON(object: any): DenomCrossChainInfo;
14
14
  toJSON(message: DenomCrossChainInfo): unknown;
15
15
  fromPartial(object: DeepPartial<DenomCrossChainInfo>): DenomCrossChainInfo;
16
16
  };
17
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
18
- 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 {} ? {
17
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
18
+ export 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 {} ? {
19
19
  [K in keyof T]?: DeepPartial<T[K]>;
20
20
  } : Partial<T>;
21
21
  export {};
@@ -12,13 +12,13 @@ export interface DenomInfo {
12
12
  }
13
13
  export declare const DenomInfo: {
14
14
  encode(message: DenomInfo, writer?: _m0.Writer): _m0.Writer;
15
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): DenomInfo;
15
+ decode(input: _m0.Reader | Uint8Array, length?: number): DenomInfo;
16
16
  fromJSON(object: any): DenomInfo;
17
17
  toJSON(message: DenomInfo): unknown;
18
18
  fromPartial(object: DeepPartial<DenomInfo>): DenomInfo;
19
19
  };
20
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
21
- 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 {} ? {
20
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
21
+ export 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 {} ? {
22
22
  [K in keyof T]?: DeepPartial<T[K]>;
23
23
  } : Partial<T>;
24
24
  export {};
@@ -6,13 +6,13 @@ export interface GenesisState {
6
6
  }
7
7
  export declare const GenesisState: {
8
8
  encode(_: GenesisState, writer?: _m0.Writer): _m0.Writer;
9
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState;
9
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
10
10
  fromJSON(_: any): GenesisState;
11
11
  toJSON(_: GenesisState): unknown;
12
12
  fromPartial(_: DeepPartial<GenesisState>): GenesisState;
13
13
  };
14
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
15
- 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 {} ? {
14
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
15
+ export 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 {} ? {
16
16
  [K in keyof T]?: DeepPartial<T[K]>;
17
17
  } : Partial<T>;
18
18
  export {};
@@ -20,28 +20,28 @@ export interface QueryGetDenomCrossChainInfoResponse {
20
20
  }
21
21
  export declare const QueryGetDenomInfoRequest: {
22
22
  encode(message: QueryGetDenomInfoRequest, writer?: _m0.Writer): _m0.Writer;
23
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetDenomInfoRequest;
23
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetDenomInfoRequest;
24
24
  fromJSON(object: any): QueryGetDenomInfoRequest;
25
25
  toJSON(message: QueryGetDenomInfoRequest): unknown;
26
26
  fromPartial(object: DeepPartial<QueryGetDenomInfoRequest>): QueryGetDenomInfoRequest;
27
27
  };
28
28
  export declare const QueryGetDenomInfoResponse: {
29
29
  encode(message: QueryGetDenomInfoResponse, writer?: _m0.Writer): _m0.Writer;
30
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetDenomInfoResponse;
30
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetDenomInfoResponse;
31
31
  fromJSON(object: any): QueryGetDenomInfoResponse;
32
32
  toJSON(message: QueryGetDenomInfoResponse): unknown;
33
33
  fromPartial(object: DeepPartial<QueryGetDenomInfoResponse>): QueryGetDenomInfoResponse;
34
34
  };
35
35
  export declare const QueryGetDenomCrossChainInfoRequest: {
36
36
  encode(message: QueryGetDenomCrossChainInfoRequest, writer?: _m0.Writer): _m0.Writer;
37
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetDenomCrossChainInfoRequest;
37
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetDenomCrossChainInfoRequest;
38
38
  fromJSON(object: any): QueryGetDenomCrossChainInfoRequest;
39
39
  toJSON(message: QueryGetDenomCrossChainInfoRequest): unknown;
40
40
  fromPartial(object: DeepPartial<QueryGetDenomCrossChainInfoRequest>): QueryGetDenomCrossChainInfoRequest;
41
41
  };
42
42
  export declare const QueryGetDenomCrossChainInfoResponse: {
43
43
  encode(message: QueryGetDenomCrossChainInfoResponse, writer?: _m0.Writer): _m0.Writer;
44
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetDenomCrossChainInfoResponse;
44
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetDenomCrossChainInfoResponse;
45
45
  fromJSON(object: any): QueryGetDenomCrossChainInfoResponse;
46
46
  toJSON(message: QueryGetDenomCrossChainInfoResponse): unknown;
47
47
  fromPartial(object: DeepPartial<QueryGetDenomCrossChainInfoResponse>): QueryGetDenomCrossChainInfoResponse;
@@ -61,8 +61,8 @@ export declare class QueryClientImpl implements Query {
61
61
  interface Rpc {
62
62
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
63
63
  }
64
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
65
- 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 {} ? {
64
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
65
+ export 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 {} ? {
66
66
  [K in keyof T]?: DeepPartial<T[K]>;
67
67
  } : Partial<T>;
68
68
  export {};
@@ -28,42 +28,42 @@ export interface MsgLockResponse {
28
28
  }
29
29
  export declare const MsgCreate: {
30
30
  encode(message: MsgCreate, writer?: _m0.Writer): _m0.Writer;
31
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgCreate;
31
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreate;
32
32
  fromJSON(object: any): MsgCreate;
33
33
  toJSON(message: MsgCreate): unknown;
34
34
  fromPartial(object: DeepPartial<MsgCreate>): MsgCreate;
35
35
  };
36
36
  export declare const MsgCreateResponse: {
37
37
  encode(_: MsgCreateResponse, writer?: _m0.Writer): _m0.Writer;
38
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgCreateResponse;
38
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateResponse;
39
39
  fromJSON(_: any): MsgCreateResponse;
40
40
  toJSON(_: MsgCreateResponse): unknown;
41
41
  fromPartial(_: DeepPartial<MsgCreateResponse>): MsgCreateResponse;
42
42
  };
43
43
  export declare const MsgBind: {
44
44
  encode(message: MsgBind, writer?: _m0.Writer): _m0.Writer;
45
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgBind;
45
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgBind;
46
46
  fromJSON(object: any): MsgBind;
47
47
  toJSON(message: MsgBind): unknown;
48
48
  fromPartial(object: DeepPartial<MsgBind>): MsgBind;
49
49
  };
50
50
  export declare const MsgBindResponse: {
51
51
  encode(_: MsgBindResponse, writer?: _m0.Writer): _m0.Writer;
52
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgBindResponse;
52
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgBindResponse;
53
53
  fromJSON(_: any): MsgBindResponse;
54
54
  toJSON(_: MsgBindResponse): unknown;
55
55
  fromPartial(_: DeepPartial<MsgBindResponse>): MsgBindResponse;
56
56
  };
57
57
  export declare const MsgLock: {
58
58
  encode(message: MsgLock, writer?: _m0.Writer): _m0.Writer;
59
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgLock;
59
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgLock;
60
60
  fromJSON(object: any): MsgLock;
61
61
  toJSON(message: MsgLock): unknown;
62
62
  fromPartial(object: DeepPartial<MsgLock>): MsgLock;
63
63
  };
64
64
  export declare const MsgLockResponse: {
65
65
  encode(_: MsgLockResponse, writer?: _m0.Writer): _m0.Writer;
66
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgLockResponse;
66
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgLockResponse;
67
67
  fromJSON(_: any): MsgLockResponse;
68
68
  toJSON(_: MsgLockResponse): unknown;
69
69
  fromPartial(_: DeepPartial<MsgLockResponse>): MsgLockResponse;
@@ -85,8 +85,8 @@ export declare class MsgClientImpl implements Msg {
85
85
  interface Rpc {
86
86
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
87
87
  }
88
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
89
- 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 {} ? {
88
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
89
+ export 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 {} ? {
90
90
  [K in keyof T]?: DeepPartial<T[K]>;
91
91
  } : Partial<T>;
92
92
  export {};
@@ -7,13 +7,13 @@ export interface Params {
7
7
  }
8
8
  export declare const Params: {
9
9
  encode(message: Params, writer?: _m0.Writer): _m0.Writer;
10
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Params;
10
+ decode(input: _m0.Reader | Uint8Array, length?: number): Params;
11
11
  fromJSON(object: any): Params;
12
12
  toJSON(message: Params): unknown;
13
13
  fromPartial(object: DeepPartial<Params>): Params;
14
14
  };
15
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
16
- 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 {} ? {
15
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
16
+ export 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 {} ? {
17
17
  [K in keyof T]?: DeepPartial<T[K]>;
18
18
  } : Partial<T>;
19
19
  export {};