convex-wallet-0.2.0.0: Simple wallet
Safe HaskellSafe-Inferred
LanguageHaskell2010

Convex.Wallet.API

Description

API for wallet UTxOs

Synopsis

Documentation

type API = ("healthcheck" :> (Description "Is the server alive?" :> Get '[JSON] NoContent)) :<|> ("utxos" :> Get '[JSON] (UtxoSet CtxTx ())) Source #

getHealthClientEnvIO (Either ClientError NoContent) Source #

Call the "healthcheck" endpoint

getUTxOsClientEnvIO (Either ClientError (UtxoSet CtxTx ())) Source #

Call the "utxos" endpoint