Skip to content

Commit

Permalink
Update cell-deps.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linnnsss authored Jun 17, 2024
1 parent c51ebea commit 1c18c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/tech-explanation/cell-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ title: "Cell_deps"

`Cell_deps` includes a `dep_type` field to differentiate the normal Cells, which directly provide the code, and the `dep_groups` expanded to its members inside `cell_deps`.

| Name | Type | Description |
| ----------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| Name | Type | Description |
| ----------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| `out_point` | `OutPoint` | A Cell outpoint pointing to the Cells used as deps. For more, see [`out_point`](/docs/tech-explanation/out-point). |
| `dep_type` | String, either `code` or `dep_group` | Interpreting referenced cell deps. |
| `dep_type` | String, either `code` or `dep_group` | Interpreting referenced cell deps. |


0 comments on commit 1c18c6a

Please sign in to comment.