(root common.Hash)
| 120 | CurrentBlock() *types.Block |
| 121 | GetBlock(hash common.Hash, number uint64) *types.Block |
| 122 | StateAt(root common.Hash) (*state.StateDB, error) |
| 123 | |
| 124 | SubscribeChainHeadEvent(ch chan<- ChainHeadEvent) event.Subscription |
| 125 | } |
no outgoing calls