carbon-js-sdk 0.2.7 → 0.2.9

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 (906) hide show
  1. package/lib/CarbonSDK.d.ts +2 -4
  2. package/lib/CarbonSDK.js +4 -5
  3. package/lib/clients/BlockchainClient.d.ts +0 -1
  4. package/lib/clients/BlockchainClient.js +0 -1
  5. package/lib/clients/CarbonQueryClient.d.ts +0 -1
  6. package/lib/clients/CarbonQueryClient.js +0 -1
  7. package/lib/clients/ETHClient.d.ts +0 -1
  8. package/lib/clients/ETHClient.js +0 -1
  9. package/lib/clients/HydrogenClient.d.ts +0 -1
  10. package/lib/clients/HydrogenClient.js +1 -3
  11. package/lib/clients/InsightsQueryClient.d.ts +0 -1
  12. package/lib/clients/InsightsQueryClient.js +0 -1
  13. package/lib/clients/N3Client.d.ts +0 -1
  14. package/lib/clients/N3Client.js +0 -1
  15. package/lib/clients/NEOClient.d.ts +0 -1
  16. package/lib/clients/NEOClient.js +54 -55
  17. package/lib/clients/TokenClient.d.ts +0 -1
  18. package/lib/clients/TokenClient.js +0 -1
  19. package/lib/clients/ZILClient.d.ts +0 -1
  20. package/lib/clients/ZILClient.js +0 -1
  21. package/lib/clients/index.d.ts +0 -1
  22. package/lib/clients/index.js +0 -1
  23. package/lib/codec/adl/genesis.d.ts +0 -1
  24. package/lib/codec/adl/genesis.js +0 -1
  25. package/lib/codec/adl/query.d.ts +0 -1
  26. package/lib/codec/adl/query.js +0 -1
  27. package/lib/codec/adl/tx.d.ts +0 -1
  28. package/lib/codec/adl/tx.js +0 -1
  29. package/lib/codec/bank/event.d.ts +0 -1
  30. package/lib/codec/bank/event.js +0 -1
  31. package/lib/codec/bank/genesis.d.ts +0 -1
  32. package/lib/codec/bank/genesis.js +0 -1
  33. package/lib/codec/bank/query.d.ts +0 -1
  34. package/lib/codec/bank/query.js +0 -1
  35. package/lib/codec/bank/tx.d.ts +0 -1
  36. package/lib/codec/bank/tx.js +0 -1
  37. package/lib/codec/book/book.d.ts +0 -1
  38. package/lib/codec/book/book.js +0 -1
  39. package/lib/codec/book/event.d.ts +0 -1
  40. package/lib/codec/book/event.js +0 -1
  41. package/lib/codec/book/genesis.d.ts +0 -1
  42. package/lib/codec/book/genesis.js +0 -1
  43. package/lib/codec/book/query.d.ts +0 -1
  44. package/lib/codec/book/query.js +0 -1
  45. package/lib/codec/book/tx.d.ts +0 -1
  46. package/lib/codec/book/tx.js +0 -1
  47. package/lib/codec/broker/amm.d.ts +0 -1
  48. package/lib/codec/broker/amm.js +0 -1
  49. package/lib/codec/broker/candlestick.d.ts +0 -1
  50. package/lib/codec/broker/candlestick.js +0 -1
  51. package/lib/codec/broker/event.d.ts +0 -1
  52. package/lib/codec/broker/event.js +0 -1
  53. package/lib/codec/broker/genesis.d.ts +0 -1
  54. package/lib/codec/broker/genesis.js +0 -1
  55. package/lib/codec/broker/incoming_liquidations.d.ts +0 -1
  56. package/lib/codec/broker/incoming_liquidations.js +0 -1
  57. package/lib/codec/broker/incoming_pool_swap.d.ts +0 -1
  58. package/lib/codec/broker/incoming_pool_swap.js +0 -1
  59. package/lib/codec/broker/pagination.d.ts +0 -1
  60. package/lib/codec/broker/pagination.js +0 -1
  61. package/lib/codec/broker/query.d.ts +0 -1
  62. package/lib/codec/broker/query.js +0 -1
  63. package/lib/codec/broker/tx.d.ts +0 -1
  64. package/lib/codec/broker/tx.js +0 -1
  65. package/lib/codec/btcx/denom_cross_chain_info.d.ts +0 -1
  66. package/lib/codec/btcx/denom_cross_chain_info.js +0 -1
  67. package/lib/codec/btcx/denom_info.d.ts +0 -1
  68. package/lib/codec/btcx/denom_info.js +0 -1
  69. package/lib/codec/btcx/export.d.ts +0 -1
  70. package/lib/codec/btcx/export.js +0 -1
  71. package/lib/codec/btcx/genesis.d.ts +0 -1
  72. package/lib/codec/btcx/genesis.js +0 -1
  73. package/lib/codec/btcx/query.d.ts +0 -1
  74. package/lib/codec/btcx/query.js +0 -1
  75. package/lib/codec/btcx/tx.d.ts +0 -1
  76. package/lib/codec/btcx/tx.js +0 -1
  77. package/lib/codec/ccm/ccm.d.ts +0 -1
  78. package/lib/codec/ccm/ccm.js +0 -1
  79. package/lib/codec/ccm/export.d.ts +0 -1
  80. package/lib/codec/ccm/export.js +0 -1
  81. package/lib/codec/ccm/genesis.d.ts +0 -1
  82. package/lib/codec/ccm/genesis.js +0 -1
  83. package/lib/codec/ccm/query.d.ts +0 -1
  84. package/lib/codec/ccm/query.js +0 -1
  85. package/lib/codec/ccm/tx.d.ts +0 -1
  86. package/lib/codec/ccm/tx.js +0 -1
  87. package/lib/codec/cdp/asset_params.d.ts +24 -1
  88. package/lib/codec/cdp/asset_params.js +158 -2
  89. package/lib/codec/cdp/debt_info.d.ts +4 -3
  90. package/lib/codec/cdp/debt_info.js +51 -23
  91. package/lib/codec/cdp/event.d.ts +0 -1
  92. package/lib/codec/cdp/event.js +0 -1
  93. package/lib/codec/cdp/genesis.d.ts +0 -1
  94. package/lib/codec/cdp/genesis.js +0 -1
  95. package/lib/codec/cdp/params.d.ts +7 -5
  96. package/lib/codec/cdp/params.js +50 -6
  97. package/lib/codec/cdp/query.d.ts +0 -1
  98. package/lib/codec/cdp/query.js +0 -1
  99. package/lib/codec/cdp/rate_strategy_params.d.ts +0 -1
  100. package/lib/codec/cdp/rate_strategy_params.js +0 -1
  101. package/lib/codec/cdp/stable_coin_debt_info.d.ts +23 -0
  102. package/lib/codec/cdp/stable_coin_debt_info.js +157 -0
  103. package/lib/codec/cdp/tx.d.ts +0 -1
  104. package/lib/codec/cdp/tx.js +0 -1
  105. package/lib/codec/cdp/vault.d.ts +0 -1
  106. package/lib/codec/cdp/vault.js +0 -1
  107. package/lib/codec/coin/bridge.d.ts +0 -1
  108. package/lib/codec/coin/bridge.js +0 -1
  109. package/lib/codec/coin/event.d.ts +0 -1
  110. package/lib/codec/coin/event.js +0 -1
  111. package/lib/codec/coin/genesis.d.ts +0 -1
  112. package/lib/codec/coin/genesis.js +0 -1
  113. package/lib/codec/coin/proposal.d.ts +0 -1
  114. package/lib/codec/coin/proposal.js +0 -1
  115. package/lib/codec/coin/query.d.ts +0 -1
  116. package/lib/codec/coin/query.js +0 -1
  117. package/lib/codec/coin/token.d.ts +0 -1
  118. package/lib/codec/coin/token.js +0 -1
  119. package/lib/codec/coin/tx.d.ts +0 -1
  120. package/lib/codec/coin/tx.js +0 -1
  121. package/lib/codec/cosmos/auth/v1beta1/auth.d.ts +0 -1
  122. package/lib/codec/cosmos/auth/v1beta1/auth.js +0 -1
  123. package/lib/codec/cosmos/auth/v1beta1/export.d.ts +0 -1
  124. package/lib/codec/cosmos/auth/v1beta1/export.js +0 -1
  125. package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts +0 -1
  126. package/lib/codec/cosmos/auth/v1beta1/genesis.js +0 -1
  127. package/lib/codec/cosmos/auth/v1beta1/query.d.ts +0 -1
  128. package/lib/codec/cosmos/auth/v1beta1/query.js +0 -1
  129. package/lib/codec/cosmos/authz/v1beta1/authz.d.ts +0 -1
  130. package/lib/codec/cosmos/authz/v1beta1/authz.js +0 -1
  131. package/lib/codec/cosmos/authz/v1beta1/event.d.ts +0 -1
  132. package/lib/codec/cosmos/authz/v1beta1/event.js +0 -1
  133. package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts +0 -1
  134. package/lib/codec/cosmos/authz/v1beta1/genesis.js +0 -1
  135. package/lib/codec/cosmos/authz/v1beta1/query.d.ts +0 -1
  136. package/lib/codec/cosmos/authz/v1beta1/query.js +0 -1
  137. package/lib/codec/cosmos/authz/v1beta1/tx.d.ts +0 -1
  138. package/lib/codec/cosmos/authz/v1beta1/tx.js +0 -1
  139. package/lib/codec/cosmos/bank/v1beta1/authz.d.ts +0 -1
  140. package/lib/codec/cosmos/bank/v1beta1/authz.js +0 -1
  141. package/lib/codec/cosmos/bank/v1beta1/bank.d.ts +0 -1
  142. package/lib/codec/cosmos/bank/v1beta1/bank.js +0 -1
  143. package/lib/codec/cosmos/bank/v1beta1/export.d.ts +0 -1
  144. package/lib/codec/cosmos/bank/v1beta1/export.js +0 -1
  145. package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts +0 -1
  146. package/lib/codec/cosmos/bank/v1beta1/genesis.js +0 -1
  147. package/lib/codec/cosmos/bank/v1beta1/query.d.ts +0 -1
  148. package/lib/codec/cosmos/bank/v1beta1/query.js +0 -1
  149. package/lib/codec/cosmos/bank/v1beta1/tx.d.ts +0 -1
  150. package/lib/codec/cosmos/bank/v1beta1/tx.js +0 -1
  151. package/lib/codec/cosmos/base/abci/v1beta1/abci.d.ts +0 -1
  152. package/lib/codec/cosmos/base/abci/v1beta1/abci.js +0 -1
  153. package/lib/codec/cosmos/base/kv/v1beta1/kv.d.ts +0 -1
  154. package/lib/codec/cosmos/base/kv/v1beta1/kv.js +0 -1
  155. package/lib/codec/cosmos/base/query/v1beta1/pagination.d.ts +0 -1
  156. package/lib/codec/cosmos/base/query/v1beta1/pagination.js +0 -1
  157. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -1
  158. package/lib/codec/cosmos/base/reflection/v1beta1/reflection.js +0 -1
  159. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -1
  160. package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.js +0 -1
  161. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -1
  162. package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.js +0 -1
  163. package/lib/codec/cosmos/base/store/v1beta1/commit_info.d.ts +0 -1
  164. package/lib/codec/cosmos/base/store/v1beta1/commit_info.js +0 -1
  165. package/lib/codec/cosmos/base/store/v1beta1/listening.d.ts +0 -1
  166. package/lib/codec/cosmos/base/store/v1beta1/listening.js +0 -1
  167. package/lib/codec/cosmos/base/store/v1beta1/snapshot.d.ts +0 -1
  168. package/lib/codec/cosmos/base/store/v1beta1/snapshot.js +0 -1
  169. package/lib/codec/cosmos/base/tendermint/v1beta1/query.d.ts +0 -1
  170. package/lib/codec/cosmos/base/tendermint/v1beta1/query.js +0 -1
  171. package/lib/codec/cosmos/base/v1beta1/coin.d.ts +0 -1
  172. package/lib/codec/cosmos/base/v1beta1/coin.js +0 -1
  173. package/lib/codec/cosmos/capability/v1beta1/capability.d.ts +0 -1
  174. package/lib/codec/cosmos/capability/v1beta1/capability.js +0 -1
  175. package/lib/codec/cosmos/capability/v1beta1/genesis.d.ts +0 -1
  176. package/lib/codec/cosmos/capability/v1beta1/genesis.js +0 -1
  177. package/lib/codec/cosmos/crisis/v1beta1/genesis.d.ts +0 -1
  178. package/lib/codec/cosmos/crisis/v1beta1/genesis.js +0 -1
  179. package/lib/codec/cosmos/crisis/v1beta1/tx.d.ts +0 -1
  180. package/lib/codec/cosmos/crisis/v1beta1/tx.js +0 -1
  181. package/lib/codec/cosmos/crypto/ed25519/keys.d.ts +0 -1
  182. package/lib/codec/cosmos/crypto/ed25519/keys.js +0 -1
  183. package/lib/codec/cosmos/crypto/multisig/keys.d.ts +0 -1
  184. package/lib/codec/cosmos/crypto/multisig/keys.js +0 -1
  185. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -1
  186. package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.js +0 -1
  187. package/lib/codec/cosmos/crypto/secp256k1/keys.d.ts +0 -1
  188. package/lib/codec/cosmos/crypto/secp256k1/keys.js +0 -1
  189. package/lib/codec/cosmos/crypto/secp256r1/keys.d.ts +0 -1
  190. package/lib/codec/cosmos/crypto/secp256r1/keys.js +0 -1
  191. package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts +0 -1
  192. package/lib/codec/cosmos/distribution/v1beta1/distribution.js +0 -1
  193. package/lib/codec/cosmos/distribution/v1beta1/export.d.ts +0 -1
  194. package/lib/codec/cosmos/distribution/v1beta1/export.js +0 -1
  195. package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts +0 -1
  196. package/lib/codec/cosmos/distribution/v1beta1/genesis.js +0 -1
  197. package/lib/codec/cosmos/distribution/v1beta1/query.d.ts +0 -1
  198. package/lib/codec/cosmos/distribution/v1beta1/query.js +0 -1
  199. package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts +0 -1
  200. package/lib/codec/cosmos/distribution/v1beta1/tx.js +0 -1
  201. package/lib/codec/cosmos/evidence/v1beta1/evidence.d.ts +0 -1
  202. package/lib/codec/cosmos/evidence/v1beta1/evidence.js +0 -1
  203. package/lib/codec/cosmos/evidence/v1beta1/genesis.d.ts +0 -1
  204. package/lib/codec/cosmos/evidence/v1beta1/genesis.js +0 -1
  205. package/lib/codec/cosmos/evidence/v1beta1/query.d.ts +0 -1
  206. package/lib/codec/cosmos/evidence/v1beta1/query.js +0 -1
  207. package/lib/codec/cosmos/evidence/v1beta1/tx.d.ts +0 -1
  208. package/lib/codec/cosmos/evidence/v1beta1/tx.js +0 -1
  209. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -1
  210. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.js +0 -1
  211. package/lib/codec/cosmos/feegrant/v1beta1/genesis.d.ts +0 -1
  212. package/lib/codec/cosmos/feegrant/v1beta1/genesis.js +0 -1
  213. package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +0 -1
  214. package/lib/codec/cosmos/feegrant/v1beta1/query.js +0 -1
  215. package/lib/codec/cosmos/feegrant/v1beta1/tx.d.ts +0 -1
  216. package/lib/codec/cosmos/feegrant/v1beta1/tx.js +0 -1
  217. package/lib/codec/cosmos/genutil/v1beta1/genesis.d.ts +0 -1
  218. package/lib/codec/cosmos/genutil/v1beta1/genesis.js +0 -1
  219. package/lib/codec/cosmos/gov/v1beta1/export.d.ts +0 -1
  220. package/lib/codec/cosmos/gov/v1beta1/export.js +0 -1
  221. package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts +0 -1
  222. package/lib/codec/cosmos/gov/v1beta1/genesis.js +0 -1
  223. package/lib/codec/cosmos/gov/v1beta1/gov.d.ts +0 -1
  224. package/lib/codec/cosmos/gov/v1beta1/gov.js +0 -1
  225. package/lib/codec/cosmos/gov/v1beta1/query.d.ts +0 -1
  226. package/lib/codec/cosmos/gov/v1beta1/query.js +0 -1
  227. package/lib/codec/cosmos/gov/v1beta1/tx.d.ts +0 -1
  228. package/lib/codec/cosmos/gov/v1beta1/tx.js +0 -1
  229. package/lib/codec/cosmos/mint/v1beta1/export.d.ts +0 -1
  230. package/lib/codec/cosmos/mint/v1beta1/export.js +0 -1
  231. package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts +0 -1
  232. package/lib/codec/cosmos/mint/v1beta1/genesis.js +0 -1
  233. package/lib/codec/cosmos/mint/v1beta1/mint.d.ts +0 -1
  234. package/lib/codec/cosmos/mint/v1beta1/mint.js +0 -1
  235. package/lib/codec/cosmos/mint/v1beta1/query.d.ts +0 -1
  236. package/lib/codec/cosmos/mint/v1beta1/query.js +0 -1
  237. package/lib/codec/cosmos/params/v1beta1/export.d.ts +0 -1
  238. package/lib/codec/cosmos/params/v1beta1/export.js +0 -1
  239. package/lib/codec/cosmos/params/v1beta1/params.d.ts +0 -1
  240. package/lib/codec/cosmos/params/v1beta1/params.js +0 -1
  241. package/lib/codec/cosmos/params/v1beta1/query.d.ts +0 -1
  242. package/lib/codec/cosmos/params/v1beta1/query.js +0 -1
  243. package/lib/codec/cosmos/slashing/v1beta1/export.d.ts +0 -1
  244. package/lib/codec/cosmos/slashing/v1beta1/export.js +0 -1
  245. package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts +0 -1
  246. package/lib/codec/cosmos/slashing/v1beta1/genesis.js +0 -1
  247. package/lib/codec/cosmos/slashing/v1beta1/query.d.ts +0 -1
  248. package/lib/codec/cosmos/slashing/v1beta1/query.js +0 -1
  249. package/lib/codec/cosmos/slashing/v1beta1/slashing.d.ts +0 -1
  250. package/lib/codec/cosmos/slashing/v1beta1/slashing.js +0 -1
  251. package/lib/codec/cosmos/slashing/v1beta1/tx.d.ts +0 -1
  252. package/lib/codec/cosmos/slashing/v1beta1/tx.js +0 -1
  253. package/lib/codec/cosmos/staking/v1beta1/authz.d.ts +0 -1
  254. package/lib/codec/cosmos/staking/v1beta1/authz.js +0 -1
  255. package/lib/codec/cosmos/staking/v1beta1/export.d.ts +0 -1
  256. package/lib/codec/cosmos/staking/v1beta1/export.js +0 -1
  257. package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts +0 -1
  258. package/lib/codec/cosmos/staking/v1beta1/genesis.js +0 -1
  259. package/lib/codec/cosmos/staking/v1beta1/query.d.ts +0 -1
  260. package/lib/codec/cosmos/staking/v1beta1/query.js +0 -1
  261. package/lib/codec/cosmos/staking/v1beta1/staking.d.ts +0 -1
  262. package/lib/codec/cosmos/staking/v1beta1/staking.js +0 -1
  263. package/lib/codec/cosmos/staking/v1beta1/tx.d.ts +0 -1
  264. package/lib/codec/cosmos/staking/v1beta1/tx.js +0 -1
  265. package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1
  266. package/lib/codec/cosmos/tx/signing/v1beta1/signing.js +0 -1
  267. package/lib/codec/cosmos/tx/v1beta1/export.d.ts +0 -1
  268. package/lib/codec/cosmos/tx/v1beta1/export.js +0 -1
  269. package/lib/codec/cosmos/tx/v1beta1/service.d.ts +0 -1
  270. package/lib/codec/cosmos/tx/v1beta1/service.js +0 -1
  271. package/lib/codec/cosmos/tx/v1beta1/tx.d.ts +0 -1
  272. package/lib/codec/cosmos/tx/v1beta1/tx.js +0 -1
  273. package/lib/codec/cosmos/upgrade/v1beta1/query.d.ts +0 -1
  274. package/lib/codec/cosmos/upgrade/v1beta1/query.js +0 -1
  275. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -1
  276. package/lib/codec/cosmos/upgrade/v1beta1/upgrade.js +0 -1
  277. package/lib/codec/cosmos/vesting/v1beta1/export.d.ts +0 -1
  278. package/lib/codec/cosmos/vesting/v1beta1/export.js +0 -1
  279. package/lib/codec/cosmos/vesting/v1beta1/tx.d.ts +0 -1
  280. package/lib/codec/cosmos/vesting/v1beta1/tx.js +0 -1
  281. package/lib/codec/cosmos/vesting/v1beta1/vesting.d.ts +0 -1
  282. package/lib/codec/cosmos/vesting/v1beta1/vesting.js +0 -1
  283. package/lib/codec/cosmos-models.d.ts +0 -1
  284. package/lib/codec/cosmos-models.js +0 -1
  285. package/lib/codec/crisis/genesis.d.ts +0 -1
  286. package/lib/codec/crisis/genesis.js +0 -1
  287. package/lib/codec/crisis/query.d.ts +0 -1
  288. package/lib/codec/crisis/query.js +0 -1
  289. package/lib/codec/crisis/tx.d.ts +0 -1
  290. package/lib/codec/crisis/tx.js +0 -1
  291. package/lib/codec/fee/event.d.ts +0 -1
  292. package/lib/codec/fee/event.js +0 -1
  293. package/lib/codec/fee/fee.d.ts +0 -1
  294. package/lib/codec/fee/fee.js +0 -1
  295. package/lib/codec/fee/genesis.d.ts +0 -1
  296. package/lib/codec/fee/genesis.js +0 -1
  297. package/lib/codec/fee/proposal.d.ts +0 -1
  298. package/lib/codec/fee/proposal.js +0 -1
  299. package/lib/codec/fee/query.d.ts +0 -1
  300. package/lib/codec/fee/query.js +0 -1
  301. package/lib/codec/fee/tx.d.ts +0 -1
  302. package/lib/codec/fee/tx.js +0 -1
  303. package/lib/codec/google/protobuf/any.d.ts +0 -1
  304. package/lib/codec/google/protobuf/any.js +0 -1
  305. package/lib/codec/google/protobuf/duration.d.ts +0 -1
  306. package/lib/codec/google/protobuf/duration.js +0 -1
  307. package/lib/codec/google/protobuf/timestamp.d.ts +0 -1
  308. package/lib/codec/google/protobuf/timestamp.js +0 -1
  309. package/lib/codec/google/protobuf/wrappers.d.ts +0 -1
  310. package/lib/codec/google/protobuf/wrappers.js +0 -1
  311. package/lib/codec/headersync/consensus_peers.d.ts +0 -1
  312. package/lib/codec/headersync/consensus_peers.js +0 -1
  313. package/lib/codec/headersync/export.d.ts +0 -1
  314. package/lib/codec/headersync/export.js +0 -1
  315. package/lib/codec/headersync/genesis.d.ts +0 -1
  316. package/lib/codec/headersync/genesis.js +0 -1
  317. package/lib/codec/headersync/query.d.ts +0 -1
  318. package/lib/codec/headersync/query.js +0 -1
  319. package/lib/codec/headersync/tx.d.ts +0 -1
  320. package/lib/codec/headersync/tx.js +0 -1
  321. package/lib/codec/ibc/applications/interchain_accounts/controller/export.d.ts +0 -1
  322. package/lib/codec/ibc/applications/interchain_accounts/controller/export.js +0 -1
  323. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +0 -1
  324. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -1
  325. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.d.ts +0 -1
  326. package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.js +0 -1
  327. package/lib/codec/ibc/applications/interchain_accounts/host/export.d.ts +0 -1
  328. package/lib/codec/ibc/applications/interchain_accounts/host/export.js +0 -1
  329. package/lib/codec/ibc/applications/interchain_accounts/host/v1/host.d.ts +0 -1
  330. package/lib/codec/ibc/applications/interchain_accounts/host/v1/host.js +0 -1
  331. package/lib/codec/ibc/applications/interchain_accounts/host/v1/query.d.ts +0 -1
  332. package/lib/codec/ibc/applications/interchain_accounts/host/v1/query.js +0 -1
  333. package/lib/codec/ibc/applications/interchain_accounts/v1/account.d.ts +0 -1
  334. package/lib/codec/ibc/applications/interchain_accounts/v1/account.js +0 -1
  335. package/lib/codec/ibc/applications/interchain_accounts/v1/export.d.ts +0 -1
  336. package/lib/codec/ibc/applications/interchain_accounts/v1/export.js +0 -1
  337. package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.d.ts +0 -1
  338. package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.js +0 -1
  339. package/lib/codec/ibc/applications/interchain_accounts/v1/metadata.d.ts +0 -1
  340. package/lib/codec/ibc/applications/interchain_accounts/v1/metadata.js +0 -1
  341. package/lib/codec/ibc/applications/interchain_accounts/v1/packet.d.ts +0 -1
  342. package/lib/codec/ibc/applications/interchain_accounts/v1/packet.js +0 -1
  343. package/lib/codec/ibc/applications/transfer/v1/export.d.ts +0 -1
  344. package/lib/codec/ibc/applications/transfer/v1/export.js +0 -1
  345. package/lib/codec/ibc/applications/transfer/v1/genesis.d.ts +0 -1
  346. package/lib/codec/ibc/applications/transfer/v1/genesis.js +0 -1
  347. package/lib/codec/ibc/applications/transfer/v1/query.d.ts +0 -1
  348. package/lib/codec/ibc/applications/transfer/v1/query.js +0 -1
  349. package/lib/codec/ibc/applications/transfer/v1/transfer.d.ts +0 -1
  350. package/lib/codec/ibc/applications/transfer/v1/transfer.js +0 -1
  351. package/lib/codec/ibc/applications/transfer/v1/tx.d.ts +0 -1
  352. package/lib/codec/ibc/applications/transfer/v1/tx.js +0 -1
  353. package/lib/codec/ibc/applications/transfer/v2/export.d.ts +0 -1
  354. package/lib/codec/ibc/applications/transfer/v2/export.js +0 -1
  355. package/lib/codec/ibc/applications/transfer/v2/packet.d.ts +0 -1
  356. package/lib/codec/ibc/applications/transfer/v2/packet.js +0 -1
  357. package/lib/codec/ibc/core/channel/v1/channel.d.ts +0 -1
  358. package/lib/codec/ibc/core/channel/v1/channel.js +0 -1
  359. package/lib/codec/ibc/core/channel/v1/export.d.ts +0 -1
  360. package/lib/codec/ibc/core/channel/v1/export.js +0 -1
  361. package/lib/codec/ibc/core/channel/v1/genesis.d.ts +0 -1
  362. package/lib/codec/ibc/core/channel/v1/genesis.js +0 -1
  363. package/lib/codec/ibc/core/channel/v1/query.d.ts +0 -1
  364. package/lib/codec/ibc/core/channel/v1/query.js +0 -1
  365. package/lib/codec/ibc/core/channel/v1/tx.d.ts +0 -1
  366. package/lib/codec/ibc/core/channel/v1/tx.js +0 -1
  367. package/lib/codec/ibc/core/client/v1/client.d.ts +0 -1
  368. package/lib/codec/ibc/core/client/v1/client.js +0 -1
  369. package/lib/codec/ibc/core/client/v1/export.d.ts +0 -1
  370. package/lib/codec/ibc/core/client/v1/export.js +0 -1
  371. package/lib/codec/ibc/core/client/v1/genesis.d.ts +0 -1
  372. package/lib/codec/ibc/core/client/v1/genesis.js +0 -1
  373. package/lib/codec/ibc/core/client/v1/query.d.ts +0 -1
  374. package/lib/codec/ibc/core/client/v1/query.js +0 -1
  375. package/lib/codec/ibc/core/client/v1/tx.d.ts +0 -1
  376. package/lib/codec/ibc/core/client/v1/tx.js +0 -1
  377. package/lib/codec/ibc/core/commitment/v1/commitment.d.ts +0 -1
  378. package/lib/codec/ibc/core/commitment/v1/commitment.js +0 -1
  379. package/lib/codec/ibc/core/commitment/v1/export.d.ts +0 -1
  380. package/lib/codec/ibc/core/commitment/v1/export.js +0 -1
  381. package/lib/codec/ibc/core/connection/v1/connection.d.ts +0 -1
  382. package/lib/codec/ibc/core/connection/v1/connection.js +0 -1
  383. package/lib/codec/ibc/core/connection/v1/export.d.ts +0 -1
  384. package/lib/codec/ibc/core/connection/v1/export.js +0 -1
  385. package/lib/codec/ibc/core/connection/v1/genesis.d.ts +0 -1
  386. package/lib/codec/ibc/core/connection/v1/genesis.js +0 -1
  387. package/lib/codec/ibc/core/connection/v1/query.d.ts +0 -1
  388. package/lib/codec/ibc/core/connection/v1/query.js +0 -1
  389. package/lib/codec/ibc/core/connection/v1/tx.d.ts +0 -1
  390. package/lib/codec/ibc/core/connection/v1/tx.js +0 -1
  391. package/lib/codec/ibc/core/types/v1/genesis.d.ts +0 -1
  392. package/lib/codec/ibc/core/types/v1/genesis.js +0 -1
  393. package/lib/codec/ibc/lightclients/localhost/v1/export.d.ts +0 -1
  394. package/lib/codec/ibc/lightclients/localhost/v1/export.js +0 -1
  395. package/lib/codec/ibc/lightclients/localhost/v1/localhost.d.ts +0 -1
  396. package/lib/codec/ibc/lightclients/localhost/v1/localhost.js +0 -1
  397. package/lib/codec/ibc/lightclients/solomachine/v1/export.d.ts +0 -1
  398. package/lib/codec/ibc/lightclients/solomachine/v1/export.js +0 -1
  399. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.d.ts +0 -1
  400. package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.js +0 -1
  401. package/lib/codec/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -1
  402. package/lib/codec/ibc/lightclients/solomachine/v2/solomachine.js +0 -1
  403. package/lib/codec/ibc/lightclients/tendermint/v1/export.d.ts +0 -1
  404. package/lib/codec/ibc/lightclients/tendermint/v1/export.js +0 -1
  405. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -1
  406. package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.js +0 -1
  407. package/lib/codec/ibc-models.d.ts +0 -1
  408. package/lib/codec/ibc-models.js +0 -1
  409. package/lib/codec/index.d.ts +0 -1
  410. package/lib/codec/index.js +0 -1
  411. package/lib/codec/inflation/genesis.d.ts +0 -1
  412. package/lib/codec/inflation/genesis.js +0 -1
  413. package/lib/codec/inflation/inflation.d.ts +0 -1
  414. package/lib/codec/inflation/inflation.js +0 -1
  415. package/lib/codec/inflation/query.d.ts +0 -1
  416. package/lib/codec/inflation/query.js +0 -1
  417. package/lib/codec/inflation/tx.d.ts +0 -1
  418. package/lib/codec/inflation/tx.js +0 -1
  419. package/lib/codec/insurance/event.d.ts +0 -1
  420. package/lib/codec/insurance/event.js +0 -1
  421. package/lib/codec/insurance/fund.d.ts +0 -1
  422. package/lib/codec/insurance/fund.js +0 -1
  423. package/lib/codec/insurance/genesis.d.ts +0 -1
  424. package/lib/codec/insurance/genesis.js +0 -1
  425. package/lib/codec/insurance/query.d.ts +0 -1
  426. package/lib/codec/insurance/query.js +0 -1
  427. package/lib/codec/insurance/tx.d.ts +0 -1
  428. package/lib/codec/insurance/tx.js +0 -1
  429. package/lib/codec/leverage/event.d.ts +0 -1
  430. package/lib/codec/leverage/event.js +0 -1
  431. package/lib/codec/leverage/genesis.d.ts +0 -1
  432. package/lib/codec/leverage/genesis.js +0 -1
  433. package/lib/codec/leverage/leverage.d.ts +0 -1
  434. package/lib/codec/leverage/leverage.js +0 -1
  435. package/lib/codec/leverage/query.d.ts +0 -1
  436. package/lib/codec/leverage/query.js +0 -1
  437. package/lib/codec/leverage/tx.d.ts +0 -1
  438. package/lib/codec/leverage/tx.js +0 -1
  439. package/lib/codec/liquidation/genesis.d.ts +0 -1
  440. package/lib/codec/liquidation/genesis.js +0 -1
  441. package/lib/codec/liquidation/liquidation.d.ts +0 -1
  442. package/lib/codec/liquidation/liquidation.js +0 -1
  443. package/lib/codec/liquidation/outstanding_position.d.ts +0 -1
  444. package/lib/codec/liquidation/outstanding_position.js +0 -1
  445. package/lib/codec/liquidation/query.d.ts +0 -1
  446. package/lib/codec/liquidation/query.js +0 -1
  447. package/lib/codec/liquidation/quote_changes.d.ts +0 -1
  448. package/lib/codec/liquidation/quote_changes.js +0 -1
  449. package/lib/codec/liquidation/tx.d.ts +0 -1
  450. package/lib/codec/liquidation/tx.js +0 -1
  451. package/lib/codec/liquiditypool/event.d.ts +0 -1
  452. package/lib/codec/liquiditypool/event.js +0 -1
  453. package/lib/codec/liquiditypool/genesis.d.ts +0 -1
  454. package/lib/codec/liquiditypool/genesis.js +0 -1
  455. package/lib/codec/liquiditypool/liquiditypool.d.ts +0 -1
  456. package/lib/codec/liquiditypool/liquiditypool.js +0 -1
  457. package/lib/codec/liquiditypool/proposal.d.ts +0 -1
  458. package/lib/codec/liquiditypool/proposal.js +0 -1
  459. package/lib/codec/liquiditypool/query.d.ts +0 -1
  460. package/lib/codec/liquiditypool/query.js +0 -1
  461. package/lib/codec/liquiditypool/reward.d.ts +0 -1
  462. package/lib/codec/liquiditypool/reward.js +0 -1
  463. package/lib/codec/liquiditypool/tx.d.ts +0 -1
  464. package/lib/codec/liquiditypool/tx.js +0 -1
  465. package/lib/codec/lockproxy/event.d.ts +0 -1
  466. package/lib/codec/lockproxy/event.js +0 -1
  467. package/lib/codec/lockproxy/export.d.ts +0 -1
  468. package/lib/codec/lockproxy/export.js +0 -1
  469. package/lib/codec/lockproxy/genesis.d.ts +0 -1
  470. package/lib/codec/lockproxy/genesis.js +0 -1
  471. package/lib/codec/lockproxy/lockproxy.d.ts +0 -1
  472. package/lib/codec/lockproxy/lockproxy.js +0 -1
  473. package/lib/codec/lockproxy/query.d.ts +0 -1
  474. package/lib/codec/lockproxy/query.js +0 -1
  475. package/lib/codec/lockproxy/tx.d.ts +0 -1
  476. package/lib/codec/lockproxy/tx.js +0 -1
  477. package/lib/codec/market/event.d.ts +0 -1
  478. package/lib/codec/market/event.js +0 -1
  479. package/lib/codec/market/genesis.d.ts +0 -1
  480. package/lib/codec/market/genesis.js +0 -1
  481. package/lib/codec/market/legacy.d.ts +0 -1
  482. package/lib/codec/market/legacy.js +0 -1
  483. package/lib/codec/market/market.d.ts +0 -1
  484. package/lib/codec/market/market.js +0 -1
  485. package/lib/codec/market/proposal.d.ts +0 -1
  486. package/lib/codec/market/proposal.js +0 -1
  487. package/lib/codec/market/query.d.ts +0 -1
  488. package/lib/codec/market/query.js +0 -1
  489. package/lib/codec/market/tx.d.ts +0 -1
  490. package/lib/codec/market/tx.js +0 -1
  491. package/lib/codec/marketstats/genesis.d.ts +0 -1
  492. package/lib/codec/marketstats/genesis.js +0 -1
  493. package/lib/codec/marketstats/marketstats.d.ts +0 -1
  494. package/lib/codec/marketstats/marketstats.js +0 -1
  495. package/lib/codec/marketstats/params.d.ts +0 -1
  496. package/lib/codec/marketstats/params.js +0 -1
  497. package/lib/codec/marketstats/query.d.ts +0 -1
  498. package/lib/codec/marketstats/query.js +0 -1
  499. package/lib/codec/marketstats/tx.d.ts +0 -1
  500. package/lib/codec/marketstats/tx.js +0 -1
  501. package/lib/codec/misc/block.d.ts +0 -1
  502. package/lib/codec/misc/block.js +0 -1
  503. package/lib/codec/misc/message.d.ts +0 -1
  504. package/lib/codec/misc/message.js +0 -1
  505. package/lib/codec/misc/message_type.d.ts +0 -1
  506. package/lib/codec/misc/message_type.js +0 -1
  507. package/lib/codec/misc/query.d.ts +0 -1
  508. package/lib/codec/misc/query.js +0 -1
  509. package/lib/codec/misc/trade.d.ts +0 -1
  510. package/lib/codec/misc/trade.js +0 -1
  511. package/lib/codec/misc/transaction.d.ts +0 -1
  512. package/lib/codec/misc/transaction.js +0 -1
  513. package/lib/codec/oracle/event.d.ts +0 -1
  514. package/lib/codec/oracle/event.js +0 -1
  515. package/lib/codec/oracle/genesis.d.ts +0 -1
  516. package/lib/codec/oracle/genesis.js +0 -1
  517. package/lib/codec/oracle/oracle.d.ts +0 -1
  518. package/lib/codec/oracle/oracle.js +0 -1
  519. package/lib/codec/oracle/proposal.d.ts +0 -1
  520. package/lib/codec/oracle/proposal.js +0 -1
  521. package/lib/codec/oracle/query.d.ts +0 -1
  522. package/lib/codec/oracle/query.js +0 -1
  523. package/lib/codec/oracle/slashing.d.ts +0 -1
  524. package/lib/codec/oracle/slashing.js +0 -1
  525. package/lib/codec/oracle/tx.d.ts +0 -1
  526. package/lib/codec/oracle/tx.js +0 -1
  527. package/lib/codec/order/event.d.ts +0 -1
  528. package/lib/codec/order/event.js +0 -1
  529. package/lib/codec/order/genesis.d.ts +0 -1
  530. package/lib/codec/order/genesis.js +0 -1
  531. package/lib/codec/order/order.d.ts +0 -1
  532. package/lib/codec/order/order.js +0 -1
  533. package/lib/codec/order/query.d.ts +0 -1
  534. package/lib/codec/order/query.js +0 -1
  535. package/lib/codec/order/tx.d.ts +0 -1
  536. package/lib/codec/order/tx.js +0 -1
  537. package/lib/codec/polynetwork-models.d.ts +0 -1
  538. package/lib/codec/polynetwork-models.js +0 -1
  539. package/lib/codec/position/event.d.ts +0 -1
  540. package/lib/codec/position/event.js +0 -1
  541. package/lib/codec/position/genesis.d.ts +0 -1
  542. package/lib/codec/position/genesis.js +0 -1
  543. package/lib/codec/position/position.d.ts +0 -1
  544. package/lib/codec/position/position.js +0 -1
  545. package/lib/codec/position/query.d.ts +0 -1
  546. package/lib/codec/position/query.js +0 -1
  547. package/lib/codec/position/tx.d.ts +0 -1
  548. package/lib/codec/position/tx.js +0 -1
  549. package/lib/codec/pricing/event.d.ts +0 -1
  550. package/lib/codec/pricing/event.js +0 -1
  551. package/lib/codec/pricing/genesis.d.ts +0 -1
  552. package/lib/codec/pricing/genesis.js +0 -1
  553. package/lib/codec/pricing/pricing.d.ts +0 -1
  554. package/lib/codec/pricing/pricing.js +0 -1
  555. package/lib/codec/pricing/proposal.d.ts +0 -1
  556. package/lib/codec/pricing/proposal.js +0 -1
  557. package/lib/codec/pricing/query.d.ts +0 -1
  558. package/lib/codec/pricing/query.js +0 -1
  559. package/lib/codec/pricing/tx.d.ts +0 -1
  560. package/lib/codec/pricing/tx.js +0 -1
  561. package/lib/codec/profile/event.d.ts +0 -1
  562. package/lib/codec/profile/event.js +0 -1
  563. package/lib/codec/profile/genesis.d.ts +0 -1
  564. package/lib/codec/profile/genesis.js +0 -1
  565. package/lib/codec/profile/profile.d.ts +0 -1
  566. package/lib/codec/profile/profile.js +0 -1
  567. package/lib/codec/profile/query.d.ts +0 -1
  568. package/lib/codec/profile/query.js +0 -1
  569. package/lib/codec/profile/tx.d.ts +0 -1
  570. package/lib/codec/profile/tx.js +0 -1
  571. package/lib/codec/proofs.d.ts +0 -1
  572. package/lib/codec/proofs.js +0 -1
  573. package/lib/codec/query/pagination.d.ts +0 -1
  574. package/lib/codec/query/pagination.js +0 -1
  575. package/lib/codec/subaccount/genesis.d.ts +0 -1
  576. package/lib/codec/subaccount/genesis.js +0 -1
  577. package/lib/codec/subaccount/query.d.ts +0 -1
  578. package/lib/codec/subaccount/query.js +0 -1
  579. package/lib/codec/subaccount/subaccount.d.ts +0 -1
  580. package/lib/codec/subaccount/subaccount.js +0 -1
  581. package/lib/codec/subaccount/tx.d.ts +0 -1
  582. package/lib/codec/subaccount/tx.js +0 -1
  583. package/lib/codec/tendermint/abci/types.d.ts +0 -1
  584. package/lib/codec/tendermint/abci/types.js +0 -1
  585. package/lib/codec/tendermint/crypto/keys.d.ts +0 -1
  586. package/lib/codec/tendermint/crypto/keys.js +0 -1
  587. package/lib/codec/tendermint/crypto/proof.d.ts +0 -1
  588. package/lib/codec/tendermint/crypto/proof.js +0 -1
  589. package/lib/codec/tendermint/libs/bits/types.d.ts +0 -1
  590. package/lib/codec/tendermint/libs/bits/types.js +0 -1
  591. package/lib/codec/tendermint/p2p/types.d.ts +0 -1
  592. package/lib/codec/tendermint/p2p/types.js +0 -1
  593. package/lib/codec/tendermint/types/block.d.ts +0 -1
  594. package/lib/codec/tendermint/types/block.js +0 -1
  595. package/lib/codec/tendermint/types/evidence.d.ts +0 -1
  596. package/lib/codec/tendermint/types/evidence.js +0 -1
  597. package/lib/codec/tendermint/types/params.d.ts +0 -1
  598. package/lib/codec/tendermint/types/params.js +0 -1
  599. package/lib/codec/tendermint/types/types.d.ts +0 -1
  600. package/lib/codec/tendermint/types/types.js +0 -1
  601. package/lib/codec/tendermint/types/validator.d.ts +0 -1
  602. package/lib/codec/tendermint/types/validator.js +0 -1
  603. package/lib/codec/tendermint/version/types.d.ts +0 -1
  604. package/lib/codec/tendermint/version/types.js +0 -1
  605. package/lib/constant/address.d.ts +0 -1
  606. package/lib/constant/address.js +0 -1
  607. package/lib/constant/generic.d.ts +0 -1
  608. package/lib/constant/generic.js +0 -1
  609. package/lib/constant/ibc.d.ts +0 -1
  610. package/lib/constant/ibc.js +0 -1
  611. package/lib/constant/index.d.ts +0 -1
  612. package/lib/constant/index.js +0 -1
  613. package/lib/constant/network.d.ts +0 -1
  614. package/lib/constant/network.js +0 -1
  615. package/lib/constant/node.d.ts +0 -1
  616. package/lib/constant/node.js +0 -1
  617. package/lib/constant/token.d.ts +0 -1
  618. package/lib/constant/token.js +0 -1
  619. package/lib/constant/walletProvider.d.ts +0 -1
  620. package/lib/constant/walletProvider.js +0 -1
  621. package/lib/eth/abis/index.d.ts +0 -1
  622. package/lib/eth/abis/index.js +0 -1
  623. package/lib/eth/index.d.ts +0 -1
  624. package/lib/eth/index.js +0 -1
  625. package/lib/hydrogen/feeQuote.d.ts +5 -5
  626. package/lib/hydrogen/feeQuote.js +0 -1
  627. package/lib/hydrogen/index.d.ts +0 -1
  628. package/lib/hydrogen/index.js +0 -1
  629. package/lib/hydrogen/relays.d.ts +0 -1
  630. package/lib/hydrogen/relays.js +0 -1
  631. package/lib/hydrogen/stats.d.ts +0 -1
  632. package/lib/hydrogen/stats.js +0 -1
  633. package/lib/hydrogen/transfer.d.ts +0 -1
  634. package/lib/hydrogen/transfer.js +0 -1
  635. package/lib/index.d.ts +0 -1
  636. package/lib/index.js +0 -1
  637. package/lib/insights/balance.d.ts +0 -1
  638. package/lib/insights/balance.js +0 -1
  639. package/lib/insights/block.d.ts +0 -1
  640. package/lib/insights/block.js +0 -1
  641. package/lib/insights/chain.d.ts +0 -1
  642. package/lib/insights/chain.js +0 -1
  643. package/lib/insights/common.d.ts +0 -1
  644. package/lib/insights/common.js +0 -1
  645. package/lib/insights/competition.d.ts +0 -1
  646. package/lib/insights/competition.js +0 -1
  647. package/lib/insights/funding.d.ts +0 -1
  648. package/lib/insights/funding.js +0 -1
  649. package/lib/insights/index.d.ts +0 -1
  650. package/lib/insights/index.js +0 -1
  651. package/lib/insights/market.d.ts +0 -1
  652. package/lib/insights/market.js +0 -1
  653. package/lib/insights/node.d.ts +0 -1
  654. package/lib/insights/node.js +0 -1
  655. package/lib/insights/pool.d.ts +0 -1
  656. package/lib/insights/pool.js +0 -1
  657. package/lib/insights/position.d.ts +0 -1
  658. package/lib/insights/position.js +0 -1
  659. package/lib/insights/transaction.d.ts +0 -1
  660. package/lib/insights/transaction.js +0 -1
  661. package/lib/insights/user.d.ts +0 -1
  662. package/lib/insights/user.js +0 -1
  663. package/lib/modules/admin.d.ts +0 -1
  664. package/lib/modules/admin.js +0 -1
  665. package/lib/modules/bank.d.ts +0 -1
  666. package/lib/modules/bank.js +0 -1
  667. package/lib/modules/base.d.ts +0 -1
  668. package/lib/modules/base.js +0 -1
  669. package/lib/modules/broker.d.ts +0 -1
  670. package/lib/modules/broker.js +0 -1
  671. package/lib/modules/cdp.d.ts +0 -1
  672. package/lib/modules/cdp.js +0 -1
  673. package/lib/modules/coin.d.ts +0 -1
  674. package/lib/modules/coin.js +0 -1
  675. package/lib/modules/fee.d.ts +0 -1
  676. package/lib/modules/fee.js +0 -1
  677. package/lib/modules/gov.d.ts +0 -1
  678. package/lib/modules/gov.js +0 -1
  679. package/lib/modules/ibc.d.ts +0 -1
  680. package/lib/modules/ibc.js +0 -1
  681. package/lib/modules/index.d.ts +0 -1
  682. package/lib/modules/index.js +0 -1
  683. package/lib/modules/leverage.d.ts +0 -1
  684. package/lib/modules/leverage.js +0 -1
  685. package/lib/modules/liquiditypool.d.ts +0 -1
  686. package/lib/modules/liquiditypool.js +0 -1
  687. package/lib/modules/market.d.ts +0 -1
  688. package/lib/modules/market.js +0 -1
  689. package/lib/modules/oracle.d.ts +0 -1
  690. package/lib/modules/oracle.js +0 -1
  691. package/lib/modules/order.d.ts +0 -1
  692. package/lib/modules/order.js +0 -1
  693. package/lib/modules/position.d.ts +0 -1
  694. package/lib/modules/position.js +0 -1
  695. package/lib/modules/profile.d.ts +0 -1
  696. package/lib/modules/profile.js +0 -1
  697. package/lib/modules/staking.d.ts +0 -1
  698. package/lib/modules/staking.js +0 -1
  699. package/lib/modules/subaccount.d.ts +0 -1
  700. package/lib/modules/subaccount.js +0 -1
  701. package/lib/modules/xchain.d.ts +0 -1
  702. package/lib/modules/xchain.js +0 -1
  703. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.d.ts +0 -1
  704. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.js +0 -1
  705. package/lib/provider/account/EthLedgerAccount/EthLedgerSigner.d.ts +0 -1
  706. package/lib/provider/account/EthLedgerAccount/EthLedgerSigner.js +0 -1
  707. package/lib/provider/account/EthLedgerAccount/index.d.ts +0 -1
  708. package/lib/provider/account/EthLedgerAccount/index.js +0 -1
  709. package/lib/provider/account/NeoLedgerAccount/N3Ledger/BIP44.d.ts +0 -1
  710. package/lib/provider/account/NeoLedgerAccount/N3Ledger/BIP44.js +0 -1
  711. package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.d.ts +0 -1
  712. package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.js +0 -1
  713. package/lib/provider/account/NeoLedgerAccount/N3Ledger/index.d.ts +0 -1
  714. package/lib/provider/account/NeoLedgerAccount/N3Ledger/index.js +0 -1
  715. package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.d.ts +0 -1
  716. package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.js +0 -1
  717. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.d.ts +0 -1
  718. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.js +0 -1
  719. package/lib/provider/account/NeoLedgerAccount/NeonLedger.d.ts +0 -1
  720. package/lib/provider/account/NeoLedgerAccount/NeonLedger.js +0 -1
  721. package/lib/provider/account/NeoLedgerAccount/index.d.ts +0 -1
  722. package/lib/provider/account/NeoLedgerAccount/index.js +0 -1
  723. package/lib/provider/account/index.d.ts +0 -1
  724. package/lib/provider/account/index.js +0 -1
  725. package/lib/provider/amino/AminoTypesMap.d.ts +0 -1
  726. package/lib/provider/amino/AminoTypesMap.js +0 -1
  727. package/lib/provider/amino/index.d.ts +0 -1
  728. package/lib/provider/amino/index.js +0 -1
  729. package/lib/provider/amino/types/admin.d.ts +0 -1
  730. package/lib/provider/amino/types/admin.js +0 -1
  731. package/lib/provider/amino/types/bank.d.ts +0 -1
  732. package/lib/provider/amino/types/bank.js +0 -1
  733. package/lib/provider/amino/types/broker.d.ts +0 -1
  734. package/lib/provider/amino/types/broker.js +0 -1
  735. package/lib/provider/amino/types/cdp.d.ts +0 -1
  736. package/lib/provider/amino/types/cdp.js +0 -1
  737. package/lib/provider/amino/types/coin.d.ts +0 -1
  738. package/lib/provider/amino/types/coin.js +0 -1
  739. package/lib/provider/amino/types/gov.d.ts +0 -1
  740. package/lib/provider/amino/types/gov.js +0 -1
  741. package/lib/provider/amino/types/ibc.d.ts +0 -1
  742. package/lib/provider/amino/types/ibc.js +0 -1
  743. package/lib/provider/amino/types/index.d.ts +0 -1
  744. package/lib/provider/amino/types/index.js +0 -1
  745. package/lib/provider/amino/types/leverage.d.ts +0 -1
  746. package/lib/provider/amino/types/leverage.js +0 -1
  747. package/lib/provider/amino/types/liquidityPool.d.ts +0 -1
  748. package/lib/provider/amino/types/liquidityPool.js +0 -1
  749. package/lib/provider/amino/types/market.d.ts +0 -1
  750. package/lib/provider/amino/types/market.js +0 -1
  751. package/lib/provider/amino/types/oracle.d.ts +0 -1
  752. package/lib/provider/amino/types/oracle.js +0 -1
  753. package/lib/provider/amino/types/order.d.ts +0 -1
  754. package/lib/provider/amino/types/order.js +0 -1
  755. package/lib/provider/amino/types/position.d.ts +0 -1
  756. package/lib/provider/amino/types/position.js +0 -1
  757. package/lib/provider/amino/types/profile.d.ts +0 -1
  758. package/lib/provider/amino/types/profile.js +0 -1
  759. package/lib/provider/amino/types/staking.d.ts +0 -1
  760. package/lib/provider/amino/types/staking.js +0 -1
  761. package/lib/provider/amino/types/subaccount.d.ts +0 -1
  762. package/lib/provider/amino/types/subaccount.js +0 -1
  763. package/lib/provider/amino/utils.d.ts +0 -1
  764. package/lib/provider/amino/utils.js +0 -1
  765. package/lib/provider/index.d.ts +0 -1
  766. package/lib/provider/index.js +0 -1
  767. package/lib/provider/keplr/KeplrAccount.d.ts +0 -1
  768. package/lib/provider/keplr/KeplrAccount.js +0 -1
  769. package/lib/provider/keplr/KeplrStore.d.ts +0 -1
  770. package/lib/provider/keplr/KeplrStore.js +0 -1
  771. package/lib/provider/keplr/index.d.ts +0 -1
  772. package/lib/provider/keplr/index.js +0 -1
  773. package/lib/provider/ledger/index.d.ts +0 -1
  774. package/lib/provider/ledger/index.js +0 -1
  775. package/lib/provider/ledger/ledger.d.ts +0 -1
  776. package/lib/provider/ledger/ledger.js +0 -1
  777. package/lib/provider/metamask/MetaMask.d.ts +0 -1
  778. package/lib/provider/metamask/MetaMask.js +0 -1
  779. package/lib/provider/metamask/index.d.ts +0 -1
  780. package/lib/provider/metamask/index.js +0 -1
  781. package/lib/provider/o3/O3Types.d.ts +0 -1
  782. package/lib/provider/o3/O3Types.js +0 -1
  783. package/lib/provider/o3/O3Wallet.d.ts +0 -1
  784. package/lib/provider/o3/O3Wallet.js +5 -7
  785. package/lib/provider/o3/index.d.ts +0 -1
  786. package/lib/provider/o3/index.js +0 -1
  787. package/lib/provider/sdk/SDKProvider.d.ts +0 -1
  788. package/lib/provider/sdk/SDKProvider.js +0 -1
  789. package/lib/provider/sdk/index.d.ts +0 -1
  790. package/lib/provider/sdk/index.js +0 -1
  791. package/lib/provider/zilpay/Zilpay.d.ts +0 -1
  792. package/lib/provider/zilpay/Zilpay.js +0 -1
  793. package/lib/provider/zilpay/index.d.ts +0 -1
  794. package/lib/provider/zilpay/index.js +0 -1
  795. package/lib/util/address.d.ts +0 -1
  796. package/lib/util/address.js +0 -1
  797. package/lib/util/api.d.ts +0 -1
  798. package/lib/util/api.js +0 -1
  799. package/lib/util/blockchain.d.ts +0 -1
  800. package/lib/util/blockchain.js +0 -1
  801. package/lib/util/external.d.ts +0 -1
  802. package/lib/util/external.js +0 -1
  803. package/lib/util/fetch.d.ts +0 -1
  804. package/lib/util/fetch.js +0 -1
  805. package/lib/util/generic.d.ts +0 -1
  806. package/lib/util/generic.js +0 -1
  807. package/lib/util/gov.d.ts +0 -1
  808. package/lib/util/gov.js +0 -1
  809. package/lib/util/ibc.d.ts +0 -1
  810. package/lib/util/ibc.js +0 -1
  811. package/lib/util/index.d.ts +0 -1
  812. package/lib/util/index.js +0 -1
  813. package/lib/util/ledger.d.ts +0 -1
  814. package/lib/util/ledger.js +0 -1
  815. package/lib/util/network.d.ts +0 -1
  816. package/lib/util/network.js +0 -1
  817. package/lib/util/number.d.ts +0 -1
  818. package/lib/util/number.js +0 -1
  819. package/lib/util/token.d.ts +0 -1
  820. package/lib/util/token.js +0 -1
  821. package/lib/util/transferfees.d.ts +0 -1
  822. package/lib/util/transferfees.js +0 -1
  823. package/lib/util/tx.d.ts +0 -1
  824. package/lib/util/tx.js +0 -1
  825. package/lib/util/type.d.ts +0 -1
  826. package/lib/util/type.js +0 -1
  827. package/lib/wallet/CarbonSigner.d.ts +0 -1
  828. package/lib/wallet/CarbonSigner.js +0 -1
  829. package/lib/wallet/CarbonSigningClient.d.ts +0 -1
  830. package/lib/wallet/CarbonSigningClient.js +0 -1
  831. package/lib/wallet/CarbonWallet.d.ts +0 -1
  832. package/lib/wallet/CarbonWallet.js +0 -1
  833. package/lib/wallet/index.d.ts +0 -1
  834. package/lib/wallet/index.js +0 -1
  835. package/lib/websocket/channel.d.ts +0 -1
  836. package/lib/websocket/channel.js +0 -1
  837. package/lib/websocket/connector.d.ts +0 -1
  838. package/lib/websocket/connector.js +0 -1
  839. package/lib/websocket/index.d.ts +0 -1
  840. package/lib/websocket/index.js +0 -1
  841. package/lib/websocket/models.d.ts +0 -1
  842. package/lib/websocket/models.js +0 -1
  843. package/lib/websocket/types.d.ts +0 -1
  844. package/lib/websocket/types.js +0 -1
  845. package/package.json +9 -11
  846. package/examples/_sdk.ts +0 -1
  847. package/examples/_setup.ts +0 -3
  848. package/examples/add_collateral.ts +0 -24
  849. package/examples/add_debt.ts +0 -29
  850. package/examples/add_liquidity.ts +0 -26
  851. package/examples/address_convert.ts +0 -24
  852. package/examples/bind_token.ts +0 -21
  853. package/examples/broadcast_tx.ts +0 -37
  854. package/examples/cancel_all_orders.ts +0 -30
  855. package/examples/cancel_order.ts +0 -22
  856. package/examples/claim_pool_rewards.ts +0 -22
  857. package/examples/clone_sdk.ts +0 -34
  858. package/examples/connect_sdk.ts +0 -18
  859. package/examples/create_deposit.ts +0 -168
  860. package/examples/create_ibc_transfer.ts +0 -96
  861. package/examples/create_market.ts +0 -34
  862. package/examples/create_oracle.ts +0 -29
  863. package/examples/create_order.ts +0 -65
  864. package/examples/create_pool.ts +0 -28
  865. package/examples/create_pool_with_liquidity.ts +0 -30
  866. package/examples/create_subaccount.ts +0 -22
  867. package/examples/create_token.ts +0 -29
  868. package/examples/create_vault_type.ts +0 -25
  869. package/examples/create_vote.ts +0 -24
  870. package/examples/create_withdrawal.ts +0 -27
  871. package/examples/custom_node.ts +0 -19
  872. package/examples/delegate_tokens.ts +0 -31
  873. package/examples/deposit_proposal.ts +0 -24
  874. package/examples/edit_margin.ts +0 -24
  875. package/examples/edit_order.ts +0 -22
  876. package/examples/edit_order_bulk.ts +0 -26
  877. package/examples/get_crosschain_txs.ts +0 -21
  878. package/examples/initiate_liquidation.ts +0 -27
  879. package/examples/link_pool.ts +0 -23
  880. package/examples/mint.ts +0 -31
  881. package/examples/n3_query_balance.ts +0 -57
  882. package/examples/query.ts +0 -133
  883. package/examples/query_balance.ts +0 -23
  884. package/examples/query_external_balances.ts +0 -40
  885. package/examples/query_ibc.ts +0 -16
  886. package/examples/query_insights.ts +0 -83
  887. package/examples/remove_collateral.ts +0 -24
  888. package/examples/remove_debt.ts +0 -24
  889. package/examples/remove_liquidity.ts +0 -25
  890. package/examples/send_tokens.ts +0 -27
  891. package/examples/set_commitment_curve.ts +0 -23
  892. package/examples/set_leverage.ts +0 -24
  893. package/examples/set_msg_fee.ts +0 -54
  894. package/examples/set_reward_curve.ts +0 -27
  895. package/examples/set_rewards_weights.ts +0 -23
  896. package/examples/set_trading_flag.ts +0 -23
  897. package/examples/stake_pool_token.ts +0 -28
  898. package/examples/submit_proposal.ts +0 -62
  899. package/examples/sync_token.ts +0 -22
  900. package/examples/unlink_pool.ts +0 -22
  901. package/examples/unstake_pool_token.ts +0 -25
  902. package/examples/update_market.ts +0 -44
  903. package/examples/update_pool.ts +0 -25
  904. package/examples/update_profile.ts +0 -23
  905. package/examples/vote_proposal.ts +0 -23
  906. package/examples/websocket.ts +0 -32
@@ -8,9 +8,22 @@ exports.Params = exports.protobufPackage = void 0;
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
10
  exports.protobufPackage = "Switcheo.carbon.cdp";
11
- const baseParams = {};
11
+ const baseParams = {
12
+ interestFee: "",
13
+ liquidationFee: "",
14
+ stableCoinInterestRate: "",
15
+ };
12
16
  exports.Params = {
13
- encode(_, writer = minimal_1.default.Writer.create()) {
17
+ encode(message, writer = minimal_1.default.Writer.create()) {
18
+ if (message.interestFee !== "") {
19
+ writer.uint32(10).string(message.interestFee);
20
+ }
21
+ if (message.liquidationFee !== "") {
22
+ writer.uint32(18).string(message.liquidationFee);
23
+ }
24
+ if (message.stableCoinInterestRate !== "") {
25
+ writer.uint32(26).string(message.stableCoinInterestRate);
26
+ }
14
27
  return writer;
15
28
  },
16
29
  decode(input, length) {
@@ -20,6 +33,15 @@ exports.Params = {
20
33
  while (reader.pos < end) {
21
34
  const tag = reader.uint32();
22
35
  switch (tag >>> 3) {
36
+ case 1:
37
+ message.interestFee = reader.string();
38
+ break;
39
+ case 2:
40
+ message.liquidationFee = reader.string();
41
+ break;
42
+ case 3:
43
+ message.stableCoinInterestRate = reader.string();
44
+ break;
23
45
  default:
24
46
  reader.skipType(tag & 7);
25
47
  break;
@@ -27,16 +49,39 @@ exports.Params = {
27
49
  }
28
50
  return message;
29
51
  },
30
- fromJSON(_) {
52
+ fromJSON(object) {
31
53
  const message = Object.assign({}, baseParams);
54
+ message.interestFee =
55
+ object.interestFee !== undefined && object.interestFee !== null
56
+ ? String(object.interestFee)
57
+ : "";
58
+ message.liquidationFee =
59
+ object.liquidationFee !== undefined && object.liquidationFee !== null
60
+ ? String(object.liquidationFee)
61
+ : "";
62
+ message.stableCoinInterestRate =
63
+ object.stableCoinInterestRate !== undefined &&
64
+ object.stableCoinInterestRate !== null
65
+ ? String(object.stableCoinInterestRate)
66
+ : "";
32
67
  return message;
33
68
  },
34
- toJSON(_) {
69
+ toJSON(message) {
35
70
  const obj = {};
71
+ message.interestFee !== undefined &&
72
+ (obj.interestFee = message.interestFee);
73
+ message.liquidationFee !== undefined &&
74
+ (obj.liquidationFee = message.liquidationFee);
75
+ message.stableCoinInterestRate !== undefined &&
76
+ (obj.stableCoinInterestRate = message.stableCoinInterestRate);
36
77
  return obj;
37
78
  },
38
- fromPartial(_) {
79
+ fromPartial(object) {
80
+ var _a, _b, _c;
39
81
  const message = Object.assign({}, baseParams);
82
+ message.interestFee = (_a = object.interestFee) !== null && _a !== void 0 ? _a : "";
83
+ message.liquidationFee = (_b = object.liquidationFee) !== null && _b !== void 0 ? _b : "";
84
+ message.stableCoinInterestRate = (_c = object.stableCoinInterestRate) !== null && _c !== void 0 ? _c : "";
40
85
  return message;
41
86
  },
42
87
  };
@@ -44,4 +89,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
44
89
  minimal_1.default.util.Long = long_1.default;
45
90
  minimal_1.default.configure();
46
91
  }
47
- //# sourceMappingURL=params.js.map
@@ -137,4 +137,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
137
137
  [K in keyof T]?: DeepPartial<T[K]>;
138
138
  } : Partial<T>;
139
139
  export {};
140
- //# sourceMappingURL=query.d.ts.map
@@ -574,4 +574,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
574
574
  minimal_1.default.util.Long = long_1.default;
575
575
  minimal_1.default.configure();
576
576
  }
577
- //# sourceMappingURL=query.js.map
@@ -24,4 +24,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
24
24
  [K in keyof T]?: DeepPartial<T[K]>;
25
25
  } : Partial<T>;
26
26
  export {};
27
- //# sourceMappingURL=rate_strategy_params.d.ts.map
@@ -178,4 +178,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
178
178
  minimal_1.default.util.Long = long_1.default;
179
179
  minimal_1.default.configure();
180
180
  }
181
- //# sourceMappingURL=rate_strategy_params.js.map
@@ -0,0 +1,23 @@
1
+ import Long from "long";
2
+ import _m0 from "protobufjs/minimal";
3
+ export declare const protobufPackage = "Switcheo.carbon.cdp";
4
+ export interface StableCoinDebtInfo {
5
+ denom: string;
6
+ lastUpdatedTime?: Date;
7
+ totalAccInterest: string;
8
+ totalPrincipal: string;
9
+ interestPerPrincipal: string;
10
+ totalPaidInterest: string;
11
+ }
12
+ export declare const StableCoinDebtInfo: {
13
+ encode(message: StableCoinDebtInfo, writer?: _m0.Writer): _m0.Writer;
14
+ decode(input: _m0.Reader | Uint8Array, length?: number | undefined): StableCoinDebtInfo;
15
+ fromJSON(object: any): StableCoinDebtInfo;
16
+ toJSON(message: StableCoinDebtInfo): unknown;
17
+ fromPartial(object: DeepPartial<StableCoinDebtInfo>): StableCoinDebtInfo;
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 {} ? {
21
+ [K in keyof T]?: DeepPartial<T[K]>;
22
+ } : Partial<T>;
23
+ export {};
@@ -0,0 +1,157 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.StableCoinDebtInfo = exports.protobufPackage = void 0;
7
+ /* eslint-disable */
8
+ const long_1 = __importDefault(require("long"));
9
+ const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
+ const timestamp_1 = require("../google/protobuf/timestamp");
11
+ exports.protobufPackage = "Switcheo.carbon.cdp";
12
+ const baseStableCoinDebtInfo = {
13
+ denom: "",
14
+ totalAccInterest: "",
15
+ totalPrincipal: "",
16
+ interestPerPrincipal: "",
17
+ totalPaidInterest: "",
18
+ };
19
+ exports.StableCoinDebtInfo = {
20
+ encode(message, writer = minimal_1.default.Writer.create()) {
21
+ if (message.denom !== "") {
22
+ writer.uint32(10).string(message.denom);
23
+ }
24
+ if (message.lastUpdatedTime !== undefined) {
25
+ timestamp_1.Timestamp.encode(toTimestamp(message.lastUpdatedTime), writer.uint32(18).fork()).ldelim();
26
+ }
27
+ if (message.totalAccInterest !== "") {
28
+ writer.uint32(26).string(message.totalAccInterest);
29
+ }
30
+ if (message.totalPrincipal !== "") {
31
+ writer.uint32(34).string(message.totalPrincipal);
32
+ }
33
+ if (message.interestPerPrincipal !== "") {
34
+ writer.uint32(42).string(message.interestPerPrincipal);
35
+ }
36
+ if (message.totalPaidInterest !== "") {
37
+ writer.uint32(50).string(message.totalPaidInterest);
38
+ }
39
+ return writer;
40
+ },
41
+ decode(input, length) {
42
+ const reader = input instanceof minimal_1.default.Reader ? input : new minimal_1.default.Reader(input);
43
+ let end = length === undefined ? reader.len : reader.pos + length;
44
+ const message = Object.assign({}, baseStableCoinDebtInfo);
45
+ while (reader.pos < end) {
46
+ const tag = reader.uint32();
47
+ switch (tag >>> 3) {
48
+ case 1:
49
+ message.denom = reader.string();
50
+ break;
51
+ case 2:
52
+ message.lastUpdatedTime = fromTimestamp(timestamp_1.Timestamp.decode(reader, reader.uint32()));
53
+ break;
54
+ case 3:
55
+ message.totalAccInterest = reader.string();
56
+ break;
57
+ case 4:
58
+ message.totalPrincipal = reader.string();
59
+ break;
60
+ case 5:
61
+ message.interestPerPrincipal = reader.string();
62
+ break;
63
+ case 6:
64
+ message.totalPaidInterest = reader.string();
65
+ break;
66
+ default:
67
+ reader.skipType(tag & 7);
68
+ break;
69
+ }
70
+ }
71
+ return message;
72
+ },
73
+ fromJSON(object) {
74
+ const message = Object.assign({}, baseStableCoinDebtInfo);
75
+ message.denom =
76
+ object.denom !== undefined && object.denom !== null
77
+ ? String(object.denom)
78
+ : "";
79
+ message.lastUpdatedTime =
80
+ object.lastUpdatedTime !== undefined && object.lastUpdatedTime !== null
81
+ ? fromJsonTimestamp(object.lastUpdatedTime)
82
+ : undefined;
83
+ message.totalAccInterest =
84
+ object.totalAccInterest !== undefined && object.totalAccInterest !== null
85
+ ? String(object.totalAccInterest)
86
+ : "";
87
+ message.totalPrincipal =
88
+ object.totalPrincipal !== undefined && object.totalPrincipal !== null
89
+ ? String(object.totalPrincipal)
90
+ : "";
91
+ message.interestPerPrincipal =
92
+ object.interestPerPrincipal !== undefined &&
93
+ object.interestPerPrincipal !== null
94
+ ? String(object.interestPerPrincipal)
95
+ : "";
96
+ message.totalPaidInterest =
97
+ object.totalPaidInterest !== undefined &&
98
+ object.totalPaidInterest !== null
99
+ ? String(object.totalPaidInterest)
100
+ : "";
101
+ return message;
102
+ },
103
+ toJSON(message) {
104
+ const obj = {};
105
+ message.denom !== undefined && (obj.denom = message.denom);
106
+ message.lastUpdatedTime !== undefined &&
107
+ (obj.lastUpdatedTime = message.lastUpdatedTime.toISOString());
108
+ message.totalAccInterest !== undefined &&
109
+ (obj.totalAccInterest = message.totalAccInterest);
110
+ message.totalPrincipal !== undefined &&
111
+ (obj.totalPrincipal = message.totalPrincipal);
112
+ message.interestPerPrincipal !== undefined &&
113
+ (obj.interestPerPrincipal = message.interestPerPrincipal);
114
+ message.totalPaidInterest !== undefined &&
115
+ (obj.totalPaidInterest = message.totalPaidInterest);
116
+ return obj;
117
+ },
118
+ fromPartial(object) {
119
+ var _a, _b, _c, _d, _e, _f;
120
+ const message = Object.assign({}, baseStableCoinDebtInfo);
121
+ message.denom = (_a = object.denom) !== null && _a !== void 0 ? _a : "";
122
+ message.lastUpdatedTime = (_b = object.lastUpdatedTime) !== null && _b !== void 0 ? _b : undefined;
123
+ message.totalAccInterest = (_c = object.totalAccInterest) !== null && _c !== void 0 ? _c : "";
124
+ message.totalPrincipal = (_d = object.totalPrincipal) !== null && _d !== void 0 ? _d : "";
125
+ message.interestPerPrincipal = (_e = object.interestPerPrincipal) !== null && _e !== void 0 ? _e : "";
126
+ message.totalPaidInterest = (_f = object.totalPaidInterest) !== null && _f !== void 0 ? _f : "";
127
+ return message;
128
+ },
129
+ };
130
+ function toTimestamp(date) {
131
+ const seconds = numberToLong(date.getTime() / 1000);
132
+ const nanos = (date.getTime() % 1000) * 1000000;
133
+ return { seconds, nanos };
134
+ }
135
+ function fromTimestamp(t) {
136
+ let millis = t.seconds.toNumber() * 1000;
137
+ millis += t.nanos / 1000000;
138
+ return new Date(millis);
139
+ }
140
+ function fromJsonTimestamp(o) {
141
+ if (o instanceof Date) {
142
+ return o;
143
+ }
144
+ else if (typeof o === "string") {
145
+ return new Date(o);
146
+ }
147
+ else {
148
+ return fromTimestamp(timestamp_1.Timestamp.fromJSON(o));
149
+ }
150
+ }
151
+ function numberToLong(number) {
152
+ return long_1.default.fromNumber(number);
153
+ }
154
+ if (minimal_1.default.util.Long !== long_1.default) {
155
+ minimal_1.default.util.Long = long_1.default;
156
+ minimal_1.default.configure();
157
+ }
@@ -133,4 +133,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
133
133
  [K in keyof T]?: DeepPartial<T[K]>;
134
134
  } : Partial<T>;
135
135
  export {};
136
- //# sourceMappingURL=tx.d.ts.map
@@ -605,4 +605,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
605
605
  minimal_1.default.util.Long = long_1.default;
606
606
  minimal_1.default.configure();
607
607
  }
608
- //# sourceMappingURL=tx.js.map
@@ -42,4 +42,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
42
42
  [K in keyof T]?: DeepPartial<T[K]>;
43
43
  } : Partial<T>;
44
44
  export {};
45
- //# sourceMappingURL=vault.d.ts.map
@@ -233,4 +233,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
233
233
  minimal_1.default.util.Long = long_1.default;
234
234
  minimal_1.default.configure();
235
235
  }
236
- //# sourceMappingURL=vault.js.map
@@ -22,4 +22,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
22
22
  [K in keyof T]?: DeepPartial<T[K]>;
23
23
  } : Partial<T>;
24
24
  export {};
25
- //# sourceMappingURL=bridge.d.ts.map
@@ -149,4 +149,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
149
149
  minimal_1.default.util.Long = long_1.default;
150
150
  minimal_1.default.configure();
151
151
  }
152
- //# sourceMappingURL=bridge.js.map
@@ -60,4 +60,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
60
60
  [K in keyof T]?: DeepPartial<T[K]>;
61
61
  } : Partial<T>;
62
62
  export {};
63
- //# sourceMappingURL=event.d.ts.map
@@ -288,4 +288,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
288
288
  minimal_1.default.util.Long = long_1.default;
289
289
  minimal_1.default.configure();
290
290
  }
291
- //# sourceMappingURL=event.js.map
@@ -38,4 +38,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
38
38
  [K in keyof T]?: DeepPartial<T[K]>;
39
39
  } : Partial<T>;
40
40
  export {};
41
- //# sourceMappingURL=genesis.d.ts.map
@@ -189,4 +189,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
189
189
  minimal_1.default.util.Long = long_1.default;
190
190
  minimal_1.default.configure();
191
191
  }
192
- //# sourceMappingURL=genesis.js.map
@@ -19,4 +19,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
19
19
  [K in keyof T]?: DeepPartial<T[K]>;
20
20
  } : Partial<T>;
21
21
  export {};
22
- //# sourceMappingURL=proposal.d.ts.map
@@ -89,4 +89,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
89
89
  minimal_1.default.util.Long = long_1.default;
90
90
  minimal_1.default.configure();
91
91
  }
92
- //# sourceMappingURL=proposal.js.map
@@ -226,4 +226,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
226
226
  [K in keyof T]?: DeepPartial<T[K]>;
227
227
  } : Partial<T>;
228
228
  export {};
229
- //# sourceMappingURL=query.d.ts.map
@@ -1022,4 +1022,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
1022
1022
  minimal_1.default.util.Long = long_1.default;
1023
1023
  minimal_1.default.configure();
1024
1024
  }
1025
- //# sourceMappingURL=query.js.map
@@ -92,4 +92,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
92
92
  [K in keyof T]?: DeepPartial<T[K]>;
93
93
  } : Partial<T>;
94
94
  export {};
95
- //# sourceMappingURL=token.d.ts.map
@@ -642,4 +642,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
642
642
  minimal_1.default.util.Long = long_1.default;
643
643
  minimal_1.default.configure();
644
644
  }
645
- //# sourceMappingURL=token.js.map
@@ -388,4 +388,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
388
388
  [K in keyof T]?: DeepPartial<T[K]>;
389
389
  } : Partial<T>;
390
390
  export {};
391
- //# sourceMappingURL=tx.d.ts.map
@@ -2083,4 +2083,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
2083
2083
  minimal_1.default.util.Long = long_1.default;
2084
2084
  minimal_1.default.configure();
2085
2085
  }
2086
- //# sourceMappingURL=tx.js.map
@@ -53,4 +53,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
53
53
  [K in keyof T]?: DeepPartial<T[K]>;
54
54
  } : Partial<T>;
55
55
  export {};
56
- //# sourceMappingURL=auth.d.ts.map
@@ -315,4 +315,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
315
315
  minimal_1.default.util.Long = long_1.default;
316
316
  minimal_1.default.configure();
317
317
  }
318
- //# sourceMappingURL=auth.js.map
@@ -1,3 +1,2 @@
1
1
  export { BaseAccount, ModuleAccount, Params } from "./auth";
2
2
  export { QueryAccountsRequest, QueryAccountsResponse, QueryAccountRequest, QueryAccountResponse, QueryParamsRequest, QueryParamsResponse } from "./query";
3
- //# sourceMappingURL=export.d.ts.map
@@ -12,4 +12,3 @@ Object.defineProperty(exports, "QueryAccountRequest", { enumerable: true, get: f
12
12
  Object.defineProperty(exports, "QueryAccountResponse", { enumerable: true, get: function () { return query_1.QueryAccountResponse; } });
13
13
  Object.defineProperty(exports, "QueryParamsRequest", { enumerable: true, get: function () { return query_1.QueryParamsRequest; } });
14
14
  Object.defineProperty(exports, "QueryParamsResponse", { enumerable: true, get: function () { return query_1.QueryParamsResponse; } });
15
- //# sourceMappingURL=export.js.map
@@ -22,4 +22,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
22
22
  [K in keyof T]?: DeepPartial<T[K]>;
23
23
  } : Partial<T>;
24
24
  export {};
25
- //# sourceMappingURL=genesis.d.ts.map
@@ -79,4 +79,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
79
79
  minimal_1.default.util.Long = long_1.default;
80
80
  minimal_1.default.configure();
81
81
  }
82
- //# sourceMappingURL=genesis.js.map
@@ -112,4 +112,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
112
112
  [K in keyof T]?: DeepPartial<T[K]>;
113
113
  } : Partial<T>;
114
114
  export {};
115
- //# sourceMappingURL=query.d.ts.map
@@ -329,4 +329,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
329
329
  minimal_1.default.util.Long = long_1.default;
330
330
  minimal_1.default.configure();
331
331
  }
332
- //# sourceMappingURL=query.js.map
@@ -38,4 +38,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
38
38
  [K in keyof T]?: DeepPartial<T[K]>;
39
39
  } : Partial<T>;
40
40
  export {};
41
- //# sourceMappingURL=authz.d.ts.map
@@ -145,4 +145,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
145
145
  minimal_1.default.util.Long = long_1.default;
146
146
  minimal_1.default.configure();
147
147
  }
148
- //# sourceMappingURL=authz.js.map
@@ -39,4 +39,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
39
39
  [K in keyof T]?: DeepPartial<T[K]>;
40
40
  } : Partial<T>;
41
41
  export {};
42
- //# sourceMappingURL=event.d.ts.map
@@ -150,4 +150,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
150
150
  minimal_1.default.util.Long = long_1.default;
151
151
  minimal_1.default.configure();
152
152
  }
153
- //# sourceMappingURL=event.js.map
@@ -33,4 +33,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
33
33
  [K in keyof T]?: DeepPartial<T[K]>;
34
34
  } : Partial<T>;
35
35
  export {};
36
- //# sourceMappingURL=genesis.d.ts.map
@@ -175,4 +175,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
175
175
  minimal_1.default.util.Long = long_1.default;
176
176
  minimal_1.default.configure();
177
177
  }
178
- //# sourceMappingURL=genesis.js.map
@@ -52,4 +52,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
52
52
  [K in keyof T]?: DeepPartial<T[K]>;
53
53
  } : Partial<T>;
54
54
  export {};
55
- //# sourceMappingURL=query.d.ts.map
@@ -184,4 +184,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
184
184
  minimal_1.default.util.Long = long_1.default;
185
185
  minimal_1.default.configure();
186
186
  }
187
- //# sourceMappingURL=query.js.map
@@ -124,4 +124,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
124
124
  [K in keyof T]?: DeepPartial<T[K]>;
125
125
  } : Partial<T>;
126
126
  export {};
127
- //# sourceMappingURL=tx.d.ts.map
@@ -384,4 +384,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
384
384
  minimal_1.default.util.Long = long_1.default;
385
385
  minimal_1.default.configure();
386
386
  }
387
- //# sourceMappingURL=tx.js.map
@@ -23,4 +23,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
23
23
  [K in keyof T]?: DeepPartial<T[K]>;
24
24
  } : Partial<T>;
25
25
  export {};
26
- //# sourceMappingURL=authz.d.ts.map
@@ -62,4 +62,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
62
62
  minimal_1.default.util.Long = long_1.default;
63
63
  minimal_1.default.configure();
64
64
  }
65
- //# sourceMappingURL=authz.js.map
@@ -136,4 +136,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
136
136
  [K in keyof T]?: DeepPartial<T[K]>;
137
137
  } : Partial<T>;
138
138
  export {};
139
- //# sourceMappingURL=bank.d.ts.map
@@ -493,4 +493,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
493
493
  minimal_1.default.util.Long = long_1.default;
494
494
  minimal_1.default.configure();
495
495
  }
496
- //# sourceMappingURL=bank.js.map
@@ -3,4 +3,3 @@ export { Params, SendEnabled, Input, Output, Supply, DenomUnit, Metadata } from
3
3
  export { Balance } from "./genesis";
4
4
  export { QueryBalanceRequest, QueryBalanceResponse, QueryAllBalancesRequest, QueryAllBalancesResponse, QueryTotalSupplyRequest, QueryTotalSupplyResponse, QuerySupplyOfRequest, QuerySupplyOfResponse, QueryParamsRequest, QueryParamsResponse, QueryDenomsMetadataRequest, QueryDenomsMetadataResponse, QueryDenomMetadataRequest, QueryDenomMetadataResponse } from "./query";
5
5
  export { MsgSend, MsgSendResponse, MsgMultiSend, MsgMultiSendResponse } from "./tx";
6
- //# sourceMappingURL=export.d.ts.map
@@ -33,4 +33,3 @@ Object.defineProperty(exports, "MsgSend", { enumerable: true, get: function () {
33
33
  Object.defineProperty(exports, "MsgSendResponse", { enumerable: true, get: function () { return tx_1.MsgSendResponse; } });
34
34
  Object.defineProperty(exports, "MsgMultiSend", { enumerable: true, get: function () { return tx_1.MsgMultiSend; } });
35
35
  Object.defineProperty(exports, "MsgMultiSendResponse", { enumerable: true, get: function () { return tx_1.MsgMultiSendResponse; } });
36
- //# sourceMappingURL=export.js.map
@@ -46,4 +46,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
46
46
  [K in keyof T]?: DeepPartial<T[K]>;
47
47
  } : Partial<T>;
48
48
  export {};
49
- //# sourceMappingURL=genesis.d.ts.map
@@ -170,4 +170,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
170
170
  minimal_1.default.util.Long = long_1.default;
171
171
  minimal_1.default.configure();
172
172
  }
173
- //# sourceMappingURL=genesis.js.map
@@ -238,4 +238,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
238
238
  [K in keyof T]?: DeepPartial<T[K]>;
239
239
  } : Partial<T>;
240
240
  export {};
241
- //# sourceMappingURL=query.d.ts.map
@@ -802,4 +802,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
802
802
  minimal_1.default.util.Long = long_1.default;
803
803
  minimal_1.default.configure();
804
804
  }
805
- //# sourceMappingURL=query.js.map
@@ -69,4 +69,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
69
69
  [K in keyof T]?: DeepPartial<T[K]>;
70
70
  } : Partial<T>;
71
71
  export {};
72
- //# sourceMappingURL=tx.d.ts.map
@@ -234,4 +234,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
234
234
  minimal_1.default.util.Long = long_1.default;
235
235
  minimal_1.default.configure();
236
236
  }
237
- //# sourceMappingURL=tx.js.map
@@ -210,4 +210,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
210
210
  [K in keyof T]?: DeepPartial<T[K]>;
211
211
  } : Partial<T>;
212
212
  export {};
213
- //# sourceMappingURL=abci.d.ts.map
@@ -900,4 +900,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
900
900
  minimal_1.default.util.Long = long_1.default;
901
901
  minimal_1.default.configure();
902
902
  }
903
- //# sourceMappingURL=abci.js.map
@@ -29,4 +29,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
29
29
  [K in keyof T]?: DeepPartial<T[K]>;
30
30
  } : Partial<T>;
31
31
  export {};
32
- //# sourceMappingURL=kv.d.ts.map
@@ -152,4 +152,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
152
152
  minimal_1.default.util.Long = long_1.default;
153
153
  minimal_1.default.configure();
154
154
  }
155
- //# sourceMappingURL=kv.js.map
@@ -82,4 +82,3 @@ export declare type DeepPartial<T> = T extends Builtin ? T : T extends Long ? st
82
82
  [K in keyof T]?: DeepPartial<T[K]>;
83
83
  } : Partial<T>;
84
84
  export {};
85
- //# sourceMappingURL=pagination.d.ts.map
@@ -213,4 +213,3 @@ if (minimal_1.default.util.Long !== long_1.default) {
213
213
  minimal_1.default.util.Long = long_1.default;
214
214
  minimal_1.default.configure();
215
215
  }
216
- //# sourceMappingURL=pagination.js.map