Skip to content

Commit

Permalink
Merge pull request #101 from nspcc-dev/fix-autogen-docs
Browse files Browse the repository at this point in the history
Fix autogenerated docs
  • Loading branch information
roman-khimov authored Nov 26, 2024
2 parents 2a2e817 + 73526d1 commit a79b622
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 161 deletions.
161 changes: 0 additions & 161 deletions 06-blockchain/03-subnet.md

This file was deleted.

29 changes: 29 additions & 0 deletions 20-api-v2/link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## neo.fs.v2.link




### Message Link

Link is a payload of helper objects that contain the full list of the split
chain objects' IDs. It is created only after the whole split chain is known
and signed. This object is the only object that refers to every "child object"
ID. It is NOT required for the original object assembling. It MUST have ALL
the "child objects" IDs. Child objects MUST be ordered according to the
original payload split, meaning the first payload part holder MUST be placed
at the first place in the corresponding link object. Sizes MUST NOT be omitted
and MUST be a real object payload size in bytes.

| Field | Type | Description |
| ----- | ---- | ----------- |
| children | MeasuredObject | Full list of the "child" object descriptors. |

### Message Link.MeasuredObject

Object ID with its object's payload size.

| Field | Type | Description |
| ----- | ---- | ----------- |
| id | ObjectID | Object ID. |
| size | uint32 | Object size in bytes. |

0 comments on commit a79b622

Please sign in to comment.