Versions in this module Expand all Collapse all v0 v0.0.1 Sep 6, 2021 Changes in this version + type NormalCellRepeater struct + func NewNormalCellRepeater(secsOverdue int64) *NormalCellRepeater + func (c *NormalCellRepeater) LoadLiveCells(client rpc.Client, searchKey *indexer.SearchKey, capNeed uint64) ([]indexer.LiveCell, uint64, error) + func (c *NormalCellRepeater) Record(outPoints []*types.OutPoint)