(context.Context)
| 72 | // from storage and persist validated data. |
| 73 | type Store interface { |
| 74 | Height(context.Context) (uint64, error) |
| 75 | GetBlock(context.Context, uint64) (*legacy.Block, error) |
| 76 | LatestSnapshot(context.Context) (*state.Snapshot, uint64, error) |
| 77 |
no outgoing calls