RegisterInterfaces registers the module's interface types
(reg cdctypes.InterfaceRegistry)
| 58 | |
| 59 | // RegisterInterfaces registers the module's interface types |
| 60 | func (a AppModuleBasic) RegisterInterfaces(reg cdctypes.InterfaceRegistry) { |
| 61 | types.RegisterInterfaces(reg) |
| 62 | } |
| 63 | |
| 64 | // DefaultGenesis returns the module's default genesis state. |
| 65 | func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage { |
no test coverage detected