add executable state for the proposal
This commit is contained in:
parent
9e724fb75a
commit
0f2be417a7
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ data PProposalStatus (s :: S)
|
||||||
PDraft (Term s (PDataRecord '[]))
|
PDraft (Term s (PDataRecord '[]))
|
||||||
| PVotingReady (Term s (PDataRecord '[]))
|
| PVotingReady (Term s (PDataRecord '[]))
|
||||||
| PLocked (Term s (PDataRecord '[]))
|
| PLocked (Term s (PDataRecord '[]))
|
||||||
|
| PExecutable (Term s (PDataRecord '[]))
|
||||||
| PFinished (Term s (PDataRecord '[]))
|
| PFinished (Term s (PDataRecord '[]))
|
||||||
deriving stock (GHC.Generic)
|
deriving stock (GHC.Generic)
|
||||||
deriving anyclass (Generic)
|
deriving anyclass (Generic)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue