(context.Context, *bc.Block)
| 102 | LatestSnapshot(context.Context) (*state.Snapshot, error) |
| 103 | |
| 104 | SaveBlock(context.Context, *bc.Block) error |
| 105 | FinalizeHeight(context.Context, uint64) error |
| 106 | SaveSnapshot(context.Context, *state.Snapshot) error |
| 107 | } |
no outgoing calls