mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-04 07:03:09 +00:00
9 lines
205 B
Nim
9 lines
205 B
Nim
|
|
type
|
||
|
|
SegmentMessage* = ref object
|
||
|
|
entireMessageHash*: seq[byte]
|
||
|
|
index*: uint32
|
||
|
|
segmentsCount*: uint32
|
||
|
|
paritySegmentIndex*: uint32
|
||
|
|
paritySegmentsCount*: uint32
|
||
|
|
payload*: seq[byte]
|