MCPcopy Create free account
hub / github.com/akash-network/node / RegisterInterfaces

Method RegisterInterfaces

x/bme/module.go:67–69  ·  view source on GitHub ↗

RegisterInterfaces registers the module's interface types

(registry cdctypes.InterfaceRegistry)

Source from the content-addressed store, hash-verified

65
66// RegisterInterfaces registers the module's interface types
67func (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.
72func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage {

Callers 8

NewTestNetworkFixtureFunction · 0.45
NewRootCmdFunction · 0.45
SetupFunction · 0.45
TestFullAppSimulationFunction · 0.45
TestAppStateDeterminismFunction · 0.45
setupSimulationAppFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestFullAppSimulationFunction · 0.36
TestAppStateDeterminismFunction · 0.36
setupSimulationAppFunction · 0.36
RunMethod · 0.36