description |
---|
The distribution module allows you to manage your staking rewards |
Name | Description |
---|---|
commission | Query distribution validator commission |
community-pool | Query the amount of coins in the community pool |
params | Query distribution params |
rewards | Query all distribution delegator rewards or rewards from a particular validator |
slashes | Query distribution validator slashes. |
validator-outstanding-rewards | Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations |
fund-community-pool | Funds the community pool with the specified amount |
set-withdraw-addr | Set the withdraw address for rewards associated with a delegator address |
withdraw-all-rewards | Withdraw all rewards for a single delegator |
withdraw-rewards | Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator |
Query validator commission rewards from delegators to that validator.
junod query distribution commission [validator] [flags]
Query all coins in the community pool which is under Governance control.
junod query distribution community-pool [flags]
Query distribution params.
junod query distribution params [flags]
Query all rewards earned by a delegator, optionally restrict to rewards from a single validator.
junod query distribution rewards [delegator-addr] [validator-addr] [flags]
Query all slashes of a validator for a given block range.
junod query distribution slashes [validator] [start-height] [end-height] [flags]
Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations.
junod query distribution validator-outstanding-rewards [validator] [flags]
Funds the community pool with the specified amount.
junod tx distribution fund-community-pool [amount] [flags]
Set the withdraw address for rewards associated with a delegator address.
junod tx distribution set-withdraw-addr [withdraw-addr] [flags]
Withdraw all rewards for a single delegator.
junod tx distribution withdraw-all-rewards [flags]
Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator.
junod tx distribution withdraw-rewards [validator-addr] [flags]