go-bitswap icon indicating copy to clipboard operation
go-bitswap copied to clipboard

feat: StreamBlocks()

Open dirkmc opened this issue 5 years ago • 0 comments

Fixes https://github.com/ipfs/go-bitswap/issues/228

Note that the StreamBlocks() method takes a channel of a slice of keys: StreamBlocks(ctx context.Context, keys <-chan []cid.Cid) (<-chan blocks.Block, error)

dirkmc avatar Mar 26 '20 22:03 dirkmc