OSDN Git Service

Add the basic framework for voting processing for dpos
[bytom/vapor.git] / protocol / bc / types / transaction.go
index a862762..c98e673 100644 (file)
@@ -63,6 +63,7 @@ type TxData struct {
        TimeRange      uint64
        Inputs         []*TxInput
        Outputs        []*TxOutput
+       ReferenceData  []byte
 }
 
 // MarshalText fulfills the json.Marshaler interface.