@xpla/xplajs 1.8.1 → 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/esm/binary.js +2 -2
- 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/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 +2 -2
- 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 +15 -15
- package/esm/registry.js +2 -2
- 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/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/package.json +6 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Params, Validator, Delegation, UnbondingDelegation, Redelegation } from "./staking";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
4
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { Params, Validator, Delegation, UnbondingDelegation, Redelegation } from "./staking.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,7 +1,7 @@
|
|
|
1
|
-
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
|
|
2
|
-
import { Validator, DelegationResponse, UnbondingDelegation, RedelegationResponse, HistoricalInfo, Pool, Params } from "./staking";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination.js";
|
|
2
|
+
import { Validator, DelegationResponse, UnbondingDelegation, RedelegationResponse, HistoricalInfo, Pool, Params } from "./staking.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
function createBaseQueryValidatorsRequest() {
|
|
6
6
|
return {
|
|
7
7
|
status: "",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
2
|
import { createProtobufRpcClient } from "@cosmjs/stargate";
|
|
3
|
-
import { QueryValidatorsRequest, QueryValidatorsResponse, QueryValidatorRequest, QueryValidatorResponse, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponse, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponse, QueryDelegationRequest, QueryDelegationResponse, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponse, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponse, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponse, QueryRedelegationsRequest, QueryRedelegationsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponse, QueryHistoricalInfoRequest, QueryHistoricalInfoResponse, QueryPoolRequest, QueryPoolResponse, QueryParamsRequest, QueryParamsResponse } from "./query";
|
|
3
|
+
import { QueryValidatorsRequest, QueryValidatorsResponse, QueryValidatorRequest, QueryValidatorResponse, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponse, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponse, QueryDelegationRequest, QueryDelegationResponse, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponse, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponse, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponse, QueryRedelegationsRequest, QueryRedelegationsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponse, QueryHistoricalInfoRequest, QueryHistoricalInfoResponse, QueryPoolRequest, QueryPoolResponse, QueryParamsRequest, QueryParamsResponse } 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 { QueryValidatorsRequest, QueryValidatorsResponse, QueryValidatorRequest, QueryValidatorResponse, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponse, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponse, QueryDelegationRequest, QueryDelegationResponse, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponse, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponse, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponse, QueryRedelegationsRequest, QueryRedelegationsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponse, QueryHistoricalInfoRequest, QueryHistoricalInfoResponse, QueryPoolRequest, QueryPoolResponse, QueryParamsRequest, QueryParamsResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { QueryValidatorsRequest, QueryValidatorsResponse, QueryValidatorRequest, QueryValidatorResponse, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponse, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponse, QueryDelegationRequest, QueryDelegationResponse, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponse, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponse, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponse, QueryRedelegationsRequest, QueryRedelegationsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponse, QueryHistoricalInfoRequest, QueryHistoricalInfoResponse, QueryPoolRequest, QueryPoolResponse, QueryParamsRequest, QueryParamsResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* Validators queries all validators that match the given status.
|
|
5
5
|
*
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Header } from "../../../tendermint/types/types";
|
|
2
|
-
import { Timestamp } from "../../../google/protobuf/timestamp";
|
|
3
|
-
import { Any } from "../../../google/protobuf/any";
|
|
4
|
-
import { Duration } from "../../../google/protobuf/duration";
|
|
5
|
-
import { Coin } from "../../base/v1beta1/coin";
|
|
6
|
-
import { ValidatorUpdate } from "../../../tendermint/abci/types";
|
|
7
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
8
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
9
|
-
import { toTimestamp, fromTimestamp, isSet } from "../../../helpers";
|
|
1
|
+
import { Header } from "../../../tendermint/types/types.js";
|
|
2
|
+
import { Timestamp } from "../../../google/protobuf/timestamp.js";
|
|
3
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
4
|
+
import { Duration } from "../../../google/protobuf/duration.js";
|
|
5
|
+
import { Coin } from "../../base/v1beta1/coin.js";
|
|
6
|
+
import { ValidatorUpdate } from "../../../tendermint/abci/types.js";
|
|
7
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
8
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
9
|
+
import { toTimestamp, fromTimestamp, isSet } from "../../../helpers.js";
|
|
10
10
|
import { Decimal } from "@interchainjs/math";
|
|
11
11
|
import { encodePubkey, decodePubkey } from "@interchainjs/pubkey";
|
|
12
12
|
/** BondStatus is the status of a validator. */
|
|
@@ -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 AminoConverter = {
|
|
3
3
|
"/cosmos.staking.v1beta1.MsgCreateValidator": {
|
|
4
4
|
aminoType: "cosmos-sdk/MsgCreateValidator",
|
|
@@ -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 as CosmosProtoInterfaceDescriptor, 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 as CosmwasmWasmV1Contract, 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 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";
|
|
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 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";
|
|
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;
|