CurrentHeader retrieves the current header from the local chain.
()
| 38 | |
| 39 | // CurrentHeader retrieves the current header from the local chain. |
| 40 | CurrentHeader() *types.Header |
| 41 | |
| 42 | // CurrentBlock retrieves the current head block of the canonical chain. The |
| 43 | // block is retrieved from the blockchain's internal cache. |
no outgoing calls
no test coverage detected