MCPcopy Create free account
hub / github.com/FirmaChain/firmachain / RegisterInterfaces

Method RegisterInterfaces

x/nft/module.go:60–62  ·  view source on GitHub ↗

RegisterInterfaces registers the module's interface types

(reg cdctypes.InterfaceRegistry)

Source from the content-addressed store, hash-verified

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

Callers 1

NewFunction · 0.45

Calls 1

RegisterInterfacesFunction · 0.92

Tested by

no test coverage detected