Plutus.PAB.Instances
Contents
Methods
toJSON :: Loc -> Value Source #
toEncoding :: Loc -> Encoding Source #
toJSONList :: [Loc] -> Value Source #
toEncodingList :: [Loc] -> Encoding Source #
toJSON :: ClientError -> Value Source #
toEncoding :: ClientError -> Encoding Source #
toJSONList :: [ClientError] -> Value Source #
toEncodingList :: [ClientError] -> Encoding Source #
parseJSON :: Value -> Parser Loc Source #
parseJSONList :: Value -> Parser [Loc] Source #
parseJSON :: Value -> Parser ClientError Source #
parseJSONList :: Value -> Parser [ClientError] Source #
toUrlPiece :: ContractInstanceId -> Text Source #
toEncodedUrlPiece :: ContractInstanceId -> Builder Source #
toHeader :: ContractInstanceId -> ByteString Source #
toQueryParam :: ContractInstanceId -> Text Source #
parseUrlPiece :: Text -> Either Text ContractInstanceId Source #
parseHeader :: ByteString -> Either Text ContractInstanceId Source #
parseQueryParam :: Text -> Either Text ContractInstanceId Source #
toParamSchema :: Proxy ContractInstanceId -> Schema Source #
toObject :: TracingVerbosity -> WalletEvent -> Object
textTransformer :: WalletEvent -> Object -> Text
toStructuredLog :: Loc -> KeyMap Value Source #
toStructuredLog :: LogSource -> KeyMap Value Source #