mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-07-30 14:43:13 +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
|
|
|