---------------------------------------------------------------------------- AppModuleBasic ---------------------------------------------------------------------------- AppModuleBasic implements the AppModuleBasic interface for the module.
| 42 | |
| 43 | // AppModuleBasic implements the AppModuleBasic interface for the module. |
| 44 | type AppModuleBasic struct{} |
| 45 | |
| 46 | func NewAppModuleBasic(cdc codec.BinaryCodec) AppModuleBasic { |
| 47 | return AppModuleBasic{} |
nothing calls this directly
no outgoing calls
no test coverage detected