add missing module headers

This commit is contained in:
Hongrui Fang 2022-07-11 23:21:29 +08:00
parent f0d0188812
commit 4b3003fdc8
No known key found for this signature in database
GPG key ID: 1C4711FFF64C0254
7 changed files with 43 additions and 1 deletions

View file

@ -1,3 +1,10 @@
{- |
Module : Sample.Proposal.UnlockStake
Maintainer : connor@mlabs.city
Description: Generate sample data for testing the functionalities of unlocking stake and retracting votes
Sample and utilities for testing the functionalities of unlocking stake and retracting votes
-}
module Sample.Proposal.UnlockStake (
StakeRole (..),
Parameters (..),