blockfrost-client-core-0.4.0.0: blockfrost.io common client definitions / instances
Safe HaskellNone
LanguageHaskell2010

Blockfrost.Client.UserAgent

Description

Blockfrost client version via user agent header

Orphan instances

HasClient m api => HasClient m (UserAgent :> api) Source # 
Instance details

Associated Types

type Client m (UserAgent :> api) #

Methods

clientWithRoute :: Proxy m -> Proxy (UserAgent :> api) -> Request -> Client m (UserAgent :> api) #

hoistClientMonad :: Proxy m -> Proxy (UserAgent :> api) -> (forall x. mon x -> mon' x) -> Client mon (UserAgent :> api) -> Client mon' (UserAgent :> api) #