Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultCodeSpce = types.DefaultParamspace ModuleName = types.ModuleName StoreKey = types.ModuleName RouteKey = types.ModuleName )
Variables ¶
View Source
var ( DefaultGenesisState = types.DefaultGenesisState RegisterCodec = types.RegisterCodec ModuleCdc = types.InfrastructureCdc NewKeeper = keeper.NewInfrastructureKeeper NewHandler = handler.NewHandler NewQuerier = keeper.NewQuerier NewStoreContentMsg = types.NewMsgStoreContent AttributeValueStoreContent = types.EventStoreContent )
Functions ¶
func ExportGenesis ¶ added in v1.5.25
func ExportGenesis(ctx sdk.Context, k keeper.InfrastructureKeeper) types.GenesisState
func InitGenesis ¶ added in v1.5.25
func InitGenesis(ctx sdk.Context, k keeper.InfrastructureKeeper, data types.GenesisState)
Types ¶
type GenesisState ¶ added in v1.5.25
type GenesisState = types.GenesisState
type Keeper ¶ added in v1.6.3
type Keeper = keeper.InfrastructureKeeper
Click to show internal directories.
Click to hide internal directories.