Config retrieves the blockchain's chain configuration.
()
| 35 | |
| 36 | // Config retrieves the blockchain's chain configuration. |
| 37 | Config() *configs.ChainConfig |
| 38 | |
| 39 | // CurrentHeader retrieves the current header from the local chain. |
| 40 | CurrentHeader() *types.Header |