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

Commit

Permalink
feat: add bitswap.unwant javascript spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 16, 2018
1 parent 6e68a26 commit 5da55ee
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion SPEC/BITSWAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ Bitswap API

#### `wantlist` (not spec'ed yet)

#### `unwant` (not spec'ed yet)
#### `unwant`

> Removes a given block from your wantlist
##### `Go` **WIP**

##### `JavaScript` - ipfs.bitswap.unwant(cid)

`cid` is a [cid][cid] which can be passed as:

- CID, a CID instance
- String, the base58 encoded version of the multihash

#### `stat`

Expand Down

0 comments on commit 5da55ee

Please sign in to comment.