(context.Context, *legacy.Block)
| 76 | LatestSnapshot(context.Context) (*state.Snapshot, uint64, error) |
| 77 | |
| 78 | SaveBlock(context.Context, *legacy.Block) error |
| 79 | FinalizeBlock(context.Context, uint64) error |
| 80 | SaveSnapshot(context.Context, uint64, *state.Snapshot) error |
| 81 | } |
no outgoing calls