Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 #
Instances
newtype LocalWalletSettings Source #