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. arbitraryOutPoint :: Gen OutPoint

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary OutPoint.

  2. arbitraryPKHashSigInput :: Network -> Ctx -> Gen (SigInput, PrivateKey)

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary SigInput with a ScriptOutput of type PayPKHash.

  3. arbitraryPKSigInput :: Network -> Ctx -> Gen (SigInput, PrivateKey)

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary SigInput with a ScriptOutput of type PayPK.

  4. arbitraryPartialTxs :: Network -> Ctx -> Gen ([Tx], [(ScriptOutput, Word64, OutPoint, Int, Int)])

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary partially-signed transactions.

  5. arbitrarySHSigInput :: Network -> Ctx -> Gen (SigInput, [PrivateKey])

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary SigInput with ScriptOutput of type PaySH and a RedeemScript.

  6. arbitrarySatoshi :: Network -> Gen TestCoin

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary amount of Satoshi as Word64 (Between 1 and 21e14)

  7. arbitrarySigInput :: Network -> Ctx -> Gen (SigInput, [PrivateKey])

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary SigInput with the corresponding private keys used to generate the ScriptOutput or RedeemScript.

  8. arbitrarySigningData :: Network -> Ctx -> Gen (Tx, [SigInput], [PrivateKey])

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary Tx (empty TxIn), SigInputs and private keys that can be passed to signTx or detSignTx to fully sign the Tx.

  9. arbitraryTx :: Network -> Ctx -> Gen Tx

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary transaction. Can be regular or with witnesses.

  10. arbitraryTxHash :: Gen TxHash

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary transaction hash (for non-existent transaction).

Page 23 of many | Previous | Next