Documentation ¶
Index ¶
- type DasCache
- func (d *DasCache) AddBlockOutPoint(outPoint []string)
- func (d *DasCache) AddCellInputByAction(action common.DasAction, inputs []*types.CellInput)
- func (d *DasCache) AddOutPoint(outPoint []string)
- func (d *DasCache) AddOutPointWithDuration(outPoint []string, duration time.Duration)
- func (d *DasCache) ClearOutPoint(outPoint []string)
- func (d *DasCache) ExistOutPoint(outPoint string) bool
- func (d *DasCache) RunClearExpiredOutPoint(t time.Duration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DasCache ¶
type DasCache struct {
// contains filtered or unexported fields
}
func (*DasCache) AddBlockOutPoint ¶ added in v1.2.0
func (*DasCache) AddCellInputByAction ¶
func (*DasCache) AddOutPoint ¶
func (*DasCache) AddOutPointWithDuration ¶ added in v1.2.0
func (*DasCache) ClearOutPoint ¶ added in v1.2.0
func (*DasCache) ExistOutPoint ¶
func (*DasCache) RunClearExpiredOutPoint ¶
Click to show internal directories.
Click to hide internal directories.