Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2019 Changes in this version + type DelegationI interface + GetDelegatorAddr func() sdk.AccAddress + GetShares func() sdk.Dec + GetValidatorAddr func() sdk.ValAddress + type ValidatorI interface + GetBondedShares func() sdk.Int + GetCommission func() sdk.Dec + GetConsAddr func() sdk.ConsAddress + GetConsPubKey func() crypto.PubKey + GetConsensusPower func() int64 + GetDelegatorShares func() sdk.Dec + GetMinSelfDelegation func() sdk.Int + GetMoniker func() string + GetOperator func() sdk.ValAddress + GetShares func() sdk.Int + GetStatus func() sdk.BondStatus + IsBonded func() bool + IsJailed func() bool + IsUnbonded func() bool + IsUnbonding func() bool + PowersFromShares func(amt sdk.Int) (sdk.Dec, sdk.Error) + PowersFromSharesTruncated func(amt sdk.Int) (sdk.Dec, sdk.Error) + SharesFromPowers func(sdk.Dec) sdk.Dec + SharesFromPowersRoundUp func(sdk.Dec) sdk.Dec + SharesFromPowersTruncated func(sdk.Dec) sdk.Dec