Blockfrost.Client.UserAgent
Contents
Description
Blockfrost client version via user agent header
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) #