StoreData will store arbitrary data and return the corresponding hash
(data []byte)
| 144 | |
| 145 | // StoreData will store arbitrary data and return the corresponding hash |
| 146 | StoreData(data []byte) (Hash, error) |
| 147 | |
| 148 | // ReadData will attempt to read arbitrary data from the given hash |
| 149 | // Returns ErrNotFound if not found. |
no outgoing calls