This commit is contained in:
rigelrozanski 2018-09-25 18:02:22 -04:00
parent 47e899bb61
commit d3146bf06d
1 changed files with 1 additions and 0 deletions

View File

@ -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
} }