(context.Context, uint64)
| 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 | |
| 78 | SaveBlock(context.Context, *legacy.Block) error |
no outgoing calls