We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried the following codes but it seems that blocks are not returned as 'data' by the stream.
const dsteem = require("dsteem") // Steem Init const client = new dsteem.Client('https://api.steemit.com') let stream = client.blockchain.getOperationsStream({ mode: dsteem.BlockchainMode.Latest }) // Stream Steem Blockchain stream.on('data', (operation) => { console.log('operation', operation) }) // end: stream.on()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried the following codes but it seems that blocks are not returned as 'data' by the stream.
The text was updated successfully, but these errors were encountered: