(context.Context, *state.Snapshot)
| 104 | SaveBlock(context.Context, *bc.Block) error |
| 105 | FinalizeHeight(context.Context, uint64) error |
| 106 | SaveSnapshot(context.Context, *state.Snapshot) error |
| 107 | } |
| 108 | |
| 109 | // Chain provides a complete, minimal blockchain database. It |
no outgoing calls