add executable state for the proposal
This commit is contained in:
parent
529525f5c8
commit
be05643f13
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue