Skip to content

Commit

Permalink
Update stores
Browse files Browse the repository at this point in the history
  • Loading branch information
enoldev committed Jul 30, 2024
1 parent 4104e84 commit b1a199c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/new/develop/modules/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ The `valueType` property instructs the Substreams runtime of the data to be save
| `int64` | A string-serialized integer by using int64 arithmetic operations |
| `float64` | A string-serialized floating point value, used for float64 arithmetic operations |
| `bigint` | A string-serialized integer, supporting precision of any depth |
| `bigfloat` | A string-serialized floating point value, supporting precision up to 100 digits |
| `bigfloat` **(DEPRECATED): Use `bigdecimal`** | A string-serialized floating point value, supporting precision up to 100 digits |
| `bigdecimal` | A string-serialized decimal value, supporting precision up to 2^63 decimal places |

#### `updatePolicy` property

Expand Down

0 comments on commit b1a199c

Please sign in to comment.