This website requires JavaScript.
Explore
Help
Sign In
logos-messaging
/
js-waku
Watch
1
Star
0
Fork
0
You've already forked js-waku
mirror of
https://github.com/logos-messaging/js-waku.git
synced
2026-01-08 16:53:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
js-waku
/
packages
/
proto
/
src
/
lib
/
topic_only_message.proto
6 lines
77 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
feat: use a content topic only decoder for first pass decoding
2022-09-19 16:20:33 +10:00
syntax
=
"proto3"
;
message
TopicOnlyMessage
{
chore!: update message.proto: payload and content topic are always defined Ref: https://github.com/vacp2p/waku
2023-02-24 23:22:04 +11:00
string
content_topic
=
2
;
feat: use a content topic only decoder for first pass decoding
2022-09-19 16:20:33 +10:00
}
Reference in New Issue
Copy Permalink