mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 14:58:03 +08:00
7 lines
108 B
Protocol Buffer
7 lines
108 B
Protocol Buffer
package bitswap.message.pb;
|
|
|
|
message Message {
|
|
repeated string wantlist = 1;
|
|
repeated bytes blocks = 2;
|
|
}
|