carbon-js-sdk 0.7.2-beta.2 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/CarbonSDK.js +6 -2
- package/lib/clients/BatchQueryClient.js +4 -4
- package/lib/clients/CarbonQueryClient.js +1 -1
- package/lib/clients/ETHClient.js +15 -15
- package/lib/clients/HydrogenClient.js +1 -1
- package/lib/clients/InsightsQueryClient.d.ts +7 -0
- package/lib/clients/InsightsQueryClient.js +17 -3
- package/lib/clients/NEOClient.js +12 -8
- package/lib/clients/TokenClient.js +2 -2
- package/lib/clients/ZILClient.js +17 -17
- 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.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 +6 -6
- 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 +12 -12
- package/lib/codec/broker/amm.d.ts +5 -5
- package/lib/codec/broker/candlestick.d.ts +3 -3
- package/lib/codec/broker/event.d.ts +4 -4
- package/lib/codec/broker/genesis.d.ts +3 -3
- 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.js +5 -1
- 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 +36 -36
- package/lib/codec/cdp/genesis.d.ts +10 -10
- package/lib/codec/cdp/params.d.ts +3 -3
- package/lib/codec/cdp/query.d.ts +53 -53
- 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 +87 -87
- 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 +9 -9
- 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/v1alpha1/config.d.ts +4 -4
- package/lib/codec/cosmos/app/v1alpha1/module.d.ts +5 -5
- package/lib/codec/cosmos/app/v1alpha1/query.d.ts +4 -4
- package/lib/codec/cosmos/auth/v1beta1/auth.d.ts +5 -5
- package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/auth/v1beta1/query.d.ts +20 -20
- package/lib/codec/cosmos/authz/v1beta1/authz.d.ts +6 -6
- package/lib/codec/cosmos/authz/v1beta1/event.d.ts +4 -4
- package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/authz/v1beta1/query.d.ts +8 -8
- package/lib/codec/cosmos/authz/v1beta1/tx.d.ts +8 -8
- package/lib/codec/cosmos/bank/v1beta1/authz.d.ts +3 -3
- package/lib/codec/cosmos/bank/v1beta1/bank.d.ts +9 -9
- package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts +4 -4
- package/lib/codec/cosmos/bank/v1beta1/query.d.ts +21 -21
- package/lib/codec/cosmos/bank/v1beta1/tx.d.ts +6 -6
- package/lib/codec/cosmos/base/abci/v1beta1/abci.d.ts +12 -12
- package/lib/codec/cosmos/base/kv/v1beta1/kv.d.ts +4 -4
- package/lib/codec/cosmos/base/node/v1beta1/query.d.ts +4 -4
- package/lib/codec/cosmos/base/query/v1beta1/pagination.d.ts +4 -4
- package/lib/codec/cosmos/base/reflection/v1beta1/reflection.d.ts +6 -6
- package/lib/codec/cosmos/base/reflection/v2alpha1/reflection.d.ts +28 -28
- 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 +21 -21
- package/lib/codec/cosmos/base/tendermint/v1beta1/types.d.ts +4 -4
- package/lib/codec/cosmos/base/v1beta1/coin.d.ts +6 -6
- 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/cosmos/crisis/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/crisis/v1beta1/tx.d.ts +4 -4
- package/lib/codec/cosmos/crypto/ed25519/keys.d.ts +4 -4
- package/lib/codec/cosmos/crypto/hd/v1/hd.d.ts +3 -3
- package/lib/codec/cosmos/crypto/keyring/v1/record.d.ts +7 -7
- package/lib/codec/cosmos/crypto/multisig/keys.d.ts +3 -3
- package/lib/codec/cosmos/crypto/multisig/v1beta1/multisig.d.ts +4 -4
- package/lib/codec/cosmos/crypto/secp256k1/keys.d.ts +4 -4
- package/lib/codec/cosmos/crypto/secp256r1/keys.d.ts +4 -4
- package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts +14 -14
- package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts +10 -10
- package/lib/codec/cosmos/distribution/v1beta1/query.d.ts +22 -22
- package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts +10 -10
- package/lib/codec/cosmos/evidence/v1beta1/evidence.d.ts +3 -3
- package/lib/codec/cosmos/evidence/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/evidence/v1beta1/query.d.ts +6 -6
- package/lib/codec/cosmos/evidence/v1beta1/tx.d.ts +4 -4
- package/lib/codec/cosmos/feegrant/v1beta1/feegrant.d.ts +6 -6
- package/lib/codec/cosmos/feegrant/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +8 -8
- package/lib/codec/cosmos/feegrant/v1beta1/tx.d.ts +6 -6
- package/lib/codec/cosmos/genutil/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/gov/v1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/gov/v1/gov.d.ts +10 -10
- package/lib/codec/cosmos/gov/v1/query.d.ts +18 -18
- package/lib/codec/cosmos/gov/v1/query.js +2 -2
- package/lib/codec/cosmos/gov/v1/tx.d.ts +12 -12
- package/lib/codec/cosmos/gov/v1/tx.js +2 -2
- package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/gov/v1beta1/gov.d.ts +11 -11
- package/lib/codec/cosmos/gov/v1beta1/query.d.ts +18 -18
- package/lib/codec/cosmos/gov/v1beta1/query.js +2 -2
- package/lib/codec/cosmos/gov/v1beta1/tx.d.ts +10 -10
- package/lib/codec/cosmos/gov/v1beta1/tx.js +2 -2
- package/lib/codec/cosmos/group/v1/events.d.ts +11 -11
- package/lib/codec/cosmos/group/v1/events.js +2 -2
- package/lib/codec/cosmos/group/v1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/group/v1/query.d.ts +30 -30
- package/lib/codec/cosmos/group/v1/tx.d.ts +30 -30
- package/lib/codec/cosmos/group/v1/tx.js +4 -4
- package/lib/codec/cosmos/group/v1/types.d.ts +13 -13
- package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts +3 -3
- package/lib/codec/cosmos/mint/v1beta1/mint.d.ts +4 -4
- package/lib/codec/cosmos/mint/v1beta1/query.d.ts +8 -8
- package/lib/codec/cosmos/nft/v1beta1/event.d.ts +5 -5
- package/lib/codec/cosmos/nft/v1beta1/genesis.d.ts +4 -4
- package/lib/codec/cosmos/nft/v1beta1/nft.d.ts +4 -4
- package/lib/codec/cosmos/nft/v1beta1/query.d.ts +16 -16
- package/lib/codec/cosmos/nft/v1beta1/tx.d.ts +4 -4
- package/lib/codec/cosmos/orm/module/v1alpha1/module.d.ts +3 -3
- package/lib/codec/cosmos/orm/v1/orm.d.ts +6 -6
- package/lib/codec/cosmos/orm/v1alpha1/schema.d.ts +4 -4
- package/lib/codec/cosmos/params/v1beta1/params.d.ts +4 -4
- package/lib/codec/cosmos/params/v1beta1/query.d.ts +7 -7
- package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts +6 -6
- package/lib/codec/cosmos/slashing/v1beta1/query.d.ts +8 -8
- package/lib/codec/cosmos/slashing/v1beta1/slashing.d.ts +4 -4
- package/lib/codec/cosmos/slashing/v1beta1/tx.d.ts +4 -4
- package/lib/codec/cosmos/staking/v1beta1/authz.d.ts +4 -4
- package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts +4 -4
- package/lib/codec/cosmos/staking/v1beta1/query.d.ts +30 -30
- package/lib/codec/cosmos/staking/v1beta1/staking.d.ts +22 -22
- package/lib/codec/cosmos/staking/v1beta1/tx.d.ts +14 -14
- package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +7 -7
- package/lib/codec/cosmos/tx/v1beta1/service.d.ts +12 -12
- package/lib/codec/cosmos/tx/v1beta1/tx.d.ts +15 -15
- package/lib/codec/cosmos/tx/v1beta1/tx.js +4 -4
- package/lib/codec/cosmos/upgrade/v1beta1/query.d.ts +12 -12
- package/lib/codec/cosmos/upgrade/v1beta1/tx.d.ts +6 -6
- package/lib/codec/cosmos/upgrade/v1beta1/upgrade.d.ts +6 -6
- package/lib/codec/cosmos/vesting/v1beta1/tx.d.ts +8 -8
- package/lib/codec/cosmos/vesting/v1beta1/vesting.d.ts +8 -8
- package/lib/codec/cosmos-models.js +5 -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/crypto/v1/ethsecp256k1/keys.d.ts +4 -4
- package/lib/codec/ethermint/evm/v1/events.d.ts +6 -6
- package/lib/codec/ethermint/evm/v1/evm.d.ts +10 -10
- package/lib/codec/ethermint/evm/v1/genesis.d.ts +4 -4
- package/lib/codec/ethermint/evm/v1/query.d.ts +26 -26
- package/lib/codec/ethermint/evm/v1/tx.d.ts +10 -10
- package/lib/codec/ethermint/feemarket/v1/events.d.ts +4 -4
- package/lib/codec/ethermint/feemarket/v1/feemarket.d.ts +3 -3
- package/lib/codec/ethermint/feemarket/v1/genesis.d.ts +3 -3
- package/lib/codec/ethermint/feemarket/v1/query.d.ts +8 -8
- package/lib/codec/ethermint/feemarket/v1/tx.d.ts +4 -4
- package/lib/codec/ethermint/types/v1/account.d.ts +3 -3
- package/lib/codec/ethermint/types/v1/dynamic_fee.d.ts +3 -3
- package/lib/codec/ethermint/types/v1/indexer.d.ts +3 -3
- package/lib/codec/ethermint/types/v1/web3.d.ts +3 -3
- package/lib/codec/ethermint-models.js +5 -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 +3 -3
- package/lib/codec/google/protobuf/duration.d.ts +3 -3
- package/lib/codec/google/protobuf/timestamp.d.ts +3 -3
- package/lib/codec/google/protobuf/wrappers.d.ts +11 -11
- 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/ack.d.ts +3 -3
- package/lib/codec/ibc/applications/fee/v1/fee.d.ts +6 -6
- package/lib/codec/ibc/applications/fee/v1/genesis.d.ts +7 -7
- package/lib/codec/ibc/applications/fee/v1/metadata.d.ts +3 -3
- package/lib/codec/ibc/applications/fee/v1/query.d.ts +22 -22
- package/lib/codec/ibc/applications/fee/v1/tx.d.ts +10 -10
- package/lib/codec/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -3
- package/lib/codec/ibc/applications/interchain_accounts/controller/v1/query.d.ts +6 -6
- package/lib/codec/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +6 -6
- package/lib/codec/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +7 -7
- package/lib/codec/ibc/applications/interchain_accounts/host/v1/host.d.ts +3 -3
- package/lib/codec/ibc/applications/interchain_accounts/host/v1/query.d.ts +4 -4
- package/lib/codec/ibc/applications/interchain_accounts/v1/account.d.ts +3 -3
- package/lib/codec/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -3
- package/lib/codec/ibc/applications/interchain_accounts/v1/packet.d.ts +4 -4
- package/lib/codec/ibc/applications/transfer/v1/genesis.d.ts +3 -3
- package/lib/codec/ibc/applications/transfer/v1/query.d.ts +12 -12
- package/lib/codec/ibc/applications/transfer/v1/transfer.d.ts +4 -4
- package/lib/codec/ibc/applications/transfer/v1/tx.d.ts +4 -4
- package/lib/codec/ibc/applications/transfer/v2/packet.d.ts +3 -3
- package/lib/codec/ibc/core/channel/v1/channel.d.ts +9 -9
- package/lib/codec/ibc/core/channel/v1/genesis.d.ts +4 -4
- package/lib/codec/ibc/core/channel/v1/query.d.ts +28 -28
- package/lib/codec/ibc/core/channel/v1/tx.d.ts +22 -22
- package/lib/codec/ibc/core/client/v1/client.d.ts +9 -9
- package/lib/codec/ibc/core/client/v1/genesis.d.ts +5 -5
- package/lib/codec/ibc/core/client/v1/query.d.ts +20 -20
- package/lib/codec/ibc/core/client/v1/tx.d.ts +10 -10
- package/lib/codec/ibc/core/commitment/v1/commitment.d.ts +6 -6
- package/lib/codec/ibc/core/connection/v1/connection.d.ts +9 -9
- package/lib/codec/ibc/core/connection/v1/genesis.d.ts +3 -3
- package/lib/codec/ibc/core/connection/v1/query.d.ts +14 -14
- package/lib/codec/ibc/core/connection/v1/tx.d.ts +10 -10
- package/lib/codec/ibc/core/types/v1/genesis.d.ts +3 -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/solomachine/v2/solomachine.d.ts +18 -18
- package/lib/codec/ibc/lightclients/tendermint/v1/tendermint.d.ts +7 -7
- package/lib/codec/ibc-models.js +5 -1
- package/lib/codec/index.js +5 -1
- package/lib/codec/inflation/genesis.d.ts +3 -3
- package/lib/codec/inflation/inflation.d.ts +3 -3
- 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 +15 -15
- package/lib/codec/liquiditypool/genesis.d.ts +3 -3
- 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 +31 -31
- package/lib/codec/liquiditypool/reward.d.ts +18 -18
- 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 +28 -28
- package/lib/codec/oracle/slashing.d.ts +4 -4
- package/lib/codec/oracle/tx.d.ts +14 -14
- 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/polynetwork-models.js +5 -1
- 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 +6 -6
- 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 +15 -15
- 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/genesis.d.ts +3 -3
- package/lib/codec/subaccount/legacy.d.ts +3 -3
- package/lib/codec/subaccount/query.d.ts +17 -17
- package/lib/codec/subaccount/subaccount.d.ts +6 -6
- package/lib/codec/subaccount/tx.d.ts +8 -8
- package/lib/codec/tendermint/abci/types.d.ts +46 -46
- package/lib/codec/tendermint/crypto/keys.d.ts +3 -3
- package/lib/codec/tendermint/crypto/proof.d.ts +7 -7
- package/lib/codec/tendermint/libs/bits/types.d.ts +3 -3
- package/lib/codec/tendermint/p2p/types.d.ts +6 -6
- package/lib/codec/tendermint/types/block.d.ts +3 -3
- package/lib/codec/tendermint/types/evidence.d.ts +6 -6
- package/lib/codec/tendermint/types/params.d.ts +8 -8
- package/lib/codec/tendermint/types/types.d.ts +15 -15
- package/lib/codec/tendermint/types/validator.d.ts +5 -5
- package/lib/codec/tendermint/version/types.d.ts +4 -4
- package/lib/constant/address.d.ts +1 -1
- package/lib/constant/generic.js +1 -1
- package/lib/constant/ibc.d.ts +3 -3
- package/lib/constant/ibc.js +5 -1
- package/lib/constant/index.js +5 -1
- package/lib/constant/node.d.ts +1 -1
- package/lib/eth/index.js +5 -1
- package/lib/hydrogen/index.js +5 -1
- package/lib/hydrogen/transfer.d.ts +2 -2
- package/lib/index.js +5 -1
- package/lib/insights/common.d.ts +2 -1
- package/lib/insights/common.js +1 -0
- package/lib/insights/competition.d.ts +15 -0
- package/lib/insights/index.js +5 -1
- package/lib/insights/position.d.ts +1 -1
- package/lib/modules/cdp.js +45 -45
- package/lib/modules/cosmwasm.js +2 -2
- package/lib/modules/evm.d.ts +1 -1
- package/lib/modules/evm.js +5 -5
- package/lib/modules/gov.js +12 -12
- package/lib/modules/index.js +5 -1
- package/lib/modules/liquiditypool.js +1 -1
- package/lib/modules/order.js +2 -2
- package/lib/modules/test.d.ts +0 -0
- package/lib/modules/test.js +1 -0
- package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.js +1 -1
- package/lib/provider/account/EthLedgerAccount/index.js +5 -1
- package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.js +1 -1
- package/lib/provider/account/NeoLedgerAccount/N3Ledger/index.js +5 -1
- package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.js +8 -8
- package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.d.ts +1 -1
- package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.js +8 -4
- package/lib/provider/account/NeoLedgerAccount/NeonLedger.js +1 -1
- package/lib/provider/account/NeoLedgerAccount/index.js +5 -1
- package/lib/provider/account/index.js +5 -1
- package/lib/provider/amino/types/admin.js +32 -28
- package/lib/provider/amino/types/bank.js +6 -2
- package/lib/provider/amino/types/broker.js +6 -2
- package/lib/provider/amino/types/cdp.js +31 -27
- package/lib/provider/amino/types/coin.js +9 -5
- package/lib/provider/amino/types/erc20.js +7 -3
- package/lib/provider/amino/types/evm.js +7 -3
- package/lib/provider/amino/types/evmmerge.js +6 -2
- package/lib/provider/amino/types/feemarket.js +6 -2
- package/lib/provider/amino/types/gov.js +10 -6
- package/lib/provider/amino/types/ibc.js +6 -2
- package/lib/provider/amino/types/leverage.js +6 -2
- package/lib/provider/amino/types/liquidityPool.js +12 -8
- package/lib/provider/amino/types/market.js +11 -7
- package/lib/provider/amino/types/oracle.js +7 -3
- package/lib/provider/amino/types/order.js +9 -5
- package/lib/provider/amino/types/perpspool.js +11 -7
- package/lib/provider/amino/types/position.js +6 -2
- package/lib/provider/amino/types/profile.js +6 -2
- package/lib/provider/amino/types/staking.js +9 -5
- package/lib/provider/amino/types/subaccount.js +8 -4
- package/lib/provider/amino/utils.d.ts +2 -2
- package/lib/provider/amino/utils.js +11 -11
- package/lib/provider/keplr/KeplrAccount.js +6 -6
- package/lib/provider/leap/LeapAccount.js +2 -2
- package/lib/provider/ledger/ledger.js +9 -6
- package/lib/provider/metamask/MetaMask.d.ts +1 -1
- package/lib/provider/metamask/MetaMask.js +28 -24
- package/lib/provider/metamask/error.d.ts +1 -1
- package/lib/provider/o3/O3Types.d.ts +1 -1
- package/lib/provider/o3/O3Wallet.js +15 -11
- package/lib/provider/o3/index.js +5 -1
- package/lib/provider/zilpay/Zilpay.js +4 -4
- package/lib/provider/zilpay/index.js +5 -1
- package/lib/util/address.d.ts +5 -5
- package/lib/util/address.js +19 -15
- package/lib/util/api.d.ts +3 -3
- package/lib/util/api.js +4 -4
- package/lib/util/blockchain.d.ts +7 -7
- package/lib/util/blockchain.js +4 -4
- package/lib/util/eip712.js +3 -3
- package/lib/util/fetch.js +1 -1
- package/lib/util/generic.d.ts +3 -2
- package/lib/util/generic.js +3 -3
- package/lib/util/gov.d.ts +1 -1
- package/lib/util/index.js +5 -1
- package/lib/util/legacyEIP712.d.ts +2 -2
- package/lib/util/legacyEIP712.js +2 -2
- package/lib/util/network.js +3 -3
- package/lib/util/number.d.ts +4 -4
- package/lib/util/number.js +5 -5
- package/lib/util/tx.d.ts +3 -3
- package/lib/util/tx.js +5 -1
- package/lib/util/type.d.ts +1 -1
- package/lib/wallet/CarbonSigner.d.ts +5 -5
- package/lib/wallet/CarbonSigner.js +6 -6
- package/lib/wallet/CarbonSigningClient.js +15 -15
- package/lib/wallet/CarbonWallet.d.ts +1 -1
- package/lib/wallet/CarbonWallet.js +11 -11
- package/lib/wallet/index.js +5 -1
- package/lib/websocket/connector.js +8 -4
- package/lib/websocket/index.js +5 -1
- package/lib/websocket/types.d.ts +1 -1
- package/package.json +1 -1
- 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
|
@@ -9,14 +9,14 @@ export interface QueryMintDataResponse {
|
|
|
9
9
|
}
|
|
10
10
|
export declare const QueryMintDataRequest: {
|
|
11
11
|
encode(_: QueryMintDataRequest, writer?: _m0.Writer): _m0.Writer;
|
|
12
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
12
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryMintDataRequest;
|
|
13
13
|
fromJSON(_: any): QueryMintDataRequest;
|
|
14
14
|
toJSON(_: QueryMintDataRequest): unknown;
|
|
15
15
|
fromPartial(_: DeepPartial<QueryMintDataRequest>): QueryMintDataRequest;
|
|
16
16
|
};
|
|
17
17
|
export declare const QueryMintDataResponse: {
|
|
18
18
|
encode(message: QueryMintDataResponse, writer?: _m0.Writer): _m0.Writer;
|
|
19
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
19
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryMintDataResponse;
|
|
20
20
|
fromJSON(object: any): QueryMintDataResponse;
|
|
21
21
|
toJSON(message: QueryMintDataResponse): unknown;
|
|
22
22
|
fromPartial(object: DeepPartial<QueryMintDataResponse>): QueryMintDataResponse;
|
|
@@ -34,8 +34,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
34
34
|
interface Rpc {
|
|
35
35
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
export
|
|
37
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
38
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
39
39
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
40
40
|
} : Partial<T>;
|
|
41
41
|
export {};
|
|
@@ -12,13 +12,13 @@ export interface EventDataInsuranceFundTransfer {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const EventDataInsuranceFundTransfer: {
|
|
14
14
|
encode(_: EventDataInsuranceFundTransfer, writer?: _m0.Writer): _m0.Writer;
|
|
15
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
15
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): EventDataInsuranceFundTransfer;
|
|
16
16
|
fromJSON(_: any): EventDataInsuranceFundTransfer;
|
|
17
17
|
toJSON(_: EventDataInsuranceFundTransfer): unknown;
|
|
18
18
|
fromPartial(_: DeepPartial<EventDataInsuranceFundTransfer>): EventDataInsuranceFundTransfer;
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
export
|
|
20
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
21
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
22
22
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
23
23
|
} : Partial<T>;
|
|
24
24
|
export {};
|
|
@@ -10,20 +10,20 @@ export interface Fund {
|
|
|
10
10
|
}
|
|
11
11
|
export declare const FundByMarket: {
|
|
12
12
|
encode(message: FundByMarket, writer?: _m0.Writer): _m0.Writer;
|
|
13
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
13
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FundByMarket;
|
|
14
14
|
fromJSON(object: any): FundByMarket;
|
|
15
15
|
toJSON(message: FundByMarket): unknown;
|
|
16
16
|
fromPartial(object: DeepPartial<FundByMarket>): FundByMarket;
|
|
17
17
|
};
|
|
18
18
|
export declare const Fund: {
|
|
19
19
|
encode(message: Fund, writer?: _m0.Writer): _m0.Writer;
|
|
20
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
20
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Fund;
|
|
21
21
|
fromJSON(object: any): Fund;
|
|
22
22
|
toJSON(message: Fund): unknown;
|
|
23
23
|
fromPartial(object: DeepPartial<Fund>): Fund;
|
|
24
24
|
};
|
|
25
|
-
|
|
26
|
-
export
|
|
25
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
26
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
27
27
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
28
28
|
} : Partial<T>;
|
|
29
29
|
export {};
|
|
@@ -6,13 +6,13 @@ export interface GenesisState {
|
|
|
6
6
|
}
|
|
7
7
|
export declare const GenesisState: {
|
|
8
8
|
encode(_: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
9
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
9
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
10
10
|
fromJSON(_: any): GenesisState;
|
|
11
11
|
toJSON(_: GenesisState): unknown;
|
|
12
12
|
fromPartial(_: DeepPartial<GenesisState>): GenesisState;
|
|
13
13
|
};
|
|
14
|
-
|
|
15
|
-
export
|
|
14
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
15
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
16
16
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
17
17
|
} : Partial<T>;
|
|
18
18
|
export {};
|
|
@@ -9,14 +9,14 @@ export interface QueryCoinBalancesResponse {
|
|
|
9
9
|
}
|
|
10
10
|
export declare const QueryCoinBalancesRequest: {
|
|
11
11
|
encode(_: QueryCoinBalancesRequest, writer?: _m0.Writer): _m0.Writer;
|
|
12
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
12
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryCoinBalancesRequest;
|
|
13
13
|
fromJSON(_: any): QueryCoinBalancesRequest;
|
|
14
14
|
toJSON(_: QueryCoinBalancesRequest): unknown;
|
|
15
15
|
fromPartial(_: DeepPartial<QueryCoinBalancesRequest>): QueryCoinBalancesRequest;
|
|
16
16
|
};
|
|
17
17
|
export declare const QueryCoinBalancesResponse: {
|
|
18
18
|
encode(message: QueryCoinBalancesResponse, writer?: _m0.Writer): _m0.Writer;
|
|
19
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
19
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryCoinBalancesResponse;
|
|
20
20
|
fromJSON(object: any): QueryCoinBalancesResponse;
|
|
21
21
|
toJSON(message: QueryCoinBalancesResponse): unknown;
|
|
22
22
|
fromPartial(object: DeepPartial<QueryCoinBalancesResponse>): QueryCoinBalancesResponse;
|
|
@@ -34,8 +34,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
34
34
|
interface Rpc {
|
|
35
35
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
export
|
|
37
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
38
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
39
39
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
40
40
|
} : Partial<T>;
|
|
41
41
|
export {};
|
|
@@ -12,14 +12,14 @@ export interface MsgTopUpInsuranceResponse {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const MsgTopUpInsurance: {
|
|
14
14
|
encode(message: MsgTopUpInsurance, writer?: _m0.Writer): _m0.Writer;
|
|
15
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
15
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgTopUpInsurance;
|
|
16
16
|
fromJSON(object: any): MsgTopUpInsurance;
|
|
17
17
|
toJSON(message: MsgTopUpInsurance): unknown;
|
|
18
18
|
fromPartial(object: DeepPartial<MsgTopUpInsurance>): MsgTopUpInsurance;
|
|
19
19
|
};
|
|
20
20
|
export declare const MsgTopUpInsuranceResponse: {
|
|
21
21
|
encode(_: MsgTopUpInsuranceResponse, writer?: _m0.Writer): _m0.Writer;
|
|
22
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
22
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgTopUpInsuranceResponse;
|
|
23
23
|
fromJSON(_: any): MsgTopUpInsuranceResponse;
|
|
24
24
|
toJSON(_: MsgTopUpInsuranceResponse): unknown;
|
|
25
25
|
fromPartial(_: DeepPartial<MsgTopUpInsuranceResponse>): MsgTopUpInsuranceResponse;
|
|
@@ -37,8 +37,8 @@ export declare class MsgClientImpl implements Msg {
|
|
|
37
37
|
interface Rpc {
|
|
38
38
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
export
|
|
40
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
41
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
42
42
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
43
43
|
} : Partial<T>;
|
|
44
44
|
export {};
|
|
@@ -9,13 +9,13 @@ export interface LeverageEvent {
|
|
|
9
9
|
}
|
|
10
10
|
export declare const LeverageEvent: {
|
|
11
11
|
encode(message: LeverageEvent, writer?: _m0.Writer): _m0.Writer;
|
|
12
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
12
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): LeverageEvent;
|
|
13
13
|
fromJSON(object: any): LeverageEvent;
|
|
14
14
|
toJSON(message: LeverageEvent): unknown;
|
|
15
15
|
fromPartial(object: DeepPartial<LeverageEvent>): LeverageEvent;
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
export
|
|
17
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
18
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
19
19
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
20
20
|
} : Partial<T>;
|
|
21
21
|
export {};
|
|
@@ -12,13 +12,13 @@ export interface GenesisState {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const GenesisState: {
|
|
14
14
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
15
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
15
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
16
16
|
fromJSON(object: any): GenesisState;
|
|
17
17
|
toJSON(message: GenesisState): unknown;
|
|
18
18
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
export
|
|
20
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
21
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
22
22
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
23
23
|
} : Partial<T>;
|
|
24
24
|
export {};
|
|
@@ -11,20 +11,20 @@ export interface MarketLeverageRecord {
|
|
|
11
11
|
}
|
|
12
12
|
export declare const MarketLeverage: {
|
|
13
13
|
encode(message: MarketLeverage, writer?: _m0.Writer): _m0.Writer;
|
|
14
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
14
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MarketLeverage;
|
|
15
15
|
fromJSON(object: any): MarketLeverage;
|
|
16
16
|
toJSON(message: MarketLeverage): unknown;
|
|
17
17
|
fromPartial(object: DeepPartial<MarketLeverage>): MarketLeverage;
|
|
18
18
|
};
|
|
19
19
|
export declare const MarketLeverageRecord: {
|
|
20
20
|
encode(message: MarketLeverageRecord, writer?: _m0.Writer): _m0.Writer;
|
|
21
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
21
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MarketLeverageRecord;
|
|
22
22
|
fromJSON(object: any): MarketLeverageRecord;
|
|
23
23
|
toJSON(message: MarketLeverageRecord): unknown;
|
|
24
24
|
fromPartial(object: DeepPartial<MarketLeverageRecord>): MarketLeverageRecord;
|
|
25
25
|
};
|
|
26
|
-
|
|
27
|
-
export
|
|
26
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
27
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
28
28
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
29
29
|
} : Partial<T>;
|
|
30
30
|
export {};
|
|
@@ -18,28 +18,28 @@ export interface QueryAllLeverageResponse {
|
|
|
18
18
|
}
|
|
19
19
|
export declare const QueryGetLeverageRequest: {
|
|
20
20
|
encode(message: QueryGetLeverageRequest, writer?: _m0.Writer): _m0.Writer;
|
|
21
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
21
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetLeverageRequest;
|
|
22
22
|
fromJSON(object: any): QueryGetLeverageRequest;
|
|
23
23
|
toJSON(message: QueryGetLeverageRequest): unknown;
|
|
24
24
|
fromPartial(object: DeepPartial<QueryGetLeverageRequest>): QueryGetLeverageRequest;
|
|
25
25
|
};
|
|
26
26
|
export declare const QueryGetLeverageResponse: {
|
|
27
27
|
encode(message: QueryGetLeverageResponse, writer?: _m0.Writer): _m0.Writer;
|
|
28
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
28
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetLeverageResponse;
|
|
29
29
|
fromJSON(object: any): QueryGetLeverageResponse;
|
|
30
30
|
toJSON(message: QueryGetLeverageResponse): unknown;
|
|
31
31
|
fromPartial(object: DeepPartial<QueryGetLeverageResponse>): QueryGetLeverageResponse;
|
|
32
32
|
};
|
|
33
33
|
export declare const QueryAllLeverageRequest: {
|
|
34
34
|
encode(message: QueryAllLeverageRequest, writer?: _m0.Writer): _m0.Writer;
|
|
35
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
35
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllLeverageRequest;
|
|
36
36
|
fromJSON(object: any): QueryAllLeverageRequest;
|
|
37
37
|
toJSON(message: QueryAllLeverageRequest): unknown;
|
|
38
38
|
fromPartial(object: DeepPartial<QueryAllLeverageRequest>): QueryAllLeverageRequest;
|
|
39
39
|
};
|
|
40
40
|
export declare const QueryAllLeverageResponse: {
|
|
41
41
|
encode(message: QueryAllLeverageResponse, writer?: _m0.Writer): _m0.Writer;
|
|
42
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
42
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllLeverageResponse;
|
|
43
43
|
fromJSON(object: any): QueryAllLeverageResponse;
|
|
44
44
|
toJSON(message: QueryAllLeverageResponse): unknown;
|
|
45
45
|
fromPartial(object: DeepPartial<QueryAllLeverageResponse>): QueryAllLeverageResponse;
|
|
@@ -63,8 +63,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
63
63
|
interface Rpc {
|
|
64
64
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
export
|
|
66
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
67
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
68
68
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
69
69
|
} : Partial<T>;
|
|
70
70
|
export {};
|
|
@@ -11,14 +11,14 @@ export interface MsgSetLeverageResponse {
|
|
|
11
11
|
}
|
|
12
12
|
export declare const MsgSetLeverage: {
|
|
13
13
|
encode(message: MsgSetLeverage, writer?: _m0.Writer): _m0.Writer;
|
|
14
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
14
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetLeverage;
|
|
15
15
|
fromJSON(object: any): MsgSetLeverage;
|
|
16
16
|
toJSON(message: MsgSetLeverage): unknown;
|
|
17
17
|
fromPartial(object: DeepPartial<MsgSetLeverage>): MsgSetLeverage;
|
|
18
18
|
};
|
|
19
19
|
export declare const MsgSetLeverageResponse: {
|
|
20
20
|
encode(_: MsgSetLeverageResponse, writer?: _m0.Writer): _m0.Writer;
|
|
21
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
21
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSetLeverageResponse;
|
|
22
22
|
fromJSON(_: any): MsgSetLeverageResponse;
|
|
23
23
|
toJSON(_: MsgSetLeverageResponse): unknown;
|
|
24
24
|
fromPartial(_: DeepPartial<MsgSetLeverageResponse>): MsgSetLeverageResponse;
|
|
@@ -36,8 +36,8 @@ export declare class MsgClientImpl implements Msg {
|
|
|
36
36
|
interface Rpc {
|
|
37
37
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
export
|
|
39
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
40
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
41
41
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
42
42
|
} : Partial<T>;
|
|
43
43
|
export {};
|
|
@@ -18,20 +18,20 @@ export interface GenesisState_OutstandingPositionsEntry {
|
|
|
18
18
|
}
|
|
19
19
|
export declare const GenesisState: {
|
|
20
20
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
21
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
21
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
22
22
|
fromJSON(object: any): GenesisState;
|
|
23
23
|
toJSON(message: GenesisState): unknown;
|
|
24
24
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
25
25
|
};
|
|
26
26
|
export declare const GenesisState_OutstandingPositionsEntry: {
|
|
27
27
|
encode(message: GenesisState_OutstandingPositionsEntry, writer?: _m0.Writer): _m0.Writer;
|
|
28
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
28
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_OutstandingPositionsEntry;
|
|
29
29
|
fromJSON(object: any): GenesisState_OutstandingPositionsEntry;
|
|
30
30
|
toJSON(message: GenesisState_OutstandingPositionsEntry): unknown;
|
|
31
31
|
fromPartial(object: DeepPartial<GenesisState_OutstandingPositionsEntry>): GenesisState_OutstandingPositionsEntry;
|
|
32
32
|
};
|
|
33
|
-
|
|
34
|
-
export
|
|
33
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
34
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
35
35
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
36
36
|
} : Partial<T>;
|
|
37
37
|
export {};
|
|
@@ -5,13 +5,13 @@ export interface Params {
|
|
|
5
5
|
}
|
|
6
6
|
export declare const Params: {
|
|
7
7
|
encode(_: Params, writer?: _m0.Writer): _m0.Writer;
|
|
8
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
8
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Params;
|
|
9
9
|
fromJSON(_: any): Params;
|
|
10
10
|
toJSON(_: Params): unknown;
|
|
11
11
|
fromPartial(_: DeepPartial<Params>): Params;
|
|
12
12
|
};
|
|
13
|
-
|
|
14
|
-
export
|
|
13
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
14
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
15
15
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
16
16
|
} : Partial<T>;
|
|
17
17
|
export {};
|
|
@@ -14,20 +14,20 @@ export interface OutstandingPositions {
|
|
|
14
14
|
}
|
|
15
15
|
export declare const OutstandingPosition: {
|
|
16
16
|
encode(message: OutstandingPosition, writer?: _m0.Writer): _m0.Writer;
|
|
17
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
17
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): OutstandingPosition;
|
|
18
18
|
fromJSON(object: any): OutstandingPosition;
|
|
19
19
|
toJSON(message: OutstandingPosition): unknown;
|
|
20
20
|
fromPartial(object: DeepPartial<OutstandingPosition>): OutstandingPosition;
|
|
21
21
|
};
|
|
22
22
|
export declare const OutstandingPositions: {
|
|
23
23
|
encode(message: OutstandingPositions, writer?: _m0.Writer): _m0.Writer;
|
|
24
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
24
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): OutstandingPositions;
|
|
25
25
|
fromJSON(object: any): OutstandingPositions;
|
|
26
26
|
toJSON(message: OutstandingPositions): unknown;
|
|
27
27
|
fromPartial(object: DeepPartial<OutstandingPositions>): OutstandingPositions;
|
|
28
28
|
};
|
|
29
|
-
|
|
30
|
-
export
|
|
29
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
30
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
31
31
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
32
32
|
} : Partial<T>;
|
|
33
33
|
export {};
|
|
@@ -29,28 +29,28 @@ export interface QueryParamsResponse {
|
|
|
29
29
|
}
|
|
30
30
|
export declare const QueryAllLiquidationRequest: {
|
|
31
31
|
encode(message: QueryAllLiquidationRequest, writer?: _m0.Writer): _m0.Writer;
|
|
32
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
32
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllLiquidationRequest;
|
|
33
33
|
fromJSON(object: any): QueryAllLiquidationRequest;
|
|
34
34
|
toJSON(message: QueryAllLiquidationRequest): unknown;
|
|
35
35
|
fromPartial(object: DeepPartial<QueryAllLiquidationRequest>): QueryAllLiquidationRequest;
|
|
36
36
|
};
|
|
37
37
|
export declare const QueryAllLiquidationResponse: {
|
|
38
38
|
encode(message: QueryAllLiquidationResponse, writer?: _m0.Writer): _m0.Writer;
|
|
39
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
39
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllLiquidationResponse;
|
|
40
40
|
fromJSON(object: any): QueryAllLiquidationResponse;
|
|
41
41
|
toJSON(message: QueryAllLiquidationResponse): unknown;
|
|
42
42
|
fromPartial(object: DeepPartial<QueryAllLiquidationResponse>): QueryAllLiquidationResponse;
|
|
43
43
|
};
|
|
44
44
|
export declare const QueryParamsRequest: {
|
|
45
45
|
encode(_: QueryParamsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
46
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
46
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryParamsRequest;
|
|
47
47
|
fromJSON(_: any): QueryParamsRequest;
|
|
48
48
|
toJSON(_: QueryParamsRequest): unknown;
|
|
49
49
|
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
50
50
|
};
|
|
51
51
|
export declare const QueryParamsResponse: {
|
|
52
52
|
encode(message: QueryParamsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
53
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
53
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryParamsResponse;
|
|
54
54
|
fromJSON(object: any): QueryParamsResponse;
|
|
55
55
|
toJSON(message: QueryParamsResponse): unknown;
|
|
56
56
|
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
@@ -70,8 +70,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
70
70
|
interface Rpc {
|
|
71
71
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
72
72
|
}
|
|
73
|
-
|
|
74
|
-
export
|
|
73
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
74
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
75
75
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
76
76
|
} : Partial<T>;
|
|
77
77
|
export {};
|
|
@@ -10,13 +10,13 @@ export interface QuoteChanges {
|
|
|
10
10
|
}
|
|
11
11
|
export declare const QuoteChanges: {
|
|
12
12
|
encode(message: QuoteChanges, writer?: _m0.Writer): _m0.Writer;
|
|
13
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
13
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QuoteChanges;
|
|
14
14
|
fromJSON(object: any): QuoteChanges;
|
|
15
15
|
toJSON(message: QuoteChanges): unknown;
|
|
16
16
|
fromPartial(object: DeepPartial<QuoteChanges>): QuoteChanges;
|
|
17
17
|
};
|
|
18
|
-
|
|
19
|
-
export
|
|
18
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
19
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
20
20
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
21
21
|
} : Partial<T>;
|
|
22
22
|
export {};
|
|
@@ -86,97 +86,97 @@ export interface ClaimEvent {
|
|
|
86
86
|
}
|
|
87
87
|
export declare const PoolEvent: {
|
|
88
88
|
encode(message: PoolEvent, writer?: _m0.Writer): _m0.Writer;
|
|
89
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
89
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PoolEvent;
|
|
90
90
|
fromJSON(object: any): PoolEvent;
|
|
91
91
|
toJSON(message: PoolEvent): unknown;
|
|
92
92
|
fromPartial(object: DeepPartial<PoolEvent>): PoolEvent;
|
|
93
93
|
};
|
|
94
94
|
export declare const TotalCommitmentChangeEvent: {
|
|
95
95
|
encode(message: TotalCommitmentChangeEvent, writer?: _m0.Writer): _m0.Writer;
|
|
96
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
96
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): TotalCommitmentChangeEvent;
|
|
97
97
|
fromJSON(object: any): TotalCommitmentChangeEvent;
|
|
98
98
|
toJSON(message: TotalCommitmentChangeEvent): unknown;
|
|
99
99
|
fromPartial(object: DeepPartial<TotalCommitmentChangeEvent>): TotalCommitmentChangeEvent;
|
|
100
100
|
};
|
|
101
101
|
export declare const RewardsWeightChangeEvent: {
|
|
102
102
|
encode(message: RewardsWeightChangeEvent, writer?: _m0.Writer): _m0.Writer;
|
|
103
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
103
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): RewardsWeightChangeEvent;
|
|
104
104
|
fromJSON(object: any): RewardsWeightChangeEvent;
|
|
105
105
|
toJSON(message: RewardsWeightChangeEvent): unknown;
|
|
106
106
|
fromPartial(object: DeepPartial<RewardsWeightChangeEvent>): RewardsWeightChangeEvent;
|
|
107
107
|
};
|
|
108
108
|
export declare const RewardCurveChangeEvent: {
|
|
109
109
|
encode(message: RewardCurveChangeEvent, writer?: _m0.Writer): _m0.Writer;
|
|
110
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
110
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): RewardCurveChangeEvent;
|
|
111
111
|
fromJSON(object: any): RewardCurveChangeEvent;
|
|
112
112
|
toJSON(message: RewardCurveChangeEvent): unknown;
|
|
113
113
|
fromPartial(object: DeepPartial<RewardCurveChangeEvent>): RewardCurveChangeEvent;
|
|
114
114
|
};
|
|
115
115
|
export declare const CommitmentCurveEvent: {
|
|
116
116
|
encode(message: CommitmentCurveEvent, writer?: _m0.Writer): _m0.Writer;
|
|
117
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
117
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): CommitmentCurveEvent;
|
|
118
118
|
fromJSON(object: any): CommitmentCurveEvent;
|
|
119
119
|
toJSON(message: CommitmentCurveEvent): unknown;
|
|
120
120
|
fromPartial(object: DeepPartial<CommitmentCurveEvent>): CommitmentCurveEvent;
|
|
121
121
|
};
|
|
122
122
|
export declare const CommitmentEvent: {
|
|
123
123
|
encode(message: CommitmentEvent, writer?: _m0.Writer): _m0.Writer;
|
|
124
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
124
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): CommitmentEvent;
|
|
125
125
|
fromJSON(object: any): CommitmentEvent;
|
|
126
126
|
toJSON(message: CommitmentEvent): unknown;
|
|
127
127
|
fromPartial(object: DeepPartial<CommitmentEvent>): CommitmentEvent;
|
|
128
128
|
};
|
|
129
129
|
export declare const SwapEvent: {
|
|
130
130
|
encode(message: SwapEvent, writer?: _m0.Writer): _m0.Writer;
|
|
131
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
131
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): SwapEvent;
|
|
132
132
|
fromJSON(object: any): SwapEvent;
|
|
133
133
|
toJSON(message: SwapEvent): unknown;
|
|
134
134
|
fromPartial(object: DeepPartial<SwapEvent>): SwapEvent;
|
|
135
135
|
};
|
|
136
136
|
export declare const DepositToPoolEvent: {
|
|
137
137
|
encode(message: DepositToPoolEvent, writer?: _m0.Writer): _m0.Writer;
|
|
138
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
138
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DepositToPoolEvent;
|
|
139
139
|
fromJSON(object: any): DepositToPoolEvent;
|
|
140
140
|
toJSON(message: DepositToPoolEvent): unknown;
|
|
141
141
|
fromPartial(object: DeepPartial<DepositToPoolEvent>): DepositToPoolEvent;
|
|
142
142
|
};
|
|
143
143
|
export declare const WithdrawFromPoolEvent: {
|
|
144
144
|
encode(message: WithdrawFromPoolEvent, writer?: _m0.Writer): _m0.Writer;
|
|
145
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
145
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): WithdrawFromPoolEvent;
|
|
146
146
|
fromJSON(object: any): WithdrawFromPoolEvent;
|
|
147
147
|
toJSON(message: WithdrawFromPoolEvent): unknown;
|
|
148
148
|
fromPartial(object: DeepPartial<WithdrawFromPoolEvent>): WithdrawFromPoolEvent;
|
|
149
149
|
};
|
|
150
150
|
export declare const StakePoolTokenEvent: {
|
|
151
151
|
encode(message: StakePoolTokenEvent, writer?: _m0.Writer): _m0.Writer;
|
|
152
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
152
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): StakePoolTokenEvent;
|
|
153
153
|
fromJSON(object: any): StakePoolTokenEvent;
|
|
154
154
|
toJSON(message: StakePoolTokenEvent): unknown;
|
|
155
155
|
fromPartial(object: DeepPartial<StakePoolTokenEvent>): StakePoolTokenEvent;
|
|
156
156
|
};
|
|
157
157
|
export declare const UnstakePoolTokenEvent: {
|
|
158
158
|
encode(message: UnstakePoolTokenEvent, writer?: _m0.Writer): _m0.Writer;
|
|
159
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
159
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): UnstakePoolTokenEvent;
|
|
160
160
|
fromJSON(object: any): UnstakePoolTokenEvent;
|
|
161
161
|
toJSON(message: UnstakePoolTokenEvent): unknown;
|
|
162
162
|
fromPartial(object: DeepPartial<UnstakePoolTokenEvent>): UnstakePoolTokenEvent;
|
|
163
163
|
};
|
|
164
164
|
export declare const RewardsAccumulatedEvent: {
|
|
165
165
|
encode(message: RewardsAccumulatedEvent, writer?: _m0.Writer): _m0.Writer;
|
|
166
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
166
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): RewardsAccumulatedEvent;
|
|
167
167
|
fromJSON(object: any): RewardsAccumulatedEvent;
|
|
168
168
|
toJSON(message: RewardsAccumulatedEvent): unknown;
|
|
169
169
|
fromPartial(object: DeepPartial<RewardsAccumulatedEvent>): RewardsAccumulatedEvent;
|
|
170
170
|
};
|
|
171
171
|
export declare const ClaimEvent: {
|
|
172
172
|
encode(message: ClaimEvent, writer?: _m0.Writer): _m0.Writer;
|
|
173
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
173
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ClaimEvent;
|
|
174
174
|
fromJSON(object: any): ClaimEvent;
|
|
175
175
|
toJSON(message: ClaimEvent): unknown;
|
|
176
176
|
fromPartial(object: DeepPartial<ClaimEvent>): ClaimEvent;
|
|
177
177
|
};
|
|
178
|
-
|
|
179
|
-
export
|
|
178
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
179
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
180
180
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
181
181
|
} : Partial<T>;
|
|
182
182
|
export {};
|
|
@@ -20,13 +20,13 @@ export interface GenesisState {
|
|
|
20
20
|
}
|
|
21
21
|
export declare const GenesisState: {
|
|
22
22
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
23
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
24
24
|
fromJSON(object: any): GenesisState;
|
|
25
25
|
toJSON(message: GenesisState): unknown;
|
|
26
26
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
27
27
|
};
|
|
28
|
-
|
|
29
|
-
export
|
|
28
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
29
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
30
30
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
31
31
|
} : Partial<T>;
|
|
32
32
|
export {};
|