Optional
commissioncommission defines the commission parameters.
Optional
consensusconsensus_pubkey is the consensus public key of the validator, as a Protobuf Any.
delegator_shares defines total shares issued to a validator's delegators.
Optional
descriptiondescription defines the description terms for the validator.
jailed defined whether the validator has been jailed from bonded status or not.
min_self_delegation is the validator's self declared minimum self delegation.
Since: cosmos-sdk 0.46
operator_address defines the address of the validator's operator; bech encoded in JSON.
status is the validator status (bonded/unbonding/unbonded).
tokens define the delegated tokens (incl. self-delegation).
unbonding_height defines, if unbonding, the height at which this validator has begun unbonding.
list of unbonding ids, each uniquely identifing an unbonding of this validator
strictly positive if this validator's unbonding has been stopped by external modules
Optional
unbondingunbonding_time defines, if unbonding, the min time for the validator to complete unbonding.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
type
Validator defines a validator, together with the total amount of the Validator's bond shares and their exchange rate to coins. Slashing results in a decrease in the exchange rate, allowing correct calculation of future undelegations without iterating over delegators. When coins are delegated to this validator, the validator is credited with a delegation whose number of bond shares is based on the amount of coins delegated divided by the current exchange rate. Voting power can be calculated as total bonded shares multiplied by exchange rate.
Generated
from message cosmos.staking.v1beta1.Validator