package
1.1.6-remove-onex
Repository: https://github.com/onomyprotocol/onomy.git
Documentation: pkg.go.dev

# Packages

Package client contains dao client implementation.
Package keeper contains dao module keeper.
Package types contains dao module types.

# Functions

BeginBlocker does any custom logic for the DAO upon `BeginBlocker`.
EndBlocker calls the dao re-balancing every block.
ExportGenesis returns the dao module's exported genesis.
InitGenesis initializes the dao module's state from a provided genesis state.
NewAppModule creates dao AppModule.
NewAppModuleBasic creates new AppModuleBasic.
NewHandler ...
NewProposalHandler defines the dao proposal handler.

# Structs

AppModule implements the AppModule interface for the dao module.
AppModuleBasic implements the AppModuleBasic interface for the dao module.