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
|
@@ -10,13 +10,13 @@ export interface OrderBookEvent {
|
|
|
10
10
|
}
|
|
11
11
|
export declare const OrderBookEvent: {
|
|
12
12
|
encode(message: OrderBookEvent, writer?: _m0.Writer): _m0.Writer;
|
|
13
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
13
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): OrderBookEvent;
|
|
14
14
|
fromJSON(object: any): OrderBookEvent;
|
|
15
15
|
toJSON(message: OrderBookEvent): unknown;
|
|
16
16
|
fromPartial(object: DeepPartial<OrderBookEvent>): OrderBookEvent;
|
|
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 {};
|
|
@@ -13,13 +13,13 @@ export interface GenesisState {
|
|
|
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
|
-
|
|
22
|
-
export
|
|
21
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
22
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
23
23
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
24
24
|
} : Partial<T>;
|
|
25
25
|
export {};
|
|
@@ -10,13 +10,13 @@ export interface StopbookV2320 {
|
|
|
10
10
|
}
|
|
11
11
|
export declare const StopbookV2320: {
|
|
12
12
|
encode(message: StopbookV2320, writer?: _m0.Writer): _m0.Writer;
|
|
13
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
13
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): StopbookV2320;
|
|
14
14
|
fromJSON(object: any): StopbookV2320;
|
|
15
15
|
toJSON(message: StopbookV2320): unknown;
|
|
16
16
|
fromPartial(object: DeepPartial<StopbookV2320>): StopbookV2320;
|
|
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 {};
|
|
@@ -41,70 +41,70 @@ export interface QueryAllStopBookResponse {
|
|
|
41
41
|
}
|
|
42
42
|
export declare const QueryImpactPriceRequest: {
|
|
43
43
|
encode(message: QueryImpactPriceRequest, writer?: _m0.Writer): _m0.Writer;
|
|
44
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
44
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryImpactPriceRequest;
|
|
45
45
|
fromJSON(object: any): QueryImpactPriceRequest;
|
|
46
46
|
toJSON(message: QueryImpactPriceRequest): unknown;
|
|
47
47
|
fromPartial(object: DeepPartial<QueryImpactPriceRequest>): QueryImpactPriceRequest;
|
|
48
48
|
};
|
|
49
49
|
export declare const QueryImpactPriceResponse: {
|
|
50
50
|
encode(message: QueryImpactPriceResponse, writer?: _m0.Writer): _m0.Writer;
|
|
51
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
51
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryImpactPriceResponse;
|
|
52
52
|
fromJSON(object: any): QueryImpactPriceResponse;
|
|
53
53
|
toJSON(message: QueryImpactPriceResponse): unknown;
|
|
54
54
|
fromPartial(object: DeepPartial<QueryImpactPriceResponse>): QueryImpactPriceResponse;
|
|
55
55
|
};
|
|
56
56
|
export declare const QueryGetBookRequest: {
|
|
57
57
|
encode(message: QueryGetBookRequest, writer?: _m0.Writer): _m0.Writer;
|
|
58
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
58
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetBookRequest;
|
|
59
59
|
fromJSON(object: any): QueryGetBookRequest;
|
|
60
60
|
toJSON(message: QueryGetBookRequest): unknown;
|
|
61
61
|
fromPartial(object: DeepPartial<QueryGetBookRequest>): QueryGetBookRequest;
|
|
62
62
|
};
|
|
63
63
|
export declare const QueryGetBookResponse: {
|
|
64
64
|
encode(message: QueryGetBookResponse, writer?: _m0.Writer): _m0.Writer;
|
|
65
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
65
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetBookResponse;
|
|
66
66
|
fromJSON(object: any): QueryGetBookResponse;
|
|
67
67
|
toJSON(message: QueryGetBookResponse): unknown;
|
|
68
68
|
fromPartial(object: DeepPartial<QueryGetBookResponse>): QueryGetBookResponse;
|
|
69
69
|
};
|
|
70
70
|
export declare const QueryAllBookRequest: {
|
|
71
71
|
encode(message: QueryAllBookRequest, writer?: _m0.Writer): _m0.Writer;
|
|
72
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
72
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllBookRequest;
|
|
73
73
|
fromJSON(object: any): QueryAllBookRequest;
|
|
74
74
|
toJSON(message: QueryAllBookRequest): unknown;
|
|
75
75
|
fromPartial(object: DeepPartial<QueryAllBookRequest>): QueryAllBookRequest;
|
|
76
76
|
};
|
|
77
77
|
export declare const QueryAllBookResponse: {
|
|
78
78
|
encode(message: QueryAllBookResponse, writer?: _m0.Writer): _m0.Writer;
|
|
79
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
79
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllBookResponse;
|
|
80
80
|
fromJSON(object: any): QueryAllBookResponse;
|
|
81
81
|
toJSON(message: QueryAllBookResponse): unknown;
|
|
82
82
|
fromPartial(object: DeepPartial<QueryAllBookResponse>): QueryAllBookResponse;
|
|
83
83
|
};
|
|
84
84
|
export declare const QueryGetStopBookRequest: {
|
|
85
85
|
encode(message: QueryGetStopBookRequest, writer?: _m0.Writer): _m0.Writer;
|
|
86
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
86
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetStopBookRequest;
|
|
87
87
|
fromJSON(object: any): QueryGetStopBookRequest;
|
|
88
88
|
toJSON(message: QueryGetStopBookRequest): unknown;
|
|
89
89
|
fromPartial(object: DeepPartial<QueryGetStopBookRequest>): QueryGetStopBookRequest;
|
|
90
90
|
};
|
|
91
91
|
export declare const QueryGetStopBookResponse: {
|
|
92
92
|
encode(message: QueryGetStopBookResponse, writer?: _m0.Writer): _m0.Writer;
|
|
93
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
93
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetStopBookResponse;
|
|
94
94
|
fromJSON(object: any): QueryGetStopBookResponse;
|
|
95
95
|
toJSON(message: QueryGetStopBookResponse): unknown;
|
|
96
96
|
fromPartial(object: DeepPartial<QueryGetStopBookResponse>): QueryGetStopBookResponse;
|
|
97
97
|
};
|
|
98
98
|
export declare const QueryAllStopBookRequest: {
|
|
99
99
|
encode(message: QueryAllStopBookRequest, writer?: _m0.Writer): _m0.Writer;
|
|
100
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
100
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllStopBookRequest;
|
|
101
101
|
fromJSON(object: any): QueryAllStopBookRequest;
|
|
102
102
|
toJSON(message: QueryAllStopBookRequest): unknown;
|
|
103
103
|
fromPartial(object: DeepPartial<QueryAllStopBookRequest>): QueryAllStopBookRequest;
|
|
104
104
|
};
|
|
105
105
|
export declare const QueryAllStopBookResponse: {
|
|
106
106
|
encode(message: QueryAllStopBookResponse, writer?: _m0.Writer): _m0.Writer;
|
|
107
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
107
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAllStopBookResponse;
|
|
108
108
|
fromJSON(object: any): QueryAllStopBookResponse;
|
|
109
109
|
toJSON(message: QueryAllStopBookResponse): unknown;
|
|
110
110
|
fromPartial(object: DeepPartial<QueryAllStopBookResponse>): QueryAllStopBookResponse;
|
|
@@ -134,8 +134,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
134
134
|
interface Rpc {
|
|
135
135
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
136
136
|
}
|
|
137
|
-
|
|
138
|
-
export
|
|
137
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
138
|
+
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 {} ? {
|
|
139
139
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
140
140
|
} : Partial<T>;
|
|
141
141
|
export {};
|
|
@@ -24,27 +24,27 @@ export interface PerpsMarketAmm {
|
|
|
24
24
|
}
|
|
25
25
|
export declare const SpotAmm: {
|
|
26
26
|
encode(message: SpotAmm, writer?: _m0.Writer): _m0.Writer;
|
|
27
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
27
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): SpotAmm;
|
|
28
28
|
fromJSON(object: any): SpotAmm;
|
|
29
29
|
toJSON(message: SpotAmm): unknown;
|
|
30
30
|
fromPartial(object: DeepPartial<SpotAmm>): SpotAmm;
|
|
31
31
|
};
|
|
32
32
|
export declare const PerpsAmm: {
|
|
33
33
|
encode(message: PerpsAmm, writer?: _m0.Writer): _m0.Writer;
|
|
34
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
34
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PerpsAmm;
|
|
35
35
|
fromJSON(object: any): PerpsAmm;
|
|
36
36
|
toJSON(message: PerpsAmm): unknown;
|
|
37
37
|
fromPartial(object: DeepPartial<PerpsAmm>): PerpsAmm;
|
|
38
38
|
};
|
|
39
39
|
export declare const PerpsMarketAmm: {
|
|
40
40
|
encode(message: PerpsMarketAmm, writer?: _m0.Writer): _m0.Writer;
|
|
41
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
41
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PerpsMarketAmm;
|
|
42
42
|
fromJSON(object: any): PerpsMarketAmm;
|
|
43
43
|
toJSON(message: PerpsMarketAmm): unknown;
|
|
44
44
|
fromPartial(object: DeepPartial<PerpsMarketAmm>): PerpsMarketAmm;
|
|
45
45
|
};
|
|
46
|
-
|
|
47
|
-
export
|
|
46
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
47
|
+
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 {} ? {
|
|
48
48
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
49
49
|
} : Partial<T>;
|
|
50
50
|
export {};
|
|
@@ -15,13 +15,13 @@ export interface Candlestick {
|
|
|
15
15
|
}
|
|
16
16
|
export declare const Candlestick: {
|
|
17
17
|
encode(message: Candlestick, writer?: _m0.Writer): _m0.Writer;
|
|
18
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
18
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Candlestick;
|
|
19
19
|
fromJSON(object: any): Candlestick;
|
|
20
20
|
toJSON(message: Candlestick): unknown;
|
|
21
21
|
fromPartial(object: DeepPartial<Candlestick>): Candlestick;
|
|
22
22
|
};
|
|
23
|
-
|
|
24
|
-
export
|
|
23
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
24
|
+
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 {} ? {
|
|
25
25
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
26
26
|
} : Partial<T>;
|
|
27
27
|
export {};
|
|
@@ -34,20 +34,20 @@ export interface FundingEvent {
|
|
|
34
34
|
}
|
|
35
35
|
export declare const TradeEvent: {
|
|
36
36
|
encode(message: TradeEvent, writer?: _m0.Writer): _m0.Writer;
|
|
37
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
37
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): TradeEvent;
|
|
38
38
|
fromJSON(object: any): TradeEvent;
|
|
39
39
|
toJSON(message: TradeEvent): unknown;
|
|
40
40
|
fromPartial(object: DeepPartial<TradeEvent>): TradeEvent;
|
|
41
41
|
};
|
|
42
42
|
export declare const FundingEvent: {
|
|
43
43
|
encode(message: FundingEvent, writer?: _m0.Writer): _m0.Writer;
|
|
44
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
44
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): FundingEvent;
|
|
45
45
|
fromJSON(object: any): FundingEvent;
|
|
46
46
|
toJSON(message: FundingEvent): unknown;
|
|
47
47
|
fromPartial(object: DeepPartial<FundingEvent>): FundingEvent;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
|
-
export
|
|
49
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
50
|
+
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 {} ? {
|
|
51
51
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
52
52
|
} : Partial<T>;
|
|
53
53
|
export {};
|
|
@@ -13,13 +13,13 @@ export interface GenesisState {
|
|
|
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
|
-
|
|
22
|
-
export
|
|
21
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
22
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
23
23
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
24
24
|
} : Partial<T>;
|
|
25
25
|
export {};
|
|
@@ -6,13 +6,13 @@ export interface IncomingLiquidations {
|
|
|
6
6
|
}
|
|
7
7
|
export declare const IncomingLiquidations: {
|
|
8
8
|
encode(message: IncomingLiquidations, writer?: _m0.Writer): _m0.Writer;
|
|
9
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
9
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): IncomingLiquidations;
|
|
10
10
|
fromJSON(object: any): IncomingLiquidations;
|
|
11
11
|
toJSON(message: IncomingLiquidations): unknown;
|
|
12
12
|
fromPartial(object: DeepPartial<IncomingLiquidations>): IncomingLiquidations;
|
|
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 MinMaxBoundary {
|
|
|
7
7
|
}
|
|
8
8
|
export declare const MinMaxBoundary: {
|
|
9
9
|
encode(message: MinMaxBoundary, writer?: _m0.Writer): _m0.Writer;
|
|
10
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
10
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MinMaxBoundary;
|
|
11
11
|
fromJSON(object: any): MinMaxBoundary;
|
|
12
12
|
toJSON(message: MinMaxBoundary): unknown;
|
|
13
13
|
fromPartial(object: DeepPartial<MinMaxBoundary>): MinMaxBoundary;
|
|
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 {};
|
|
@@ -41,42 +41,42 @@ export interface QueryTradesForPositionResponse {
|
|
|
41
41
|
}
|
|
42
42
|
export declare const QueryCandlesticksRequest: {
|
|
43
43
|
encode(message: QueryCandlesticksRequest, writer?: _m0.Writer): _m0.Writer;
|
|
44
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
44
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryCandlesticksRequest;
|
|
45
45
|
fromJSON(object: any): QueryCandlesticksRequest;
|
|
46
46
|
toJSON(message: QueryCandlesticksRequest): unknown;
|
|
47
47
|
fromPartial(object: DeepPartial<QueryCandlesticksRequest>): QueryCandlesticksRequest;
|
|
48
48
|
};
|
|
49
49
|
export declare const QueryCandlesticksResponse: {
|
|
50
50
|
encode(message: QueryCandlesticksResponse, writer?: _m0.Writer): _m0.Writer;
|
|
51
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
51
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryCandlesticksResponse;
|
|
52
52
|
fromJSON(object: any): QueryCandlesticksResponse;
|
|
53
53
|
toJSON(message: QueryCandlesticksResponse): unknown;
|
|
54
54
|
fromPartial(object: DeepPartial<QueryCandlesticksResponse>): QueryCandlesticksResponse;
|
|
55
55
|
};
|
|
56
56
|
export declare const QueryTradesRequest: {
|
|
57
57
|
encode(message: QueryTradesRequest, writer?: _m0.Writer): _m0.Writer;
|
|
58
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
58
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryTradesRequest;
|
|
59
59
|
fromJSON(object: any): QueryTradesRequest;
|
|
60
60
|
toJSON(message: QueryTradesRequest): unknown;
|
|
61
61
|
fromPartial(object: DeepPartial<QueryTradesRequest>): QueryTradesRequest;
|
|
62
62
|
};
|
|
63
63
|
export declare const QueryTradesResponse: {
|
|
64
64
|
encode(message: QueryTradesResponse, writer?: _m0.Writer): _m0.Writer;
|
|
65
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
65
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryTradesResponse;
|
|
66
66
|
fromJSON(object: any): QueryTradesResponse;
|
|
67
67
|
toJSON(message: QueryTradesResponse): unknown;
|
|
68
68
|
fromPartial(object: DeepPartial<QueryTradesResponse>): QueryTradesResponse;
|
|
69
69
|
};
|
|
70
70
|
export declare const QueryTradesForPositionRequest: {
|
|
71
71
|
encode(message: QueryTradesForPositionRequest, writer?: _m0.Writer): _m0.Writer;
|
|
72
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
72
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryTradesForPositionRequest;
|
|
73
73
|
fromJSON(object: any): QueryTradesForPositionRequest;
|
|
74
74
|
toJSON(message: QueryTradesForPositionRequest): unknown;
|
|
75
75
|
fromPartial(object: DeepPartial<QueryTradesForPositionRequest>): QueryTradesForPositionRequest;
|
|
76
76
|
};
|
|
77
77
|
export declare const QueryTradesForPositionResponse: {
|
|
78
78
|
encode(message: QueryTradesForPositionResponse, writer?: _m0.Writer): _m0.Writer;
|
|
79
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
79
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryTradesForPositionResponse;
|
|
80
80
|
fromJSON(object: any): QueryTradesForPositionResponse;
|
|
81
81
|
toJSON(message: QueryTradesForPositionResponse): unknown;
|
|
82
82
|
fromPartial(object: DeepPartial<QueryTradesForPositionResponse>): QueryTradesForPositionResponse;
|
|
@@ -100,8 +100,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
100
100
|
interface Rpc {
|
|
101
101
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
102
102
|
}
|
|
103
|
-
|
|
104
|
-
export
|
|
103
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
104
|
+
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 {} ? {
|
|
105
105
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
106
106
|
} : Partial<T>;
|
|
107
107
|
export {};
|
package/lib/codec/broker/tx.d.ts
CHANGED
|
@@ -14,21 +14,21 @@ export interface MsgInitiateLiquidationResponse {
|
|
|
14
14
|
}
|
|
15
15
|
export declare const LiquidatorPosition: {
|
|
16
16
|
encode(message: LiquidatorPosition, writer?: _m0.Writer): _m0.Writer;
|
|
17
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
17
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): LiquidatorPosition;
|
|
18
18
|
fromJSON(object: any): LiquidatorPosition;
|
|
19
19
|
toJSON(message: LiquidatorPosition): unknown;
|
|
20
20
|
fromPartial(object: DeepPartial<LiquidatorPosition>): LiquidatorPosition;
|
|
21
21
|
};
|
|
22
22
|
export declare const MsgInitiateLiquidation: {
|
|
23
23
|
encode(message: MsgInitiateLiquidation, writer?: _m0.Writer): _m0.Writer;
|
|
24
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
24
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInitiateLiquidation;
|
|
25
25
|
fromJSON(object: any): MsgInitiateLiquidation;
|
|
26
26
|
toJSON(message: MsgInitiateLiquidation): unknown;
|
|
27
27
|
fromPartial(object: DeepPartial<MsgInitiateLiquidation>): MsgInitiateLiquidation;
|
|
28
28
|
};
|
|
29
29
|
export declare const MsgInitiateLiquidationResponse: {
|
|
30
30
|
encode(_: MsgInitiateLiquidationResponse, writer?: _m0.Writer): _m0.Writer;
|
|
31
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
31
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInitiateLiquidationResponse;
|
|
32
32
|
fromJSON(_: any): MsgInitiateLiquidationResponse;
|
|
33
33
|
toJSON(_: MsgInitiateLiquidationResponse): unknown;
|
|
34
34
|
fromPartial(_: DeepPartial<MsgInitiateLiquidationResponse>): MsgInitiateLiquidationResponse;
|
|
@@ -46,8 +46,8 @@ export declare class MsgClientImpl implements Msg {
|
|
|
46
46
|
interface Rpc {
|
|
47
47
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
export
|
|
49
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
50
|
+
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 {} ? {
|
|
51
51
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
52
52
|
} : Partial<T>;
|
|
53
53
|
export {};
|
|
@@ -9,13 +9,13 @@ export interface DenomCrossChainInfo {
|
|
|
9
9
|
}
|
|
10
10
|
export declare const DenomCrossChainInfo: {
|
|
11
11
|
encode(message: DenomCrossChainInfo, writer?: _m0.Writer): _m0.Writer;
|
|
12
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
12
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DenomCrossChainInfo;
|
|
13
13
|
fromJSON(object: any): DenomCrossChainInfo;
|
|
14
14
|
toJSON(message: DenomCrossChainInfo): unknown;
|
|
15
15
|
fromPartial(object: DeepPartial<DenomCrossChainInfo>): DenomCrossChainInfo;
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
export
|
|
17
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
18
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
19
19
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
20
20
|
} : Partial<T>;
|
|
21
21
|
export {};
|
|
@@ -12,13 +12,13 @@ export interface DenomInfo {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const DenomInfo: {
|
|
14
14
|
encode(message: DenomInfo, writer?: _m0.Writer): _m0.Writer;
|
|
15
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
15
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): DenomInfo;
|
|
16
16
|
fromJSON(object: any): DenomInfo;
|
|
17
17
|
toJSON(message: DenomInfo): unknown;
|
|
18
18
|
fromPartial(object: DeepPartial<DenomInfo>): DenomInfo;
|
|
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 {};
|
|
@@ -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 {};
|
|
@@ -20,28 +20,28 @@ export interface QueryGetDenomCrossChainInfoResponse {
|
|
|
20
20
|
}
|
|
21
21
|
export declare const QueryGetDenomInfoRequest: {
|
|
22
22
|
encode(message: QueryGetDenomInfoRequest, writer?: _m0.Writer): _m0.Writer;
|
|
23
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
23
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetDenomInfoRequest;
|
|
24
24
|
fromJSON(object: any): QueryGetDenomInfoRequest;
|
|
25
25
|
toJSON(message: QueryGetDenomInfoRequest): unknown;
|
|
26
26
|
fromPartial(object: DeepPartial<QueryGetDenomInfoRequest>): QueryGetDenomInfoRequest;
|
|
27
27
|
};
|
|
28
28
|
export declare const QueryGetDenomInfoResponse: {
|
|
29
29
|
encode(message: QueryGetDenomInfoResponse, writer?: _m0.Writer): _m0.Writer;
|
|
30
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
30
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetDenomInfoResponse;
|
|
31
31
|
fromJSON(object: any): QueryGetDenomInfoResponse;
|
|
32
32
|
toJSON(message: QueryGetDenomInfoResponse): unknown;
|
|
33
33
|
fromPartial(object: DeepPartial<QueryGetDenomInfoResponse>): QueryGetDenomInfoResponse;
|
|
34
34
|
};
|
|
35
35
|
export declare const QueryGetDenomCrossChainInfoRequest: {
|
|
36
36
|
encode(message: QueryGetDenomCrossChainInfoRequest, writer?: _m0.Writer): _m0.Writer;
|
|
37
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
37
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetDenomCrossChainInfoRequest;
|
|
38
38
|
fromJSON(object: any): QueryGetDenomCrossChainInfoRequest;
|
|
39
39
|
toJSON(message: QueryGetDenomCrossChainInfoRequest): unknown;
|
|
40
40
|
fromPartial(object: DeepPartial<QueryGetDenomCrossChainInfoRequest>): QueryGetDenomCrossChainInfoRequest;
|
|
41
41
|
};
|
|
42
42
|
export declare const QueryGetDenomCrossChainInfoResponse: {
|
|
43
43
|
encode(message: QueryGetDenomCrossChainInfoResponse, writer?: _m0.Writer): _m0.Writer;
|
|
44
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
44
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGetDenomCrossChainInfoResponse;
|
|
45
45
|
fromJSON(object: any): QueryGetDenomCrossChainInfoResponse;
|
|
46
46
|
toJSON(message: QueryGetDenomCrossChainInfoResponse): unknown;
|
|
47
47
|
fromPartial(object: DeepPartial<QueryGetDenomCrossChainInfoResponse>): QueryGetDenomCrossChainInfoResponse;
|
|
@@ -61,8 +61,8 @@ export declare class QueryClientImpl implements Query {
|
|
|
61
61
|
interface Rpc {
|
|
62
62
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
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 {};
|
package/lib/codec/btcx/tx.d.ts
CHANGED
|
@@ -28,42 +28,42 @@ export interface MsgLockResponse {
|
|
|
28
28
|
}
|
|
29
29
|
export declare const MsgCreate: {
|
|
30
30
|
encode(message: MsgCreate, writer?: _m0.Writer): _m0.Writer;
|
|
31
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
31
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreate;
|
|
32
32
|
fromJSON(object: any): MsgCreate;
|
|
33
33
|
toJSON(message: MsgCreate): unknown;
|
|
34
34
|
fromPartial(object: DeepPartial<MsgCreate>): MsgCreate;
|
|
35
35
|
};
|
|
36
36
|
export declare const MsgCreateResponse: {
|
|
37
37
|
encode(_: MsgCreateResponse, writer?: _m0.Writer): _m0.Writer;
|
|
38
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
38
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgCreateResponse;
|
|
39
39
|
fromJSON(_: any): MsgCreateResponse;
|
|
40
40
|
toJSON(_: MsgCreateResponse): unknown;
|
|
41
41
|
fromPartial(_: DeepPartial<MsgCreateResponse>): MsgCreateResponse;
|
|
42
42
|
};
|
|
43
43
|
export declare const MsgBind: {
|
|
44
44
|
encode(message: MsgBind, writer?: _m0.Writer): _m0.Writer;
|
|
45
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
45
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBind;
|
|
46
46
|
fromJSON(object: any): MsgBind;
|
|
47
47
|
toJSON(message: MsgBind): unknown;
|
|
48
48
|
fromPartial(object: DeepPartial<MsgBind>): MsgBind;
|
|
49
49
|
};
|
|
50
50
|
export declare const MsgBindResponse: {
|
|
51
51
|
encode(_: MsgBindResponse, writer?: _m0.Writer): _m0.Writer;
|
|
52
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
52
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgBindResponse;
|
|
53
53
|
fromJSON(_: any): MsgBindResponse;
|
|
54
54
|
toJSON(_: MsgBindResponse): unknown;
|
|
55
55
|
fromPartial(_: DeepPartial<MsgBindResponse>): MsgBindResponse;
|
|
56
56
|
};
|
|
57
57
|
export declare const MsgLock: {
|
|
58
58
|
encode(message: MsgLock, writer?: _m0.Writer): _m0.Writer;
|
|
59
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
59
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLock;
|
|
60
60
|
fromJSON(object: any): MsgLock;
|
|
61
61
|
toJSON(message: MsgLock): unknown;
|
|
62
62
|
fromPartial(object: DeepPartial<MsgLock>): MsgLock;
|
|
63
63
|
};
|
|
64
64
|
export declare const MsgLockResponse: {
|
|
65
65
|
encode(_: MsgLockResponse, writer?: _m0.Writer): _m0.Writer;
|
|
66
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
66
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): MsgLockResponse;
|
|
67
67
|
fromJSON(_: any): MsgLockResponse;
|
|
68
68
|
toJSON(_: MsgLockResponse): unknown;
|
|
69
69
|
fromPartial(_: DeepPartial<MsgLockResponse>): MsgLockResponse;
|
|
@@ -85,8 +85,8 @@ export declare class MsgClientImpl implements Msg {
|
|
|
85
85
|
interface Rpc {
|
|
86
86
|
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
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 {};
|
|
@@ -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];
|
package/lib/codec/ccm/ccm.d.ts
CHANGED
|
@@ -7,13 +7,13 @@ export interface Params {
|
|
|
7
7
|
}
|
|
8
8
|
export declare const Params: {
|
|
9
9
|
encode(message: Params, writer?: _m0.Writer): _m0.Writer;
|
|
10
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
10
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Params;
|
|
11
11
|
fromJSON(object: any): Params;
|
|
12
12
|
toJSON(message: Params): unknown;
|
|
13
13
|
fromPartial(object: DeepPartial<Params>): Params;
|
|
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 {};
|
|
@@ -43,41 +43,41 @@ export interface GenesisState_ZionCreatedTxDetailsEntry {
|
|
|
43
43
|
}
|
|
44
44
|
export declare const GenesisState: {
|
|
45
45
|
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
46
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
46
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
47
47
|
fromJSON(object: any): GenesisState;
|
|
48
48
|
toJSON(message: GenesisState): unknown;
|
|
49
49
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
50
50
|
};
|
|
51
51
|
export declare const GenesisState_CreatedTxDetailsEntry: {
|
|
52
52
|
encode(message: GenesisState_CreatedTxDetailsEntry, writer?: _m0.Writer): _m0.Writer;
|
|
53
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
53
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_CreatedTxDetailsEntry;
|
|
54
54
|
fromJSON(object: any): GenesisState_CreatedTxDetailsEntry;
|
|
55
55
|
toJSON(message: GenesisState_CreatedTxDetailsEntry): unknown;
|
|
56
56
|
fromPartial(object: DeepPartial<GenesisState_CreatedTxDetailsEntry>): GenesisState_CreatedTxDetailsEntry;
|
|
57
57
|
};
|
|
58
58
|
export declare const GenesisState_ReceivedTxIdsEntry: {
|
|
59
59
|
encode(message: GenesisState_ReceivedTxIdsEntry, writer?: _m0.Writer): _m0.Writer;
|
|
60
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
60
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_ReceivedTxIdsEntry;
|
|
61
61
|
fromJSON(object: any): GenesisState_ReceivedTxIdsEntry;
|
|
62
62
|
toJSON(message: GenesisState_ReceivedTxIdsEntry): unknown;
|
|
63
63
|
fromPartial(object: DeepPartial<GenesisState_ReceivedTxIdsEntry>): GenesisState_ReceivedTxIdsEntry;
|
|
64
64
|
};
|
|
65
65
|
export declare const GenesisState_DenomCreatorsEntry: {
|
|
66
66
|
encode(message: GenesisState_DenomCreatorsEntry, writer?: _m0.Writer): _m0.Writer;
|
|
67
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
67
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_DenomCreatorsEntry;
|
|
68
68
|
fromJSON(object: any): GenesisState_DenomCreatorsEntry;
|
|
69
69
|
toJSON(message: GenesisState_DenomCreatorsEntry): unknown;
|
|
70
70
|
fromPartial(object: DeepPartial<GenesisState_DenomCreatorsEntry>): GenesisState_DenomCreatorsEntry;
|
|
71
71
|
};
|
|
72
72
|
export declare const GenesisState_ZionCreatedTxDetailsEntry: {
|
|
73
73
|
encode(message: GenesisState_ZionCreatedTxDetailsEntry, writer?: _m0.Writer): _m0.Writer;
|
|
74
|
-
decode(input: _m0.Reader | Uint8Array, length?: number
|
|
74
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState_ZionCreatedTxDetailsEntry;
|
|
75
75
|
fromJSON(object: any): GenesisState_ZionCreatedTxDetailsEntry;
|
|
76
76
|
toJSON(message: GenesisState_ZionCreatedTxDetailsEntry): unknown;
|
|
77
77
|
fromPartial(object: DeepPartial<GenesisState_ZionCreatedTxDetailsEntry>): GenesisState_ZionCreatedTxDetailsEntry;
|
|
78
78
|
};
|
|
79
|
-
|
|
80
|
-
export
|
|
79
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
80
|
+
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 {} ? {
|
|
81
81
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
82
82
|
} : Partial<T>;
|
|
83
83
|
export {};
|