kubo/exchange/bitswap/message/internal/pb/message.proto
2014-10-22 21:49:46 -07:00

7 lines
108 B
Protocol Buffer

package bitswap.message.pb;
message Message {
repeated string wantlist = 1;
repeated bytes blocks = 2;
}