Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype AnchorUrl = AnchorUrl {
- unAnchorUrl :: Url
- newtype AnchorDataHash = AnchorDataHash {}
Documentation
The URL to build the anchor to pass to DRep registration certificate
newtype AnchorDataHash Source #
The hash to build the anchor to pass to DRep registration certificate
Instances
Show AnchorDataHash Source # | |
Defined in Cardano.Api.Anchor | |
Eq AnchorDataHash Source # | |
Defined in Cardano.Api.Anchor (==) :: AnchorDataHash -> AnchorDataHash -> Bool Source # (/=) :: AnchorDataHash -> AnchorDataHash -> Bool Source # |