Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
[chain-index]: export all servant client functions (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Akentev authored May 27, 2022
1 parent c4cc9ee commit 1d89b1e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plutus-chain-index-core/src/Plutus/ChainIndex/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@ module Plutus.ChainIndex.Client(
handleChainIndexClient
-- * Servant client functions
, healthCheck
, collectGarbage

, getDatum
, getValidator
, getMintingPolicy
, getStakeValidator
, getRedeemer

, getTxOut
, getTx
, getUnspentTxOut
, getIsUtxo
, getUtxoSetAtAddress
, getUtxoSetWithCurrency
, getTxs
, getTxoSetAtAddress
, getTip
, collectGarbage
) where

import Control.Monad.Freer (Eff, LastMember, Member, sendM, type (~>))
Expand Down

0 comments on commit 1d89b1e

Please sign in to comment.