Skip to content

Commit

Permalink
Merge pull request #88 from filecoin-project/aboodman-patch-2
Browse files Browse the repository at this point in the history
Update vm_abi.md
  • Loading branch information
aboodman authored Jun 22, 2018
2 parents 825dbc4 + 7ea8a27 commit 6fd2a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drafts/vm_abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ The currently available modules are:

## `storage`

The storage module provides a low-level content-addressed storage API to actors. Data stored using this API becomes part of the Filecoin blockchain.

### Constants

| Name | Value |
Expand All @@ -86,8 +88,6 @@ The currently available modules are:
| `ERR_DANGLING_POINTER` | `34` |
| `ERR_OPTIMISIC_CONCURRENCY` | `35` |

The storage module provides a low-level content-addressed storage API to actors. Data stored using this API becomes part of the Filecoin blockchain.

### `put(chunk bytes) cid`

Stages a chunk to be put into storage and returns its cid. If the chunk is already in storage, then does nothing and returns its cid.
Expand Down

0 comments on commit 6fd2a13

Please sign in to comment.