Unixfs returns the UnixfsAPI interface implementation backed by the go-ipfs node
()
| 94 | |
| 95 | // Unixfs returns the UnixfsAPI interface implementation backed by the go-ipfs node |
| 96 | func (api *CoreAPI) Unixfs() coreiface.UnixfsAPI { |
| 97 | return (*UnixfsAPI)(api) |
| 98 | } |
| 99 | |
| 100 | // Block returns the BlockAPI interface implementation backed by the go-ipfs node |
| 101 | func (api *CoreAPI) Block() coreiface.BlockAPI { |
no outgoing calls