Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. arbitrarySoftPath :: Gen SoftPath

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary BIP-32 derivation path composed of only non-hardened derivations.

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

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary extended public key with its corresponding private key.

  3. arbitraryXPrvKey :: Gen XPrvKey

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary extended private key.

  4. arbitraryXPubKey :: Ctx -> Gen XPubKey

    haskoin-core Haskoin.Util.Arbitrary.Keys

    Arbitrary extended public key.

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

    haskoin-core Haskoin.Util.Arbitrary.Message

    Arbitrary Message.

  6. arbitraryMessageHeader :: Gen MessageHeader

    haskoin-core Haskoin.Util.Arbitrary.Message

    Arbitrary MessageHeader.

  7. arbitraryAddr1 :: Gen Addr

    haskoin-core Haskoin.Util.Arbitrary.Network

    Arbitrary non-empty Addr.

  8. arbitraryAlert :: Gen Alert

    haskoin-core Haskoin.Util.Arbitrary.Network

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

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

    haskoin-core Haskoin.Util.Arbitrary.Network

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

  10. arbitraryBloomFlags :: Gen BloomFlags

    haskoin-core Haskoin.Util.Arbitrary.Network

    Arbitrary bloom filter flags.

Page 16 of many | Previous | Next