github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/x/supply/alias.go (about)

     1  // nolint
     2  // autogenerated code using github.com/rigelrozanski/multitool
     3  // aliases generated for the following subdirectories:
     4  // ALIASGEN: github.com/cosmos/cosmos-sdk/x/supply/internal/keeper
     5  // ALIASGEN: github.com/cosmos/cosmos-sdk/x/supply/internal/types
     6  package supply
     7  
     8  import (
     9  	"github.com/fibonacci-chain/fbc/libs/cosmos-sdk/x/supply/internal/keeper"
    10  	"github.com/fibonacci-chain/fbc/libs/cosmos-sdk/x/supply/internal/types"
    11  )
    12  
    13  const (
    14  	ModuleName   = types.ModuleName
    15  	StoreKey     = types.StoreKey
    16  	RouterKey    = types.RouterKey
    17  	QuerierRoute = types.QuerierRoute
    18  	Minter       = types.Minter
    19  	Burner       = types.Burner
    20  	Staking      = types.Staking
    21  )
    22  
    23  var (
    24  	// functions aliases
    25  	RegisterInvariants     = keeper.RegisterInvariants
    26  	AllInvariants          = keeper.AllInvariants
    27  	TotalSupply            = keeper.TotalSupply
    28  	NewKeeper              = keeper.NewKeeper
    29  	NewSupplyKeeperAdapter = keeper.NewSupplyKeerAdapter
    30  	NewQuerier             = keeper.NewQuerier
    31  	SupplyKey              = keeper.SupplyKey
    32  	NewModuleAddress       = types.NewModuleAddress
    33  	NewEmptyModuleAccount  = types.NewEmptyModuleAccount
    34  	NewModuleAccount       = types.NewModuleAccount
    35  	RegisterCodec          = types.RegisterCodec
    36  	NewGenesisState        = types.NewGenesisState
    37  	DefaultGenesisState    = types.DefaultGenesisState
    38  	NewSupply              = types.NewSupply
    39  	DefaultSupply          = types.DefaultSupply
    40  
    41  	NewQueryTotalSupplyParams = types.NewQueryTotalSupplyParams
    42  	QueryTotalSupply          = types.QueryTotalSupply
    43  
    44  	// variable aliases
    45  	ModuleCdc = types.ModuleCdc
    46  )
    47  
    48  type (
    49  	Keeper        = keeper.Keeper
    50  	KeeperAdapter = keeper.SupplyKeerAdapter
    51  	ModuleAccount = types.ModuleAccount
    52  	GenesisState  = types.GenesisState
    53  	Supply        = types.Supply
    54  )