This commit is contained in:
rigelrozanski
2018-09-19 22:13:12 -04:00
parent 7002438d5f
commit 18fdccf95b
8 changed files with 53 additions and 43 deletions
+1
View File
@@ -44,6 +44,7 @@ type Validator interface {
GetPubKey() crypto.PubKey // validation pubkey
GetPower() Dec // validation power
GetTokens() Dec // validation tokens
GetCommission() Dec // validator commission rate
GetDelegatorShares() Dec // Total out standing delegator shares
GetBondHeight() int64 // height in which the validator became active
}