| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Network.Haskoin.Node.Checkpoints
- checkpointMap :: IntMap BlockHash
- checkpointList :: [(Int, BlockHash)]
- verifyCheckpoint :: Int -> BlockHash -> Bool
Documentation
checkpointMap :: IntMap BlockHash Source
Checkpoints from bitcoind reference implementation srccheckpoints.cpp presented as an IntMap.
checkpointList :: [(Int, BlockHash)] Source
Checkpoints from bitcoind reference implementation srccheckpoints.cpp presented as a list.
verifyCheckpoint :: Int -> BlockHash -> Bool Source
Verify that a block hash at a given height either matches an existing checkpoint or is not a checkpoint.