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. arbitraryMSOutput :: Ctx -> Gen ScriptOutput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptOutput of type PayMS.

  2. arbitraryMSOutputC :: Ctx -> Gen ScriptOutput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptOutput of type PayMS, only using compressed keys.

  3. arbitraryMSParam :: Gen (Int, Int)

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary m of n parameters.

  4. arbitraryMulSigSHInput :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptInput of type ScriptHashInput containing a RedeemScript of type PayMulSig and an input of type SpendMulSig.

  5. arbitraryMulSigSHInputC :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptInput of type ScriptHashInput containing a RedeemScript of type PayMulSig and an input of type SpendMulSig.

  6. arbitraryMulSigSHInputFull :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Like arbitraryMulSigSHCInput with no empty signatures.

  7. arbitraryMulSigSHInputFullC :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Like arbitraryMulSigSHCInput with no empty signatures.

  8. arbitraryPKHashInput :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptInput of type SpendPK.

  9. arbitraryPKHashInputFull :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Like arbitraryPKHashInput without empty signatures.

  10. arbitraryPKHashInputFullC :: Network -> Ctx -> Gen ScriptInput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Like above but only compressed.

Page 19 of many | Previous | Next