RegisterInterfaces registers the module's interface types
(registry cdctypes.InterfaceRegistry)
| 65 | |
| 66 | // RegisterInterfaces registers the module's interface types |
| 67 | func (b AppModuleBasic) RegisterInterfaces(registry cdctypes.InterfaceRegistry) { |
| 68 | types.RegisterInterfaces(registry) |
| 69 | } |
| 70 | |
| 71 | // DefaultGenesis returns default genesis state as raw bytes for the bme module. |
| 72 | func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage { |
no outgoing calls