| Copyright | 2016 Tebello Thejane |
|---|---|
| License | BSD3 |
| Maintainer | Tebello Thejane <zyxoas+hackage@gmail.com> |
| Stability | Experimental |
| Portability | non-portable (GHC Extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Bitcoin.BitX
Description
This module re-exports the entire API. In practice it will be sufficient for every use case.
- module Network.Bitcoin.BitX.Types
- module Network.Bitcoin.BitX.Private
- module Network.Bitcoin.BitX.Public
- module Network.Bitcoin.BitX.Private.Quote
- module Network.Bitcoin.BitX.Private.Order
- module Network.Bitcoin.BitX.Private.Withdrawal
- module Network.Bitcoin.BitX.Response
- class FromJSON (Aes recd) => BitXAesRecordConvert recd where
- type Aes recd
Documentation
module Network.Bitcoin.BitX.Types
module Network.Bitcoin.BitX.Private
module Network.Bitcoin.BitX.Public
class FromJSON (Aes recd) => BitXAesRecordConvert recd where Source #
\ n -> (timeToTimestamp $ timestampParse_ $ _unUnixStampMS n) == _unUnixStampMS n
Minimal complete definition
Instances