Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data CIP119 = DrepRegistrationMetadata
DRep off-chain metadata
This module implements validation of metadata for DRep registration and update actions, as specified bt the CIP-119 (https:/cips.cardano.orgcip/CIP-0119).
The constraints implemented in this module can be tested against a JSON
ByteString
by using the function validateGovActionAnchorData
in
Cardano.Api.Governance.Metadata.Validation with the parameter DrepRegistrationMetadata
.