mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-02-26 17:03:08 +00:00
* Contract interface for bindings * Add errorType * Remove Identity files * Update Echo_bot * update cbindings * Add installation name * Update tests * bump libchat dep
12 lines
150 B
Nim
12 lines
150 B
Nim
import chat/[
|
|
client,
|
|
delivery/waku_client,
|
|
types
|
|
]
|
|
|
|
export client, waku_client
|
|
|
|
#export specific frames need by applications
|
|
export MessageId
|
|
|