add executable state for the proposal

This commit is contained in:
fanghr 2022-04-21 22:07:15 +08:00
parent 9e724fb75a
commit 0f2be417a7

View file

@ -303,6 +303,7 @@ data PProposalStatus (s :: S)
PDraft (Term s (PDataRecord '[]))
| PVotingReady (Term s (PDataRecord '[]))
| PLocked (Term s (PDataRecord '[]))
| PExecutable (Term s (PDataRecord '[]))
| PFinished (Term s (PDataRecord '[]))
deriving stock (GHC.Generic)
deriving anyclass (Generic)