mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
7 lines
232 B
Go
7 lines
232 B
Go
// Bridge bridges Whisper and Waku subprotocols.
|
|
// This is possible because both use the same envelope format.
|
|
// What's more, both envelope formats are identical structs,
|
|
// that is having the same ordered fields.
|
|
|
|
package bridge
|