mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-02-28 04:43:07 +00:00
* Contract interface for bindings * Add errorType * Remove Identity files * Update Echo_bot * update cbindings * Add installation name * Update tests * bump libchat dep
5 lines
110 B
Nim
5 lines
110 B
Nim
type MessageId* = string
|
|
type Content* = seq[byte]
|
|
type ErrorType* = string
|
|
type PublicKey* = array[32, byte]
|