MCPcopy Create free account
hub / github.com/Sifchain/sifnode / RegisterInterfaces

Method RegisterInterfaces

x/clp/module.go:44–46  ·  view source on GitHub ↗

RegisterInterfaces registers the module's interface types

(registry cdctypes.InterfaceRegistry)

Source from the content-addressed store, hash-verified

42
43// RegisterInterfaces registers the module's interface types
44func (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.

Callers 1

MakeTestEncodingConfigFunction · 0.45

Calls 1

RegisterInterfacesFunction · 0.92

Tested by

no test coverage detected