distribution
The distribution module allows you to manage your staking rewards
Available Commands
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 |
junod query distribution commission
Query validator commission rewards from delegators to that validator.
junod query distribution community-pool
Query all coins in the community pool which is under Governance control.
junod query distribution params
Query distribution params.
junod query distribution rewards
Query all rewards earned by a delegator, optionally restrict to rewards from a single validator.
junod query distribution slashes
Query all slashes of a validator for a given block range.
junod query distribution validator-outstanding-rewards
Query distribution outstanding (un-withdrawn) rewards for a validator and all their delegations.
junod tx distribution fund-community-pool
Funds the community pool with the specified amount.
junod tx distribution set-withdraw-addr
Set the withdraw address for rewards associated with a delegator address.
junod tx distribution withdraw-all-rewards
Withdraw all rewards for a single delegator.
junod tx distribution withdraw-rewards
Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator.
Last updated