Skip to content

Fix autogenerated docs #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. |

Loading