allow multiple proposals in the samples of unlocking stake

This commit is contained in:
Hongrui Fang 2022-06-17 23:01:44 +08:00
parent 76a9cf79ba
commit 36a558bf30
7 changed files with 422 additions and 560 deletions

View 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