Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
humanReadableCharMaxBound :: Charbech32 Codec.Binary.Bech32.Internal The upper bound of the set of characters permitted to appear within the human-readable part of a Bech32 string.
humanReadableCharMinBound :: Charbech32 Codec.Binary.Bech32.Internal The lower bound of the set of characters permitted to appear within the human-readable part of a Bech32 string.
humanReadablePartFromText :: Text -> Either HumanReadablePartError HumanReadablePartbech32 Codec.Binary.Bech32.Internal Parses the human-readable part of a Bech32 string, as defined here: https://git.io/fj8FS
humanReadablePartMaxLength :: Intbech32 Codec.Binary.Bech32.Internal The longest length permitted for the human-readable part of a Bech32 string.
humanReadablePartMinLength :: Intbech32 Codec.Binary.Bech32.Internal The shortest length permitted for the human-readable part of a Bech32 string.
humanReadablePartToText :: HumanReadablePart -> Textbech32 Codec.Binary.Bech32.Internal Get the raw text of the human-readable part of a Bech32 string.
humanReadablePartToWords :: HumanReadablePart -> [Word5]bech32 Codec.Binary.Bech32.Internal Convert the specified human-readable part to a list of words.
bRead :: ByteString -> Maybe BEncodebencode Data.BEncode bRead is a conversion routine. It assumes a B-coded string as input and attempts a parse of it into a BEncode data type
-
bencode Data.BEncode.Reader Reader monad for extracting data from a BEncoded structure.
runBReader :: BReader a -> BEncode -> Either String abencode Data.BEncode.Reader Run a BReader. See usage examples elsewhere in this file.