RegisterLegacyAminoCodec registers the clp module's types on the given LegacyAmino codec.
(cdc *codec.LegacyAmino)
| 37 | |
| 38 | // RegisterLegacyAminoCodec registers the clp module's types on the given LegacyAmino codec. |
| 39 | func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) { //nolint |
| 40 | types.RegisterLegacyAminoCodec(cdc) |
| 41 | } |
| 42 | |
| 43 | // RegisterInterfaces registers the module's interface types |
| 44 | func (b AppModuleBasic) RegisterInterfaces(registry cdctypes.InterfaceRegistry) { |
no test coverage detected