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.
arbitraryMSOutput :: Ctx -> Gen ScriptOutputhaskoin-core Haskoin.Util.Arbitrary.Script Arbitrary ScriptOutput of type PayMS.
arbitraryMSOutputC :: Ctx -> Gen ScriptOutputhaskoin-core Haskoin.Util.Arbitrary.Script Arbitrary ScriptOutput of type PayMS, only using compressed keys.
arbitraryMSParam :: Gen (Int, Int)haskoin-core Haskoin.Util.Arbitrary.Script Arbitrary m of n parameters.
arbitraryMulSigSHInput :: Network -> Ctx -> Gen ScriptInputhaskoin-core Haskoin.Util.Arbitrary.Script Arbitrary ScriptInput of type ScriptHashInput containing a RedeemScript of type PayMulSig and an input of type SpendMulSig.
arbitraryMulSigSHInputC :: Network -> Ctx -> Gen ScriptInputhaskoin-core Haskoin.Util.Arbitrary.Script Arbitrary ScriptInput of type ScriptHashInput containing a RedeemScript of type PayMulSig and an input of type SpendMulSig.
arbitraryMulSigSHInputFull :: Network -> Ctx -> Gen ScriptInputhaskoin-core Haskoin.Util.Arbitrary.Script Like arbitraryMulSigSHCInput with no empty signatures.
arbitraryMulSigSHInputFullC :: Network -> Ctx -> Gen ScriptInputhaskoin-core Haskoin.Util.Arbitrary.Script Like arbitraryMulSigSHCInput with no empty signatures.
arbitraryPKHashInput :: Network -> Ctx -> Gen ScriptInputhaskoin-core Haskoin.Util.Arbitrary.Script Arbitrary ScriptInput of type SpendPK.
arbitraryPKHashInputFull :: Network -> Ctx -> Gen ScriptInputhaskoin-core Haskoin.Util.Arbitrary.Script Like arbitraryPKHashInput without empty signatures.
arbitraryPKHashInputFullC :: Network -> Ctx -> Gen ScriptInputhaskoin-core Haskoin.Util.Arbitrary.Script Like above but only compressed.