Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Mushegian committed Feb 16, 2016
2 parents 16e4521 + 6f2e35c commit a8956eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@ How to

##### Mixin Types

`DSBaseActor`: `exec` and `tryExec`, wrappers around `.call`.
`DSBaseActor`: `exec` and `tryExec`, wrappers around `.call`.


### `data`:

##### Concrete Types

`DSMap`: word-sized keys to word-sized values
`DSMap`: word-sized keys to word-sized values

`DSNullMap`: Nullable version of `DSMap`. Throws on null `get`, has `tryGet` with error return argument.
`DSNullMap`: Nullable version of `DSMap`. Throws on null `get`, has `tryGet` with error return argument.

`DSBalanceDB`: Typed map for "balances" (set/add/subtract/move), used with `token`
`DSBalanceDB`: Typed map for "balances" (set/add/subtract/move), used with `token`

`DSApprovalDB`: Typed map for "approvals" (set), used with `token`
`DSApprovalDB`: Typed map for "approvals" (set), used with `token`

### `factory`:

##### Singletons

`DSFactory1`: Factories for most types in v1. TODO special usage for `install` vs `build`
`DSFactory1`: Factories for most types in v1. TODO special usage for `install` vs `build`

### `gov`:

Expand Down

0 comments on commit a8956eb

Please sign in to comment.