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