mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-03-11 04:03:07 +00:00
It is a type used for the [TOY-CHAT](https://rfc.vac.dev/spec/22/) protocol; js-waku users should not build on top if this toy protocol and instead design message data structures appropriate to their use case.
12 lines
198 B
TypeScript
12 lines
198 B
TypeScript
export { WakuMessage } from './waku/v2/message';
|
|
|
|
export {
|
|
Index,
|
|
PagingInfo,
|
|
PagingInfo_Direction,
|
|
ContentFilter,
|
|
HistoryQuery,
|
|
HistoryResponse,
|
|
HistoryRPC,
|
|
} from './waku/v2/store';
|