message.proto 110 Bytes
Newer Older
1
package bitswap.message.pb;
2 3 4 5 6

message PBMessage {
	repeated string wantlist = 1;
	repeated bytes blocks = 2;
}