cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.Parser

Synopsis

Documentation

stringToAnchorScheme :: SupportedSchemes -> String -> Either String AnchorScheme Source #

Converts a string to an AnchorScheme if it is a valid scheme and is in the SupportedScheme list, otherwise it returns Left.