OSDN Git Service

Add the implementation for dppos
[bytom/vapor.git] / protocol / bc / types / spend.go
index 01d60c3..5342cde 100644 (file)
@@ -8,11 +8,9 @@ type TxType uint8
 
 const (
        Binary TxType = iota
-       LoginCandidate
-       LogoutCandidate
-       Delegate
-       UnDelegate
-       ConfirmTx
+       Registe
+       Vote
+       CancelVote
 )
 
 // SpendInput satisfies the TypedInput interface and represents a spend transaction.