# README
Clock
This module allows smart contracts to execute logic at the end of every block without an external bot.
# Functions
DefaultGenesisState - Return a default genesis state.
EndBlocker executes on contracts at the end of the block.
ExportGenesis export module state.
GetGenesisStateFromAppState returns x/auth GenesisState given raw application genesis state.
InitGenesis import module genesis.
NewAppModule constructor.
NewGenesisState - Create a new genesis state.
No description provided by the author
# Constants
ConsensusVersion defines the current x/clock module consensus version.
No description provided by the author
# Structs
No description provided by the author
AppModuleBasic defines the basic application module used by the wasm module.