haskoin-0.1.0.2: Implementation of the Bitcoin protocol.

Safe HaskellNone

Network.Haskoin.Stratum

Contents

Synopsis

Stratum JSON-RPC Message Types

Stratum Internal Types

data StratumTxInfo Source

Transaction height and ID pair. Used in history responses.

Constructors

StratumTxInfo 

Fields

stratumTxInfoHeight :: !Word

Block height.

stratumTxInfoId :: !TxHash

Transaction id.

data StratumCoin Source

Bitcoin outpoint information.

Constructors

StratumCoin 

Fields

stratumCoinOutPoint :: !OutPoint

Coin data.

stratumCoinTxInfo :: !StratumTxInfo

Transaction information.

stratumCoinValue :: !Word64

Output vale.