cosmos-sdk/x/genaccounts/alias.go

33 lines
895 B
Go

// nolint
// autogenerated code using github.com/rigelrozanski/multitool
// aliases generated for the following subdirectories:
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/genaccounts/internal/types
package genaccounts
import (
"github.com/cosmos/cosmos-sdk/x/genaccounts/internal/types"
)
const (
ModuleName = types.ModuleName
)
var (
// functions aliases
NewGenesisAccountRaw = types.NewGenesisAccountRaw
NewGenesisAccount = types.NewGenesisAccount
NewGenesisAccountI = types.NewGenesisAccountI
GetGenesisStateFromAppState = types.GetGenesisStateFromAppState
SetGenesisStateInAppState = types.SetGenesisStateInAppState
ValidateGenesis = types.ValidateGenesis
// variable aliases
ModuleCdc = types.ModuleCdc
)
type (
GenesisAccount = types.GenesisAccount
GenesisAccounts = types.GenesisAccounts
GenesisState = types.GenesisState
)