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

Method BeginBlock

x/bme/module.go:143–145  ·  view source on GitHub ↗

BeginBlock performs no-op

(ctx context.Context)

Source from the content-addressed store, hash-verified

141
142// BeginBlock performs no-op
143func (am AppModule) BeginBlock(ctx context.Context) error {
144 return am.keeper.BeginBlocker(ctx)
145}
146
147// EndBlock returns the end blocker for the bme module
148func (am AppModule) EndBlock(ctx context.Context) error {

Callers 1

BeginBlockerMethod · 0.45

Calls 1

BeginBlockerMethod · 0.65

Tested by

no test coverage detected