mirror of https://github.com/vacp2p/rfc.git
Update waku-v2.md
This commit is contained in:
parent
9f5aca949e
commit
317b202175
|
@ -180,16 +180,12 @@ message Query {
|
||||||
Cursor cursor = 5;
|
Cursor cursor = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Envelope {
|
// So we need to think about either using `Message` or
|
||||||
int32 expiry = 1;
|
// having just byte encoded messages and delegating duties
|
||||||
int32 ttl = 2;
|
// to that upwards.
|
||||||
bytes nonce = 3;
|
|
||||||
bytes topic = 4;
|
|
||||||
bytes data = 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
message Response {
|
message Response {
|
||||||
repeated Envelope envelopes = 1;
|
repeated Message messages = 1;
|
||||||
Cursor cursor = 2;
|
Cursor cursor = 2;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue