2025-12-15 13:40:02 -08:00

12 lines
212 B
Nim

import ../crypto
# How to surface different verifability of properties across conversation types
type ReceivedMessage* = ref object of RootObj
sender*: PublicKey
timestamp*: int64
content*: seq[byte]