npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

linx

0.2.0

@mikeal

npmSnykSocket
Downloads:0
$ npm install linx
DailyWeeklyMonthlyYearly

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.