0.2.0 • Published 6 years ago

linx v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

linx - Graph manipulation tools for IPLD

The chain we used to rock back in the days was Cuban links. So Rae came up with the theory, like a Cuban link is one of the roughest chains to break. Only Built 4 Cuban Linx... Ghostface Killah

API

linx.asyncIter(generatorFunction, dedup=true)

Takes an async generator function and returns a new called generator with special properties.

The generator will only ever produce blocks. If the generator function you pass produces something that isn't a block it will produce an error.

By default, duplicate blocks will not be emitted.

generator.last

Promise that resolves to the last block produced by the generator. This is often the root block of the operation the generator is for.

generator.first

Promise that resolves to the first block produced by the generator.

0.2.0

6 years ago

1.0.0

9 years ago