Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessCollectionFetcher ¶ added in v0.33.26
type AccessCollectionFetcher struct { *component.ComponentManager // contains filtered or unexported fields }
func NewAccessCollectionFetcher ¶ added in v0.33.26
func (*AccessCollectionFetcher) FetchCollection ¶ added in v0.33.26
func (f *AccessCollectionFetcher) FetchCollection(blockID flow.Identifier, height uint64, guarantee *flow.CollectionGuarantee) error
func (*AccessCollectionFetcher) Force ¶ added in v0.33.26
func (f *AccessCollectionFetcher) Force()
func (*AccessCollectionFetcher) WithHandle ¶ added in v0.33.26
func (f *AccessCollectionFetcher) WithHandle(handler requester.HandleFunc)
type CollectionFetcher ¶
type CollectionFetcher struct {
// contains filtered or unexported fields
}
func NewCollectionFetcher ¶
func (*CollectionFetcher) FetchCollection ¶
func (e *CollectionFetcher) FetchCollection(blockID flow.Identifier, height uint64, guarantee *flow.CollectionGuarantee) error
FetchCollection decides which collection nodes to fetch the collection from No error is expected during normal operation
func (*CollectionFetcher) Force ¶
func (e *CollectionFetcher) Force()
Click to show internal directories.
Click to hide internal directories.