mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-09 09:33:12 +00:00
Create waku_metadata.proto
This commit is contained in:
parent
8943c3f86d
commit
e0ab1ee9bc
14
waku/metadata/v1/waku_metadata.proto
Normal file
14
waku/metadata/v1/waku_metadata.proto
Normal file
@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
// rfc: https://rfc.vac.dev/spec/66/
|
||||
package waku.metadata.v1;
|
||||
|
||||
message WakuMetadataRequest {
|
||||
optional uint32 cluster_id = 1;
|
||||
repeated uint32 shards = 2;
|
||||
}
|
||||
|
||||
message WakuMetadataResponse {
|
||||
optional uint32 cluster_id = 1;
|
||||
repeated uint32 shards = 2;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user