| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.CLI.EraBased.Transaction.Internal.HashCheck
Synopsis
- checkCertificateHashes :: IsEra era => Certificate (LedgerEra era) -> ExceptT TxCmdError IO ()
- checkVotingProcedureHashes :: IsEra era => VotingProcedures era -> ExceptT TxCmdError IO ()
- checkProposalHashes :: IsEra era => Proposal era -> ExceptT TxCmdError IO ()
Documentation
checkCertificateHashes :: IsEra era => Certificate (LedgerEra era) -> ExceptT TxCmdError IO () Source #
Find references to anchor data and check the hashes are valid and they match the linked data.
checkVotingProcedureHashes :: IsEra era => VotingProcedures era -> ExceptT TxCmdError IO () Source #
Find references to anchor data in voting procedures and check the hashes are valid and they match the linked data.
checkProposalHashes :: IsEra era => Proposal era -> ExceptT TxCmdError IO () Source #
Find references to anchor data in proposals and check the hashes are valid and they match the linked data.