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
@@ -11,13 +11,13 @@ export interface GenesisState {
11
11
  }
12
12
  export declare const GenesisState: {
13
13
  encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
14
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState;
14
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
15
15
  fromJSON(object: any): GenesisState;
16
16
  toJSON(message: GenesisState): unknown;
17
17
  fromPartial(object: DeepPartial<GenesisState>): GenesisState;
18
18
  };
19
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
20
- 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 {} ? {
19
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
20
+ 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 {} ? {
21
21
  [K in keyof T]?: DeepPartial<T[K]>;
22
22
  } : Partial<T>;
23
23
  export {};
@@ -24,34 +24,34 @@ export interface RemoveMinGasPriceProposal {
24
24
  }
25
25
  export declare const SetMsgGasCostProposal: {
26
26
  encode(message: SetMsgGasCostProposal, writer?: _m0.Writer): _m0.Writer;
27
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): SetMsgGasCostProposal;
27
+ decode(input: _m0.Reader | Uint8Array, length?: number): SetMsgGasCostProposal;
28
28
  fromJSON(object: any): SetMsgGasCostProposal;
29
29
  toJSON(message: SetMsgGasCostProposal): unknown;
30
30
  fromPartial(object: DeepPartial<SetMsgGasCostProposal>): SetMsgGasCostProposal;
31
31
  };
32
32
  export declare const SetMinGasPriceProposal: {
33
33
  encode(message: SetMinGasPriceProposal, writer?: _m0.Writer): _m0.Writer;
34
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): SetMinGasPriceProposal;
34
+ decode(input: _m0.Reader | Uint8Array, length?: number): SetMinGasPriceProposal;
35
35
  fromJSON(object: any): SetMinGasPriceProposal;
36
36
  toJSON(message: SetMinGasPriceProposal): unknown;
37
37
  fromPartial(object: DeepPartial<SetMinGasPriceProposal>): SetMinGasPriceProposal;
38
38
  };
39
39
  export declare const RemoveMsgGasCostProposal: {
40
40
  encode(message: RemoveMsgGasCostProposal, writer?: _m0.Writer): _m0.Writer;
41
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): RemoveMsgGasCostProposal;
41
+ decode(input: _m0.Reader | Uint8Array, length?: number): RemoveMsgGasCostProposal;
42
42
  fromJSON(object: any): RemoveMsgGasCostProposal;
43
43
  toJSON(message: RemoveMsgGasCostProposal): unknown;
44
44
  fromPartial(object: DeepPartial<RemoveMsgGasCostProposal>): RemoveMsgGasCostProposal;
45
45
  };
46
46
  export declare const RemoveMinGasPriceProposal: {
47
47
  encode(message: RemoveMinGasPriceProposal, writer?: _m0.Writer): _m0.Writer;
48
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): RemoveMinGasPriceProposal;
48
+ decode(input: _m0.Reader | Uint8Array, length?: number): RemoveMinGasPriceProposal;
49
49
  fromJSON(object: any): RemoveMinGasPriceProposal;
50
50
  toJSON(message: RemoveMinGasPriceProposal): unknown;
51
51
  fromPartial(object: DeepPartial<RemoveMinGasPriceProposal>): RemoveMinGasPriceProposal;
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 {};
@@ -32,56 +32,56 @@ export interface QueryAllMinGasPriceResponse {
32
32
  }
33
33
  export declare const QueryGetMsgGasCostRequest: {
34
34
  encode(message: QueryGetMsgGasCostRequest, writer?: _m0.Writer): _m0.Writer;
35
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetMsgGasCostRequest;
35
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetMsgGasCostRequest;
36
36
  fromJSON(object: any): QueryGetMsgGasCostRequest;
37
37
  toJSON(message: QueryGetMsgGasCostRequest): unknown;
38
38
  fromPartial(object: DeepPartial<QueryGetMsgGasCostRequest>): QueryGetMsgGasCostRequest;
39
39
  };
40
40
  export declare const QueryGetMsgGasCostResponse: {
41
41
  encode(message: QueryGetMsgGasCostResponse, writer?: _m0.Writer): _m0.Writer;
42
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetMsgGasCostResponse;
42
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetMsgGasCostResponse;
43
43
  fromJSON(object: any): QueryGetMsgGasCostResponse;
44
44
  toJSON(message: QueryGetMsgGasCostResponse): unknown;
45
45
  fromPartial(object: DeepPartial<QueryGetMsgGasCostResponse>): QueryGetMsgGasCostResponse;
46
46
  };
47
47
  export declare const QueryAllMsgGasCostRequest: {
48
48
  encode(message: QueryAllMsgGasCostRequest, writer?: _m0.Writer): _m0.Writer;
49
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryAllMsgGasCostRequest;
49
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllMsgGasCostRequest;
50
50
  fromJSON(object: any): QueryAllMsgGasCostRequest;
51
51
  toJSON(message: QueryAllMsgGasCostRequest): unknown;
52
52
  fromPartial(object: DeepPartial<QueryAllMsgGasCostRequest>): QueryAllMsgGasCostRequest;
53
53
  };
54
54
  export declare const QueryAllMsgGasCostResponse: {
55
55
  encode(message: QueryAllMsgGasCostResponse, writer?: _m0.Writer): _m0.Writer;
56
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryAllMsgGasCostResponse;
56
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllMsgGasCostResponse;
57
57
  fromJSON(object: any): QueryAllMsgGasCostResponse;
58
58
  toJSON(message: QueryAllMsgGasCostResponse): unknown;
59
59
  fromPartial(object: DeepPartial<QueryAllMsgGasCostResponse>): QueryAllMsgGasCostResponse;
60
60
  };
61
61
  export declare const QueryGetMinGasPriceRequest: {
62
62
  encode(message: QueryGetMinGasPriceRequest, writer?: _m0.Writer): _m0.Writer;
63
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetMinGasPriceRequest;
63
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetMinGasPriceRequest;
64
64
  fromJSON(object: any): QueryGetMinGasPriceRequest;
65
65
  toJSON(message: QueryGetMinGasPriceRequest): unknown;
66
66
  fromPartial(object: DeepPartial<QueryGetMinGasPriceRequest>): QueryGetMinGasPriceRequest;
67
67
  };
68
68
  export declare const QueryGetMinGasPriceResponse: {
69
69
  encode(message: QueryGetMinGasPriceResponse, writer?: _m0.Writer): _m0.Writer;
70
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetMinGasPriceResponse;
70
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetMinGasPriceResponse;
71
71
  fromJSON(object: any): QueryGetMinGasPriceResponse;
72
72
  toJSON(message: QueryGetMinGasPriceResponse): unknown;
73
73
  fromPartial(object: DeepPartial<QueryGetMinGasPriceResponse>): QueryGetMinGasPriceResponse;
74
74
  };
75
75
  export declare const QueryAllMinGasPriceRequest: {
76
76
  encode(message: QueryAllMinGasPriceRequest, writer?: _m0.Writer): _m0.Writer;
77
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryAllMinGasPriceRequest;
77
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllMinGasPriceRequest;
78
78
  fromJSON(object: any): QueryAllMinGasPriceRequest;
79
79
  toJSON(message: QueryAllMinGasPriceRequest): unknown;
80
80
  fromPartial(object: DeepPartial<QueryAllMinGasPriceRequest>): QueryAllMinGasPriceRequest;
81
81
  };
82
82
  export declare const QueryAllMinGasPriceResponse: {
83
83
  encode(message: QueryAllMinGasPriceResponse, writer?: _m0.Writer): _m0.Writer;
84
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryAllMinGasPriceResponse;
84
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllMinGasPriceResponse;
85
85
  fromJSON(object: any): QueryAllMinGasPriceResponse;
86
86
  toJSON(message: QueryAllMinGasPriceResponse): unknown;
87
87
  fromPartial(object: DeepPartial<QueryAllMinGasPriceResponse>): QueryAllMinGasPriceResponse;
@@ -107,8 +107,8 @@ export declare class QueryClientImpl implements Query {
107
107
  interface Rpc {
108
108
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
109
109
  }
110
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
111
- 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 {} ? {
110
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
111
+ 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 {} ? {
112
112
  [K in keyof T]?: DeepPartial<T[K]>;
113
113
  } : Partial<T>;
114
114
  export {};
@@ -28,56 +28,56 @@ export interface MsgRemoveMinGasPriceResponse {
28
28
  }
29
29
  export declare const MsgSetGasCost: {
30
30
  encode(message: MsgSetGasCost, writer?: _m0.Writer): _m0.Writer;
31
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgSetGasCost;
31
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetGasCost;
32
32
  fromJSON(object: any): MsgSetGasCost;
33
33
  toJSON(message: MsgSetGasCost): unknown;
34
34
  fromPartial(object: DeepPartial<MsgSetGasCost>): MsgSetGasCost;
35
35
  };
36
36
  export declare const MsgSetGasCostResponse: {
37
37
  encode(_: MsgSetGasCostResponse, writer?: _m0.Writer): _m0.Writer;
38
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgSetGasCostResponse;
38
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetGasCostResponse;
39
39
  fromJSON(_: any): MsgSetGasCostResponse;
40
40
  toJSON(_: MsgSetGasCostResponse): unknown;
41
41
  fromPartial(_: DeepPartial<MsgSetGasCostResponse>): MsgSetGasCostResponse;
42
42
  };
43
43
  export declare const MsgSetMinGasPrice: {
44
44
  encode(message: MsgSetMinGasPrice, writer?: _m0.Writer): _m0.Writer;
45
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgSetMinGasPrice;
45
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetMinGasPrice;
46
46
  fromJSON(object: any): MsgSetMinGasPrice;
47
47
  toJSON(message: MsgSetMinGasPrice): unknown;
48
48
  fromPartial(object: DeepPartial<MsgSetMinGasPrice>): MsgSetMinGasPrice;
49
49
  };
50
50
  export declare const MsgSetMinGasPriceResponse: {
51
51
  encode(_: MsgSetMinGasPriceResponse, writer?: _m0.Writer): _m0.Writer;
52
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgSetMinGasPriceResponse;
52
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetMinGasPriceResponse;
53
53
  fromJSON(_: any): MsgSetMinGasPriceResponse;
54
54
  toJSON(_: MsgSetMinGasPriceResponse): unknown;
55
55
  fromPartial(_: DeepPartial<MsgSetMinGasPriceResponse>): MsgSetMinGasPriceResponse;
56
56
  };
57
57
  export declare const MsgRemoveGasCost: {
58
58
  encode(message: MsgRemoveGasCost, writer?: _m0.Writer): _m0.Writer;
59
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgRemoveGasCost;
59
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgRemoveGasCost;
60
60
  fromJSON(object: any): MsgRemoveGasCost;
61
61
  toJSON(message: MsgRemoveGasCost): unknown;
62
62
  fromPartial(object: DeepPartial<MsgRemoveGasCost>): MsgRemoveGasCost;
63
63
  };
64
64
  export declare const MsgRemoveGasCostResponse: {
65
65
  encode(_: MsgRemoveGasCostResponse, writer?: _m0.Writer): _m0.Writer;
66
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgRemoveGasCostResponse;
66
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgRemoveGasCostResponse;
67
67
  fromJSON(_: any): MsgRemoveGasCostResponse;
68
68
  toJSON(_: MsgRemoveGasCostResponse): unknown;
69
69
  fromPartial(_: DeepPartial<MsgRemoveGasCostResponse>): MsgRemoveGasCostResponse;
70
70
  };
71
71
  export declare const MsgRemoveMinGasPrice: {
72
72
  encode(message: MsgRemoveMinGasPrice, writer?: _m0.Writer): _m0.Writer;
73
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgRemoveMinGasPrice;
73
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgRemoveMinGasPrice;
74
74
  fromJSON(object: any): MsgRemoveMinGasPrice;
75
75
  toJSON(message: MsgRemoveMinGasPrice): unknown;
76
76
  fromPartial(object: DeepPartial<MsgRemoveMinGasPrice>): MsgRemoveMinGasPrice;
77
77
  };
78
78
  export declare const MsgRemoveMinGasPriceResponse: {
79
79
  encode(_: MsgRemoveMinGasPriceResponse, writer?: _m0.Writer): _m0.Writer;
80
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgRemoveMinGasPriceResponse;
80
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgRemoveMinGasPriceResponse;
81
81
  fromJSON(_: any): MsgRemoveMinGasPriceResponse;
82
82
  toJSON(_: MsgRemoveMinGasPriceResponse): unknown;
83
83
  fromPartial(_: DeepPartial<MsgRemoveMinGasPriceResponse>): MsgRemoveMinGasPriceResponse;
@@ -101,8 +101,8 @@ export declare class MsgClientImpl implements Msg {
101
101
  interface Rpc {
102
102
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
103
103
  }
104
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
105
- 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 {} ? {
104
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
105
+ 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 {} ? {
106
106
  [K in keyof T]?: DeepPartial<T[K]>;
107
107
  } : Partial<T>;
108
108
  export {};
@@ -124,13 +124,13 @@ export interface Any {
124
124
  }
125
125
  export declare const Any: {
126
126
  encode(message: Any, writer?: _m0.Writer): _m0.Writer;
127
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Any;
127
+ decode(input: _m0.Reader | Uint8Array, length?: number): Any;
128
128
  fromJSON(object: any): Any;
129
129
  toJSON(message: Any): unknown;
130
130
  fromPartial(object: DeepPartial<Any>): Any;
131
131
  };
132
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
133
- 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 {} ? {
132
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
133
+ 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 {} ? {
134
134
  [K in keyof T]?: DeepPartial<T[K]>;
135
135
  } : Partial<T>;
136
136
  export {};
@@ -80,13 +80,13 @@ export interface Duration {
80
80
  }
81
81
  export declare const Duration: {
82
82
  encode(message: Duration, writer?: _m0.Writer): _m0.Writer;
83
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Duration;
83
+ decode(input: _m0.Reader | Uint8Array, length?: number): Duration;
84
84
  fromJSON(object: any): Duration;
85
85
  toJSON(message: Duration): unknown;
86
86
  fromPartial(object: DeepPartial<Duration>): Duration;
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 {};
@@ -109,13 +109,13 @@ export interface Timestamp {
109
109
  }
110
110
  export declare const Timestamp: {
111
111
  encode(message: Timestamp, writer?: _m0.Writer): _m0.Writer;
112
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Timestamp;
112
+ decode(input: _m0.Reader | Uint8Array, length?: number): Timestamp;
113
113
  fromJSON(object: any): Timestamp;
114
114
  toJSON(message: Timestamp): unknown;
115
115
  fromPartial(object: DeepPartial<Timestamp>): Timestamp;
116
116
  };
117
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
118
- 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 {} ? {
117
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
118
+ 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 {} ? {
119
119
  [K in keyof T]?: DeepPartial<T[K]>;
120
120
  } : Partial<T>;
121
121
  export {};
@@ -84,69 +84,69 @@ export interface BytesValue {
84
84
  }
85
85
  export declare const DoubleValue: {
86
86
  encode(message: DoubleValue, writer?: _m0.Writer): _m0.Writer;
87
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): DoubleValue;
87
+ decode(input: _m0.Reader | Uint8Array, length?: number): DoubleValue;
88
88
  fromJSON(object: any): DoubleValue;
89
89
  toJSON(message: DoubleValue): unknown;
90
90
  fromPartial(object: DeepPartial<DoubleValue>): DoubleValue;
91
91
  };
92
92
  export declare const FloatValue: {
93
93
  encode(message: FloatValue, writer?: _m0.Writer): _m0.Writer;
94
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): FloatValue;
94
+ decode(input: _m0.Reader | Uint8Array, length?: number): FloatValue;
95
95
  fromJSON(object: any): FloatValue;
96
96
  toJSON(message: FloatValue): unknown;
97
97
  fromPartial(object: DeepPartial<FloatValue>): FloatValue;
98
98
  };
99
99
  export declare const Int64Value: {
100
100
  encode(message: Int64Value, writer?: _m0.Writer): _m0.Writer;
101
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Int64Value;
101
+ decode(input: _m0.Reader | Uint8Array, length?: number): Int64Value;
102
102
  fromJSON(object: any): Int64Value;
103
103
  toJSON(message: Int64Value): unknown;
104
104
  fromPartial(object: DeepPartial<Int64Value>): Int64Value;
105
105
  };
106
106
  export declare const UInt64Value: {
107
107
  encode(message: UInt64Value, writer?: _m0.Writer): _m0.Writer;
108
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): UInt64Value;
108
+ decode(input: _m0.Reader | Uint8Array, length?: number): UInt64Value;
109
109
  fromJSON(object: any): UInt64Value;
110
110
  toJSON(message: UInt64Value): unknown;
111
111
  fromPartial(object: DeepPartial<UInt64Value>): UInt64Value;
112
112
  };
113
113
  export declare const Int32Value: {
114
114
  encode(message: Int32Value, writer?: _m0.Writer): _m0.Writer;
115
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Int32Value;
115
+ decode(input: _m0.Reader | Uint8Array, length?: number): Int32Value;
116
116
  fromJSON(object: any): Int32Value;
117
117
  toJSON(message: Int32Value): unknown;
118
118
  fromPartial(object: DeepPartial<Int32Value>): Int32Value;
119
119
  };
120
120
  export declare const UInt32Value: {
121
121
  encode(message: UInt32Value, writer?: _m0.Writer): _m0.Writer;
122
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): UInt32Value;
122
+ decode(input: _m0.Reader | Uint8Array, length?: number): UInt32Value;
123
123
  fromJSON(object: any): UInt32Value;
124
124
  toJSON(message: UInt32Value): unknown;
125
125
  fromPartial(object: DeepPartial<UInt32Value>): UInt32Value;
126
126
  };
127
127
  export declare const BoolValue: {
128
128
  encode(message: BoolValue, writer?: _m0.Writer): _m0.Writer;
129
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): BoolValue;
129
+ decode(input: _m0.Reader | Uint8Array, length?: number): BoolValue;
130
130
  fromJSON(object: any): BoolValue;
131
131
  toJSON(message: BoolValue): unknown;
132
132
  fromPartial(object: DeepPartial<BoolValue>): BoolValue;
133
133
  };
134
134
  export declare const StringValue: {
135
135
  encode(message: StringValue, writer?: _m0.Writer): _m0.Writer;
136
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): StringValue;
136
+ decode(input: _m0.Reader | Uint8Array, length?: number): StringValue;
137
137
  fromJSON(object: any): StringValue;
138
138
  toJSON(message: StringValue): unknown;
139
139
  fromPartial(object: DeepPartial<StringValue>): StringValue;
140
140
  };
141
141
  export declare const BytesValue: {
142
142
  encode(message: BytesValue, writer?: _m0.Writer): _m0.Writer;
143
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): BytesValue;
143
+ decode(input: _m0.Reader | Uint8Array, length?: number): BytesValue;
144
144
  fromJSON(object: any): BytesValue;
145
145
  toJSON(message: BytesValue): unknown;
146
146
  fromPartial(object: DeepPartial<BytesValue>): BytesValue;
147
147
  };
148
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
149
- 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 {} ? {
148
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
149
+ 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 {} ? {
150
150
  [K in keyof T]?: DeepPartial<T[K]>;
151
151
  } : Partial<T>;
152
152
  export {};
@@ -30,41 +30,41 @@ export interface ZionConsensusPeers_PeersEntry {
30
30
  }
31
31
  export declare const Peer: {
32
32
  encode(message: Peer, writer?: _m0.Writer): _m0.Writer;
33
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Peer;
33
+ decode(input: _m0.Reader | Uint8Array, length?: number): Peer;
34
34
  fromJSON(object: any): Peer;
35
35
  toJSON(message: Peer): unknown;
36
36
  fromPartial(object: DeepPartial<Peer>): Peer;
37
37
  };
38
38
  export declare const ConsensusPeers: {
39
39
  encode(message: ConsensusPeers, writer?: _m0.Writer): _m0.Writer;
40
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ConsensusPeers;
40
+ decode(input: _m0.Reader | Uint8Array, length?: number): ConsensusPeers;
41
41
  fromJSON(object: any): ConsensusPeers;
42
42
  toJSON(message: ConsensusPeers): unknown;
43
43
  fromPartial(object: DeepPartial<ConsensusPeers>): ConsensusPeers;
44
44
  };
45
45
  export declare const ConsensusPeers_PeersEntry: {
46
46
  encode(message: ConsensusPeers_PeersEntry, writer?: _m0.Writer): _m0.Writer;
47
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ConsensusPeers_PeersEntry;
47
+ decode(input: _m0.Reader | Uint8Array, length?: number): ConsensusPeers_PeersEntry;
48
48
  fromJSON(object: any): ConsensusPeers_PeersEntry;
49
49
  toJSON(message: ConsensusPeers_PeersEntry): unknown;
50
50
  fromPartial(object: DeepPartial<ConsensusPeers_PeersEntry>): ConsensusPeers_PeersEntry;
51
51
  };
52
52
  export declare const ZionConsensusPeers: {
53
53
  encode(message: ZionConsensusPeers, writer?: _m0.Writer): _m0.Writer;
54
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ZionConsensusPeers;
54
+ decode(input: _m0.Reader | Uint8Array, length?: number): ZionConsensusPeers;
55
55
  fromJSON(object: any): ZionConsensusPeers;
56
56
  toJSON(message: ZionConsensusPeers): unknown;
57
57
  fromPartial(object: DeepPartial<ZionConsensusPeers>): ZionConsensusPeers;
58
58
  };
59
59
  export declare const ZionConsensusPeers_PeersEntry: {
60
60
  encode(message: ZionConsensusPeers_PeersEntry, writer?: _m0.Writer): _m0.Writer;
61
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): ZionConsensusPeers_PeersEntry;
61
+ decode(input: _m0.Reader | Uint8Array, length?: number): ZionConsensusPeers_PeersEntry;
62
62
  fromJSON(object: any): ZionConsensusPeers_PeersEntry;
63
63
  toJSON(message: ZionConsensusPeers_PeersEntry): unknown;
64
64
  fromPartial(object: DeepPartial<ZionConsensusPeers_PeersEntry>): ZionConsensusPeers_PeersEntry;
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 {};
@@ -39,41 +39,41 @@ export interface GenesisState_ZionCheckpointHashesEntry {
39
39
  }
40
40
  export declare const GenesisState: {
41
41
  encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
42
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState;
42
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
43
43
  fromJSON(object: any): GenesisState;
44
44
  toJSON(message: GenesisState): unknown;
45
45
  fromPartial(object: DeepPartial<GenesisState>): GenesisState;
46
46
  };
47
47
  export declare const GenesisState_ConsensusPeersEntry: {
48
48
  encode(message: GenesisState_ConsensusPeersEntry, writer?: _m0.Writer): _m0.Writer;
49
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState_ConsensusPeersEntry;
49
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_ConsensusPeersEntry;
50
50
  fromJSON(object: any): GenesisState_ConsensusPeersEntry;
51
51
  toJSON(message: GenesisState_ConsensusPeersEntry): unknown;
52
52
  fromPartial(object: DeepPartial<GenesisState_ConsensusPeersEntry>): GenesisState_ConsensusPeersEntry;
53
53
  };
54
54
  export declare const GenesisState_CheckpointHashesEntry: {
55
55
  encode(message: GenesisState_CheckpointHashesEntry, writer?: _m0.Writer): _m0.Writer;
56
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState_CheckpointHashesEntry;
56
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_CheckpointHashesEntry;
57
57
  fromJSON(object: any): GenesisState_CheckpointHashesEntry;
58
58
  toJSON(message: GenesisState_CheckpointHashesEntry): unknown;
59
59
  fromPartial(object: DeepPartial<GenesisState_CheckpointHashesEntry>): GenesisState_CheckpointHashesEntry;
60
60
  };
61
61
  export declare const GenesisState_ZionConsensusPeersEntry: {
62
62
  encode(message: GenesisState_ZionConsensusPeersEntry, writer?: _m0.Writer): _m0.Writer;
63
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState_ZionConsensusPeersEntry;
63
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_ZionConsensusPeersEntry;
64
64
  fromJSON(object: any): GenesisState_ZionConsensusPeersEntry;
65
65
  toJSON(message: GenesisState_ZionConsensusPeersEntry): unknown;
66
66
  fromPartial(object: DeepPartial<GenesisState_ZionConsensusPeersEntry>): GenesisState_ZionConsensusPeersEntry;
67
67
  };
68
68
  export declare const GenesisState_ZionCheckpointHashesEntry: {
69
69
  encode(message: GenesisState_ZionCheckpointHashesEntry, writer?: _m0.Writer): _m0.Writer;
70
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): GenesisState_ZionCheckpointHashesEntry;
70
+ decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_ZionCheckpointHashesEntry;
71
71
  fromJSON(object: any): GenesisState_ZionCheckpointHashesEntry;
72
72
  toJSON(message: GenesisState_ZionCheckpointHashesEntry): unknown;
73
73
  fromPartial(object: DeepPartial<GenesisState_ZionCheckpointHashesEntry>): GenesisState_ZionCheckpointHashesEntry;
74
74
  };
75
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
76
- 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 {} ? {
75
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
76
+ 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 {} ? {
77
77
  [K in keyof T]?: DeepPartial<T[K]>;
78
78
  } : Partial<T>;
79
79
  export {};
@@ -16,28 +16,28 @@ export interface QueryGetZionConsensusPeersResponse {
16
16
  }
17
17
  export declare const QueryGetConsensusPeersRequest: {
18
18
  encode(message: QueryGetConsensusPeersRequest, writer?: _m0.Writer): _m0.Writer;
19
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetConsensusPeersRequest;
19
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetConsensusPeersRequest;
20
20
  fromJSON(object: any): QueryGetConsensusPeersRequest;
21
21
  toJSON(message: QueryGetConsensusPeersRequest): unknown;
22
22
  fromPartial(object: DeepPartial<QueryGetConsensusPeersRequest>): QueryGetConsensusPeersRequest;
23
23
  };
24
24
  export declare const QueryGetConsensusPeersResponse: {
25
25
  encode(message: QueryGetConsensusPeersResponse, writer?: _m0.Writer): _m0.Writer;
26
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetConsensusPeersResponse;
26
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetConsensusPeersResponse;
27
27
  fromJSON(object: any): QueryGetConsensusPeersResponse;
28
28
  toJSON(message: QueryGetConsensusPeersResponse): unknown;
29
29
  fromPartial(object: DeepPartial<QueryGetConsensusPeersResponse>): QueryGetConsensusPeersResponse;
30
30
  };
31
31
  export declare const QueryGetZionConsensusPeersRequest: {
32
32
  encode(message: QueryGetZionConsensusPeersRequest, writer?: _m0.Writer): _m0.Writer;
33
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetZionConsensusPeersRequest;
33
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetZionConsensusPeersRequest;
34
34
  fromJSON(object: any): QueryGetZionConsensusPeersRequest;
35
35
  toJSON(message: QueryGetZionConsensusPeersRequest): unknown;
36
36
  fromPartial(object: DeepPartial<QueryGetZionConsensusPeersRequest>): QueryGetZionConsensusPeersRequest;
37
37
  };
38
38
  export declare const QueryGetZionConsensusPeersResponse: {
39
39
  encode(message: QueryGetZionConsensusPeersResponse, writer?: _m0.Writer): _m0.Writer;
40
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): QueryGetZionConsensusPeersResponse;
40
+ decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetZionConsensusPeersResponse;
41
41
  fromJSON(object: any): QueryGetZionConsensusPeersResponse;
42
42
  toJSON(message: QueryGetZionConsensusPeersResponse): unknown;
43
43
  fromPartial(object: DeepPartial<QueryGetZionConsensusPeersResponse>): QueryGetZionConsensusPeersResponse;
@@ -57,8 +57,8 @@ export declare class QueryClientImpl implements Query {
57
57
  interface Rpc {
58
58
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
59
59
  }
60
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
61
- 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 {} ? {
60
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
61
+ 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 {} ? {
62
62
  [K in keyof T]?: DeepPartial<T[K]>;
63
63
  } : Partial<T>;
64
64
  export {};
@@ -16,28 +16,28 @@ export interface MsgSyncHeadersResponse {
16
16
  }
17
17
  export declare const MsgSyncGenesis: {
18
18
  encode(message: MsgSyncGenesis, writer?: _m0.Writer): _m0.Writer;
19
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgSyncGenesis;
19
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgSyncGenesis;
20
20
  fromJSON(object: any): MsgSyncGenesis;
21
21
  toJSON(message: MsgSyncGenesis): unknown;
22
22
  fromPartial(object: DeepPartial<MsgSyncGenesis>): MsgSyncGenesis;
23
23
  };
24
24
  export declare const MsgSyncGenesisResponse: {
25
25
  encode(_: MsgSyncGenesisResponse, writer?: _m0.Writer): _m0.Writer;
26
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgSyncGenesisResponse;
26
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgSyncGenesisResponse;
27
27
  fromJSON(_: any): MsgSyncGenesisResponse;
28
28
  toJSON(_: MsgSyncGenesisResponse): unknown;
29
29
  fromPartial(_: DeepPartial<MsgSyncGenesisResponse>): MsgSyncGenesisResponse;
30
30
  };
31
31
  export declare const MsgSyncHeaders: {
32
32
  encode(message: MsgSyncHeaders, writer?: _m0.Writer): _m0.Writer;
33
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgSyncHeaders;
33
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgSyncHeaders;
34
34
  fromJSON(object: any): MsgSyncHeaders;
35
35
  toJSON(message: MsgSyncHeaders): unknown;
36
36
  fromPartial(object: DeepPartial<MsgSyncHeaders>): MsgSyncHeaders;
37
37
  };
38
38
  export declare const MsgSyncHeadersResponse: {
39
39
  encode(_: MsgSyncHeadersResponse, writer?: _m0.Writer): _m0.Writer;
40
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): MsgSyncHeadersResponse;
40
+ decode(input: _m0.Reader | Uint8Array, length?: number): MsgSyncHeadersResponse;
41
41
  fromJSON(_: any): MsgSyncHeadersResponse;
42
42
  toJSON(_: MsgSyncHeadersResponse): unknown;
43
43
  fromPartial(_: DeepPartial<MsgSyncHeadersResponse>): MsgSyncHeadersResponse;
@@ -57,8 +57,8 @@ export declare class MsgClientImpl implements Msg {
57
57
  interface Rpc {
58
58
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
59
59
  }
60
- declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
61
- 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 {} ? {
60
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
61
+ 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 {} ? {
62
62
  [K in keyof T]?: DeepPartial<T[K]>;
63
63
  } : Partial<T>;
64
64
  export {};
@@ -12,13 +12,13 @@ export interface IncentivizedAcknowledgement {
12
12
  }
13
13
  export declare const IncentivizedAcknowledgement: {
14
14
  encode(message: IncentivizedAcknowledgement, writer?: _m0.Writer): _m0.Writer;
15
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): IncentivizedAcknowledgement;
15
+ decode(input: _m0.Reader | Uint8Array, length?: number): IncentivizedAcknowledgement;
16
16
  fromJSON(object: any): IncentivizedAcknowledgement;
17
17
  toJSON(message: IncentivizedAcknowledgement): unknown;
18
18
  fromPartial(object: DeepPartial<IncentivizedAcknowledgement>): IncentivizedAcknowledgement;
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 {};
@@ -35,34 +35,34 @@ export interface IdentifiedPacketFees {
35
35
  }
36
36
  export declare const Fee: {
37
37
  encode(message: Fee, writer?: _m0.Writer): _m0.Writer;
38
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Fee;
38
+ decode(input: _m0.Reader | Uint8Array, length?: number): Fee;
39
39
  fromJSON(object: any): Fee;
40
40
  toJSON(message: Fee): unknown;
41
41
  fromPartial(object: DeepPartial<Fee>): Fee;
42
42
  };
43
43
  export declare const PacketFee: {
44
44
  encode(message: PacketFee, writer?: _m0.Writer): _m0.Writer;
45
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): PacketFee;
45
+ decode(input: _m0.Reader | Uint8Array, length?: number): PacketFee;
46
46
  fromJSON(object: any): PacketFee;
47
47
  toJSON(message: PacketFee): unknown;
48
48
  fromPartial(object: DeepPartial<PacketFee>): PacketFee;
49
49
  };
50
50
  export declare const PacketFees: {
51
51
  encode(message: PacketFees, writer?: _m0.Writer): _m0.Writer;
52
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): PacketFees;
52
+ decode(input: _m0.Reader | Uint8Array, length?: number): PacketFees;
53
53
  fromJSON(object: any): PacketFees;
54
54
  toJSON(message: PacketFees): unknown;
55
55
  fromPartial(object: DeepPartial<PacketFees>): PacketFees;
56
56
  };
57
57
  export declare const IdentifiedPacketFees: {
58
58
  encode(message: IdentifiedPacketFees, writer?: _m0.Writer): _m0.Writer;
59
- decode(input: _m0.Reader | Uint8Array, length?: number | undefined): IdentifiedPacketFees;
59
+ decode(input: _m0.Reader | Uint8Array, length?: number): IdentifiedPacketFees;
60
60
  fromJSON(object: any): IdentifiedPacketFees;
61
61
  toJSON(message: IdentifiedPacketFees): unknown;
62
62
  fromPartial(object: DeepPartial<IdentifiedPacketFees>): IdentifiedPacketFees;
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 {};