carbon-js-sdk 0.7.13 → 0.7.16
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.
- package/lib/CarbonSDK.d.ts +2 -5
- package/lib/CarbonSDK.js +11 -44
- package/lib/clients/CarbonQueryClient.d.ts +6 -2
- package/lib/clients/CarbonQueryClient.js +62 -58
- package/lib/clients/GasFee.d.ts +6 -6
- package/lib/clients/GasFee.js +10 -17
- package/lib/clients/InsightsQueryClient.d.ts +0 -10
- package/lib/clients/InsightsQueryClient.js +0 -34
- package/lib/clients/TokenClient.d.ts +0 -1
- package/lib/clients/TokenClient.js +19 -14
- package/lib/codec/Switcheo/carbon/book/book.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/book/book.js +18 -18
- package/lib/codec/Switcheo/carbon/book/event.d.ts +21 -2
- package/lib/codec/Switcheo/carbon/book/event.js +109 -27
- package/lib/codec/Switcheo/carbon/book/export.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/book/export.js +3 -1
- package/lib/codec/Switcheo/carbon/book/legacy.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/book/legacy.js +9 -9
- package/lib/codec/Switcheo/carbon/book/query.d.ts +15 -9
- package/lib/codec/Switcheo/carbon/book/query.js +45 -33
- package/lib/codec/Switcheo/carbon/broker/amm.d.ts +4 -6
- package/lib/codec/Switcheo/carbon/broker/amm.js +61 -75
- package/lib/codec/Switcheo/carbon/broker/candlestick.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/broker/candlestick.js +9 -9
- package/lib/codec/Switcheo/carbon/broker/event.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/broker/event.js +18 -18
- package/lib/codec/Switcheo/carbon/broker/query.d.ts +3 -3
- package/lib/codec/Switcheo/carbon/broker/query.js +27 -27
- package/lib/codec/Switcheo/carbon/broker/tx.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/broker/tx.js +9 -9
- package/lib/codec/Switcheo/carbon/ccm/export.d.ts +3 -3
- package/lib/codec/Switcheo/carbon/ccm/export.js +8 -3
- package/lib/codec/Switcheo/carbon/ccm/genesis.d.ts +9 -3
- package/lib/codec/Switcheo/carbon/ccm/genesis.js +6 -6
- package/lib/codec/Switcheo/carbon/ccm/{ccm.d.ts → params.d.ts} +11 -0
- package/lib/codec/Switcheo/carbon/ccm/params.js +107 -0
- package/lib/codec/Switcheo/carbon/ccm/query.d.ts +32 -2
- package/lib/codec/Switcheo/carbon/ccm/query.js +88 -1
- package/lib/codec/Switcheo/carbon/ccm/tx.d.ts +42 -0
- package/lib/codec/Switcheo/carbon/ccm/tx.js +103 -1
- package/lib/codec/Switcheo/carbon/cdp/export.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/cdp/export.js +7 -4
- package/lib/codec/Switcheo/carbon/cdp/params.d.ts +35 -5
- package/lib/codec/Switcheo/carbon/cdp/params.js +196 -1
- package/lib/codec/Switcheo/carbon/cdp/tx.d.ts +43 -2
- package/lib/codec/Switcheo/carbon/cdp/tx.js +112 -10
- package/lib/codec/Switcheo/carbon/coin/group.d.ts +6 -3
- package/lib/codec/Switcheo/carbon/coin/token.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/coin/token.js +18 -18
- package/lib/codec/Switcheo/carbon/coin/tx.d.ts +3 -2
- package/lib/codec/Switcheo/carbon/erc20/erc20.d.ts +4 -1
- package/lib/codec/Switcheo/carbon/erc20/events.d.ts +8 -2
- package/lib/codec/Switcheo/carbon/erc20/export.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/erc20/export.js +4 -3
- package/lib/codec/Switcheo/carbon/erc20/genesis.d.ts +1 -17
- package/lib/codec/Switcheo/carbon/erc20/genesis.js +7 -65
- package/lib/codec/Switcheo/carbon/erc20/params.d.ts +41 -0
- package/lib/codec/Switcheo/carbon/erc20/params.js +133 -0
- package/lib/codec/Switcheo/carbon/erc20/query.d.ts +5 -2
- package/lib/codec/Switcheo/carbon/erc20/query.js +6 -6
- package/lib/codec/Switcheo/carbon/erc20/tx.d.ts +36 -17
- package/lib/codec/Switcheo/carbon/erc20/tx.js +8 -6
- package/lib/codec/Switcheo/carbon/evmcontract/export.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/evmcontract/export.js +2 -3
- package/lib/codec/Switcheo/carbon/evmcontract/genesis.d.ts +10 -4
- package/lib/codec/Switcheo/carbon/evmcontract/genesis.js +54 -4
- package/lib/codec/Switcheo/carbon/evmcontract/params.d.ts +10 -0
- package/lib/codec/Switcheo/carbon/evmcontract/params.js +50 -1
- package/lib/codec/Switcheo/carbon/evmcontract/query.d.ts +98 -0
- package/lib/codec/Switcheo/carbon/evmcontract/query.js +374 -1
- package/lib/codec/Switcheo/carbon/evmcontract/tx.d.ts +77 -0
- package/lib/codec/Switcheo/carbon/evmcontract/tx.js +327 -1
- package/lib/codec/Switcheo/carbon/evmmerge/offchain.d.ts +4 -1
- package/lib/codec/Switcheo/carbon/evmmerge/query.d.ts +16 -4
- package/lib/codec/Switcheo/carbon/evmmerge/tx.d.ts +8 -2
- package/lib/codec/Switcheo/carbon/headersync/genesis.d.ts +8 -2
- package/lib/codec/Switcheo/carbon/inflation/inflation.d.ts +4 -1
- package/lib/codec/Switcheo/carbon/insurance/event.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/insurance/tx.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/insurance/tx.js +9 -9
- package/lib/codec/Switcheo/carbon/leverage/event.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/leverage/event.js +9 -9
- package/lib/codec/Switcheo/carbon/leverage/leverage.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/leverage/leverage.js +9 -9
- package/lib/codec/Switcheo/carbon/leverage/query.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/leverage/query.js +9 -9
- package/lib/codec/Switcheo/carbon/leverage/tx.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/leverage/tx.js +9 -9
- package/lib/codec/Switcheo/carbon/liquidation/event.d.ts +23 -0
- package/lib/codec/Switcheo/carbon/liquidation/event.js +154 -0
- package/lib/codec/Switcheo/carbon/liquidation/export.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/liquidation/export.js +3 -5
- package/lib/codec/Switcheo/carbon/liquidation/outstanding_position.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/liquidation/outstanding_position.js +9 -9
- package/lib/codec/Switcheo/carbon/liquidation/query.d.ts +1 -26
- package/lib/codec/Switcheo/carbon/liquidation/query.js +10 -97
- package/lib/codec/Switcheo/carbon/liquiditypool/export.d.ts +4 -3
- package/lib/codec/Switcheo/carbon/liquiditypool/export.js +11 -4
- package/lib/codec/Switcheo/carbon/liquiditypool/genesis.d.ts +2 -1
- package/lib/codec/Switcheo/carbon/liquiditypool/genesis.js +7 -6
- package/lib/codec/Switcheo/carbon/liquiditypool/liquiditypool.d.ts +22 -13
- package/lib/codec/Switcheo/carbon/liquiditypool/liquiditypool.js +223 -85
- package/lib/codec/{perpsliquidity → Switcheo/carbon/liquiditypool}/params.d.ts +14 -11
- package/lib/codec/Switcheo/carbon/liquiditypool/params.js +149 -0
- package/lib/codec/Switcheo/carbon/liquiditypool/query.d.ts +24 -1
- package/lib/codec/Switcheo/carbon/liquiditypool/query.js +94 -6
- package/lib/codec/Switcheo/carbon/liquiditypool/tx.d.ts +46 -4
- package/lib/codec/Switcheo/carbon/liquiditypool/tx.js +157 -58
- package/lib/codec/Switcheo/carbon/market/event.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/market/event.js +13 -11
- package/lib/codec/Switcheo/carbon/market/export.d.ts +4 -3
- package/lib/codec/Switcheo/carbon/market/export.js +14 -4
- package/lib/codec/Switcheo/carbon/market/fee.d.ts +11 -5
- package/lib/codec/Switcheo/carbon/market/genesis.d.ts +3 -2
- package/lib/codec/Switcheo/carbon/market/genesis.js +18 -19
- package/lib/codec/Switcheo/carbon/market/market.d.ts +9 -46
- package/lib/codec/Switcheo/carbon/market/market.js +22 -415
- package/lib/codec/Switcheo/carbon/market/params.d.ts +83 -0
- package/lib/codec/Switcheo/carbon/market/params.js +791 -0
- package/lib/codec/Switcheo/carbon/market/query.d.ts +45 -7
- package/lib/codec/Switcheo/carbon/market/query.js +271 -45
- package/lib/codec/Switcheo/carbon/market/tx.d.ts +91 -4
- package/lib/codec/Switcheo/carbon/market/tx.js +356 -20
- package/lib/codec/Switcheo/carbon/marketstats/export.d.ts +1 -2
- package/lib/codec/Switcheo/carbon/marketstats/export.js +1 -5
- package/lib/codec/Switcheo/carbon/marketstats/genesis.d.ts +4 -7
- package/lib/codec/Switcheo/carbon/marketstats/genesis.js +4 -21
- package/lib/codec/Switcheo/carbon/marketstats/marketstats.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/marketstats/marketstats.js +9 -9
- package/lib/codec/Switcheo/carbon/marketstats/query.d.ts +0 -26
- package/lib/codec/Switcheo/carbon/marketstats/query.js +1 -88
- package/lib/codec/Switcheo/carbon/misc/message.d.ts +2 -0
- package/lib/codec/Switcheo/carbon/misc/message.js +30 -1
- package/lib/codec/Switcheo/carbon/misc/trade.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/misc/trade.js +9 -9
- package/lib/codec/Switcheo/carbon/oracle/export.d.ts +4 -3
- package/lib/codec/Switcheo/carbon/oracle/export.js +15 -2
- package/lib/codec/Switcheo/carbon/oracle/genesis.d.ts +2 -1
- package/lib/codec/Switcheo/carbon/oracle/genesis.js +6 -5
- package/lib/codec/Switcheo/carbon/oracle/oracle.d.ts +0 -20
- package/lib/codec/Switcheo/carbon/oracle/oracle.js +1 -176
- package/lib/codec/Switcheo/carbon/oracle/params.d.ts +45 -0
- package/lib/codec/Switcheo/carbon/oracle/params.js +362 -0
- package/lib/codec/Switcheo/carbon/oracle/query.d.ts +25 -3
- package/lib/codec/Switcheo/carbon/oracle/query.js +126 -8
- package/lib/codec/Switcheo/carbon/oracle/tx.d.ts +114 -0
- package/lib/codec/Switcheo/carbon/oracle/tx.js +541 -1
- package/lib/codec/Switcheo/carbon/order/export.d.ts +5 -3
- package/lib/codec/Switcheo/carbon/order/export.js +14 -5
- package/lib/codec/Switcheo/carbon/order/genesis.d.ts +12 -11
- package/lib/codec/Switcheo/carbon/order/genesis.js +30 -29
- package/lib/codec/Switcheo/carbon/order/order.d.ts +16 -26
- package/lib/codec/Switcheo/carbon/order/order.js +39 -67
- package/lib/codec/Switcheo/carbon/order/params.d.ts +28 -0
- package/lib/codec/Switcheo/carbon/order/params.js +109 -0
- package/lib/codec/Switcheo/carbon/order/query.d.ts +4 -3
- package/lib/codec/Switcheo/carbon/order/query.js +24 -23
- package/lib/codec/Switcheo/carbon/order/tx.d.ts +44 -2
- package/lib/codec/Switcheo/carbon/order/tx.js +121 -19
- package/lib/codec/Switcheo/carbon/perpspool/event.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/perpspool/event.js +9 -9
- package/lib/codec/Switcheo/carbon/perpspool/export.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/perpspool/export.js +5 -4
- package/lib/codec/Switcheo/carbon/perpspool/market.d.ts +20 -7
- package/lib/codec/Switcheo/carbon/perpspool/market.js +9 -9
- package/lib/codec/Switcheo/carbon/perpspool/params.d.ts +20 -1
- package/lib/codec/Switcheo/carbon/perpspool/params.js +175 -1
- package/lib/codec/Switcheo/carbon/perpspool/pool.d.ts +8 -2
- package/lib/codec/Switcheo/carbon/perpspool/tx.d.ts +39 -26
- package/lib/codec/Switcheo/carbon/perpspool/tx.js +50 -129
- package/lib/codec/Switcheo/carbon/position/evm_hooks.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/position/evm_hooks.js +9 -9
- package/lib/codec/Switcheo/carbon/position/export.d.ts +1 -0
- package/lib/codec/Switcheo/carbon/position/export.js +4 -1
- package/lib/codec/Switcheo/carbon/position/position.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/position/position.js +18 -18
- package/lib/codec/Switcheo/carbon/position/query.d.ts +2 -2
- package/lib/codec/Switcheo/carbon/position/query.js +18 -18
- package/lib/codec/Switcheo/carbon/position/tx.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/position/tx.js +9 -9
- package/lib/codec/Switcheo/carbon/pricing/event.d.ts +10 -0
- package/lib/codec/Switcheo/carbon/pricing/event.js +51 -1
- package/lib/codec/Switcheo/carbon/pricing/export.d.ts +4 -3
- package/lib/codec/Switcheo/carbon/pricing/export.js +11 -2
- package/lib/codec/Switcheo/carbon/pricing/genesis.d.ts +2 -1
- package/lib/codec/Switcheo/carbon/pricing/genesis.js +6 -5
- package/lib/codec/Switcheo/carbon/pricing/params.d.ts +35 -0
- package/lib/codec/Switcheo/carbon/pricing/params.js +212 -0
- package/lib/codec/Switcheo/carbon/pricing/pricing.d.ts +1 -16
- package/lib/codec/Switcheo/carbon/pricing/pricing.js +10 -109
- package/lib/codec/Switcheo/carbon/pricing/proposal.d.ts +1 -1
- package/lib/codec/Switcheo/carbon/pricing/proposal.js +9 -9
- package/lib/codec/Switcheo/carbon/pricing/query.d.ts +3 -2
- package/lib/codec/Switcheo/carbon/pricing/query.js +15 -14
- package/lib/codec/Switcheo/carbon/pricing/tx.d.ts +89 -0
- package/lib/codec/Switcheo/carbon/pricing/tx.js +323 -1
- package/lib/codec/Switcheo/carbon/profile/query.d.ts +0 -1
- package/lib/codec/Switcheo/carbon/profile/query.js +1 -14
- package/lib/codec/Switcheo/carbon/subaccount/export.d.ts +3 -2
- package/lib/codec/Switcheo/carbon/subaccount/export.js +6 -2
- package/lib/codec/Switcheo/carbon/subaccount/genesis.d.ts +2 -1
- package/lib/codec/Switcheo/carbon/subaccount/genesis.js +6 -5
- package/lib/codec/Switcheo/carbon/subaccount/params.d.ts +29 -0
- package/lib/codec/Switcheo/carbon/subaccount/params.js +119 -0
- package/lib/codec/Switcheo/carbon/subaccount/query.d.ts +2 -1
- package/lib/codec/Switcheo/carbon/subaccount/query.js +6 -5
- package/lib/codec/Switcheo/carbon/subaccount/subaccount.d.ts +0 -11
- package/lib/codec/Switcheo/carbon/subaccount/subaccount.js +1 -54
- package/lib/codec/Switcheo/carbon/subaccount/tx.d.ts +42 -0
- package/lib/codec/Switcheo/carbon/subaccount/tx.js +103 -1
- package/lib/codec/adl/genesis.d.ts +3 -3
- package/lib/codec/admin/genesis.d.ts +3 -3
- package/lib/codec/admin/query.d.ts +6 -6
- package/lib/codec/admin/tx.d.ts +6 -6
- package/lib/codec/alliance/alliance/export.d.ts +1 -1
- package/lib/codec/alliance/alliance/export.js +6 -5
- package/lib/codec/alliance/alliance/gov.d.ts +2 -0
- package/lib/codec/alliance/alliance/gov.js +20 -0
- package/lib/codec/alliance/alliance/params.d.ts +1 -0
- package/lib/codec/alliance/alliance/params.js +14 -2
- package/lib/codec/alliance/alliance/query.d.ts +61 -73
- package/lib/codec/alliance/alliance/query.js +262 -250
- package/lib/codec/alliance/alliance/tx.d.ts +2 -0
- package/lib/codec/alliance/alliance/tx.js +20 -0
- package/lib/codec/alliance/alliance/unbonding.d.ts +2 -0
- package/lib/codec/alliance/alliance/unbonding.js +18 -2
- package/lib/codec/alliance/alliance.d.ts +5 -5
- package/lib/codec/alliance/delegations.d.ts +8 -8
- package/lib/codec/alliance/events.d.ts +6 -6
- package/lib/codec/alliance/genesis.d.ts +7 -7
- package/lib/codec/alliance/gov.d.ts +5 -5
- package/lib/codec/alliance/params.d.ts +4 -4
- package/lib/codec/alliance/query.d.ts +24 -24
- package/lib/codec/alliance/tx.d.ts +10 -10
- package/lib/codec/bank/event.d.ts +7 -7
- package/lib/codec/bank/genesis.d.ts +3 -3
- package/lib/codec/bank/query.d.ts +6 -6
- package/lib/codec/book/book.d.ts +19 -7
- package/lib/codec/book/book.js +80 -13
- package/lib/codec/book/event.d.ts +3 -3
- package/lib/codec/book/genesis.d.ts +3 -3
- package/lib/codec/book/legacy.d.ts +3 -3
- package/lib/codec/book/query.d.ts +56 -9
- package/lib/codec/book/query.js +224 -1
- package/lib/codec/broker/amm.d.ts +37 -9
- package/lib/codec/broker/amm.js +181 -6
- package/lib/codec/broker/candlestick.d.ts +3 -3
- package/lib/codec/broker/event.d.ts +16 -3
- package/lib/codec/broker/event.js +89 -1
- package/lib/codec/broker/genesis.d.ts +6 -5
- package/lib/codec/broker/genesis.js +26 -11
- package/lib/codec/broker/incoming_liquidations.d.ts +3 -3
- package/lib/codec/broker/pagination.d.ts +3 -3
- package/lib/codec/broker/query.d.ts +8 -8
- package/lib/codec/broker/tx.d.ts +5 -5
- package/lib/codec/btcx/denom_cross_chain_info.d.ts +3 -3
- package/lib/codec/btcx/denom_info.d.ts +3 -3
- package/lib/codec/btcx/genesis.d.ts +3 -3
- package/lib/codec/btcx/query.d.ts +6 -6
- package/lib/codec/btcx/tx.d.ts +8 -8
- package/lib/codec/carbon-models.d.ts +2 -1
- package/lib/codec/carbon-models.js +3 -2
- package/lib/codec/ccm/ccm.d.ts +3 -3
- package/lib/codec/ccm/genesis.d.ts +7 -7
- package/lib/codec/ccm/query.d.ts +4 -4
- package/lib/codec/ccm/tx.d.ts +8 -8
- package/lib/codec/cdp/asset_params.d.ts +5 -5
- package/lib/codec/cdp/cdp_liquidations.d.ts +3 -3
- package/lib/codec/cdp/debt_info.d.ts +3 -3
- package/lib/codec/cdp/e_mode_category.d.ts +3 -3
- package/lib/codec/cdp/event.d.ts +50 -43
- package/lib/codec/cdp/event.js +163 -81
- package/lib/codec/cdp/genesis.d.ts +10 -10
- package/lib/codec/cdp/params.d.ts +5 -7
- package/lib/codec/cdp/params.js +20 -30
- package/lib/codec/cdp/query.d.ts +73 -52
- package/lib/codec/cdp/query.js +104 -17
- package/lib/codec/cdp/rate_strategy_params.d.ts +3 -3
- package/lib/codec/cdp/reward_scheme.d.ts +6 -6
- package/lib/codec/cdp/stablecoin_debt_info.d.ts +3 -3
- package/lib/codec/cdp/stablecoin_interest_info.d.ts +3 -3
- package/lib/codec/cdp/tx.d.ts +123 -101
- package/lib/codec/cdp/tx.js +115 -31
- package/lib/codec/coin/bridge.d.ts +3 -3
- package/lib/codec/coin/event.d.ts +14 -14
- package/lib/codec/coin/genesis.d.ts +4 -4
- package/lib/codec/coin/group.d.ts +5 -5
- package/lib/codec/coin/proposal.d.ts +3 -3
- package/lib/codec/coin/query.d.ts +26 -26
- package/lib/codec/coin/token.d.ts +10 -9
- package/lib/codec/coin/token.js +19 -0
- package/lib/codec/coin/tx.d.ts +48 -48
- package/lib/codec/cosmos/app/module/v1alpha1/module.d.ts +3 -3
- package/lib/codec/cosmos/app/runtime/v1alpha1/module.d.ts +18 -0
- package/lib/codec/cosmos/app/runtime/v1alpha1/module.js +50 -2
- package/lib/codec/cosmos/app/v1alpha1/config.d.ts +26 -0
- package/lib/codec/cosmos/app/v1alpha1/config.js +94 -4
- package/lib/codec/cosmos/app/v1alpha1/module.d.ts +1 -1
- package/lib/codec/cosmos/auth/v1beta1/auth.d.ts +21 -0
- package/lib/codec/cosmos/auth/v1beta1/auth.js +92 -1
- package/lib/codec/cosmos/auth/v1beta1/export.d.ts +3 -2
- package/lib/codec/cosmos/auth/v1beta1/export.js +7 -1
- package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts +1 -1
- package/lib/codec/cosmos/auth/v1beta1/query.d.ts +54 -2
- package/lib/codec/cosmos/auth/v1beta1/query.js +120 -2
- package/lib/codec/cosmos/authz/v1beta1/query.d.ts +1 -1
- package/lib/codec/cosmos/authz/v1beta1/tx.d.ts +18 -18
- package/lib/codec/cosmos/authz/v1beta1/tx.js +36 -36
- package/lib/codec/cosmos/autocli/v1/options.d.ts +2 -4
- package/lib/codec/cosmos/autocli/v1/options.js +4 -19
- package/lib/codec/cosmos/bank/module/v1/module.d.ts +2 -2
- package/lib/codec/cosmos/bank/v1beta1/authz.d.ts +7 -0
- package/lib/codec/cosmos/bank/v1beta1/authz.js +18 -3
- package/lib/codec/cosmos/bank/v1beta1/bank.d.ts +9 -0
- package/lib/codec/cosmos/bank/v1beta1/export.d.ts +2 -2
- package/lib/codec/cosmos/bank/v1beta1/export.js +13 -1
- package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts +9 -3
- package/lib/codec/cosmos/bank/v1beta1/genesis.js +17 -2
- package/lib/codec/cosmos/bank/v1beta1/query.d.ts +211 -6
- package/lib/codec/cosmos/bank/v1beta1/query.js +513 -3
- package/lib/codec/cosmos/bank/v1beta1/tx.d.ts +103 -1
- package/lib/codec/cosmos/bank/v1beta1/tx.js +215 -2
- package/lib/codec/cosmos/base/abci/v1beta1/abci.d.ts +23 -0
- package/lib/codec/cosmos/base/abci/v1beta1/abci.js +137 -1
- package/lib/codec/cosmos/base/kv/v1beta1/kv.d.ts +4 -4
- package/lib/codec/cosmos/base/node/v1beta1/query.d.ts +36 -0
- package/lib/codec/cosmos/base/node/v1beta1/query.js +257 -3
- package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.d.ts +11 -11
- package/lib/codec/cosmos/base/store/v1beta1/commit_info.d.ts +5 -5
- package/lib/codec/cosmos/base/store/v1beta1/listening.d.ts +5 -5
- package/lib/codec/cosmos/base/tendermint/v1beta1/query.d.ts +16 -46
- package/lib/codec/cosmos/base/v1beta1/coin.d.ts +8 -2
- package/lib/codec/cosmos/capability/module/v1/module.d.ts +3 -3
- package/lib/codec/cosmos/capability/v1beta1/capability.d.ts +5 -5
- package/lib/codec/cosmos/capability/v1beta1/genesis.d.ts +4 -4
- package/lib/codec/{Switcheo/carbon/marketstats/params.d.ts → cosmos/circuit/module/v1/module.d.ts} +11 -9
- package/lib/codec/{Switcheo/carbon/ccm/ccm.js → cosmos/circuit/module/v1/module.js} +16 -17
- package/lib/codec/cosmos/circuit/v1/query.d.ts +97 -0
- package/lib/codec/cosmos/circuit/v1/query.js +333 -0
- package/lib/codec/cosmos/circuit/v1/tx.d.ts +128 -0
- package/lib/codec/cosmos/circuit/v1/tx.js +371 -0
- package/lib/codec/cosmos/circuit/v1/types.d.ts +81 -0
- package/lib/codec/cosmos/circuit/v1/types.js +266 -0
- package/lib/codec/cosmos/consensus/v1/query.d.ts +1 -1
- package/lib/codec/cosmos/consensus/v1/tx.d.ts +5 -3
- package/lib/codec/cosmos/consensus/v1/tx.js +16 -0
- package/lib/codec/cosmos/crisis/v1beta1/tx.d.ts +46 -1
- package/lib/codec/cosmos/crisis/v1beta1/tx.js +103 -1
- package/lib/codec/cosmos/crypto/ed25519/keys.d.ts +1 -1
- package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts +20 -1
- package/lib/codec/cosmos/distribution/v1beta1/distribution.js +16 -16
- package/lib/codec/cosmos/distribution/v1beta1/export.d.ts +2 -2
- package/lib/codec/cosmos/distribution/v1beta1/export.js +10 -1
- package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts +4 -4
- package/lib/codec/cosmos/distribution/v1beta1/query.d.ts +33 -2
- package/lib/codec/cosmos/distribution/v1beta1/query.js +134 -1
- package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts +144 -3
- package/lib/codec/cosmos/distribution/v1beta1/tx.js +328 -1
- package/lib/codec/cosmos/evidence/v1beta1/evidence.d.ts +4 -0
- package/lib/codec/cosmos/evidence/v1beta1/query.d.ts +12 -1
- package/lib/codec/cosmos/evidence/v1beta1/query.js +14 -2
- package/lib/codec/cosmos/evidence/v1beta1/tx.d.ts +2 -0
- package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +2 -2
- package/lib/codec/cosmos/feegrant/v1beta1/tx.d.ts +37 -0
- package/lib/codec/cosmos/feegrant/v1beta1/tx.js +84 -1
- package/lib/codec/cosmos/gov/v1/export.d.ts +3 -0
- package/lib/codec/cosmos/gov/v1/export.js +53 -0
- package/lib/codec/cosmos/gov/v1/genesis.d.ts +34 -4
- package/lib/codec/cosmos/gov/v1/genesis.js +34 -2
- package/lib/codec/cosmos/gov/v1/gov.d.ts +154 -7
- package/lib/codec/cosmos/gov/v1/gov.js +352 -3
- package/lib/codec/cosmos/gov/v1/query.d.ts +55 -7
- package/lib/codec/cosmos/gov/v1/query.js +101 -1
- package/lib/codec/cosmos/gov/v1/tx.d.ts +126 -2
- package/lib/codec/cosmos/gov/v1/tx.js +317 -3
- package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/gov/v1beta1/gov.d.ts +30 -5
- package/lib/codec/cosmos/gov/v1beta1/query.d.ts +5 -3
- package/lib/codec/cosmos/gov/v1beta1/tx.d.ts +14 -1
- package/lib/codec/cosmos/group/v1/events.d.ts +17 -1
- package/lib/codec/cosmos/group/v1/events.js +81 -1
- package/lib/codec/cosmos/group/v1/query.d.ts +5 -5
- package/lib/codec/cosmos/group/v1/tx.d.ts +25 -13
- package/lib/codec/cosmos/group/v1/tx.js +60 -34
- package/lib/codec/cosmos/group/v1/types.d.ts +34 -8
- package/lib/codec/cosmos/group/v1/types.js +27 -1
- package/lib/codec/cosmos/mint/v1beta1/export.d.ts +1 -0
- package/lib/codec/cosmos/mint/v1beta1/export.js +4 -1
- package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts +1 -1
- package/lib/codec/cosmos/mint/v1beta1/mint.d.ts +1 -1
- package/lib/codec/cosmos/msg/textual/v1/textual.d.ts +1 -0
- package/lib/codec/cosmos/msg/textual/v1/textual.js +14 -0
- package/lib/codec/cosmos/nft/v1beta1/event.d.ts +10 -0
- package/lib/codec/cosmos/nft/v1beta1/genesis.d.ts +1 -0
- package/lib/codec/cosmos/nft/v1beta1/query.d.ts +20 -0
- package/lib/codec/cosmos/orm/module/v1alpha1/module.d.ts +2 -2
- package/lib/codec/cosmos/orm/v1/orm.d.ts +5 -2
- package/lib/codec/cosmos/orm/v1alpha1/schema.d.ts +2 -22
- package/lib/codec/cosmos/orm/v1alpha1/schema.js +2 -32
- package/lib/codec/cosmos/slashing/v1beta1/export.d.ts +1 -1
- package/lib/codec/cosmos/slashing/v1beta1/export.js +3 -1
- package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts +1 -1
- package/lib/codec/cosmos/slashing/v1beta1/slashing.d.ts +9 -8
- package/lib/codec/cosmos/slashing/v1beta1/tx.d.ts +46 -0
- package/lib/codec/cosmos/slashing/v1beta1/tx.js +101 -1
- package/lib/codec/cosmos/staking/module/v1/module.d.ts +4 -0
- package/lib/codec/cosmos/staking/module/v1/module.js +35 -2
- package/lib/codec/cosmos/staking/v1beta1/authz.d.ts +2 -0
- package/lib/codec/cosmos/staking/v1beta1/authz.js +7 -0
- package/lib/codec/cosmos/staking/v1beta1/export.d.ts +2 -2
- package/lib/codec/cosmos/staking/v1beta1/export.js +8 -2
- package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts +3 -2
- package/lib/codec/cosmos/staking/v1beta1/query.d.ts +36 -5
- package/lib/codec/cosmos/staking/v1beta1/staking.d.ts +44 -5
- package/lib/codec/cosmos/staking/v1beta1/staking.js +212 -2
- package/lib/codec/cosmos/staking/v1beta1/tx.d.ts +58 -1
- package/lib/codec/cosmos/staking/v1beta1/tx.js +116 -1
- package/lib/codec/cosmos/store/internal/kv/v1beta1/kv.d.ts +31 -0
- package/lib/codec/cosmos/store/internal/kv/v1beta1/kv.js +154 -0
- package/lib/codec/cosmos/store/snapshots/v1/snapshot.d.ts +119 -0
- package/lib/codec/cosmos/store/snapshots/v1/snapshot.js +540 -0
- package/lib/codec/cosmos/store/streaming/abci/grpc.d.ts +72 -0
- package/lib/codec/cosmos/store/streaming/abci/grpc.js +247 -0
- package/lib/codec/cosmos/store/v1beta1/commit_info.d.ts +54 -0
- package/lib/codec/cosmos/store/v1beta1/commit_info.js +273 -0
- package/lib/codec/cosmos/store/v1beta1/listening.d.ts +48 -0
- package/lib/codec/cosmos/store/v1beta1/listening.js +220 -0
- package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +4 -3
- package/lib/codec/cosmos/tx/signing/v1beta1/signing.js +4 -3
- package/lib/codec/cosmos/tx/v1beta1/export.d.ts +1 -1
- package/lib/codec/cosmos/tx/v1beta1/export.js +9 -1
- package/lib/codec/cosmos/tx/v1beta1/service.d.ts +196 -11
- package/lib/codec/cosmos/tx/v1beta1/service.js +433 -10
- package/lib/codec/cosmos/tx/v1beta1/tx.d.ts +6 -5
- package/lib/codec/cosmos/upgrade/v1beta1/tx.d.ts +3 -3
- package/lib/codec/cosmos/upgrade/v1beta1/upgrade.d.ts +6 -4
- package/lib/codec/cosmos-models.d.ts +1 -1
- package/lib/codec/cosmos-models.js +1 -1
- package/lib/codec/erc20/erc20.d.ts +3 -3
- package/lib/codec/erc20/events.d.ts +6 -6
- package/lib/codec/erc20/genesis.d.ts +4 -4
- package/lib/codec/erc20/query.d.ts +8 -8
- package/lib/codec/erc20/tx.d.ts +16 -16
- package/lib/codec/ethermint/evm/v1/export.d.ts +2 -1
- package/lib/codec/ethermint/evm/v1/export.js +8 -1
- package/lib/codec/ethermint/evm/v1/tx.d.ts +37 -1
- package/lib/codec/ethermint/evm/v1/tx.js +100 -1
- package/lib/codec/ethermint/feemarket/v1/export.d.ts +2 -0
- package/lib/codec/ethermint/feemarket/v1/export.js +7 -1
- package/lib/codec/ethermint/feemarket/v1/feemarket.d.ts +10 -0
- package/lib/codec/ethermint/feemarket/v1/feemarket.js +28 -1
- package/lib/codec/evmbank/genesis.d.ts +4 -4
- package/lib/codec/evmbank/query.d.ts +4 -4
- package/lib/codec/evmcontract/genesis.d.ts +3 -3
- package/lib/codec/evmmerge/address.d.ts +3 -3
- package/lib/codec/evmmerge/event.d.ts +3 -3
- package/lib/codec/evmmerge/genesis.d.ts +5 -5
- package/lib/codec/evmmerge/offchain.d.ts +3 -3
- package/lib/codec/evmmerge/query.d.ts +6 -6
- package/lib/codec/evmmerge/tx.d.ts +4 -4
- package/lib/codec/fee/event.d.ts +3 -3
- package/lib/codec/fee/fee.d.ts +5 -5
- package/lib/codec/fee/genesis.d.ts +3 -3
- package/lib/codec/fee/proposal.d.ts +6 -6
- package/lib/codec/fee/query.d.ts +10 -10
- package/lib/codec/fee/tx.d.ts +10 -10
- package/lib/codec/google/protobuf/any.d.ts +5 -4
- package/lib/codec/google/protobuf/descriptor.d.ts +266 -11
- package/lib/codec/google/protobuf/descriptor.js +1060 -41
- package/lib/codec/google/protobuf/empty.d.ts +26 -0
- package/lib/codec/{Switcheo/carbon/marketstats/params.js → google/protobuf/empty.js} +7 -7
- package/lib/codec/google/protobuf/timestamp.d.ts +1 -1
- package/lib/codec/headersync/consensus_peers.d.ts +7 -7
- package/lib/codec/headersync/genesis.d.ts +7 -7
- package/lib/codec/headersync/query.d.ts +6 -6
- package/lib/codec/headersync/tx.d.ts +6 -6
- package/lib/codec/ibc/applications/fee/v1/query.d.ts +7 -1
- package/lib/codec/ibc/applications/fee/v1/query.js +54 -0
- package/lib/codec/ibc/applications/interchain_accounts/controller/export.d.ts +2 -1
- package/lib/codec/ibc/applications/interchain_accounts/controller/export.js +10 -1
- package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.d.ts +26 -0
- package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.js +113 -1
- package/lib/codec/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +34 -0
- package/lib/codec/ibc/applications/interchain_accounts/controller/v1/tx.js +117 -2
- package/lib/codec/ibc/applications/interchain_accounts/host/export.d.ts +1 -0
- package/lib/codec/ibc/applications/interchain_accounts/host/export.js +4 -1
- package/lib/codec/ibc/applications/interchain_accounts/host/v1/tx.d.ts +50 -0
- package/lib/codec/ibc/applications/interchain_accounts/host/v1/tx.js +120 -0
- package/lib/codec/ibc/applications/interchain_accounts/v1/export.d.ts +0 -1
- package/lib/codec/ibc/applications/interchain_accounts/v1/export.js +1 -6
- package/lib/codec/ibc/applications/transfer/v1/authz.d.ts +5 -0
- package/lib/codec/ibc/applications/transfer/v1/authz.js +18 -2
- package/lib/codec/ibc/applications/transfer/v1/export.d.ts +3 -2
- package/lib/codec/ibc/applications/transfer/v1/export.js +10 -1
- package/lib/codec/ibc/applications/transfer/v1/genesis.d.ts +6 -0
- package/lib/codec/ibc/applications/transfer/v1/genesis.js +18 -2
- package/lib/codec/ibc/applications/transfer/v1/query.d.ts +59 -4
- package/lib/codec/ibc/applications/transfer/v1/query.js +216 -7
- package/lib/codec/ibc/applications/transfer/v1/tx.d.ts +43 -4
- package/lib/codec/ibc/applications/transfer/v1/tx.js +135 -6
- package/lib/codec/ibc/applications/transfer/v2/packet.d.ts +2 -0
- package/lib/codec/ibc/applications/transfer/v2/packet.js +14 -1
- package/lib/codec/ibc/core/channel/v1/channel.d.ts +65 -1
- package/lib/codec/ibc/core/channel/v1/channel.js +241 -2
- package/lib/codec/ibc/core/channel/v1/export.d.ts +4 -3
- package/lib/codec/ibc/core/channel/v1/export.js +35 -2
- package/lib/codec/ibc/core/channel/v1/genesis.d.ts +2 -1
- package/lib/codec/ibc/core/channel/v1/genesis.js +16 -0
- package/lib/codec/ibc/core/channel/v1/query.d.ts +127 -2
- package/lib/codec/ibc/core/channel/v1/query.js +526 -1
- package/lib/codec/ibc/core/channel/v1/tx.d.ts +306 -13
- package/lib/codec/ibc/core/channel/v1/tx.js +1785 -89
- package/lib/codec/ibc/core/channel/v1/upgrade.d.ts +62 -0
- package/lib/codec/ibc/core/channel/v1/upgrade.js +238 -0
- package/lib/codec/ibc/core/client/v1/client.d.ts +50 -38
- package/lib/codec/ibc/core/client/v1/client.js +117 -117
- package/lib/codec/ibc/core/client/v1/export.d.ts +3 -3
- package/lib/codec/ibc/core/client/v1/export.js +11 -3
- package/lib/codec/ibc/core/client/v1/genesis.d.ts +6 -1
- package/lib/codec/ibc/core/client/v1/query.d.ts +38 -1
- package/lib/codec/ibc/core/client/v1/query.js +137 -1
- package/lib/codec/ibc/core/client/v1/tx.d.ts +108 -3
- package/lib/codec/ibc/core/client/v1/tx.js +348 -12
- package/lib/codec/ibc/core/commitment/v1/commitment.d.ts +1 -1
- package/lib/codec/ibc/core/commitment/v1/commitment.js +1 -1
- package/lib/codec/ibc/core/connection/v1/export.d.ts +2 -2
- package/lib/codec/ibc/core/connection/v1/export.js +5 -1
- package/lib/codec/ibc/core/connection/v1/query.d.ts +26 -1
- package/lib/codec/ibc/core/connection/v1/query.js +87 -1
- package/lib/codec/ibc/core/connection/v1/tx.d.ts +42 -3
- package/lib/codec/ibc/core/connection/v1/tx.js +138 -3
- package/lib/codec/ibc/lightclients/localhost/v1/localhost.d.ts +3 -3
- package/lib/codec/ibc/lightclients/solomachine/v1/solomachine.d.ts +18 -18
- package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.d.ts +12 -5
- package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.js +1 -1
- package/lib/codec/{perpsliquidity → ibc/lightclients/wasm/v1}/genesis.d.ts +14 -18
- package/lib/codec/ibc/lightclients/wasm/v1/genesis.js +140 -0
- package/lib/codec/ibc/lightclients/wasm/v1/query.d.ts +74 -0
- package/lib/codec/ibc/lightclients/wasm/v1/query.js +272 -0
- package/lib/codec/ibc/lightclients/wasm/v1/tx.d.ts +105 -0
- package/lib/codec/ibc/lightclients/wasm/v1/tx.js +384 -0
- package/lib/codec/ibc/lightclients/wasm/v1/wasm.d.ts +70 -0
- package/lib/codec/ibc/lightclients/wasm/v1/wasm.js +267 -0
- package/lib/codec/ibc-models.d.ts +3 -2
- package/lib/codec/ibc-models.js +4 -3
- package/lib/codec/index.d.ts +157 -24
- package/lib/codec/index.js +6887 -2429
- package/lib/codec/inflation/genesis.d.ts +3 -3
- package/lib/codec/inflation/inflation.d.ts +9 -5
- package/lib/codec/inflation/inflation.js +80 -25
- package/lib/codec/inflation/query.d.ts +4 -4
- package/lib/codec/insurance/event.d.ts +3 -3
- package/lib/codec/insurance/fund.d.ts +4 -4
- package/lib/codec/insurance/genesis.d.ts +3 -3
- package/lib/codec/insurance/query.d.ts +4 -4
- package/lib/codec/insurance/tx.d.ts +4 -4
- package/lib/codec/leverage/event.d.ts +3 -3
- package/lib/codec/leverage/genesis.d.ts +3 -3
- package/lib/codec/leverage/leverage.d.ts +4 -4
- package/lib/codec/leverage/query.d.ts +6 -6
- package/lib/codec/leverage/tx.d.ts +4 -4
- package/lib/codec/liquidation/genesis.d.ts +4 -4
- package/lib/codec/liquidation/liquidation.d.ts +3 -3
- package/lib/codec/liquidation/outstanding_position.d.ts +4 -4
- package/lib/codec/liquidation/query.d.ts +6 -6
- package/lib/codec/liquidation/quote_changes.d.ts +3 -3
- package/lib/codec/liquiditypool/event.d.ts +52 -13
- package/lib/codec/liquiditypool/event.js +294 -1
- package/lib/codec/liquiditypool/genesis.d.ts +7 -8
- package/lib/codec/liquiditypool/genesis.js +34 -49
- package/lib/codec/liquiditypool/liquiditypool.d.ts +12 -12
- package/lib/codec/liquiditypool/proposal.d.ts +11 -11
- package/lib/codec/liquiditypool/query.d.ts +33 -82
- package/lib/codec/liquiditypool/query.js +18 -265
- package/lib/codec/liquiditypool/reward.d.ts +37 -37
- package/lib/codec/liquiditypool/reward.js +97 -111
- package/lib/codec/liquiditypool/tx.d.ts +39 -39
- package/lib/codec/lockproxy/event.d.ts +4 -4
- package/lib/codec/lockproxy/genesis.d.ts +6 -6
- package/lib/codec/lockproxy/lockproxy.d.ts +3 -3
- package/lib/codec/lockproxy/query.d.ts +6 -6
- package/lib/codec/lockproxy/tx.d.ts +12 -12
- package/lib/codec/market/event.d.ts +3 -3
- package/lib/codec/market/fee.d.ts +7 -7
- package/lib/codec/market/genesis.d.ts +3 -3
- package/lib/codec/market/market.d.ts +7 -7
- package/lib/codec/market/proposal.d.ts +5 -5
- package/lib/codec/market/query.d.ts +20 -20
- package/lib/codec/market/tx.d.ts +21 -21
- package/lib/codec/marketstats/genesis.d.ts +3 -3
- package/lib/codec/marketstats/marketstats.d.ts +3 -3
- package/lib/codec/marketstats/params.d.ts +3 -3
- package/lib/codec/marketstats/query.d.ts +6 -6
- package/lib/codec/misc/block.d.ts +3 -3
- package/lib/codec/misc/message.d.ts +3 -3
- package/lib/codec/misc/message_type.d.ts +3 -3
- package/lib/codec/misc/query.d.ts +16 -16
- package/lib/codec/misc/trade.d.ts +3 -3
- package/lib/codec/misc/transaction.d.ts +4 -4
- package/lib/codec/oracle/event.d.ts +4 -4
- package/lib/codec/oracle/genesis.d.ts +3 -3
- package/lib/codec/oracle/oracle.d.ts +8 -8
- package/lib/codec/oracle/proposal.d.ts +3 -3
- package/lib/codec/oracle/query.d.ts +61 -58
- package/lib/codec/oracle/query.js +37 -31
- package/lib/codec/oracle/slashing.d.ts +4 -4
- package/lib/codec/oracle/tx.d.ts +14 -14
- package/lib/codec/oraclesvc/query.d.ts +20 -0
- package/lib/codec/oraclesvc/query.js +29 -0
- package/lib/codec/order/event.d.ts +3 -3
- package/lib/codec/order/genesis.d.ts +6 -6
- package/lib/codec/order/order.d.ts +9 -9
- package/lib/codec/order/query.d.ts +12 -12
- package/lib/codec/order/tx.d.ts +12 -12
- package/lib/codec/perpspool/event.d.ts +9 -9
- package/lib/codec/perpspool/genesis.d.ts +6 -6
- package/lib/codec/perpspool/market.d.ts +8 -8
- package/lib/codec/perpspool/params.d.ts +3 -3
- package/lib/codec/perpspool/pool.d.ts +8 -8
- package/lib/codec/perpspool/query.d.ts +20 -20
- package/lib/codec/perpspool/tx.d.ts +18 -18
- package/lib/codec/position/event.d.ts +3 -3
- package/lib/codec/position/genesis.d.ts +3 -3
- package/lib/codec/position/position.d.ts +8 -6
- package/lib/codec/position/position.js +34 -0
- package/lib/codec/position/query.d.ts +8 -8
- package/lib/codec/position/tx.d.ts +4 -4
- package/lib/codec/pricing/event.d.ts +8 -8
- package/lib/codec/pricing/genesis.d.ts +3 -3
- package/lib/codec/pricing/legacy.d.ts +3 -3
- package/lib/codec/pricing/pricing.d.ts +5 -5
- package/lib/codec/pricing/proposal.d.ts +4 -4
- package/lib/codec/pricing/query.d.ts +16 -16
- package/lib/codec/pricing/tx.d.ts +12 -12
- package/lib/codec/profile/event.d.ts +3 -3
- package/lib/codec/profile/genesis.d.ts +3 -3
- package/lib/codec/profile/profile.d.ts +3 -3
- package/lib/codec/profile/query.d.ts +8 -8
- package/lib/codec/profile/tx.d.ts +4 -4
- package/lib/codec/proofs.d.ts +16 -15
- package/lib/codec/proofs.js +6 -0
- package/lib/codec/sequence/genesis.d.ts +4 -4
- package/lib/codec/sequence/query.d.ts +6 -6
- package/lib/codec/sequence/tx.d.ts +4 -4
- package/lib/codec/subaccount/export.d.ts +1 -1
- package/lib/codec/subaccount/export.js +1 -3
- package/lib/codec/subaccount/genesis.d.ts +8 -4
- package/lib/codec/subaccount/genesis.js +48 -2
- package/lib/codec/subaccount/legacy.d.ts +3 -3
- package/lib/codec/subaccount/query.d.ts +118 -29
- package/lib/codec/subaccount/query.js +503 -47
- package/lib/codec/subaccount/subaccount.d.ts +33 -7
- package/lib/codec/subaccount/subaccount.js +234 -31
- package/lib/codec/subaccount/tx.d.ts +15 -9
- package/lib/codec/subaccount/tx.js +101 -16
- package/lib/codec/tendermint/abci/types.d.ts +297 -186
- package/lib/codec/tendermint/abci/types.js +1968 -1310
- package/lib/codec/tendermint/oracle/types.d.ts +90 -0
- package/lib/codec/tendermint/oracle/types.js +629 -0
- package/lib/codec/tendermint/types/params.d.ts +24 -8
- package/lib/codec/tendermint/types/params.js +80 -34
- package/lib/codec/tendermint/types/types.d.ts +52 -12
- package/lib/codec/tendermint/types/types.js +250 -49
- package/lib/codec/tendermint/types/validator.d.ts +14 -0
- package/lib/codec/tendermint/types/validator.js +50 -1
- package/lib/constant/grant.d.ts +1 -0
- package/lib/constant/grant.js +4 -0
- package/lib/constant/ibc.d.ts +0 -3
- package/lib/constant/ibc.js +1 -4
- package/lib/constant/node.js +0 -3
- package/lib/insights/common.d.ts +0 -3
- package/lib/insights/common.js +0 -3
- package/lib/insights/competition.d.ts +0 -15
- package/lib/insights/funding.d.ts +4 -7
- package/lib/insights/node.d.ts +0 -1
- package/lib/insights/pool.d.ts +0 -20
- package/lib/insights/position.d.ts +1 -3
- package/lib/modules/admin.d.ts +1 -1
- package/lib/modules/admin.js +1 -1
- package/lib/modules/cdp.js +13 -13
- package/lib/modules/evm.d.ts +1 -0
- package/lib/modules/evm.js +45 -3
- package/lib/modules/evmmerge.d.ts +1 -1
- package/lib/modules/evmmerge.js +2 -2
- package/lib/modules/feemarket.d.ts +1 -1
- package/lib/modules/feemarket.js +2 -2
- package/lib/modules/gov.js +2 -2
- package/lib/modules/grant.d.ts +33 -0
- package/lib/modules/grant.js +196 -0
- package/lib/modules/index.d.ts +1 -0
- package/lib/modules/index.js +1 -0
- package/lib/modules/leverage.js +2 -2
- package/lib/modules/market.js +3 -3
- package/lib/modules/order.d.ts +2 -9
- package/lib/modules/order.js +47 -55
- package/lib/modules/perpspool.js +0 -1
- package/lib/modules/position.js +2 -2
- package/lib/modules/subaccount.d.ts +1 -7
- package/lib/modules/subaccount.js +1 -7
- package/lib/provider/amino/types/evm.js +7 -1
- package/lib/provider/amino/types/gov.js +0 -5
- package/lib/provider/amino/types/grant.d.ts +13 -0
- package/lib/provider/amino/types/grant.js +202 -0
- package/lib/provider/keplr/KeplrStore.js +1 -1
- package/lib/util/alliance.d.ts +2 -0
- package/lib/util/alliance.js +27 -0
- package/lib/util/grant.d.ts +10 -0
- package/lib/util/grant.js +30 -0
- package/lib/util/tx.d.ts +146 -11
- package/lib/wallet/CarbonWallet.d.ts +13 -3
- package/lib/wallet/CarbonWallet.js +59 -31
- package/lib/websocket/connector.js +7 -11
- package/package.json +2 -4
- package/lib/codec/Switcheo/carbon/liquidation/liquidation.d.ts +0 -17
- package/lib/codec/Switcheo/carbon/liquidation/liquidation.js +0 -46
- package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.d.ts +0 -76
- package/lib/codec/ibc/applications/interchain_accounts/v1/genesis.js +0 -424
- package/lib/codec/perpsliquidity/event.d.ts +0 -115
- package/lib/codec/perpsliquidity/event.js +0 -657
- package/lib/codec/perpsliquidity/genesis.js +0 -163
- package/lib/codec/perpsliquidity/market.d.ts +0 -84
- package/lib/codec/perpsliquidity/market.js +0 -431
- package/lib/codec/perpsliquidity/params.js +0 -129
- package/lib/codec/perpsliquidity/pool.d.ts +0 -119
- package/lib/codec/perpsliquidity/pool.js +0 -774
- package/lib/codec/perpsliquidity/query.d.ts +0 -246
- package/lib/codec/perpsliquidity/query.js +0 -1125
- package/lib/codec/perpsliquidity/tx.d.ts +0 -203
- package/lib/codec/perpsliquidity/tx.js +0 -973
- package/lib/modules/perpsliquidity.d.ts +0 -49
- package/lib/modules/perpsliquidity.js +0 -118
- package/lib/provider/amino/types/perpsliquidity.d.ts +0 -4
- package/lib/provider/amino/types/perpsliquidity.js +0 -73
package/lib/codec/cdp/tx.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import _m0 from "protobufjs/minimal";
|
|
|
3
3
|
import { RateStrategyParams } from "./rate_strategy_params";
|
|
4
4
|
import { AssetParams, UpdateAssetParams } from "./asset_params";
|
|
5
5
|
import { CreateRewardSchemeParams, UpdateRewardSchemeParams } from "./reward_scheme";
|
|
6
|
+
import { Duration } from "../google/protobuf/duration";
|
|
6
7
|
import { EModeCategory } from "./e_mode_category";
|
|
7
8
|
export declare const protobufPackage = "Switcheo.carbon.cdp";
|
|
8
9
|
export interface MsgAddRateStrategy {
|
|
@@ -239,7 +240,7 @@ export interface MsgClaimRewardsResponse {
|
|
|
239
240
|
}
|
|
240
241
|
export interface MsgSetStalePriceGracePeriod {
|
|
241
242
|
creator: string;
|
|
242
|
-
stalePriceGracePeriod
|
|
243
|
+
stalePriceGracePeriod?: Duration;
|
|
243
244
|
}
|
|
244
245
|
export interface MsgSetStalePriceGracePeriodResponse {
|
|
245
246
|
}
|
|
@@ -317,592 +318,611 @@ export interface UpdateEModeCategoryParams {
|
|
|
317
318
|
}
|
|
318
319
|
export interface MsgUpdateEModeCategoryResponse {
|
|
319
320
|
}
|
|
320
|
-
export interface
|
|
321
|
+
export interface MsgSetAccountEMode {
|
|
321
322
|
creator: string;
|
|
322
323
|
eModeCategoryName: string;
|
|
323
324
|
}
|
|
324
|
-
export interface
|
|
325
|
+
export interface MsgSetAccountEModeResponse {
|
|
326
|
+
}
|
|
327
|
+
export interface MsgRemoveAccountEMode {
|
|
328
|
+
creator: string;
|
|
329
|
+
}
|
|
330
|
+
export interface MsgRemoveAccountEModeResponse {
|
|
325
331
|
}
|
|
326
332
|
export declare const MsgAddRateStrategy: {
|
|
327
333
|
encode(message: MsgAddRateStrategy, writer?: _m0.Writer): _m0.Writer;
|
|
328
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
334
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgAddRateStrategy;
|
|
329
335
|
fromJSON(object: any): MsgAddRateStrategy;
|
|
330
336
|
toJSON(message: MsgAddRateStrategy): unknown;
|
|
331
337
|
fromPartial(object: DeepPartial<MsgAddRateStrategy>): MsgAddRateStrategy;
|
|
332
338
|
};
|
|
333
339
|
export declare const MsgAddRateStrategyResponse: {
|
|
334
340
|
encode(message: MsgAddRateStrategyResponse, writer?: _m0.Writer): _m0.Writer;
|
|
335
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
341
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgAddRateStrategyResponse;
|
|
336
342
|
fromJSON(object: any): MsgAddRateStrategyResponse;
|
|
337
343
|
toJSON(message: MsgAddRateStrategyResponse): unknown;
|
|
338
344
|
fromPartial(object: DeepPartial<MsgAddRateStrategyResponse>): MsgAddRateStrategyResponse;
|
|
339
345
|
};
|
|
340
346
|
export declare const MsgUpdateRateStrategy: {
|
|
341
347
|
encode(message: MsgUpdateRateStrategy, writer?: _m0.Writer): _m0.Writer;
|
|
342
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
348
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateRateStrategy;
|
|
343
349
|
fromJSON(object: any): MsgUpdateRateStrategy;
|
|
344
350
|
toJSON(message: MsgUpdateRateStrategy): unknown;
|
|
345
351
|
fromPartial(object: DeepPartial<MsgUpdateRateStrategy>): MsgUpdateRateStrategy;
|
|
346
352
|
};
|
|
347
353
|
export declare const MsgUpdateRateStrategyResponse: {
|
|
348
354
|
encode(message: MsgUpdateRateStrategyResponse, writer?: _m0.Writer): _m0.Writer;
|
|
349
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
355
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateRateStrategyResponse;
|
|
350
356
|
fromJSON(object: any): MsgUpdateRateStrategyResponse;
|
|
351
357
|
toJSON(message: MsgUpdateRateStrategyResponse): unknown;
|
|
352
358
|
fromPartial(object: DeepPartial<MsgUpdateRateStrategyResponse>): MsgUpdateRateStrategyResponse;
|
|
353
359
|
};
|
|
354
360
|
export declare const MsgRemoveRateStrategy: {
|
|
355
361
|
encode(message: MsgRemoveRateStrategy, writer?: _m0.Writer): _m0.Writer;
|
|
356
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
362
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRemoveRateStrategy;
|
|
357
363
|
fromJSON(object: any): MsgRemoveRateStrategy;
|
|
358
364
|
toJSON(message: MsgRemoveRateStrategy): unknown;
|
|
359
365
|
fromPartial(object: DeepPartial<MsgRemoveRateStrategy>): MsgRemoveRateStrategy;
|
|
360
366
|
};
|
|
361
367
|
export declare const MsgRemoveRateStrategyResponse: {
|
|
362
368
|
encode(message: MsgRemoveRateStrategyResponse, writer?: _m0.Writer): _m0.Writer;
|
|
363
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
369
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRemoveRateStrategyResponse;
|
|
364
370
|
fromJSON(object: any): MsgRemoveRateStrategyResponse;
|
|
365
371
|
toJSON(message: MsgRemoveRateStrategyResponse): unknown;
|
|
366
372
|
fromPartial(object: DeepPartial<MsgRemoveRateStrategyResponse>): MsgRemoveRateStrategyResponse;
|
|
367
373
|
};
|
|
368
374
|
export declare const MsgAddAsset: {
|
|
369
375
|
encode(message: MsgAddAsset, writer?: _m0.Writer): _m0.Writer;
|
|
370
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
376
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgAddAsset;
|
|
371
377
|
fromJSON(object: any): MsgAddAsset;
|
|
372
378
|
toJSON(message: MsgAddAsset): unknown;
|
|
373
379
|
fromPartial(object: DeepPartial<MsgAddAsset>): MsgAddAsset;
|
|
374
380
|
};
|
|
375
381
|
export declare const MsgAddAssetResponse: {
|
|
376
382
|
encode(message: MsgAddAssetResponse, writer?: _m0.Writer): _m0.Writer;
|
|
377
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
383
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgAddAssetResponse;
|
|
378
384
|
fromJSON(object: any): MsgAddAssetResponse;
|
|
379
385
|
toJSON(message: MsgAddAssetResponse): unknown;
|
|
380
386
|
fromPartial(object: DeepPartial<MsgAddAssetResponse>): MsgAddAssetResponse;
|
|
381
387
|
};
|
|
382
388
|
export declare const MsgUpdateAsset: {
|
|
383
389
|
encode(message: MsgUpdateAsset, writer?: _m0.Writer): _m0.Writer;
|
|
384
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
390
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateAsset;
|
|
385
391
|
fromJSON(object: any): MsgUpdateAsset;
|
|
386
392
|
toJSON(message: MsgUpdateAsset): unknown;
|
|
387
393
|
fromPartial(object: DeepPartial<MsgUpdateAsset>): MsgUpdateAsset;
|
|
388
394
|
};
|
|
389
395
|
export declare const MsgUpdateAssetResponse: {
|
|
390
396
|
encode(message: MsgUpdateAssetResponse, writer?: _m0.Writer): _m0.Writer;
|
|
391
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
397
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateAssetResponse;
|
|
392
398
|
fromJSON(object: any): MsgUpdateAssetResponse;
|
|
393
399
|
toJSON(message: MsgUpdateAssetResponse): unknown;
|
|
394
400
|
fromPartial(object: DeepPartial<MsgUpdateAssetResponse>): MsgUpdateAssetResponse;
|
|
395
401
|
};
|
|
396
402
|
export declare const MsgSupplyAsset: {
|
|
397
403
|
encode(message: MsgSupplyAsset, writer?: _m0.Writer): _m0.Writer;
|
|
398
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
404
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSupplyAsset;
|
|
399
405
|
fromJSON(object: any): MsgSupplyAsset;
|
|
400
406
|
toJSON(message: MsgSupplyAsset): unknown;
|
|
401
407
|
fromPartial(object: DeepPartial<MsgSupplyAsset>): MsgSupplyAsset;
|
|
402
408
|
};
|
|
403
409
|
export declare const MsgSupplyAssetResponse: {
|
|
404
410
|
encode(_: MsgSupplyAssetResponse, writer?: _m0.Writer): _m0.Writer;
|
|
405
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
411
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSupplyAssetResponse;
|
|
406
412
|
fromJSON(_: any): MsgSupplyAssetResponse;
|
|
407
413
|
toJSON(_: MsgSupplyAssetResponse): unknown;
|
|
408
414
|
fromPartial(_: DeepPartial<MsgSupplyAssetResponse>): MsgSupplyAssetResponse;
|
|
409
415
|
};
|
|
410
416
|
export declare const MsgWithdrawAsset: {
|
|
411
417
|
encode(message: MsgWithdrawAsset, writer?: _m0.Writer): _m0.Writer;
|
|
412
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
418
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawAsset;
|
|
413
419
|
fromJSON(object: any): MsgWithdrawAsset;
|
|
414
420
|
toJSON(message: MsgWithdrawAsset): unknown;
|
|
415
421
|
fromPartial(object: DeepPartial<MsgWithdrawAsset>): MsgWithdrawAsset;
|
|
416
422
|
};
|
|
417
423
|
export declare const MsgWithdrawAssetResponse: {
|
|
418
424
|
encode(_: MsgWithdrawAssetResponse, writer?: _m0.Writer): _m0.Writer;
|
|
419
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
425
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgWithdrawAssetResponse;
|
|
420
426
|
fromJSON(_: any): MsgWithdrawAssetResponse;
|
|
421
427
|
toJSON(_: MsgWithdrawAssetResponse): unknown;
|
|
422
428
|
fromPartial(_: DeepPartial<MsgWithdrawAssetResponse>): MsgWithdrawAssetResponse;
|
|
423
429
|
};
|
|
424
430
|
export declare const MsgLockCollateral: {
|
|
425
431
|
encode(message: MsgLockCollateral, writer?: _m0.Writer): _m0.Writer;
|
|
426
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
432
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLockCollateral;
|
|
427
433
|
fromJSON(object: any): MsgLockCollateral;
|
|
428
434
|
toJSON(message: MsgLockCollateral): unknown;
|
|
429
435
|
fromPartial(object: DeepPartial<MsgLockCollateral>): MsgLockCollateral;
|
|
430
436
|
};
|
|
431
437
|
export declare const MsgLockCollateralResponse: {
|
|
432
438
|
encode(_: MsgLockCollateralResponse, writer?: _m0.Writer): _m0.Writer;
|
|
433
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
439
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLockCollateralResponse;
|
|
434
440
|
fromJSON(_: any): MsgLockCollateralResponse;
|
|
435
441
|
toJSON(_: MsgLockCollateralResponse): unknown;
|
|
436
442
|
fromPartial(_: DeepPartial<MsgLockCollateralResponse>): MsgLockCollateralResponse;
|
|
437
443
|
};
|
|
438
444
|
export declare const MsgUnlockCollateral: {
|
|
439
445
|
encode(message: MsgUnlockCollateral, writer?: _m0.Writer): _m0.Writer;
|
|
440
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
446
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUnlockCollateral;
|
|
441
447
|
fromJSON(object: any): MsgUnlockCollateral;
|
|
442
448
|
toJSON(message: MsgUnlockCollateral): unknown;
|
|
443
449
|
fromPartial(object: DeepPartial<MsgUnlockCollateral>): MsgUnlockCollateral;
|
|
444
450
|
};
|
|
445
451
|
export declare const MsgUnlockCollateralResponse: {
|
|
446
452
|
encode(_: MsgUnlockCollateralResponse, writer?: _m0.Writer): _m0.Writer;
|
|
447
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
453
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUnlockCollateralResponse;
|
|
448
454
|
fromJSON(_: any): MsgUnlockCollateralResponse;
|
|
449
455
|
toJSON(_: MsgUnlockCollateralResponse): unknown;
|
|
450
456
|
fromPartial(_: DeepPartial<MsgUnlockCollateralResponse>): MsgUnlockCollateralResponse;
|
|
451
457
|
};
|
|
452
458
|
export declare const MsgBorrowAsset: {
|
|
453
459
|
encode(message: MsgBorrowAsset, writer?: _m0.Writer): _m0.Writer;
|
|
454
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
460
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBorrowAsset;
|
|
455
461
|
fromJSON(object: any): MsgBorrowAsset;
|
|
456
462
|
toJSON(message: MsgBorrowAsset): unknown;
|
|
457
463
|
fromPartial(object: DeepPartial<MsgBorrowAsset>): MsgBorrowAsset;
|
|
458
464
|
};
|
|
459
465
|
export declare const MsgBorrowAssetResponse: {
|
|
460
466
|
encode(_: MsgBorrowAssetResponse, writer?: _m0.Writer): _m0.Writer;
|
|
461
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
467
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBorrowAssetResponse;
|
|
462
468
|
fromJSON(_: any): MsgBorrowAssetResponse;
|
|
463
469
|
toJSON(_: MsgBorrowAssetResponse): unknown;
|
|
464
470
|
fromPartial(_: DeepPartial<MsgBorrowAssetResponse>): MsgBorrowAssetResponse;
|
|
465
471
|
};
|
|
466
472
|
export declare const MsgRepayAsset: {
|
|
467
473
|
encode(message: MsgRepayAsset, writer?: _m0.Writer): _m0.Writer;
|
|
468
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
474
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRepayAsset;
|
|
469
475
|
fromJSON(object: any): MsgRepayAsset;
|
|
470
476
|
toJSON(message: MsgRepayAsset): unknown;
|
|
471
477
|
fromPartial(object: DeepPartial<MsgRepayAsset>): MsgRepayAsset;
|
|
472
478
|
};
|
|
473
479
|
export declare const MsgRepayAssetResponse: {
|
|
474
480
|
encode(_: MsgRepayAssetResponse, writer?: _m0.Writer): _m0.Writer;
|
|
475
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
481
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRepayAssetResponse;
|
|
476
482
|
fromJSON(_: any): MsgRepayAssetResponse;
|
|
477
483
|
toJSON(_: MsgRepayAssetResponse): unknown;
|
|
478
484
|
fromPartial(_: DeepPartial<MsgRepayAssetResponse>): MsgRepayAssetResponse;
|
|
479
485
|
};
|
|
480
486
|
export declare const MsgSupplyAssetAndLockCollateral: {
|
|
481
487
|
encode(message: MsgSupplyAssetAndLockCollateral, writer?: _m0.Writer): _m0.Writer;
|
|
482
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
488
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSupplyAssetAndLockCollateral;
|
|
483
489
|
fromJSON(object: any): MsgSupplyAssetAndLockCollateral;
|
|
484
490
|
toJSON(message: MsgSupplyAssetAndLockCollateral): unknown;
|
|
485
491
|
fromPartial(object: DeepPartial<MsgSupplyAssetAndLockCollateral>): MsgSupplyAssetAndLockCollateral;
|
|
486
492
|
};
|
|
487
493
|
export declare const MsgSupplyAssetAndLockCollateralResponse: {
|
|
488
494
|
encode(_: MsgSupplyAssetAndLockCollateralResponse, writer?: _m0.Writer): _m0.Writer;
|
|
489
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
495
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSupplyAssetAndLockCollateralResponse;
|
|
490
496
|
fromJSON(_: any): MsgSupplyAssetAndLockCollateralResponse;
|
|
491
497
|
toJSON(_: MsgSupplyAssetAndLockCollateralResponse): unknown;
|
|
492
498
|
fromPartial(_: DeepPartial<MsgSupplyAssetAndLockCollateralResponse>): MsgSupplyAssetAndLockCollateralResponse;
|
|
493
499
|
};
|
|
494
500
|
export declare const MsgUnlockCollateralAndWithdrawAsset: {
|
|
495
501
|
encode(message: MsgUnlockCollateralAndWithdrawAsset, writer?: _m0.Writer): _m0.Writer;
|
|
496
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
502
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUnlockCollateralAndWithdrawAsset;
|
|
497
503
|
fromJSON(object: any): MsgUnlockCollateralAndWithdrawAsset;
|
|
498
504
|
toJSON(message: MsgUnlockCollateralAndWithdrawAsset): unknown;
|
|
499
505
|
fromPartial(object: DeepPartial<MsgUnlockCollateralAndWithdrawAsset>): MsgUnlockCollateralAndWithdrawAsset;
|
|
500
506
|
};
|
|
501
507
|
export declare const MsgUnlockCollateralAndWithdrawAssetResponse: {
|
|
502
508
|
encode(_: MsgUnlockCollateralAndWithdrawAssetResponse, writer?: _m0.Writer): _m0.Writer;
|
|
503
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
509
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUnlockCollateralAndWithdrawAssetResponse;
|
|
504
510
|
fromJSON(_: any): MsgUnlockCollateralAndWithdrawAssetResponse;
|
|
505
511
|
toJSON(_: MsgUnlockCollateralAndWithdrawAssetResponse): unknown;
|
|
506
512
|
fromPartial(_: DeepPartial<MsgUnlockCollateralAndWithdrawAssetResponse>): MsgUnlockCollateralAndWithdrawAssetResponse;
|
|
507
513
|
};
|
|
508
514
|
export declare const MsgLiquidateCollateral: {
|
|
509
515
|
encode(message: MsgLiquidateCollateral, writer?: _m0.Writer): _m0.Writer;
|
|
510
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
516
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateral;
|
|
511
517
|
fromJSON(object: any): MsgLiquidateCollateral;
|
|
512
518
|
toJSON(message: MsgLiquidateCollateral): unknown;
|
|
513
519
|
fromPartial(object: DeepPartial<MsgLiquidateCollateral>): MsgLiquidateCollateral;
|
|
514
520
|
};
|
|
515
521
|
export declare const MsgLiquidateCollateralResponse: {
|
|
516
522
|
encode(_: MsgLiquidateCollateralResponse, writer?: _m0.Writer): _m0.Writer;
|
|
517
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
523
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralResponse;
|
|
518
524
|
fromJSON(_: any): MsgLiquidateCollateralResponse;
|
|
519
525
|
toJSON(_: MsgLiquidateCollateralResponse): unknown;
|
|
520
526
|
fromPartial(_: DeepPartial<MsgLiquidateCollateralResponse>): MsgLiquidateCollateralResponse;
|
|
521
527
|
};
|
|
522
528
|
export declare const MsgSetLiquidationFee: {
|
|
523
529
|
encode(message: MsgSetLiquidationFee, writer?: _m0.Writer): _m0.Writer;
|
|
524
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
530
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetLiquidationFee;
|
|
525
531
|
fromJSON(object: any): MsgSetLiquidationFee;
|
|
526
532
|
toJSON(message: MsgSetLiquidationFee): unknown;
|
|
527
533
|
fromPartial(object: DeepPartial<MsgSetLiquidationFee>): MsgSetLiquidationFee;
|
|
528
534
|
};
|
|
529
535
|
export declare const MsgSetLiquidationFeeResponse: {
|
|
530
536
|
encode(_: MsgSetLiquidationFeeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
531
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
537
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetLiquidationFeeResponse;
|
|
532
538
|
fromJSON(_: any): MsgSetLiquidationFeeResponse;
|
|
533
539
|
toJSON(_: MsgSetLiquidationFeeResponse): unknown;
|
|
534
540
|
fromPartial(_: DeepPartial<MsgSetLiquidationFeeResponse>): MsgSetLiquidationFeeResponse;
|
|
535
541
|
};
|
|
536
542
|
export declare const MsgSetInterestFee: {
|
|
537
543
|
encode(message: MsgSetInterestFee, writer?: _m0.Writer): _m0.Writer;
|
|
538
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
544
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetInterestFee;
|
|
539
545
|
fromJSON(object: any): MsgSetInterestFee;
|
|
540
546
|
toJSON(message: MsgSetInterestFee): unknown;
|
|
541
547
|
fromPartial(object: DeepPartial<MsgSetInterestFee>): MsgSetInterestFee;
|
|
542
548
|
};
|
|
543
549
|
export declare const MsgSetInterestFeeResponse: {
|
|
544
550
|
encode(_: MsgSetInterestFeeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
545
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
551
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetInterestFeeResponse;
|
|
546
552
|
fromJSON(_: any): MsgSetInterestFeeResponse;
|
|
547
553
|
toJSON(_: MsgSetInterestFeeResponse): unknown;
|
|
548
554
|
fromPartial(_: DeepPartial<MsgSetInterestFeeResponse>): MsgSetInterestFeeResponse;
|
|
549
555
|
};
|
|
550
556
|
export declare const MsgRepayAssetWithCdpTokens: {
|
|
551
557
|
encode(message: MsgRepayAssetWithCdpTokens, writer?: _m0.Writer): _m0.Writer;
|
|
552
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
558
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRepayAssetWithCdpTokens;
|
|
553
559
|
fromJSON(object: any): MsgRepayAssetWithCdpTokens;
|
|
554
560
|
toJSON(message: MsgRepayAssetWithCdpTokens): unknown;
|
|
555
561
|
fromPartial(object: DeepPartial<MsgRepayAssetWithCdpTokens>): MsgRepayAssetWithCdpTokens;
|
|
556
562
|
};
|
|
557
563
|
export declare const MsgRepayAssetWithCdpTokensResponse: {
|
|
558
564
|
encode(_: MsgRepayAssetWithCdpTokensResponse, writer?: _m0.Writer): _m0.Writer;
|
|
559
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
565
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRepayAssetWithCdpTokensResponse;
|
|
560
566
|
fromJSON(_: any): MsgRepayAssetWithCdpTokensResponse;
|
|
561
567
|
toJSON(_: MsgRepayAssetWithCdpTokensResponse): unknown;
|
|
562
568
|
fromPartial(_: DeepPartial<MsgRepayAssetWithCdpTokensResponse>): MsgRepayAssetWithCdpTokensResponse;
|
|
563
569
|
};
|
|
564
570
|
export declare const MsgRepayAssetWithCollateral: {
|
|
565
571
|
encode(message: MsgRepayAssetWithCollateral, writer?: _m0.Writer): _m0.Writer;
|
|
566
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
572
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRepayAssetWithCollateral;
|
|
567
573
|
fromJSON(object: any): MsgRepayAssetWithCollateral;
|
|
568
574
|
toJSON(message: MsgRepayAssetWithCollateral): unknown;
|
|
569
575
|
fromPartial(object: DeepPartial<MsgRepayAssetWithCollateral>): MsgRepayAssetWithCollateral;
|
|
570
576
|
};
|
|
571
577
|
export declare const MsgRepayAssetWithCollateralResponse: {
|
|
572
578
|
encode(_: MsgRepayAssetWithCollateralResponse, writer?: _m0.Writer): _m0.Writer;
|
|
573
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
579
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRepayAssetWithCollateralResponse;
|
|
574
580
|
fromJSON(_: any): MsgRepayAssetWithCollateralResponse;
|
|
575
581
|
toJSON(_: MsgRepayAssetWithCollateralResponse): unknown;
|
|
576
582
|
fromPartial(_: DeepPartial<MsgRepayAssetWithCollateralResponse>): MsgRepayAssetWithCollateralResponse;
|
|
577
583
|
};
|
|
578
584
|
export declare const MsgSetStablecoinMintCap: {
|
|
579
585
|
encode(message: MsgSetStablecoinMintCap, writer?: _m0.Writer): _m0.Writer;
|
|
580
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
586
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetStablecoinMintCap;
|
|
581
587
|
fromJSON(object: any): MsgSetStablecoinMintCap;
|
|
582
588
|
toJSON(message: MsgSetStablecoinMintCap): unknown;
|
|
583
589
|
fromPartial(object: DeepPartial<MsgSetStablecoinMintCap>): MsgSetStablecoinMintCap;
|
|
584
590
|
};
|
|
585
591
|
export declare const MsgSetStablecoinMintCapResponse: {
|
|
586
592
|
encode(_: MsgSetStablecoinMintCapResponse, writer?: _m0.Writer): _m0.Writer;
|
|
587
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
593
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetStablecoinMintCapResponse;
|
|
588
594
|
fromJSON(_: any): MsgSetStablecoinMintCapResponse;
|
|
589
595
|
toJSON(_: MsgSetStablecoinMintCapResponse): unknown;
|
|
590
596
|
fromPartial(_: DeepPartial<MsgSetStablecoinMintCapResponse>): MsgSetStablecoinMintCapResponse;
|
|
591
597
|
};
|
|
592
598
|
export declare const MsgSetStablecoinInterestRate: {
|
|
593
599
|
encode(message: MsgSetStablecoinInterestRate, writer?: _m0.Writer): _m0.Writer;
|
|
594
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
600
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetStablecoinInterestRate;
|
|
595
601
|
fromJSON(object: any): MsgSetStablecoinInterestRate;
|
|
596
602
|
toJSON(message: MsgSetStablecoinInterestRate): unknown;
|
|
597
603
|
fromPartial(object: DeepPartial<MsgSetStablecoinInterestRate>): MsgSetStablecoinInterestRate;
|
|
598
604
|
};
|
|
599
605
|
export declare const MsgSetStablecoinInterestRateResponse: {
|
|
600
606
|
encode(_: MsgSetStablecoinInterestRateResponse, writer?: _m0.Writer): _m0.Writer;
|
|
601
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
607
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetStablecoinInterestRateResponse;
|
|
602
608
|
fromJSON(_: any): MsgSetStablecoinInterestRateResponse;
|
|
603
609
|
toJSON(_: MsgSetStablecoinInterestRateResponse): unknown;
|
|
604
610
|
fromPartial(_: DeepPartial<MsgSetStablecoinInterestRateResponse>): MsgSetStablecoinInterestRateResponse;
|
|
605
611
|
};
|
|
606
612
|
export declare const MsgMintStablecoin: {
|
|
607
613
|
encode(message: MsgMintStablecoin, writer?: _m0.Writer): _m0.Writer;
|
|
608
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
614
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgMintStablecoin;
|
|
609
615
|
fromJSON(object: any): MsgMintStablecoin;
|
|
610
616
|
toJSON(message: MsgMintStablecoin): unknown;
|
|
611
617
|
fromPartial(object: DeepPartial<MsgMintStablecoin>): MsgMintStablecoin;
|
|
612
618
|
};
|
|
613
619
|
export declare const MsgMintStablecoinResponse: {
|
|
614
620
|
encode(_: MsgMintStablecoinResponse, writer?: _m0.Writer): _m0.Writer;
|
|
615
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
621
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgMintStablecoinResponse;
|
|
616
622
|
fromJSON(_: any): MsgMintStablecoinResponse;
|
|
617
623
|
toJSON(_: MsgMintStablecoinResponse): unknown;
|
|
618
624
|
fromPartial(_: DeepPartial<MsgMintStablecoinResponse>): MsgMintStablecoinResponse;
|
|
619
625
|
};
|
|
620
626
|
export declare const MsgReturnStablecoin: {
|
|
621
627
|
encode(message: MsgReturnStablecoin, writer?: _m0.Writer): _m0.Writer;
|
|
622
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
628
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgReturnStablecoin;
|
|
623
629
|
fromJSON(object: any): MsgReturnStablecoin;
|
|
624
630
|
toJSON(message: MsgReturnStablecoin): unknown;
|
|
625
631
|
fromPartial(object: DeepPartial<MsgReturnStablecoin>): MsgReturnStablecoin;
|
|
626
632
|
};
|
|
627
633
|
export declare const MsgReturnStablecoinResponse: {
|
|
628
634
|
encode(_: MsgReturnStablecoinResponse, writer?: _m0.Writer): _m0.Writer;
|
|
629
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
635
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgReturnStablecoinResponse;
|
|
630
636
|
fromJSON(_: any): MsgReturnStablecoinResponse;
|
|
631
637
|
toJSON(_: MsgReturnStablecoinResponse): unknown;
|
|
632
638
|
fromPartial(_: DeepPartial<MsgReturnStablecoinResponse>): MsgReturnStablecoinResponse;
|
|
633
639
|
};
|
|
634
640
|
export declare const MsgSetCompleteLiquidationThreshold: {
|
|
635
641
|
encode(message: MsgSetCompleteLiquidationThreshold, writer?: _m0.Writer): _m0.Writer;
|
|
636
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
642
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetCompleteLiquidationThreshold;
|
|
637
643
|
fromJSON(object: any): MsgSetCompleteLiquidationThreshold;
|
|
638
644
|
toJSON(message: MsgSetCompleteLiquidationThreshold): unknown;
|
|
639
645
|
fromPartial(object: DeepPartial<MsgSetCompleteLiquidationThreshold>): MsgSetCompleteLiquidationThreshold;
|
|
640
646
|
};
|
|
641
647
|
export declare const MsgSetCompleteLiquidationThresholdResponse: {
|
|
642
648
|
encode(_: MsgSetCompleteLiquidationThresholdResponse, writer?: _m0.Writer): _m0.Writer;
|
|
643
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
649
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetCompleteLiquidationThresholdResponse;
|
|
644
650
|
fromJSON(_: any): MsgSetCompleteLiquidationThresholdResponse;
|
|
645
651
|
toJSON(_: MsgSetCompleteLiquidationThresholdResponse): unknown;
|
|
646
652
|
fromPartial(_: DeepPartial<MsgSetCompleteLiquidationThresholdResponse>): MsgSetCompleteLiquidationThresholdResponse;
|
|
647
653
|
};
|
|
648
654
|
export declare const MsgSetMinimumCloseFactor: {
|
|
649
655
|
encode(message: MsgSetMinimumCloseFactor, writer?: _m0.Writer): _m0.Writer;
|
|
650
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
656
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetMinimumCloseFactor;
|
|
651
657
|
fromJSON(object: any): MsgSetMinimumCloseFactor;
|
|
652
658
|
toJSON(message: MsgSetMinimumCloseFactor): unknown;
|
|
653
659
|
fromPartial(object: DeepPartial<MsgSetMinimumCloseFactor>): MsgSetMinimumCloseFactor;
|
|
654
660
|
};
|
|
655
661
|
export declare const MsgSetMinimumCloseFactorResponse: {
|
|
656
662
|
encode(_: MsgSetMinimumCloseFactorResponse, writer?: _m0.Writer): _m0.Writer;
|
|
657
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
663
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetMinimumCloseFactorResponse;
|
|
658
664
|
fromJSON(_: any): MsgSetMinimumCloseFactorResponse;
|
|
659
665
|
toJSON(_: MsgSetMinimumCloseFactorResponse): unknown;
|
|
660
666
|
fromPartial(_: DeepPartial<MsgSetMinimumCloseFactorResponse>): MsgSetMinimumCloseFactorResponse;
|
|
661
667
|
};
|
|
662
668
|
export declare const MsgSetSmallLiquidationSize: {
|
|
663
669
|
encode(message: MsgSetSmallLiquidationSize, writer?: _m0.Writer): _m0.Writer;
|
|
664
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
670
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetSmallLiquidationSize;
|
|
665
671
|
fromJSON(object: any): MsgSetSmallLiquidationSize;
|
|
666
672
|
toJSON(message: MsgSetSmallLiquidationSize): unknown;
|
|
667
673
|
fromPartial(object: DeepPartial<MsgSetSmallLiquidationSize>): MsgSetSmallLiquidationSize;
|
|
668
674
|
};
|
|
669
675
|
export declare const MsgSetSmallLiquidationSizeResponse: {
|
|
670
676
|
encode(_: MsgSetSmallLiquidationSizeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
671
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
677
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetSmallLiquidationSizeResponse;
|
|
672
678
|
fromJSON(_: any): MsgSetSmallLiquidationSizeResponse;
|
|
673
679
|
toJSON(_: MsgSetSmallLiquidationSizeResponse): unknown;
|
|
674
680
|
fromPartial(_: DeepPartial<MsgSetSmallLiquidationSizeResponse>): MsgSetSmallLiquidationSizeResponse;
|
|
675
681
|
};
|
|
676
682
|
export declare const MsgLiquidateCollateralWithCdpTokens: {
|
|
677
683
|
encode(message: MsgLiquidateCollateralWithCdpTokens, writer?: _m0.Writer): _m0.Writer;
|
|
678
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
684
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithCdpTokens;
|
|
679
685
|
fromJSON(object: any): MsgLiquidateCollateralWithCdpTokens;
|
|
680
686
|
toJSON(message: MsgLiquidateCollateralWithCdpTokens): unknown;
|
|
681
687
|
fromPartial(object: DeepPartial<MsgLiquidateCollateralWithCdpTokens>): MsgLiquidateCollateralWithCdpTokens;
|
|
682
688
|
};
|
|
683
689
|
export declare const MsgLiquidateCollateralWithCdpTokensResponse: {
|
|
684
690
|
encode(_: MsgLiquidateCollateralWithCdpTokensResponse, writer?: _m0.Writer): _m0.Writer;
|
|
685
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
691
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithCdpTokensResponse;
|
|
686
692
|
fromJSON(_: any): MsgLiquidateCollateralWithCdpTokensResponse;
|
|
687
693
|
toJSON(_: MsgLiquidateCollateralWithCdpTokensResponse): unknown;
|
|
688
694
|
fromPartial(_: DeepPartial<MsgLiquidateCollateralWithCdpTokensResponse>): MsgLiquidateCollateralWithCdpTokensResponse;
|
|
689
695
|
};
|
|
690
696
|
export declare const MsgLiquidateCollateralWithCollateral: {
|
|
691
697
|
encode(message: MsgLiquidateCollateralWithCollateral, writer?: _m0.Writer): _m0.Writer;
|
|
692
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
698
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithCollateral;
|
|
693
699
|
fromJSON(object: any): MsgLiquidateCollateralWithCollateral;
|
|
694
700
|
toJSON(message: MsgLiquidateCollateralWithCollateral): unknown;
|
|
695
701
|
fromPartial(object: DeepPartial<MsgLiquidateCollateralWithCollateral>): MsgLiquidateCollateralWithCollateral;
|
|
696
702
|
};
|
|
697
703
|
export declare const MsgLiquidateCollateralWithCollateralResponse: {
|
|
698
704
|
encode(_: MsgLiquidateCollateralWithCollateralResponse, writer?: _m0.Writer): _m0.Writer;
|
|
699
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
705
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithCollateralResponse;
|
|
700
706
|
fromJSON(_: any): MsgLiquidateCollateralWithCollateralResponse;
|
|
701
707
|
toJSON(_: MsgLiquidateCollateralWithCollateralResponse): unknown;
|
|
702
708
|
fromPartial(_: DeepPartial<MsgLiquidateCollateralWithCollateralResponse>): MsgLiquidateCollateralWithCollateralResponse;
|
|
703
709
|
};
|
|
704
710
|
export declare const MsgLiquidateCollateralWithStablecoin: {
|
|
705
711
|
encode(message: MsgLiquidateCollateralWithStablecoin, writer?: _m0.Writer): _m0.Writer;
|
|
706
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
712
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithStablecoin;
|
|
707
713
|
fromJSON(object: any): MsgLiquidateCollateralWithStablecoin;
|
|
708
714
|
toJSON(message: MsgLiquidateCollateralWithStablecoin): unknown;
|
|
709
715
|
fromPartial(object: DeepPartial<MsgLiquidateCollateralWithStablecoin>): MsgLiquidateCollateralWithStablecoin;
|
|
710
716
|
};
|
|
711
717
|
export declare const MsgLiquidateCollateralWithStablecoinResponse: {
|
|
712
718
|
encode(_: MsgLiquidateCollateralWithStablecoinResponse, writer?: _m0.Writer): _m0.Writer;
|
|
713
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
719
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithStablecoinResponse;
|
|
714
720
|
fromJSON(_: any): MsgLiquidateCollateralWithStablecoinResponse;
|
|
715
721
|
toJSON(_: MsgLiquidateCollateralWithStablecoinResponse): unknown;
|
|
716
722
|
fromPartial(_: DeepPartial<MsgLiquidateCollateralWithStablecoinResponse>): MsgLiquidateCollateralWithStablecoinResponse;
|
|
717
723
|
};
|
|
718
724
|
export declare const MsgCreateRewardScheme: {
|
|
719
725
|
encode(message: MsgCreateRewardScheme, writer?: _m0.Writer): _m0.Writer;
|
|
720
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
726
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateRewardScheme;
|
|
721
727
|
fromJSON(object: any): MsgCreateRewardScheme;
|
|
722
728
|
toJSON(message: MsgCreateRewardScheme): unknown;
|
|
723
729
|
fromPartial(object: DeepPartial<MsgCreateRewardScheme>): MsgCreateRewardScheme;
|
|
724
730
|
};
|
|
725
731
|
export declare const MsgCreateRewardSchemeResponse: {
|
|
726
732
|
encode(_: MsgCreateRewardSchemeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
727
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
733
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateRewardSchemeResponse;
|
|
728
734
|
fromJSON(_: any): MsgCreateRewardSchemeResponse;
|
|
729
735
|
toJSON(_: MsgCreateRewardSchemeResponse): unknown;
|
|
730
736
|
fromPartial(_: DeepPartial<MsgCreateRewardSchemeResponse>): MsgCreateRewardSchemeResponse;
|
|
731
737
|
};
|
|
732
738
|
export declare const MsgUpdateRewardScheme: {
|
|
733
739
|
encode(message: MsgUpdateRewardScheme, writer?: _m0.Writer): _m0.Writer;
|
|
734
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
740
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateRewardScheme;
|
|
735
741
|
fromJSON(object: any): MsgUpdateRewardScheme;
|
|
736
742
|
toJSON(message: MsgUpdateRewardScheme): unknown;
|
|
737
743
|
fromPartial(object: DeepPartial<MsgUpdateRewardScheme>): MsgUpdateRewardScheme;
|
|
738
744
|
};
|
|
739
745
|
export declare const MsgUpdateRewardSchemeResponse: {
|
|
740
746
|
encode(_: MsgUpdateRewardSchemeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
741
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
747
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateRewardSchemeResponse;
|
|
742
748
|
fromJSON(_: any): MsgUpdateRewardSchemeResponse;
|
|
743
749
|
toJSON(_: MsgUpdateRewardSchemeResponse): unknown;
|
|
744
750
|
fromPartial(_: DeepPartial<MsgUpdateRewardSchemeResponse>): MsgUpdateRewardSchemeResponse;
|
|
745
751
|
};
|
|
746
752
|
export declare const MsgClaimRewards: {
|
|
747
753
|
encode(message: MsgClaimRewards, writer?: _m0.Writer): _m0.Writer;
|
|
748
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
754
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgClaimRewards;
|
|
749
755
|
fromJSON(object: any): MsgClaimRewards;
|
|
750
756
|
toJSON(message: MsgClaimRewards): unknown;
|
|
751
757
|
fromPartial(object: DeepPartial<MsgClaimRewards>): MsgClaimRewards;
|
|
752
758
|
};
|
|
753
759
|
export declare const MsgClaimRewardsResponse: {
|
|
754
760
|
encode(_: MsgClaimRewardsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
755
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
761
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgClaimRewardsResponse;
|
|
756
762
|
fromJSON(_: any): MsgClaimRewardsResponse;
|
|
757
763
|
toJSON(_: MsgClaimRewardsResponse): unknown;
|
|
758
764
|
fromPartial(_: DeepPartial<MsgClaimRewardsResponse>): MsgClaimRewardsResponse;
|
|
759
765
|
};
|
|
760
766
|
export declare const MsgSetStalePriceGracePeriod: {
|
|
761
767
|
encode(message: MsgSetStalePriceGracePeriod, writer?: _m0.Writer): _m0.Writer;
|
|
762
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
768
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetStalePriceGracePeriod;
|
|
763
769
|
fromJSON(object: any): MsgSetStalePriceGracePeriod;
|
|
764
770
|
toJSON(message: MsgSetStalePriceGracePeriod): unknown;
|
|
765
771
|
fromPartial(object: DeepPartial<MsgSetStalePriceGracePeriod>): MsgSetStalePriceGracePeriod;
|
|
766
772
|
};
|
|
767
773
|
export declare const MsgSetStalePriceGracePeriodResponse: {
|
|
768
774
|
encode(_: MsgSetStalePriceGracePeriodResponse, writer?: _m0.Writer): _m0.Writer;
|
|
769
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
775
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetStalePriceGracePeriodResponse;
|
|
770
776
|
fromJSON(_: any): MsgSetStalePriceGracePeriodResponse;
|
|
771
777
|
toJSON(_: MsgSetStalePriceGracePeriodResponse): unknown;
|
|
772
778
|
fromPartial(_: DeepPartial<MsgSetStalePriceGracePeriodResponse>): MsgSetStalePriceGracePeriodResponse;
|
|
773
779
|
};
|
|
774
780
|
export declare const MsgSetCdpPaused: {
|
|
775
781
|
encode(message: MsgSetCdpPaused, writer?: _m0.Writer): _m0.Writer;
|
|
776
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
782
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetCdpPaused;
|
|
777
783
|
fromJSON(object: any): MsgSetCdpPaused;
|
|
778
784
|
toJSON(message: MsgSetCdpPaused): unknown;
|
|
779
785
|
fromPartial(object: DeepPartial<MsgSetCdpPaused>): MsgSetCdpPaused;
|
|
780
786
|
};
|
|
781
787
|
export declare const MsgSetCdpPausedResponse: {
|
|
782
788
|
encode(_: MsgSetCdpPausedResponse, writer?: _m0.Writer): _m0.Writer;
|
|
783
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
789
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetCdpPausedResponse;
|
|
784
790
|
fromJSON(_: any): MsgSetCdpPausedResponse;
|
|
785
791
|
toJSON(_: MsgSetCdpPausedResponse): unknown;
|
|
786
792
|
fromPartial(_: DeepPartial<MsgSetCdpPausedResponse>): MsgSetCdpPausedResponse;
|
|
787
793
|
};
|
|
788
794
|
export declare const MsgReturnStablecoinWithInterestInCollateral: {
|
|
789
795
|
encode(message: MsgReturnStablecoinWithInterestInCollateral, writer?: _m0.Writer): _m0.Writer;
|
|
790
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
796
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgReturnStablecoinWithInterestInCollateral;
|
|
791
797
|
fromJSON(object: any): MsgReturnStablecoinWithInterestInCollateral;
|
|
792
798
|
toJSON(message: MsgReturnStablecoinWithInterestInCollateral): unknown;
|
|
793
799
|
fromPartial(object: DeepPartial<MsgReturnStablecoinWithInterestInCollateral>): MsgReturnStablecoinWithInterestInCollateral;
|
|
794
800
|
};
|
|
795
801
|
export declare const MsgReturnStablecoinWithInterestInCollateralResponse: {
|
|
796
802
|
encode(_: MsgReturnStablecoinWithInterestInCollateralResponse, writer?: _m0.Writer): _m0.Writer;
|
|
797
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
803
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgReturnStablecoinWithInterestInCollateralResponse;
|
|
798
804
|
fromJSON(_: any): MsgReturnStablecoinWithInterestInCollateralResponse;
|
|
799
805
|
toJSON(_: MsgReturnStablecoinWithInterestInCollateralResponse): unknown;
|
|
800
806
|
fromPartial(_: DeepPartial<MsgReturnStablecoinWithInterestInCollateralResponse>): MsgReturnStablecoinWithInterestInCollateralResponse;
|
|
801
807
|
};
|
|
802
808
|
export declare const MsgReturnStablecoinWithInterestInCdpTokens: {
|
|
803
809
|
encode(message: MsgReturnStablecoinWithInterestInCdpTokens, writer?: _m0.Writer): _m0.Writer;
|
|
804
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
810
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgReturnStablecoinWithInterestInCdpTokens;
|
|
805
811
|
fromJSON(object: any): MsgReturnStablecoinWithInterestInCdpTokens;
|
|
806
812
|
toJSON(message: MsgReturnStablecoinWithInterestInCdpTokens): unknown;
|
|
807
813
|
fromPartial(object: DeepPartial<MsgReturnStablecoinWithInterestInCdpTokens>): MsgReturnStablecoinWithInterestInCdpTokens;
|
|
808
814
|
};
|
|
809
815
|
export declare const MsgReturnStablecoinWithInterestInCdpTokensResponse: {
|
|
810
816
|
encode(_: MsgReturnStablecoinWithInterestInCdpTokensResponse, writer?: _m0.Writer): _m0.Writer;
|
|
811
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
817
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgReturnStablecoinWithInterestInCdpTokensResponse;
|
|
812
818
|
fromJSON(_: any): MsgReturnStablecoinWithInterestInCdpTokensResponse;
|
|
813
819
|
toJSON(_: MsgReturnStablecoinWithInterestInCdpTokensResponse): unknown;
|
|
814
820
|
fromPartial(_: DeepPartial<MsgReturnStablecoinWithInterestInCdpTokensResponse>): MsgReturnStablecoinWithInterestInCdpTokensResponse;
|
|
815
821
|
};
|
|
816
822
|
export declare const MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokens: {
|
|
817
823
|
encode(message: MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokens, writer?: _m0.Writer): _m0.Writer;
|
|
818
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
824
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokens;
|
|
819
825
|
fromJSON(object: any): MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokens;
|
|
820
826
|
toJSON(message: MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokens): unknown;
|
|
821
827
|
fromPartial(object: DeepPartial<MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokens>): MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokens;
|
|
822
828
|
};
|
|
823
829
|
export declare const MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokensResponse: {
|
|
824
830
|
encode(_: MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokensResponse, writer?: _m0.Writer): _m0.Writer;
|
|
825
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
831
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokensResponse;
|
|
826
832
|
fromJSON(_: any): MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokensResponse;
|
|
827
833
|
toJSON(_: MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokensResponse): unknown;
|
|
828
834
|
fromPartial(_: DeepPartial<MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokensResponse>): MsgLiquidateCollateralWithStablecoinAndInterestInCdpTokensResponse;
|
|
829
835
|
};
|
|
830
836
|
export declare const MsgLiquidateCollateralWithStablecoinAndInterestInCollateral: {
|
|
831
837
|
encode(message: MsgLiquidateCollateralWithStablecoinAndInterestInCollateral, writer?: _m0.Writer): _m0.Writer;
|
|
832
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
838
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithStablecoinAndInterestInCollateral;
|
|
833
839
|
fromJSON(object: any): MsgLiquidateCollateralWithStablecoinAndInterestInCollateral;
|
|
834
840
|
toJSON(message: MsgLiquidateCollateralWithStablecoinAndInterestInCollateral): unknown;
|
|
835
841
|
fromPartial(object: DeepPartial<MsgLiquidateCollateralWithStablecoinAndInterestInCollateral>): MsgLiquidateCollateralWithStablecoinAndInterestInCollateral;
|
|
836
842
|
};
|
|
837
843
|
export declare const MsgLiquidateCollateralWithStablecoinAndInterestInCollateralResponse: {
|
|
838
844
|
encode(_: MsgLiquidateCollateralWithStablecoinAndInterestInCollateralResponse, writer?: _m0.Writer): _m0.Writer;
|
|
839
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
845
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLiquidateCollateralWithStablecoinAndInterestInCollateralResponse;
|
|
840
846
|
fromJSON(_: any): MsgLiquidateCollateralWithStablecoinAndInterestInCollateralResponse;
|
|
841
847
|
toJSON(_: MsgLiquidateCollateralWithStablecoinAndInterestInCollateralResponse): unknown;
|
|
842
848
|
fromPartial(_: DeepPartial<MsgLiquidateCollateralWithStablecoinAndInterestInCollateralResponse>): MsgLiquidateCollateralWithStablecoinAndInterestInCollateralResponse;
|
|
843
849
|
};
|
|
844
850
|
export declare const MsgConvertTokenInCdpToGroupTokens: {
|
|
845
851
|
encode(message: MsgConvertTokenInCdpToGroupTokens, writer?: _m0.Writer): _m0.Writer;
|
|
846
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
852
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConvertTokenInCdpToGroupTokens;
|
|
847
853
|
fromJSON(object: any): MsgConvertTokenInCdpToGroupTokens;
|
|
848
854
|
toJSON(message: MsgConvertTokenInCdpToGroupTokens): unknown;
|
|
849
855
|
fromPartial(object: DeepPartial<MsgConvertTokenInCdpToGroupTokens>): MsgConvertTokenInCdpToGroupTokens;
|
|
850
856
|
};
|
|
851
857
|
export declare const MsgConvertTokenInCdpToGroupTokensResponse: {
|
|
852
858
|
encode(_: MsgConvertTokenInCdpToGroupTokensResponse, writer?: _m0.Writer): _m0.Writer;
|
|
853
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
859
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgConvertTokenInCdpToGroupTokensResponse;
|
|
854
860
|
fromJSON(_: any): MsgConvertTokenInCdpToGroupTokensResponse;
|
|
855
861
|
toJSON(_: MsgConvertTokenInCdpToGroupTokensResponse): unknown;
|
|
856
862
|
fromPartial(_: DeepPartial<MsgConvertTokenInCdpToGroupTokensResponse>): MsgConvertTokenInCdpToGroupTokensResponse;
|
|
857
863
|
};
|
|
858
864
|
export declare const MsgAddEModeCategory: {
|
|
859
865
|
encode(message: MsgAddEModeCategory, writer?: _m0.Writer): _m0.Writer;
|
|
860
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
866
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgAddEModeCategory;
|
|
861
867
|
fromJSON(object: any): MsgAddEModeCategory;
|
|
862
868
|
toJSON(message: MsgAddEModeCategory): unknown;
|
|
863
869
|
fromPartial(object: DeepPartial<MsgAddEModeCategory>): MsgAddEModeCategory;
|
|
864
870
|
};
|
|
865
871
|
export declare const MsgAddEModeCategoryResponse: {
|
|
866
872
|
encode(_: MsgAddEModeCategoryResponse, writer?: _m0.Writer): _m0.Writer;
|
|
867
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
873
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgAddEModeCategoryResponse;
|
|
868
874
|
fromJSON(_: any): MsgAddEModeCategoryResponse;
|
|
869
875
|
toJSON(_: MsgAddEModeCategoryResponse): unknown;
|
|
870
876
|
fromPartial(_: DeepPartial<MsgAddEModeCategoryResponse>): MsgAddEModeCategoryResponse;
|
|
871
877
|
};
|
|
872
878
|
export declare const MsgUpdateEModeCategory: {
|
|
873
879
|
encode(message: MsgUpdateEModeCategory, writer?: _m0.Writer): _m0.Writer;
|
|
874
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
880
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateEModeCategory;
|
|
875
881
|
fromJSON(object: any): MsgUpdateEModeCategory;
|
|
876
882
|
toJSON(message: MsgUpdateEModeCategory): unknown;
|
|
877
883
|
fromPartial(object: DeepPartial<MsgUpdateEModeCategory>): MsgUpdateEModeCategory;
|
|
878
884
|
};
|
|
879
885
|
export declare const UpdateEModeCategoryParams: {
|
|
880
886
|
encode(message: UpdateEModeCategoryParams, writer?: _m0.Writer): _m0.Writer;
|
|
881
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
887
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): UpdateEModeCategoryParams;
|
|
882
888
|
fromJSON(object: any): UpdateEModeCategoryParams;
|
|
883
889
|
toJSON(message: UpdateEModeCategoryParams): unknown;
|
|
884
890
|
fromPartial(object: DeepPartial<UpdateEModeCategoryParams>): UpdateEModeCategoryParams;
|
|
885
891
|
};
|
|
886
892
|
export declare const MsgUpdateEModeCategoryResponse: {
|
|
887
893
|
encode(_: MsgUpdateEModeCategoryResponse, writer?: _m0.Writer): _m0.Writer;
|
|
888
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
894
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateEModeCategoryResponse;
|
|
889
895
|
fromJSON(_: any): MsgUpdateEModeCategoryResponse;
|
|
890
896
|
toJSON(_: MsgUpdateEModeCategoryResponse): unknown;
|
|
891
897
|
fromPartial(_: DeepPartial<MsgUpdateEModeCategoryResponse>): MsgUpdateEModeCategoryResponse;
|
|
892
898
|
};
|
|
893
|
-
export declare const
|
|
894
|
-
encode(message:
|
|
895
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
896
|
-
fromJSON(object: any):
|
|
897
|
-
toJSON(message:
|
|
898
|
-
fromPartial(object: DeepPartial<
|
|
899
|
-
};
|
|
900
|
-
export declare const
|
|
901
|
-
encode(_:
|
|
902
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
903
|
-
fromJSON(_: any):
|
|
904
|
-
toJSON(_:
|
|
905
|
-
fromPartial(_: DeepPartial<
|
|
899
|
+
export declare const MsgSetAccountEMode: {
|
|
900
|
+
encode(message: MsgSetAccountEMode, writer?: _m0.Writer): _m0.Writer;
|
|
901
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetAccountEMode;
|
|
902
|
+
fromJSON(object: any): MsgSetAccountEMode;
|
|
903
|
+
toJSON(message: MsgSetAccountEMode): unknown;
|
|
904
|
+
fromPartial(object: DeepPartial<MsgSetAccountEMode>): MsgSetAccountEMode;
|
|
905
|
+
};
|
|
906
|
+
export declare const MsgSetAccountEModeResponse: {
|
|
907
|
+
encode(_: MsgSetAccountEModeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
908
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetAccountEModeResponse;
|
|
909
|
+
fromJSON(_: any): MsgSetAccountEModeResponse;
|
|
910
|
+
toJSON(_: MsgSetAccountEModeResponse): unknown;
|
|
911
|
+
fromPartial(_: DeepPartial<MsgSetAccountEModeResponse>): MsgSetAccountEModeResponse;
|
|
912
|
+
};
|
|
913
|
+
export declare const MsgRemoveAccountEMode: {
|
|
914
|
+
encode(message: MsgRemoveAccountEMode, writer?: _m0.Writer): _m0.Writer;
|
|
915
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRemoveAccountEMode;
|
|
916
|
+
fromJSON(object: any): MsgRemoveAccountEMode;
|
|
917
|
+
toJSON(message: MsgRemoveAccountEMode): unknown;
|
|
918
|
+
fromPartial(object: DeepPartial<MsgRemoveAccountEMode>): MsgRemoveAccountEMode;
|
|
919
|
+
};
|
|
920
|
+
export declare const MsgRemoveAccountEModeResponse: {
|
|
921
|
+
encode(_: MsgRemoveAccountEModeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
922
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgRemoveAccountEModeResponse;
|
|
923
|
+
fromJSON(_: any): MsgRemoveAccountEModeResponse;
|
|
924
|
+
toJSON(_: MsgRemoveAccountEModeResponse): unknown;
|
|
925
|
+
fromPartial(_: DeepPartial<MsgRemoveAccountEModeResponse>): MsgRemoveAccountEModeResponse;
|
|
906
926
|
};
|
|
907
927
|
/** Msg defines the Msg service. */
|
|
908
928
|
export interface Msg {
|
|
@@ -946,8 +966,9 @@ export interface Msg {
|
|
|
946
966
|
ConvertTokenInCdpToGroupTokens(request: MsgConvertTokenInCdpToGroupTokens): Promise<MsgConvertTokenInCdpToGroupTokensResponse>;
|
|
947
967
|
AddEModeCategory(request: MsgAddEModeCategory): Promise<MsgAddEModeCategoryResponse>;
|
|
948
968
|
UpdateEModeCategory(request: MsgUpdateEModeCategory): Promise<MsgUpdateEModeCategoryResponse>;
|
|
969
|
+
SetAccountEMode(request: MsgSetAccountEMode): Promise<MsgSetAccountEModeResponse>;
|
|
949
970
|
/** this line is used by starport scaffolding # proto/tx/rpc */
|
|
950
|
-
|
|
971
|
+
RemoveAccountEMode(request: MsgRemoveAccountEMode): Promise<MsgRemoveAccountEModeResponse>;
|
|
951
972
|
}
|
|
952
973
|
export declare class MsgClientImpl implements Msg {
|
|
953
974
|
private readonly rpc;
|
|
@@ -992,13 +1013,14 @@ export declare class MsgClientImpl implements Msg {
|
|
|
992
1013
|
ConvertTokenInCdpToGroupTokens(request: MsgConvertTokenInCdpToGroupTokens): Promise<MsgConvertTokenInCdpToGroupTokensResponse>;
|
|
993
1014
|
AddEModeCategory(request: MsgAddEModeCategory): Promise<MsgAddEModeCategoryResponse>;
|
|
994
1015
|
UpdateEModeCategory(request: MsgUpdateEModeCategory): Promise<MsgUpdateEModeCategoryResponse>;
|
|
995
|
-
|
|
1016
|
+
SetAccountEMode(request: MsgSetAccountEMode): Promise<MsgSetAccountEModeResponse>;
|
|
1017
|
+
RemoveAccountEMode(request: MsgRemoveAccountEMode): Promise<MsgRemoveAccountEModeResponse>;
|
|
996
1018
|
}
|
|
997
1019
|
interface Rpc {
|
|
998
1020
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
999
1021
|
}
|
|
1000
|
-
|
|
1001
|
-
export
|
|
1022
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
1023
|
+
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 {} ? {
|
|
1002
1024
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
1003
1025
|
} : Partial<T>;
|
|
1004
1026
|
export {};
|