Versions in this module Expand all Collapse all v1 v1.0.2 Jan 31, 2023 Changes in this version + type Locator []byte + func (l Locator) Compare(b basestream.Locator) int + func (l Locator) Inc() basestream.Locator + type Metric struct + Num idx.Block + Size uint64 + func (m Metric) String() string + type Payload struct + Items []rlp.RawValue + Keys []Locator + Size uint64 + func (p *Payload) AddSignedBlockVotes(id Locator, bvsB rlp.RawValue) + func (p Payload) Len() int + func (p Payload) TotalMemSize() int + func (p Payload) TotalSize() uint64 + type Request struct + Limit Metric + MaxChunks uint32 + Session Session + Type basestream.RequestType + type Response struct + Done bool + Payload []rlp.RawValue + SessionID uint32 + type Session struct + ID uint32 + Start Locator + Stop Locator