kubo/bitswap/message.proto

7 lines
99 B
Protocol Buffer

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