Blockfrost.Client.Tag
Contents
Description
Tag instance for HasClient
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) #