commit | 64206115e4558af65b6ae4aa5f2c35078eb7d9ac | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Tue Dec 24 11:16:32 2013 +0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Tue Dec 24 11:16:32 2013 +0800 |
tree | 5a0867d5356ba76dfa2ee850c62d54579ca056c0 | |
parent | 11f2c43894beb195b768e5011c167299b1bf4aad [diff] [blame] |
Changing API from ndn.cxx to ndn-cpp Change-Id: Ie0fe7d75e4ed056dec6e9da906f9c8808ad9a0ca
diff --git a/src/endorse-collection.proto b/src/endorse-collection.proto new file mode 100644 index 0000000..d3aa574 --- /dev/null +++ b/src/endorse-collection.proto
@@ -0,0 +1,10 @@ +package Chronos; + +message EndorseCollection +{ + message Endorsement + { + required string blob = 1; + } + repeated Endorsement endorsement = 1; +} \ No newline at end of file