Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ChronoChat
/
c9ffa9fe5aa50c90843c96a120264bc0ad05dd50
/
.
/
src
/
endorse-collection.proto
blob: d3aa574d952d9e52fb0bcd4e821360658bd65a6b [
file
] [
log
] [
blame
]
package
Chronos
;
message
EndorseCollection
{
message
Endorsement
{
required
string
blob
=
1
;
}
repeated
Endorsement
endorsement
=
1
;
}