GetHeaderByHash retrieves a block header from the database by its hash.
(hash common.Hash)
| 51 | |
| 52 | // GetHeaderByHash retrieves a block header from the database by its hash. |
| 53 | GetHeaderByHash(hash common.Hash) *types.Header |
| 54 | |
| 55 | // GetBlock retrieves a block from the database by hash and number. |
| 56 | GetBlock(hash common.Hash, number uint64) *types.Block |
no outgoing calls
no test coverage detected