cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Copyright © 2018-2020 IOHK
License Apache-2.0
Safe Haskell None
Language Haskell2010

Cardano.Wallet.Api.Client

Contents

Description

This module provides a half-typed Servant client for the cardano-wallet V2 API.

The functions in this module can be run with "Servant.Client.runClientM".

Synopsis

API Clients

walletClient :: WalletClient ApiWallet Source #

Produces a WalletClient working against the /wallets API.

transactionClient :: TransactionClient Source #

Produces a 'TransactionClient t' working against the /wallets API.

byronTransactionClient :: TransactionClient Source #

Produces a 'TransactionClient n' working against the /byron-wallets API.

addressClient :: AddressClient Source #

Produces an 'AddressClient n' working against the /wallets API

byronAddressClient :: AddressClient Source #

Produces an 'AddressClient n' working against the /wallets API

stakePoolClient :: forall apiPool. FromJSON apiPool => StakePoolClient apiPool Source #

Produces an 'StakePoolsClient n' working against the /stake-pools API