@xpla/xplajs 1.8.0 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/bundle.d.ts +38 -38
- package/cosmos/bundle.js +147 -147
- package/cosmos_proto/bundle.d.ts +1 -1
- package/cosmos_proto/bundle.js +2 -2
- package/cosmwasm/bundle.d.ts +3 -3
- package/cosmwasm/bundle.js +9 -9
- package/esm/binary.js +3 -3
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -2
- package/esm/cosmos/app/v1alpha1/config.js +3 -3
- package/esm/cosmos/app/v1alpha1/module.js +2 -2
- package/esm/cosmos/app/v1alpha1/query.js +3 -3
- package/esm/cosmos/app/v1alpha1/query.rpc.Query.js +2 -2
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -2
- package/esm/cosmos/auth/module/v1/module.js +2 -2
- package/esm/cosmos/auth/v1beta1/auth.js +4 -4
- package/esm/cosmos/auth/v1beta1/genesis.js +3 -3
- package/esm/cosmos/auth/v1beta1/query.js +7 -7
- package/esm/cosmos/auth/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/auth/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/auth/v1beta1/tx.js +3 -3
- package/esm/cosmos/auth/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/authz/module/v1/module.js +1 -1
- package/esm/cosmos/authz/v1beta1/authz.js +9 -9
- package/esm/cosmos/authz/v1beta1/event.js +1 -1
- package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
- package/esm/cosmos/authz/v1beta1/query.js +4 -4
- package/esm/cosmos/authz/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/authz/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/authz/v1beta1/tx.js +5 -5
- package/esm/cosmos/authz/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/autocli/v1/options.js +3 -3
- package/esm/cosmos/autocli/v1/query.js +4 -4
- package/esm/cosmos/autocli/v1/query.rpc.Query.js +2 -2
- package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -2
- package/esm/cosmos/bank/module/v1/module.js +1 -1
- package/esm/cosmos/bank/v1beta1/authz.js +3 -3
- package/esm/cosmos/bank/v1beta1/bank.js +3 -3
- package/esm/cosmos/bank/v1beta1/genesis.js +4 -4
- package/esm/cosmos/bank/v1beta1/query.js +5 -5
- package/esm/cosmos/bank/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/bank/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/bank/v1beta1/tx.js +4 -4
- package/esm/cosmos/bank/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/base/abci/v1beta1/abci.js +6 -6
- package/esm/cosmos/base/node/v1beta1/query.js +3 -3
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +2 -2
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -2
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +1 -1
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +2 -2
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +2 -2
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +2 -2
- package/esm/cosmos/base/tendermint/v1beta1/query.js +9 -9
- package/esm/cosmos/base/tendermint/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.Service.js +2 -2
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/base/tendermint/v1beta1/types.js +7 -7
- package/esm/cosmos/base/v1beta1/coin.js +1 -1
- package/esm/cosmos/bundle.js +150 -150
- package/esm/cosmos/consensus/module/v1/module.js +1 -1
- package/esm/cosmos/consensus/v1/query.js +3 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +2 -2
- package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -2
- package/esm/cosmos/consensus/v1/tx.amino.js +1 -1
- package/esm/cosmos/consensus/v1/tx.js +3 -3
- package/esm/cosmos/consensus/v1/tx.registry.js +1 -1
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -2
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -2
- package/esm/cosmos/distribution/module/v1/module.js +1 -1
- package/esm/cosmos/distribution/v1beta1/distribution.js +3 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +4 -4
- package/esm/cosmos/distribution/v1beta1/query.js +5 -5
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/distribution/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/distribution/v1beta1/tx.js +4 -4
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/evidence/module/v1/module.js +1 -1
- package/esm/cosmos/evidence/v1beta1/evidence.js +3 -3
- package/esm/cosmos/evidence/v1beta1/genesis.js +2 -2
- package/esm/cosmos/evidence/v1beta1/query.js +5 -5
- package/esm/cosmos/evidence/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/evidence/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/evidence/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/evidence/v1beta1/tx.js +4 -4
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/evidence/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/evm/feemarket/v1/events.js +1 -1
- package/esm/cosmos/evm/feemarket/v1/feemarket.js +1 -1
- package/esm/cosmos/evm/feemarket/v1/genesis.js +3 -3
- package/esm/cosmos/evm/feemarket/v1/query.js +3 -3
- package/esm/cosmos/evm/feemarket/v1/query.rpc.Query.js +2 -2
- package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +2 -2
- package/esm/cosmos/evm/feemarket/v1/tx.amino.js +1 -1
- package/esm/cosmos/evm/feemarket/v1/tx.js +3 -3
- package/esm/cosmos/evm/feemarket/v1/tx.registry.js +1 -1
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +2 -2
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/evm/vm/v1/events.js +1 -1
- package/esm/cosmos/evm/vm/v1/evm.js +3 -3
- package/esm/cosmos/evm/vm/v1/genesis.js +3 -3
- package/esm/cosmos/evm/vm/v1/query.js +7 -7
- package/esm/cosmos/evm/vm/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/evm/vm/v1/query.rpc.func.js +3 -3
- package/esm/cosmos/evm/vm/v1/tx.amino.js +1 -1
- package/esm/cosmos/evm/vm/v1/tx.js +5 -5
- package/esm/cosmos/evm/vm/v1/tx.registry.js +1 -1
- package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +2 -2
- package/esm/cosmos/evm/vm/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/feegrant/module/v1/module.js +1 -1
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +7 -7
- package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
- package/esm/cosmos/feegrant/v1beta1/query.js +4 -4
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/feegrant/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/feegrant/v1beta1/tx.js +4 -4
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/gov/module/v1/module.js +1 -1
- package/esm/cosmos/gov/v1/genesis.js +3 -3
- package/esm/cosmos/gov/v1/gov.js +7 -7
- package/esm/cosmos/gov/v1/query.js +5 -5
- package/esm/cosmos/gov/v1/query.lcd.js +1 -1
- package/esm/cosmos/gov/v1/query.rpc.Query.js +2 -2
- package/esm/cosmos/gov/v1/query.rpc.func.js +2 -2
- package/esm/cosmos/gov/v1/tx.amino.js +1 -1
- package/esm/cosmos/gov/v1/tx.js +12 -12
- package/esm/cosmos/gov/v1/tx.registry.js +1 -1
- package/esm/cosmos/gov/v1/tx.rpc.func.js +2 -2
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/gov/v1beta1/genesis.js +3 -3
- package/esm/cosmos/gov/v1beta1/gov.js +11 -11
- package/esm/cosmos/gov/v1beta1/query.js +5 -5
- package/esm/cosmos/gov/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/gov/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/gov/v1beta1/tx.js +10 -10
- package/esm/cosmos/gov/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/ics23/v1/proofs.js +3 -3
- package/esm/cosmos/mint/module/v1/module.js +1 -1
- package/esm/cosmos/mint/v1beta1/genesis.js +3 -3
- package/esm/cosmos/mint/v1beta1/mint.js +1 -1
- package/esm/cosmos/mint/v1beta1/query.js +4 -4
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/mint/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/mint/v1beta1/tx.js +3 -3
- package/esm/cosmos/mint/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/params/module/v1/module.js +1 -1
- package/esm/cosmos/params/v1beta1/params.js +2 -2
- package/esm/cosmos/params/v1beta1/query.js +3 -3
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/slashing/module/v1/module.js +1 -1
- package/esm/cosmos/slashing/v1beta1/genesis.js +3 -3
- package/esm/cosmos/slashing/v1beta1/query.js +4 -4
- package/esm/cosmos/slashing/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/slashing/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/slashing/v1beta1/slashing.js +4 -4
- package/esm/cosmos/slashing/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/slashing/v1beta1/tx.js +3 -3
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/slashing/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/staking/module/v1/module.js +1 -1
- package/esm/cosmos/staking/v1beta1/authz.js +4 -4
- package/esm/cosmos/staking/v1beta1/genesis.js +4 -4
- package/esm/cosmos/staking/v1beta1/query.js +4 -4
- package/esm/cosmos/staking/v1beta1/query.lcd.js +1 -1
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/staking/v1beta1/staking.js +9 -9
- package/esm/cosmos/staking/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/staking/v1beta1/tx.js +7 -7
- package/esm/cosmos/staking/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/tx/config/v1/config.js +1 -1
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -5
- package/esm/cosmos/tx/v1beta1/service.js +8 -8
- package/esm/cosmos/tx/v1beta1/service.lcd.js +1 -1
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +2 -2
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +2 -2
- package/esm/cosmos/tx/v1beta1/tx.js +6 -6
- package/esm/cosmos/upgrade/module/v1/module.js +1 -1
- package/esm/cosmos/upgrade/v1beta1/query.js +4 -4
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +2 -2
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +2 -2
- package/esm/cosmos/upgrade/v1beta1/tx.amino.js +1 -1
- package/esm/cosmos/upgrade/v1beta1/tx.js +3 -3
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +1 -1
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +2 -2
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +5 -5
- package/esm/cosmos_proto/bundle.js +1 -1
- package/esm/cosmos_proto/cosmos.js +1 -1
- package/esm/cosmwasm/bundle.js +10 -10
- package/esm/cosmwasm/wasm/v1/authz.js +6 -6
- package/esm/cosmwasm/wasm/v1/genesis.js +4 -4
- package/esm/cosmwasm/wasm/v1/ibc.js +2 -2
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +5 -5
- package/esm/cosmwasm/wasm/v1/query.js +5 -5
- package/esm/cosmwasm/wasm/v1/query.lcd.js +1 -1
- package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +2 -2
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +2 -2
- package/esm/cosmwasm/wasm/v1/tx.amino.js +1 -1
- package/esm/cosmwasm/wasm/v1/tx.js +5 -5
- package/esm/cosmwasm/wasm/v1/tx.registry.js +1 -1
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +2 -2
- package/esm/cosmwasm/wasm/v1/tx.rpc.msg.js +2 -2
- package/esm/cosmwasm/wasm/v1/types.js +4 -4
- package/esm/ethermint/bundle.js +21 -21
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +2 -2
- package/esm/ethermint/evm/v1/events.js +1 -1
- package/esm/ethermint/evm/v1/evm.js +3 -3
- package/esm/ethermint/evm/v1/genesis.js +3 -3
- package/esm/ethermint/evm/v1/query.js +7 -7
- package/esm/ethermint/evm/v1/query.rpc.Query.js +3 -3
- package/esm/ethermint/evm/v1/query.rpc.func.js +3 -3
- package/esm/ethermint/evm/v1/tx.amino.js +1 -1
- package/esm/ethermint/evm/v1/tx.js +5 -5
- package/esm/ethermint/evm/v1/tx.registry.js +1 -1
- package/esm/ethermint/evm/v1/tx.rpc.func.js +2 -2
- package/esm/ethermint/evm/v1/tx.rpc.msg.js +2 -2
- package/esm/ethermint/feemarket/v1/events.js +1 -1
- package/esm/ethermint/feemarket/v1/feemarket.js +1 -1
- package/esm/ethermint/feemarket/v1/genesis.js +3 -3
- package/esm/ethermint/feemarket/v1/query.js +3 -3
- package/esm/ethermint/feemarket/v1/query.rpc.Query.js +2 -2
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +2 -2
- package/esm/ethermint/feemarket/v1/tx.amino.js +1 -1
- package/esm/ethermint/feemarket/v1/tx.js +3 -3
- package/esm/ethermint/feemarket/v1/tx.registry.js +1 -1
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -2
- package/esm/ethermint/feemarket/v1/tx.rpc.msg.js +2 -2
- package/esm/ethermint/types/v1/account.js +3 -3
- package/esm/ethermint/types/v1/dynamic_fee.js +1 -1
- package/esm/ethermint/types/v1/indexer.js +1 -1
- package/esm/ethermint/types/v1/web3.js +2 -2
- package/esm/extern.js +1 -1
- package/esm/google/api/http.js +2 -2
- package/esm/google/bundle.js +5 -5
- package/esm/google/protobuf/any.js +1 -1
- package/esm/google/protobuf/descriptor.js +3 -3
- package/esm/google/protobuf/duration.js +1 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/helper-func-types.js +4 -4
- package/esm/helpers.js +2 -31
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -1
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +2 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.amino.js +1 -1
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +5 -5
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -1
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +4 -4
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -2
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -2
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.amino.js +1 -1
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -4
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -1
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/applications/interchain_accounts/v1/account.js +3 -3
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +3 -3
- package/esm/ibc/applications/transfer/v1/authz.js +3 -3
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -1
- package/esm/ibc/applications/transfer/v1/genesis.js +5 -5
- package/esm/ibc/applications/transfer/v1/packet.js +1 -1
- package/esm/ibc/applications/transfer/v1/query.js +6 -6
- package/esm/ibc/applications/transfer/v1/query.lcd.js +1 -1
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +2 -2
- package/esm/ibc/applications/transfer/v1/token.js +2 -2
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -1
- package/esm/ibc/applications/transfer/v1/tx.amino.js +1 -1
- package/esm/ibc/applications/transfer/v1/tx.js +4 -4
- package/esm/ibc/applications/transfer/v1/tx.registry.js +1 -1
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/bundle.js +76 -76
- package/esm/ibc/core/channel/v1/channel.js +4 -4
- package/esm/ibc/core/channel/v1/genesis.js +3 -3
- package/esm/ibc/core/channel/v1/query.js +7 -7
- package/esm/ibc/core/channel/v1/query.lcd.js +1 -1
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/core/channel/v1/query.rpc.func.js +2 -2
- package/esm/ibc/core/channel/v1/tx.amino.js +1 -1
- package/esm/ibc/core/channel/v1/tx.js +5 -5
- package/esm/ibc/core/channel/v1/tx.registry.js +1 -1
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/channel/v2/genesis.js +3 -3
- package/esm/ibc/core/channel/v2/packet.js +3 -3
- package/esm/ibc/core/channel/v2/query.js +6 -6
- package/esm/ibc/core/channel/v2/query.lcd.js +1 -1
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +2 -2
- package/esm/ibc/core/channel/v2/query.rpc.func.js +2 -2
- package/esm/ibc/core/channel/v2/tx.amino.js +1 -1
- package/esm/ibc/core/channel/v2/tx.js +5 -5
- package/esm/ibc/core/channel/v2/tx.registry.js +1 -1
- package/esm/ibc/core/channel/v2/tx.rpc.func.js +2 -2
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/client/v1/client.js +3 -3
- package/esm/ibc/core/client/v1/genesis.js +4 -4
- package/esm/ibc/core/client/v1/query.js +7 -7
- package/esm/ibc/core/client/v1/query.lcd.js +1 -1
- package/esm/ibc/core/client/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/core/client/v1/query.rpc.func.js +2 -2
- package/esm/ibc/core/client/v1/tx.amino.js +1 -1
- package/esm/ibc/core/client/v1/tx.js +6 -6
- package/esm/ibc/core/client/v1/tx.registry.js +1 -1
- package/esm/ibc/core/client/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/client/v2/config.js +1 -1
- package/esm/ibc/core/client/v2/counterparty.js +2 -2
- package/esm/ibc/core/client/v2/genesis.js +3 -3
- package/esm/ibc/core/client/v2/query.js +4 -4
- package/esm/ibc/core/client/v2/query.rpc.Query.js +2 -2
- package/esm/ibc/core/client/v2/query.rpc.func.js +2 -2
- package/esm/ibc/core/client/v2/tx.amino.js +1 -1
- package/esm/ibc/core/client/v2/tx.js +4 -4
- package/esm/ibc/core/client/v2/tx.registry.js +1 -1
- package/esm/ibc/core/client/v2/tx.rpc.func.js +2 -2
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/commitment/v1/commitment.js +4 -4
- package/esm/ibc/core/commitment/v2/commitment.js +2 -2
- package/esm/ibc/core/connection/v1/connection.js +4 -4
- package/esm/ibc/core/connection/v1/genesis.js +3 -3
- package/esm/ibc/core/connection/v1/query.js +7 -7
- package/esm/ibc/core/connection/v1/query.lcd.js +1 -1
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/core/connection/v1/query.rpc.func.js +2 -2
- package/esm/ibc/core/connection/v1/tx.amino.js +1 -1
- package/esm/ibc/core/connection/v1/tx.js +6 -6
- package/esm/ibc/core/connection/v1/tx.registry.js +1 -1
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/core/types/v1/genesis.js +7 -7
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +6 -6
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +4 -4
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +10 -10
- package/esm/ibc/lightclients/wasm/v1/genesis.js +3 -3
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -4
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +1 -1
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/tx.amino.js +1 -1
- package/esm/ibc/lightclients/wasm/v1/tx.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +1 -1
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +2 -2
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -4
- package/esm/index.js +16 -16
- package/esm/registry.js +3 -3
- package/esm/tendermint/abci/types.js +7 -7
- package/esm/tendermint/bundle.js +10 -10
- package/esm/tendermint/crypto/keys.js +2 -2
- package/esm/tendermint/crypto/proof.js +3 -3
- package/esm/tendermint/p2p/types.js +3 -3
- package/esm/tendermint/types/block.js +4 -4
- package/esm/tendermint/types/evidence.js +6 -6
- package/esm/tendermint/types/params.js +3 -3
- package/esm/tendermint/types/types.js +7 -7
- package/esm/tendermint/types/validator.js +4 -4
- package/esm/tendermint/version/types.js +1 -1
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/esm/xpla/bundle.js +22 -22
- package/esm/xpla/burn/v1beta1/burn.js +3 -3
- package/esm/xpla/burn/v1beta1/genesis.js +3 -3
- package/esm/xpla/burn/v1beta1/query.js +4 -4
- package/esm/xpla/burn/v1beta1/query.rpc.Query.js +2 -2
- package/esm/xpla/burn/v1beta1/query.rpc.func.js +2 -2
- package/esm/xpla/burn/v1beta1/tx.amino.js +1 -1
- package/esm/xpla/burn/v1beta1/tx.js +3 -3
- package/esm/xpla/burn/v1beta1/tx.registry.js +1 -1
- package/esm/xpla/burn/v1beta1/tx.rpc.func.js +2 -2
- package/esm/xpla/burn/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/xpla/lcd.js +29 -29
- package/esm/xpla/reward/v1beta1/genesis.js +3 -3
- package/esm/xpla/reward/v1beta1/query.js +4 -4
- package/esm/xpla/reward/v1beta1/query.rpc.Query.js +2 -2
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +2 -2
- package/esm/xpla/reward/v1beta1/reward.js +1 -1
- package/esm/xpla/reward/v1beta1/tx.amino.js +1 -1
- package/esm/xpla/reward/v1beta1/tx.js +4 -4
- package/esm/xpla/reward/v1beta1/tx.registry.js +1 -1
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +2 -2
- package/esm/xpla/reward/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/xpla/rpc.query.js +29 -29
- package/esm/xpla/rpc.tx.js +26 -26
- package/esm/xpla/volunteer/v1beta1/genesis.js +3 -3
- package/esm/xpla/volunteer/v1beta1/proposal.js +5 -5
- package/esm/xpla/volunteer/v1beta1/query.js +1 -1
- package/esm/xpla/volunteer/v1beta1/query.rpc.Query.js +2 -2
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -2
- package/esm/xpla/volunteer/v1beta1/tx.amino.js +1 -1
- package/esm/xpla/volunteer/v1beta1/tx.js +5 -5
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +1 -1
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +2 -2
- package/esm/xpla/volunteer/v1beta1/tx.rpc.msg.js +2 -2
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/helper-func-types.d.ts +2 -2
- package/helper-func-types.js +4 -4
- package/helpers.d.ts +2 -4
- package/helpers.js +5 -34
- package/ibc/bundle.d.ts +7 -7
- package/ibc/bundle.js +53 -53
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +30 -8
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/types.d.ts +1 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
- package/xpla/rpc.query.d.ts +31 -31
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Timestamp } from "../../google/protobuf/timestamp";
|
|
2
|
-
import { ConsensusParams } from "../types/params";
|
|
3
|
-
import { ProofOps } from "../crypto/proof";
|
|
4
|
-
import { PublicKey } from "../crypto/keys";
|
|
5
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
6
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
7
|
-
import { toTimestamp, fromTimestamp, bytesFromBase64, base64FromBytes, isSet } from "../../helpers";
|
|
1
|
+
import { Timestamp } from "../../google/protobuf/timestamp.js";
|
|
2
|
+
import { ConsensusParams } from "../types/params.js";
|
|
3
|
+
import { ProofOps } from "../crypto/proof.js";
|
|
4
|
+
import { PublicKey } from "../crypto/keys.js";
|
|
5
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
6
|
+
import { GlobalDecoderRegistry } from "../../registry.js";
|
|
7
|
+
import { toTimestamp, fromTimestamp, bytesFromBase64, base64FromBytes, isSet } from "../../helpers.js";
|
|
8
8
|
export var CheckTxType;
|
|
9
9
|
(function (CheckTxType) {
|
|
10
10
|
CheckTxType[CheckTxType["NEW"] = 0] = "NEW";
|
package/esm/tendermint/bundle.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { CheckTxType, CheckTxTypeAmino, ResponseOfferSnapshot_Result, ResponseOfferSnapshot_ResultAmino, ResponseApplySnapshotChunk_Result, ResponseApplySnapshotChunk_ResultAmino, ResponseProcessProposal_ProposalStatus, ResponseProcessProposal_ProposalStatusAmino, ResponseVerifyVoteExtension_VerifyStatus, ResponseVerifyVoteExtension_VerifyStatusAmino, MisbehaviorType, MisbehaviorTypeAmino, Request, RequestEcho, RequestFlush, RequestInfo, RequestInitChain, RequestQuery, RequestCheckTx, RequestCommit, RequestListSnapshots, RequestOfferSnapshot, RequestLoadSnapshotChunk, RequestApplySnapshotChunk, RequestPrepareProposal, RequestProcessProposal, RequestExtendVote, RequestVerifyVoteExtension, RequestFinalizeBlock, Response, ResponseException, ResponseEcho, ResponseFlush, ResponseInfo, ResponseInitChain, ResponseQuery, ResponseCheckTx, ResponseCommit, ResponseListSnapshots, ResponseOfferSnapshot, ResponseLoadSnapshotChunk, ResponseApplySnapshotChunk, ResponsePrepareProposal, ResponseProcessProposal, ResponseExtendVote, ResponseVerifyVoteExtension, ResponseFinalizeBlock, CommitInfo, ExtendedCommitInfo, Event, EventAttribute, ExecTxResult, TxResult as TendermintAbciTxResult, Validator as TendermintAbciValidator, ValidatorUpdate, VoteInfo, ExtendedVoteInfo, Misbehavior, Snapshot } from "./abci/types";
|
|
2
|
-
export * from "./crypto/keys";
|
|
3
|
-
export { Proof, ValueOp, DominoOp, ProofOp as TendermintCryptoProofOp, ProofOps as TendermintCryptoProofOps } from "./crypto/proof";
|
|
4
|
-
export * from "./p2p/types";
|
|
5
|
-
export { Block as TendermintTypesBlock } from "./types/block";
|
|
6
|
-
export * from "./types/evidence";
|
|
7
|
-
export * from "./types/params";
|
|
8
|
-
export { SignedMsgType, SignedMsgTypeAmino, PartSetHeader, Part, BlockID, Header as TendermintTypesHeader, Data, Vote as TendermintTypesVote, Commit, CommitSig, ExtendedCommit, ExtendedCommitSig, Proposal as TendermintTypesProposal, SignedHeader, LightBlock, BlockMeta, TxProof } from "./types/types";
|
|
9
|
-
export { BlockIDFlag, BlockIDFlagAmino, ValidatorSet, Validator as TendermintTypesValidator, SimpleValidator } from "./types/validator";
|
|
10
|
-
export * from "./version/types";
|
|
1
|
+
export { CheckTxType, CheckTxTypeAmino, ResponseOfferSnapshot_Result, ResponseOfferSnapshot_ResultAmino, ResponseApplySnapshotChunk_Result, ResponseApplySnapshotChunk_ResultAmino, ResponseProcessProposal_ProposalStatus, ResponseProcessProposal_ProposalStatusAmino, ResponseVerifyVoteExtension_VerifyStatus, ResponseVerifyVoteExtension_VerifyStatusAmino, MisbehaviorType, MisbehaviorTypeAmino, Request, RequestEcho, RequestFlush, RequestInfo, RequestInitChain, RequestQuery, RequestCheckTx, RequestCommit, RequestListSnapshots, RequestOfferSnapshot, RequestLoadSnapshotChunk, RequestApplySnapshotChunk, RequestPrepareProposal, RequestProcessProposal, RequestExtendVote, RequestVerifyVoteExtension, RequestFinalizeBlock, Response, ResponseException, ResponseEcho, ResponseFlush, ResponseInfo, ResponseInitChain, ResponseQuery, ResponseCheckTx, ResponseCommit, ResponseListSnapshots, ResponseOfferSnapshot, ResponseLoadSnapshotChunk, ResponseApplySnapshotChunk, ResponsePrepareProposal, ResponseProcessProposal, ResponseExtendVote, ResponseVerifyVoteExtension, ResponseFinalizeBlock, CommitInfo, ExtendedCommitInfo, Event, EventAttribute, ExecTxResult, TxResult as TendermintAbciTxResult, Validator as TendermintAbciValidator, ValidatorUpdate, VoteInfo, ExtendedVoteInfo, Misbehavior, Snapshot } from "./abci/types.js";
|
|
2
|
+
export * from "./crypto/keys.js";
|
|
3
|
+
export { Proof, ValueOp, DominoOp, ProofOp as TendermintCryptoProofOp, ProofOps as TendermintCryptoProofOps } from "./crypto/proof.js";
|
|
4
|
+
export * from "./p2p/types.js";
|
|
5
|
+
export { Block as TendermintTypesBlock } from "./types/block.js";
|
|
6
|
+
export * from "./types/evidence.js";
|
|
7
|
+
export * from "./types/params.js";
|
|
8
|
+
export { SignedMsgType, SignedMsgTypeAmino, PartSetHeader, Part, BlockID, Header as TendermintTypesHeader, Data, Vote as TendermintTypesVote, Commit, CommitSig, ExtendedCommit, ExtendedCommitSig, Proposal as TendermintTypesProposal, SignedHeader, LightBlock, BlockMeta, TxProof } from "./types/types.js";
|
|
9
|
+
export { BlockIDFlag, BlockIDFlagAmino, ValidatorSet, Validator as TendermintTypesValidator, SimpleValidator } from "./types/validator.js";
|
|
10
|
+
export * from "./version/types.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
-
import { bytesFromBase64, base64FromBytes } from "../../helpers";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
2
|
+
import { bytesFromBase64, base64FromBytes } from "../../helpers.js";
|
|
3
3
|
function createBasePublicKey() {
|
|
4
4
|
return {
|
|
5
5
|
ed25519: undefined,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
-
import { bytesFromBase64, base64FromBytes } from "../../helpers";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
2
|
+
import { bytesFromBase64, base64FromBytes } from "../../helpers.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../registry.js";
|
|
4
4
|
function createBaseProof() {
|
|
5
5
|
return {
|
|
6
6
|
total: BigInt(0),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
-
import { bytesFromBase64, base64FromBytes } from "../../helpers";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
2
|
+
import { bytesFromBase64, base64FromBytes } from "../../helpers.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../registry.js";
|
|
4
4
|
function createBaseNetAddress() {
|
|
5
5
|
return {
|
|
6
6
|
id: "",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Header, Data, Commit } from "./types";
|
|
2
|
-
import { EvidenceList } from "./evidence";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
1
|
+
import { Header, Data, Commit } from "./types.js";
|
|
2
|
+
import { EvidenceList } from "./evidence.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../registry.js";
|
|
5
5
|
function createBaseBlock() {
|
|
6
6
|
return {
|
|
7
7
|
header: Header.fromPartial({}),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Vote, LightBlock } from "./types";
|
|
2
|
-
import { Timestamp } from "../../google/protobuf/timestamp";
|
|
3
|
-
import { Validator } from "./validator";
|
|
4
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
5
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
6
|
-
import { toTimestamp, fromTimestamp } from "../../helpers";
|
|
1
|
+
import { Vote, LightBlock } from "./types.js";
|
|
2
|
+
import { Timestamp } from "../../google/protobuf/timestamp.js";
|
|
3
|
+
import { Validator } from "./validator.js";
|
|
4
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
5
|
+
import { GlobalDecoderRegistry } from "../../registry.js";
|
|
6
|
+
import { toTimestamp, fromTimestamp } from "../../helpers.js";
|
|
7
7
|
function createBaseEvidence() {
|
|
8
8
|
return {
|
|
9
9
|
duplicateVoteEvidence: undefined,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Duration } from "../../google/protobuf/duration";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
1
|
+
import { Duration } from "../../google/protobuf/duration.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../registry.js";
|
|
4
4
|
function createBaseConsensusParams() {
|
|
5
5
|
return {
|
|
6
6
|
block: undefined,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Proof } from "../crypto/proof";
|
|
2
|
-
import { Consensus } from "../version/types";
|
|
3
|
-
import { Timestamp } from "../../google/protobuf/timestamp";
|
|
4
|
-
import { ValidatorSet } from "./validator";
|
|
5
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
6
|
-
import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp, isSet } from "../../helpers";
|
|
7
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
1
|
+
import { Proof } from "../crypto/proof.js";
|
|
2
|
+
import { Consensus } from "../version/types.js";
|
|
3
|
+
import { Timestamp } from "../../google/protobuf/timestamp.js";
|
|
4
|
+
import { ValidatorSet } from "./validator.js";
|
|
5
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
6
|
+
import { bytesFromBase64, base64FromBytes, toTimestamp, fromTimestamp, isSet } from "../../helpers.js";
|
|
7
|
+
import { GlobalDecoderRegistry } from "../../registry.js";
|
|
8
8
|
/** SignedMsgType is a type of signed message in the consensus. */
|
|
9
9
|
export var SignedMsgType;
|
|
10
10
|
(function (SignedMsgType) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PublicKey } from "../crypto/keys";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../registry";
|
|
4
|
-
import { bytesFromBase64, base64FromBytes } from "../../helpers";
|
|
1
|
+
import { PublicKey } from "../crypto/keys.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../registry.js";
|
|
4
|
+
import { bytesFromBase64, base64FromBytes } from "../../helpers.js";
|
|
5
5
|
/** BlockIdFlag indicates which BlockID the signature is for */
|
|
6
6
|
export var BlockIDFlag;
|
|
7
7
|
(function (BlockIDFlag) {
|
package/esm/types.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
|
*/
|
package/esm/utf8.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
|
*/
|
package/esm/varint.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
|
*/
|
package/esm/xpla/bundle.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export * from "./burn/v1beta1/burn";
|
|
2
|
-
export { GenesisState as XplaBurnV1beta1GenesisState } from "./burn/v1beta1/genesis";
|
|
3
|
-
export * from "./burn/v1beta1/query";
|
|
4
|
-
export * from "./burn/v1beta1/tx";
|
|
5
|
-
export { GenesisState as XplaRewardV1beta1GenesisState } from "./reward/v1beta1/genesis";
|
|
6
|
-
export { QueryParamsRequest as XplaRewardV1beta1QueryParamsRequest, QueryParamsResponse as XplaRewardV1beta1QueryParamsResponse, QueryPoolRequest as XplaRewardV1beta1QueryPoolRequest, QueryPoolResponse as XplaRewardV1beta1QueryPoolResponse } from "./reward/v1beta1/query";
|
|
7
|
-
export { Params as XplaRewardV1beta1Params } from "./reward/v1beta1/reward";
|
|
8
|
-
export { MsgFundRewardPool, MsgFundRewardPoolResponse, MsgUpdateParams as XplaRewardV1beta1MsgUpdateParams, MsgUpdateParamsResponse as XplaRewardV1beta1MsgUpdateParamsResponse } from "./reward/v1beta1/tx";
|
|
9
|
-
export { GenesisState as XplaVolunteerV1beta1GenesisState } from "./volunteer/v1beta1/genesis";
|
|
10
|
-
export * from "./volunteer/v1beta1/proposal";
|
|
11
|
-
export * from "./volunteer/v1beta1/query";
|
|
12
|
-
export * from "./volunteer/v1beta1/tx";
|
|
13
|
-
export * from "./volunteer/v1beta1/volunteervalidator";
|
|
14
|
-
export { registry as XplaBurnV1beta1Registry, MessageComposer as XplaBurnV1beta1MessageComposer } from "./burn/v1beta1/tx.registry";
|
|
15
|
-
export { registry as XplaRewardV1beta1Registry, MessageComposer as XplaRewardV1beta1MessageComposer } from "./reward/v1beta1/tx.registry";
|
|
16
|
-
export { registry as XplaVolunteerV1beta1Registry, MessageComposer as XplaVolunteerV1beta1MessageComposer } from "./volunteer/v1beta1/tx.registry";
|
|
17
|
-
export * from "./burn/v1beta1/query.rpc.func";
|
|
18
|
-
export { getParams as getParamsXplaRewardV1beta1, getPool as getPoolXplaRewardV1beta1 } from "./reward/v1beta1/query.rpc.func";
|
|
19
|
-
export * from "./volunteer/v1beta1/query.rpc.func";
|
|
20
|
-
export * from "./burn/v1beta1/tx.rpc.func";
|
|
21
|
-
export { fundRewardPool, updateParams as updateParamsXplaRewardV1beta1 } from "./reward/v1beta1/tx.rpc.func";
|
|
22
|
-
export * from "./volunteer/v1beta1/tx.rpc.func";
|
|
1
|
+
export * from "./burn/v1beta1/burn.js";
|
|
2
|
+
export { GenesisState as XplaBurnV1beta1GenesisState } from "./burn/v1beta1/genesis.js";
|
|
3
|
+
export * from "./burn/v1beta1/query.js";
|
|
4
|
+
export * from "./burn/v1beta1/tx.js";
|
|
5
|
+
export { GenesisState as XplaRewardV1beta1GenesisState } from "./reward/v1beta1/genesis.js";
|
|
6
|
+
export { QueryParamsRequest as XplaRewardV1beta1QueryParamsRequest, QueryParamsResponse as XplaRewardV1beta1QueryParamsResponse, QueryPoolRequest as XplaRewardV1beta1QueryPoolRequest, QueryPoolResponse as XplaRewardV1beta1QueryPoolResponse } from "./reward/v1beta1/query.js";
|
|
7
|
+
export { Params as XplaRewardV1beta1Params } from "./reward/v1beta1/reward.js";
|
|
8
|
+
export { MsgFundRewardPool, MsgFundRewardPoolResponse, MsgUpdateParams as XplaRewardV1beta1MsgUpdateParams, MsgUpdateParamsResponse as XplaRewardV1beta1MsgUpdateParamsResponse } from "./reward/v1beta1/tx.js";
|
|
9
|
+
export { GenesisState as XplaVolunteerV1beta1GenesisState } from "./volunteer/v1beta1/genesis.js";
|
|
10
|
+
export * from "./volunteer/v1beta1/proposal.js";
|
|
11
|
+
export * from "./volunteer/v1beta1/query.js";
|
|
12
|
+
export * from "./volunteer/v1beta1/tx.js";
|
|
13
|
+
export * from "./volunteer/v1beta1/volunteervalidator.js";
|
|
14
|
+
export { registry as XplaBurnV1beta1Registry, MessageComposer as XplaBurnV1beta1MessageComposer } from "./burn/v1beta1/tx.registry.js";
|
|
15
|
+
export { registry as XplaRewardV1beta1Registry, MessageComposer as XplaRewardV1beta1MessageComposer } from "./reward/v1beta1/tx.registry.js";
|
|
16
|
+
export { registry as XplaVolunteerV1beta1Registry, MessageComposer as XplaVolunteerV1beta1MessageComposer } from "./volunteer/v1beta1/tx.registry.js";
|
|
17
|
+
export * from "./burn/v1beta1/query.rpc.func.js";
|
|
18
|
+
export { getParams as getParamsXplaRewardV1beta1, getPool as getPoolXplaRewardV1beta1 } from "./reward/v1beta1/query.rpc.func.js";
|
|
19
|
+
export * from "./volunteer/v1beta1/query.rpc.func.js";
|
|
20
|
+
export * from "./burn/v1beta1/tx.rpc.func.js";
|
|
21
|
+
export { fundRewardPool, updateParams as updateParamsXplaRewardV1beta1 } from "./reward/v1beta1/tx.rpc.func.js";
|
|
22
|
+
export * from "./volunteer/v1beta1/tx.rpc.func.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Coin } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseBurnProposal() {
|
|
5
5
|
return {
|
|
6
6
|
proposalId: BigInt(0),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BurnProposal } from "./burn";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { BurnProposal } from "./burn.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseGenesisState() {
|
|
5
5
|
return {
|
|
6
6
|
ongoingBurnProposals: []
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BurnProposal } from "./burn";
|
|
2
|
-
import { Coin } from "../../../cosmos/base/v1beta1/coin";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { BurnProposal } from "./burn.js";
|
|
2
|
+
import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
function createBaseQueryOngoingProposalsRequest() {
|
|
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 { QueryOngoingProposalsRequest, QueryOngoingProposalsResponse, QueryOngoingProposalRequest, QueryOngoingProposalResponse } from "./query";
|
|
3
|
+
import { QueryOngoingProposalsRequest, QueryOngoingProposalsResponse, QueryOngoingProposalRequest, QueryOngoingProposalResponse } 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 { QueryOngoingProposalsRequest, QueryOngoingProposalsResponse, QueryOngoingProposalRequest, QueryOngoingProposalResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { QueryOngoingProposalsRequest, QueryOngoingProposalsResponse, QueryOngoingProposalRequest, QueryOngoingProposalResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* Query all ongoing burn proposals
|
|
5
5
|
* @name getOngoingProposals
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Coin } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseMsgBurn() {
|
|
5
5
|
return {
|
|
6
6
|
authority: "",
|
package/esm/xpla/lcd.js
CHANGED
|
@@ -6,101 +6,101 @@ export const createLCDClient = async ({ restEndpoint }) => {
|
|
|
6
6
|
return {
|
|
7
7
|
cosmos: {
|
|
8
8
|
auth: {
|
|
9
|
-
v1beta1: new (await import("../cosmos/auth/v1beta1/query.lcd")).LCDQueryClient({
|
|
9
|
+
v1beta1: new (await import("../cosmos/auth/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
10
10
|
requestClient
|
|
11
11
|
})
|
|
12
12
|
},
|
|
13
13
|
authz: {
|
|
14
|
-
v1beta1: new (await import("../cosmos/authz/v1beta1/query.lcd")).LCDQueryClient({
|
|
14
|
+
v1beta1: new (await import("../cosmos/authz/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
15
15
|
requestClient
|
|
16
16
|
})
|
|
17
17
|
},
|
|
18
18
|
bank: {
|
|
19
|
-
v1beta1: new (await import("../cosmos/bank/v1beta1/query.lcd")).LCDQueryClient({
|
|
19
|
+
v1beta1: new (await import("../cosmos/bank/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
20
20
|
requestClient
|
|
21
21
|
})
|
|
22
22
|
},
|
|
23
23
|
base: {
|
|
24
24
|
node: {
|
|
25
|
-
v1beta1: new (await import("../cosmos/base/node/v1beta1/query.lcd")).LCDQueryClient({
|
|
25
|
+
v1beta1: new (await import("../cosmos/base/node/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
26
26
|
requestClient
|
|
27
27
|
})
|
|
28
28
|
},
|
|
29
29
|
tendermint: {
|
|
30
|
-
v1beta1: new (await import("../cosmos/base/tendermint/v1beta1/query.lcd")).LCDQueryClient({
|
|
30
|
+
v1beta1: new (await import("../cosmos/base/tendermint/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
31
31
|
requestClient
|
|
32
32
|
})
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
consensus: {
|
|
36
|
-
v1: new (await import("../cosmos/consensus/v1/query.lcd")).LCDQueryClient({
|
|
36
|
+
v1: new (await import("../cosmos/consensus/v1/query.lcd.js")).LCDQueryClient({
|
|
37
37
|
requestClient
|
|
38
38
|
})
|
|
39
39
|
},
|
|
40
40
|
distribution: {
|
|
41
|
-
v1beta1: new (await import("../cosmos/distribution/v1beta1/query.lcd")).LCDQueryClient({
|
|
41
|
+
v1beta1: new (await import("../cosmos/distribution/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
42
42
|
requestClient
|
|
43
43
|
})
|
|
44
44
|
},
|
|
45
45
|
evidence: {
|
|
46
|
-
v1beta1: new (await import("../cosmos/evidence/v1beta1/query.lcd")).LCDQueryClient({
|
|
46
|
+
v1beta1: new (await import("../cosmos/evidence/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
47
47
|
requestClient
|
|
48
48
|
})
|
|
49
49
|
},
|
|
50
50
|
evm: {
|
|
51
51
|
feemarket: {
|
|
52
|
-
v1: new (await import("../cosmos/evm/feemarket/v1/query.lcd")).LCDQueryClient({
|
|
52
|
+
v1: new (await import("../cosmos/evm/feemarket/v1/query.lcd.js")).LCDQueryClient({
|
|
53
53
|
requestClient
|
|
54
54
|
})
|
|
55
55
|
},
|
|
56
56
|
vm: {
|
|
57
|
-
v1: new (await import("../cosmos/evm/vm/v1/query.lcd")).LCDQueryClient({
|
|
57
|
+
v1: new (await import("../cosmos/evm/vm/v1/query.lcd.js")).LCDQueryClient({
|
|
58
58
|
requestClient
|
|
59
59
|
})
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
feegrant: {
|
|
63
|
-
v1beta1: new (await import("../cosmos/feegrant/v1beta1/query.lcd")).LCDQueryClient({
|
|
63
|
+
v1beta1: new (await import("../cosmos/feegrant/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
64
64
|
requestClient
|
|
65
65
|
})
|
|
66
66
|
},
|
|
67
67
|
gov: {
|
|
68
|
-
v1: new (await import("../cosmos/gov/v1/query.lcd")).LCDQueryClient({
|
|
68
|
+
v1: new (await import("../cosmos/gov/v1/query.lcd.js")).LCDQueryClient({
|
|
69
69
|
requestClient
|
|
70
70
|
}),
|
|
71
|
-
v1beta1: new (await import("../cosmos/gov/v1beta1/query.lcd")).LCDQueryClient({
|
|
71
|
+
v1beta1: new (await import("../cosmos/gov/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
72
72
|
requestClient
|
|
73
73
|
})
|
|
74
74
|
},
|
|
75
75
|
mint: {
|
|
76
|
-
v1beta1: new (await import("../cosmos/mint/v1beta1/query.lcd")).LCDQueryClient({
|
|
76
|
+
v1beta1: new (await import("../cosmos/mint/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
77
77
|
requestClient
|
|
78
78
|
})
|
|
79
79
|
},
|
|
80
80
|
slashing: {
|
|
81
|
-
v1beta1: new (await import("../cosmos/slashing/v1beta1/query.lcd")).LCDQueryClient({
|
|
81
|
+
v1beta1: new (await import("../cosmos/slashing/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
82
82
|
requestClient
|
|
83
83
|
})
|
|
84
84
|
},
|
|
85
85
|
staking: {
|
|
86
|
-
v1beta1: new (await import("../cosmos/staking/v1beta1/query.lcd")).LCDQueryClient({
|
|
86
|
+
v1beta1: new (await import("../cosmos/staking/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
87
87
|
requestClient
|
|
88
88
|
})
|
|
89
89
|
},
|
|
90
90
|
tx: {
|
|
91
|
-
v1beta1: new (await import("../cosmos/tx/v1beta1/service.lcd")).LCDQueryClient({
|
|
91
|
+
v1beta1: new (await import("../cosmos/tx/v1beta1/service.lcd.js")).LCDQueryClient({
|
|
92
92
|
requestClient
|
|
93
93
|
})
|
|
94
94
|
},
|
|
95
95
|
upgrade: {
|
|
96
|
-
v1beta1: new (await import("../cosmos/upgrade/v1beta1/query.lcd")).LCDQueryClient({
|
|
96
|
+
v1beta1: new (await import("../cosmos/upgrade/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
97
97
|
requestClient
|
|
98
98
|
})
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
cosmwasm: {
|
|
102
102
|
wasm: {
|
|
103
|
-
v1: new (await import("../cosmwasm/wasm/v1/query.lcd")).LCDQueryClient({
|
|
103
|
+
v1: new (await import("../cosmwasm/wasm/v1/query.lcd.js")).LCDQueryClient({
|
|
104
104
|
requestClient
|
|
105
105
|
})
|
|
106
106
|
}
|
|
@@ -109,36 +109,36 @@ export const createLCDClient = async ({ restEndpoint }) => {
|
|
|
109
109
|
applications: {
|
|
110
110
|
interchain_accounts: {
|
|
111
111
|
host: {
|
|
112
|
-
v1: new (await import("../ibc/applications/interchain_accounts/host/v1/query.lcd")).LCDQueryClient({
|
|
112
|
+
v1: new (await import("../ibc/applications/interchain_accounts/host/v1/query.lcd.js")).LCDQueryClient({
|
|
113
113
|
requestClient
|
|
114
114
|
})
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
transfer: {
|
|
118
|
-
v1: new (await import("../ibc/applications/transfer/v1/query.lcd")).LCDQueryClient({
|
|
118
|
+
v1: new (await import("../ibc/applications/transfer/v1/query.lcd.js")).LCDQueryClient({
|
|
119
119
|
requestClient
|
|
120
120
|
})
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
core: {
|
|
124
124
|
channel: {
|
|
125
|
-
v1: new (await import("../ibc/core/channel/v1/query.lcd")).LCDQueryClient({
|
|
125
|
+
v1: new (await import("../ibc/core/channel/v1/query.lcd.js")).LCDQueryClient({
|
|
126
126
|
requestClient
|
|
127
127
|
}),
|
|
128
|
-
v2: new (await import("../ibc/core/channel/v2/query.lcd")).LCDQueryClient({
|
|
128
|
+
v2: new (await import("../ibc/core/channel/v2/query.lcd.js")).LCDQueryClient({
|
|
129
129
|
requestClient
|
|
130
130
|
})
|
|
131
131
|
},
|
|
132
132
|
client: {
|
|
133
|
-
v1: new (await import("../ibc/core/client/v1/query.lcd")).LCDQueryClient({
|
|
133
|
+
v1: new (await import("../ibc/core/client/v1/query.lcd.js")).LCDQueryClient({
|
|
134
134
|
requestClient
|
|
135
135
|
}),
|
|
136
|
-
v2: new (await import("../ibc/core/client/v2/query.lcd")).LCDQueryClient({
|
|
136
|
+
v2: new (await import("../ibc/core/client/v2/query.lcd.js")).LCDQueryClient({
|
|
137
137
|
requestClient
|
|
138
138
|
})
|
|
139
139
|
},
|
|
140
140
|
connection: {
|
|
141
|
-
v1: new (await import("../ibc/core/connection/v1/query.lcd")).LCDQueryClient({
|
|
141
|
+
v1: new (await import("../ibc/core/connection/v1/query.lcd.js")).LCDQueryClient({
|
|
142
142
|
requestClient
|
|
143
143
|
})
|
|
144
144
|
}
|
|
@@ -146,17 +146,17 @@ export const createLCDClient = async ({ restEndpoint }) => {
|
|
|
146
146
|
},
|
|
147
147
|
xpla: {
|
|
148
148
|
burn: {
|
|
149
|
-
v1beta1: new (await import("./burn/v1beta1/query.lcd")).LCDQueryClient({
|
|
149
|
+
v1beta1: new (await import("./burn/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
150
150
|
requestClient
|
|
151
151
|
})
|
|
152
152
|
},
|
|
153
153
|
reward: {
|
|
154
|
-
v1beta1: new (await import("./reward/v1beta1/query.lcd")).LCDQueryClient({
|
|
154
|
+
v1beta1: new (await import("./reward/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
155
155
|
requestClient
|
|
156
156
|
})
|
|
157
157
|
},
|
|
158
158
|
volunteer: {
|
|
159
|
-
v1beta1: new (await import("./volunteer/v1beta1/query.lcd")).LCDQueryClient({
|
|
159
|
+
v1beta1: new (await import("./volunteer/v1beta1/query.lcd.js")).LCDQueryClient({
|
|
160
160
|
requestClient
|
|
161
161
|
})
|
|
162
162
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Params } from "./reward";
|
|
2
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Params } from "./reward.js";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
3
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
4
4
|
function createBaseGenesisState() {
|
|
5
5
|
return {
|
|
6
6
|
params: Params.fromPartial({})
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Params } from "./reward";
|
|
2
|
-
import { Coin } from "../../../cosmos/base/v1beta1/coin";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Params } from "./reward.js";
|
|
2
|
+
import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
function createBaseQueryParamsRequest() {
|
|
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 { QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse } from "./query";
|
|
3
|
+
import { QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse } 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 { QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse } from "./query";
|
|
1
|
+
import { buildQuery } from "../../../helper-func-types.js";
|
|
2
|
+
import { QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse } from "./query.js";
|
|
3
3
|
/**
|
|
4
4
|
* Params queries params of the reward module.
|
|
5
5
|
* @name getParams
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Coin } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
-
import { Params } from "./reward";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
1
|
+
import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
|
|
2
|
+
import { Params } from "./reward.js";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
+
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
5
5
|
function createBaseMsgFundRewardPool() {
|
|
6
6
|
return {
|
|
7
7
|
amount: [],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MsgFundRewardPool, MsgUpdateParams } from "./tx";
|
|
1
|
+
import { MsgFundRewardPool, MsgUpdateParams } from "./tx.js";
|
|
2
2
|
export const registry = [["/xpla.reward.v1beta1.MsgFundRewardPool", MsgFundRewardPool], ["/xpla.reward.v1beta1.MsgUpdateParams", MsgUpdateParams]];
|
|
3
3
|
export const MessageComposer = {
|
|
4
4
|
encoded: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { buildTx } from "../../../helper-func-types";
|
|
2
|
-
import { MsgFundRewardPool, MsgUpdateParams } from "./tx";
|
|
1
|
+
import { buildTx } from "../../../helper-func-types.js";
|
|
2
|
+
import { MsgFundRewardPool, MsgUpdateParams } from "./tx.js";
|
|
3
3
|
/**
|
|
4
4
|
* MsgFundRewardPool defines a method to allow an account to directly
|
|
5
5
|
* fund the reward pool.
|