| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Plutus.PAB.Instances
Contents
Orphan instances
| FromJSON Loc Source # | |
| FromJSON ClientError Source # | |
| ToJSON Loc Source # | |
| ToJSON ClientError Source # | |
Methods toJSON :: ClientError -> Value toEncoding :: ClientError -> Encoding toJSONList :: [ClientError] -> Value toEncodingList :: [ClientError] -> Encoding  | |
| ToObject WalletEvent Source # | |
Methods toObject :: TracingVerbosity -> WalletEvent -> Object textTransformer :: WalletEvent -> Object -> Text  | |
| FromHttpApiData ContractInstanceId Source # | |
Methods parseUrlPiece :: Text -> Either Text ContractInstanceId parseHeader :: ByteString -> Either Text ContractInstanceId parseQueryParam :: Text -> Either Text ContractInstanceId  | |
| ToHttpApiData ContractInstanceId Source # | |
Methods toUrlPiece :: ContractInstanceId -> Text toEncodedUrlPiece :: ContractInstanceId -> Builder toHeader :: ContractInstanceId -> ByteString toQueryParam :: ContractInstanceId -> Text  | |
| ToParamSchema ContractInstanceId Source # | |
Methods toParamSchema :: Proxy ContractInstanceId -> Schema  | |
| StructuredLog Loc Source # | |
Methods toStructuredLog :: Loc -> KeyMap Value Source #  | |
| StructuredLog LogSource Source # | |
Methods toStructuredLog :: LogSource -> KeyMap Value Source #  | |