mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 19:07:48 +08:00
7 lines
99 B
Protocol Buffer
7 lines
99 B
Protocol Buffer
package bitswap;
|
|
|
|
message PBMessage {
|
|
repeated string wantlist = 1;
|
|
repeated bytes blocks = 2;
|
|
}
|