You are viewing a single comment's thread from:

RE: dsteem Tutorial Lesson 6: The Power of BlockStream()

in #utopian-io6 years ago

I believe this code is importing immutable blocks only.

https://steemd.com/

looks like it takes 15 blocks deep to become permanent.
i assume they are coming in 45 sec late.

https://jnordberg.github.io/dsteem/classes/blockchain.html#getoperationsstream

https://jnordberg.github.io/dsteem/interfaces/blockchainstreamoptions.html#mode

Streaming mode, if set to Latest may include blocks that are not applied to the final chain. Defaults to Irreversible.

Sort:  

Thanks for the detailed answer!