TWE test
This commit is contained in:
parent
aa4d198e9f
commit
774702f255
2 changed files with 35 additions and 7 deletions
|
|
@ -7,7 +7,11 @@ Description: An Effect that withdraws treasury deposit
|
|||
|
||||
An Effect that withdraws treasury deposit
|
||||
-}
|
||||
module Agora.Effect.TreasuryWithdrawal (TreasuryWithdrawalDatum, PTreasuryWithdrawalDatum, treasuryWithdrawalValidator) where
|
||||
module Agora.Effect.TreasuryWithdrawal (
|
||||
TreasuryWithdrawalDatum(..),
|
||||
PTreasuryWithdrawalDatum(..),
|
||||
treasuryWithdrawalValidator,
|
||||
) where
|
||||
|
||||
import GHC.Generics qualified as GHC
|
||||
import Generics.SOP (Generic, I (I))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue