now proper a proper script context..
and some formatting fixes
This commit is contained in:
parent
774702f255
commit
c96ac583db
2 changed files with 46 additions and 16 deletions
|
|
@ -8,10 +8,10 @@ Description: An Effect that withdraws treasury deposit
|
|||
An Effect that withdraws treasury deposit
|
||||
-}
|
||||
module Agora.Effect.TreasuryWithdrawal (
|
||||
TreasuryWithdrawalDatum(..),
|
||||
PTreasuryWithdrawalDatum(..),
|
||||
TreasuryWithdrawalDatum (..),
|
||||
PTreasuryWithdrawalDatum (..),
|
||||
treasuryWithdrawalValidator,
|
||||
) where
|
||||
) where
|
||||
|
||||
import GHC.Generics qualified as GHC
|
||||
import Generics.SOP (Generic, I (I))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue