RegisterInterfaces registers the module's interface types
(registry cdctypes.InterfaceRegistry)
| 42 | |
| 43 | // RegisterInterfaces registers the module's interface types |
| 44 | func (b AppModuleBasic) RegisterInterfaces(registry cdctypes.InterfaceRegistry) { |
| 45 | types.RegisterInterfaces(registry) |
| 46 | } |
| 47 | |
| 48 | // DefaultGenesis returns default genesis state as raw bytes for the clp |
| 49 | // module. |
no test coverage detected