witnessing stakes in reference inputs

This commit is contained in:
Hongrui Fang 2022-08-30 22:22:58 +08:00 committed by 方泓睿
parent ce787fe19c
commit b2aefbe502
5 changed files with 340 additions and 257 deletions

View file

@ -9,8 +9,7 @@ Proposal scripts encoding effects that operate on the system.
-}
module Agora.Proposal (
-- * Haskell-land
-- Proposal (..),
ProposalEffectMetadata (..),
ProposalEffectGroup,
ProposalDatum (..),
ProposalRedeemer (..),
@ -22,6 +21,7 @@ module Agora.Proposal (
emptyVotesFor,
-- * Plutarch-land
PProposalEffectMetadata (..),
PProposalEffectGroup,
PProposalDatum (..),
PProposalRedeemer (..),