cryptoconditions-0.2.5: Interledger Crypto-Conditions

Safe HaskellNone
LanguageHaskell2010

Network.CryptoConditions.Json

Documentation

parseJsonPrefix :: FromJSON c => (ByteString -> Int -> c -> c) -> Object -> Parser c Source #

parseJsonThreshold :: FromJSON c => (Word16 -> [c] -> c) -> Object -> Parser c Source #