Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

block API spec #32

Merged
merged 4 commits into from
Aug 17, 2016
Merged

block API spec #32

merged 4 commits into from
Aug 17, 2016

Conversation

daviddias
Copy link
Contributor

@daviddias daviddias commented Jun 28, 2016


```js
ipfs.block.get(multihash, function (err, data) {
// data is the raw data contained in a block
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here says that data is the raw data, while above it says it is of type Block.

@daviddias
Copy link
Contributor Author

Going to merge this one before the addition of pull-stream API because we need to do the pull-stream API updates synchronously across the board

@daviddias daviddias merged commit 5b9f761 into master Aug 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants