• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. Ping :: Word64 -> Ping

    haskoin-core Haskoin.Network.Common

    No documentation available.

  2. newtype Pong

    haskoin-core Haskoin.Network.Common

    A Pong message is sent as a response to a ping message.

  3. Pong :: Word64 -> Pong

    haskoin-core Haskoin.Network.Common

    No documentation available.

  4. data PushDataType

    haskoin-core Haskoin.Script.Common

    Data type representing the type of an OP_PUSHDATA opcode.

  5. PayMulSig :: [PublicKey] -> Int -> ScriptOutput

    haskoin-core Haskoin.Script.Standard

    multisig

  6. PayPK :: PublicKey -> ScriptOutput

    haskoin-core Haskoin.Script.Standard

    pay to public key

  7. PayPKHash :: Hash160 -> ScriptOutput

    haskoin-core Haskoin.Script.Standard

    pay to public key hash

  8. PayScriptHash :: Hash160 -> ScriptOutput

    haskoin-core Haskoin.Script.Standard

    pay to a script hash

  9. PayWitness :: Word8 -> ByteString -> ScriptOutput

    haskoin-core Haskoin.Script.Standard

    another pay to witness address

  10. PayWitnessPKHash :: Hash160 -> ScriptOutput

    haskoin-core Haskoin.Script.Standard

    pay to witness public key hash

Page 923 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete