Skip to content
New issue

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

call .then on the promise for fullNode #35

Open
technickal1 opened this issue Nov 23, 2021 · 0 comments
Open

call .then on the promise for fullNode #35

technickal1 opened this issue Nov 23, 2021 · 0 comments

Comments

@technickal1
Copy link

technickal1 commented Nov 23, 2021

For using ts-node

Instead of
console.log(await blockChainState.blockchain_state.space);

call with .then to prevent Promise { <pending> }

console.log(blockchain)

blockchain.then(function(fullNode) {
   console.log(fullNode)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant