CurrentFastBlock retrieves the head fast block from the local chain.
()
| 147 | |
| 148 | // CurrentFastBlock retrieves the head fast block from the local chain. |
| 149 | CurrentFastBlock() *types.Block |
| 150 | |
| 151 | // InsertChain inserts a batch of blocks into the local chain. |
| 152 | InsertChain(types.Blocks) (int, error) |
no outgoing calls