distribution
The distribution module allows you to manage your staking rewards
Name | Description |
---|---|
Query distribution validator commission | |
Query the amount of coins in the community pool | |
Query distribution params | |
Query all distribution delegator rewards or rewards from a particular validator | |
Query distribution validator slashes. | |
Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations | |
Funds the community pool with the specified amount | |
Set the withdraw address for rewards associated with a delegator address | |
Withdraw all rewards for a single delegator | |
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]
Last modified 8mo ago