@xpla/xplajs 1.8.0 → 1.8.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/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/bundle.d.ts +38 -38
- package/cosmos/bundle.js +147 -147
- package/cosmos_proto/bundle.d.ts +1 -1
- package/cosmos_proto/bundle.js +2 -2
- package/cosmwasm/bundle.d.ts +3 -3
- package/cosmwasm/bundle.js +9 -9
- package/esm/binary.js +3 -3
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -2
- package/esm/cosmos/app/v1alpha1/config.js +3 -3
- package/esm/cosmos/app/v1alpha1/module.js +2 -2
- package/esm/cosmos/app/v1alpha1/query.js +3 -3
- package/esm/cosmos/app/v1alpha1/query.rpc.Query.js +2 -2
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -2
- package/esm/cosmos/auth/module/v1/module.js +2 -2
- package/esm/cosmos/auth/v1beta1/auth.js +4 -4
- package/esm/cosmos/auth/v1beta1/genesis.js +3 -3
- package/esm/cosmos/auth/v1beta1/query.js +7 -7
- package/esm/cosmos/auth/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/auth/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/auth/v1beta1/tx.js +3 -3
- package/esm/cosmos/auth/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/authz/module/v1/module.js +1 -1
- package/esm/cosmos/authz/v1beta1/authz.js +9 -9
- package/esm/cosmos/authz/v1beta1/event.js +1 -1
- package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
- package/esm/cosmos/authz/v1beta1/query.js +4 -4
- package/esm/cosmos/authz/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/authz/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/authz/v1beta1/tx.js +5 -5
- package/esm/cosmos/authz/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/autocli/v1/options.js +3 -3
- package/esm/cosmos/autocli/v1/query.js +4 -4
- package/esm/cosmos/autocli/v1/query.rpc.Query.js +2 -2
- package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -2
- package/esm/cosmos/bank/module/v1/module.js +1 -1
- package/esm/cosmos/bank/v1beta1/authz.js +3 -3
- package/esm/cosmos/bank/v1beta1/bank.js +3 -3
- package/esm/cosmos/bank/v1beta1/genesis.js +4 -4
- package/esm/cosmos/bank/v1beta1/query.js +5 -5
- package/esm/cosmos/bank/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/bank/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/bank/v1beta1/tx.js +4 -4
- package/esm/cosmos/bank/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/base/abci/v1beta1/abci.js +6 -6
- package/esm/cosmos/base/node/v1beta1/query.js +3 -3
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +2 -2
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -2
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +1 -1
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +2 -2
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +2 -2
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +2 -2
- package/esm/cosmos/base/tendermint/v1beta1/query.js +9 -9
- package/esm/cosmos/base/tendermint/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.Service.js +2 -2
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/base/tendermint/v1beta1/types.js +7 -7
- package/esm/cosmos/base/v1beta1/coin.js +1 -1
- package/esm/cosmos/bundle.js +150 -150
- package/esm/cosmos/consensus/module/v1/module.js +1 -1
- package/esm/cosmos/consensus/v1/query.js +3 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +2 -2
- package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -2
- package/esm/cosmos/consensus/v1/tx.amino.js +1 -1
- package/esm/cosmos/consensus/v1/tx.js +3 -3
- package/esm/cosmos/consensus/v1/tx.registry.js +1 -1
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -2
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -2
- package/esm/cosmos/distribution/module/v1/module.js +1 -1
- package/esm/cosmos/distribution/v1beta1/distribution.js +3 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +4 -4
- package/esm/cosmos/distribution/v1beta1/query.js +5 -5
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/distribution/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/distribution/v1beta1/tx.js +4 -4
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/evidence/module/v1/module.js +1 -1
- package/esm/cosmos/evidence/v1beta1/evidence.js +3 -3
- package/esm/cosmos/evidence/v1beta1/genesis.js +2 -2
- package/esm/cosmos/evidence/v1beta1/query.js +5 -5
- package/esm/cosmos/evidence/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/evidence/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/evidence/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/evidence/v1beta1/tx.js +4 -4
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/evidence/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/evm/feemarket/v1/events.js +1 -1
- package/esm/cosmos/evm/feemarket/v1/feemarket.js +1 -1
- package/esm/cosmos/evm/feemarket/v1/genesis.js +3 -3
- package/esm/cosmos/evm/feemarket/v1/query.js +3 -3
- package/esm/cosmos/evm/feemarket/v1/query.rpc.Query.js +2 -2
- package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +2 -2
- package/esm/cosmos/evm/feemarket/v1/tx.amino.js +1 -1
- package/esm/cosmos/evm/feemarket/v1/tx.js +3 -3
- package/esm/cosmos/evm/feemarket/v1/tx.registry.js +1 -1
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +2 -2
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/evm/vm/v1/events.js +1 -1
- package/esm/cosmos/evm/vm/v1/evm.js +3 -3
- package/esm/cosmos/evm/vm/v1/genesis.js +3 -3
- package/esm/cosmos/evm/vm/v1/query.js +7 -7
- package/esm/cosmos/evm/vm/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/evm/vm/v1/query.rpc.func.js +3 -3
- package/esm/cosmos/evm/vm/v1/tx.amino.js +1 -1
- package/esm/cosmos/evm/vm/v1/tx.js +5 -5
- package/esm/cosmos/evm/vm/v1/tx.registry.js +1 -1
- package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +2 -2
- package/esm/cosmos/evm/vm/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/feegrant/module/v1/module.js +1 -1
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +7 -7
- package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
- package/esm/cosmos/feegrant/v1beta1/query.js +4 -4
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/feegrant/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/feegrant/v1beta1/tx.js +4 -4
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/gov/module/v1/module.js +1 -1
- package/esm/cosmos/gov/v1/genesis.js +3 -3
- package/esm/cosmos/gov/v1/gov.js +7 -7
- package/esm/cosmos/gov/v1/query.js +5 -5
- package/esm/cosmos/gov/v1/query.lcd.js +1 -1
- package/esm/cosmos/gov/v1/query.rpc.Query.js +2 -2
- package/esm/cosmos/gov/v1/query.rpc.func.js +2 -2
- package/esm/cosmos/gov/v1/tx.amino.js +1 -1
- package/esm/cosmos/gov/v1/tx.js +12 -12
- package/esm/cosmos/gov/v1/tx.registry.js +1 -1
- package/esm/cosmos/gov/v1/tx.rpc.func.js +2 -2
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/gov/v1beta1/genesis.js +3 -3
- package/esm/cosmos/gov/v1beta1/gov.js +11 -11
- package/esm/cosmos/gov/v1beta1/query.js +5 -5
- package/esm/cosmos/gov/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/gov/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/gov/v1beta1/tx.js +10 -10
- package/esm/cosmos/gov/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/ics23/v1/proofs.js +3 -3
- package/esm/cosmos/mint/module/v1/module.js +1 -1
- package/esm/cosmos/mint/v1beta1/genesis.js +3 -3
- package/esm/cosmos/mint/v1beta1/mint.js +1 -1
- package/esm/cosmos/mint/v1beta1/query.js +4 -4
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/mint/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/mint/v1beta1/tx.js +3 -3
- package/esm/cosmos/mint/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/params/module/v1/module.js +1 -1
- package/esm/cosmos/params/v1beta1/params.js +2 -2
- package/esm/cosmos/params/v1beta1/query.js +3 -3
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/slashing/module/v1/module.js +1 -1
- package/esm/cosmos/slashing/v1beta1/genesis.js +3 -3
- package/esm/cosmos/slashing/v1beta1/query.js +4 -4
- package/esm/cosmos/slashing/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/slashing/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/slashing/v1beta1/slashing.js +4 -4
- package/esm/cosmos/slashing/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/slashing/v1beta1/tx.js +3 -3
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/slashing/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/staking/module/v1/module.js +1 -1
- package/esm/cosmos/staking/v1beta1/authz.js +4 -4
- package/esm/cosmos/staking/v1beta1/genesis.js +4 -4
- package/esm/cosmos/staking/v1beta1/query.js +4 -4
- package/esm/cosmos/staking/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/staking/v1beta1/staking.js +9 -9
- package/esm/cosmos/staking/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/staking/v1beta1/tx.js +7 -7
- package/esm/cosmos/staking/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/tx/config/v1/config.js +1 -1
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -5
- package/esm/cosmos/tx/v1beta1/service.js +8 -8
- package/esm/cosmos/tx/v1beta1/service.lcd.js +1 -1
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +2 -2
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +2 -2
- package/esm/cosmos/tx/v1beta1/tx.js +6 -6
- package/esm/cosmos/upgrade/module/v1/module.js +1 -1
- package/esm/cosmos/upgrade/v1beta1/query.js +4 -4
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/upgrade/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/upgrade/v1beta1/tx.js +3 -3
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +5 -5
- package/esm/cosmos_proto/bundle.js +1 -1
- package/esm/cosmos_proto/cosmos.js +1 -1
- package/esm/cosmwasm/bundle.js +10 -10
- package/esm/cosmwasm/wasm/v1/authz.js +6 -6
- package/esm/cosmwasm/wasm/v1/genesis.js +4 -4
- package/esm/cosmwasm/wasm/v1/ibc.js +2 -2
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +5 -5
- package/esm/cosmwasm/wasm/v1/query.js +5 -5
- package/esm/cosmwasm/wasm/v1/query.lcd.js +1 -1
- package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +2 -2
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +2 -2
- package/esm/cosmwasm/wasm/v1/tx.amino.js +1 -1
- package/esm/cosmwasm/wasm/v1/tx.js +5 -5
- package/esm/cosmwasm/wasm/v1/tx.registry.js +1 -1
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +2 -2
- package/esm/cosmwasm/wasm/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmwasm/wasm/v1/types.js +4 -4
- package/esm/ethermint/bundle.js +21 -21
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +2 -2
- package/esm/ethermint/evm/v1/events.js +1 -1
- package/esm/ethermint/evm/v1/evm.js +3 -3
- package/esm/ethermint/evm/v1/genesis.js +3 -3
- package/esm/ethermint/evm/v1/query.js +7 -7
- package/esm/ethermint/evm/v1/query.rpc.Query.js +3 -3
- package/esm/ethermint/evm/v1/query.rpc.func.js +3 -3
- package/esm/ethermint/evm/v1/tx.amino.js +1 -1
- package/esm/ethermint/evm/v1/tx.js +5 -5
- package/esm/ethermint/evm/v1/tx.registry.js +1 -1
- package/esm/ethermint/evm/v1/tx.rpc.func.js +2 -2
- package/esm/ethermint/evm/v1/tx.rpc.msg.js +2 -2
- package/esm/ethermint/feemarket/v1/events.js +1 -1
- package/esm/ethermint/feemarket/v1/feemarket.js +1 -1
- package/esm/ethermint/feemarket/v1/genesis.js +3 -3
- package/esm/ethermint/feemarket/v1/query.js +3 -3
- package/esm/ethermint/feemarket/v1/query.rpc.Query.js +2 -2
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +2 -2
- package/esm/ethermint/feemarket/v1/tx.amino.js +1 -1
- package/esm/ethermint/feemarket/v1/tx.js +3 -3
- package/esm/ethermint/feemarket/v1/tx.registry.js +1 -1
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -2
- package/esm/ethermint/feemarket/v1/tx.rpc.msg.js +2 -2
- package/esm/ethermint/types/v1/account.js +3 -3
- package/esm/ethermint/types/v1/dynamic_fee.js +1 -1
- package/esm/ethermint/types/v1/indexer.js +1 -1
- package/esm/ethermint/types/v1/web3.js +2 -2
- package/esm/extern.js +1 -1
- package/esm/google/api/http.js +2 -2
- package/esm/google/bundle.js +5 -5
- package/esm/google/protobuf/any.js +1 -1
- package/esm/google/protobuf/descriptor.js +3 -3
- package/esm/google/protobuf/duration.js +1 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/helper-func-types.js +4 -4
- package/esm/helpers.js +2 -31
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -1
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +2 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.amino.js +1 -1
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +5 -5
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -1
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +4 -4
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -2
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -2
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.amino.js +1 -1
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -4
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -1
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/applications/interchain_accounts/v1/account.js +3 -3
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +3 -3
- package/esm/ibc/applications/transfer/v1/authz.js +3 -3
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -1
- package/esm/ibc/applications/transfer/v1/genesis.js +5 -5
- package/esm/ibc/applications/transfer/v1/packet.js +1 -1
- package/esm/ibc/applications/transfer/v1/query.js +6 -6
- package/esm/ibc/applications/transfer/v1/query.lcd.js +1 -1
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +2 -2
- package/esm/ibc/applications/transfer/v1/token.js +2 -2
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -1
- package/esm/ibc/applications/transfer/v1/tx.amino.js +1 -1
- package/esm/ibc/applications/transfer/v1/tx.js +4 -4
- package/esm/ibc/applications/transfer/v1/tx.registry.js +1 -1
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/bundle.js +76 -76
- package/esm/ibc/core/channel/v1/channel.js +4 -4
- package/esm/ibc/core/channel/v1/genesis.js +3 -3
- package/esm/ibc/core/channel/v1/query.js +7 -7
- package/esm/ibc/core/channel/v1/query.lcd.js +1 -1
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/core/channel/v1/query.rpc.func.js +2 -2
- package/esm/ibc/core/channel/v1/tx.amino.js +1 -1
- package/esm/ibc/core/channel/v1/tx.js +5 -5
- package/esm/ibc/core/channel/v1/tx.registry.js +1 -1
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/channel/v2/genesis.js +3 -3
- package/esm/ibc/core/channel/v2/packet.js +3 -3
- package/esm/ibc/core/channel/v2/query.js +6 -6
- package/esm/ibc/core/channel/v2/query.lcd.js +1 -1
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +2 -2
- package/esm/ibc/core/channel/v2/query.rpc.func.js +2 -2
- package/esm/ibc/core/channel/v2/tx.amino.js +1 -1
- package/esm/ibc/core/channel/v2/tx.js +5 -5
- package/esm/ibc/core/channel/v2/tx.registry.js +1 -1
- package/esm/ibc/core/channel/v2/tx.rpc.func.js +2 -2
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/client/v1/client.js +3 -3
- package/esm/ibc/core/client/v1/genesis.js +4 -4
- package/esm/ibc/core/client/v1/query.js +7 -7
- package/esm/ibc/core/client/v1/query.lcd.js +1 -1
- package/esm/ibc/core/client/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/core/client/v1/query.rpc.func.js +2 -2
- package/esm/ibc/core/client/v1/tx.amino.js +1 -1
- package/esm/ibc/core/client/v1/tx.js +6 -6
- package/esm/ibc/core/client/v1/tx.registry.js +1 -1
- package/esm/ibc/core/client/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/client/v2/config.js +1 -1
- package/esm/ibc/core/client/v2/counterparty.js +2 -2
- package/esm/ibc/core/client/v2/genesis.js +3 -3
- package/esm/ibc/core/client/v2/query.js +4 -4
- package/esm/ibc/core/client/v2/query.rpc.Query.js +2 -2
- package/esm/ibc/core/client/v2/query.rpc.func.js +2 -2
- package/esm/ibc/core/client/v2/tx.amino.js +1 -1
- package/esm/ibc/core/client/v2/tx.js +4 -4
- package/esm/ibc/core/client/v2/tx.registry.js +1 -1
- package/esm/ibc/core/client/v2/tx.rpc.func.js +2 -2
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/commitment/v1/commitment.js +4 -4
- package/esm/ibc/core/commitment/v2/commitment.js +2 -2
- package/esm/ibc/core/connection/v1/connection.js +4 -4
- package/esm/ibc/core/connection/v1/genesis.js +3 -3
- package/esm/ibc/core/connection/v1/query.js +7 -7
- package/esm/ibc/core/connection/v1/query.lcd.js +1 -1
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/core/connection/v1/query.rpc.func.js +2 -2
- package/esm/ibc/core/connection/v1/tx.amino.js +1 -1
- package/esm/ibc/core/connection/v1/tx.js +6 -6
- package/esm/ibc/core/connection/v1/tx.registry.js +1 -1
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/types/v1/genesis.js +7 -7
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +6 -6
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +4 -4
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +10 -10
- package/esm/ibc/lightclients/wasm/v1/genesis.js +3 -3
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -4
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +1 -1
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/tx.amino.js +1 -1
- package/esm/ibc/lightclients/wasm/v1/tx.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +1 -1
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -4
- package/esm/index.js +16 -16
- package/esm/registry.js +3 -3
- package/esm/tendermint/abci/types.js +7 -7
- package/esm/tendermint/bundle.js +10 -10
- package/esm/tendermint/crypto/keys.js +2 -2
- package/esm/tendermint/crypto/proof.js +3 -3
- package/esm/tendermint/p2p/types.js +3 -3
- package/esm/tendermint/types/block.js +4 -4
- package/esm/tendermint/types/evidence.js +6 -6
- package/esm/tendermint/types/params.js +3 -3
- package/esm/tendermint/types/types.js +7 -7
- package/esm/tendermint/types/validator.js +4 -4
- package/esm/tendermint/version/types.js +1 -1
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/esm/xpla/bundle.js +22 -22
- package/esm/xpla/burn/v1beta1/burn.js +3 -3
- package/esm/xpla/burn/v1beta1/genesis.js +3 -3
- package/esm/xpla/burn/v1beta1/query.js +4 -4
- package/esm/xpla/burn/v1beta1/query.rpc.Query.js +2 -2
- package/esm/xpla/burn/v1beta1/query.rpc.func.js +2 -2
- package/esm/xpla/burn/v1beta1/tx.amino.js +1 -1
- package/esm/xpla/burn/v1beta1/tx.js +3 -3
- package/esm/xpla/burn/v1beta1/tx.registry.js +1 -1
- package/esm/xpla/burn/v1beta1/tx.rpc.func.js +2 -2
- package/esm/xpla/burn/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/xpla/lcd.js +29 -29
- package/esm/xpla/reward/v1beta1/genesis.js +3 -3
- package/esm/xpla/reward/v1beta1/query.js +4 -4
- package/esm/xpla/reward/v1beta1/query.rpc.Query.js +2 -2
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +2 -2
- package/esm/xpla/reward/v1beta1/reward.js +1 -1
- package/esm/xpla/reward/v1beta1/tx.amino.js +1 -1
- package/esm/xpla/reward/v1beta1/tx.js +4 -4
- package/esm/xpla/reward/v1beta1/tx.registry.js +1 -1
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +2 -2
- package/esm/xpla/reward/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/xpla/rpc.query.js +29 -29
- package/esm/xpla/rpc.tx.js +26 -26
- package/esm/xpla/volunteer/v1beta1/genesis.js +3 -3
- package/esm/xpla/volunteer/v1beta1/proposal.js +5 -5
- package/esm/xpla/volunteer/v1beta1/query.js +1 -1
- package/esm/xpla/volunteer/v1beta1/query.rpc.Query.js +2 -2
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -2
- package/esm/xpla/volunteer/v1beta1/tx.amino.js +1 -1
- package/esm/xpla/volunteer/v1beta1/tx.js +5 -5
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +1 -1
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +2 -2
- package/esm/xpla/volunteer/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/helper-func-types.d.ts +2 -2
- package/helper-func-types.js +4 -4
- package/helpers.d.ts +2 -4
- package/helpers.js +5 -34
- package/ibc/bundle.d.ts +7 -7
- package/ibc/bundle.js +53 -53
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +30 -8
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/types.d.ts +1 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
- package/xpla/rpc.query.d.ts +31 -31
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Description, CommissionRates, Params } from "./staking";
|
|
2
|
-
import { Any } from "../../../google/protobuf/any";
|
|
3
|
-
import { Coin } from "../../base/v1beta1/coin";
|
|
4
|
-
import { Timestamp } from "../../../google/protobuf/timestamp";
|
|
5
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
7
|
-
import { toTimestamp, fromTimestamp } from "../../../helpers";
|
|
1
|
+
import { Description, CommissionRates, Params } from "./staking.js";
|
|
2
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
3
|
+
import { Coin } from "../../base/v1beta1/coin.js";
|
|
4
|
+
import { Timestamp } from "../../../google/protobuf/timestamp.js";
|
|
5
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
6
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
7
|
+
import { toTimestamp, fromTimestamp } from "../../../helpers.js";
|
|
8
8
|
import { encodePubkey, decodePubkey } from "@interchainjs/pubkey";
|
|
9
9
|
import { Decimal } from "@interchainjs/math";
|
|
10
10
|
function createBaseMsgCreateValidator() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MsgCreateValidator, MsgEditValidator, MsgDelegate, MsgBeginRedelegate, MsgUndelegate, MsgCancelUnbondingDelegation, MsgUpdateParams } from "./tx";
|
|
1
|
+
import { MsgCreateValidator, MsgEditValidator, MsgDelegate, MsgBeginRedelegate, MsgUndelegate, MsgCancelUnbondingDelegation, MsgUpdateParams } from "./tx.js";
|
|
2
2
|
export const registry = [["/cosmos.staking.v1beta1.MsgCreateValidator", MsgCreateValidator], ["/cosmos.staking.v1beta1.MsgEditValidator", MsgEditValidator], ["/cosmos.staking.v1beta1.MsgDelegate", MsgDelegate], ["/cosmos.staking.v1beta1.MsgBeginRedelegate", MsgBeginRedelegate], ["/cosmos.staking.v1beta1.MsgUndelegate", MsgUndelegate], ["/cosmos.staking.v1beta1.MsgCancelUnbondingDelegation", MsgCancelUnbondingDelegation], ["/cosmos.staking.v1beta1.MsgUpdateParams", MsgUpdateParams]];
|
|
3
3
|
export const MessageComposer = {
|
|
4
4
|
encoded: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildTx } from "../../../helper-func-types";
|
|
2
|
-
import { MsgCreateValidator, MsgEditValidator, MsgDelegate, MsgBeginRedelegate, MsgUndelegate, MsgCancelUnbondingDelegation, MsgUpdateParams } from "./tx";
|
|
1
|
+
import { buildTx } from "../../../helper-func-types.js";
|
|
2
|
+
import { MsgCreateValidator, MsgEditValidator, MsgDelegate, MsgBeginRedelegate, MsgUndelegate, MsgCancelUnbondingDelegation, MsgUpdateParams } from "./tx.js";
|
|
3
3
|
/**
|
|
4
4
|
* CreateValidator defines a method for creating a new validator.
|
|
5
5
|
* @name createValidator
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
2
|
-
import { MsgCreateValidator, MsgCreateValidatorResponse, MsgEditValidator, MsgEditValidatorResponse, MsgDelegate, MsgDelegateResponse, MsgBeginRedelegate, MsgBeginRedelegateResponse, MsgUndelegate, MsgUndelegateResponse, MsgCancelUnbondingDelegation, MsgCancelUnbondingDelegationResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
|
+
import { MsgCreateValidator, MsgCreateValidatorResponse, MsgEditValidator, MsgEditValidatorResponse, MsgDelegate, MsgDelegateResponse, MsgBeginRedelegate, MsgBeginRedelegateResponse, MsgUndelegate, MsgUndelegateResponse, MsgCancelUnbondingDelegation, MsgCancelUnbondingDelegationResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./tx.js";
|
|
3
3
|
export class MsgClientImpl {
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { CompactBitArray } from "../../../crypto/multisig/v1beta1/multisig";
|
|
2
|
-
import { Any } from "../../../../google/protobuf/any";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
-
import { isSet, bytesFromBase64, base64FromBytes } from "../../../../helpers";
|
|
5
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
1
|
+
import { CompactBitArray } from "../../../crypto/multisig/v1beta1/multisig.js";
|
|
2
|
+
import { Any } from "../../../../google/protobuf/any.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary.js";
|
|
4
|
+
import { isSet, bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
|
|
5
|
+
import { GlobalDecoderRegistry } from "../../../../registry.js";
|
|
6
6
|
/**
|
|
7
7
|
* SignMode represents a signing mode with its own security guarantees.
|
|
8
8
|
*
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Tx } from "./tx";
|
|
2
|
-
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
|
|
3
|
-
import { TxResponse, GasInfo, Result } from "../../base/abci/v1beta1/abci";
|
|
4
|
-
import { BlockID } from "../../../tendermint/types/types";
|
|
5
|
-
import { Block } from "../../../tendermint/types/block";
|
|
6
|
-
import { isSet, bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
7
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
8
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Tx } from "./tx.js";
|
|
2
|
+
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination.js";
|
|
3
|
+
import { TxResponse, GasInfo, Result } from "../../base/abci/v1beta1/abci.js";
|
|
4
|
+
import { BlockID } from "../../../tendermint/types/types.js";
|
|
5
|
+
import { Block } from "../../../tendermint/types/block.js";
|
|
6
|
+
import { isSet, bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
7
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
8
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
9
9
|
/** OrderBy defines the sorting order */
|
|
10
10
|
export var OrderBy;
|
|
11
11
|
(function (OrderBy) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
2
|
import { createProtobufRpcClient } from "@cosmjs/stargate";
|
|
3
|
-
import { SimulateRequest, SimulateResponse, GetTxRequest, GetTxResponse, BroadcastTxRequest, BroadcastTxResponse, GetTxsEventRequest, GetTxsEventResponse, GetBlockWithTxsRequest, GetBlockWithTxsResponse, TxDecodeRequest, TxDecodeResponse, TxEncodeRequest, TxEncodeResponse, TxEncodeAminoRequest, TxEncodeAminoResponse, TxDecodeAminoRequest, TxDecodeAminoResponse } from "./service";
|
|
3
|
+
import { SimulateRequest, SimulateResponse, GetTxRequest, GetTxResponse, BroadcastTxRequest, BroadcastTxResponse, GetTxsEventRequest, GetTxsEventResponse, GetBlockWithTxsRequest, GetBlockWithTxsResponse, TxDecodeRequest, TxDecodeResponse, TxEncodeRequest, TxEncodeResponse, TxEncodeAminoRequest, TxEncodeAminoResponse, TxDecodeAminoRequest, TxDecodeAminoResponse } from "./service.js";
|
|
4
4
|
export class ServiceClientImpl {
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildQuery } from "../../../helper-func-types";
|
|
2
|
-
import { SimulateRequest, SimulateResponse, GetTxRequest, GetTxResponse, BroadcastTxRequest, BroadcastTxResponse, GetTxsEventRequest, GetTxsEventResponse, GetBlockWithTxsRequest, GetBlockWithTxsResponse, TxDecodeRequest, TxDecodeResponse, TxEncodeRequest, TxEncodeResponse, TxEncodeAminoRequest, TxEncodeAminoResponse, TxDecodeAminoRequest, TxDecodeAminoResponse } from "./service";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { SimulateRequest, SimulateResponse, GetTxRequest, GetTxResponse, BroadcastTxRequest, BroadcastTxResponse, GetTxsEventRequest, GetTxsEventResponse, GetBlockWithTxsRequest, GetBlockWithTxsResponse, TxDecodeRequest, TxDecodeResponse, TxEncodeRequest, TxEncodeResponse, TxEncodeAminoRequest, TxEncodeAminoResponse, TxDecodeAminoRequest, TxDecodeAminoResponse } from "./service.js";
|
|
3
3
|
/**
|
|
4
4
|
* Simulate simulates executing a transaction for estimating gas usage.
|
|
5
5
|
* @name getSimulate
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Any } from "../../../google/protobuf/any";
|
|
2
|
-
import { CompactBitArray } from "../../crypto/multisig/v1beta1/multisig";
|
|
3
|
-
import { Coin } from "../../base/v1beta1/coin";
|
|
4
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
6
|
-
import { bytesFromBase64, base64FromBytes, isSet } from "../../../helpers";
|
|
1
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
2
|
+
import { CompactBitArray } from "../../crypto/multisig/v1beta1/multisig.js";
|
|
3
|
+
import { Coin } from "../../base/v1beta1/coin.js";
|
|
4
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
5
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
6
|
+
import { bytesFromBase64, base64FromBytes, isSet } from "../../../helpers.js";
|
|
7
7
|
function createBaseTx() {
|
|
8
8
|
return {
|
|
9
9
|
body: undefined,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Plan, ModuleVersion } from "./upgrade";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Plan, ModuleVersion } from "./upgrade.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
function createBaseQueryCurrentPlanRequest() {
|
|
6
6
|
return {};
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
2
|
import { createProtobufRpcClient } from "@cosmjs/stargate";
|
|
3
|
-
import { QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryAuthorityRequest, QueryAuthorityResponse } from "./query";
|
|
3
|
+
import { QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryAuthorityRequest, QueryAuthorityResponse } from "./query.js";
|
|
4
4
|
export class QueryClientImpl {
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildQuery } from "../../../helper-func-types";
|
|
2
|
-
import { QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryAuthorityRequest, QueryAuthorityResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryAuthorityRequest, QueryAuthorityResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* CurrentPlan queries the current upgrade plan.
|
|
5
5
|
* @name getCurrentPlan
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Plan } from "./upgrade";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Plan } from "./upgrade.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseMsgSoftwareUpgrade() {
|
|
5
5
|
return {
|
|
6
6
|
authority: "",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MsgSoftwareUpgrade, MsgCancelUpgrade } from "./tx";
|
|
1
|
+
import { MsgSoftwareUpgrade, MsgCancelUpgrade } from "./tx.js";
|
|
2
2
|
export const registry = [["/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade", MsgSoftwareUpgrade], ["/cosmos.upgrade.v1beta1.MsgCancelUpgrade", MsgCancelUpgrade]];
|
|
3
3
|
export const MessageComposer = {
|
|
4
4
|
encoded: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildTx } from "../../../helper-func-types";
|
|
2
|
-
import { MsgSoftwareUpgrade, MsgCancelUpgrade } from "./tx";
|
|
1
|
+
import { buildTx } from "../../../helper-func-types.js";
|
|
2
|
+
import { MsgSoftwareUpgrade, MsgCancelUpgrade } from "./tx.js";
|
|
3
3
|
/**
|
|
4
4
|
* SoftwareUpgrade is a governance operation for initiating a software upgrade.
|
|
5
5
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
2
|
-
import { MsgSoftwareUpgrade, MsgSoftwareUpgradeResponse, MsgCancelUpgrade, MsgCancelUpgradeResponse } from "./tx";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
|
+
import { MsgSoftwareUpgrade, MsgSoftwareUpgradeResponse, MsgCancelUpgrade, MsgCancelUpgradeResponse } from "./tx.js";
|
|
3
3
|
export class MsgClientImpl {
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Timestamp } from "../../../google/protobuf/timestamp";
|
|
2
|
-
import { Any } from "../../../google/protobuf/any";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { toTimestamp, fromTimestamp } from "../../../helpers";
|
|
5
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Timestamp } from "../../../google/protobuf/timestamp.js";
|
|
2
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { toTimestamp, fromTimestamp } from "../../../helpers.js";
|
|
5
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
6
6
|
function createBasePlan() {
|
|
7
7
|
return {
|
|
8
8
|
name: "",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ScalarType, ScalarTypeAmino, InterfaceDescriptor, ScalarDescriptor } from "./cosmos";
|
|
1
|
+
export { ScalarType, ScalarTypeAmino, InterfaceDescriptor as CosmosProtoInterfaceDescriptor, ScalarDescriptor } from "./cosmos.js";
|
package/esm/cosmwasm/bundle.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "./wasm/v1/authz";
|
|
2
|
-
export { GenesisState as CosmwasmWasmV1GenesisState, Code, Contract, Sequence } from "./wasm/v1/genesis";
|
|
3
|
-
export * from "./wasm/v1/ibc";
|
|
4
|
-
export * from "./wasm/v1/proposal_legacy";
|
|
5
|
-
export { QueryContractInfoRequest, QueryContractInfoResponse, QueryContractHistoryRequest, QueryContractHistoryResponse, QueryContractsByCodeRequest, QueryContractsByCodeResponse, QueryAllContractStateRequest, QueryAllContractStateResponse, QueryRawContractStateRequest, QueryRawContractStateResponse, QuerySmartContractStateRequest, QuerySmartContractStateResponse, QueryCodeRequest as CosmwasmWasmV1QueryCodeRequest, QueryCodeInfoRequest, QueryCodeInfoResponse, CodeInfoResponse, QueryCodeResponse as CosmwasmWasmV1QueryCodeResponse, QueryCodesRequest, QueryCodesResponse, QueryPinnedCodesRequest, QueryPinnedCodesResponse, QueryParamsRequest as CosmwasmWasmV1QueryParamsRequest, QueryParamsResponse as CosmwasmWasmV1QueryParamsResponse, QueryContractsByCreatorRequest, QueryContractsByCreatorResponse, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigResponse, QueryBuildAddressRequest, QueryBuildAddressResponse } from "./wasm/v1/query";
|
|
6
|
-
export { MsgStoreCode, MsgStoreCodeResponse, MsgInstantiateContract, MsgInstantiateContractResponse, MsgInstantiateContract2, MsgInstantiateContract2Response, MsgExecuteContract, MsgExecuteContractResponse, MsgMigrateContract, MsgMigrateContractResponse, MsgUpdateAdmin, MsgUpdateAdminResponse, MsgClearAdmin, MsgClearAdminResponse, MsgUpdateInstantiateConfig, MsgUpdateInstantiateConfigResponse, MsgUpdateParams as CosmwasmWasmV1MsgUpdateParams, MsgUpdateParamsResponse as CosmwasmWasmV1MsgUpdateParamsResponse, MsgSudoContract, MsgSudoContractResponse, MsgPinCodes, MsgPinCodesResponse, MsgUnpinCodes, MsgUnpinCodesResponse, MsgStoreAndInstantiateContract, MsgStoreAndInstantiateContractResponse, MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesResponse, MsgRemoveCodeUploadParamsAddresses, MsgRemoveCodeUploadParamsAddressesResponse, MsgStoreAndMigrateContract, MsgStoreAndMigrateContractResponse, MsgUpdateContractLabel, MsgUpdateContractLabelResponse } from "./wasm/v1/tx";
|
|
7
|
-
export { AccessType as CosmwasmWasmV1AccessType, AccessTypeAmino as CosmwasmWasmV1AccessTypeAmino, ContractCodeHistoryOperationType, ContractCodeHistoryOperationTypeAmino, AccessTypeParam, AccessConfig, Params as CosmwasmWasmV1Params, CodeInfo, ContractInfo, ContractCodeHistoryEntry, AbsoluteTxPosition, Model } from "./wasm/v1/types";
|
|
8
|
-
export { registry as CosmwasmWasmV1Registry, MessageComposer as CosmwasmWasmV1MessageComposer } from "./wasm/v1/tx.registry";
|
|
9
|
-
export { getContractInfo, getContractHistory, getContractsByCode, getAllContractState, getRawContractState, getSmartContractState, getCode as getCodeCosmwasmWasmV1, getCodes, getCodeInfo, getPinnedCodes, getParams as getParamsCosmwasmWasmV1, getContractsByCreator, getWasmLimitsConfig, getBuildAddress } from "./wasm/v1/query.rpc.func";
|
|
10
|
-
export { storeCode, instantiateContract, instantiateContract2, executeContract, migrateContract, updateAdmin, clearAdmin, updateInstantiateConfig, updateParams as updateParamsCosmwasmWasmV1, sudoContract, pinCodes, unpinCodes, storeAndInstantiateContract, removeCodeUploadParamsAddresses, addCodeUploadParamsAddresses, storeAndMigrateContract, updateContractLabel } from "./wasm/v1/tx.rpc.func";
|
|
1
|
+
export * from "./wasm/v1/authz.js";
|
|
2
|
+
export { GenesisState as CosmwasmWasmV1GenesisState, Code, Contract as CosmwasmWasmV1Contract, Sequence } from "./wasm/v1/genesis.js";
|
|
3
|
+
export * from "./wasm/v1/ibc.js";
|
|
4
|
+
export * from "./wasm/v1/proposal_legacy.js";
|
|
5
|
+
export { QueryContractInfoRequest, QueryContractInfoResponse, QueryContractHistoryRequest, QueryContractHistoryResponse, QueryContractsByCodeRequest, QueryContractsByCodeResponse, QueryAllContractStateRequest, QueryAllContractStateResponse, QueryRawContractStateRequest, QueryRawContractStateResponse, QuerySmartContractStateRequest, QuerySmartContractStateResponse, QueryCodeRequest as CosmwasmWasmV1QueryCodeRequest, QueryCodeInfoRequest, QueryCodeInfoResponse, CodeInfoResponse, QueryCodeResponse as CosmwasmWasmV1QueryCodeResponse, QueryCodesRequest, QueryCodesResponse, QueryPinnedCodesRequest, QueryPinnedCodesResponse, QueryParamsRequest as CosmwasmWasmV1QueryParamsRequest, QueryParamsResponse as CosmwasmWasmV1QueryParamsResponse, QueryContractsByCreatorRequest, QueryContractsByCreatorResponse, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigResponse, QueryBuildAddressRequest, QueryBuildAddressResponse } from "./wasm/v1/query.js";
|
|
6
|
+
export { MsgStoreCode as CosmwasmWasmV1MsgStoreCode, MsgStoreCodeResponse as CosmwasmWasmV1MsgStoreCodeResponse, MsgInstantiateContract, MsgInstantiateContractResponse, MsgInstantiateContract2, MsgInstantiateContract2Response, MsgExecuteContract, MsgExecuteContractResponse, MsgMigrateContract as CosmwasmWasmV1MsgMigrateContract, MsgMigrateContractResponse as CosmwasmWasmV1MsgMigrateContractResponse, MsgUpdateAdmin, MsgUpdateAdminResponse, MsgClearAdmin, MsgClearAdminResponse, MsgUpdateInstantiateConfig, MsgUpdateInstantiateConfigResponse, MsgUpdateParams as CosmwasmWasmV1MsgUpdateParams, MsgUpdateParamsResponse as CosmwasmWasmV1MsgUpdateParamsResponse, MsgSudoContract, MsgSudoContractResponse, MsgPinCodes, MsgPinCodesResponse, MsgUnpinCodes, MsgUnpinCodesResponse, MsgStoreAndInstantiateContract, MsgStoreAndInstantiateContractResponse, MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesResponse, MsgRemoveCodeUploadParamsAddresses, MsgRemoveCodeUploadParamsAddressesResponse, MsgStoreAndMigrateContract, MsgStoreAndMigrateContractResponse, MsgUpdateContractLabel, MsgUpdateContractLabelResponse } from "./wasm/v1/tx.js";
|
|
7
|
+
export { AccessType as CosmwasmWasmV1AccessType, AccessTypeAmino as CosmwasmWasmV1AccessTypeAmino, ContractCodeHistoryOperationType, ContractCodeHistoryOperationTypeAmino, AccessTypeParam, AccessConfig, Params as CosmwasmWasmV1Params, CodeInfo, ContractInfo, ContractCodeHistoryEntry, AbsoluteTxPosition, Model } from "./wasm/v1/types.js";
|
|
8
|
+
export { registry as CosmwasmWasmV1Registry, MessageComposer as CosmwasmWasmV1MessageComposer } from "./wasm/v1/tx.registry.js";
|
|
9
|
+
export { getContractInfo, getContractHistory, getContractsByCode, getAllContractState, getRawContractState, getSmartContractState, getCode as getCodeCosmwasmWasmV1, getCodes, getCodeInfo, getPinnedCodes, getParams as getParamsCosmwasmWasmV1, getContractsByCreator, getWasmLimitsConfig, getBuildAddress } from "./wasm/v1/query.rpc.func.js";
|
|
10
|
+
export { storeCode as storeCodeCosmwasmWasmV1, instantiateContract, instantiateContract2, executeContract, migrateContract as migrateContractCosmwasmWasmV1, updateAdmin, clearAdmin, updateInstantiateConfig, updateParams as updateParamsCosmwasmWasmV1, sudoContract, pinCodes, unpinCodes, storeAndInstantiateContract, removeCodeUploadParamsAddresses, addCodeUploadParamsAddresses, storeAndMigrateContract, updateContractLabel } from "./wasm/v1/tx.rpc.func.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AccessConfig } from "./types";
|
|
2
|
-
import { Any } from "../../../google/protobuf/any";
|
|
3
|
-
import { Coin } from "../../../cosmos/base/v1beta1/coin";
|
|
4
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
6
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { AccessConfig } from "./types.js";
|
|
2
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
3
|
+
import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
|
|
4
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
5
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
6
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
7
7
|
import { toUtf8, fromUtf8 } from "@interchainjs/encoding";
|
|
8
8
|
function createBaseStoreCodeAuthorization() {
|
|
9
9
|
return {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Params, CodeInfo, ContractInfo, Model, ContractCodeHistoryEntry } from "./types";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
4
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { Params, CodeInfo, ContractInfo, Model, ContractCodeHistoryEntry } from "./types.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
5
5
|
function createBaseGenesisState() {
|
|
6
6
|
return {
|
|
7
7
|
params: Params.fromPartial({}),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
2
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
3
3
|
function createBaseMsgIBCSend() {
|
|
4
4
|
return {
|
|
5
5
|
channel: "",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccessConfig } from "./types";
|
|
2
|
-
import { Coin } from "../../../cosmos/base/v1beta1/coin";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
5
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { AccessConfig } from "./types.js";
|
|
2
|
+
import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
6
6
|
import { fromBase64, toBase64, toUtf8, fromUtf8 } from "@interchainjs/encoding";
|
|
7
7
|
function createBaseStoreCodeProposal() {
|
|
8
8
|
return {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
-
import { ContractInfo, ContractCodeHistoryEntry, Model, AccessConfig, Params } from "./types";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
5
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination.js";
|
|
2
|
+
import { ContractInfo, ContractCodeHistoryEntry, Model, AccessConfig, Params } from "./types.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
5
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
6
6
|
import { toUtf8, fromUtf8 } from "@interchainjs/encoding";
|
|
7
7
|
function createBaseQueryContractInfoRequest() {
|
|
8
8
|
return {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
2
|
import { createProtobufRpcClient } from "@cosmjs/stargate";
|
|
3
|
-
import { QueryContractInfoRequest, QueryContractInfoResponse, QueryContractHistoryRequest, QueryContractHistoryResponse, QueryContractsByCodeRequest, QueryContractsByCodeResponse, QueryAllContractStateRequest, QueryAllContractStateResponse, QueryRawContractStateRequest, QueryRawContractStateResponse, QuerySmartContractStateRequest, QuerySmartContractStateResponse, QueryCodeRequest, QueryCodeResponse, QueryCodesRequest, QueryCodesResponse, QueryCodeInfoRequest, QueryCodeInfoResponse, QueryPinnedCodesRequest, QueryPinnedCodesResponse, QueryParamsRequest, QueryParamsResponse, QueryContractsByCreatorRequest, QueryContractsByCreatorResponse, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigResponse, QueryBuildAddressRequest, QueryBuildAddressResponse } from "./query";
|
|
3
|
+
import { QueryContractInfoRequest, QueryContractInfoResponse, QueryContractHistoryRequest, QueryContractHistoryResponse, QueryContractsByCodeRequest, QueryContractsByCodeResponse, QueryAllContractStateRequest, QueryAllContractStateResponse, QueryRawContractStateRequest, QueryRawContractStateResponse, QuerySmartContractStateRequest, QuerySmartContractStateResponse, QueryCodeRequest, QueryCodeResponse, QueryCodesRequest, QueryCodesResponse, QueryCodeInfoRequest, QueryCodeInfoResponse, QueryPinnedCodesRequest, QueryPinnedCodesResponse, QueryParamsRequest, QueryParamsResponse, QueryContractsByCreatorRequest, QueryContractsByCreatorResponse, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigResponse, QueryBuildAddressRequest, QueryBuildAddressResponse } from "./query.js";
|
|
4
4
|
export class QueryClientImpl {
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildQuery } from "../../../helper-func-types";
|
|
2
|
-
import { QueryContractInfoRequest, QueryContractInfoResponse, QueryContractHistoryRequest, QueryContractHistoryResponse, QueryContractsByCodeRequest, QueryContractsByCodeResponse, QueryAllContractStateRequest, QueryAllContractStateResponse, QueryRawContractStateRequest, QueryRawContractStateResponse, QuerySmartContractStateRequest, QuerySmartContractStateResponse, QueryCodeRequest, QueryCodeResponse, QueryCodesRequest, QueryCodesResponse, QueryCodeInfoRequest, QueryCodeInfoResponse, QueryPinnedCodesRequest, QueryPinnedCodesResponse, QueryParamsRequest, QueryParamsResponse, QueryContractsByCreatorRequest, QueryContractsByCreatorResponse, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigResponse, QueryBuildAddressRequest, QueryBuildAddressResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { QueryContractInfoRequest, QueryContractInfoResponse, QueryContractHistoryRequest, QueryContractHistoryResponse, QueryContractsByCodeRequest, QueryContractsByCodeResponse, QueryAllContractStateRequest, QueryAllContractStateResponse, QueryRawContractStateRequest, QueryRawContractStateResponse, QuerySmartContractStateRequest, QuerySmartContractStateResponse, QueryCodeRequest, QueryCodeResponse, QueryCodesRequest, QueryCodesResponse, QueryCodeInfoRequest, QueryCodeInfoResponse, QueryPinnedCodesRequest, QueryPinnedCodesResponse, QueryParamsRequest, QueryParamsResponse, QueryContractsByCreatorRequest, QueryContractsByCreatorResponse, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigResponse, QueryBuildAddressRequest, QueryBuildAddressResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* ContractInfo gets the contract meta data
|
|
5
5
|
* @name getContractInfo
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgMigrateContract, MsgUpdateAdmin, MsgClearAdmin, MsgUpdateInstantiateConfig, MsgUpdateParams, MsgSudoContract, MsgPinCodes, MsgUnpinCodes, MsgStoreAndInstantiateContract, MsgRemoveCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddresses, MsgStoreAndMigrateContract, MsgUpdateContractLabel } from "./tx";
|
|
1
|
+
import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgMigrateContract, MsgUpdateAdmin, MsgClearAdmin, MsgUpdateInstantiateConfig, MsgUpdateParams, MsgSudoContract, MsgPinCodes, MsgUnpinCodes, MsgStoreAndInstantiateContract, MsgRemoveCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddresses, MsgStoreAndMigrateContract, MsgUpdateContractLabel } from "./tx.js";
|
|
2
2
|
export const AminoConverter = {
|
|
3
3
|
"/cosmwasm.wasm.v1.MsgStoreCode": {
|
|
4
4
|
aminoType: "wasm/MsgStoreCode",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccessConfig, Params } from "./types";
|
|
2
|
-
import { Coin } from "../../../cosmos/base/v1beta1/coin";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
5
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { AccessConfig, Params } from "./types.js";
|
|
2
|
+
import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
6
6
|
import { fromBase64, toBase64, toUtf8, fromUtf8 } from "@interchainjs/encoding";
|
|
7
7
|
function createBaseMsgStoreCode() {
|
|
8
8
|
return {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgMigrateContract, MsgUpdateAdmin, MsgClearAdmin, MsgUpdateInstantiateConfig, MsgUpdateParams, MsgSudoContract, MsgPinCodes, MsgUnpinCodes, MsgStoreAndInstantiateContract, MsgRemoveCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddresses, MsgStoreAndMigrateContract, MsgUpdateContractLabel } from "./tx";
|
|
1
|
+
import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgMigrateContract, MsgUpdateAdmin, MsgClearAdmin, MsgUpdateInstantiateConfig, MsgUpdateParams, MsgSudoContract, MsgPinCodes, MsgUnpinCodes, MsgStoreAndInstantiateContract, MsgRemoveCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddresses, MsgStoreAndMigrateContract, MsgUpdateContractLabel } from "./tx.js";
|
|
2
2
|
export const registry = [["/cosmwasm.wasm.v1.MsgStoreCode", MsgStoreCode], ["/cosmwasm.wasm.v1.MsgInstantiateContract", MsgInstantiateContract], ["/cosmwasm.wasm.v1.MsgInstantiateContract2", MsgInstantiateContract2], ["/cosmwasm.wasm.v1.MsgExecuteContract", MsgExecuteContract], ["/cosmwasm.wasm.v1.MsgMigrateContract", MsgMigrateContract], ["/cosmwasm.wasm.v1.MsgUpdateAdmin", MsgUpdateAdmin], ["/cosmwasm.wasm.v1.MsgClearAdmin", MsgClearAdmin], ["/cosmwasm.wasm.v1.MsgUpdateInstantiateConfig", MsgUpdateInstantiateConfig], ["/cosmwasm.wasm.v1.MsgUpdateParams", MsgUpdateParams], ["/cosmwasm.wasm.v1.MsgSudoContract", MsgSudoContract], ["/cosmwasm.wasm.v1.MsgPinCodes", MsgPinCodes], ["/cosmwasm.wasm.v1.MsgUnpinCodes", MsgUnpinCodes], ["/cosmwasm.wasm.v1.MsgStoreAndInstantiateContract", MsgStoreAndInstantiateContract], ["/cosmwasm.wasm.v1.MsgRemoveCodeUploadParamsAddresses", MsgRemoveCodeUploadParamsAddresses], ["/cosmwasm.wasm.v1.MsgAddCodeUploadParamsAddresses", MsgAddCodeUploadParamsAddresses], ["/cosmwasm.wasm.v1.MsgStoreAndMigrateContract", MsgStoreAndMigrateContract], ["/cosmwasm.wasm.v1.MsgUpdateContractLabel", MsgUpdateContractLabel]];
|
|
3
3
|
export const MessageComposer = {
|
|
4
4
|
encoded: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildTx } from "../../../helper-func-types";
|
|
2
|
-
import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgMigrateContract, MsgUpdateAdmin, MsgClearAdmin, MsgUpdateInstantiateConfig, MsgUpdateParams, MsgSudoContract, MsgPinCodes, MsgUnpinCodes, MsgStoreAndInstantiateContract, MsgRemoveCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddresses, MsgStoreAndMigrateContract, MsgUpdateContractLabel } from "./tx";
|
|
1
|
+
import { buildTx } from "../../../helper-func-types.js";
|
|
2
|
+
import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecuteContract, MsgMigrateContract, MsgUpdateAdmin, MsgClearAdmin, MsgUpdateInstantiateConfig, MsgUpdateParams, MsgSudoContract, MsgPinCodes, MsgUnpinCodes, MsgStoreAndInstantiateContract, MsgRemoveCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddresses, MsgStoreAndMigrateContract, MsgUpdateContractLabel } from "./tx.js";
|
|
3
3
|
/**
|
|
4
4
|
* StoreCode to submit Wasm code to the system
|
|
5
5
|
* @name storeCode
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
2
|
-
import { MsgStoreCode, MsgStoreCodeResponse, MsgInstantiateContract, MsgInstantiateContractResponse, MsgInstantiateContract2, MsgInstantiateContract2Response, MsgExecuteContract, MsgExecuteContractResponse, MsgMigrateContract, MsgMigrateContractResponse, MsgUpdateAdmin, MsgUpdateAdminResponse, MsgClearAdmin, MsgClearAdminResponse, MsgUpdateInstantiateConfig, MsgUpdateInstantiateConfigResponse, MsgUpdateParams, MsgUpdateParamsResponse, MsgSudoContract, MsgSudoContractResponse, MsgPinCodes, MsgPinCodesResponse, MsgUnpinCodes, MsgUnpinCodesResponse, MsgStoreAndInstantiateContract, MsgStoreAndInstantiateContractResponse, MsgRemoveCodeUploadParamsAddresses, MsgRemoveCodeUploadParamsAddressesResponse, MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesResponse, MsgStoreAndMigrateContract, MsgStoreAndMigrateContractResponse, MsgUpdateContractLabel, MsgUpdateContractLabelResponse } from "./tx";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
|
+
import { MsgStoreCode, MsgStoreCodeResponse, MsgInstantiateContract, MsgInstantiateContractResponse, MsgInstantiateContract2, MsgInstantiateContract2Response, MsgExecuteContract, MsgExecuteContractResponse, MsgMigrateContract, MsgMigrateContractResponse, MsgUpdateAdmin, MsgUpdateAdminResponse, MsgClearAdmin, MsgClearAdminResponse, MsgUpdateInstantiateConfig, MsgUpdateInstantiateConfigResponse, MsgUpdateParams, MsgUpdateParamsResponse, MsgSudoContract, MsgSudoContractResponse, MsgPinCodes, MsgPinCodesResponse, MsgUnpinCodes, MsgUnpinCodesResponse, MsgStoreAndInstantiateContract, MsgStoreAndInstantiateContractResponse, MsgRemoveCodeUploadParamsAddresses, MsgRemoveCodeUploadParamsAddressesResponse, MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesResponse, MsgStoreAndMigrateContract, MsgStoreAndMigrateContractResponse, MsgUpdateContractLabel, MsgUpdateContractLabelResponse } from "./tx.js";
|
|
3
3
|
export class MsgClientImpl {
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Any } from "../../../google/protobuf/any";
|
|
2
|
-
import { isSet, bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
2
|
+
import { isSet, bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
import { toUtf8, fromUtf8 } from "@interchainjs/encoding";
|
|
6
6
|
/** AccessType permission types */
|
|
7
7
|
export var AccessType;
|
package/esm/ethermint/bundle.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export * from "./crypto/v1/ethsecp256k1/keys";
|
|
2
|
-
export { EventEthereumTx as EthermintEvmV1EventEthereumTx, EventTxLog as EthermintEvmV1EventTxLog, EventMessage as EthermintEvmV1EventMessage, EventBlockBloom as EthermintEvmV1EventBlockBloom } from "./evm/v1/events";
|
|
3
|
-
export { Params as EthermintEvmV1Params, ChainConfig as EthermintEvmV1ChainConfig, State as EthermintEvmV1State, TransactionLogs as EthermintEvmV1TransactionLogs, Log as EthermintEvmV1Log, TxResult as EthermintEvmV1TxResult, AccessTuple as EthermintEvmV1AccessTuple, TraceConfig as EthermintEvmV1TraceConfig } from "./evm/v1/evm";
|
|
4
|
-
export { GenesisState as EthermintEvmV1GenesisState, GenesisAccount as EthermintEvmV1GenesisAccount } from "./evm/v1/genesis";
|
|
5
|
-
export { QueryAccountRequest as EthermintEvmV1QueryAccountRequest, QueryAccountResponse as EthermintEvmV1QueryAccountResponse, QueryCosmosAccountRequest as EthermintEvmV1QueryCosmosAccountRequest, QueryCosmosAccountResponse as EthermintEvmV1QueryCosmosAccountResponse, QueryValidatorAccountRequest as EthermintEvmV1QueryValidatorAccountRequest, QueryValidatorAccountResponse as EthermintEvmV1QueryValidatorAccountResponse, QueryBalanceRequest as EthermintEvmV1QueryBalanceRequest, QueryBalanceResponse as EthermintEvmV1QueryBalanceResponse, QueryStorageRequest as EthermintEvmV1QueryStorageRequest, QueryStorageResponse as EthermintEvmV1QueryStorageResponse, QueryCodeRequest as EthermintEvmV1QueryCodeRequest, QueryCodeResponse as EthermintEvmV1QueryCodeResponse, QueryTxLogsRequest as EthermintEvmV1QueryTxLogsRequest, QueryTxLogsResponse as EthermintEvmV1QueryTxLogsResponse, QueryParamsRequest as EthermintEvmV1QueryParamsRequest, QueryParamsResponse as EthermintEvmV1QueryParamsResponse, EthCallRequest as EthermintEvmV1EthCallRequest, EstimateGasResponse as EthermintEvmV1EstimateGasResponse, QueryTraceTxRequest as EthermintEvmV1QueryTraceTxRequest, QueryTraceTxResponse as EthermintEvmV1QueryTraceTxResponse, QueryTraceBlockRequest as EthermintEvmV1QueryTraceBlockRequest, QueryTraceBlockResponse as EthermintEvmV1QueryTraceBlockResponse, QueryBaseFeeRequest as EthermintEvmV1QueryBaseFeeRequest, QueryBaseFeeResponse as EthermintEvmV1QueryBaseFeeResponse } from "./evm/v1/query";
|
|
6
|
-
export { MsgEthereumTx as EthermintEvmV1MsgEthereumTx, LegacyTx as EthermintEvmV1LegacyTx, AccessListTx as EthermintEvmV1AccessListTx, DynamicFeeTx as EthermintEvmV1DynamicFeeTx, ExtensionOptionsEthereumTx as EthermintEvmV1ExtensionOptionsEthereumTx, MsgEthereumTxResponse as EthermintEvmV1MsgEthereumTxResponse, MsgUpdateParams as EthermintEvmV1MsgUpdateParams, MsgUpdateParamsResponse as EthermintEvmV1MsgUpdateParamsResponse } from "./evm/v1/tx";
|
|
7
|
-
export { EventFeeMarket as EthermintFeemarketV1EventFeeMarket, EventBlockGas as EthermintFeemarketV1EventBlockGas } from "./feemarket/v1/events";
|
|
8
|
-
export { Params as EthermintFeemarketV1Params } from "./feemarket/v1/feemarket";
|
|
9
|
-
export { GenesisState as EthermintFeemarketV1GenesisState } from "./feemarket/v1/genesis";
|
|
10
|
-
export { QueryParamsRequest as EthermintFeemarketV1QueryParamsRequest, QueryParamsResponse as EthermintFeemarketV1QueryParamsResponse, QueryBaseFeeRequest as EthermintFeemarketV1QueryBaseFeeRequest, QueryBaseFeeResponse as EthermintFeemarketV1QueryBaseFeeResponse, QueryBlockGasRequest as EthermintFeemarketV1QueryBlockGasRequest, QueryBlockGasResponse as EthermintFeemarketV1QueryBlockGasResponse } from "./feemarket/v1/query";
|
|
11
|
-
export { MsgUpdateParams as EthermintFeemarketV1MsgUpdateParams, MsgUpdateParamsResponse as EthermintFeemarketV1MsgUpdateParamsResponse } from "./feemarket/v1/tx";
|
|
12
|
-
export * from "./types/v1/account";
|
|
13
|
-
export * from "./types/v1/dynamic_fee";
|
|
14
|
-
export { TxResult as EthermintTypesV1TxResult } from "./types/v1/indexer";
|
|
15
|
-
export * from "./types/v1/web3";
|
|
16
|
-
export { registry as EthermintEvmV1Registry, MessageComposer as EthermintEvmV1MessageComposer } from "./evm/v1/tx.registry";
|
|
17
|
-
export { registry as EthermintFeemarketV1Registry, MessageComposer as EthermintFeemarketV1MessageComposer } from "./feemarket/v1/tx.registry";
|
|
18
|
-
export { getAccount as getAccountEthermintEvmV1, getCosmosAccount as getCosmosAccountEthermintEvmV1, getValidatorAccount as getValidatorAccountEthermintEvmV1, getBalance as getBalanceEthermintEvmV1, getStorage as getStorageEthermintEvmV1, getCode as getCodeEthermintEvmV1, getParams as getParamsEthermintEvmV1, getEthCall as getEthCallEthermintEvmV1, getEstimateGas as getEstimateGasEthermintEvmV1, getTraceTx as getTraceTxEthermintEvmV1, getTraceBlock as getTraceBlockEthermintEvmV1, getBaseFee as getBaseFeeEthermintEvmV1 } from "./evm/v1/query.rpc.func";
|
|
19
|
-
export { getParams as getParamsEthermintFeemarketV1, getBaseFee as getBaseFeeEthermintFeemarketV1, getBlockGas as getBlockGasEthermintFeemarketV1 } from "./feemarket/v1/query.rpc.func";
|
|
20
|
-
export { ethereumTx as ethereumTxEthermintEvmV1, updateParams as updateParamsEthermintEvmV1 } from "./evm/v1/tx.rpc.func";
|
|
21
|
-
export { updateParams as updateParamsEthermintFeemarketV1 } from "./feemarket/v1/tx.rpc.func";
|
|
1
|
+
export * from "./crypto/v1/ethsecp256k1/keys.js";
|
|
2
|
+
export { EventEthereumTx as EthermintEvmV1EventEthereumTx, EventTxLog as EthermintEvmV1EventTxLog, EventMessage as EthermintEvmV1EventMessage, EventBlockBloom as EthermintEvmV1EventBlockBloom } from "./evm/v1/events.js";
|
|
3
|
+
export { Params as EthermintEvmV1Params, ChainConfig as EthermintEvmV1ChainConfig, State as EthermintEvmV1State, TransactionLogs as EthermintEvmV1TransactionLogs, Log as EthermintEvmV1Log, TxResult as EthermintEvmV1TxResult, AccessTuple as EthermintEvmV1AccessTuple, TraceConfig as EthermintEvmV1TraceConfig } from "./evm/v1/evm.js";
|
|
4
|
+
export { GenesisState as EthermintEvmV1GenesisState, GenesisAccount as EthermintEvmV1GenesisAccount } from "./evm/v1/genesis.js";
|
|
5
|
+
export { QueryAccountRequest as EthermintEvmV1QueryAccountRequest, QueryAccountResponse as EthermintEvmV1QueryAccountResponse, QueryCosmosAccountRequest as EthermintEvmV1QueryCosmosAccountRequest, QueryCosmosAccountResponse as EthermintEvmV1QueryCosmosAccountResponse, QueryValidatorAccountRequest as EthermintEvmV1QueryValidatorAccountRequest, QueryValidatorAccountResponse as EthermintEvmV1QueryValidatorAccountResponse, QueryBalanceRequest as EthermintEvmV1QueryBalanceRequest, QueryBalanceResponse as EthermintEvmV1QueryBalanceResponse, QueryStorageRequest as EthermintEvmV1QueryStorageRequest, QueryStorageResponse as EthermintEvmV1QueryStorageResponse, QueryCodeRequest as EthermintEvmV1QueryCodeRequest, QueryCodeResponse as EthermintEvmV1QueryCodeResponse, QueryTxLogsRequest as EthermintEvmV1QueryTxLogsRequest, QueryTxLogsResponse as EthermintEvmV1QueryTxLogsResponse, QueryParamsRequest as EthermintEvmV1QueryParamsRequest, QueryParamsResponse as EthermintEvmV1QueryParamsResponse, EthCallRequest as EthermintEvmV1EthCallRequest, EstimateGasResponse as EthermintEvmV1EstimateGasResponse, QueryTraceTxRequest as EthermintEvmV1QueryTraceTxRequest, QueryTraceTxResponse as EthermintEvmV1QueryTraceTxResponse, QueryTraceBlockRequest as EthermintEvmV1QueryTraceBlockRequest, QueryTraceBlockResponse as EthermintEvmV1QueryTraceBlockResponse, QueryBaseFeeRequest as EthermintEvmV1QueryBaseFeeRequest, QueryBaseFeeResponse as EthermintEvmV1QueryBaseFeeResponse } from "./evm/v1/query.js";
|
|
6
|
+
export { MsgEthereumTx as EthermintEvmV1MsgEthereumTx, LegacyTx as EthermintEvmV1LegacyTx, AccessListTx as EthermintEvmV1AccessListTx, DynamicFeeTx as EthermintEvmV1DynamicFeeTx, ExtensionOptionsEthereumTx as EthermintEvmV1ExtensionOptionsEthereumTx, MsgEthereumTxResponse as EthermintEvmV1MsgEthereumTxResponse, MsgUpdateParams as EthermintEvmV1MsgUpdateParams, MsgUpdateParamsResponse as EthermintEvmV1MsgUpdateParamsResponse } from "./evm/v1/tx.js";
|
|
7
|
+
export { EventFeeMarket as EthermintFeemarketV1EventFeeMarket, EventBlockGas as EthermintFeemarketV1EventBlockGas } from "./feemarket/v1/events.js";
|
|
8
|
+
export { Params as EthermintFeemarketV1Params } from "./feemarket/v1/feemarket.js";
|
|
9
|
+
export { GenesisState as EthermintFeemarketV1GenesisState } from "./feemarket/v1/genesis.js";
|
|
10
|
+
export { QueryParamsRequest as EthermintFeemarketV1QueryParamsRequest, QueryParamsResponse as EthermintFeemarketV1QueryParamsResponse, QueryBaseFeeRequest as EthermintFeemarketV1QueryBaseFeeRequest, QueryBaseFeeResponse as EthermintFeemarketV1QueryBaseFeeResponse, QueryBlockGasRequest as EthermintFeemarketV1QueryBlockGasRequest, QueryBlockGasResponse as EthermintFeemarketV1QueryBlockGasResponse } from "./feemarket/v1/query.js";
|
|
11
|
+
export { MsgUpdateParams as EthermintFeemarketV1MsgUpdateParams, MsgUpdateParamsResponse as EthermintFeemarketV1MsgUpdateParamsResponse } from "./feemarket/v1/tx.js";
|
|
12
|
+
export * from "./types/v1/account.js";
|
|
13
|
+
export * from "./types/v1/dynamic_fee.js";
|
|
14
|
+
export { TxResult as EthermintTypesV1TxResult } from "./types/v1/indexer.js";
|
|
15
|
+
export * from "./types/v1/web3.js";
|
|
16
|
+
export { registry as EthermintEvmV1Registry, MessageComposer as EthermintEvmV1MessageComposer } from "./evm/v1/tx.registry.js";
|
|
17
|
+
export { registry as EthermintFeemarketV1Registry, MessageComposer as EthermintFeemarketV1MessageComposer } from "./feemarket/v1/tx.registry.js";
|
|
18
|
+
export { getAccount as getAccountEthermintEvmV1, getCosmosAccount as getCosmosAccountEthermintEvmV1, getValidatorAccount as getValidatorAccountEthermintEvmV1, getBalance as getBalanceEthermintEvmV1, getStorage as getStorageEthermintEvmV1, getCode as getCodeEthermintEvmV1, getParams as getParamsEthermintEvmV1, getEthCall as getEthCallEthermintEvmV1, getEstimateGas as getEstimateGasEthermintEvmV1, getTraceTx as getTraceTxEthermintEvmV1, getTraceBlock as getTraceBlockEthermintEvmV1, getBaseFee as getBaseFeeEthermintEvmV1 } from "./evm/v1/query.rpc.func.js";
|
|
19
|
+
export { getParams as getParamsEthermintFeemarketV1, getBaseFee as getBaseFeeEthermintFeemarketV1, getBlockGas as getBlockGasEthermintFeemarketV1 } from "./feemarket/v1/query.rpc.func.js";
|
|
20
|
+
export { ethereumTx as ethereumTxEthermintEvmV1, updateParams as updateParamsEthermintEvmV1 } from "./evm/v1/tx.rpc.func.js";
|
|
21
|
+
export { updateParams as updateParamsEthermintFeemarketV1 } from "./feemarket/v1/tx.rpc.func.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
-
import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary.js";
|
|
2
|
+
import { bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
|
|
3
3
|
function createBasePubKey() {
|
|
4
4
|
return {
|
|
5
5
|
key: new Uint8Array()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
3
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
2
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
3
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
4
4
|
function createBaseParams() {
|
|
5
5
|
return {
|
|
6
6
|
evmDenom: "",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Params, State } from "./evm";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Params, State } from "./evm.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseGenesisState() {
|
|
5
5
|
return {
|
|
6
6
|
accounts: [],
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { MsgEthereumTx } from "./tx";
|
|
2
|
-
import { TraceConfig, Log, Params } from "./evm";
|
|
3
|
-
import { Timestamp } from "../../../google/protobuf/timestamp";
|
|
4
|
-
import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination";
|
|
5
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
|
-
import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp } from "../../../helpers";
|
|
7
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { MsgEthereumTx } from "./tx.js";
|
|
2
|
+
import { TraceConfig, Log, Params } from "./evm.js";
|
|
3
|
+
import { Timestamp } from "../../../google/protobuf/timestamp.js";
|
|
4
|
+
import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination.js";
|
|
5
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
6
|
+
import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp } from "../../../helpers.js";
|
|
7
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
8
8
|
function createBaseQueryAccountRequest() {
|
|
9
9
|
return {
|
|
10
10
|
address: ""
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MsgEthereumTxResponse } from "./tx";
|
|
2
|
-
import { BinaryReader } from "../../../binary";
|
|
1
|
+
import { MsgEthereumTxResponse } from "./tx.js";
|
|
2
|
+
import { BinaryReader } from "../../../binary.js";
|
|
3
3
|
import { createProtobufRpcClient } from "@cosmjs/stargate";
|
|
4
|
-
import { QueryAccountRequest, QueryAccountResponse, QueryCosmosAccountRequest, QueryCosmosAccountResponse, QueryValidatorAccountRequest, QueryValidatorAccountResponse, QueryBalanceRequest, QueryBalanceResponse, QueryStorageRequest, QueryStorageResponse, QueryCodeRequest, QueryCodeResponse, QueryParamsRequest, QueryParamsResponse, EthCallRequest, EstimateGasResponse, QueryTraceTxRequest, QueryTraceTxResponse, QueryTraceBlockRequest, QueryTraceBlockResponse, QueryBaseFeeRequest, QueryBaseFeeResponse } from "./query";
|
|
4
|
+
import { QueryAccountRequest, QueryAccountResponse, QueryCosmosAccountRequest, QueryCosmosAccountResponse, QueryValidatorAccountRequest, QueryValidatorAccountResponse, QueryBalanceRequest, QueryBalanceResponse, QueryStorageRequest, QueryStorageResponse, QueryCodeRequest, QueryCodeResponse, QueryParamsRequest, QueryParamsResponse, EthCallRequest, EstimateGasResponse, QueryTraceTxRequest, QueryTraceTxResponse, QueryTraceBlockRequest, QueryTraceBlockResponse, QueryBaseFeeRequest, QueryBaseFeeResponse } from "./query.js";
|
|
5
5
|
export class QueryClientImpl {
|
|
6
6
|
rpc;
|
|
7
7
|
constructor(rpc) {
|