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