# Functions

DefaultGenesis returns the default Capability genesis state.
GenesisStateFromGenDoc creates the core parameters for genesis initialization for the application.
FIXME issue 99 review GenesisStateFromGenFile creates the core parameters for genesis initialization for the application.
GetGenesisStateFromAppState gets the genutil genesis state from the expected app state.
FIXME issue 99 review NewGenesisState creates a new GenesisState object.
FIXME issue 99 review NewGenesisStateFromTx creates a new GenesisState object from auth transactions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetGenesisStateInAppState sets the genutil genesis state within the expected app state.
ValidateGenesis validates GenTx transactions.

# Constants

DefaultIndex is the default capability global index.
ModuleName defines the module name.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GenesisState defines the dclgenutil module's genesis state.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

TODO issue 99: review.
GenesisAccountsIterator defines the expected iterating genesis accounts object (noalias).
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
No description provided by the author