OSDN Git Service

module claim
[bytom/vapor.git] / protocol / bc / bc.proto
index 0ee23f8..5a38c4c 100644 (file)
@@ -143,14 +143,3 @@ message Claim {
   repeated bytes   Peginwitness        = 5;
 }
 
-message Dpos {
-  Hash             spent_output_id     = 1;
-  ValueDestination witness_destination = 2;
-  repeated bytes   witness_arguments   = 3;
-  uint64           ordinal             = 4;
-  uint32           type                = 5;
-  string           from                = 6;
-  string           to                  = 7;
-  uint64           stake               = 8;
-  string           data                = 9;
-}