| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Morley.Client.TezosClient.Config
Contents
Description
octez-client config.
Synopsis
- newtype TezosClientConfig = TezosClientConfig {}
- getTezosClientConfig :: FilePath -> Maybe FilePath -> IO TezosClientConfig
Documentation
newtype TezosClientConfig Source #
Configuration maintained by octez-client, see its config subcommands
(e. g. octez-client config show).
Only the field we are interested in is present here.
Constructors
| TezosClientConfig | |
Fields | |
Instances
| FromJSON TezosClientConfig Source # | For reading |
Defined in Morley.Client.TezosClient.Config Methods parseJSON :: Value -> Parser TezosClientConfig # parseJSONList :: Value -> Parser [TezosClientConfig] # | |
| Show TezosClientConfig Source # | |
Defined in Morley.Client.TezosClient.Config Methods showsPrec :: Int -> TezosClientConfig -> ShowS # show :: TezosClientConfig -> String # showList :: [TezosClientConfig] -> ShowS # | |
octez-client api
getTezosClientConfig :: FilePath -> Maybe FilePath -> IO TezosClientConfig Source #
Read octez-client configuration.