message.proto 108 Bytes
Newer Older
1
package bitswap.message.pb;
2

3
message Message {
4 5 6
	repeated string wantlist = 1;
	repeated bytes blocks = 2;
}