mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-14 02:21:21 +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;
|
||
|
}
|