CurrentHeader retrieves the latest locally known header.
()
| 37 | type ChainIndexerChain interface { |
| 38 | // CurrentHeader retrieves the latest locally known header. |
| 39 | CurrentHeader() *types.Header |
| 40 | |
| 41 | // SubscribeChainHeadEvent subscribes to new head header notifications. |
| 42 | // cf. https://github.com/ethereum/go-ethereum/pull/17826 |
no outgoing calls
no test coverage detected