mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-26 03:12:12 +00:00
7 lines
95 B
Protocol Buffer
7 lines
95 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
message Exchange {
|
||
|
optional bytes id = 1;
|
||
|
optional bytes pubkey = 2;
|
||
|
}
|