Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + const ModuleName + var DefaultMinSelfDelegation = sdk.NewDec(10000) + type GenesisState struct + AllShares []SharesExported + Delegators []v0_10.Delegator + Exported bool + LastTotalPower sdk.Int + LastValidatorPowers []v0_10.LastValidatorPower + Params Params + ProxyDelegatorKeys []v0_10.ProxyDelegatorKeyExported + UnbondingDelegations []v0_10.UndelegationInfo + Validators []v0_10.ValidatorExported + func Migrate(oldGenState v0_10.GenesisState) GenesisState + type Params struct + BondDenom string + Epoch uint16 + MaxValidators uint16 + MaxValsToAddShares uint16 + MinDelegation sdk.Dec + MinSelfDelegation sdk.Dec + UnbondingTime time.Duration + type Shares = sdk.Dec + type SharesExported struct + DelAddress sdk.AccAddress + Shares Shares + ValidatorAddress sdk.ValAddress