# Functions

DefaultGenesis returns the default Capability genesis state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

DefaultIndex is the default capability global index.
ModuleName defines the module name.
RouterKey is the message route for slashing.
StoreKey defines the primary module store key.

# Variables

epoch_hook_failed counter that is increased if epoch hook fails Has the following labels: * module_name - the name of the module that errored or panicked * err - the error or panic returned * is_before_hook - true if this is a before epoch hook.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KeyPrefixEpoch defines prefix key for storing epochs.

# Structs

No description provided by the author
EpochInfo is a struct that describes the data going into a timer defined by the x/epochs module.
No description provided by the author
GenesisState defines the epochs module's genesis state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

No description provided by the author
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.

# Type aliases

combine multiple epoch hooks, all hook functions are run in array sequence.