Safe Haskell | None |
---|---|
Language | Haskell2010 |
Datum Hash newtype
Synopsis
- newtype DatumHash = DatumHash {
- unDatumHash :: Text
Documentation
Hash of the datum
Instances
Eq DatumHash Source # | |
Show DatumHash Source # | |
IsString DatumHash Source # | |
Defined in Blockfrost.Types.Shared.DatumHash fromString :: String -> DatumHash # | |
Generic DatumHash Source # | |
ToJSON DatumHash Source # | |
Defined in Blockfrost.Types.Shared.DatumHash | |
FromJSON DatumHash Source # | |
ToHttpApiData DatumHash Source # | |
Defined in Blockfrost.Types.Shared.DatumHash toUrlPiece :: DatumHash -> Text # toEncodedUrlPiece :: DatumHash -> Builder # toHeader :: DatumHash -> ByteString # toQueryParam :: DatumHash -> Text # | |
FromHttpApiData DatumHash Source # | |
Defined in Blockfrost.Types.Shared.DatumHash parseUrlPiece :: Text -> Either Text DatumHash # parseHeader :: ByteString -> Either Text DatumHash # | |
ToSample DatumHash Source # | |
ToCapture (Capture "datum_hash" DatumHash) Source # | |
Defined in Blockfrost.Types.Shared.DatumHash | |
type Rep DatumHash Source # | |
Defined in Blockfrost.Types.Shared.DatumHash |