@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
package/cosmos_proto/bundle.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ScalarType, ScalarTypeAmino, InterfaceDescriptor, InterfaceDescriptorProtoMsg, InterfaceDescriptorAmino, InterfaceDescriptorAminoMsg, ScalarDescriptor, ScalarDescriptorProtoMsg, ScalarDescriptorAmino, ScalarDescriptorAminoMsg } from "./cosmos";
|
|
1
|
+
export { ScalarType, ScalarTypeAmino, InterfaceDescriptor as CosmosProtoInterfaceDescriptor, InterfaceDescriptorProtoMsg as CosmosProtoInterfaceDescriptorProtoMsg, InterfaceDescriptorAmino as CosmosProtoInterfaceDescriptorAmino, InterfaceDescriptorAminoMsg as CosmosProtoInterfaceDescriptorAminoMsg, ScalarDescriptor, ScalarDescriptorProtoMsg, ScalarDescriptorAmino, ScalarDescriptorAminoMsg } from "./cosmos";
|
package/cosmos_proto/bundle.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ScalarDescriptor = exports.
|
|
3
|
+
exports.ScalarDescriptor = exports.CosmosProtoInterfaceDescriptor = exports.ScalarTypeAmino = exports.ScalarType = void 0;
|
|
4
4
|
var cosmos_1 = require("./cosmos");
|
|
5
5
|
Object.defineProperty(exports, "ScalarType", { enumerable: true, get: function () { return cosmos_1.ScalarType; } });
|
|
6
6
|
Object.defineProperty(exports, "ScalarTypeAmino", { enumerable: true, get: function () { return cosmos_1.ScalarTypeAmino; } });
|
|
7
|
-
Object.defineProperty(exports, "
|
|
7
|
+
Object.defineProperty(exports, "CosmosProtoInterfaceDescriptor", { enumerable: true, get: function () { return cosmos_1.InterfaceDescriptor; } });
|
|
8
8
|
Object.defineProperty(exports, "ScalarDescriptor", { enumerable: true, get: function () { return cosmos_1.ScalarDescriptor; } });
|
package/cosmwasm/bundle.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export * from "./wasm/v1/authz";
|
|
2
|
-
export { GenesisState as CosmwasmWasmV1GenesisState, GenesisStateProtoMsg as CosmwasmWasmV1GenesisStateProtoMsg, GenesisStateAmino as CosmwasmWasmV1GenesisStateAmino, GenesisStateAminoMsg as CosmwasmWasmV1GenesisStateAminoMsg, Code, CodeProtoMsg, CodeAmino, CodeAminoMsg, Contract, ContractProtoMsg, ContractAmino, ContractAminoMsg, Sequence, SequenceProtoMsg, SequenceAmino, SequenceAminoMsg } from "./wasm/v1/genesis";
|
|
2
|
+
export { GenesisState as CosmwasmWasmV1GenesisState, GenesisStateProtoMsg as CosmwasmWasmV1GenesisStateProtoMsg, GenesisStateAmino as CosmwasmWasmV1GenesisStateAmino, GenesisStateAminoMsg as CosmwasmWasmV1GenesisStateAminoMsg, Code, CodeProtoMsg, CodeAmino, CodeAminoMsg, Contract as CosmwasmWasmV1Contract, ContractProtoMsg as CosmwasmWasmV1ContractProtoMsg, ContractAmino as CosmwasmWasmV1ContractAmino, ContractAminoMsg as CosmwasmWasmV1ContractAminoMsg, Sequence, SequenceProtoMsg, SequenceAmino, SequenceAminoMsg } from "./wasm/v1/genesis";
|
|
3
3
|
export * from "./wasm/v1/ibc";
|
|
4
4
|
export * from "./wasm/v1/proposal_legacy";
|
|
5
5
|
export { QueryContractInfoRequest, QueryContractInfoRequestProtoMsg, QueryContractInfoRequestAmino, QueryContractInfoRequestAminoMsg, QueryContractInfoResponse, QueryContractInfoResponseProtoMsg, QueryContractInfoResponseAmino, QueryContractInfoResponseAminoMsg, QueryContractHistoryRequest, QueryContractHistoryRequestProtoMsg, QueryContractHistoryRequestAmino, QueryContractHistoryRequestAminoMsg, QueryContractHistoryResponse, QueryContractHistoryResponseProtoMsg, QueryContractHistoryResponseAmino, QueryContractHistoryResponseAminoMsg, QueryContractsByCodeRequest, QueryContractsByCodeRequestProtoMsg, QueryContractsByCodeRequestAmino, QueryContractsByCodeRequestAminoMsg, QueryContractsByCodeResponse, QueryContractsByCodeResponseProtoMsg, QueryContractsByCodeResponseAmino, QueryContractsByCodeResponseAminoMsg, QueryAllContractStateRequest, QueryAllContractStateRequestProtoMsg, QueryAllContractStateRequestAmino, QueryAllContractStateRequestAminoMsg, QueryAllContractStateResponse, QueryAllContractStateResponseProtoMsg, QueryAllContractStateResponseAmino, QueryAllContractStateResponseAminoMsg, QueryRawContractStateRequest, QueryRawContractStateRequestProtoMsg, QueryRawContractStateRequestAmino, QueryRawContractStateRequestAminoMsg, QueryRawContractStateResponse, QueryRawContractStateResponseProtoMsg, QueryRawContractStateResponseAmino, QueryRawContractStateResponseAminoMsg, QuerySmartContractStateRequest, QuerySmartContractStateRequestProtoMsg, QuerySmartContractStateRequestAmino, QuerySmartContractStateRequestAminoMsg, QuerySmartContractStateResponse, QuerySmartContractStateResponseProtoMsg, QuerySmartContractStateResponseAmino, QuerySmartContractStateResponseAminoMsg, QueryCodeRequest as CosmwasmWasmV1QueryCodeRequest, QueryCodeRequestProtoMsg as CosmwasmWasmV1QueryCodeRequestProtoMsg, QueryCodeRequestAmino as CosmwasmWasmV1QueryCodeRequestAmino, QueryCodeRequestAminoMsg as CosmwasmWasmV1QueryCodeRequestAminoMsg, QueryCodeInfoRequest, QueryCodeInfoRequestProtoMsg, QueryCodeInfoRequestAmino, QueryCodeInfoRequestAminoMsg, QueryCodeInfoResponse, QueryCodeInfoResponseProtoMsg, QueryCodeInfoResponseAmino, QueryCodeInfoResponseAminoMsg, CodeInfoResponse, CodeInfoResponseProtoMsg, CodeInfoResponseAmino, CodeInfoResponseAminoMsg, QueryCodeResponse as CosmwasmWasmV1QueryCodeResponse, QueryCodeResponseProtoMsg as CosmwasmWasmV1QueryCodeResponseProtoMsg, QueryCodeResponseAmino as CosmwasmWasmV1QueryCodeResponseAmino, QueryCodeResponseAminoMsg as CosmwasmWasmV1QueryCodeResponseAminoMsg, QueryCodesRequest, QueryCodesRequestProtoMsg, QueryCodesRequestAmino, QueryCodesRequestAminoMsg, QueryCodesResponse, QueryCodesResponseProtoMsg, QueryCodesResponseAmino, QueryCodesResponseAminoMsg, QueryPinnedCodesRequest, QueryPinnedCodesRequestProtoMsg, QueryPinnedCodesRequestAmino, QueryPinnedCodesRequestAminoMsg, QueryPinnedCodesResponse, QueryPinnedCodesResponseProtoMsg, QueryPinnedCodesResponseAmino, QueryPinnedCodesResponseAminoMsg, QueryParamsRequest as CosmwasmWasmV1QueryParamsRequest, QueryParamsRequestProtoMsg as CosmwasmWasmV1QueryParamsRequestProtoMsg, QueryParamsRequestAmino as CosmwasmWasmV1QueryParamsRequestAmino, QueryParamsRequestAminoMsg as CosmwasmWasmV1QueryParamsRequestAminoMsg, QueryParamsResponse as CosmwasmWasmV1QueryParamsResponse, QueryParamsResponseProtoMsg as CosmwasmWasmV1QueryParamsResponseProtoMsg, QueryParamsResponseAmino as CosmwasmWasmV1QueryParamsResponseAmino, QueryParamsResponseAminoMsg as CosmwasmWasmV1QueryParamsResponseAminoMsg, QueryContractsByCreatorRequest, QueryContractsByCreatorRequestProtoMsg, QueryContractsByCreatorRequestAmino, QueryContractsByCreatorRequestAminoMsg, QueryContractsByCreatorResponse, QueryContractsByCreatorResponseProtoMsg, QueryContractsByCreatorResponseAmino, QueryContractsByCreatorResponseAminoMsg, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigRequestProtoMsg, QueryWasmLimitsConfigRequestAmino, QueryWasmLimitsConfigRequestAminoMsg, QueryWasmLimitsConfigResponse, QueryWasmLimitsConfigResponseProtoMsg, QueryWasmLimitsConfigResponseAmino, QueryWasmLimitsConfigResponseAminoMsg, QueryBuildAddressRequest, QueryBuildAddressRequestProtoMsg, QueryBuildAddressRequestAmino, QueryBuildAddressRequestAminoMsg, QueryBuildAddressResponse, QueryBuildAddressResponseProtoMsg, QueryBuildAddressResponseAmino, QueryBuildAddressResponseAminoMsg } from "./wasm/v1/query";
|
|
6
|
-
export { MsgStoreCode, MsgStoreCodeProtoMsg, MsgStoreCodeAmino, MsgStoreCodeAminoMsg, MsgStoreCodeResponse, MsgStoreCodeResponseProtoMsg, MsgStoreCodeResponseAmino, MsgStoreCodeResponseAminoMsg, MsgInstantiateContract, MsgInstantiateContractProtoMsg, MsgInstantiateContractAmino, MsgInstantiateContractAminoMsg, MsgInstantiateContractResponse, MsgInstantiateContractResponseProtoMsg, MsgInstantiateContractResponseAmino, MsgInstantiateContractResponseAminoMsg, MsgInstantiateContract2, MsgInstantiateContract2ProtoMsg, MsgInstantiateContract2Amino, MsgInstantiateContract2AminoMsg, MsgInstantiateContract2Response, MsgInstantiateContract2ResponseProtoMsg, MsgInstantiateContract2ResponseAmino, MsgInstantiateContract2ResponseAminoMsg, MsgExecuteContract, MsgExecuteContractProtoMsg, MsgExecuteContractAmino, MsgExecuteContractAminoMsg, MsgExecuteContractResponse, MsgExecuteContractResponseProtoMsg, MsgExecuteContractResponseAmino, MsgExecuteContractResponseAminoMsg, MsgMigrateContract, MsgMigrateContractProtoMsg, MsgMigrateContractAmino, MsgMigrateContractAminoMsg, MsgMigrateContractResponse, MsgMigrateContractResponseProtoMsg, MsgMigrateContractResponseAmino, MsgMigrateContractResponseAminoMsg, MsgUpdateAdmin, MsgUpdateAdminProtoMsg, MsgUpdateAdminAmino, MsgUpdateAdminAminoMsg, MsgUpdateAdminResponse, MsgUpdateAdminResponseProtoMsg, MsgUpdateAdminResponseAmino, MsgUpdateAdminResponseAminoMsg, MsgClearAdmin, MsgClearAdminProtoMsg, MsgClearAdminAmino, MsgClearAdminAminoMsg, MsgClearAdminResponse, MsgClearAdminResponseProtoMsg, MsgClearAdminResponseAmino, MsgClearAdminResponseAminoMsg, MsgUpdateInstantiateConfig, MsgUpdateInstantiateConfigProtoMsg, MsgUpdateInstantiateConfigAmino, MsgUpdateInstantiateConfigAminoMsg, MsgUpdateInstantiateConfigResponse, MsgUpdateInstantiateConfigResponseProtoMsg, MsgUpdateInstantiateConfigResponseAmino, MsgUpdateInstantiateConfigResponseAminoMsg, MsgUpdateParams as CosmwasmWasmV1MsgUpdateParams, MsgUpdateParamsProtoMsg as CosmwasmWasmV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as CosmwasmWasmV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as CosmwasmWasmV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as CosmwasmWasmV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as CosmwasmWasmV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as CosmwasmWasmV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as CosmwasmWasmV1MsgUpdateParamsResponseAminoMsg, MsgSudoContract, MsgSudoContractProtoMsg, MsgSudoContractAmino, MsgSudoContractAminoMsg, MsgSudoContractResponse, MsgSudoContractResponseProtoMsg, MsgSudoContractResponseAmino, MsgSudoContractResponseAminoMsg, MsgPinCodes, MsgPinCodesProtoMsg, MsgPinCodesAmino, MsgPinCodesAminoMsg, MsgPinCodesResponse, MsgPinCodesResponseProtoMsg, MsgPinCodesResponseAmino, MsgPinCodesResponseAminoMsg, MsgUnpinCodes, MsgUnpinCodesProtoMsg, MsgUnpinCodesAmino, MsgUnpinCodesAminoMsg, MsgUnpinCodesResponse, MsgUnpinCodesResponseProtoMsg, MsgUnpinCodesResponseAmino, MsgUnpinCodesResponseAminoMsg, MsgStoreAndInstantiateContract, MsgStoreAndInstantiateContractProtoMsg, MsgStoreAndInstantiateContractAmino, MsgStoreAndInstantiateContractAminoMsg, MsgStoreAndInstantiateContractResponse, MsgStoreAndInstantiateContractResponseProtoMsg, MsgStoreAndInstantiateContractResponseAmino, MsgStoreAndInstantiateContractResponseAminoMsg, MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesProtoMsg, MsgAddCodeUploadParamsAddressesAmino, MsgAddCodeUploadParamsAddressesAminoMsg, MsgAddCodeUploadParamsAddressesResponse, MsgAddCodeUploadParamsAddressesResponseProtoMsg, MsgAddCodeUploadParamsAddressesResponseAmino, MsgAddCodeUploadParamsAddressesResponseAminoMsg, MsgRemoveCodeUploadParamsAddresses, MsgRemoveCodeUploadParamsAddressesProtoMsg, MsgRemoveCodeUploadParamsAddressesAmino, MsgRemoveCodeUploadParamsAddressesAminoMsg, MsgRemoveCodeUploadParamsAddressesResponse, MsgRemoveCodeUploadParamsAddressesResponseProtoMsg, MsgRemoveCodeUploadParamsAddressesResponseAmino, MsgRemoveCodeUploadParamsAddressesResponseAminoMsg, MsgStoreAndMigrateContract, MsgStoreAndMigrateContractProtoMsg, MsgStoreAndMigrateContractAmino, MsgStoreAndMigrateContractAminoMsg, MsgStoreAndMigrateContractResponse, MsgStoreAndMigrateContractResponseProtoMsg, MsgStoreAndMigrateContractResponseAmino, MsgStoreAndMigrateContractResponseAminoMsg, MsgUpdateContractLabel, MsgUpdateContractLabelProtoMsg, MsgUpdateContractLabelAmino, MsgUpdateContractLabelAminoMsg, MsgUpdateContractLabelResponse, MsgUpdateContractLabelResponseProtoMsg, MsgUpdateContractLabelResponseAmino, MsgUpdateContractLabelResponseAminoMsg } from "./wasm/v1/tx";
|
|
6
|
+
export { MsgStoreCode as CosmwasmWasmV1MsgStoreCode, MsgStoreCodeProtoMsg as CosmwasmWasmV1MsgStoreCodeProtoMsg, MsgStoreCodeAmino as CosmwasmWasmV1MsgStoreCodeAmino, MsgStoreCodeAminoMsg as CosmwasmWasmV1MsgStoreCodeAminoMsg, MsgStoreCodeResponse as CosmwasmWasmV1MsgStoreCodeResponse, MsgStoreCodeResponseProtoMsg as CosmwasmWasmV1MsgStoreCodeResponseProtoMsg, MsgStoreCodeResponseAmino as CosmwasmWasmV1MsgStoreCodeResponseAmino, MsgStoreCodeResponseAminoMsg as CosmwasmWasmV1MsgStoreCodeResponseAminoMsg, MsgInstantiateContract, MsgInstantiateContractProtoMsg, MsgInstantiateContractAmino, MsgInstantiateContractAminoMsg, MsgInstantiateContractResponse, MsgInstantiateContractResponseProtoMsg, MsgInstantiateContractResponseAmino, MsgInstantiateContractResponseAminoMsg, MsgInstantiateContract2, MsgInstantiateContract2ProtoMsg, MsgInstantiateContract2Amino, MsgInstantiateContract2AminoMsg, MsgInstantiateContract2Response, MsgInstantiateContract2ResponseProtoMsg, MsgInstantiateContract2ResponseAmino, MsgInstantiateContract2ResponseAminoMsg, MsgExecuteContract, MsgExecuteContractProtoMsg, MsgExecuteContractAmino, MsgExecuteContractAminoMsg, MsgExecuteContractResponse, MsgExecuteContractResponseProtoMsg, MsgExecuteContractResponseAmino, MsgExecuteContractResponseAminoMsg, MsgMigrateContract as CosmwasmWasmV1MsgMigrateContract, MsgMigrateContractProtoMsg as CosmwasmWasmV1MsgMigrateContractProtoMsg, MsgMigrateContractAmino as CosmwasmWasmV1MsgMigrateContractAmino, MsgMigrateContractAminoMsg as CosmwasmWasmV1MsgMigrateContractAminoMsg, MsgMigrateContractResponse as CosmwasmWasmV1MsgMigrateContractResponse, MsgMigrateContractResponseProtoMsg as CosmwasmWasmV1MsgMigrateContractResponseProtoMsg, MsgMigrateContractResponseAmino as CosmwasmWasmV1MsgMigrateContractResponseAmino, MsgMigrateContractResponseAminoMsg as CosmwasmWasmV1MsgMigrateContractResponseAminoMsg, MsgUpdateAdmin, MsgUpdateAdminProtoMsg, MsgUpdateAdminAmino, MsgUpdateAdminAminoMsg, MsgUpdateAdminResponse, MsgUpdateAdminResponseProtoMsg, MsgUpdateAdminResponseAmino, MsgUpdateAdminResponseAminoMsg, MsgClearAdmin, MsgClearAdminProtoMsg, MsgClearAdminAmino, MsgClearAdminAminoMsg, MsgClearAdminResponse, MsgClearAdminResponseProtoMsg, MsgClearAdminResponseAmino, MsgClearAdminResponseAminoMsg, MsgUpdateInstantiateConfig, MsgUpdateInstantiateConfigProtoMsg, MsgUpdateInstantiateConfigAmino, MsgUpdateInstantiateConfigAminoMsg, MsgUpdateInstantiateConfigResponse, MsgUpdateInstantiateConfigResponseProtoMsg, MsgUpdateInstantiateConfigResponseAmino, MsgUpdateInstantiateConfigResponseAminoMsg, MsgUpdateParams as CosmwasmWasmV1MsgUpdateParams, MsgUpdateParamsProtoMsg as CosmwasmWasmV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as CosmwasmWasmV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as CosmwasmWasmV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as CosmwasmWasmV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as CosmwasmWasmV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as CosmwasmWasmV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as CosmwasmWasmV1MsgUpdateParamsResponseAminoMsg, MsgSudoContract, MsgSudoContractProtoMsg, MsgSudoContractAmino, MsgSudoContractAminoMsg, MsgSudoContractResponse, MsgSudoContractResponseProtoMsg, MsgSudoContractResponseAmino, MsgSudoContractResponseAminoMsg, MsgPinCodes, MsgPinCodesProtoMsg, MsgPinCodesAmino, MsgPinCodesAminoMsg, MsgPinCodesResponse, MsgPinCodesResponseProtoMsg, MsgPinCodesResponseAmino, MsgPinCodesResponseAminoMsg, MsgUnpinCodes, MsgUnpinCodesProtoMsg, MsgUnpinCodesAmino, MsgUnpinCodesAminoMsg, MsgUnpinCodesResponse, MsgUnpinCodesResponseProtoMsg, MsgUnpinCodesResponseAmino, MsgUnpinCodesResponseAminoMsg, MsgStoreAndInstantiateContract, MsgStoreAndInstantiateContractProtoMsg, MsgStoreAndInstantiateContractAmino, MsgStoreAndInstantiateContractAminoMsg, MsgStoreAndInstantiateContractResponse, MsgStoreAndInstantiateContractResponseProtoMsg, MsgStoreAndInstantiateContractResponseAmino, MsgStoreAndInstantiateContractResponseAminoMsg, MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesProtoMsg, MsgAddCodeUploadParamsAddressesAmino, MsgAddCodeUploadParamsAddressesAminoMsg, MsgAddCodeUploadParamsAddressesResponse, MsgAddCodeUploadParamsAddressesResponseProtoMsg, MsgAddCodeUploadParamsAddressesResponseAmino, MsgAddCodeUploadParamsAddressesResponseAminoMsg, MsgRemoveCodeUploadParamsAddresses, MsgRemoveCodeUploadParamsAddressesProtoMsg, MsgRemoveCodeUploadParamsAddressesAmino, MsgRemoveCodeUploadParamsAddressesAminoMsg, MsgRemoveCodeUploadParamsAddressesResponse, MsgRemoveCodeUploadParamsAddressesResponseProtoMsg, MsgRemoveCodeUploadParamsAddressesResponseAmino, MsgRemoveCodeUploadParamsAddressesResponseAminoMsg, MsgStoreAndMigrateContract, MsgStoreAndMigrateContractProtoMsg, MsgStoreAndMigrateContractAmino, MsgStoreAndMigrateContractAminoMsg, MsgStoreAndMigrateContractResponse, MsgStoreAndMigrateContractResponseProtoMsg, MsgStoreAndMigrateContractResponseAmino, MsgStoreAndMigrateContractResponseAminoMsg, MsgUpdateContractLabel, MsgUpdateContractLabelProtoMsg, MsgUpdateContractLabelAmino, MsgUpdateContractLabelAminoMsg, MsgUpdateContractLabelResponse, MsgUpdateContractLabelResponseProtoMsg, MsgUpdateContractLabelResponseAmino, MsgUpdateContractLabelResponseAminoMsg } from "./wasm/v1/tx";
|
|
7
7
|
export { AccessType as CosmwasmWasmV1AccessType, AccessTypeAmino as CosmwasmWasmV1AccessTypeAmino, ContractCodeHistoryOperationType, ContractCodeHistoryOperationTypeAmino, AccessTypeParam, AccessTypeParamProtoMsg, AccessTypeParamAmino, AccessTypeParamAminoMsg, AccessConfig, AccessConfigProtoMsg, AccessConfigAmino, AccessConfigAminoMsg, Params as CosmwasmWasmV1Params, ParamsProtoMsg as CosmwasmWasmV1ParamsProtoMsg, ParamsAmino as CosmwasmWasmV1ParamsAmino, ParamsAminoMsg as CosmwasmWasmV1ParamsAminoMsg, CodeInfo, CodeInfoProtoMsg, CodeInfoAmino, CodeInfoAminoMsg, ContractInfo, ContractInfoProtoMsg, ContractInfoEncoded, ContractInfoAmino, ContractInfoAminoMsg, ContractCodeHistoryEntry, ContractCodeHistoryEntryProtoMsg, ContractCodeHistoryEntryAmino, ContractCodeHistoryEntryAminoMsg, AbsoluteTxPosition, AbsoluteTxPositionProtoMsg, AbsoluteTxPositionAmino, AbsoluteTxPositionAminoMsg, Model, ModelProtoMsg, ModelAmino, ModelAminoMsg } from "./wasm/v1/types";
|
|
8
8
|
export { registry as CosmwasmWasmV1Registry, MessageComposer as CosmwasmWasmV1MessageComposer } from "./wasm/v1/tx.registry";
|
|
9
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";
|
|
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";
|
package/cosmwasm/bundle.js
CHANGED
|
@@ -14,14 +14,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.CosmwasmWasmV1MsgUpdateParams = exports.MsgUpdateInstantiateConfigResponse = exports.MsgUpdateInstantiateConfig = exports.MsgClearAdminResponse = exports.MsgClearAdmin = exports.MsgUpdateAdminResponse = exports.MsgUpdateAdmin = exports.
|
|
18
|
-
exports.
|
|
17
|
+
exports.CosmwasmWasmV1MsgUpdateParams = exports.MsgUpdateInstantiateConfigResponse = exports.MsgUpdateInstantiateConfig = exports.MsgClearAdminResponse = exports.MsgClearAdmin = exports.MsgUpdateAdminResponse = exports.MsgUpdateAdmin = exports.CosmwasmWasmV1MsgMigrateContractResponse = exports.CosmwasmWasmV1MsgMigrateContract = exports.MsgExecuteContractResponse = exports.MsgExecuteContract = exports.MsgInstantiateContract2Response = exports.MsgInstantiateContract2 = exports.MsgInstantiateContractResponse = exports.MsgInstantiateContract = exports.CosmwasmWasmV1MsgStoreCodeResponse = exports.CosmwasmWasmV1MsgStoreCode = exports.QueryBuildAddressResponse = exports.QueryBuildAddressRequest = exports.QueryWasmLimitsConfigResponse = exports.QueryWasmLimitsConfigRequest = exports.QueryContractsByCreatorResponse = exports.QueryContractsByCreatorRequest = exports.CosmwasmWasmV1QueryParamsResponse = exports.CosmwasmWasmV1QueryParamsRequest = exports.QueryPinnedCodesResponse = exports.QueryPinnedCodesRequest = exports.QueryCodesResponse = exports.QueryCodesRequest = exports.CosmwasmWasmV1QueryCodeResponse = exports.CodeInfoResponse = exports.QueryCodeInfoResponse = exports.QueryCodeInfoRequest = exports.CosmwasmWasmV1QueryCodeRequest = exports.QuerySmartContractStateResponse = exports.QuerySmartContractStateRequest = exports.QueryRawContractStateResponse = exports.QueryRawContractStateRequest = exports.QueryAllContractStateResponse = exports.QueryAllContractStateRequest = exports.QueryContractsByCodeResponse = exports.QueryContractsByCodeRequest = exports.QueryContractHistoryResponse = exports.QueryContractHistoryRequest = exports.QueryContractInfoResponse = exports.QueryContractInfoRequest = exports.Sequence = exports.CosmwasmWasmV1Contract = exports.Code = exports.CosmwasmWasmV1GenesisState = void 0;
|
|
18
|
+
exports.migrateContractCosmwasmWasmV1 = exports.executeContract = exports.instantiateContract2 = exports.instantiateContract = exports.storeCodeCosmwasmWasmV1 = exports.getBuildAddress = exports.getWasmLimitsConfig = exports.getContractsByCreator = exports.getParamsCosmwasmWasmV1 = exports.getPinnedCodes = exports.getCodeInfo = exports.getCodes = exports.getCodeCosmwasmWasmV1 = exports.getSmartContractState = exports.getRawContractState = exports.getAllContractState = exports.getContractsByCode = exports.getContractHistory = exports.getContractInfo = exports.CosmwasmWasmV1MessageComposer = exports.CosmwasmWasmV1Registry = exports.Model = exports.AbsoluteTxPosition = exports.ContractCodeHistoryEntry = exports.ContractInfo = exports.CodeInfo = exports.CosmwasmWasmV1Params = exports.AccessConfig = exports.AccessTypeParam = exports.ContractCodeHistoryOperationTypeAmino = exports.ContractCodeHistoryOperationType = exports.CosmwasmWasmV1AccessTypeAmino = exports.CosmwasmWasmV1AccessType = exports.MsgUpdateContractLabelResponse = exports.MsgUpdateContractLabel = exports.MsgStoreAndMigrateContractResponse = exports.MsgStoreAndMigrateContract = exports.MsgRemoveCodeUploadParamsAddressesResponse = exports.MsgRemoveCodeUploadParamsAddresses = exports.MsgAddCodeUploadParamsAddressesResponse = exports.MsgAddCodeUploadParamsAddresses = exports.MsgStoreAndInstantiateContractResponse = exports.MsgStoreAndInstantiateContract = exports.MsgUnpinCodesResponse = exports.MsgUnpinCodes = exports.MsgPinCodesResponse = exports.MsgPinCodes = exports.MsgSudoContractResponse = exports.MsgSudoContract = exports.CosmwasmWasmV1MsgUpdateParamsResponse = void 0;
|
|
19
19
|
exports.updateContractLabel = exports.storeAndMigrateContract = exports.addCodeUploadParamsAddresses = exports.removeCodeUploadParamsAddresses = exports.storeAndInstantiateContract = exports.unpinCodes = exports.pinCodes = exports.sudoContract = exports.updateParamsCosmwasmWasmV1 = exports.updateInstantiateConfig = exports.clearAdmin = exports.updateAdmin = void 0;
|
|
20
20
|
__exportStar(require("./wasm/v1/authz"), exports);
|
|
21
21
|
var genesis_1 = require("./wasm/v1/genesis");
|
|
22
22
|
Object.defineProperty(exports, "CosmwasmWasmV1GenesisState", { enumerable: true, get: function () { return genesis_1.GenesisState; } });
|
|
23
23
|
Object.defineProperty(exports, "Code", { enumerable: true, get: function () { return genesis_1.Code; } });
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "CosmwasmWasmV1Contract", { enumerable: true, get: function () { return genesis_1.Contract; } });
|
|
25
25
|
Object.defineProperty(exports, "Sequence", { enumerable: true, get: function () { return genesis_1.Sequence; } });
|
|
26
26
|
__exportStar(require("./wasm/v1/ibc"), exports);
|
|
27
27
|
__exportStar(require("./wasm/v1/proposal_legacy"), exports);
|
|
@@ -56,16 +56,16 @@ Object.defineProperty(exports, "QueryWasmLimitsConfigResponse", { enumerable: tr
|
|
|
56
56
|
Object.defineProperty(exports, "QueryBuildAddressRequest", { enumerable: true, get: function () { return query_1.QueryBuildAddressRequest; } });
|
|
57
57
|
Object.defineProperty(exports, "QueryBuildAddressResponse", { enumerable: true, get: function () { return query_1.QueryBuildAddressResponse; } });
|
|
58
58
|
var tx_1 = require("./wasm/v1/tx");
|
|
59
|
-
Object.defineProperty(exports, "
|
|
60
|
-
Object.defineProperty(exports, "
|
|
59
|
+
Object.defineProperty(exports, "CosmwasmWasmV1MsgStoreCode", { enumerable: true, get: function () { return tx_1.MsgStoreCode; } });
|
|
60
|
+
Object.defineProperty(exports, "CosmwasmWasmV1MsgStoreCodeResponse", { enumerable: true, get: function () { return tx_1.MsgStoreCodeResponse; } });
|
|
61
61
|
Object.defineProperty(exports, "MsgInstantiateContract", { enumerable: true, get: function () { return tx_1.MsgInstantiateContract; } });
|
|
62
62
|
Object.defineProperty(exports, "MsgInstantiateContractResponse", { enumerable: true, get: function () { return tx_1.MsgInstantiateContractResponse; } });
|
|
63
63
|
Object.defineProperty(exports, "MsgInstantiateContract2", { enumerable: true, get: function () { return tx_1.MsgInstantiateContract2; } });
|
|
64
64
|
Object.defineProperty(exports, "MsgInstantiateContract2Response", { enumerable: true, get: function () { return tx_1.MsgInstantiateContract2Response; } });
|
|
65
65
|
Object.defineProperty(exports, "MsgExecuteContract", { enumerable: true, get: function () { return tx_1.MsgExecuteContract; } });
|
|
66
66
|
Object.defineProperty(exports, "MsgExecuteContractResponse", { enumerable: true, get: function () { return tx_1.MsgExecuteContractResponse; } });
|
|
67
|
-
Object.defineProperty(exports, "
|
|
68
|
-
Object.defineProperty(exports, "
|
|
67
|
+
Object.defineProperty(exports, "CosmwasmWasmV1MsgMigrateContract", { enumerable: true, get: function () { return tx_1.MsgMigrateContract; } });
|
|
68
|
+
Object.defineProperty(exports, "CosmwasmWasmV1MsgMigrateContractResponse", { enumerable: true, get: function () { return tx_1.MsgMigrateContractResponse; } });
|
|
69
69
|
Object.defineProperty(exports, "MsgUpdateAdmin", { enumerable: true, get: function () { return tx_1.MsgUpdateAdmin; } });
|
|
70
70
|
Object.defineProperty(exports, "MsgUpdateAdminResponse", { enumerable: true, get: function () { return tx_1.MsgUpdateAdminResponse; } });
|
|
71
71
|
Object.defineProperty(exports, "MsgClearAdmin", { enumerable: true, get: function () { return tx_1.MsgClearAdmin; } });
|
|
@@ -122,11 +122,11 @@ Object.defineProperty(exports, "getContractsByCreator", { enumerable: true, get:
|
|
|
122
122
|
Object.defineProperty(exports, "getWasmLimitsConfig", { enumerable: true, get: function () { return query_rpc_func_1.getWasmLimitsConfig; } });
|
|
123
123
|
Object.defineProperty(exports, "getBuildAddress", { enumerable: true, get: function () { return query_rpc_func_1.getBuildAddress; } });
|
|
124
124
|
var tx_rpc_func_1 = require("./wasm/v1/tx.rpc.func");
|
|
125
|
-
Object.defineProperty(exports, "
|
|
125
|
+
Object.defineProperty(exports, "storeCodeCosmwasmWasmV1", { enumerable: true, get: function () { return tx_rpc_func_1.storeCode; } });
|
|
126
126
|
Object.defineProperty(exports, "instantiateContract", { enumerable: true, get: function () { return tx_rpc_func_1.instantiateContract; } });
|
|
127
127
|
Object.defineProperty(exports, "instantiateContract2", { enumerable: true, get: function () { return tx_rpc_func_1.instantiateContract2; } });
|
|
128
128
|
Object.defineProperty(exports, "executeContract", { enumerable: true, get: function () { return tx_rpc_func_1.executeContract; } });
|
|
129
|
-
Object.defineProperty(exports, "
|
|
129
|
+
Object.defineProperty(exports, "migrateContractCosmwasmWasmV1", { enumerable: true, get: function () { return tx_rpc_func_1.migrateContract; } });
|
|
130
130
|
Object.defineProperty(exports, "updateAdmin", { enumerable: true, get: function () { return tx_rpc_func_1.updateAdmin; } });
|
|
131
131
|
Object.defineProperty(exports, "clearAdmin", { enumerable: true, get: function () { return tx_rpc_func_1.clearAdmin; } });
|
|
132
132
|
Object.defineProperty(exports, "updateInstantiateConfig", { enumerable: true, get: function () { return tx_rpc_func_1.updateInstantiateConfig; } });
|
package/esm/binary.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
2
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
// of the input file used when generating it. This code is not
|
|
32
32
|
// standalone and requires a support library to be linked with it. This
|
|
33
33
|
// support library is itself covered by the above license.
|
|
34
|
-
import { utf8Length, utf8Read, utf8Write } from "./utf8";
|
|
35
|
-
import { int64ToString, readInt32, readUInt32, uInt64ToString, varint32read, varint64read, writeVarint32, writeVarint64, int64FromString, int64Length, writeFixed32, writeByte, zzDecode, zzEncode, } from "./varint";
|
|
34
|
+
import { utf8Length, utf8Read, utf8Write } from "./utf8.js";
|
|
35
|
+
import { int64ToString, readInt32, readUInt32, uInt64ToString, varint32read, varint64read, writeVarint32, writeVarint64, int64FromString, int64Length, writeFixed32, writeByte, zzDecode, zzEncode, } from "./varint.js";
|
|
36
36
|
export var WireType;
|
|
37
37
|
(function (WireType) {
|
|
38
38
|
WireType[WireType["Varint"] = 0] = "Varint";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary.js";
|
|
2
|
+
import { GlobalDecoderRegistry } from "../../../../registry.js";
|
|
3
3
|
function createBaseModule() {
|
|
4
4
|
return {
|
|
5
5
|
appName: "",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Any } from "../../../google/protobuf/any";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseConfig() {
|
|
5
5
|
return {
|
|
6
6
|
modules: [],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
2
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
3
3
|
function createBaseModuleDescriptor() {
|
|
4
4
|
return {
|
|
5
5
|
goImport: "",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Config } from "./config";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Config } from "./config.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseQueryConfigRequest() {
|
|
5
5
|
return {};
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
2
|
import { createProtobufRpcClient } from "@cosmjs/stargate";
|
|
3
|
-
import { QueryConfigRequest, QueryConfigResponse } from "./query";
|
|
3
|
+
import { QueryConfigRequest, QueryConfigResponse } 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 { QueryConfigRequest, QueryConfigResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { QueryConfigRequest, QueryConfigResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* Config returns the current app config.
|
|
5
5
|
* @name getConfig
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary.js";
|
|
2
|
+
import { GlobalDecoderRegistry } from "../../../../registry.js";
|
|
3
3
|
function createBaseModule() {
|
|
4
4
|
return {
|
|
5
5
|
bech32Prefix: "",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Any } from "../../../google/protobuf/any";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
4
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
5
5
|
function createBaseBaseAccount() {
|
|
6
6
|
return {
|
|
7
7
|
address: "",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Params } from "./auth";
|
|
2
|
-
import { Any } from "../../../google/protobuf/any";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
1
|
+
import { Params } from "./auth.js";
|
|
2
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
4
|
function createBaseGenesisState() {
|
|
5
5
|
return {
|
|
6
6
|
params: Params.fromPartial({}),
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
|
|
2
|
-
import { Any } from "../../../google/protobuf/any";
|
|
3
|
-
import { Params, BaseAccount, ModuleAccount } from "./auth";
|
|
4
|
-
import { EthAccount } from "../../../ethermint/types/v1/account";
|
|
5
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
7
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination.js";
|
|
2
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
3
|
+
import { Params, BaseAccount, ModuleAccount } from "./auth.js";
|
|
4
|
+
import { EthAccount } from "../../../ethermint/types/v1/account.js";
|
|
5
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
6
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
7
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
8
8
|
function createBaseQueryAccountsRequest() {
|
|
9
9
|
return {
|
|
10
10
|
pagination: undefined
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
2
|
import { createProtobufRpcClient } from "@cosmjs/stargate";
|
|
3
|
-
import { QueryAccountsRequest, QueryAccountsResponse, QueryAccountRequest, QueryAccountResponse, QueryAccountAddressByIDRequest, QueryAccountAddressByIDResponse, QueryParamsRequest, QueryParamsResponse, QueryModuleAccountsRequest, QueryModuleAccountsResponse, QueryModuleAccountByNameRequest, QueryModuleAccountByNameResponse, Bech32PrefixRequest, Bech32PrefixResponse, AddressBytesToStringRequest, AddressBytesToStringResponse, AddressStringToBytesRequest, AddressStringToBytesResponse, QueryAccountInfoRequest, QueryAccountInfoResponse } from "./query";
|
|
3
|
+
import { QueryAccountsRequest, QueryAccountsResponse, QueryAccountRequest, QueryAccountResponse, QueryAccountAddressByIDRequest, QueryAccountAddressByIDResponse, QueryParamsRequest, QueryParamsResponse, QueryModuleAccountsRequest, QueryModuleAccountsResponse, QueryModuleAccountByNameRequest, QueryModuleAccountByNameResponse, Bech32PrefixRequest, Bech32PrefixResponse, AddressBytesToStringRequest, AddressBytesToStringResponse, AddressStringToBytesRequest, AddressStringToBytesResponse, QueryAccountInfoRequest, QueryAccountInfoResponse } 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 { QueryAccountsRequest, QueryAccountsResponse, QueryAccountRequest, QueryAccountResponse, QueryAccountAddressByIDRequest, QueryAccountAddressByIDResponse, QueryParamsRequest, QueryParamsResponse, QueryModuleAccountsRequest, QueryModuleAccountsResponse, QueryModuleAccountByNameRequest, QueryModuleAccountByNameResponse, Bech32PrefixRequest, Bech32PrefixResponse, AddressBytesToStringRequest, AddressBytesToStringResponse, AddressStringToBytesRequest, AddressStringToBytesResponse, QueryAccountInfoRequest, QueryAccountInfoResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { QueryAccountsRequest, QueryAccountsResponse, QueryAccountRequest, QueryAccountResponse, QueryAccountAddressByIDRequest, QueryAccountAddressByIDResponse, QueryParamsRequest, QueryParamsResponse, QueryModuleAccountsRequest, QueryModuleAccountsResponse, QueryModuleAccountByNameRequest, QueryModuleAccountByNameResponse, Bech32PrefixRequest, Bech32PrefixResponse, AddressBytesToStringRequest, AddressBytesToStringResponse, AddressStringToBytesRequest, AddressStringToBytesResponse, QueryAccountInfoRequest, QueryAccountInfoResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* Accounts returns all the existing accounts.
|
|
5
5
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Params } from "./auth";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Params } from "./auth.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseMsgUpdateParams() {
|
|
5
5
|
return {
|
|
6
6
|
authority: "",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildTx } from "../../../helper-func-types";
|
|
2
|
-
import { MsgUpdateParams } from "./tx";
|
|
1
|
+
import { buildTx } from "../../../helper-func-types.js";
|
|
2
|
+
import { MsgUpdateParams } from "./tx.js";
|
|
3
3
|
/**
|
|
4
4
|
* UpdateParams defines a (governance) operation for updating the x/auth module
|
|
5
5
|
* parameters. The authority defaults to the x/gov module account.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
2
|
-
import { MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
|
+
import { MsgUpdateParams, MsgUpdateParamsResponse } from "./tx.js";
|
|
3
3
|
export class MsgClientImpl {
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Any } from "../../../google/protobuf/any";
|
|
2
|
-
import { Timestamp } from "../../../google/protobuf/timestamp";
|
|
3
|
-
import { SendAuthorization } from "../../bank/v1beta1/authz";
|
|
4
|
-
import { StakeAuthorization } from "../../staking/v1beta1/authz";
|
|
5
|
-
import { StoreCodeAuthorization, ContractExecutionAuthorization, ContractMigrationAuthorization } from "../../../cosmwasm/wasm/v1/authz";
|
|
6
|
-
import { TransferAuthorization } from "../../../ibc/applications/transfer/v1/authz";
|
|
7
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
8
|
-
import { toTimestamp, fromTimestamp } from "../../../helpers";
|
|
9
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
2
|
+
import { Timestamp } from "../../../google/protobuf/timestamp.js";
|
|
3
|
+
import { SendAuthorization } from "../../bank/v1beta1/authz.js";
|
|
4
|
+
import { StakeAuthorization } from "../../staking/v1beta1/authz.js";
|
|
5
|
+
import { StoreCodeAuthorization, ContractExecutionAuthorization, ContractMigrationAuthorization } from "../../../cosmwasm/wasm/v1/authz.js";
|
|
6
|
+
import { TransferAuthorization } from "../../../ibc/applications/transfer/v1/authz.js";
|
|
7
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
8
|
+
import { toTimestamp, fromTimestamp } from "../../../helpers.js";
|
|
9
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
10
10
|
function createBaseGenericAuthorization() {
|
|
11
11
|
return {
|
|
12
12
|
msg: ""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GrantAuthorization } from "./authz";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { GrantAuthorization } from "./authz.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseGenesisState() {
|
|
5
5
|
return {
|
|
6
6
|
authorization: []
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
|
|
2
|
-
import { Grant, GrantAuthorization } from "./authz";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination.js";
|
|
2
|
+
import { Grant, GrantAuthorization } from "./authz.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
function createBaseQueryGrantsRequest() {
|
|
6
6
|
return {
|
|
7
7
|
granter: "",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
2
|
import { createProtobufRpcClient } from "@cosmjs/stargate";
|
|
3
|
-
import { QueryGrantsRequest, QueryGrantsResponse, QueryGranterGrantsRequest, QueryGranterGrantsResponse, QueryGranteeGrantsRequest, QueryGranteeGrantsResponse } from "./query";
|
|
3
|
+
import { QueryGrantsRequest, QueryGrantsResponse, QueryGranterGrantsRequest, QueryGranterGrantsResponse, QueryGranteeGrantsRequest, QueryGranteeGrantsResponse } 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 { QueryGrantsRequest, QueryGrantsResponse, QueryGranterGrantsRequest, QueryGranterGrantsResponse, QueryGranteeGrantsRequest, QueryGranteeGrantsResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { QueryGrantsRequest, QueryGrantsResponse, QueryGranterGrantsRequest, QueryGranterGrantsResponse, QueryGranteeGrantsRequest, QueryGranteeGrantsResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* Returns list of `Authorization`, granted to the grantee by the granter.
|
|
5
5
|
* @name getGrants
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Grant } from "./authz";
|
|
2
|
-
import { Any } from "../../../google/protobuf/any";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
5
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
1
|
+
import { Grant } from "./authz.js";
|
|
2
|
+
import { Any } from "../../../google/protobuf/any.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
|
+
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
6
6
|
function createBaseMsgGrant() {
|
|
7
7
|
return {
|
|
8
8
|
granter: "",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MsgGrant, MsgExec, MsgRevoke } from "./tx";
|
|
1
|
+
import { MsgGrant, MsgExec, MsgRevoke } from "./tx.js";
|
|
2
2
|
export const registry = [["/cosmos.authz.v1beta1.MsgGrant", MsgGrant], ["/cosmos.authz.v1beta1.MsgExec", MsgExec], ["/cosmos.authz.v1beta1.MsgRevoke", MsgRevoke]];
|
|
3
3
|
export const MessageComposer = {
|
|
4
4
|
encoded: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildTx } from "../../../helper-func-types";
|
|
2
|
-
import { MsgGrant, MsgExec, MsgRevoke } from "./tx";
|
|
1
|
+
import { buildTx } from "../../../helper-func-types.js";
|
|
2
|
+
import { MsgGrant, MsgExec, MsgRevoke } from "./tx.js";
|
|
3
3
|
/**
|
|
4
4
|
* Grant grants the provided authorization to the grantee on the granter's
|
|
5
5
|
* account with the provided expiration time. If there is already a grant
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader } from "../../../binary";
|
|
2
|
-
import { MsgGrant, MsgGrantResponse, MsgExec, MsgExecResponse, MsgRevoke, MsgRevokeResponse } from "./tx";
|
|
1
|
+
import { BinaryReader } from "../../../binary.js";
|
|
2
|
+
import { MsgGrant, MsgGrantResponse, MsgExec, MsgExecResponse, MsgRevoke, MsgRevokeResponse } from "./tx.js";
|
|
3
3
|
export class MsgClientImpl {
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
3
|
-
import { isSet } from "../../../helpers";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
2
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
3
|
+
import { isSet } from "../../../helpers.js";
|
|
4
4
|
function createBaseModuleOptions() {
|
|
5
5
|
return {
|
|
6
6
|
tx: undefined,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ModuleOptions } from "./options";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { isSet } from "../../../helpers";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { ModuleOptions } from "./options.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { isSet } from "../../../helpers.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
function createBaseAppOptionsRequest() {
|
|
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 { AppOptionsRequest, AppOptionsResponse } from "./query";
|
|
3
|
+
import { AppOptionsRequest, AppOptionsResponse } 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 { AppOptionsRequest, AppOptionsResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { AppOptionsRequest, AppOptionsResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* AppOptions returns the autocli options for all of the modules in an app.
|
|
5
5
|
* @name getAppOptions
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Coin } from "../../base/v1beta1/coin";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Coin } from "../../base/v1beta1/coin.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseSendAuthorization() {
|
|
5
5
|
return {
|
|
6
6
|
spendLimit: [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Coin } from "../../base/v1beta1/coin";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Coin } from "../../base/v1beta1/coin.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseParams() {
|
|
5
5
|
return {
|
|
6
6
|
sendEnabled: [],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Params, Metadata, SendEnabled } from "./bank";
|
|
2
|
-
import { Coin } from "../../base/v1beta1/coin";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Params, Metadata, SendEnabled } from "./bank.js";
|
|
2
|
+
import { Coin } from "../../base/v1beta1/coin.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
function createBaseGenesisState() {
|
|
6
6
|
return {
|
|
7
7
|
params: Params.fromPartial({}),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
|
|
2
|
-
import { Coin } from "../../base/v1beta1/coin";
|
|
3
|
-
import { Params, Metadata, SendEnabled } from "./bank";
|
|
4
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination.js";
|
|
2
|
+
import { Coin } from "../../base/v1beta1/coin.js";
|
|
3
|
+
import { Params, Metadata, SendEnabled } from "./bank.js";
|
|
4
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
5
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
6
6
|
function createBaseQueryBalanceRequest() {
|
|
7
7
|
return {
|
|
8
8
|
address: "",
|