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
|
@@ -21,20 +21,20 @@ export interface GenesisState {
|
|
|
21
21
|
}
|
|
22
22
|
export declare const GenesisOwners: {
|
|
23
23
|
encode(message: GenesisOwners, writer?: _m0.Writer): _m0.Writer;
|
|
24
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
24
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisOwners;
|
|
25
25
|
fromJSON(object: any): GenesisOwners;
|
|
26
26
|
toJSON(message: GenesisOwners): unknown;
|
|
27
27
|
fromPartial(object: DeepPartial<GenesisOwners>): GenesisOwners;
|
|
28
28
|
};
|
|
29
29
|
export declare const GenesisState: {
|
|
30
30
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
31
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
31
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
32
32
|
fromJSON(object: any): GenesisState;
|
|
33
33
|
toJSON(message: GenesisState): unknown;
|
|
34
34
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
35
35
|
};
|
|
36
|
-
|
|
37
|
-
export
|
|
36
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
37
|
+
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 {} ? {
|
|
38
38
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
39
39
|
} : Partial<T>;
|
|
40
40
|
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 {};
|
|
@@ -12,14 +12,14 @@ export interface MsgVerifyInvariantResponse {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const MsgVerifyInvariant: {
|
|
14
14
|
encode(message: MsgVerifyInvariant, writer?: _m0.Writer): _m0.Writer;
|
|
15
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
15
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgVerifyInvariant;
|
|
16
16
|
fromJSON(object: any): MsgVerifyInvariant;
|
|
17
17
|
toJSON(message: MsgVerifyInvariant): unknown;
|
|
18
18
|
fromPartial(object: DeepPartial<MsgVerifyInvariant>): MsgVerifyInvariant;
|
|
19
19
|
};
|
|
20
20
|
export declare const MsgVerifyInvariantResponse: {
|
|
21
21
|
encode(_: MsgVerifyInvariantResponse, writer?: _m0.Writer): _m0.Writer;
|
|
22
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
22
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgVerifyInvariantResponse;
|
|
23
23
|
fromJSON(_: any): MsgVerifyInvariantResponse;
|
|
24
24
|
toJSON(_: MsgVerifyInvariantResponse): unknown;
|
|
25
25
|
fromPartial(_: DeepPartial<MsgVerifyInvariantResponse>): MsgVerifyInvariantResponse;
|
|
@@ -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 {};
|
|
@@ -20,20 +20,20 @@ export interface PrivKey {
|
|
|
20
20
|
}
|
|
21
21
|
export declare const PubKey: {
|
|
22
22
|
encode(message: PubKey, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
23
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PubKey;
|
|
24
24
|
fromJSON(object: any): PubKey;
|
|
25
25
|
toJSON(message: PubKey): unknown;
|
|
26
26
|
fromPartial(object: DeepPartial<PubKey>): PubKey;
|
|
27
27
|
};
|
|
28
28
|
export declare const PrivKey: {
|
|
29
29
|
encode(message: PrivKey, writer?: _m0.Writer): _m0.Writer;
|
|
30
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
30
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PrivKey;
|
|
31
31
|
fromJSON(object: any): PrivKey;
|
|
32
32
|
toJSON(message: PrivKey): unknown;
|
|
33
33
|
fromPartial(object: DeepPartial<PrivKey>): PrivKey;
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
export
|
|
35
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
36
|
+
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 {} ? {
|
|
37
37
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
38
38
|
} : Partial<T>;
|
|
39
39
|
export {};
|
|
@@ -20,13 +20,13 @@ export interface BIP44Params {
|
|
|
20
20
|
}
|
|
21
21
|
export declare const BIP44Params: {
|
|
22
22
|
encode(message: BIP44Params, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
23
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): BIP44Params;
|
|
24
24
|
fromJSON(object: any): BIP44Params;
|
|
25
25
|
toJSON(message: BIP44Params): unknown;
|
|
26
26
|
fromPartial(object: DeepPartial<BIP44Params>): BIP44Params;
|
|
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 {};
|
|
@@ -38,41 +38,41 @@ export interface Record_Offline {
|
|
|
38
38
|
}
|
|
39
39
|
export declare const Record: {
|
|
40
40
|
encode(message: Record, writer?: _m0.Writer): _m0.Writer;
|
|
41
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
41
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Record;
|
|
42
42
|
fromJSON(object: any): Record;
|
|
43
43
|
toJSON(message: Record): unknown;
|
|
44
44
|
fromPartial(object: DeepPartial<Record>): Record;
|
|
45
45
|
};
|
|
46
46
|
export declare const Record_Local: {
|
|
47
47
|
encode(message: Record_Local, writer?: _m0.Writer): _m0.Writer;
|
|
48
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
48
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Record_Local;
|
|
49
49
|
fromJSON(object: any): Record_Local;
|
|
50
50
|
toJSON(message: Record_Local): unknown;
|
|
51
51
|
fromPartial(object: DeepPartial<Record_Local>): Record_Local;
|
|
52
52
|
};
|
|
53
53
|
export declare const Record_Ledger: {
|
|
54
54
|
encode(message: Record_Ledger, writer?: _m0.Writer): _m0.Writer;
|
|
55
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
55
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Record_Ledger;
|
|
56
56
|
fromJSON(object: any): Record_Ledger;
|
|
57
57
|
toJSON(message: Record_Ledger): unknown;
|
|
58
58
|
fromPartial(object: DeepPartial<Record_Ledger>): Record_Ledger;
|
|
59
59
|
};
|
|
60
60
|
export declare const Record_Multi: {
|
|
61
61
|
encode(_: Record_Multi, writer?: _m0.Writer): _m0.Writer;
|
|
62
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
62
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Record_Multi;
|
|
63
63
|
fromJSON(_: any): Record_Multi;
|
|
64
64
|
toJSON(_: Record_Multi): unknown;
|
|
65
65
|
fromPartial(_: DeepPartial<Record_Multi>): Record_Multi;
|
|
66
66
|
};
|
|
67
67
|
export declare const Record_Offline: {
|
|
68
68
|
encode(_: Record_Offline, writer?: _m0.Writer): _m0.Writer;
|
|
69
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
69
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Record_Offline;
|
|
70
70
|
fromJSON(_: any): Record_Offline;
|
|
71
71
|
toJSON(_: Record_Offline): unknown;
|
|
72
72
|
fromPartial(_: DeepPartial<Record_Offline>): Record_Offline;
|
|
73
73
|
};
|
|
74
|
-
|
|
75
|
-
export
|
|
74
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
75
|
+
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 {} ? {
|
|
76
76
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
77
77
|
} : Partial<T>;
|
|
78
78
|
export {};
|
|
@@ -13,13 +13,13 @@ export interface LegacyAminoPubKey {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const LegacyAminoPubKey: {
|
|
15
15
|
encode(message: LegacyAminoPubKey, writer?: _m0.Writer): _m0.Writer;
|
|
16
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
16
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): LegacyAminoPubKey;
|
|
17
17
|
fromJSON(object: any): LegacyAminoPubKey;
|
|
18
18
|
toJSON(message: LegacyAminoPubKey): unknown;
|
|
19
19
|
fromPartial(object: DeepPartial<LegacyAminoPubKey>): LegacyAminoPubKey;
|
|
20
20
|
};
|
|
21
|
-
|
|
22
|
-
export
|
|
21
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
22
|
+
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 {} ? {
|
|
23
23
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
24
24
|
} : Partial<T>;
|
|
25
25
|
export {};
|
|
@@ -21,20 +21,20 @@ export interface CompactBitArray {
|
|
|
21
21
|
}
|
|
22
22
|
export declare const MultiSignature: {
|
|
23
23
|
encode(message: MultiSignature, writer?: _m0.Writer): _m0.Writer;
|
|
24
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
24
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MultiSignature;
|
|
25
25
|
fromJSON(object: any): MultiSignature;
|
|
26
26
|
toJSON(message: MultiSignature): unknown;
|
|
27
27
|
fromPartial(object: DeepPartial<MultiSignature>): MultiSignature;
|
|
28
28
|
};
|
|
29
29
|
export declare const CompactBitArray: {
|
|
30
30
|
encode(message: CompactBitArray, writer?: _m0.Writer): _m0.Writer;
|
|
31
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
31
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): CompactBitArray;
|
|
32
32
|
fromJSON(object: any): CompactBitArray;
|
|
33
33
|
toJSON(message: CompactBitArray): unknown;
|
|
34
34
|
fromPartial(object: DeepPartial<CompactBitArray>): CompactBitArray;
|
|
35
35
|
};
|
|
36
|
-
|
|
37
|
-
export
|
|
36
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
37
|
+
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 {} ? {
|
|
38
38
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
39
39
|
} : Partial<T>;
|
|
40
40
|
export {};
|
|
@@ -17,20 +17,20 @@ export interface PrivKey {
|
|
|
17
17
|
}
|
|
18
18
|
export declare const PubKey: {
|
|
19
19
|
encode(message: PubKey, writer?: _m0.Writer): _m0.Writer;
|
|
20
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
20
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PubKey;
|
|
21
21
|
fromJSON(object: any): PubKey;
|
|
22
22
|
toJSON(message: PubKey): unknown;
|
|
23
23
|
fromPartial(object: DeepPartial<PubKey>): PubKey;
|
|
24
24
|
};
|
|
25
25
|
export declare const PrivKey: {
|
|
26
26
|
encode(message: PrivKey, writer?: _m0.Writer): _m0.Writer;
|
|
27
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
27
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PrivKey;
|
|
28
28
|
fromJSON(object: any): PrivKey;
|
|
29
29
|
toJSON(message: PrivKey): unknown;
|
|
30
30
|
fromPartial(object: DeepPartial<PrivKey>): PrivKey;
|
|
31
31
|
};
|
|
32
|
-
|
|
33
|
-
export
|
|
32
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
33
|
+
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 {} ? {
|
|
34
34
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
35
35
|
} : Partial<T>;
|
|
36
36
|
export {};
|
|
@@ -17,20 +17,20 @@ export interface PrivKey {
|
|
|
17
17
|
}
|
|
18
18
|
export declare const PubKey: {
|
|
19
19
|
encode(message: PubKey, writer?: _m0.Writer): _m0.Writer;
|
|
20
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
20
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PubKey;
|
|
21
21
|
fromJSON(object: any): PubKey;
|
|
22
22
|
toJSON(message: PubKey): unknown;
|
|
23
23
|
fromPartial(object: DeepPartial<PubKey>): PubKey;
|
|
24
24
|
};
|
|
25
25
|
export declare const PrivKey: {
|
|
26
26
|
encode(message: PrivKey, writer?: _m0.Writer): _m0.Writer;
|
|
27
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
27
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PrivKey;
|
|
28
28
|
fromJSON(object: any): PrivKey;
|
|
29
29
|
toJSON(message: PrivKey): unknown;
|
|
30
30
|
fromPartial(object: DeepPartial<PrivKey>): PrivKey;
|
|
31
31
|
};
|
|
32
|
-
|
|
33
|
-
export
|
|
32
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
33
|
+
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 {} ? {
|
|
34
34
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
35
35
|
} : Partial<T>;
|
|
36
36
|
export {};
|
|
@@ -117,90 +117,90 @@ export interface CommunityPoolSpendProposalWithDeposit {
|
|
|
117
117
|
}
|
|
118
118
|
export declare const Params: {
|
|
119
119
|
encode(message: Params, writer?: _m0.Writer): _m0.Writer;
|
|
120
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
120
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Params;
|
|
121
121
|
fromJSON(object: any): Params;
|
|
122
122
|
toJSON(message: Params): unknown;
|
|
123
123
|
fromPartial(object: DeepPartial<Params>): Params;
|
|
124
124
|
};
|
|
125
125
|
export declare const ValidatorHistoricalRewards: {
|
|
126
126
|
encode(message: ValidatorHistoricalRewards, writer?: _m0.Writer): _m0.Writer;
|
|
127
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
127
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorHistoricalRewards;
|
|
128
128
|
fromJSON(object: any): ValidatorHistoricalRewards;
|
|
129
129
|
toJSON(message: ValidatorHistoricalRewards): unknown;
|
|
130
130
|
fromPartial(object: DeepPartial<ValidatorHistoricalRewards>): ValidatorHistoricalRewards;
|
|
131
131
|
};
|
|
132
132
|
export declare const ValidatorCurrentRewards: {
|
|
133
133
|
encode(message: ValidatorCurrentRewards, writer?: _m0.Writer): _m0.Writer;
|
|
134
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
134
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorCurrentRewards;
|
|
135
135
|
fromJSON(object: any): ValidatorCurrentRewards;
|
|
136
136
|
toJSON(message: ValidatorCurrentRewards): unknown;
|
|
137
137
|
fromPartial(object: DeepPartial<ValidatorCurrentRewards>): ValidatorCurrentRewards;
|
|
138
138
|
};
|
|
139
139
|
export declare const ValidatorAccumulatedCommission: {
|
|
140
140
|
encode(message: ValidatorAccumulatedCommission, writer?: _m0.Writer): _m0.Writer;
|
|
141
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
141
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorAccumulatedCommission;
|
|
142
142
|
fromJSON(object: any): ValidatorAccumulatedCommission;
|
|
143
143
|
toJSON(message: ValidatorAccumulatedCommission): unknown;
|
|
144
144
|
fromPartial(object: DeepPartial<ValidatorAccumulatedCommission>): ValidatorAccumulatedCommission;
|
|
145
145
|
};
|
|
146
146
|
export declare const ValidatorOutstandingRewards: {
|
|
147
147
|
encode(message: ValidatorOutstandingRewards, writer?: _m0.Writer): _m0.Writer;
|
|
148
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
148
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorOutstandingRewards;
|
|
149
149
|
fromJSON(object: any): ValidatorOutstandingRewards;
|
|
150
150
|
toJSON(message: ValidatorOutstandingRewards): unknown;
|
|
151
151
|
fromPartial(object: DeepPartial<ValidatorOutstandingRewards>): ValidatorOutstandingRewards;
|
|
152
152
|
};
|
|
153
153
|
export declare const ValidatorSlashEvent: {
|
|
154
154
|
encode(message: ValidatorSlashEvent, writer?: _m0.Writer): _m0.Writer;
|
|
155
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
155
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorSlashEvent;
|
|
156
156
|
fromJSON(object: any): ValidatorSlashEvent;
|
|
157
157
|
toJSON(message: ValidatorSlashEvent): unknown;
|
|
158
158
|
fromPartial(object: DeepPartial<ValidatorSlashEvent>): ValidatorSlashEvent;
|
|
159
159
|
};
|
|
160
160
|
export declare const ValidatorSlashEvents: {
|
|
161
161
|
encode(message: ValidatorSlashEvents, writer?: _m0.Writer): _m0.Writer;
|
|
162
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
162
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorSlashEvents;
|
|
163
163
|
fromJSON(object: any): ValidatorSlashEvents;
|
|
164
164
|
toJSON(message: ValidatorSlashEvents): unknown;
|
|
165
165
|
fromPartial(object: DeepPartial<ValidatorSlashEvents>): ValidatorSlashEvents;
|
|
166
166
|
};
|
|
167
167
|
export declare const FeePool: {
|
|
168
168
|
encode(message: FeePool, writer?: _m0.Writer): _m0.Writer;
|
|
169
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
169
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FeePool;
|
|
170
170
|
fromJSON(object: any): FeePool;
|
|
171
171
|
toJSON(message: FeePool): unknown;
|
|
172
172
|
fromPartial(object: DeepPartial<FeePool>): FeePool;
|
|
173
173
|
};
|
|
174
174
|
export declare const CommunityPoolSpendProposal: {
|
|
175
175
|
encode(message: CommunityPoolSpendProposal, writer?: _m0.Writer): _m0.Writer;
|
|
176
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
176
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): CommunityPoolSpendProposal;
|
|
177
177
|
fromJSON(object: any): CommunityPoolSpendProposal;
|
|
178
178
|
toJSON(message: CommunityPoolSpendProposal): unknown;
|
|
179
179
|
fromPartial(object: DeepPartial<CommunityPoolSpendProposal>): CommunityPoolSpendProposal;
|
|
180
180
|
};
|
|
181
181
|
export declare const DelegatorStartingInfo: {
|
|
182
182
|
encode(message: DelegatorStartingInfo, writer?: _m0.Writer): _m0.Writer;
|
|
183
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
183
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DelegatorStartingInfo;
|
|
184
184
|
fromJSON(object: any): DelegatorStartingInfo;
|
|
185
185
|
toJSON(message: DelegatorStartingInfo): unknown;
|
|
186
186
|
fromPartial(object: DeepPartial<DelegatorStartingInfo>): DelegatorStartingInfo;
|
|
187
187
|
};
|
|
188
188
|
export declare const DelegationDelegatorReward: {
|
|
189
189
|
encode(message: DelegationDelegatorReward, writer?: _m0.Writer): _m0.Writer;
|
|
190
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
190
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DelegationDelegatorReward;
|
|
191
191
|
fromJSON(object: any): DelegationDelegatorReward;
|
|
192
192
|
toJSON(message: DelegationDelegatorReward): unknown;
|
|
193
193
|
fromPartial(object: DeepPartial<DelegationDelegatorReward>): DelegationDelegatorReward;
|
|
194
194
|
};
|
|
195
195
|
export declare const CommunityPoolSpendProposalWithDeposit: {
|
|
196
196
|
encode(message: CommunityPoolSpendProposalWithDeposit, writer?: _m0.Writer): _m0.Writer;
|
|
197
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
197
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): CommunityPoolSpendProposalWithDeposit;
|
|
198
198
|
fromJSON(object: any): CommunityPoolSpendProposalWithDeposit;
|
|
199
199
|
toJSON(message: CommunityPoolSpendProposalWithDeposit): unknown;
|
|
200
200
|
fromPartial(object: DeepPartial<CommunityPoolSpendProposalWithDeposit>): CommunityPoolSpendProposalWithDeposit;
|
|
201
201
|
};
|
|
202
|
-
|
|
203
|
-
export
|
|
202
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
203
|
+
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 {} ? {
|
|
204
204
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
205
205
|
} : Partial<T>;
|
|
206
206
|
export {};
|
|
@@ -95,62 +95,62 @@ export interface GenesisState {
|
|
|
95
95
|
}
|
|
96
96
|
export declare const DelegatorWithdrawInfo: {
|
|
97
97
|
encode(message: DelegatorWithdrawInfo, writer?: _m0.Writer): _m0.Writer;
|
|
98
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
98
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DelegatorWithdrawInfo;
|
|
99
99
|
fromJSON(object: any): DelegatorWithdrawInfo;
|
|
100
100
|
toJSON(message: DelegatorWithdrawInfo): unknown;
|
|
101
101
|
fromPartial(object: DeepPartial<DelegatorWithdrawInfo>): DelegatorWithdrawInfo;
|
|
102
102
|
};
|
|
103
103
|
export declare const ValidatorOutstandingRewardsRecord: {
|
|
104
104
|
encode(message: ValidatorOutstandingRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
105
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
105
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorOutstandingRewardsRecord;
|
|
106
106
|
fromJSON(object: any): ValidatorOutstandingRewardsRecord;
|
|
107
107
|
toJSON(message: ValidatorOutstandingRewardsRecord): unknown;
|
|
108
108
|
fromPartial(object: DeepPartial<ValidatorOutstandingRewardsRecord>): ValidatorOutstandingRewardsRecord;
|
|
109
109
|
};
|
|
110
110
|
export declare const ValidatorAccumulatedCommissionRecord: {
|
|
111
111
|
encode(message: ValidatorAccumulatedCommissionRecord, writer?: _m0.Writer): _m0.Writer;
|
|
112
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
112
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorAccumulatedCommissionRecord;
|
|
113
113
|
fromJSON(object: any): ValidatorAccumulatedCommissionRecord;
|
|
114
114
|
toJSON(message: ValidatorAccumulatedCommissionRecord): unknown;
|
|
115
115
|
fromPartial(object: DeepPartial<ValidatorAccumulatedCommissionRecord>): ValidatorAccumulatedCommissionRecord;
|
|
116
116
|
};
|
|
117
117
|
export declare const ValidatorHistoricalRewardsRecord: {
|
|
118
118
|
encode(message: ValidatorHistoricalRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
119
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
119
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorHistoricalRewardsRecord;
|
|
120
120
|
fromJSON(object: any): ValidatorHistoricalRewardsRecord;
|
|
121
121
|
toJSON(message: ValidatorHistoricalRewardsRecord): unknown;
|
|
122
122
|
fromPartial(object: DeepPartial<ValidatorHistoricalRewardsRecord>): ValidatorHistoricalRewardsRecord;
|
|
123
123
|
};
|
|
124
124
|
export declare const ValidatorCurrentRewardsRecord: {
|
|
125
125
|
encode(message: ValidatorCurrentRewardsRecord, writer?: _m0.Writer): _m0.Writer;
|
|
126
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
126
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorCurrentRewardsRecord;
|
|
127
127
|
fromJSON(object: any): ValidatorCurrentRewardsRecord;
|
|
128
128
|
toJSON(message: ValidatorCurrentRewardsRecord): unknown;
|
|
129
129
|
fromPartial(object: DeepPartial<ValidatorCurrentRewardsRecord>): ValidatorCurrentRewardsRecord;
|
|
130
130
|
};
|
|
131
131
|
export declare const DelegatorStartingInfoRecord: {
|
|
132
132
|
encode(message: DelegatorStartingInfoRecord, writer?: _m0.Writer): _m0.Writer;
|
|
133
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
133
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DelegatorStartingInfoRecord;
|
|
134
134
|
fromJSON(object: any): DelegatorStartingInfoRecord;
|
|
135
135
|
toJSON(message: DelegatorStartingInfoRecord): unknown;
|
|
136
136
|
fromPartial(object: DeepPartial<DelegatorStartingInfoRecord>): DelegatorStartingInfoRecord;
|
|
137
137
|
};
|
|
138
138
|
export declare const ValidatorSlashEventRecord: {
|
|
139
139
|
encode(message: ValidatorSlashEventRecord, writer?: _m0.Writer): _m0.Writer;
|
|
140
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
140
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ValidatorSlashEventRecord;
|
|
141
141
|
fromJSON(object: any): ValidatorSlashEventRecord;
|
|
142
142
|
toJSON(message: ValidatorSlashEventRecord): unknown;
|
|
143
143
|
fromPartial(object: DeepPartial<ValidatorSlashEventRecord>): ValidatorSlashEventRecord;
|
|
144
144
|
};
|
|
145
145
|
export declare const GenesisState: {
|
|
146
146
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
147
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
147
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
148
148
|
fromJSON(object: any): GenesisState;
|
|
149
149
|
toJSON(message: GenesisState): unknown;
|
|
150
150
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
151
151
|
};
|
|
152
|
-
|
|
153
|
-
export
|
|
152
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
153
|
+
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 {} ? {
|
|
154
154
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
155
155
|
} : Partial<T>;
|
|
156
156
|
export {};
|
|
@@ -165,140 +165,140 @@ export interface QueryLiquidityProviderRewardsResponse {
|
|
|
165
165
|
}
|
|
166
166
|
export declare const QueryParamsRequest: {
|
|
167
167
|
encode(_: QueryParamsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
168
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
168
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryParamsRequest;
|
|
169
169
|
fromJSON(_: any): QueryParamsRequest;
|
|
170
170
|
toJSON(_: QueryParamsRequest): unknown;
|
|
171
171
|
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
172
172
|
};
|
|
173
173
|
export declare const QueryParamsResponse: {
|
|
174
174
|
encode(message: QueryParamsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
175
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
175
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryParamsResponse;
|
|
176
176
|
fromJSON(object: any): QueryParamsResponse;
|
|
177
177
|
toJSON(message: QueryParamsResponse): unknown;
|
|
178
178
|
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
179
179
|
};
|
|
180
180
|
export declare const QueryValidatorOutstandingRewardsRequest: {
|
|
181
181
|
encode(message: QueryValidatorOutstandingRewardsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
182
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
182
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryValidatorOutstandingRewardsRequest;
|
|
183
183
|
fromJSON(object: any): QueryValidatorOutstandingRewardsRequest;
|
|
184
184
|
toJSON(message: QueryValidatorOutstandingRewardsRequest): unknown;
|
|
185
185
|
fromPartial(object: DeepPartial<QueryValidatorOutstandingRewardsRequest>): QueryValidatorOutstandingRewardsRequest;
|
|
186
186
|
};
|
|
187
187
|
export declare const QueryValidatorOutstandingRewardsResponse: {
|
|
188
188
|
encode(message: QueryValidatorOutstandingRewardsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
189
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
189
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryValidatorOutstandingRewardsResponse;
|
|
190
190
|
fromJSON(object: any): QueryValidatorOutstandingRewardsResponse;
|
|
191
191
|
toJSON(message: QueryValidatorOutstandingRewardsResponse): unknown;
|
|
192
192
|
fromPartial(object: DeepPartial<QueryValidatorOutstandingRewardsResponse>): QueryValidatorOutstandingRewardsResponse;
|
|
193
193
|
};
|
|
194
194
|
export declare const QueryValidatorCommissionRequest: {
|
|
195
195
|
encode(message: QueryValidatorCommissionRequest, writer?: _m0.Writer): _m0.Writer;
|
|
196
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
196
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryValidatorCommissionRequest;
|
|
197
197
|
fromJSON(object: any): QueryValidatorCommissionRequest;
|
|
198
198
|
toJSON(message: QueryValidatorCommissionRequest): unknown;
|
|
199
199
|
fromPartial(object: DeepPartial<QueryValidatorCommissionRequest>): QueryValidatorCommissionRequest;
|
|
200
200
|
};
|
|
201
201
|
export declare const QueryValidatorCommissionResponse: {
|
|
202
202
|
encode(message: QueryValidatorCommissionResponse, writer?: _m0.Writer): _m0.Writer;
|
|
203
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
203
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryValidatorCommissionResponse;
|
|
204
204
|
fromJSON(object: any): QueryValidatorCommissionResponse;
|
|
205
205
|
toJSON(message: QueryValidatorCommissionResponse): unknown;
|
|
206
206
|
fromPartial(object: DeepPartial<QueryValidatorCommissionResponse>): QueryValidatorCommissionResponse;
|
|
207
207
|
};
|
|
208
208
|
export declare const QueryValidatorSlashesRequest: {
|
|
209
209
|
encode(message: QueryValidatorSlashesRequest, writer?: _m0.Writer): _m0.Writer;
|
|
210
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
210
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryValidatorSlashesRequest;
|
|
211
211
|
fromJSON(object: any): QueryValidatorSlashesRequest;
|
|
212
212
|
toJSON(message: QueryValidatorSlashesRequest): unknown;
|
|
213
213
|
fromPartial(object: DeepPartial<QueryValidatorSlashesRequest>): QueryValidatorSlashesRequest;
|
|
214
214
|
};
|
|
215
215
|
export declare const QueryValidatorSlashesResponse: {
|
|
216
216
|
encode(message: QueryValidatorSlashesResponse, writer?: _m0.Writer): _m0.Writer;
|
|
217
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
217
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryValidatorSlashesResponse;
|
|
218
218
|
fromJSON(object: any): QueryValidatorSlashesResponse;
|
|
219
219
|
toJSON(message: QueryValidatorSlashesResponse): unknown;
|
|
220
220
|
fromPartial(object: DeepPartial<QueryValidatorSlashesResponse>): QueryValidatorSlashesResponse;
|
|
221
221
|
};
|
|
222
222
|
export declare const QueryDelegationRewardsRequest: {
|
|
223
223
|
encode(message: QueryDelegationRewardsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
224
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
224
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryDelegationRewardsRequest;
|
|
225
225
|
fromJSON(object: any): QueryDelegationRewardsRequest;
|
|
226
226
|
toJSON(message: QueryDelegationRewardsRequest): unknown;
|
|
227
227
|
fromPartial(object: DeepPartial<QueryDelegationRewardsRequest>): QueryDelegationRewardsRequest;
|
|
228
228
|
};
|
|
229
229
|
export declare const QueryDelegationRewardsResponse: {
|
|
230
230
|
encode(message: QueryDelegationRewardsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
231
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
231
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryDelegationRewardsResponse;
|
|
232
232
|
fromJSON(object: any): QueryDelegationRewardsResponse;
|
|
233
233
|
toJSON(message: QueryDelegationRewardsResponse): unknown;
|
|
234
234
|
fromPartial(object: DeepPartial<QueryDelegationRewardsResponse>): QueryDelegationRewardsResponse;
|
|
235
235
|
};
|
|
236
236
|
export declare const QueryDelegationTotalRewardsRequest: {
|
|
237
237
|
encode(message: QueryDelegationTotalRewardsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
238
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
238
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryDelegationTotalRewardsRequest;
|
|
239
239
|
fromJSON(object: any): QueryDelegationTotalRewardsRequest;
|
|
240
240
|
toJSON(message: QueryDelegationTotalRewardsRequest): unknown;
|
|
241
241
|
fromPartial(object: DeepPartial<QueryDelegationTotalRewardsRequest>): QueryDelegationTotalRewardsRequest;
|
|
242
242
|
};
|
|
243
243
|
export declare const QueryDelegationTotalRewardsResponse: {
|
|
244
244
|
encode(message: QueryDelegationTotalRewardsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
245
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
245
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryDelegationTotalRewardsResponse;
|
|
246
246
|
fromJSON(object: any): QueryDelegationTotalRewardsResponse;
|
|
247
247
|
toJSON(message: QueryDelegationTotalRewardsResponse): unknown;
|
|
248
248
|
fromPartial(object: DeepPartial<QueryDelegationTotalRewardsResponse>): QueryDelegationTotalRewardsResponse;
|
|
249
249
|
};
|
|
250
250
|
export declare const QueryDelegatorValidatorsRequest: {
|
|
251
251
|
encode(message: QueryDelegatorValidatorsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
252
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
252
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryDelegatorValidatorsRequest;
|
|
253
253
|
fromJSON(object: any): QueryDelegatorValidatorsRequest;
|
|
254
254
|
toJSON(message: QueryDelegatorValidatorsRequest): unknown;
|
|
255
255
|
fromPartial(object: DeepPartial<QueryDelegatorValidatorsRequest>): QueryDelegatorValidatorsRequest;
|
|
256
256
|
};
|
|
257
257
|
export declare const QueryDelegatorValidatorsResponse: {
|
|
258
258
|
encode(message: QueryDelegatorValidatorsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
259
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
259
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryDelegatorValidatorsResponse;
|
|
260
260
|
fromJSON(object: any): QueryDelegatorValidatorsResponse;
|
|
261
261
|
toJSON(message: QueryDelegatorValidatorsResponse): unknown;
|
|
262
262
|
fromPartial(object: DeepPartial<QueryDelegatorValidatorsResponse>): QueryDelegatorValidatorsResponse;
|
|
263
263
|
};
|
|
264
264
|
export declare const QueryDelegatorWithdrawAddressRequest: {
|
|
265
265
|
encode(message: QueryDelegatorWithdrawAddressRequest, writer?: _m0.Writer): _m0.Writer;
|
|
266
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
266
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryDelegatorWithdrawAddressRequest;
|
|
267
267
|
fromJSON(object: any): QueryDelegatorWithdrawAddressRequest;
|
|
268
268
|
toJSON(message: QueryDelegatorWithdrawAddressRequest): unknown;
|
|
269
269
|
fromPartial(object: DeepPartial<QueryDelegatorWithdrawAddressRequest>): QueryDelegatorWithdrawAddressRequest;
|
|
270
270
|
};
|
|
271
271
|
export declare const QueryDelegatorWithdrawAddressResponse: {
|
|
272
272
|
encode(message: QueryDelegatorWithdrawAddressResponse, writer?: _m0.Writer): _m0.Writer;
|
|
273
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
273
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryDelegatorWithdrawAddressResponse;
|
|
274
274
|
fromJSON(object: any): QueryDelegatorWithdrawAddressResponse;
|
|
275
275
|
toJSON(message: QueryDelegatorWithdrawAddressResponse): unknown;
|
|
276
276
|
fromPartial(object: DeepPartial<QueryDelegatorWithdrawAddressResponse>): QueryDelegatorWithdrawAddressResponse;
|
|
277
277
|
};
|
|
278
278
|
export declare const QueryCommunityPoolRequest: {
|
|
279
279
|
encode(_: QueryCommunityPoolRequest, writer?: _m0.Writer): _m0.Writer;
|
|
280
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
280
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryCommunityPoolRequest;
|
|
281
281
|
fromJSON(_: any): QueryCommunityPoolRequest;
|
|
282
282
|
toJSON(_: QueryCommunityPoolRequest): unknown;
|
|
283
283
|
fromPartial(_: DeepPartial<QueryCommunityPoolRequest>): QueryCommunityPoolRequest;
|
|
284
284
|
};
|
|
285
285
|
export declare const QueryCommunityPoolResponse: {
|
|
286
286
|
encode(message: QueryCommunityPoolResponse, writer?: _m0.Writer): _m0.Writer;
|
|
287
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
287
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryCommunityPoolResponse;
|
|
288
288
|
fromJSON(object: any): QueryCommunityPoolResponse;
|
|
289
289
|
toJSON(message: QueryCommunityPoolResponse): unknown;
|
|
290
290
|
fromPartial(object: DeepPartial<QueryCommunityPoolResponse>): QueryCommunityPoolResponse;
|
|
291
291
|
};
|
|
292
292
|
export declare const QueryLiquidityProviderRewardsRequest: {
|
|
293
293
|
encode(_: QueryLiquidityProviderRewardsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
294
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
294
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryLiquidityProviderRewardsRequest;
|
|
295
295
|
fromJSON(_: any): QueryLiquidityProviderRewardsRequest;
|
|
296
296
|
toJSON(_: QueryLiquidityProviderRewardsRequest): unknown;
|
|
297
297
|
fromPartial(_: DeepPartial<QueryLiquidityProviderRewardsRequest>): QueryLiquidityProviderRewardsRequest;
|
|
298
298
|
};
|
|
299
299
|
export declare const QueryLiquidityProviderRewardsResponse: {
|
|
300
300
|
encode(message: QueryLiquidityProviderRewardsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
301
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
301
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryLiquidityProviderRewardsResponse;
|
|
302
302
|
fromJSON(object: any): QueryLiquidityProviderRewardsResponse;
|
|
303
303
|
toJSON(message: QueryLiquidityProviderRewardsResponse): unknown;
|
|
304
304
|
fromPartial(object: DeepPartial<QueryLiquidityProviderRewardsResponse>): QueryLiquidityProviderRewardsResponse;
|
|
@@ -346,8 +346,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
346
346
|
interface Rpc {
|
|
347
347
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
348
348
|
}
|
|
349
|
-
|
|
350
|
-
export
|
|
349
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
350
|
+
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 {} ? {
|
|
351
351
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
352
352
|
} : Partial<T>;
|
|
353
353
|
export {};
|