Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getBlockHeader :: BlockHeaders m => BlockHash -> m (Maybe BlockNode)

    haskoin-core Haskoin.Block.Headers

    Get a BlockNode associated with a BlockHash.

  2. setBestBlockHeader :: BlockHeaders m => BlockNode -> m ()

    haskoin-core Haskoin.Block.Headers

    Set the highest block in the chain.

  3. MCGetHeaders :: MessageCommand

    haskoin-core Haskoin.Network.Common

    No documentation available.

  4. MCHeaders :: MessageCommand

    haskoin-core Haskoin.Network.Common

    No documentation available.

  5. MCSendHeaders :: MessageCommand

    haskoin-core Haskoin.Network.Common

    No documentation available.

  6. genesisHeader :: Network -> !BlockHeader

    haskoin-core Haskoin.Network.Data

    genesis block header

  7. MGetHeaders :: GetHeaders -> Message

    haskoin-core Haskoin.Network.Message

    No documentation available.

  8. MHeaders :: Headers -> Message

    haskoin-core Haskoin.Network.Message

    No documentation available.

  9. MSendHeaders :: Message

    haskoin-core Haskoin.Network.Message

    No documentation available.

  10. data MessageHeader

    haskoin-core Haskoin.Network.Message

    Data type representing the header of a Message. All messages sent between nodes contain a message header.

Page 272 of many | Previous | Next