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
|
@@ -139,56 +139,56 @@ export interface MsgUpdateParamsResponse {
|
|
|
139
139
|
}
|
|
140
140
|
export declare const MsgEthereumTx: {
|
|
141
141
|
encode(message: MsgEthereumTx, writer?: _m0.Writer): _m0.Writer;
|
|
142
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
142
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgEthereumTx;
|
|
143
143
|
fromJSON(object: any): MsgEthereumTx;
|
|
144
144
|
toJSON(message: MsgEthereumTx): unknown;
|
|
145
145
|
fromPartial(object: DeepPartial<MsgEthereumTx>): MsgEthereumTx;
|
|
146
146
|
};
|
|
147
147
|
export declare const LegacyTx: {
|
|
148
148
|
encode(message: LegacyTx, writer?: _m0.Writer): _m0.Writer;
|
|
149
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
149
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): LegacyTx;
|
|
150
150
|
fromJSON(object: any): LegacyTx;
|
|
151
151
|
toJSON(message: LegacyTx): unknown;
|
|
152
152
|
fromPartial(object: DeepPartial<LegacyTx>): LegacyTx;
|
|
153
153
|
};
|
|
154
154
|
export declare const AccessListTx: {
|
|
155
155
|
encode(message: AccessListTx, writer?: _m0.Writer): _m0.Writer;
|
|
156
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
156
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): AccessListTx;
|
|
157
157
|
fromJSON(object: any): AccessListTx;
|
|
158
158
|
toJSON(message: AccessListTx): unknown;
|
|
159
159
|
fromPartial(object: DeepPartial<AccessListTx>): AccessListTx;
|
|
160
160
|
};
|
|
161
161
|
export declare const DynamicFeeTx: {
|
|
162
162
|
encode(message: DynamicFeeTx, writer?: _m0.Writer): _m0.Writer;
|
|
163
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
163
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DynamicFeeTx;
|
|
164
164
|
fromJSON(object: any): DynamicFeeTx;
|
|
165
165
|
toJSON(message: DynamicFeeTx): unknown;
|
|
166
166
|
fromPartial(object: DeepPartial<DynamicFeeTx>): DynamicFeeTx;
|
|
167
167
|
};
|
|
168
168
|
export declare const ExtensionOptionsEthereumTx: {
|
|
169
169
|
encode(_: ExtensionOptionsEthereumTx, writer?: _m0.Writer): _m0.Writer;
|
|
170
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
170
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionOptionsEthereumTx;
|
|
171
171
|
fromJSON(_: any): ExtensionOptionsEthereumTx;
|
|
172
172
|
toJSON(_: ExtensionOptionsEthereumTx): unknown;
|
|
173
173
|
fromPartial(_: DeepPartial<ExtensionOptionsEthereumTx>): ExtensionOptionsEthereumTx;
|
|
174
174
|
};
|
|
175
175
|
export declare const MsgEthereumTxResponse: {
|
|
176
176
|
encode(message: MsgEthereumTxResponse, writer?: _m0.Writer): _m0.Writer;
|
|
177
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
177
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgEthereumTxResponse;
|
|
178
178
|
fromJSON(object: any): MsgEthereumTxResponse;
|
|
179
179
|
toJSON(message: MsgEthereumTxResponse): unknown;
|
|
180
180
|
fromPartial(object: DeepPartial<MsgEthereumTxResponse>): MsgEthereumTxResponse;
|
|
181
181
|
};
|
|
182
182
|
export declare const MsgUpdateParams: {
|
|
183
183
|
encode(message: MsgUpdateParams, writer?: _m0.Writer): _m0.Writer;
|
|
184
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
184
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateParams;
|
|
185
185
|
fromJSON(object: any): MsgUpdateParams;
|
|
186
186
|
toJSON(message: MsgUpdateParams): unknown;
|
|
187
187
|
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
188
188
|
};
|
|
189
189
|
export declare const MsgUpdateParamsResponse: {
|
|
190
190
|
encode(_: MsgUpdateParamsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
191
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
191
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
192
192
|
fromJSON(_: any): MsgUpdateParamsResponse;
|
|
193
193
|
toJSON(_: MsgUpdateParamsResponse): unknown;
|
|
194
194
|
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
@@ -212,8 +212,8 @@ export declare class MsgClientImpl implements Msg {
|
|
|
212
212
|
interface Rpc {
|
|
213
213
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
214
214
|
}
|
|
215
|
-
|
|
216
|
-
export
|
|
215
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
216
|
+
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 {} ? {
|
|
217
217
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
218
218
|
} : Partial<T>;
|
|
219
219
|
export {};
|
|
@@ -15,20 +15,20 @@ export interface EventBlockGas {
|
|
|
15
15
|
}
|
|
16
16
|
export declare const EventFeeMarket: {
|
|
17
17
|
encode(message: EventFeeMarket, writer?: _m0.Writer): _m0.Writer;
|
|
18
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
18
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): EventFeeMarket;
|
|
19
19
|
fromJSON(object: any): EventFeeMarket;
|
|
20
20
|
toJSON(message: EventFeeMarket): unknown;
|
|
21
21
|
fromPartial(object: DeepPartial<EventFeeMarket>): EventFeeMarket;
|
|
22
22
|
};
|
|
23
23
|
export declare const EventBlockGas: {
|
|
24
24
|
encode(message: EventBlockGas, writer?: _m0.Writer): _m0.Writer;
|
|
25
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
25
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): EventBlockGas;
|
|
26
26
|
fromJSON(object: any): EventBlockGas;
|
|
27
27
|
toJSON(message: EventBlockGas): unknown;
|
|
28
28
|
fromPartial(object: DeepPartial<EventBlockGas>): EventBlockGas;
|
|
29
29
|
};
|
|
30
|
-
|
|
31
|
-
export
|
|
30
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
31
|
+
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 {} ? {
|
|
32
32
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
33
33
|
} : Partial<T>;
|
|
34
34
|
export {};
|
|
@@ -39,13 +39,13 @@ export interface Params {
|
|
|
39
39
|
}
|
|
40
40
|
export declare const Params: {
|
|
41
41
|
encode(message: Params, writer?: _m0.Writer): _m0.Writer;
|
|
42
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
42
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Params;
|
|
43
43
|
fromJSON(object: any): Params;
|
|
44
44
|
toJSON(message: Params): unknown;
|
|
45
45
|
fromPartial(object: DeepPartial<Params>): Params;
|
|
46
46
|
};
|
|
47
|
-
|
|
48
|
-
export
|
|
47
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
48
|
+
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 {} ? {
|
|
49
49
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
50
50
|
} : Partial<T>;
|
|
51
51
|
export {};
|
|
@@ -14,13 +14,13 @@ export interface GenesisState {
|
|
|
14
14
|
}
|
|
15
15
|
export declare const GenesisState: {
|
|
16
16
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
17
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
17
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
18
18
|
fromJSON(object: any): GenesisState;
|
|
19
19
|
toJSON(message: GenesisState): unknown;
|
|
20
20
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
21
21
|
};
|
|
22
|
-
|
|
23
|
-
export
|
|
22
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
23
|
+
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 {} ? {
|
|
24
24
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
25
25
|
} : Partial<T>;
|
|
26
26
|
export {};
|
|
@@ -34,42 +34,42 @@ export interface QueryBlockGasResponse {
|
|
|
34
34
|
}
|
|
35
35
|
export declare const QueryParamsRequest: {
|
|
36
36
|
encode(_: QueryParamsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
37
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
37
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryParamsRequest;
|
|
38
38
|
fromJSON(_: any): QueryParamsRequest;
|
|
39
39
|
toJSON(_: QueryParamsRequest): unknown;
|
|
40
40
|
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
41
41
|
};
|
|
42
42
|
export declare const QueryParamsResponse: {
|
|
43
43
|
encode(message: QueryParamsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
44
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
44
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryParamsResponse;
|
|
45
45
|
fromJSON(object: any): QueryParamsResponse;
|
|
46
46
|
toJSON(message: QueryParamsResponse): unknown;
|
|
47
47
|
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
48
48
|
};
|
|
49
49
|
export declare const QueryBaseFeeRequest: {
|
|
50
50
|
encode(_: QueryBaseFeeRequest, writer?: _m0.Writer): _m0.Writer;
|
|
51
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
51
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryBaseFeeRequest;
|
|
52
52
|
fromJSON(_: any): QueryBaseFeeRequest;
|
|
53
53
|
toJSON(_: QueryBaseFeeRequest): unknown;
|
|
54
54
|
fromPartial(_: DeepPartial<QueryBaseFeeRequest>): QueryBaseFeeRequest;
|
|
55
55
|
};
|
|
56
56
|
export declare const QueryBaseFeeResponse: {
|
|
57
57
|
encode(message: QueryBaseFeeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
58
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
58
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryBaseFeeResponse;
|
|
59
59
|
fromJSON(object: any): QueryBaseFeeResponse;
|
|
60
60
|
toJSON(message: QueryBaseFeeResponse): unknown;
|
|
61
61
|
fromPartial(object: DeepPartial<QueryBaseFeeResponse>): QueryBaseFeeResponse;
|
|
62
62
|
};
|
|
63
63
|
export declare const QueryBlockGasRequest: {
|
|
64
64
|
encode(_: QueryBlockGasRequest, writer?: _m0.Writer): _m0.Writer;
|
|
65
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
65
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryBlockGasRequest;
|
|
66
66
|
fromJSON(_: any): QueryBlockGasRequest;
|
|
67
67
|
toJSON(_: QueryBlockGasRequest): unknown;
|
|
68
68
|
fromPartial(_: DeepPartial<QueryBlockGasRequest>): QueryBlockGasRequest;
|
|
69
69
|
};
|
|
70
70
|
export declare const QueryBlockGasResponse: {
|
|
71
71
|
encode(message: QueryBlockGasResponse, writer?: _m0.Writer): _m0.Writer;
|
|
72
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
72
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryBlockGasResponse;
|
|
73
73
|
fromJSON(object: any): QueryBlockGasResponse;
|
|
74
74
|
toJSON(message: QueryBlockGasResponse): unknown;
|
|
75
75
|
fromPartial(object: DeepPartial<QueryBlockGasResponse>): QueryBlockGasResponse;
|
|
@@ -93,8 +93,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
93
93
|
interface Rpc {
|
|
94
94
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
95
95
|
}
|
|
96
|
-
|
|
97
|
-
export
|
|
96
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
97
|
+
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 {} ? {
|
|
98
98
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
99
99
|
} : Partial<T>;
|
|
100
100
|
export {};
|
|
@@ -20,14 +20,14 @@ export interface MsgUpdateParamsResponse {
|
|
|
20
20
|
}
|
|
21
21
|
export declare const MsgUpdateParams: {
|
|
22
22
|
encode(message: MsgUpdateParams, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
23
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateParams;
|
|
24
24
|
fromJSON(object: any): MsgUpdateParams;
|
|
25
25
|
toJSON(message: MsgUpdateParams): unknown;
|
|
26
26
|
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
27
27
|
};
|
|
28
28
|
export declare const MsgUpdateParamsResponse: {
|
|
29
29
|
encode(_: MsgUpdateParamsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
30
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
30
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
31
31
|
fromJSON(_: any): MsgUpdateParamsResponse;
|
|
32
32
|
toJSON(_: MsgUpdateParamsResponse): unknown;
|
|
33
33
|
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
@@ -48,8 +48,8 @@ export declare class MsgClientImpl implements Msg {
|
|
|
48
48
|
interface Rpc {
|
|
49
49
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
export
|
|
51
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
52
|
+
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 {} ? {
|
|
53
53
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
54
54
|
} : Partial<T>;
|
|
55
55
|
export {};
|
|
@@ -14,13 +14,13 @@ export interface EthAccount {
|
|
|
14
14
|
}
|
|
15
15
|
export declare const EthAccount: {
|
|
16
16
|
encode(message: EthAccount, writer?: _m0.Writer): _m0.Writer;
|
|
17
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
17
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): EthAccount;
|
|
18
18
|
fromJSON(object: any): EthAccount;
|
|
19
19
|
toJSON(message: EthAccount): unknown;
|
|
20
20
|
fromPartial(object: DeepPartial<EthAccount>): EthAccount;
|
|
21
21
|
};
|
|
22
|
-
|
|
23
|
-
export
|
|
22
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
23
|
+
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 {} ? {
|
|
24
24
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
25
25
|
} : Partial<T>;
|
|
26
26
|
export {};
|
|
@@ -8,13 +8,13 @@ export interface ExtensionOptionDynamicFeeTx {
|
|
|
8
8
|
}
|
|
9
9
|
export declare const ExtensionOptionDynamicFeeTx: {
|
|
10
10
|
encode(message: ExtensionOptionDynamicFeeTx, writer?: _m0.Writer): _m0.Writer;
|
|
11
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
11
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionOptionDynamicFeeTx;
|
|
12
12
|
fromJSON(object: any): ExtensionOptionDynamicFeeTx;
|
|
13
13
|
toJSON(message: ExtensionOptionDynamicFeeTx): unknown;
|
|
14
14
|
fromPartial(object: DeepPartial<ExtensionOptionDynamicFeeTx>): ExtensionOptionDynamicFeeTx;
|
|
15
15
|
};
|
|
16
|
-
|
|
17
|
-
export
|
|
16
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
17
|
+
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 {} ? {
|
|
18
18
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
19
19
|
} : Partial<T>;
|
|
20
20
|
export {};
|
|
@@ -29,13 +29,13 @@ export interface TxResult {
|
|
|
29
29
|
}
|
|
30
30
|
export declare const TxResult: {
|
|
31
31
|
encode(message: TxResult, writer?: _m0.Writer): _m0.Writer;
|
|
32
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
32
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): TxResult;
|
|
33
33
|
fromJSON(object: any): TxResult;
|
|
34
34
|
toJSON(message: TxResult): unknown;
|
|
35
35
|
fromPartial(object: DeepPartial<TxResult>): TxResult;
|
|
36
36
|
};
|
|
37
|
-
|
|
38
|
-
export
|
|
37
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
38
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
39
39
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
40
40
|
} : Partial<T>;
|
|
41
41
|
export {};
|
|
@@ -24,13 +24,13 @@ export interface ExtensionOptionsWeb3Tx {
|
|
|
24
24
|
}
|
|
25
25
|
export declare const ExtensionOptionsWeb3Tx: {
|
|
26
26
|
encode(message: ExtensionOptionsWeb3Tx, writer?: _m0.Writer): _m0.Writer;
|
|
27
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
27
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ExtensionOptionsWeb3Tx;
|
|
28
28
|
fromJSON(object: any): ExtensionOptionsWeb3Tx;
|
|
29
29
|
toJSON(message: ExtensionOptionsWeb3Tx): unknown;
|
|
30
30
|
fromPartial(object: DeepPartial<ExtensionOptionsWeb3Tx>): ExtensionOptionsWeb3Tx;
|
|
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 {};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -13,20 +13,20 @@ export interface Account {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const GenesisState: {
|
|
15
15
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
16
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
16
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
17
17
|
fromJSON(object: any): GenesisState;
|
|
18
18
|
toJSON(message: GenesisState): unknown;
|
|
19
19
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
20
20
|
};
|
|
21
21
|
export declare const Account: {
|
|
22
22
|
encode(message: Account, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
23
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Account;
|
|
24
24
|
fromJSON(object: any): Account;
|
|
25
25
|
toJSON(message: Account): unknown;
|
|
26
26
|
fromPartial(object: DeepPartial<Account>): Account;
|
|
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 {};
|
|
@@ -9,14 +9,14 @@ export interface QueryAccountBalanceResponse {
|
|
|
9
9
|
}
|
|
10
10
|
export declare const QueryAccountBalanceRequest: {
|
|
11
11
|
encode(message: QueryAccountBalanceRequest, writer?: _m0.Writer): _m0.Writer;
|
|
12
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
12
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAccountBalanceRequest;
|
|
13
13
|
fromJSON(object: any): QueryAccountBalanceRequest;
|
|
14
14
|
toJSON(message: QueryAccountBalanceRequest): unknown;
|
|
15
15
|
fromPartial(object: DeepPartial<QueryAccountBalanceRequest>): QueryAccountBalanceRequest;
|
|
16
16
|
};
|
|
17
17
|
export declare const QueryAccountBalanceResponse: {
|
|
18
18
|
encode(message: QueryAccountBalanceResponse, writer?: _m0.Writer): _m0.Writer;
|
|
19
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
19
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAccountBalanceResponse;
|
|
20
20
|
fromJSON(object: any): QueryAccountBalanceResponse;
|
|
21
21
|
toJSON(message: QueryAccountBalanceResponse): unknown;
|
|
22
22
|
fromPartial(object: DeepPartial<QueryAccountBalanceResponse>): QueryAccountBalanceResponse;
|
|
@@ -33,8 +33,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
33
33
|
interface Rpc {
|
|
34
34
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
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 {};
|
|
@@ -6,13 +6,13 @@ export interface GenesisState {
|
|
|
6
6
|
}
|
|
7
7
|
export declare const GenesisState: {
|
|
8
8
|
encode(_: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
9
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
9
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
10
10
|
fromJSON(_: any): GenesisState;
|
|
11
11
|
toJSON(_: GenesisState): unknown;
|
|
12
12
|
fromPartial(_: DeepPartial<GenesisState>): GenesisState;
|
|
13
13
|
};
|
|
14
|
-
|
|
15
|
-
export
|
|
14
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
15
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
16
16
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
17
17
|
} : Partial<T>;
|
|
18
18
|
export {};
|
|
@@ -7,13 +7,13 @@ export interface EthCosmosAddressWrapper {
|
|
|
7
7
|
}
|
|
8
8
|
export declare const EthCosmosAddressWrapper: {
|
|
9
9
|
encode(message: EthCosmosAddressWrapper, writer?: _m0.Writer): _m0.Writer;
|
|
10
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
10
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): EthCosmosAddressWrapper;
|
|
11
11
|
fromJSON(object: any): EthCosmosAddressWrapper;
|
|
12
12
|
toJSON(message: EthCosmosAddressWrapper): unknown;
|
|
13
13
|
fromPartial(object: DeepPartial<EthCosmosAddressWrapper>): EthCosmosAddressWrapper;
|
|
14
14
|
};
|
|
15
|
-
|
|
16
|
-
export
|
|
15
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
16
|
+
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 {} ? {
|
|
17
17
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
18
18
|
} : Partial<T>;
|
|
19
19
|
export {};
|
|
@@ -8,13 +8,13 @@ export interface MergeAccountEvent {
|
|
|
8
8
|
}
|
|
9
9
|
export declare const MergeAccountEvent: {
|
|
10
10
|
encode(message: MergeAccountEvent, writer?: _m0.Writer): _m0.Writer;
|
|
11
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
11
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MergeAccountEvent;
|
|
12
12
|
fromJSON(object: any): MergeAccountEvent;
|
|
13
13
|
toJSON(message: MergeAccountEvent): unknown;
|
|
14
14
|
fromPartial(object: DeepPartial<MergeAccountEvent>): MergeAccountEvent;
|
|
15
15
|
};
|
|
16
|
-
|
|
17
|
-
export
|
|
16
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
17
|
+
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 {} ? {
|
|
18
18
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
19
19
|
} : Partial<T>;
|
|
20
20
|
export {};
|
|
@@ -22,27 +22,27 @@ export interface GenesisState_CosmosToEthAddressMapEntry {
|
|
|
22
22
|
}
|
|
23
23
|
export declare const GenesisState: {
|
|
24
24
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
25
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
25
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
26
26
|
fromJSON(object: any): GenesisState;
|
|
27
27
|
toJSON(message: GenesisState): unknown;
|
|
28
28
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
29
29
|
};
|
|
30
30
|
export declare const GenesisState_EthToCosmosAddressMapEntry: {
|
|
31
31
|
encode(message: GenesisState_EthToCosmosAddressMapEntry, writer?: _m0.Writer): _m0.Writer;
|
|
32
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
32
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_EthToCosmosAddressMapEntry;
|
|
33
33
|
fromJSON(object: any): GenesisState_EthToCosmosAddressMapEntry;
|
|
34
34
|
toJSON(message: GenesisState_EthToCosmosAddressMapEntry): unknown;
|
|
35
35
|
fromPartial(object: DeepPartial<GenesisState_EthToCosmosAddressMapEntry>): GenesisState_EthToCosmosAddressMapEntry;
|
|
36
36
|
};
|
|
37
37
|
export declare const GenesisState_CosmosToEthAddressMapEntry: {
|
|
38
38
|
encode(message: GenesisState_CosmosToEthAddressMapEntry, writer?: _m0.Writer): _m0.Writer;
|
|
39
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
39
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_CosmosToEthAddressMapEntry;
|
|
40
40
|
fromJSON(object: any): GenesisState_CosmosToEthAddressMapEntry;
|
|
41
41
|
toJSON(message: GenesisState_CosmosToEthAddressMapEntry): unknown;
|
|
42
42
|
fromPartial(object: DeepPartial<GenesisState_CosmosToEthAddressMapEntry>): GenesisState_CosmosToEthAddressMapEntry;
|
|
43
43
|
};
|
|
44
|
-
|
|
45
|
-
export
|
|
44
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
45
|
+
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 {} ? {
|
|
46
46
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
47
47
|
} : Partial<T>;
|
|
48
48
|
export {};
|
|
@@ -10,13 +10,13 @@ export interface MsgSignData {
|
|
|
10
10
|
}
|
|
11
11
|
export declare const MsgSignData: {
|
|
12
12
|
encode(message: MsgSignData, writer?: _m0.Writer): _m0.Writer;
|
|
13
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
13
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSignData;
|
|
14
14
|
fromJSON(object: any): MsgSignData;
|
|
15
15
|
toJSON(message: MsgSignData): unknown;
|
|
16
16
|
fromPartial(object: DeepPartial<MsgSignData>): MsgSignData;
|
|
17
17
|
};
|
|
18
|
-
|
|
19
|
-
export
|
|
18
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
19
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
20
20
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
21
21
|
} : Partial<T>;
|
|
22
22
|
export {};
|
|
@@ -20,28 +20,28 @@ export interface QueryAllMappedAddressResponse {
|
|
|
20
20
|
}
|
|
21
21
|
export declare const QueryMappedAddressRequest: {
|
|
22
22
|
encode(message: QueryMappedAddressRequest, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
23
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryMappedAddressRequest;
|
|
24
24
|
fromJSON(object: any): QueryMappedAddressRequest;
|
|
25
25
|
toJSON(message: QueryMappedAddressRequest): unknown;
|
|
26
26
|
fromPartial(object: DeepPartial<QueryMappedAddressRequest>): QueryMappedAddressRequest;
|
|
27
27
|
};
|
|
28
28
|
export declare const QueryMappedAddressResponse: {
|
|
29
29
|
encode(message: QueryMappedAddressResponse, writer?: _m0.Writer): _m0.Writer;
|
|
30
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
30
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryMappedAddressResponse;
|
|
31
31
|
fromJSON(object: any): QueryMappedAddressResponse;
|
|
32
32
|
toJSON(message: QueryMappedAddressResponse): unknown;
|
|
33
33
|
fromPartial(object: DeepPartial<QueryMappedAddressResponse>): QueryMappedAddressResponse;
|
|
34
34
|
};
|
|
35
35
|
export declare const QueryAllMappedAddressRequest: {
|
|
36
36
|
encode(message: QueryAllMappedAddressRequest, writer?: _m0.Writer): _m0.Writer;
|
|
37
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
37
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllMappedAddressRequest;
|
|
38
38
|
fromJSON(object: any): QueryAllMappedAddressRequest;
|
|
39
39
|
toJSON(message: QueryAllMappedAddressRequest): unknown;
|
|
40
40
|
fromPartial(object: DeepPartial<QueryAllMappedAddressRequest>): QueryAllMappedAddressRequest;
|
|
41
41
|
};
|
|
42
42
|
export declare const QueryAllMappedAddressResponse: {
|
|
43
43
|
encode(message: QueryAllMappedAddressResponse, writer?: _m0.Writer): _m0.Writer;
|
|
44
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
44
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllMappedAddressResponse;
|
|
45
45
|
fromJSON(object: any): QueryAllMappedAddressResponse;
|
|
46
46
|
toJSON(message: QueryAllMappedAddressResponse): unknown;
|
|
47
47
|
fromPartial(object: DeepPartial<QueryAllMappedAddressResponse>): QueryAllMappedAddressResponse;
|
|
@@ -68,8 +68,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
68
68
|
interface Rpc {
|
|
69
69
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
70
70
|
}
|
|
71
|
-
|
|
72
|
-
export
|
|
71
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
72
|
+
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 {} ? {
|
|
73
73
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
74
74
|
} : Partial<T>;
|
|
75
75
|
export {};
|
|
@@ -13,14 +13,14 @@ export interface MsgMergeAccountResponse {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const MsgMergeAccount: {
|
|
15
15
|
encode(message: MsgMergeAccount, writer?: _m0.Writer): _m0.Writer;
|
|
16
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
16
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgMergeAccount;
|
|
17
17
|
fromJSON(object: any): MsgMergeAccount;
|
|
18
18
|
toJSON(message: MsgMergeAccount): unknown;
|
|
19
19
|
fromPartial(object: DeepPartial<MsgMergeAccount>): MsgMergeAccount;
|
|
20
20
|
};
|
|
21
21
|
export declare const MsgMergeAccountResponse: {
|
|
22
22
|
encode(_: MsgMergeAccountResponse, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
23
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgMergeAccountResponse;
|
|
24
24
|
fromJSON(_: any): MsgMergeAccountResponse;
|
|
25
25
|
toJSON(_: MsgMergeAccountResponse): unknown;
|
|
26
26
|
fromPartial(_: DeepPartial<MsgMergeAccountResponse>): MsgMergeAccountResponse;
|
|
@@ -38,8 +38,8 @@ export declare class MsgClientImpl implements Msg {
|
|
|
38
38
|
interface Rpc {
|
|
39
39
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
export
|
|
41
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
42
|
+
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 {} ? {
|
|
43
43
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
44
44
|
} : Partial<T>;
|
|
45
45
|
export {};
|
package/lib/codec/fee/event.d.ts
CHANGED
|
@@ -8,13 +8,13 @@ export interface FeeDeductionEvent {
|
|
|
8
8
|
}
|
|
9
9
|
export declare const FeeDeductionEvent: {
|
|
10
10
|
encode(message: FeeDeductionEvent, writer?: _m0.Writer): _m0.Writer;
|
|
11
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
11
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FeeDeductionEvent;
|
|
12
12
|
fromJSON(object: any): FeeDeductionEvent;
|
|
13
13
|
toJSON(message: FeeDeductionEvent): unknown;
|
|
14
14
|
fromPartial(object: DeepPartial<FeeDeductionEvent>): FeeDeductionEvent;
|
|
15
15
|
};
|
|
16
|
-
|
|
17
|
-
export
|
|
16
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
17
|
+
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 {} ? {
|
|
18
18
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
19
19
|
} : Partial<T>;
|
|
20
20
|
export {};
|
package/lib/codec/fee/fee.d.ts
CHANGED
|
@@ -16,27 +16,27 @@ export interface MinGasPrice {
|
|
|
16
16
|
}
|
|
17
17
|
export declare const MsgFee: {
|
|
18
18
|
encode(message: MsgFee, writer?: _m0.Writer): _m0.Writer;
|
|
19
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
19
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgFee;
|
|
20
20
|
fromJSON(object: any): MsgFee;
|
|
21
21
|
toJSON(message: MsgFee): unknown;
|
|
22
22
|
fromPartial(object: DeepPartial<MsgFee>): MsgFee;
|
|
23
23
|
};
|
|
24
24
|
export declare const MsgGasCost: {
|
|
25
25
|
encode(message: MsgGasCost, writer?: _m0.Writer): _m0.Writer;
|
|
26
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
26
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgGasCost;
|
|
27
27
|
fromJSON(object: any): MsgGasCost;
|
|
28
28
|
toJSON(message: MsgGasCost): unknown;
|
|
29
29
|
fromPartial(object: DeepPartial<MsgGasCost>): MsgGasCost;
|
|
30
30
|
};
|
|
31
31
|
export declare const MinGasPrice: {
|
|
32
32
|
encode(message: MinGasPrice, writer?: _m0.Writer): _m0.Writer;
|
|
33
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
33
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MinGasPrice;
|
|
34
34
|
fromJSON(object: any): MinGasPrice;
|
|
35
35
|
toJSON(message: MinGasPrice): unknown;
|
|
36
36
|
fromPartial(object: DeepPartial<MinGasPrice>): MinGasPrice;
|
|
37
37
|
};
|
|
38
|
-
|
|
39
|
-
export
|
|
38
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
39
|
+
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 {} ? {
|
|
40
40
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
41
41
|
} : Partial<T>;
|
|
42
42
|
export {};
|