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

Blockfrost.Client.Tag

Description

Tag instance for HasClient

Orphan instances

HasClient m subApi => HasClient m (Tag name :> subApi) Source # 
Instance details

Associated Types

type Client m (Tag name :> subApi) #

Methods

clientWithRoute :: Proxy m -> Proxy (Tag name :> subApi) -> Request -> Client m (Tag name :> subApi) #

hoistClientMonad :: Proxy m -> Proxy (Tag name :> subApi) -> (forall x. mon x -> mon' x) -> Client mon (Tag name :> subApi) -> Client mon' (Tag name :> subApi) #