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.
arbitraryOutPoint :: Gen OutPointhaskoin-core Haskoin.Util.Arbitrary.Transaction Arbitrary OutPoint.
arbitraryPKHashSigInput :: Network -> Ctx -> Gen (SigInput, PrivateKey)haskoin-core Haskoin.Util.Arbitrary.Transaction Arbitrary SigInput with a ScriptOutput of type PayPKHash.
arbitraryPKSigInput :: Network -> Ctx -> Gen (SigInput, PrivateKey)haskoin-core Haskoin.Util.Arbitrary.Transaction Arbitrary SigInput with a ScriptOutput of type PayPK.
arbitraryPartialTxs :: Network -> Ctx -> Gen ([Tx], [(ScriptOutput, Word64, OutPoint, Int, Int)])haskoin-core Haskoin.Util.Arbitrary.Transaction Arbitrary partially-signed transactions.
arbitrarySHSigInput :: Network -> Ctx -> Gen (SigInput, [PrivateKey])haskoin-core Haskoin.Util.Arbitrary.Transaction Arbitrary SigInput with ScriptOutput of type PaySH and a RedeemScript.
arbitrarySatoshi :: Network -> Gen TestCoinhaskoin-core Haskoin.Util.Arbitrary.Transaction Arbitrary amount of Satoshi as Word64 (Between 1 and 21e14)
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.
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.
arbitraryTx :: Network -> Ctx -> Gen Txhaskoin-core Haskoin.Util.Arbitrary.Transaction Arbitrary transaction. Can be regular or with witnesses.
-
haskoin-core Haskoin.Util.Arbitrary.Transaction Arbitrary transaction hash (for non-existent transaction).