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

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptOutput of type PayMS, only using compressed keys.

  2. arbitraryMSParam :: Gen (Int, Int)

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary m of n parameters.

  3. 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.

  4. 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.

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

    haskoin-core Haskoin.Util.Arbitrary.Script

    Like arbitraryMulSigSHCInput with no empty signatures.

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

    haskoin-core Haskoin.Util.Arbitrary.Script

    Like arbitraryMulSigSHCInput with no empty signatures.

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

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptInput of type SpendPK.

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

    haskoin-core Haskoin.Util.Arbitrary.Script

    Like arbitraryPKHashInput without empty signatures.

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

    haskoin-core Haskoin.Util.Arbitrary.Script

    Like above but only compressed.

  10. arbitraryPKHashOutput :: Gen ScriptOutput

    haskoin-core Haskoin.Util.Arbitrary.Script

    Arbitrary ScriptOutput of type PayPKHash

Page 18 of many | Previous | Next