check GST while moving from Locked

This commit is contained in:
Hongrui Fang 2022-07-16 18:26:35 +08:00
parent 9b3645df56
commit 7c3825ceba
5 changed files with 187 additions and 59 deletions

View file

@ -5,7 +5,7 @@ Description: Shared constants for propsoal samples
Shared constants for propsoal samples.
-}
module Sample.Proposal.Shared (proposalTxRef, stakeTxRef) where
module Sample.Proposal.Shared (proposalTxRef, stakeTxRef, governorTxRef) where
import PlutusLedgerApi.V1 (TxId)
@ -16,3 +16,6 @@ proposalTxRef = "0b2086cbf8b6900f8cb65e012de4516cb66b5cb08a9aaba12a8b88be"
-- | 'TxId' of all the stake inputs in the samples.
stakeTxRef :: TxId
stakeTxRef = "0ca36f3a357bc69579ab2531aecd1e7d3714d993c7820f40b864be15"
governorTxRef :: TxId
governorTxRef = "cb076140e80d240f9c89e478aedbddbe6f4734fecbd0ae3e37404c12e7798c0f"