@agoric/cosmic-proto 0.5.0-u20.0 → 0.5.0-u21.0
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/dist/codegen/agoric/swingset/msgs.js +1 -1
- package/dist/codegen/agoric/swingset/msgs.js.map +1 -1
- package/dist/codegen/agoric/swingset/query.js +1 -1
- package/dist/codegen/agoric/swingset/query.js.map +1 -1
- package/dist/codegen/agoric/swingset/swingset.js +1 -1
- package/dist/codegen/agoric/swingset/swingset.js.map +1 -1
- package/dist/codegen/agoric/vbank/vbank.js +1 -1
- package/dist/codegen/agoric/vbank/vbank.js.map +1 -1
- package/dist/codegen/agoric/vibc/msgs.js +1 -1
- package/dist/codegen/agoric/vibc/msgs.js.map +1 -1
- package/dist/codegen/agoric/vstorage/query.d.ts +4 -2
- package/dist/codegen/agoric/vstorage/query.js.map +1 -1
- package/dist/codegen/agoric/vtransfer/genesis.js +1 -1
- package/dist/codegen/agoric/vtransfer/genesis.js.map +1 -1
- package/dist/codegen/binary.d.ts +1 -1
- package/dist/codegen/circle/cctp/v1/burn_message.js +1 -1
- package/dist/codegen/circle/cctp/v1/burn_message.js.map +1 -1
- package/dist/codegen/circle/cctp/v1/events.js +1 -1
- package/dist/codegen/circle/cctp/v1/events.js.map +1 -1
- package/dist/codegen/circle/cctp/v1/message.js +1 -1
- package/dist/codegen/circle/cctp/v1/message.js.map +1 -1
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.js +1 -1
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.js.map +1 -1
- package/dist/codegen/circle/cctp/v1/token_pair.js +1 -1
- package/dist/codegen/circle/cctp/v1/token_pair.js.map +1 -1
- package/dist/codegen/circle/cctp/v1/tx.js +1 -1
- package/dist/codegen/circle/cctp/v1/tx.js.map +1 -1
- package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts +100 -0
- package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js +1 -0
- package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js.map +1 -0
- package/dist/codegen/cosmos/app/v1alpha1/module.d.ts +145 -0
- package/dist/codegen/cosmos/app/v1alpha1/module.js +1 -0
- package/dist/codegen/cosmos/app/v1alpha1/module.js.map +1 -0
- package/dist/codegen/cosmos/auth/module/v1/module.d.ts +62 -0
- package/dist/codegen/cosmos/auth/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/auth/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/auth/v1beta1/auth.d.ts +38 -0
- package/dist/codegen/cosmos/auth/v1beta1/auth.js +1 -1
- package/dist/codegen/cosmos/auth/v1beta1/auth.js.map +1 -1
- package/dist/codegen/cosmos/auth/v1beta1/genesis.d.ts +1 -1
- package/dist/codegen/cosmos/auth/v1beta1/query.d.ts +77 -2
- package/dist/codegen/cosmos/auth/v1beta1/query.js +1 -1
- package/dist/codegen/cosmos/auth/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/auth/v1beta1/tx.d.ts +73 -0
- package/dist/codegen/cosmos/auth/v1beta1/tx.js +1 -0
- package/dist/codegen/cosmos/auth/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/authz/module/v1/module.d.ts +23 -0
- package/dist/codegen/cosmos/authz/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/authz/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/authz/v1beta1/authz.d.ts +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/authz.js +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/authz.js.map +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts +2 -3
- package/dist/codegen/cosmos/authz/v1beta1/tx.js +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/bank/module/v1/module.d.ts +33 -0
- package/dist/codegen/cosmos/bank/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/bank/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/bank/v1beta1/authz.d.ts +8 -0
- package/dist/codegen/cosmos/bank/v1beta1/authz.js +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/authz.js.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/bank.d.ts +9 -0
- package/dist/codegen/cosmos/bank/v1beta1/bank.js.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/genesis.d.ts +10 -3
- package/dist/codegen/cosmos/bank/v1beta1/genesis.js +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/genesis.js.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.d.ts +147 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.js +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts +154 -1
- package/dist/codegen/cosmos/bank/v1beta1/tx.js +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.js.map +1 -1
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js.map +1 -1
- package/dist/codegen/cosmos/base/v1beta1/coin.js +1 -1
- package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -1
- package/dist/codegen/cosmos/bundle.d.ts +5016 -4007
- package/dist/codegen/cosmos/bundle.js +1 -1
- package/dist/codegen/cosmos/bundle.js.map +1 -1
- package/dist/codegen/cosmos/capability/module/v1/module.d.ts +29 -0
- package/dist/codegen/cosmos/capability/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/capability/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/consensus/module/v1/module.d.ts +26 -0
- package/dist/codegen/cosmos/consensus/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/consensus/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/consensus/v1/query.d.ts +52 -0
- package/dist/codegen/cosmos/consensus/v1/query.js +1 -0
- package/dist/codegen/cosmos/consensus/v1/query.js.map +1 -0
- package/dist/codegen/cosmos/consensus/v1/tx.d.ts +67 -0
- package/dist/codegen/cosmos/consensus/v1/tx.js +1 -0
- package/dist/codegen/cosmos/consensus/v1/tx.js.map +1 -0
- package/dist/codegen/cosmos/crisis/module/v1/module.d.ts +29 -0
- package/dist/codegen/cosmos/crisis/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/crisis/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/crypto/ed25519/keys.js +1 -1
- package/dist/codegen/cosmos/crypto/ed25519/keys.js.map +1 -1
- package/dist/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +1 -1
- package/dist/codegen/cosmos/crypto/multisig/v1beta1/multisig.js.map +1 -1
- package/dist/codegen/cosmos/crypto/secp256k1/keys.js +1 -1
- package/dist/codegen/cosmos/crypto/secp256k1/keys.js.map +1 -1
- package/dist/codegen/cosmos/crypto/secp256r1/keys.js +1 -1
- package/dist/codegen/cosmos/crypto/secp256r1/keys.js.map +1 -1
- package/dist/codegen/cosmos/distribution/module/v1/module.d.ts +28 -0
- package/dist/codegen/cosmos/distribution/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/distribution/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/distribution/v1beta1/distribution.d.ts +24 -0
- package/dist/codegen/cosmos/distribution/v1beta1/distribution.js +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/distribution.js.map +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/genesis.d.ts +4 -4
- package/dist/codegen/cosmos/distribution/v1beta1/query.d.ts +55 -1
- package/dist/codegen/cosmos/distribution/v1beta1/query.js +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts +166 -6
- package/dist/codegen/cosmos/distribution/v1beta1/tx.js +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/evidence/module/v1/module.d.ts +23 -0
- package/dist/codegen/cosmos/evidence/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/evidence/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/feegrant/module/v1/module.d.ts +23 -0
- package/dist/codegen/cosmos/feegrant/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/feegrant/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.js +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/genutil/module/v1/module.d.ts +23 -0
- package/dist/codegen/cosmos/genutil/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/genutil/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/gov/module/v1/module.d.ts +32 -0
- package/dist/codegen/cosmos/gov/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/gov/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/gov/v1/genesis.d.ts +26 -4
- package/dist/codegen/cosmos/gov/v1/genesis.js +1 -1
- package/dist/codegen/cosmos/gov/v1/genesis.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/gov.d.ts +113 -4
- package/dist/codegen/cosmos/gov/v1/gov.js +1 -1
- package/dist/codegen/cosmos/gov/v1/gov.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/query.d.ts +31 -6
- package/dist/codegen/cosmos/gov/v1/query.js +1 -1
- package/dist/codegen/cosmos/gov/v1/query.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/tx.d.ts +107 -4
- package/dist/codegen/cosmos/gov/v1/tx.js +1 -1
- package/dist/codegen/cosmos/gov/v1/tx.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts +3 -3
- package/dist/codegen/cosmos/gov/v1beta1/gov.d.ts +37 -8
- package/dist/codegen/cosmos/gov/v1beta1/gov.js +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/gov.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/query.d.ts +4 -2
- package/dist/codegen/cosmos/gov/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/tx.d.ts +20 -3
- package/dist/codegen/cosmos/gov/v1beta1/tx.js +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/group/module/v1/module.d.ts +36 -0
- package/dist/codegen/cosmos/group/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/group/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/group/v1/events.d.ts +27 -0
- package/dist/codegen/cosmos/group/v1/events.js +1 -1
- package/dist/codegen/cosmos/group/v1/events.js.map +1 -1
- package/dist/codegen/cosmos/group/v1/query.d.ts +2 -2
- package/dist/codegen/cosmos/group/v1/tx.d.ts +46 -32
- package/dist/codegen/cosmos/group/v1/tx.js +1 -1
- package/dist/codegen/cosmos/group/v1/tx.js.map +1 -1
- package/dist/codegen/cosmos/group/v1/types.d.ts +32 -10
- package/dist/codegen/cosmos/group/v1/types.js +1 -1
- package/dist/codegen/cosmos/group/v1/types.js.map +1 -1
- package/dist/codegen/{proofs.d.ts → cosmos/ics23/v1/proofs.d.ts} +31 -17
- package/dist/codegen/cosmos/ics23/v1/proofs.js +1 -0
- package/dist/codegen/cosmos/ics23/v1/proofs.js.map +1 -0
- package/dist/codegen/cosmos/mint/module/v1/module.d.ts +28 -0
- package/dist/codegen/cosmos/mint/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/mint/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/mint/v1beta1/genesis.d.ts +1 -1
- package/dist/codegen/cosmos/mint/v1beta1/mint.d.ts +2 -2
- package/dist/codegen/cosmos/mint/v1beta1/mint.js +1 -1
- package/dist/codegen/cosmos/mint/v1beta1/mint.js.map +1 -1
- package/dist/codegen/cosmos/mint/v1beta1/query.js +1 -1
- package/dist/codegen/cosmos/mint/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/mint/v1beta1/tx.d.ts +73 -0
- package/dist/codegen/cosmos/mint/v1beta1/tx.js +1 -0
- package/dist/codegen/cosmos/mint/v1beta1/tx.js.map +1 -0
- package/dist/codegen/cosmos/nft/module/v1/module.d.ts +23 -0
- package/dist/codegen/cosmos/nft/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/nft/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/params/module/v1/module.d.ts +23 -0
- package/dist/codegen/cosmos/params/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/params/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/query/v1/query.d.ts +1 -0
- package/dist/codegen/cosmos/query/v1/query.js +1 -0
- package/dist/codegen/cosmos/query/v1/query.js.map +1 -0
- package/dist/codegen/cosmos/reflection/v1/reflection.d.ts +48 -0
- package/dist/codegen/cosmos/reflection/v1/reflection.js +1 -0
- package/dist/codegen/cosmos/reflection/v1/reflection.js.map +1 -0
- package/dist/codegen/cosmos/slashing/module/v1/module.d.ts +26 -0
- package/dist/codegen/cosmos/slashing/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/slashing/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/staking/module/v1/module.d.ts +33 -0
- package/dist/codegen/cosmos/staking/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/staking/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/genesis.js +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/genesis.js.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +63 -2
- package/dist/codegen/cosmos/staking/v1beta1/staking.js +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/staking.js.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +71 -1
- package/dist/codegen/cosmos/staking/v1beta1/tx.js +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/tx/config/v1/config.d.ts +35 -0
- package/dist/codegen/cosmos/tx/config/v1/config.js +1 -0
- package/dist/codegen/cosmos/tx/config/v1/config.js.map +1 -0
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js +1 -1
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js.map +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/service.d.ts +270 -2
- package/dist/codegen/cosmos/tx/v1beta1/service.js +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/service.js.map +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/tx.js +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/upgrade/module/v1/module.d.ts +26 -0
- package/dist/codegen/cosmos/upgrade/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/upgrade/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/query.js +1 -1
- package/dist/codegen/cosmos/upgrade/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/upgrade/v1beta1/tx.d.ts +2 -2
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +6 -4
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js.map +1 -1
- package/dist/codegen/cosmos/vesting/module/v1/module.d.ts +23 -0
- package/dist/codegen/cosmos/vesting/module/v1/module.js +1 -0
- package/dist/codegen/cosmos/vesting/module/v1/module.js.map +1 -0
- package/dist/codegen/decimals.d.ts +20 -0
- package/dist/codegen/decimals.js +1 -0
- package/dist/codegen/decimals.js.map +1 -0
- package/dist/codegen/gogoproto/bundle.js.map +1 -1
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js.map +1 -1
- package/dist/codegen/google/protobuf/any.d.ts +10 -4
- package/dist/codegen/google/protobuf/any.js +1 -1
- package/dist/codegen/google/protobuf/any.js.map +1 -1
- package/dist/codegen/google/protobuf/descriptor.js +1 -1
- package/dist/codegen/google/protobuf/descriptor.js.map +1 -1
- package/dist/codegen/helpers.d.ts +2 -18
- package/dist/codegen/helpers.js +1 -1
- package/dist/codegen/helpers.js.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +9 -4
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/host.d.ts +39 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/host.js +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/host.js.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts +57 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js.map +1 -0
- package/dist/codegen/ibc/applications/interchain_accounts/v1/packet.js +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/v1/packet.js.map +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/authz.d.ts +6 -0
- package/dist/codegen/ibc/applications/transfer/v1/authz.js +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/authz.js.map +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/genesis.d.ts +7 -0
- package/dist/codegen/ibc/applications/transfer/v1/genesis.js +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/genesis.js.map +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/query.d.ts +47 -0
- package/dist/codegen/ibc/applications/transfer/v1/query.js +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/query.js.map +1 -1
- package/dist/codegen/ibc/bundle.d.ts +1823 -1662
- package/dist/codegen/ibc/bundle.js +1 -1
- package/dist/codegen/ibc/bundle.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/channel.js +1 -1
- package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/query.js +1 -1
- package/dist/codegen/ibc/core/channel/v1/query.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/tx.d.ts +2 -0
- package/dist/codegen/ibc/core/channel/v1/tx.js +1 -1
- package/dist/codegen/ibc/core/channel/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/client.d.ts +5 -1
- package/dist/codegen/ibc/core/client/v1/client.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/genesis.js +1 -1
- package/dist/codegen/ibc/core/client/v1/genesis.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/query.js +1 -1
- package/dist/codegen/ibc/core/client/v1/query.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/tx.d.ts +13 -5
- package/dist/codegen/ibc/core/client/v1/tx.js +1 -1
- package/dist/codegen/ibc/core/client/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/core/commitment/v1/commitment.d.ts +1 -1
- package/dist/codegen/ibc/core/commitment/v1/commitment.js +1 -1
- package/dist/codegen/ibc/core/commitment/v1/commitment.js.map +1 -1
- package/dist/codegen/ibc/core/connection/v1/query.js +1 -1
- package/dist/codegen/ibc/core/connection/v1/query.js.map +1 -1
- package/dist/codegen/ibc/core/connection/v1/tx.d.ts +16 -0
- package/dist/codegen/ibc/core/connection/v1/tx.js +1 -1
- package/dist/codegen/ibc/core/connection/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/lightclients/localhost/v2/localhost.d.ts +27 -0
- package/dist/codegen/ibc/lightclients/localhost/v2/localhost.js +1 -0
- package/dist/codegen/ibc/lightclients/localhost/v2/localhost.js.map +1 -0
- package/dist/codegen/ibc/lightclients/solomachine/v1/solomachine.js +1 -1
- package/dist/codegen/ibc/lightclients/solomachine/v1/solomachine.js.map +1 -1
- package/dist/codegen/ibc/lightclients/solomachine/v2/solomachine.js +1 -1
- package/dist/codegen/ibc/lightclients/solomachine/v2/solomachine.js.map +1 -1
- package/dist/codegen/ibc/lightclients/solomachine/v3/solomachine.d.ts +270 -0
- package/dist/codegen/ibc/lightclients/solomachine/v3/solomachine.js +1 -0
- package/dist/codegen/ibc/lightclients/solomachine/v3/solomachine.js.map +1 -0
- package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +4 -1
- package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.js +1 -1
- package/dist/codegen/ibc/lightclients/tendermint/v1/tendermint.js.map +1 -1
- package/dist/codegen/icq/bundle.d.ts +85 -85
- package/dist/codegen/icq/v1/packet.js +1 -1
- package/dist/codegen/icq/v1/packet.js.map +1 -1
- package/dist/codegen/index.d.ts +3 -2
- package/dist/codegen/index.js +1 -1
- package/dist/codegen/index.js.map +1 -1
- package/dist/codegen/json-safe.d.ts +1 -1
- package/dist/codegen/noble/bundle.d.ts +326 -0
- package/dist/codegen/noble/bundle.js +1 -0
- package/dist/codegen/noble/bundle.js.map +1 -0
- package/dist/codegen/noble/dollar/vaults/v1/tx.d.ts +145 -0
- package/dist/codegen/noble/dollar/vaults/v1/tx.js +1 -0
- package/dist/codegen/noble/dollar/vaults/v1/tx.js.map +1 -0
- package/dist/codegen/noble/dollar/vaults/v1/vaults.d.ts +161 -0
- package/dist/codegen/noble/dollar/vaults/v1/vaults.js +1 -0
- package/dist/codegen/noble/dollar/vaults/v1/vaults.js.map +1 -0
- package/dist/codegen/noble/swap/v1/algorithm.d.ts +11 -0
- package/dist/codegen/noble/swap/v1/algorithm.js +1 -0
- package/dist/codegen/noble/swap/v1/algorithm.js.map +1 -0
- package/dist/codegen/noble/swap/v1/swap.d.ts +59 -0
- package/dist/codegen/noble/swap/v1/swap.js +1 -0
- package/dist/codegen/noble/swap/v1/swap.js.map +1 -0
- package/dist/codegen/noble/swap/v1/tx.d.ts +337 -0
- package/dist/codegen/noble/swap/v1/tx.js +1 -0
- package/dist/codegen/noble/swap/v1/tx.js.map +1 -0
- package/dist/codegen/stride/bundle.d.ts +1912 -1912
- package/dist/codegen/stride/stakedym/stakedym.js +1 -1
- package/dist/codegen/stride/stakedym/stakedym.js.map +1 -1
- package/dist/codegen/stride/stakedym/tx.js +1 -1
- package/dist/codegen/stride/stakedym/tx.js.map +1 -1
- package/dist/codegen/stride/stakeibc/host_zone.js +1 -1
- package/dist/codegen/stride/stakeibc/host_zone.js.map +1 -1
- package/dist/codegen/stride/stakeibc/trade_route.js +1 -1
- package/dist/codegen/stride/stakeibc/trade_route.js.map +1 -1
- package/dist/codegen/stride/stakeibc/tx.js +1 -1
- package/dist/codegen/stride/stakeibc/tx.js.map +1 -1
- package/dist/codegen/stride/stakeibc/validator.js +1 -1
- package/dist/codegen/stride/stakeibc/validator.js.map +1 -1
- package/dist/codegen/stride/staketia/tx.js +1 -1
- package/dist/codegen/stride/staketia/tx.js.map +1 -1
- package/dist/codegen/tendermint/abci/types.js +1 -1
- package/dist/codegen/tendermint/abci/types.js.map +1 -1
- package/dist/codegen/tendermint/bundle.d.ts +517 -528
- package/dist/codegen/tendermint/crypto/keys.js +1 -1
- package/dist/codegen/tendermint/crypto/keys.js.map +1 -1
- package/dist/codegen/tendermint/crypto/proof.js +1 -1
- package/dist/codegen/tendermint/crypto/proof.js.map +1 -1
- package/dist/codegen/tendermint/p2p/types.d.ts +55 -83
- package/dist/codegen/tendermint/p2p/types.js +1 -1
- package/dist/codegen/tendermint/p2p/types.js.map +1 -1
- package/dist/codegen/tendermint/types/types.js +1 -1
- package/dist/codegen/tendermint/types/types.js.map +1 -1
- package/dist/codegen/tendermint/types/validator.js +1 -1
- package/dist/codegen/tendermint/types/validator.js.map +1 -1
- package/dist/codegen/utf8.d.ts +1 -1
- package/dist/codegen/varint.d.ts +1 -1
- package/dist/helpers.d.ts +5 -0
- package/dist/helpers.js.map +1 -1
- package/package.json +17 -14
- package/dist/codegen/ics23/bundle.d.ts +0 -154
- package/dist/codegen/ics23/bundle.js +0 -1
- package/dist/codegen/ics23/bundle.js.map +0 -1
- package/dist/codegen/proofs.js +0 -1
- package/dist/codegen/proofs.js.map +0 -1
|
@@ -4,7 +4,17 @@ import { type JsonSafe } from '../../../json-safe.js';
|
|
|
4
4
|
/** Params defines the set of params for the distribution module. */
|
|
5
5
|
export interface Params {
|
|
6
6
|
communityTax: string;
|
|
7
|
+
/**
|
|
8
|
+
* Deprecated: The base_proposer_reward field is deprecated and is no longer used
|
|
9
|
+
* in the x/distribution module's reward mechanism.
|
|
10
|
+
*/
|
|
11
|
+
/** @deprecated */
|
|
7
12
|
baseProposerReward: string;
|
|
13
|
+
/**
|
|
14
|
+
* Deprecated: The bonus_proposer_reward field is deprecated and is no longer used
|
|
15
|
+
* in the x/distribution module's reward mechanism.
|
|
16
|
+
*/
|
|
17
|
+
/** @deprecated */
|
|
8
18
|
bonusProposerReward: string;
|
|
9
19
|
withdrawAddrEnabled: boolean;
|
|
10
20
|
}
|
|
@@ -15,7 +25,9 @@ export interface ParamsProtoMsg {
|
|
|
15
25
|
/** Params defines the set of params for the distribution module. */
|
|
16
26
|
export interface ParamsSDKType {
|
|
17
27
|
community_tax: string;
|
|
28
|
+
/** @deprecated */
|
|
18
29
|
base_proposer_reward: string;
|
|
30
|
+
/** @deprecated */
|
|
19
31
|
bonus_proposer_reward: string;
|
|
20
32
|
withdraw_addr_enabled: boolean;
|
|
21
33
|
}
|
|
@@ -169,7 +181,13 @@ export interface FeePoolSDKType {
|
|
|
169
181
|
* CommunityPoolSpendProposal details a proposal for use of community funds,
|
|
170
182
|
* together with how many coins are proposed to be spent, and to which
|
|
171
183
|
* recipient account.
|
|
184
|
+
*
|
|
185
|
+
* Deprecated: Do not use. As of the Cosmos SDK release v0.47.x, there is no
|
|
186
|
+
* longer a need for an explicit CommunityPoolSpendProposal. To spend community
|
|
187
|
+
* pool funds, a simple MsgCommunityPoolSpend can be invoked from the x/gov
|
|
188
|
+
* module via a v1 governance proposal.
|
|
172
189
|
*/
|
|
190
|
+
/** @deprecated */
|
|
173
191
|
export interface CommunityPoolSpendProposal {
|
|
174
192
|
$typeUrl?: '/cosmos.distribution.v1beta1.CommunityPoolSpendProposal';
|
|
175
193
|
title: string;
|
|
@@ -185,7 +203,13 @@ export interface CommunityPoolSpendProposalProtoMsg {
|
|
|
185
203
|
* CommunityPoolSpendProposal details a proposal for use of community funds,
|
|
186
204
|
* together with how many coins are proposed to be spent, and to which
|
|
187
205
|
* recipient account.
|
|
206
|
+
*
|
|
207
|
+
* Deprecated: Do not use. As of the Cosmos SDK release v0.47.x, there is no
|
|
208
|
+
* longer a need for an explicit CommunityPoolSpendProposal. To spend community
|
|
209
|
+
* pool funds, a simple MsgCommunityPoolSpend can be invoked from the x/gov
|
|
210
|
+
* module via a v1 governance proposal.
|
|
188
211
|
*/
|
|
212
|
+
/** @deprecated */
|
|
189
213
|
export interface CommunityPoolSpendProposalSDKType {
|
|
190
214
|
$typeUrl?: '/cosmos.distribution.v1beta1.CommunityPoolSpendProposal';
|
|
191
215
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{DecCoin as o,Coin as t}from"../../base/v1beta1/coin.js";import{BinaryReader as e,BinaryWriter as r}from"../../../binary.js";import{Decimal as i,isSet as n}from"../../../helpers.js";import{}from"../../../json-safe.js";export const Params={typeUrl:"/cosmos.distribution.v1beta1.Params",encode:(o,t=r.create())=>(""!==o.communityTax&&t.uint32(10).string(i.fromUserInput(o.communityTax,18).atomics),""!==o.baseProposerReward&&t.uint32(18).string(i.fromUserInput(o.baseProposerReward,18).atomics),""!==o.bonusProposerReward&&t.uint32(26).string(i.fromUserInput(o.bonusProposerReward,18).atomics),!0===o.withdrawAddrEnabled&&t.uint32(32).bool(o.withdrawAddrEnabled),t),decode(o,t){const r=o instanceof e?o:new e(o);let n=void 0===t?r.len:r.pos+t;const a={communityTax:"",baseProposerReward:"",bonusProposerReward:"",withdrawAddrEnabled:!1};for(;r.pos<n;){const o=r.uint32();switch(o>>>3){case 1:a.communityTax=i.fromAtomics(r.string(),18).toString();break;case 2:a.baseProposerReward=i.fromAtomics(r.string(),18).toString();break;case 3:a.bonusProposerReward=i.fromAtomics(r.string(),18).toString();break;case 4:a.withdrawAddrEnabled=r.bool();break;default:r.skipType(7&o)}}return a},fromJSON:o=>({communityTax:n(o.communityTax)?String(o.communityTax):"",baseProposerReward:n(o.baseProposerReward)?String(o.baseProposerReward):"",bonusProposerReward:n(o.bonusProposerReward)?String(o.bonusProposerReward):"",withdrawAddrEnabled:!!n(o.withdrawAddrEnabled)&&Boolean(o.withdrawAddrEnabled)}),toJSON(o){const t={};return void 0!==o.communityTax&&(t.communityTax=o.communityTax),void 0!==o.baseProposerReward&&(t.baseProposerReward=o.baseProposerReward),void 0!==o.bonusProposerReward&&(t.bonusProposerReward=o.bonusProposerReward),void 0!==o.withdrawAddrEnabled&&(t.withdrawAddrEnabled=o.withdrawAddrEnabled),t},fromPartial(o){const t={communityTax:"",baseProposerReward:"",bonusProposerReward:"",withdrawAddrEnabled:!1};return t.communityTax=o.communityTax??"",t.baseProposerReward=o.baseProposerReward??"",t.bonusProposerReward=o.bonusProposerReward??"",t.withdrawAddrEnabled=o.withdrawAddrEnabled??!1,t},fromProtoMsg:o=>Params.decode(o.value),toProto:o=>Params.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.Params",value:Params.encode(o).finish()})};export const ValidatorHistoricalRewards={typeUrl:"/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",encode(t,e=r.create()){for(const r of t.cumulativeRewardRatio)o.encode(r,e.uint32(10).fork()).ldelim();return 0!==t.referenceCount&&e.uint32(16).uint32(t.referenceCount),e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={cumulativeRewardRatio:[],referenceCount:0};for(;i.pos<n;){const t=i.uint32();switch(t>>>3){case 1:a.cumulativeRewardRatio.push(o.decode(i,i.uint32()));break;case 2:a.referenceCount=i.uint32();break;default:i.skipType(7&t)}}return a},fromJSON:t=>({cumulativeRewardRatio:Array.isArray(t?.cumulativeRewardRatio)?t.cumulativeRewardRatio.map((t=>o.fromJSON(t))):[],referenceCount:n(t.referenceCount)?Number(t.referenceCount):0}),toJSON(t){const e={};return t.cumulativeRewardRatio?e.cumulativeRewardRatio=t.cumulativeRewardRatio.map((t=>t?o.toJSON(t):void 0)):e.cumulativeRewardRatio=[],void 0!==t.referenceCount&&(e.referenceCount=Math.round(t.referenceCount)),e},fromPartial(t){const e={cumulativeRewardRatio:[],referenceCount:0};return e.cumulativeRewardRatio=t.cumulativeRewardRatio?.map((t=>o.fromPartial(t)))||[],e.referenceCount=t.referenceCount??0,e},fromProtoMsg:o=>ValidatorHistoricalRewards.decode(o.value),toProto:o=>ValidatorHistoricalRewards.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",value:ValidatorHistoricalRewards.encode(o).finish()})};function a(){return{rewards:[],period:BigInt(0)}}export const ValidatorCurrentRewards={typeUrl:"/cosmos.distribution.v1beta1.ValidatorCurrentRewards",encode(t,e=r.create()){for(const r of t.rewards)o.encode(r,e.uint32(10).fork()).ldelim();return t.period!==BigInt(0)&&e.uint32(16).uint64(t.period),e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const s=a();for(;i.pos<n;){const t=i.uint32();switch(t>>>3){case 1:s.rewards.push(o.decode(i,i.uint32()));break;case 2:s.period=i.uint64();break;default:i.skipType(7&t)}}return s},fromJSON:t=>({rewards:Array.isArray(t?.rewards)?t.rewards.map((t=>o.fromJSON(t))):[],period:n(t.period)?BigInt(t.period.toString()):BigInt(0)}),toJSON(t){const e={};return t.rewards?e.rewards=t.rewards.map((t=>t?o.toJSON(t):void 0)):e.rewards=[],void 0!==t.period&&(e.period=(t.period||BigInt(0)).toString()),e},fromPartial(t){const e=a();return e.rewards=t.rewards?.map((t=>o.fromPartial(t)))||[],e.period=void 0!==t.period&&null!==t.period?BigInt(t.period.toString()):BigInt(0),e},fromProtoMsg:o=>ValidatorCurrentRewards.decode(o.value),toProto:o=>ValidatorCurrentRewards.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorCurrentRewards",value:ValidatorCurrentRewards.encode(o).finish()})};export const ValidatorAccumulatedCommission={typeUrl:"/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",encode(t,e=r.create()){for(const r of t.commission)o.encode(r,e.uint32(10).fork()).ldelim();return e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={commission:[]};for(;i.pos<n;){const t=i.uint32();if(t>>>3==1)a.commission.push(o.decode(i,i.uint32()));else i.skipType(7&t)}return a},fromJSON:t=>({commission:Array.isArray(t?.commission)?t.commission.map((t=>o.fromJSON(t))):[]}),toJSON(t){const e={};return t.commission?e.commission=t.commission.map((t=>t?o.toJSON(t):void 0)):e.commission=[],e},fromPartial(t){const e={commission:[]};return e.commission=t.commission?.map((t=>o.fromPartial(t)))||[],e},fromProtoMsg:o=>ValidatorAccumulatedCommission.decode(o.value),toProto:o=>ValidatorAccumulatedCommission.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",value:ValidatorAccumulatedCommission.encode(o).finish()})};export const ValidatorOutstandingRewards={typeUrl:"/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",encode(t,e=r.create()){for(const r of t.rewards)o.encode(r,e.uint32(10).fork()).ldelim();return e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={rewards:[]};for(;i.pos<n;){const t=i.uint32();if(t>>>3==1)a.rewards.push(o.decode(i,i.uint32()));else i.skipType(7&t)}return a},fromJSON:t=>({rewards:Array.isArray(t?.rewards)?t.rewards.map((t=>o.fromJSON(t))):[]}),toJSON(t){const e={};return t.rewards?e.rewards=t.rewards.map((t=>t?o.toJSON(t):void 0)):e.rewards=[],e},fromPartial(t){const e={rewards:[]};return e.rewards=t.rewards?.map((t=>o.fromPartial(t)))||[],e},fromProtoMsg:o=>ValidatorOutstandingRewards.decode(o.value),toProto:o=>ValidatorOutstandingRewards.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",value:ValidatorOutstandingRewards.encode(o).finish()})};function s(){return{validatorPeriod:BigInt(0),fraction:""}}export const ValidatorSlashEvent={typeUrl:"/cosmos.distribution.v1beta1.ValidatorSlashEvent",encode:(o,t=r.create())=>(o.validatorPeriod!==BigInt(0)&&t.uint32(8).uint64(o.validatorPeriod),""!==o.fraction&&t.uint32(18).string(i.fromUserInput(o.fraction,18).atomics),t),decode(o,t){const r=o instanceof e?o:new e(o);let n=void 0===t?r.len:r.pos+t;const a=s();for(;r.pos<n;){const o=r.uint32();switch(o>>>3){case 1:a.validatorPeriod=r.uint64();break;case 2:a.fraction=i.fromAtomics(r.string(),18).toString();break;default:r.skipType(7&o)}}return a},fromJSON:o=>({validatorPeriod:n(o.validatorPeriod)?BigInt(o.validatorPeriod.toString()):BigInt(0),fraction:n(o.fraction)?String(o.fraction):""}),toJSON(o){const t={};return void 0!==o.validatorPeriod&&(t.validatorPeriod=(o.validatorPeriod||BigInt(0)).toString()),void 0!==o.fraction&&(t.fraction=o.fraction),t},fromPartial(o){const t=s();return t.validatorPeriod=void 0!==o.validatorPeriod&&null!==o.validatorPeriod?BigInt(o.validatorPeriod.toString()):BigInt(0),t.fraction=o.fraction??"",t},fromProtoMsg:o=>ValidatorSlashEvent.decode(o.value),toProto:o=>ValidatorSlashEvent.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorSlashEvent",value:ValidatorSlashEvent.encode(o).finish()})};export const ValidatorSlashEvents={typeUrl:"/cosmos.distribution.v1beta1.ValidatorSlashEvents",encode(o,t=r.create()){for(const e of o.validatorSlashEvents)ValidatorSlashEvent.encode(e,t.uint32(10).fork()).ldelim();return t},decode(o,t){const r=o instanceof e?o:new e(o);let i=void 0===t?r.len:r.pos+t;const n={validatorSlashEvents:[]};for(;r.pos<i;){const o=r.uint32();if(o>>>3==1)n.validatorSlashEvents.push(ValidatorSlashEvent.decode(r,r.uint32()));else r.skipType(7&o)}return n},fromJSON:o=>({validatorSlashEvents:Array.isArray(o?.validatorSlashEvents)?o.validatorSlashEvents.map((o=>ValidatorSlashEvent.fromJSON(o))):[]}),toJSON(o){const t={};return o.validatorSlashEvents?t.validatorSlashEvents=o.validatorSlashEvents.map((o=>o?ValidatorSlashEvent.toJSON(o):void 0)):t.validatorSlashEvents=[],t},fromPartial(o){const t={validatorSlashEvents:[]};return t.validatorSlashEvents=o.validatorSlashEvents?.map((o=>ValidatorSlashEvent.fromPartial(o)))||[],t},fromProtoMsg:o=>ValidatorSlashEvents.decode(o.value),toProto:o=>ValidatorSlashEvents.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorSlashEvents",value:ValidatorSlashEvents.encode(o).finish()})};export const FeePool={typeUrl:"/cosmos.distribution.v1beta1.FeePool",encode(t,e=r.create()){for(const r of t.communityPool)o.encode(r,e.uint32(10).fork()).ldelim();return e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={communityPool:[]};for(;i.pos<n;){const t=i.uint32();if(t>>>3==1)a.communityPool.push(o.decode(i,i.uint32()));else i.skipType(7&t)}return a},fromJSON:t=>({communityPool:Array.isArray(t?.communityPool)?t.communityPool.map((t=>o.fromJSON(t))):[]}),toJSON(t){const e={};return t.communityPool?e.communityPool=t.communityPool.map((t=>t?o.toJSON(t):void 0)):e.communityPool=[],e},fromPartial(t){const e={communityPool:[]};return e.communityPool=t.communityPool?.map((t=>o.fromPartial(t)))||[],e},fromProtoMsg:o=>FeePool.decode(o.value),toProto:o=>FeePool.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.FeePool",value:FeePool.encode(o).finish()})};export const CommunityPoolSpendProposal={typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",encode(o,e=r.create()){""!==o.title&&e.uint32(10).string(o.title),""!==o.description&&e.uint32(18).string(o.description),""!==o.recipient&&e.uint32(26).string(o.recipient);for(const r of o.amount)t.encode(r,e.uint32(34).fork()).ldelim();return e},decode(o,r){const i=o instanceof e?o:new e(o);let n=void 0===r?i.len:i.pos+r;const a={$typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",title:"",description:"",recipient:"",amount:[]};for(;i.pos<n;){const o=i.uint32();switch(o>>>3){case 1:a.title=i.string();break;case 2:a.description=i.string();break;case 3:a.recipient=i.string();break;case 4:a.amount.push(t.decode(i,i.uint32()));break;default:i.skipType(7&o)}}return a},fromJSON:o=>({title:n(o.title)?String(o.title):"",description:n(o.description)?String(o.description):"",recipient:n(o.recipient)?String(o.recipient):"",amount:Array.isArray(o?.amount)?o.amount.map((o=>t.fromJSON(o))):[]}),toJSON(o){const e={};return void 0!==o.title&&(e.title=o.title),void 0!==o.description&&(e.description=o.description),void 0!==o.recipient&&(e.recipient=o.recipient),o.amount?e.amount=o.amount.map((o=>o?t.toJSON(o):void 0)):e.amount=[],e},fromPartial(o){const e={$typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",title:"",description:"",recipient:"",amount:[]};return e.title=o.title??"",e.description=o.description??"",e.recipient=o.recipient??"",e.amount=o.amount?.map((o=>t.fromPartial(o)))||[],e},fromProtoMsg:o=>CommunityPoolSpendProposal.decode(o.value),toProto:o=>CommunityPoolSpendProposal.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",value:CommunityPoolSpendProposal.encode(o).finish()})};function d(){return{previousPeriod:BigInt(0),stake:"",height:BigInt(0)}}export const DelegatorStartingInfo={typeUrl:"/cosmos.distribution.v1beta1.DelegatorStartingInfo",encode:(o,t=r.create())=>(o.previousPeriod!==BigInt(0)&&t.uint32(8).uint64(o.previousPeriod),""!==o.stake&&t.uint32(18).string(i.fromUserInput(o.stake,18).atomics),o.height!==BigInt(0)&&t.uint32(24).uint64(o.height),t),decode(o,t){const r=o instanceof e?o:new e(o);let n=void 0===t?r.len:r.pos+t;const a=d();for(;r.pos<n;){const o=r.uint32();switch(o>>>3){case 1:a.previousPeriod=r.uint64();break;case 2:a.stake=i.fromAtomics(r.string(),18).toString();break;case 3:a.height=r.uint64();break;default:r.skipType(7&o)}}return a},fromJSON:o=>({previousPeriod:n(o.previousPeriod)?BigInt(o.previousPeriod.toString()):BigInt(0),stake:n(o.stake)?String(o.stake):"",height:n(o.height)?BigInt(o.height.toString()):BigInt(0)}),toJSON(o){const t={};return void 0!==o.previousPeriod&&(t.previousPeriod=(o.previousPeriod||BigInt(0)).toString()),void 0!==o.stake&&(t.stake=o.stake),void 0!==o.height&&(t.height=(o.height||BigInt(0)).toString()),t},fromPartial(o){const t=d();return t.previousPeriod=void 0!==o.previousPeriod&&null!==o.previousPeriod?BigInt(o.previousPeriod.toString()):BigInt(0),t.stake=o.stake??"",t.height=void 0!==o.height&&null!==o.height?BigInt(o.height.toString()):BigInt(0),t},fromProtoMsg:o=>DelegatorStartingInfo.decode(o.value),toProto:o=>DelegatorStartingInfo.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.DelegatorStartingInfo",value:DelegatorStartingInfo.encode(o).finish()})};export const DelegationDelegatorReward={typeUrl:"/cosmos.distribution.v1beta1.DelegationDelegatorReward",encode(t,e=r.create()){""!==t.validatorAddress&&e.uint32(10).string(t.validatorAddress);for(const r of t.reward)o.encode(r,e.uint32(18).fork()).ldelim();return e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={validatorAddress:"",reward:[]};for(;i.pos<n;){const t=i.uint32();switch(t>>>3){case 1:a.validatorAddress=i.string();break;case 2:a.reward.push(o.decode(i,i.uint32()));break;default:i.skipType(7&t)}}return a},fromJSON:t=>({validatorAddress:n(t.validatorAddress)?String(t.validatorAddress):"",reward:Array.isArray(t?.reward)?t.reward.map((t=>o.fromJSON(t))):[]}),toJSON(t){const e={};return void 0!==t.validatorAddress&&(e.validatorAddress=t.validatorAddress),t.reward?e.reward=t.reward.map((t=>t?o.toJSON(t):void 0)):e.reward=[],e},fromPartial(t){const e={validatorAddress:"",reward:[]};return e.validatorAddress=t.validatorAddress??"",e.reward=t.reward?.map((t=>o.fromPartial(t)))||[],e},fromProtoMsg:o=>DelegationDelegatorReward.decode(o.value),toProto:o=>DelegationDelegatorReward.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.DelegationDelegatorReward",value:DelegationDelegatorReward.encode(o).finish()})};export const CommunityPoolSpendProposalWithDeposit={typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",encode:(o,t=r.create())=>(""!==o.title&&t.uint32(10).string(o.title),""!==o.description&&t.uint32(18).string(o.description),""!==o.recipient&&t.uint32(26).string(o.recipient),""!==o.amount&&t.uint32(34).string(o.amount),""!==o.deposit&&t.uint32(42).string(o.deposit),t),decode(o,t){const r=o instanceof e?o:new e(o);let i=void 0===t?r.len:r.pos+t;const n={$typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",title:"",description:"",recipient:"",amount:"",deposit:""};for(;r.pos<i;){const o=r.uint32();switch(o>>>3){case 1:n.title=r.string();break;case 2:n.description=r.string();break;case 3:n.recipient=r.string();break;case 4:n.amount=r.string();break;case 5:n.deposit=r.string();break;default:r.skipType(7&o)}}return n},fromJSON:o=>({title:n(o.title)?String(o.title):"",description:n(o.description)?String(o.description):"",recipient:n(o.recipient)?String(o.recipient):"",amount:n(o.amount)?String(o.amount):"",deposit:n(o.deposit)?String(o.deposit):""}),toJSON(o){const t={};return void 0!==o.title&&(t.title=o.title),void 0!==o.description&&(t.description=o.description),void 0!==o.recipient&&(t.recipient=o.recipient),void 0!==o.amount&&(t.amount=o.amount),void 0!==o.deposit&&(t.deposit=o.deposit),t},fromPartial(o){const t={$typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",title:"",description:"",recipient:"",amount:"",deposit:""};return t.title=o.title??"",t.description=o.description??"",t.recipient=o.recipient??"",t.amount=o.amount??"",t.deposit=o.deposit??"",t},fromProtoMsg:o=>CommunityPoolSpendProposalWithDeposit.decode(o.value),toProto:o=>CommunityPoolSpendProposalWithDeposit.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",value:CommunityPoolSpendProposalWithDeposit.encode(o).finish()})};
|
|
1
|
+
import{DecCoin as o,Coin as t}from"../../base/v1beta1/coin.js";import{BinaryReader as e,BinaryWriter as r}from"../../../binary.js";import{Decimal as i}from"../../../decimals.js";import{isSet as n}from"../../../helpers.js";import{}from"../../../json-safe.js";export const Params={typeUrl:"/cosmos.distribution.v1beta1.Params",encode:(o,t=r.create())=>(""!==o.communityTax&&t.uint32(10).string(i.fromUserInput(o.communityTax,18).atomics),""!==o.baseProposerReward&&t.uint32(18).string(i.fromUserInput(o.baseProposerReward,18).atomics),""!==o.bonusProposerReward&&t.uint32(26).string(i.fromUserInput(o.bonusProposerReward,18).atomics),!0===o.withdrawAddrEnabled&&t.uint32(32).bool(o.withdrawAddrEnabled),t),decode(o,t){const r=o instanceof e?o:new e(o);let n=void 0===t?r.len:r.pos+t;const a={communityTax:"",baseProposerReward:"",bonusProposerReward:"",withdrawAddrEnabled:!1};for(;r.pos<n;){const o=r.uint32();switch(o>>>3){case 1:a.communityTax=i.fromAtomics(r.string(),18).toString();break;case 2:a.baseProposerReward=i.fromAtomics(r.string(),18).toString();break;case 3:a.bonusProposerReward=i.fromAtomics(r.string(),18).toString();break;case 4:a.withdrawAddrEnabled=r.bool();break;default:r.skipType(7&o)}}return a},fromJSON:o=>({communityTax:n(o.communityTax)?String(o.communityTax):"",baseProposerReward:n(o.baseProposerReward)?String(o.baseProposerReward):"",bonusProposerReward:n(o.bonusProposerReward)?String(o.bonusProposerReward):"",withdrawAddrEnabled:!!n(o.withdrawAddrEnabled)&&Boolean(o.withdrawAddrEnabled)}),toJSON(o){const t={};return void 0!==o.communityTax&&(t.communityTax=o.communityTax),void 0!==o.baseProposerReward&&(t.baseProposerReward=o.baseProposerReward),void 0!==o.bonusProposerReward&&(t.bonusProposerReward=o.bonusProposerReward),void 0!==o.withdrawAddrEnabled&&(t.withdrawAddrEnabled=o.withdrawAddrEnabled),t},fromPartial(o){const t={communityTax:"",baseProposerReward:"",bonusProposerReward:"",withdrawAddrEnabled:!1};return t.communityTax=o.communityTax??"",t.baseProposerReward=o.baseProposerReward??"",t.bonusProposerReward=o.bonusProposerReward??"",t.withdrawAddrEnabled=o.withdrawAddrEnabled??!1,t},fromProtoMsg:o=>Params.decode(o.value),toProto:o=>Params.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.Params",value:Params.encode(o).finish()})};export const ValidatorHistoricalRewards={typeUrl:"/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",encode(t,e=r.create()){for(const r of t.cumulativeRewardRatio)o.encode(r,e.uint32(10).fork()).ldelim();return 0!==t.referenceCount&&e.uint32(16).uint32(t.referenceCount),e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={cumulativeRewardRatio:[],referenceCount:0};for(;i.pos<n;){const t=i.uint32();switch(t>>>3){case 1:a.cumulativeRewardRatio.push(o.decode(i,i.uint32()));break;case 2:a.referenceCount=i.uint32();break;default:i.skipType(7&t)}}return a},fromJSON:t=>({cumulativeRewardRatio:Array.isArray(t?.cumulativeRewardRatio)?t.cumulativeRewardRatio.map((t=>o.fromJSON(t))):[],referenceCount:n(t.referenceCount)?Number(t.referenceCount):0}),toJSON(t){const e={};return t.cumulativeRewardRatio?e.cumulativeRewardRatio=t.cumulativeRewardRatio.map((t=>t?o.toJSON(t):void 0)):e.cumulativeRewardRatio=[],void 0!==t.referenceCount&&(e.referenceCount=Math.round(t.referenceCount)),e},fromPartial(t){const e={cumulativeRewardRatio:[],referenceCount:0};return e.cumulativeRewardRatio=t.cumulativeRewardRatio?.map((t=>o.fromPartial(t)))||[],e.referenceCount=t.referenceCount??0,e},fromProtoMsg:o=>ValidatorHistoricalRewards.decode(o.value),toProto:o=>ValidatorHistoricalRewards.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",value:ValidatorHistoricalRewards.encode(o).finish()})};function a(){return{rewards:[],period:BigInt(0)}}export const ValidatorCurrentRewards={typeUrl:"/cosmos.distribution.v1beta1.ValidatorCurrentRewards",encode(t,e=r.create()){for(const r of t.rewards)o.encode(r,e.uint32(10).fork()).ldelim();return t.period!==BigInt(0)&&e.uint32(16).uint64(t.period),e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const s=a();for(;i.pos<n;){const t=i.uint32();switch(t>>>3){case 1:s.rewards.push(o.decode(i,i.uint32()));break;case 2:s.period=i.uint64();break;default:i.skipType(7&t)}}return s},fromJSON:t=>({rewards:Array.isArray(t?.rewards)?t.rewards.map((t=>o.fromJSON(t))):[],period:n(t.period)?BigInt(t.period.toString()):BigInt(0)}),toJSON(t){const e={};return t.rewards?e.rewards=t.rewards.map((t=>t?o.toJSON(t):void 0)):e.rewards=[],void 0!==t.period&&(e.period=(t.period||BigInt(0)).toString()),e},fromPartial(t){const e=a();return e.rewards=t.rewards?.map((t=>o.fromPartial(t)))||[],e.period=void 0!==t.period&&null!==t.period?BigInt(t.period.toString()):BigInt(0),e},fromProtoMsg:o=>ValidatorCurrentRewards.decode(o.value),toProto:o=>ValidatorCurrentRewards.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorCurrentRewards",value:ValidatorCurrentRewards.encode(o).finish()})};export const ValidatorAccumulatedCommission={typeUrl:"/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",encode(t,e=r.create()){for(const r of t.commission)o.encode(r,e.uint32(10).fork()).ldelim();return e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={commission:[]};for(;i.pos<n;){const t=i.uint32();if(t>>>3==1)a.commission.push(o.decode(i,i.uint32()));else i.skipType(7&t)}return a},fromJSON:t=>({commission:Array.isArray(t?.commission)?t.commission.map((t=>o.fromJSON(t))):[]}),toJSON(t){const e={};return t.commission?e.commission=t.commission.map((t=>t?o.toJSON(t):void 0)):e.commission=[],e},fromPartial(t){const e={commission:[]};return e.commission=t.commission?.map((t=>o.fromPartial(t)))||[],e},fromProtoMsg:o=>ValidatorAccumulatedCommission.decode(o.value),toProto:o=>ValidatorAccumulatedCommission.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",value:ValidatorAccumulatedCommission.encode(o).finish()})};export const ValidatorOutstandingRewards={typeUrl:"/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",encode(t,e=r.create()){for(const r of t.rewards)o.encode(r,e.uint32(10).fork()).ldelim();return e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={rewards:[]};for(;i.pos<n;){const t=i.uint32();if(t>>>3==1)a.rewards.push(o.decode(i,i.uint32()));else i.skipType(7&t)}return a},fromJSON:t=>({rewards:Array.isArray(t?.rewards)?t.rewards.map((t=>o.fromJSON(t))):[]}),toJSON(t){const e={};return t.rewards?e.rewards=t.rewards.map((t=>t?o.toJSON(t):void 0)):e.rewards=[],e},fromPartial(t){const e={rewards:[]};return e.rewards=t.rewards?.map((t=>o.fromPartial(t)))||[],e},fromProtoMsg:o=>ValidatorOutstandingRewards.decode(o.value),toProto:o=>ValidatorOutstandingRewards.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",value:ValidatorOutstandingRewards.encode(o).finish()})};function s(){return{validatorPeriod:BigInt(0),fraction:""}}export const ValidatorSlashEvent={typeUrl:"/cosmos.distribution.v1beta1.ValidatorSlashEvent",encode:(o,t=r.create())=>(o.validatorPeriod!==BigInt(0)&&t.uint32(8).uint64(o.validatorPeriod),""!==o.fraction&&t.uint32(18).string(i.fromUserInput(o.fraction,18).atomics),t),decode(o,t){const r=o instanceof e?o:new e(o);let n=void 0===t?r.len:r.pos+t;const a=s();for(;r.pos<n;){const o=r.uint32();switch(o>>>3){case 1:a.validatorPeriod=r.uint64();break;case 2:a.fraction=i.fromAtomics(r.string(),18).toString();break;default:r.skipType(7&o)}}return a},fromJSON:o=>({validatorPeriod:n(o.validatorPeriod)?BigInt(o.validatorPeriod.toString()):BigInt(0),fraction:n(o.fraction)?String(o.fraction):""}),toJSON(o){const t={};return void 0!==o.validatorPeriod&&(t.validatorPeriod=(o.validatorPeriod||BigInt(0)).toString()),void 0!==o.fraction&&(t.fraction=o.fraction),t},fromPartial(o){const t=s();return t.validatorPeriod=void 0!==o.validatorPeriod&&null!==o.validatorPeriod?BigInt(o.validatorPeriod.toString()):BigInt(0),t.fraction=o.fraction??"",t},fromProtoMsg:o=>ValidatorSlashEvent.decode(o.value),toProto:o=>ValidatorSlashEvent.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorSlashEvent",value:ValidatorSlashEvent.encode(o).finish()})};export const ValidatorSlashEvents={typeUrl:"/cosmos.distribution.v1beta1.ValidatorSlashEvents",encode(o,t=r.create()){for(const e of o.validatorSlashEvents)ValidatorSlashEvent.encode(e,t.uint32(10).fork()).ldelim();return t},decode(o,t){const r=o instanceof e?o:new e(o);let i=void 0===t?r.len:r.pos+t;const n={validatorSlashEvents:[]};for(;r.pos<i;){const o=r.uint32();if(o>>>3==1)n.validatorSlashEvents.push(ValidatorSlashEvent.decode(r,r.uint32()));else r.skipType(7&o)}return n},fromJSON:o=>({validatorSlashEvents:Array.isArray(o?.validatorSlashEvents)?o.validatorSlashEvents.map((o=>ValidatorSlashEvent.fromJSON(o))):[]}),toJSON(o){const t={};return o.validatorSlashEvents?t.validatorSlashEvents=o.validatorSlashEvents.map((o=>o?ValidatorSlashEvent.toJSON(o):void 0)):t.validatorSlashEvents=[],t},fromPartial(o){const t={validatorSlashEvents:[]};return t.validatorSlashEvents=o.validatorSlashEvents?.map((o=>ValidatorSlashEvent.fromPartial(o)))||[],t},fromProtoMsg:o=>ValidatorSlashEvents.decode(o.value),toProto:o=>ValidatorSlashEvents.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.ValidatorSlashEvents",value:ValidatorSlashEvents.encode(o).finish()})};export const FeePool={typeUrl:"/cosmos.distribution.v1beta1.FeePool",encode(t,e=r.create()){for(const r of t.communityPool)o.encode(r,e.uint32(10).fork()).ldelim();return e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={communityPool:[]};for(;i.pos<n;){const t=i.uint32();if(t>>>3==1)a.communityPool.push(o.decode(i,i.uint32()));else i.skipType(7&t)}return a},fromJSON:t=>({communityPool:Array.isArray(t?.communityPool)?t.communityPool.map((t=>o.fromJSON(t))):[]}),toJSON(t){const e={};return t.communityPool?e.communityPool=t.communityPool.map((t=>t?o.toJSON(t):void 0)):e.communityPool=[],e},fromPartial(t){const e={communityPool:[]};return e.communityPool=t.communityPool?.map((t=>o.fromPartial(t)))||[],e},fromProtoMsg:o=>FeePool.decode(o.value),toProto:o=>FeePool.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.FeePool",value:FeePool.encode(o).finish()})};export const CommunityPoolSpendProposal={typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",encode(o,e=r.create()){""!==o.title&&e.uint32(10).string(o.title),""!==o.description&&e.uint32(18).string(o.description),""!==o.recipient&&e.uint32(26).string(o.recipient);for(const r of o.amount)t.encode(r,e.uint32(34).fork()).ldelim();return e},decode(o,r){const i=o instanceof e?o:new e(o);let n=void 0===r?i.len:i.pos+r;const a={$typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",title:"",description:"",recipient:"",amount:[]};for(;i.pos<n;){const o=i.uint32();switch(o>>>3){case 1:a.title=i.string();break;case 2:a.description=i.string();break;case 3:a.recipient=i.string();break;case 4:a.amount.push(t.decode(i,i.uint32()));break;default:i.skipType(7&o)}}return a},fromJSON:o=>({title:n(o.title)?String(o.title):"",description:n(o.description)?String(o.description):"",recipient:n(o.recipient)?String(o.recipient):"",amount:Array.isArray(o?.amount)?o.amount.map((o=>t.fromJSON(o))):[]}),toJSON(o){const e={};return void 0!==o.title&&(e.title=o.title),void 0!==o.description&&(e.description=o.description),void 0!==o.recipient&&(e.recipient=o.recipient),o.amount?e.amount=o.amount.map((o=>o?t.toJSON(o):void 0)):e.amount=[],e},fromPartial(o){const e={$typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",title:"",description:"",recipient:"",amount:[]};return e.title=o.title??"",e.description=o.description??"",e.recipient=o.recipient??"",e.amount=o.amount?.map((o=>t.fromPartial(o)))||[],e},fromProtoMsg:o=>CommunityPoolSpendProposal.decode(o.value),toProto:o=>CommunityPoolSpendProposal.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",value:CommunityPoolSpendProposal.encode(o).finish()})};function d(){return{previousPeriod:BigInt(0),stake:"",height:BigInt(0)}}export const DelegatorStartingInfo={typeUrl:"/cosmos.distribution.v1beta1.DelegatorStartingInfo",encode:(o,t=r.create())=>(o.previousPeriod!==BigInt(0)&&t.uint32(8).uint64(o.previousPeriod),""!==o.stake&&t.uint32(18).string(i.fromUserInput(o.stake,18).atomics),o.height!==BigInt(0)&&t.uint32(24).uint64(o.height),t),decode(o,t){const r=o instanceof e?o:new e(o);let n=void 0===t?r.len:r.pos+t;const a=d();for(;r.pos<n;){const o=r.uint32();switch(o>>>3){case 1:a.previousPeriod=r.uint64();break;case 2:a.stake=i.fromAtomics(r.string(),18).toString();break;case 3:a.height=r.uint64();break;default:r.skipType(7&o)}}return a},fromJSON:o=>({previousPeriod:n(o.previousPeriod)?BigInt(o.previousPeriod.toString()):BigInt(0),stake:n(o.stake)?String(o.stake):"",height:n(o.height)?BigInt(o.height.toString()):BigInt(0)}),toJSON(o){const t={};return void 0!==o.previousPeriod&&(t.previousPeriod=(o.previousPeriod||BigInt(0)).toString()),void 0!==o.stake&&(t.stake=o.stake),void 0!==o.height&&(t.height=(o.height||BigInt(0)).toString()),t},fromPartial(o){const t=d();return t.previousPeriod=void 0!==o.previousPeriod&&null!==o.previousPeriod?BigInt(o.previousPeriod.toString()):BigInt(0),t.stake=o.stake??"",t.height=void 0!==o.height&&null!==o.height?BigInt(o.height.toString()):BigInt(0),t},fromProtoMsg:o=>DelegatorStartingInfo.decode(o.value),toProto:o=>DelegatorStartingInfo.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.DelegatorStartingInfo",value:DelegatorStartingInfo.encode(o).finish()})};export const DelegationDelegatorReward={typeUrl:"/cosmos.distribution.v1beta1.DelegationDelegatorReward",encode(t,e=r.create()){""!==t.validatorAddress&&e.uint32(10).string(t.validatorAddress);for(const r of t.reward)o.encode(r,e.uint32(18).fork()).ldelim();return e},decode(t,r){const i=t instanceof e?t:new e(t);let n=void 0===r?i.len:i.pos+r;const a={validatorAddress:"",reward:[]};for(;i.pos<n;){const t=i.uint32();switch(t>>>3){case 1:a.validatorAddress=i.string();break;case 2:a.reward.push(o.decode(i,i.uint32()));break;default:i.skipType(7&t)}}return a},fromJSON:t=>({validatorAddress:n(t.validatorAddress)?String(t.validatorAddress):"",reward:Array.isArray(t?.reward)?t.reward.map((t=>o.fromJSON(t))):[]}),toJSON(t){const e={};return void 0!==t.validatorAddress&&(e.validatorAddress=t.validatorAddress),t.reward?e.reward=t.reward.map((t=>t?o.toJSON(t):void 0)):e.reward=[],e},fromPartial(t){const e={validatorAddress:"",reward:[]};return e.validatorAddress=t.validatorAddress??"",e.reward=t.reward?.map((t=>o.fromPartial(t)))||[],e},fromProtoMsg:o=>DelegationDelegatorReward.decode(o.value),toProto:o=>DelegationDelegatorReward.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.DelegationDelegatorReward",value:DelegationDelegatorReward.encode(o).finish()})};export const CommunityPoolSpendProposalWithDeposit={typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",encode:(o,t=r.create())=>(""!==o.title&&t.uint32(10).string(o.title),""!==o.description&&t.uint32(18).string(o.description),""!==o.recipient&&t.uint32(26).string(o.recipient),""!==o.amount&&t.uint32(34).string(o.amount),""!==o.deposit&&t.uint32(42).string(o.deposit),t),decode(o,t){const r=o instanceof e?o:new e(o);let i=void 0===t?r.len:r.pos+t;const n={$typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",title:"",description:"",recipient:"",amount:"",deposit:""};for(;r.pos<i;){const o=r.uint32();switch(o>>>3){case 1:n.title=r.string();break;case 2:n.description=r.string();break;case 3:n.recipient=r.string();break;case 4:n.amount=r.string();break;case 5:n.deposit=r.string();break;default:r.skipType(7&o)}}return n},fromJSON:o=>({title:n(o.title)?String(o.title):"",description:n(o.description)?String(o.description):"",recipient:n(o.recipient)?String(o.recipient):"",amount:n(o.amount)?String(o.amount):"",deposit:n(o.deposit)?String(o.deposit):""}),toJSON(o){const t={};return void 0!==o.title&&(t.title=o.title),void 0!==o.description&&(t.description=o.description),void 0!==o.recipient&&(t.recipient=o.recipient),void 0!==o.amount&&(t.amount=o.amount),void 0!==o.deposit&&(t.deposit=o.deposit),t},fromPartial(o){const t={$typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",title:"",description:"",recipient:"",amount:"",deposit:""};return t.title=o.title??"",t.description=o.description??"",t.recipient=o.recipient??"",t.amount=o.amount??"",t.deposit=o.deposit??"",t},fromProtoMsg:o=>CommunityPoolSpendProposalWithDeposit.decode(o.value),toProto:o=>CommunityPoolSpendProposalWithDeposit.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",value:CommunityPoolSpendProposalWithDeposit.encode(o).finish()})};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"distribution.js","sourceRoot":"","sources":["../../../../../src/codegen/cosmos/distribution/v1beta1/distribution.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"distribution.js","sourceRoot":"","sources":["../../../../../src/codegen/cosmos/distribution/v1beta1/distribution.ts"],"names":[],"mappings":"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"}
|
|
@@ -30,7 +30,7 @@ export interface DelegatorWithdrawInfoSDKType {
|
|
|
30
30
|
export interface ValidatorOutstandingRewardsRecord {
|
|
31
31
|
/** validator_address is the address of the validator. */
|
|
32
32
|
validatorAddress: string;
|
|
33
|
-
/** outstanding_rewards represents the
|
|
33
|
+
/** outstanding_rewards represents the outstanding rewards of a validator. */
|
|
34
34
|
outstandingRewards: DecCoin[];
|
|
35
35
|
}
|
|
36
36
|
export interface ValidatorOutstandingRewardsRecordProtoMsg {
|
|
@@ -128,7 +128,7 @@ export interface DelegatorStartingInfoRecordSDKType {
|
|
|
128
128
|
export interface ValidatorSlashEventRecord {
|
|
129
129
|
/** validator_address is the address of the validator. */
|
|
130
130
|
validatorAddress: string;
|
|
131
|
-
/** height defines the block height at which the slash event
|
|
131
|
+
/** height defines the block height at which the slash event occurred. */
|
|
132
132
|
height: bigint;
|
|
133
133
|
/** period is the period of the slash event. */
|
|
134
134
|
period: bigint;
|
|
@@ -148,7 +148,7 @@ export interface ValidatorSlashEventRecordSDKType {
|
|
|
148
148
|
}
|
|
149
149
|
/** GenesisState defines the distribution module's genesis state. */
|
|
150
150
|
export interface GenesisState {
|
|
151
|
-
/** params defines all the
|
|
151
|
+
/** params defines all the parameters of the module. */
|
|
152
152
|
params: Params;
|
|
153
153
|
/** fee_pool defines the fee pool at genesis. */
|
|
154
154
|
feePool: FeePool;
|
|
@@ -158,7 +158,7 @@ export interface GenesisState {
|
|
|
158
158
|
previousProposer: string;
|
|
159
159
|
/** fee_pool defines the outstanding rewards of all validators at genesis. */
|
|
160
160
|
outstandingRewards: ValidatorOutstandingRewardsRecord[];
|
|
161
|
-
/** fee_pool defines the accumulated
|
|
161
|
+
/** fee_pool defines the accumulated commissions of all validators at genesis. */
|
|
162
162
|
validatorAccumulatedCommissions: ValidatorAccumulatedCommissionRecord[];
|
|
163
163
|
/** fee_pool defines the historical rewards of all validators at genesis. */
|
|
164
164
|
validatorHistoricalRewards: ValidatorHistoricalRewardsRecord[];
|
|
@@ -26,6 +26,38 @@ export interface QueryParamsResponseProtoMsg {
|
|
|
26
26
|
export interface QueryParamsResponseSDKType {
|
|
27
27
|
params: ParamsSDKType;
|
|
28
28
|
}
|
|
29
|
+
/** QueryValidatorDistributionInfoRequest is the request type for the Query/ValidatorDistributionInfo RPC method. */
|
|
30
|
+
export interface QueryValidatorDistributionInfoRequest {
|
|
31
|
+
/** validator_address defines the validator address to query for. */
|
|
32
|
+
validatorAddress: string;
|
|
33
|
+
}
|
|
34
|
+
export interface QueryValidatorDistributionInfoRequestProtoMsg {
|
|
35
|
+
typeUrl: '/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoRequest';
|
|
36
|
+
value: Uint8Array;
|
|
37
|
+
}
|
|
38
|
+
/** QueryValidatorDistributionInfoRequest is the request type for the Query/ValidatorDistributionInfo RPC method. */
|
|
39
|
+
export interface QueryValidatorDistributionInfoRequestSDKType {
|
|
40
|
+
validator_address: string;
|
|
41
|
+
}
|
|
42
|
+
/** QueryValidatorDistributionInfoResponse is the response type for the Query/ValidatorDistributionInfo RPC method. */
|
|
43
|
+
export interface QueryValidatorDistributionInfoResponse {
|
|
44
|
+
/** operator_address defines the validator operator address. */
|
|
45
|
+
operatorAddress: string;
|
|
46
|
+
/** self_bond_rewards defines the self delegations rewards. */
|
|
47
|
+
selfBondRewards: DecCoin[];
|
|
48
|
+
/** commission defines the commission the validator received. */
|
|
49
|
+
commission: DecCoin[];
|
|
50
|
+
}
|
|
51
|
+
export interface QueryValidatorDistributionInfoResponseProtoMsg {
|
|
52
|
+
typeUrl: '/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoResponse';
|
|
53
|
+
value: Uint8Array;
|
|
54
|
+
}
|
|
55
|
+
/** QueryValidatorDistributionInfoResponse is the response type for the Query/ValidatorDistributionInfo RPC method. */
|
|
56
|
+
export interface QueryValidatorDistributionInfoResponseSDKType {
|
|
57
|
+
operator_address: string;
|
|
58
|
+
self_bond_rewards: DecCoinSDKType[];
|
|
59
|
+
commission: DecCoinSDKType[];
|
|
60
|
+
}
|
|
29
61
|
/**
|
|
30
62
|
* QueryValidatorOutstandingRewardsRequest is the request type for the
|
|
31
63
|
* Query/ValidatorOutstandingRewards RPC method.
|
|
@@ -87,7 +119,7 @@ export interface QueryValidatorCommissionRequestSDKType {
|
|
|
87
119
|
* Query/ValidatorCommission RPC method
|
|
88
120
|
*/
|
|
89
121
|
export interface QueryValidatorCommissionResponse {
|
|
90
|
-
/** commission defines the
|
|
122
|
+
/** commission defines the commission the validator received. */
|
|
91
123
|
commission: ValidatorAccumulatedCommission;
|
|
92
124
|
}
|
|
93
125
|
export interface QueryValidatorCommissionResponseProtoMsg {
|
|
@@ -366,6 +398,28 @@ export declare const QueryParamsResponse: {
|
|
|
366
398
|
toProto(message: QueryParamsResponse): Uint8Array;
|
|
367
399
|
toProtoMsg(message: QueryParamsResponse): QueryParamsResponseProtoMsg;
|
|
368
400
|
};
|
|
401
|
+
export declare const QueryValidatorDistributionInfoRequest: {
|
|
402
|
+
typeUrl: string;
|
|
403
|
+
encode(message: QueryValidatorDistributionInfoRequest, writer?: BinaryWriter): BinaryWriter;
|
|
404
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorDistributionInfoRequest;
|
|
405
|
+
fromJSON(object: any): QueryValidatorDistributionInfoRequest;
|
|
406
|
+
toJSON(message: QueryValidatorDistributionInfoRequest): JsonSafe<QueryValidatorDistributionInfoRequest>;
|
|
407
|
+
fromPartial(object: Partial<QueryValidatorDistributionInfoRequest>): QueryValidatorDistributionInfoRequest;
|
|
408
|
+
fromProtoMsg(message: QueryValidatorDistributionInfoRequestProtoMsg): QueryValidatorDistributionInfoRequest;
|
|
409
|
+
toProto(message: QueryValidatorDistributionInfoRequest): Uint8Array;
|
|
410
|
+
toProtoMsg(message: QueryValidatorDistributionInfoRequest): QueryValidatorDistributionInfoRequestProtoMsg;
|
|
411
|
+
};
|
|
412
|
+
export declare const QueryValidatorDistributionInfoResponse: {
|
|
413
|
+
typeUrl: string;
|
|
414
|
+
encode(message: QueryValidatorDistributionInfoResponse, writer?: BinaryWriter): BinaryWriter;
|
|
415
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorDistributionInfoResponse;
|
|
416
|
+
fromJSON(object: any): QueryValidatorDistributionInfoResponse;
|
|
417
|
+
toJSON(message: QueryValidatorDistributionInfoResponse): JsonSafe<QueryValidatorDistributionInfoResponse>;
|
|
418
|
+
fromPartial(object: Partial<QueryValidatorDistributionInfoResponse>): QueryValidatorDistributionInfoResponse;
|
|
419
|
+
fromProtoMsg(message: QueryValidatorDistributionInfoResponseProtoMsg): QueryValidatorDistributionInfoResponse;
|
|
420
|
+
toProto(message: QueryValidatorDistributionInfoResponse): Uint8Array;
|
|
421
|
+
toProtoMsg(message: QueryValidatorDistributionInfoResponse): QueryValidatorDistributionInfoResponseProtoMsg;
|
|
422
|
+
};
|
|
369
423
|
export declare const QueryValidatorOutstandingRewardsRequest: {
|
|
370
424
|
typeUrl: string;
|
|
371
425
|
encode(message: QueryValidatorOutstandingRewardsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{PageRequest as e,PageResponse as o}from"../../base/query/v1beta1/pagination.js";import{Params as s,ValidatorOutstandingRewards as t,ValidatorAccumulatedCommission as r,ValidatorSlashEvent as a,DelegationDelegatorReward as i}from"./distribution.js";import{DecCoin as d}from"../../base/v1beta1/coin.js";import{BinaryReader as n,BinaryWriter as l}from"../../../binary.js";import{}from"../../../json-safe.js";import{isSet as u}from"../../../helpers.js";export const QueryParamsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryParamsRequest",encode:(e,o=l.create())=>o,decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={};for(;s.pos<t;){const e=s.uint32();s.skipType(7&e)}return r},fromJSON:e=>({}),toJSON:e=>({}),fromPartial:e=>({}),fromProtoMsg:e=>QueryParamsRequest.decode(e.value),toProto:e=>QueryParamsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryParamsRequest",value:QueryParamsRequest.encode(e).finish()})};function c(){return{params:s.fromPartial({})}}export const QueryParamsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryParamsResponse",encode:(e,o=l.create())=>(void 0!==e.params&&s.encode(e.params,o.uint32(10).fork()).ldelim(),o),decode(e,o){const t=e instanceof n?e:new n(e);let r=void 0===o?t.len:t.pos+o;const a=c();for(;t.pos<r;){const e=t.uint32();if(e>>>3==1)a.params=s.decode(t,t.uint32());else t.skipType(7&e)}return a},fromJSON:e=>({params:u(e.params)?s.fromJSON(e.params):void 0}),toJSON(e){const o={};return void 0!==e.params&&(o.params=e.params?s.toJSON(e.params):void 0),o},fromPartial(e){const o=c();return o.params=void 0!==e.params&&null!==e.params?s.fromPartial(e.params):void 0,o},fromProtoMsg:e=>QueryParamsResponse.decode(e.value),toProto:e=>QueryParamsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryParamsResponse",value:QueryParamsResponse.encode(e).finish()})};export const QueryValidatorOutstandingRewardsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsRequest",encode:(e,o=l.create())=>(""!==e.validatorAddress&&o.uint32(10).string(e.validatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={validatorAddress:""};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.validatorAddress=s.string();else s.skipType(7&e)}return r},fromJSON:e=>({validatorAddress:u(e.validatorAddress)?String(e.validatorAddress):""}),toJSON(e){const o={};return void 0!==e.validatorAddress&&(o.validatorAddress=e.validatorAddress),o},fromPartial(e){const o={validatorAddress:""};return o.validatorAddress=e.validatorAddress??"",o},fromProtoMsg:e=>QueryValidatorOutstandingRewardsRequest.decode(e.value),toProto:e=>QueryValidatorOutstandingRewardsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsRequest",value:QueryValidatorOutstandingRewardsRequest.encode(e).finish()})};function g(){return{rewards:t.fromPartial({})}}export const QueryValidatorOutstandingRewardsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsResponse",encode:(e,o=l.create())=>(void 0!==e.rewards&&t.encode(e.rewards,o.uint32(10).fork()).ldelim(),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const a=g();for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)a.rewards=t.decode(s,s.uint32());else s.skipType(7&e)}return a},fromJSON:e=>({rewards:u(e.rewards)?t.fromJSON(e.rewards):void 0}),toJSON(e){const o={};return void 0!==e.rewards&&(o.rewards=e.rewards?t.toJSON(e.rewards):void 0),o},fromPartial(e){const o=g();return o.rewards=void 0!==e.rewards&&null!==e.rewards?t.fromPartial(e.rewards):void 0,o},fromProtoMsg:e=>QueryValidatorOutstandingRewardsResponse.decode(e.value),toProto:e=>QueryValidatorOutstandingRewardsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsResponse",value:QueryValidatorOutstandingRewardsResponse.encode(e).finish()})};export const QueryValidatorCommissionRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorCommissionRequest",encode:(e,o=l.create())=>(""!==e.validatorAddress&&o.uint32(10).string(e.validatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={validatorAddress:""};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.validatorAddress=s.string();else s.skipType(7&e)}return r},fromJSON:e=>({validatorAddress:u(e.validatorAddress)?String(e.validatorAddress):""}),toJSON(e){const o={};return void 0!==e.validatorAddress&&(o.validatorAddress=e.validatorAddress),o},fromPartial(e){const o={validatorAddress:""};return o.validatorAddress=e.validatorAddress??"",o},fromProtoMsg:e=>QueryValidatorCommissionRequest.decode(e.value),toProto:e=>QueryValidatorCommissionRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorCommissionRequest",value:QueryValidatorCommissionRequest.encode(e).finish()})};function p(){return{commission:r.fromPartial({})}}export const QueryValidatorCommissionResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorCommissionResponse",encode:(e,o=l.create())=>(void 0!==e.commission&&r.encode(e.commission,o.uint32(10).fork()).ldelim(),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const a=p();for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)a.commission=r.decode(s,s.uint32());else s.skipType(7&e)}return a},fromJSON:e=>({commission:u(e.commission)?r.fromJSON(e.commission):void 0}),toJSON(e){const o={};return void 0!==e.commission&&(o.commission=e.commission?r.toJSON(e.commission):void 0),o},fromPartial(e){const o=p();return o.commission=void 0!==e.commission&&null!==e.commission?r.fromPartial(e.commission):void 0,o},fromProtoMsg:e=>QueryValidatorCommissionResponse.decode(e.value),toProto:e=>QueryValidatorCommissionResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorCommissionResponse",value:QueryValidatorCommissionResponse.encode(e).finish()})};function m(){return{validatorAddress:"",startingHeight:BigInt(0),endingHeight:BigInt(0),pagination:void 0}}export const QueryValidatorSlashesRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorSlashesRequest",encode:(o,s=l.create())=>(""!==o.validatorAddress&&s.uint32(10).string(o.validatorAddress),o.startingHeight!==BigInt(0)&&s.uint32(16).uint64(o.startingHeight),o.endingHeight!==BigInt(0)&&s.uint32(24).uint64(o.endingHeight),void 0!==o.pagination&&e.encode(o.pagination,s.uint32(34).fork()).ldelim(),s),decode(o,s){const t=o instanceof n?o:new n(o);let r=void 0===s?t.len:t.pos+s;const a=m();for(;t.pos<r;){const o=t.uint32();switch(o>>>3){case 1:a.validatorAddress=t.string();break;case 2:a.startingHeight=t.uint64();break;case 3:a.endingHeight=t.uint64();break;case 4:a.pagination=e.decode(t,t.uint32());break;default:t.skipType(7&o)}}return a},fromJSON:o=>({validatorAddress:u(o.validatorAddress)?String(o.validatorAddress):"",startingHeight:u(o.startingHeight)?BigInt(o.startingHeight.toString()):BigInt(0),endingHeight:u(o.endingHeight)?BigInt(o.endingHeight.toString()):BigInt(0),pagination:u(o.pagination)?e.fromJSON(o.pagination):void 0}),toJSON(o){const s={};return void 0!==o.validatorAddress&&(s.validatorAddress=o.validatorAddress),void 0!==o.startingHeight&&(s.startingHeight=(o.startingHeight||BigInt(0)).toString()),void 0!==o.endingHeight&&(s.endingHeight=(o.endingHeight||BigInt(0)).toString()),void 0!==o.pagination&&(s.pagination=o.pagination?e.toJSON(o.pagination):void 0),s},fromPartial(o){const s=m();return s.validatorAddress=o.validatorAddress??"",s.startingHeight=void 0!==o.startingHeight&&null!==o.startingHeight?BigInt(o.startingHeight.toString()):BigInt(0),s.endingHeight=void 0!==o.endingHeight&&null!==o.endingHeight?BigInt(o.endingHeight.toString()):BigInt(0),s.pagination=void 0!==o.pagination&&null!==o.pagination?e.fromPartial(o.pagination):void 0,s},fromProtoMsg:e=>QueryValidatorSlashesRequest.decode(e.value),toProto:e=>QueryValidatorSlashesRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorSlashesRequest",value:QueryValidatorSlashesRequest.encode(e).finish()})};export const QueryValidatorSlashesResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorSlashesResponse",encode(e,s=l.create()){for(const o of e.slashes)a.encode(o,s.uint32(10).fork()).ldelim();return void 0!==e.pagination&&o.encode(e.pagination,s.uint32(18).fork()).ldelim(),s},decode(e,s){const t=e instanceof n?e:new n(e);let r=void 0===s?t.len:t.pos+s;const i={slashes:[],pagination:void 0};for(;t.pos<r;){const e=t.uint32();switch(e>>>3){case 1:i.slashes.push(a.decode(t,t.uint32()));break;case 2:i.pagination=o.decode(t,t.uint32());break;default:t.skipType(7&e)}}return i},fromJSON:e=>({slashes:Array.isArray(e?.slashes)?e.slashes.map((e=>a.fromJSON(e))):[],pagination:u(e.pagination)?o.fromJSON(e.pagination):void 0}),toJSON(e){const s={};return e.slashes?s.slashes=e.slashes.map((e=>e?a.toJSON(e):void 0)):s.slashes=[],void 0!==e.pagination&&(s.pagination=e.pagination?o.toJSON(e.pagination):void 0),s},fromPartial(e){const s={slashes:[],pagination:void 0};return s.slashes=e.slashes?.map((e=>a.fromPartial(e)))||[],s.pagination=void 0!==e.pagination&&null!==e.pagination?o.fromPartial(e.pagination):void 0,s},fromProtoMsg:e=>QueryValidatorSlashesResponse.decode(e.value),toProto:e=>QueryValidatorSlashesResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorSlashesResponse",value:QueryValidatorSlashesResponse.encode(e).finish()})};export const QueryDelegationRewardsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationRewardsRequest",encode:(e,o=l.create())=>(""!==e.delegatorAddress&&o.uint32(10).string(e.delegatorAddress),""!==e.validatorAddress&&o.uint32(18).string(e.validatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={delegatorAddress:"",validatorAddress:""};for(;s.pos<t;){const e=s.uint32();switch(e>>>3){case 1:r.delegatorAddress=s.string();break;case 2:r.validatorAddress=s.string();break;default:s.skipType(7&e)}}return r},fromJSON:e=>({delegatorAddress:u(e.delegatorAddress)?String(e.delegatorAddress):"",validatorAddress:u(e.validatorAddress)?String(e.validatorAddress):""}),toJSON(e){const o={};return void 0!==e.delegatorAddress&&(o.delegatorAddress=e.delegatorAddress),void 0!==e.validatorAddress&&(o.validatorAddress=e.validatorAddress),o},fromPartial(e){const o={delegatorAddress:"",validatorAddress:""};return o.delegatorAddress=e.delegatorAddress??"",o.validatorAddress=e.validatorAddress??"",o},fromProtoMsg:e=>QueryDelegationRewardsRequest.decode(e.value),toProto:e=>QueryDelegationRewardsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationRewardsRequest",value:QueryDelegationRewardsRequest.encode(e).finish()})};export const QueryDelegationRewardsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationRewardsResponse",encode(e,o=l.create()){for(const s of e.rewards)d.encode(s,o.uint32(10).fork()).ldelim();return o},decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={rewards:[]};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.rewards.push(d.decode(s,s.uint32()));else s.skipType(7&e)}return r},fromJSON:e=>({rewards:Array.isArray(e?.rewards)?e.rewards.map((e=>d.fromJSON(e))):[]}),toJSON(e){const o={};return e.rewards?o.rewards=e.rewards.map((e=>e?d.toJSON(e):void 0)):o.rewards=[],o},fromPartial(e){const o={rewards:[]};return o.rewards=e.rewards?.map((e=>d.fromPartial(e)))||[],o},fromProtoMsg:e=>QueryDelegationRewardsResponse.decode(e.value),toProto:e=>QueryDelegationRewardsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationRewardsResponse",value:QueryDelegationRewardsResponse.encode(e).finish()})};export const QueryDelegationTotalRewardsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsRequest",encode:(e,o=l.create())=>(""!==e.delegatorAddress&&o.uint32(10).string(e.delegatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={delegatorAddress:""};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.delegatorAddress=s.string();else s.skipType(7&e)}return r},fromJSON:e=>({delegatorAddress:u(e.delegatorAddress)?String(e.delegatorAddress):""}),toJSON(e){const o={};return void 0!==e.delegatorAddress&&(o.delegatorAddress=e.delegatorAddress),o},fromPartial(e){const o={delegatorAddress:""};return o.delegatorAddress=e.delegatorAddress??"",o},fromProtoMsg:e=>QueryDelegationTotalRewardsRequest.decode(e.value),toProto:e=>QueryDelegationTotalRewardsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsRequest",value:QueryDelegationTotalRewardsRequest.encode(e).finish()})};export const QueryDelegationTotalRewardsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse",encode(e,o=l.create()){for(const s of e.rewards)i.encode(s,o.uint32(10).fork()).ldelim();for(const s of e.total)d.encode(s,o.uint32(18).fork()).ldelim();return o},decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={rewards:[],total:[]};for(;s.pos<t;){const e=s.uint32();switch(e>>>3){case 1:r.rewards.push(i.decode(s,s.uint32()));break;case 2:r.total.push(d.decode(s,s.uint32()));break;default:s.skipType(7&e)}}return r},fromJSON:e=>({rewards:Array.isArray(e?.rewards)?e.rewards.map((e=>i.fromJSON(e))):[],total:Array.isArray(e?.total)?e.total.map((e=>d.fromJSON(e))):[]}),toJSON(e){const o={};return e.rewards?o.rewards=e.rewards.map((e=>e?i.toJSON(e):void 0)):o.rewards=[],e.total?o.total=e.total.map((e=>e?d.toJSON(e):void 0)):o.total=[],o},fromPartial(e){const o={rewards:[],total:[]};return o.rewards=e.rewards?.map((e=>i.fromPartial(e)))||[],o.total=e.total?.map((e=>d.fromPartial(e)))||[],o},fromProtoMsg:e=>QueryDelegationTotalRewardsResponse.decode(e.value),toProto:e=>QueryDelegationTotalRewardsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse",value:QueryDelegationTotalRewardsResponse.encode(e).finish()})};export const QueryDelegatorValidatorsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorValidatorsRequest",encode:(e,o=l.create())=>(""!==e.delegatorAddress&&o.uint32(10).string(e.delegatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={delegatorAddress:""};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.delegatorAddress=s.string();else s.skipType(7&e)}return r},fromJSON:e=>({delegatorAddress:u(e.delegatorAddress)?String(e.delegatorAddress):""}),toJSON(e){const o={};return void 0!==e.delegatorAddress&&(o.delegatorAddress=e.delegatorAddress),o},fromPartial(e){const o={delegatorAddress:""};return o.delegatorAddress=e.delegatorAddress??"",o},fromProtoMsg:e=>QueryDelegatorValidatorsRequest.decode(e.value),toProto:e=>QueryDelegatorValidatorsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorValidatorsRequest",value:QueryDelegatorValidatorsRequest.encode(e).finish()})};export const QueryDelegatorValidatorsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse",encode(e,o=l.create()){for(const s of e.validators)o.uint32(10).string(s);return o},decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={validators:[]};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.validators.push(s.string());else s.skipType(7&e)}return r},fromJSON:e=>({validators:Array.isArray(e?.validators)?e.validators.map((e=>String(e))):[]}),toJSON(e){const o={};return e.validators?o.validators=e.validators.map((e=>e)):o.validators=[],o},fromPartial(e){const o={validators:[]};return o.validators=e.validators?.map((e=>e))||[],o},fromProtoMsg:e=>QueryDelegatorValidatorsResponse.decode(e.value),toProto:e=>QueryDelegatorValidatorsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse",value:QueryDelegatorValidatorsResponse.encode(e).finish()})};export const QueryDelegatorWithdrawAddressRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest",encode:(e,o=l.create())=>(""!==e.delegatorAddress&&o.uint32(10).string(e.delegatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={delegatorAddress:""};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.delegatorAddress=s.string();else s.skipType(7&e)}return r},fromJSON:e=>({delegatorAddress:u(e.delegatorAddress)?String(e.delegatorAddress):""}),toJSON(e){const o={};return void 0!==e.delegatorAddress&&(o.delegatorAddress=e.delegatorAddress),o},fromPartial(e){const o={delegatorAddress:""};return o.delegatorAddress=e.delegatorAddress??"",o},fromProtoMsg:e=>QueryDelegatorWithdrawAddressRequest.decode(e.value),toProto:e=>QueryDelegatorWithdrawAddressRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest",value:QueryDelegatorWithdrawAddressRequest.encode(e).finish()})};export const QueryDelegatorWithdrawAddressResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressResponse",encode:(e,o=l.create())=>(""!==e.withdrawAddress&&o.uint32(10).string(e.withdrawAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={withdrawAddress:""};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.withdrawAddress=s.string();else s.skipType(7&e)}return r},fromJSON:e=>({withdrawAddress:u(e.withdrawAddress)?String(e.withdrawAddress):""}),toJSON(e){const o={};return void 0!==e.withdrawAddress&&(o.withdrawAddress=e.withdrawAddress),o},fromPartial(e){const o={withdrawAddress:""};return o.withdrawAddress=e.withdrawAddress??"",o},fromProtoMsg:e=>QueryDelegatorWithdrawAddressResponse.decode(e.value),toProto:e=>QueryDelegatorWithdrawAddressResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressResponse",value:QueryDelegatorWithdrawAddressResponse.encode(e).finish()})};export const QueryCommunityPoolRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryCommunityPoolRequest",encode:(e,o=l.create())=>o,decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={};for(;s.pos<t;){const e=s.uint32();s.skipType(7&e)}return r},fromJSON:e=>({}),toJSON:e=>({}),fromPartial:e=>({}),fromProtoMsg:e=>QueryCommunityPoolRequest.decode(e.value),toProto:e=>QueryCommunityPoolRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryCommunityPoolRequest",value:QueryCommunityPoolRequest.encode(e).finish()})};export const QueryCommunityPoolResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryCommunityPoolResponse",encode(e,o=l.create()){for(const s of e.pool)d.encode(s,o.uint32(10).fork()).ldelim();return o},decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const r={pool:[]};for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)r.pool.push(d.decode(s,s.uint32()));else s.skipType(7&e)}return r},fromJSON:e=>({pool:Array.isArray(e?.pool)?e.pool.map((e=>d.fromJSON(e))):[]}),toJSON(e){const o={};return e.pool?o.pool=e.pool.map((e=>e?d.toJSON(e):void 0)):o.pool=[],o},fromPartial(e){const o={pool:[]};return o.pool=e.pool?.map((e=>d.fromPartial(e)))||[],o},fromProtoMsg:e=>QueryCommunityPoolResponse.decode(e.value),toProto:e=>QueryCommunityPoolResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryCommunityPoolResponse",value:QueryCommunityPoolResponse.encode(e).finish()})};
|
|
1
|
+
import{PageRequest as e,PageResponse as o}from"../../base/query/v1beta1/pagination.js";import{Params as s,ValidatorOutstandingRewards as r,ValidatorAccumulatedCommission as t,ValidatorSlashEvent as i,DelegationDelegatorReward as a}from"./distribution.js";import{DecCoin as d}from"../../base/v1beta1/coin.js";import{BinaryReader as n,BinaryWriter as l}from"../../../binary.js";import{}from"../../../json-safe.js";import{isSet as u}from"../../../helpers.js";export const QueryParamsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryParamsRequest",encode:(e,o=l.create())=>o,decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={};for(;s.pos<r;){const e=s.uint32();s.skipType(7&e)}return t},fromJSON:e=>({}),toJSON:e=>({}),fromPartial:e=>({}),fromProtoMsg:e=>QueryParamsRequest.decode(e.value),toProto:e=>QueryParamsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryParamsRequest",value:QueryParamsRequest.encode(e).finish()})};function c(){return{params:s.fromPartial({})}}export const QueryParamsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryParamsResponse",encode:(e,o=l.create())=>(void 0!==e.params&&s.encode(e.params,o.uint32(10).fork()).ldelim(),o),decode(e,o){const r=e instanceof n?e:new n(e);let t=void 0===o?r.len:r.pos+o;const i=c();for(;r.pos<t;){const e=r.uint32();if(e>>>3==1)i.params=s.decode(r,r.uint32());else r.skipType(7&e)}return i},fromJSON:e=>({params:u(e.params)?s.fromJSON(e.params):void 0}),toJSON(e){const o={};return void 0!==e.params&&(o.params=e.params?s.toJSON(e.params):void 0),o},fromPartial(e){const o=c();return o.params=void 0!==e.params&&null!==e.params?s.fromPartial(e.params):void 0,o},fromProtoMsg:e=>QueryParamsResponse.decode(e.value),toProto:e=>QueryParamsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryParamsResponse",value:QueryParamsResponse.encode(e).finish()})};export const QueryValidatorDistributionInfoRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoRequest",encode:(e,o=l.create())=>(""!==e.validatorAddress&&o.uint32(10).string(e.validatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={validatorAddress:""};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.validatorAddress=s.string();else s.skipType(7&e)}return t},fromJSON:e=>({validatorAddress:u(e.validatorAddress)?String(e.validatorAddress):""}),toJSON(e){const o={};return void 0!==e.validatorAddress&&(o.validatorAddress=e.validatorAddress),o},fromPartial(e){const o={validatorAddress:""};return o.validatorAddress=e.validatorAddress??"",o},fromProtoMsg:e=>QueryValidatorDistributionInfoRequest.decode(e.value),toProto:e=>QueryValidatorDistributionInfoRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoRequest",value:QueryValidatorDistributionInfoRequest.encode(e).finish()})};export const QueryValidatorDistributionInfoResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoResponse",encode(e,o=l.create()){""!==e.operatorAddress&&o.uint32(10).string(e.operatorAddress);for(const s of e.selfBondRewards)d.encode(s,o.uint32(18).fork()).ldelim();for(const s of e.commission)d.encode(s,o.uint32(26).fork()).ldelim();return o},decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={operatorAddress:"",selfBondRewards:[],commission:[]};for(;s.pos<r;){const e=s.uint32();switch(e>>>3){case 1:t.operatorAddress=s.string();break;case 2:t.selfBondRewards.push(d.decode(s,s.uint32()));break;case 3:t.commission.push(d.decode(s,s.uint32()));break;default:s.skipType(7&e)}}return t},fromJSON:e=>({operatorAddress:u(e.operatorAddress)?String(e.operatorAddress):"",selfBondRewards:Array.isArray(e?.selfBondRewards)?e.selfBondRewards.map((e=>d.fromJSON(e))):[],commission:Array.isArray(e?.commission)?e.commission.map((e=>d.fromJSON(e))):[]}),toJSON(e){const o={};return void 0!==e.operatorAddress&&(o.operatorAddress=e.operatorAddress),e.selfBondRewards?o.selfBondRewards=e.selfBondRewards.map((e=>e?d.toJSON(e):void 0)):o.selfBondRewards=[],e.commission?o.commission=e.commission.map((e=>e?d.toJSON(e):void 0)):o.commission=[],o},fromPartial(e){const o={operatorAddress:"",selfBondRewards:[],commission:[]};return o.operatorAddress=e.operatorAddress??"",o.selfBondRewards=e.selfBondRewards?.map((e=>d.fromPartial(e)))||[],o.commission=e.commission?.map((e=>d.fromPartial(e)))||[],o},fromProtoMsg:e=>QueryValidatorDistributionInfoResponse.decode(e.value),toProto:e=>QueryValidatorDistributionInfoResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoResponse",value:QueryValidatorDistributionInfoResponse.encode(e).finish()})};export const QueryValidatorOutstandingRewardsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsRequest",encode:(e,o=l.create())=>(""!==e.validatorAddress&&o.uint32(10).string(e.validatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={validatorAddress:""};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.validatorAddress=s.string();else s.skipType(7&e)}return t},fromJSON:e=>({validatorAddress:u(e.validatorAddress)?String(e.validatorAddress):""}),toJSON(e){const o={};return void 0!==e.validatorAddress&&(o.validatorAddress=e.validatorAddress),o},fromPartial(e){const o={validatorAddress:""};return o.validatorAddress=e.validatorAddress??"",o},fromProtoMsg:e=>QueryValidatorOutstandingRewardsRequest.decode(e.value),toProto:e=>QueryValidatorOutstandingRewardsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsRequest",value:QueryValidatorOutstandingRewardsRequest.encode(e).finish()})};function p(){return{rewards:r.fromPartial({})}}export const QueryValidatorOutstandingRewardsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsResponse",encode:(e,o=l.create())=>(void 0!==e.rewards&&r.encode(e.rewards,o.uint32(10).fork()).ldelim(),o),decode(e,o){const s=e instanceof n?e:new n(e);let t=void 0===o?s.len:s.pos+o;const i=p();for(;s.pos<t;){const e=s.uint32();if(e>>>3==1)i.rewards=r.decode(s,s.uint32());else s.skipType(7&e)}return i},fromJSON:e=>({rewards:u(e.rewards)?r.fromJSON(e.rewards):void 0}),toJSON(e){const o={};return void 0!==e.rewards&&(o.rewards=e.rewards?r.toJSON(e.rewards):void 0),o},fromPartial(e){const o=p();return o.rewards=void 0!==e.rewards&&null!==e.rewards?r.fromPartial(e.rewards):void 0,o},fromProtoMsg:e=>QueryValidatorOutstandingRewardsResponse.decode(e.value),toProto:e=>QueryValidatorOutstandingRewardsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsResponse",value:QueryValidatorOutstandingRewardsResponse.encode(e).finish()})};export const QueryValidatorCommissionRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorCommissionRequest",encode:(e,o=l.create())=>(""!==e.validatorAddress&&o.uint32(10).string(e.validatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={validatorAddress:""};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.validatorAddress=s.string();else s.skipType(7&e)}return t},fromJSON:e=>({validatorAddress:u(e.validatorAddress)?String(e.validatorAddress):""}),toJSON(e){const o={};return void 0!==e.validatorAddress&&(o.validatorAddress=e.validatorAddress),o},fromPartial(e){const o={validatorAddress:""};return o.validatorAddress=e.validatorAddress??"",o},fromProtoMsg:e=>QueryValidatorCommissionRequest.decode(e.value),toProto:e=>QueryValidatorCommissionRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorCommissionRequest",value:QueryValidatorCommissionRequest.encode(e).finish()})};function m(){return{commission:t.fromPartial({})}}export const QueryValidatorCommissionResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorCommissionResponse",encode:(e,o=l.create())=>(void 0!==e.commission&&t.encode(e.commission,o.uint32(10).fork()).ldelim(),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const i=m();for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)i.commission=t.decode(s,s.uint32());else s.skipType(7&e)}return i},fromJSON:e=>({commission:u(e.commission)?t.fromJSON(e.commission):void 0}),toJSON(e){const o={};return void 0!==e.commission&&(o.commission=e.commission?t.toJSON(e.commission):void 0),o},fromPartial(e){const o=m();return o.commission=void 0!==e.commission&&null!==e.commission?t.fromPartial(e.commission):void 0,o},fromProtoMsg:e=>QueryValidatorCommissionResponse.decode(e.value),toProto:e=>QueryValidatorCommissionResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorCommissionResponse",value:QueryValidatorCommissionResponse.encode(e).finish()})};function g(){return{validatorAddress:"",startingHeight:BigInt(0),endingHeight:BigInt(0),pagination:void 0}}export const QueryValidatorSlashesRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorSlashesRequest",encode:(o,s=l.create())=>(""!==o.validatorAddress&&s.uint32(10).string(o.validatorAddress),o.startingHeight!==BigInt(0)&&s.uint32(16).uint64(o.startingHeight),o.endingHeight!==BigInt(0)&&s.uint32(24).uint64(o.endingHeight),void 0!==o.pagination&&e.encode(o.pagination,s.uint32(34).fork()).ldelim(),s),decode(o,s){const r=o instanceof n?o:new n(o);let t=void 0===s?r.len:r.pos+s;const i=g();for(;r.pos<t;){const o=r.uint32();switch(o>>>3){case 1:i.validatorAddress=r.string();break;case 2:i.startingHeight=r.uint64();break;case 3:i.endingHeight=r.uint64();break;case 4:i.pagination=e.decode(r,r.uint32());break;default:r.skipType(7&o)}}return i},fromJSON:o=>({validatorAddress:u(o.validatorAddress)?String(o.validatorAddress):"",startingHeight:u(o.startingHeight)?BigInt(o.startingHeight.toString()):BigInt(0),endingHeight:u(o.endingHeight)?BigInt(o.endingHeight.toString()):BigInt(0),pagination:u(o.pagination)?e.fromJSON(o.pagination):void 0}),toJSON(o){const s={};return void 0!==o.validatorAddress&&(s.validatorAddress=o.validatorAddress),void 0!==o.startingHeight&&(s.startingHeight=(o.startingHeight||BigInt(0)).toString()),void 0!==o.endingHeight&&(s.endingHeight=(o.endingHeight||BigInt(0)).toString()),void 0!==o.pagination&&(s.pagination=o.pagination?e.toJSON(o.pagination):void 0),s},fromPartial(o){const s=g();return s.validatorAddress=o.validatorAddress??"",s.startingHeight=void 0!==o.startingHeight&&null!==o.startingHeight?BigInt(o.startingHeight.toString()):BigInt(0),s.endingHeight=void 0!==o.endingHeight&&null!==o.endingHeight?BigInt(o.endingHeight.toString()):BigInt(0),s.pagination=void 0!==o.pagination&&null!==o.pagination?e.fromPartial(o.pagination):void 0,s},fromProtoMsg:e=>QueryValidatorSlashesRequest.decode(e.value),toProto:e=>QueryValidatorSlashesRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorSlashesRequest",value:QueryValidatorSlashesRequest.encode(e).finish()})};export const QueryValidatorSlashesResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorSlashesResponse",encode(e,s=l.create()){for(const o of e.slashes)i.encode(o,s.uint32(10).fork()).ldelim();return void 0!==e.pagination&&o.encode(e.pagination,s.uint32(18).fork()).ldelim(),s},decode(e,s){const r=e instanceof n?e:new n(e);let t=void 0===s?r.len:r.pos+s;const a={slashes:[],pagination:void 0};for(;r.pos<t;){const e=r.uint32();switch(e>>>3){case 1:a.slashes.push(i.decode(r,r.uint32()));break;case 2:a.pagination=o.decode(r,r.uint32());break;default:r.skipType(7&e)}}return a},fromJSON:e=>({slashes:Array.isArray(e?.slashes)?e.slashes.map((e=>i.fromJSON(e))):[],pagination:u(e.pagination)?o.fromJSON(e.pagination):void 0}),toJSON(e){const s={};return e.slashes?s.slashes=e.slashes.map((e=>e?i.toJSON(e):void 0)):s.slashes=[],void 0!==e.pagination&&(s.pagination=e.pagination?o.toJSON(e.pagination):void 0),s},fromPartial(e){const s={slashes:[],pagination:void 0};return s.slashes=e.slashes?.map((e=>i.fromPartial(e)))||[],s.pagination=void 0!==e.pagination&&null!==e.pagination?o.fromPartial(e.pagination):void 0,s},fromProtoMsg:e=>QueryValidatorSlashesResponse.decode(e.value),toProto:e=>QueryValidatorSlashesResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryValidatorSlashesResponse",value:QueryValidatorSlashesResponse.encode(e).finish()})};export const QueryDelegationRewardsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationRewardsRequest",encode:(e,o=l.create())=>(""!==e.delegatorAddress&&o.uint32(10).string(e.delegatorAddress),""!==e.validatorAddress&&o.uint32(18).string(e.validatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={delegatorAddress:"",validatorAddress:""};for(;s.pos<r;){const e=s.uint32();switch(e>>>3){case 1:t.delegatorAddress=s.string();break;case 2:t.validatorAddress=s.string();break;default:s.skipType(7&e)}}return t},fromJSON:e=>({delegatorAddress:u(e.delegatorAddress)?String(e.delegatorAddress):"",validatorAddress:u(e.validatorAddress)?String(e.validatorAddress):""}),toJSON(e){const o={};return void 0!==e.delegatorAddress&&(o.delegatorAddress=e.delegatorAddress),void 0!==e.validatorAddress&&(o.validatorAddress=e.validatorAddress),o},fromPartial(e){const o={delegatorAddress:"",validatorAddress:""};return o.delegatorAddress=e.delegatorAddress??"",o.validatorAddress=e.validatorAddress??"",o},fromProtoMsg:e=>QueryDelegationRewardsRequest.decode(e.value),toProto:e=>QueryDelegationRewardsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationRewardsRequest",value:QueryDelegationRewardsRequest.encode(e).finish()})};export const QueryDelegationRewardsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationRewardsResponse",encode(e,o=l.create()){for(const s of e.rewards)d.encode(s,o.uint32(10).fork()).ldelim();return o},decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={rewards:[]};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.rewards.push(d.decode(s,s.uint32()));else s.skipType(7&e)}return t},fromJSON:e=>({rewards:Array.isArray(e?.rewards)?e.rewards.map((e=>d.fromJSON(e))):[]}),toJSON(e){const o={};return e.rewards?o.rewards=e.rewards.map((e=>e?d.toJSON(e):void 0)):o.rewards=[],o},fromPartial(e){const o={rewards:[]};return o.rewards=e.rewards?.map((e=>d.fromPartial(e)))||[],o},fromProtoMsg:e=>QueryDelegationRewardsResponse.decode(e.value),toProto:e=>QueryDelegationRewardsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationRewardsResponse",value:QueryDelegationRewardsResponse.encode(e).finish()})};export const QueryDelegationTotalRewardsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsRequest",encode:(e,o=l.create())=>(""!==e.delegatorAddress&&o.uint32(10).string(e.delegatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={delegatorAddress:""};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.delegatorAddress=s.string();else s.skipType(7&e)}return t},fromJSON:e=>({delegatorAddress:u(e.delegatorAddress)?String(e.delegatorAddress):""}),toJSON(e){const o={};return void 0!==e.delegatorAddress&&(o.delegatorAddress=e.delegatorAddress),o},fromPartial(e){const o={delegatorAddress:""};return o.delegatorAddress=e.delegatorAddress??"",o},fromProtoMsg:e=>QueryDelegationTotalRewardsRequest.decode(e.value),toProto:e=>QueryDelegationTotalRewardsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsRequest",value:QueryDelegationTotalRewardsRequest.encode(e).finish()})};export const QueryDelegationTotalRewardsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse",encode(e,o=l.create()){for(const s of e.rewards)a.encode(s,o.uint32(10).fork()).ldelim();for(const s of e.total)d.encode(s,o.uint32(18).fork()).ldelim();return o},decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={rewards:[],total:[]};for(;s.pos<r;){const e=s.uint32();switch(e>>>3){case 1:t.rewards.push(a.decode(s,s.uint32()));break;case 2:t.total.push(d.decode(s,s.uint32()));break;default:s.skipType(7&e)}}return t},fromJSON:e=>({rewards:Array.isArray(e?.rewards)?e.rewards.map((e=>a.fromJSON(e))):[],total:Array.isArray(e?.total)?e.total.map((e=>d.fromJSON(e))):[]}),toJSON(e){const o={};return e.rewards?o.rewards=e.rewards.map((e=>e?a.toJSON(e):void 0)):o.rewards=[],e.total?o.total=e.total.map((e=>e?d.toJSON(e):void 0)):o.total=[],o},fromPartial(e){const o={rewards:[],total:[]};return o.rewards=e.rewards?.map((e=>a.fromPartial(e)))||[],o.total=e.total?.map((e=>d.fromPartial(e)))||[],o},fromProtoMsg:e=>QueryDelegationTotalRewardsResponse.decode(e.value),toProto:e=>QueryDelegationTotalRewardsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse",value:QueryDelegationTotalRewardsResponse.encode(e).finish()})};export const QueryDelegatorValidatorsRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorValidatorsRequest",encode:(e,o=l.create())=>(""!==e.delegatorAddress&&o.uint32(10).string(e.delegatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={delegatorAddress:""};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.delegatorAddress=s.string();else s.skipType(7&e)}return t},fromJSON:e=>({delegatorAddress:u(e.delegatorAddress)?String(e.delegatorAddress):""}),toJSON(e){const o={};return void 0!==e.delegatorAddress&&(o.delegatorAddress=e.delegatorAddress),o},fromPartial(e){const o={delegatorAddress:""};return o.delegatorAddress=e.delegatorAddress??"",o},fromProtoMsg:e=>QueryDelegatorValidatorsRequest.decode(e.value),toProto:e=>QueryDelegatorValidatorsRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorValidatorsRequest",value:QueryDelegatorValidatorsRequest.encode(e).finish()})};export const QueryDelegatorValidatorsResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse",encode(e,o=l.create()){for(const s of e.validators)o.uint32(10).string(s);return o},decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={validators:[]};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.validators.push(s.string());else s.skipType(7&e)}return t},fromJSON:e=>({validators:Array.isArray(e?.validators)?e.validators.map((e=>String(e))):[]}),toJSON(e){const o={};return e.validators?o.validators=e.validators.map((e=>e)):o.validators=[],o},fromPartial(e){const o={validators:[]};return o.validators=e.validators?.map((e=>e))||[],o},fromProtoMsg:e=>QueryDelegatorValidatorsResponse.decode(e.value),toProto:e=>QueryDelegatorValidatorsResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse",value:QueryDelegatorValidatorsResponse.encode(e).finish()})};export const QueryDelegatorWithdrawAddressRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest",encode:(e,o=l.create())=>(""!==e.delegatorAddress&&o.uint32(10).string(e.delegatorAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={delegatorAddress:""};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.delegatorAddress=s.string();else s.skipType(7&e)}return t},fromJSON:e=>({delegatorAddress:u(e.delegatorAddress)?String(e.delegatorAddress):""}),toJSON(e){const o={};return void 0!==e.delegatorAddress&&(o.delegatorAddress=e.delegatorAddress),o},fromPartial(e){const o={delegatorAddress:""};return o.delegatorAddress=e.delegatorAddress??"",o},fromProtoMsg:e=>QueryDelegatorWithdrawAddressRequest.decode(e.value),toProto:e=>QueryDelegatorWithdrawAddressRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest",value:QueryDelegatorWithdrawAddressRequest.encode(e).finish()})};export const QueryDelegatorWithdrawAddressResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressResponse",encode:(e,o=l.create())=>(""!==e.withdrawAddress&&o.uint32(10).string(e.withdrawAddress),o),decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={withdrawAddress:""};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.withdrawAddress=s.string();else s.skipType(7&e)}return t},fromJSON:e=>({withdrawAddress:u(e.withdrawAddress)?String(e.withdrawAddress):""}),toJSON(e){const o={};return void 0!==e.withdrawAddress&&(o.withdrawAddress=e.withdrawAddress),o},fromPartial(e){const o={withdrawAddress:""};return o.withdrawAddress=e.withdrawAddress??"",o},fromProtoMsg:e=>QueryDelegatorWithdrawAddressResponse.decode(e.value),toProto:e=>QueryDelegatorWithdrawAddressResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressResponse",value:QueryDelegatorWithdrawAddressResponse.encode(e).finish()})};export const QueryCommunityPoolRequest={typeUrl:"/cosmos.distribution.v1beta1.QueryCommunityPoolRequest",encode:(e,o=l.create())=>o,decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={};for(;s.pos<r;){const e=s.uint32();s.skipType(7&e)}return t},fromJSON:e=>({}),toJSON:e=>({}),fromPartial:e=>({}),fromProtoMsg:e=>QueryCommunityPoolRequest.decode(e.value),toProto:e=>QueryCommunityPoolRequest.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryCommunityPoolRequest",value:QueryCommunityPoolRequest.encode(e).finish()})};export const QueryCommunityPoolResponse={typeUrl:"/cosmos.distribution.v1beta1.QueryCommunityPoolResponse",encode(e,o=l.create()){for(const s of e.pool)d.encode(s,o.uint32(10).fork()).ldelim();return o},decode(e,o){const s=e instanceof n?e:new n(e);let r=void 0===o?s.len:s.pos+o;const t={pool:[]};for(;s.pos<r;){const e=s.uint32();if(e>>>3==1)t.pool.push(d.decode(s,s.uint32()));else s.skipType(7&e)}return t},fromJSON:e=>({pool:Array.isArray(e?.pool)?e.pool.map((e=>d.fromJSON(e))):[]}),toJSON(e){const o={};return e.pool?o.pool=e.pool.map((e=>e?d.toJSON(e):void 0)):o.pool=[],o},fromPartial(e){const o={pool:[]};return o.pool=e.pool?.map((e=>d.fromPartial(e)))||[],o},fromProtoMsg:e=>QueryCommunityPoolResponse.decode(e.value),toProto:e=>QueryCommunityPoolResponse.encode(e).finish(),toProtoMsg:e=>({typeUrl:"/cosmos.distribution.v1beta1.QueryCommunityPoolResponse",value:QueryCommunityPoolResponse.encode(e).finish()})};
|