github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/x/genutil/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/genutil/types 5 package genutil 6 7 import ( 8 "github.com/fibonacci-chain/fbc/libs/cosmos-sdk/x/genutil/types" 9 ) 10 11 const ( 12 ModuleName = types.ModuleName 13 ) 14 15 var ( 16 // functions aliases 17 NewGenesisState = types.NewGenesisState 18 NewGenesisStateFromStdTx = types.NewGenesisStateFromStdTx 19 NewInitConfig = types.NewInitConfig 20 GetGenesisStateFromAppState = types.GetGenesisStateFromAppState 21 SetGenesisStateInAppState = types.SetGenesisStateInAppState 22 GenesisStateFromGenDoc = types.GenesisStateFromGenDoc 23 GenesisStateFromGenFile = types.GenesisStateFromGenFile 24 ValidateGenesis = types.ValidateGenesis 25 26 // variable aliases 27 ModuleCdc = types.ModuleCdc 28 ) 29 30 type ( 31 GenesisState = types.GenesisState 32 AppMap = types.AppMap 33 MigrationCallback = types.MigrationCallback 34 MigrationMap = types.MigrationMap 35 InitConfig = types.InitConfig 36 )