Engine retrieves the chain's consensus engine.
()
| 30 | type ChainContext interface { |
| 31 | // Engine retrieves the chain's consensus engine. |
| 32 | Engine() consensus.Engine |
| 33 | |
| 34 | // GetHeader returns the hash corresponding to their hash. |
| 35 | GetHeader(common.Hash, uint64) *types.Header |
no outgoing calls
no test coverage detected