Versions in this module Expand all Collapse all v0 v0.1.1 Nov 25, 2021 Changes in this version + const BondedPoolName + const DefaultMaxEntries + const DefaultMaxValidators + const DefaultParamspace + const DefaultUnbondingTime + const DoNotModifyDesc + const MaxDetailsLength + const MaxIdentityLength + const MaxMonikerLength + const MaxWebsiteLength + const ModuleName + const NotBondedPoolName + const QuerierRoute + const QueryDelegation + const QueryDelegatorDelegations + const QueryDelegatorUnbondingDelegations + const QueryDelegatorValidator + const QueryDelegatorValidators + const QueryHistoricalInfo + const QueryParameters + const QueryPool + const QueryUnbondingDelegation + const QueryValidator + const QueryValidatorDelegations + const QueryValidatorUnbondingDelegations + const QueryValidators + const RouterKey + const StoreKey + const TStoreKey + var AddressFromLastValidatorPowerKey = types.AddressFromLastValidatorPowerKey + var AllInvariants = keeper.AllInvariants + var DefaultGenesisState = types.DefaultGenesisState + var DefaultParams = types.DefaultParams + var DelegationKey = types.DelegationKey + var DelegatorSharesInvariant = keeper.DelegatorSharesInvariant + var ErrBadDelegationAddr = types.ErrBadDelegationAddr + var ErrBadDelegationAmount = types.ErrBadDelegationAmount + var ErrBadDelegatorAddr = types.ErrBadDelegatorAddr + var ErrBadDenom = types.ErrBadDenom + var ErrBadRemoveValidator = types.ErrBadRemoveValidator + var ErrBadSharesAmount = types.ErrBadSharesAmount + var ErrBadSharesPercent = types.ErrBadSharesPercent + var ErrBadValidatorAddr = types.ErrBadValidatorAddr + var ErrBothShareMsgsGiven = types.ErrBothShareMsgsGiven + var ErrDelegationValidatorEmpty = types.ErrDelegationValidatorEmpty + var ErrDelegatorShareExRateInvalid = types.ErrDelegatorShareExRateInvalid + var ErrEmptyDelegatorAddr = types.ErrEmptyDelegatorAddr + var ErrEmptyValidatorAddr = types.ErrEmptyValidatorAddr + var ErrInsufficientShares = types.ErrInsufficientShares + var ErrInvalidHistoricalInfo = types.ErrInvalidHistoricalInfo + var ErrMaxUnbondingDelegationEntries = types.ErrMaxUnbondingDelegationEntries + var ErrMinSelfDelegationDecreased = types.ErrMinSelfDelegationDecreased + var ErrMinSelfDelegationInvalid = types.ErrMinSelfDelegationInvalid + var ErrNeitherShareMsgsGiven = types.ErrNeitherShareMsgsGiven + var ErrNoDelegation = types.ErrNoDelegation + var ErrNoDelegatorForAddress = types.ErrNoDelegatorForAddress + var ErrNoHistoricalInfo = types.ErrNoHistoricalInfo + var ErrNoUnbondingDelegation = types.ErrNoUnbondingDelegation + var ErrNoValidatorFound = types.ErrNoValidatorFound + var ErrNotEnoughDelegationShares = types.ErrNotEnoughDelegationShares + var ErrNotMature = types.ErrNotMature + var ErrSelfDelegationBelowMinimum = types.ErrSelfDelegationBelowMinimum + var ErrValidatorJailed = types.ErrValidatorJailed + var ErrValidatorOwnerExists = types.ErrValidatorOwnerExists + var ErrValidatorPubKeyExists = types.ErrValidatorPubKeyExists + var ErrValidatorPubKeyTypeNotSupported = types.ErrValidatorPubKeyTypeNotSupported + var GetDelegationKey = types.GetDelegationKey + var GetDelegationsKey = types.GetDelegationsKey + var GetHistoricalInfoKey = types.GetHistoricalInfoKey + var GetLastValidatorPowerKey = types.GetLastValidatorPowerKey + var GetUBDByValIndexKey = types.GetUBDByValIndexKey + var GetUBDKey = types.GetUBDKey + var GetUBDKeyFromValIndexKey = types.GetUBDKeyFromValIndexKey + var GetUBDsByValIndexKey = types.GetUBDsByValIndexKey + var GetUBDsKey = types.GetUBDsKey + var GetUnbondingDelegationTimeKey = types.GetUnbondingDelegationTimeKey + var GetValidatorByConsAddrKey = types.GetValidatorByConsAddrKey + var GetValidatorKey = types.GetValidatorKey + var GetValidatorQueueTimeKey = types.GetValidatorQueueTimeKey + var GetValidatorsByPowerIndexKey = types.GetValidatorsByPowerIndexKey + var HistoricalInfoKey = types.HistoricalInfoKey + var KeyBondDenom = types.KeyBondDenom + var KeyMaxEntries = types.KeyMaxEntries + var KeyMaxValidators = types.KeyMaxValidators + var KeyUnbondingTime = types.KeyUnbondingTime + var LastTotalPowerKey = types.LastTotalPowerKey + var LastValidatorPowerKey = types.LastValidatorPowerKey + var ModuleAccountInvariants = keeper.ModuleAccountInvariants + var ModuleCdc = types.ModuleCdc + var MustMarshalDelegation = types.MustMarshalDelegation + var MustMarshalHistoricalInfo = types.MustMarshalHistoricalInfo + var MustMarshalUBD = types.MustMarshalUBD + var MustMarshalValidator = types.MustMarshalValidator + var MustUnmarshalDelegation = types.MustUnmarshalDelegation + var MustUnmarshalHistoricalInfo = types.MustUnmarshalHistoricalInfo + var MustUnmarshalParams = types.MustUnmarshalParams + var MustUnmarshalUBD = types.MustUnmarshalUBD + var MustUnmarshalValidator = types.MustUnmarshalValidator + var NewDelegation = types.NewDelegation + var NewDelegationResp = types.NewDelegationResp + var NewDescription = types.NewDescription + var NewGenesisState = types.NewGenesisState + var NewHistoricalInfo = types.NewHistoricalInfo + var NewKeeper = keeper.NewKeeper + var NewMsgCreateValidator = types.NewMsgCreateValidator + var NewMsgDelegate = types.NewMsgDelegate + var NewMsgEditValidator = types.NewMsgEditValidator + var NewMsgUndelegate = types.NewMsgUndelegate + var NewMultiStakingHooks = types.NewMultiStakingHooks + var NewParams = types.NewParams + var NewPool = types.NewPool + var NewQuerier = keeper.NewQuerier + var NewQueryBondsParams = types.NewQueryBondsParams + var NewQueryDelegatorParams = types.NewQueryDelegatorParams + var NewQueryHistoricalInfoParams = types.NewQueryHistoricalInfoParams + var NewQueryValidatorParams = types.NewQueryValidatorParams + var NewQueryValidatorsParams = types.NewQueryValidatorsParams + var NewUnbondingDelegation = types.NewUnbondingDelegation + var NewUnbondingDelegationEntry = types.NewUnbondingDelegationEntry + var NewValidator = types.NewValidator + var NonNegativePowerInvariant = keeper.NonNegativePowerInvariant + var ParamKeyTable = keeper.ParamKeyTable + var ParseValidatorPowerRankKey = types.ParseValidatorPowerRankKey + var PositiveDelegationInvariant = keeper.PositiveDelegationInvariant + var RegisterCodec = types.RegisterCodec + var RegisterInvariants = keeper.RegisterInvariants + var UnbondingDelegationByValIndexKey = types.UnbondingDelegationByValIndexKey + var UnbondingDelegationKey = types.UnbondingDelegationKey + var UnbondingQueueKey = types.UnbondingQueueKey + var UnmarshalDelegation = types.UnmarshalDelegation + var UnmarshalHistoricalInfo = types.UnmarshalHistoricalInfo + var UnmarshalParams = types.UnmarshalParams + var UnmarshalUBD = types.UnmarshalUBD + var UnmarshalValidator = types.UnmarshalValidator + var ValidatorQueueKey = types.ValidatorQueueKey + var ValidatorsByConsAddrKey = types.ValidatorsByConsAddrKey + var ValidatorsByPowerIndexKey = types.ValidatorsByPowerIndexKey + var ValidatorsKey = types.ValidatorsKey + func BeginBlocker(ctx sdk.Context, k keeper.Keeper) + func EndBlocker(ctx sdk.Context, k keeper.Keeper) []abci.ValidatorUpdate + func ExportGenesis(ctx sdk.Context, keeper Keeper) types.GenesisState + func InitGenesis(ctx sdk.Context, keeper Keeper, accountKeeper types.AccountKeeper, ...) (res []abci.ValidatorUpdate) + func NewHandler(k keeper.Keeper) sdk.Handler + func ValidateGenesis(data types.GenesisState) error + func WriteValidators(ctx sdk.Context, keeper Keeper) (vals []tmtypes.GenesisValidator) + type AppModule struct + func NewAppModule(keeper Keeper, accountKeeper types.AccountKeeper, ...) AppModule + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) Route() string + func (am AppModule) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + type AppModuleBasic struct + func (AppModuleBasic) BuildCreateValidatorMsg(cliCtx context.CLIContext, txBldr authtypes.TxBuilder) (authtypes.TxBuilder, sdk.Msg, error) + func (AppModuleBasic) CreateValidatorMsgHelpers(ipDefault string) (fs *flag.FlagSet, nodeIDFlag, pubkeyFlag, amountFlag, defaultsDesc string) + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) PrepareFlagsForTxCreateValidator(config *cfg.Config, nodeID, chainID string, valPubKey crypto.PubKey) + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type DVPair = types.DVPair + type Delegation = types.Delegation + type DelegationI = exported.DelegationI + type DelegationResponse = types.DelegationResponse + type DelegationResponses = types.DelegationResponses + type Delegations = types.Delegations + type Description = types.Description + type GenesisState = types.GenesisState + type HistoricalInfo = types.HistoricalInfo + type Keeper = keeper.Keeper + type LastValidatorPower = types.LastValidatorPower + type MsgCreateValidator = types.MsgCreateValidator + type MsgDelegate = types.MsgDelegate + type MsgEditValidator = types.MsgEditValidator + type MsgUndelegate = types.MsgUndelegate + type MultiStakingHooks = types.MultiStakingHooks + type Params = types.Params + type Pool = types.Pool + type QueryBondsParams = types.QueryBondsParams + type QueryDelegatorParams = types.QueryDelegatorParams + type QueryHistoricalInfoParams = types.QueryHistoricalInfoParams + type QueryValidatorParams = types.QueryValidatorParams + type QueryValidatorsParams = types.QueryValidatorsParams + type UnbondingDelegation = types.UnbondingDelegation + type UnbondingDelegationEntry = types.UnbondingDelegationEntry + type UnbondingDelegations = types.UnbondingDelegations + type Validator = types.Validator + type ValidatorI = exported.ValidatorI + type Validators = types.Validators