(context.Context, uint64, *state.Snapshot)
| 78 | SaveBlock(context.Context, *legacy.Block) error |
| 79 | FinalizeBlock(context.Context, uint64) error |
| 80 | SaveSnapshot(context.Context, uint64, *state.Snapshot) error |
| 81 | } |
| 82 | |
| 83 | // Chain provides a complete, minimal blockchain database. It |
no outgoing calls