Home > tupelo-wasm-sdk > IBlockService
The interface to a js-ipfs block-service. See: https://ipfs.github.io/js-ipfs-block-service
Signature:
export interface IBlockService
| Method | Description |
|---|---|
| delete(cid) | |
| get(cid) | |
| hasExchange() | |
| put(block) | |
| setExchange(bitswap) | |
| unsetExchange() |