github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/staking/alias.go (about)

     1  // nolint
     2  // autogenerated code using github.com/rigelrozanski/multitool
     3  // aliases generated for the following subdirectories:
     4  // ALIASGEN: github.com/fibonacci-chain/fbc/x/staking/keeper
     5  // ALIASGEN: github.com/fibonacci-chain/fbc/x/staking/types
     6  // ALIASGEN: github.com/fibonacci-chain/fbc/x/staking/exported
     7  package staking
     8  
     9  import (
    10  	"github.com/fibonacci-chain/fbc/x/staking/exported"
    11  	"github.com/fibonacci-chain/fbc/x/staking/keeper"
    12  	"github.com/fibonacci-chain/fbc/x/staking/types"
    13  )
    14  
    15  const (
    16  	DefaultParamspace = keeper.DefaultParamspace
    17  	ModuleName        = types.ModuleName
    18  	StoreKey          = types.StoreKey
    19  	TStoreKey         = types.TStoreKey
    20  	QuerierRoute      = types.QuerierRoute
    21  	RouterKey         = types.RouterKey
    22  	NotBondedPoolName = types.NotBondedPoolName
    23  	BondedPoolName    = types.BondedPoolName
    24  	QueryParameters   = types.QueryParameters
    25  )
    26  
    27  var (
    28  	// functions aliases
    29  	NewKeeper                          = keeper.NewKeeper
    30  	NewQuerier                         = keeper.NewQuerier
    31  	RegisterCodec                      = types.RegisterCodec
    32  	NewCommission                      = types.NewCommission
    33  	ErrNoValidatorFound                = types.ErrNoValidatorFound
    34  	ErrValidatorOwnerExists            = types.ErrValidatorOwnerExists
    35  	ErrValidatorPubKeyExists           = types.ErrValidatorPubKeyExists
    36  	ErrValidatorPubKeyTypeNotSupported = types.ErrValidatorPubKeyTypeNotSupported
    37  	ErrBadDenom                        = types.ErrBadDenom
    38  	DefaultGenesisState                = types.DefaultGenesisState
    39  	NewMultiStakingHooks               = types.NewMultiStakingHooks
    40  	GetValidatorsByPowerIndexKey       = types.GetValidatorsByPowerIndexKey
    41  	NewMsgCreateValidator              = types.NewMsgCreateValidator
    42  	NewMsgEditValidator                = types.NewMsgEditValidator
    43  	NewMsgDeposit                      = types.NewMsgDeposit
    44  	NewMsgWithdraw                     = types.NewMsgWithdraw
    45  	DefaultParams                      = types.DefaultParams
    46  	NewValidator                       = types.NewValidator
    47  	NewDescription                     = types.NewDescription
    48  	NewMsgAddShares                    = types.NewMsgAddShares
    49  	NewGenesisState                    = types.NewGenesisState
    50  	DelegatorAddSharesInvariant        = keeper.DelegatorAddSharesInvariant
    51  
    52  	// variable aliases
    53  	ModuleCdc     = types.ModuleCdc
    54  	ValidatorsKey = types.ValidatorsKey
    55  )
    56  
    57  type (
    58  	Keeper                    = keeper.Keeper
    59  	GenesisState              = types.GenesisState
    60  	Validator                 = types.Validator
    61  	Validators                = types.Validators
    62  	ValidatorExport           = types.ValidatorExported
    63  	Description               = types.Description
    64  	ValidatorI                = exported.ValidatorI
    65  	Delegator                 = types.Delegator
    66  	UndelegationInfo          = types.UndelegationInfo
    67  	ProxyDelegatorKeyExported = types.ProxyDelegatorKeyExported
    68  	SharesResponses           = types.SharesResponses
    69  )