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

Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. arbitraryXKeyPair :: Ctx -> Gen (XPrvKey, XPubKey)

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary extended public key with its corresponding private key.

  2. arbitraryXPrvKey :: Gen XPrvKey

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary extended private key.

  3. arbitraryXPubKey :: Ctx -> Gen XPubKey

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary extended public key.

  4. arbitraryMessage :: Network -> Ctx -> Gen Message

    haskoin-core Haskoin.Util.Arbitrary.Message

    Arbitrary Message.

  5. arbitraryMessageHeader :: Gen MessageHeader

    haskoin-core Haskoin.Util.Arbitrary.Message

    Arbitrary MessageHeader.

  6. arbitraryAddr1 :: Gen Addr

    haskoin-core Haskoin.Util.Arbitrary.Network

    Arbitrary non-empty Addr.

  7. arbitraryAlert :: Gen Alert

    haskoin-core Haskoin.Util.Arbitrary.Network

    Arbitrary Alert with random payload and signature. Signature is not valid.

  8. arbitraryBloomFilter :: Gen (Int, Double, BloomFilter)

    haskoin-core Haskoin.Util.Arbitrary.Network

    Arbitrary bloom filter with its corresponding number of elements and false positive rate.

  9. arbitraryBloomFlags :: Gen BloomFlags

    haskoin-core Haskoin.Util.Arbitrary.Network

    Arbitrary bloom filter flags.

  10. arbitraryFilterAdd :: Gen FilterAdd

    haskoin-core Haskoin.Util.Arbitrary.Network

    Arbitrary FilterAdd.

Page 15 of many | Previous | Next

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