Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data CIP108 = BaseGovActionMetadata
Government action metadata
This module implements validation of metadata for Government Actions in general, as specified bt the CIP-108 (https:/cips.cardano.orgcip/CIP-0108), except for Government Actions covered by other CIPs.
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 BaseGovActionMetadata
.