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. arbitraryPKHashSigInput :: Network -> Ctx -> Gen (SigInput, PrivateKey)

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary SigInput with a ScriptOutput of type PayPKHash.

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

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary SigInput with a ScriptOutput of type PayPK.

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

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary partially-signed transactions.

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

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary SigInput with ScriptOutput of type PaySH and a RedeemScript.

  5. arbitrarySatoshi :: Network -> Gen TestCoin

    haskoin-core Haskoin.Util.Arbitrary.Transaction

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

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

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

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

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary transaction. Can be regular or with witnesses.

  9. arbitraryTxHash :: Gen TxHash

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary transaction hash (for non-existent transaction).

  10. arbitraryTxIn :: Network -> Ctx -> Gen TxIn

    haskoin-core Haskoin.Util.Arbitrary.Transaction

    Arbitrary TxIn.

Page 22 of many | Previous | Next