37 lines
1.0 KiB
Go
37 lines
1.0 KiB
Go
// nolint
|
|
// autogenerated code using github.com/rigelrozanski/multitool
|
|
// aliases generated for the following subdirectories:
|
|
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/genutil/types
|
|
package genutil
|
|
|
|
import (
|
|
"github.com/cosmos/cosmos-sdk/x/genutil/types"
|
|
)
|
|
|
|
const (
|
|
ModuleName = types.ModuleName
|
|
)
|
|
|
|
var (
|
|
// functions aliases
|
|
NewGenesisState = types.NewGenesisState
|
|
NewGenesisStateFromStdTx = types.NewGenesisStateFromStdTx
|
|
NewInitConfig = types.NewInitConfig
|
|
GetGenesisStateFromAppState = types.GetGenesisStateFromAppState
|
|
SetGenesisStateInAppState = types.SetGenesisStateInAppState
|
|
GenesisStateFromGenDoc = types.GenesisStateFromGenDoc
|
|
GenesisStateFromGenFile = types.GenesisStateFromGenFile
|
|
ValidateGenesis = types.ValidateGenesis
|
|
|
|
// variable aliases
|
|
ModuleCdc = types.ModuleCdc
|
|
)
|
|
|
|
type (
|
|
GenesisState = types.GenesisState
|
|
AppMap = types.AppMap
|
|
MigrationCallback = types.MigrationCallback
|
|
MigrationMap = types.MigrationMap
|
|
InitConfig = types.InitConfig
|
|
)
|