allow multiple proposals in the samples of unlocking stake
This commit is contained in:
parent
76a9cf79ba
commit
36a558bf30
7 changed files with 422 additions and 560 deletions
9
agora-specs/Sample/Proposal/Shared.hs
Normal file
9
agora-specs/Sample/Proposal/Shared.hs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module Sample.Proposal.Shared (proposalRef, stakeRef) where
|
||||
|
||||
import PlutusLedgerApi.V1 (TxOutRef (..))
|
||||
|
||||
proposalRef :: TxOutRef
|
||||
proposalRef = TxOutRef "0b2086cbf8b6900f8cb65e012de4516cb66b5cb08a9aaba12a8b88be" 1
|
||||
|
||||
stakeRef :: TxOutRef
|
||||
stakeRef = TxOutRef "0ca36f3a357bc69579ab2531aecd1e7d3714d993c7820f40b864be15" 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue