cooked-validators
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cooked.Skeleton.Anchor

Description

This module exposes the notion of Anchor used in proposals and certificates.

Synopsis

Data types

type TxSkelAnchor = Maybe (String, Maybe ByteString) Source #

A TxSkelAnchor optionally bundles an URL as a String alongside an optional resolved page as a ByteString.

Optics

Smart constructors

simpleURLAnchor :: String -> TxSkelAnchor Source #

Builds a simple Anchor with an URL