Hoogle Search
Within LTS Haskell 24.17 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
- arbitraryHash512 :: Gen Hash512- haskoin-core - Haskoin.Util.Arbitrary.Crypto - Arbitrary 512-bit hash. 
- arbitraryBip32PathIndex :: Gen Bip32PathIndex- haskoin-core - Haskoin.Util.Arbitrary.Keys - Arbitrary BIP-32 path index. Can be hardened or not. 
- arbitraryDerivPath :: Gen DerivPath- haskoin-core - Haskoin.Util.Arbitrary.Keys - Arbitrary derivation path composed of hardened and non-hardened derivations. 
- arbitraryFingerprint :: Gen Fingerprint- haskoin-core - Haskoin.Util.Arbitrary.Keys - No documentation available. 
- arbitraryHardPath :: Gen HardPath- haskoin-core - Haskoin.Util.Arbitrary.Keys - Arbitrary BIP-32 derivation path composed of only hardened derivations. 
- arbitraryKeyPair :: Ctx -> Gen (PrivateKey, PublicKey)- haskoin-core - Haskoin.Util.Arbitrary.Keys - Arbitrary keypair, both either compressed or not. 
- arbitraryParsedPath :: Gen ParsedPath- haskoin-core - Haskoin.Util.Arbitrary.Keys - Arbitrary parsed derivation path. Can contain ParsedPrv, ParsedPub or ParsedEmpty elements. 
- arbitraryPrivateKey :: Gen PrivateKey- haskoin-core - Haskoin.Util.Arbitrary.Keys - Arbitrary private key with arbitrary compressed flag. 
- arbitraryPublicKey :: Ctx -> Gen PublicKey- haskoin-core - Haskoin.Util.Arbitrary.Keys - Arbitrary public key, either compressed or not. 
- arbitrarySignature :: Ctx -> Gen (Hash256, SecKey, Sig)- haskoin-core - Haskoin.Util.Arbitrary.Keys - Arbitrary message hash, private key, nonce and corresponding signature. The signature is generated with a random message, random private key and a random nonce. 
