logos-chat/src/chat/types.nim
Jazz Turner-Baggs c2196c77ee
Identity Simplification (#71)
* Contract interface for bindings

* Add errorType

* Remove Identity files

* Update Echo_bot

* update cbindings

* Add installation name

* Update tests

* bump libchat dep
2026-02-22 17:51:59 -08:00

5 lines
110 B
Nim

type MessageId* = string
type Content* = seq[byte]
type ErrorType* = string
type PublicKey* = array[32, byte]