1 2 3 4 5 6 7 8
syntax = "proto2"; package structs; message Exchange { optional bytes id = 1; optional bytes pubkey = 2; }