(cdc *codec.LegacyAmino)
| 53 | } |
| 54 | |
| 55 | func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) { |
| 56 | types.RegisterLegacyAminoCodec(cdc) |
| 57 | } |
| 58 | |
| 59 | // RegisterInterfaces registers the module's interface types |
| 60 | func (a AppModuleBasic) RegisterInterfaces(reg cdctypes.InterfaceRegistry) { |
no test coverage detected