cosmos-sdk/x/supply/alias.go

51 lines
1.5 KiB
Go
Raw Normal View History

2019-06-28 13:11:27 -07:00
// nolint
// autogenerated code using github.com/rigelrozanski/multitool
// aliases generated for the following subdirectories:
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/supply/internal/keeper
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/supply/internal/types
2019-06-28 13:11:27 -07:00
package supply
import (
"github.com/cosmos/cosmos-sdk/x/supply/internal/keeper"
"github.com/cosmos/cosmos-sdk/x/supply/internal/types"
2019-06-28 13:11:27 -07:00
)
const (
ModuleName = types.ModuleName
StoreKey = types.StoreKey
RouterKey = types.RouterKey
QuerierRoute = types.QuerierRoute
Minter = types.Minter
Burner = types.Burner
Staking = types.Staking
2019-06-28 13:11:27 -07:00
)
var (
// functions aliases
RegisterInvariants = keeper.RegisterInvariants
AllInvariants = keeper.AllInvariants
TotalSupply = keeper.TotalSupply
NewKeeper = keeper.NewKeeper
2019-07-03 02:44:27 -07:00
NewQuerier = keeper.NewQuerier
2019-06-28 13:11:27 -07:00
SupplyKey = keeper.SupplyKey
NewModuleAddress = types.NewModuleAddress
NewEmptyModuleAccount = types.NewEmptyModuleAccount
NewModuleAccount = types.NewModuleAccount
RegisterCodec = types.RegisterCodec
NewGenesisState = types.NewGenesisState
DefaultGenesisState = types.DefaultGenesisState
NewSupply = types.NewSupply
DefaultSupply = types.DefaultSupply
// variable aliases
DefaultCodespace = keeper.DefaultCodespace
ModuleCdc = types.ModuleCdc
)
type (
Keeper = keeper.Keeper
ModuleAccount = types.ModuleAccount
GenesisState = types.GenesisState
Supply = types.Supply
)