OSDN Git Service

votetx output (#62)
[bytom/vapor.git] / protocol / bc / bc.proto
index 00eda9a..0aba4b7 100644 (file)
@@ -99,6 +99,13 @@ message CrossChainOutput {
   uint64      ordinal         = 3;
 }
 
+message VoteOutput {
+  ValueSource source          = 1;
+  Program     control_program = 2;
+  uint64      ordinal         = 3;
+  bytes       vote            = 4;
+}
+
 message Retirement {
   ValueSource source   = 1;
   uint64      ordinal  = 2;