haskoin-store-0.1.2: Storage and index for Bitcoin and Bitcoin Cash

Safe HaskellNone
LanguageHaskell2010

Network.Haskoin.Store

Documentation

type BlockStore = Inbox BlockMessage Source #

data Output Source #

Constructors

Output 
Instances
Eq Output Source # 
Instance details

Defined in Network.Haskoin.Store.Types

Methods

(==) :: Output -> Output -> Bool #

(/=) :: Output -> Output -> Bool #

Ord Output Source # 
Instance details

Defined in Network.Haskoin.Store.Types

Show Output Source # 
Instance details

Defined in Network.Haskoin.Store.Types

Serialize Output Source # 
Instance details

Defined in Network.Haskoin.Store.Types

KeyValue AddrOutputKey Output Source # 
Instance details

Defined in Network.Haskoin.Store.Types

newtype NewTx Source #

Constructors

NewTx 

Fields

Instances
Eq NewTx Source # 
Instance details

Defined in Network.Haskoin.Store.Types

Methods

(==) :: NewTx -> NewTx -> Bool #

(/=) :: NewTx -> NewTx -> Bool #

Ord NewTx Source # 
Instance details

Defined in Network.Haskoin.Store.Types

Methods

compare :: NewTx -> NewTx -> Ordering #

(<) :: NewTx -> NewTx -> Bool #

(<=) :: NewTx -> NewTx -> Bool #

(>) :: NewTx -> NewTx -> Bool #

(>=) :: NewTx -> NewTx -> Bool #

max :: NewTx -> NewTx -> NewTx #

min :: NewTx -> NewTx -> NewTx #

Show NewTx Source # 
Instance details

Defined in Network.Haskoin.Store.Types

Methods

showsPrec :: Int -> NewTx -> ShowS #

show :: NewTx -> String #

showList :: [NewTx] -> ShowS #

FromJSON NewTx Source # 
Instance details

Defined in Network.Haskoin.Store.Types

data AddrOutputKey Source #