...
This commit is contained in:
parent
47e899bb61
commit
d3146bf06d
|
@ -45,6 +45,7 @@ type Validator interface {
|
||||||
GetConsAddr() ConsAddress // validation consensus address
|
GetConsAddr() ConsAddress // validation consensus address
|
||||||
GetPower() Dec // validation power
|
GetPower() Dec // validation power
|
||||||
GetTokens() Dec // validation tokens
|
GetTokens() Dec // validation tokens
|
||||||
|
GetCommission() Dec // validator commission rate
|
||||||
GetDelegatorShares() Dec // Total out standing delegator shares
|
GetDelegatorShares() Dec // Total out standing delegator shares
|
||||||
GetBondHeight() int64 // height in which the validator became active
|
GetBondHeight() int64 // height in which the validator became active
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue