| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Wallet.Types
Synopsis
- data WalletConfig
- newtype LocalWalletSettings = LocalWalletSettings {}
- newtype WalletUrl = WalletUrl BaseUrl
- defaultWalletConfig :: WalletConfig
- walletSettingsL :: Traversal' WalletConfig LocalWalletSettings
- baseUrlL :: Lens' LocalWalletSettings WalletUrl
- _LocalWalletConfig :: Prism' WalletConfig LocalWalletSettings
- _RemoteWalletConfig :: Prism' WalletConfig ()
Wallet configuration
data WalletConfig Source #
Constructors
| LocalWalletConfig | |
Fields | |
| RemoteWalletConfig | |
Instances
newtype LocalWalletSettings Source #
Constructors
| LocalWalletSettings | |