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.
arbitraryHash512 :: Gen Hash512haskoin-core Haskoin.Util.Arbitrary.Crypto Arbitrary 512-bit hash.
arbitraryBip32PathIndex :: Gen Bip32PathIndexhaskoin-core Haskoin.Util.Arbitrary.Keys Arbitrary BIP-32 path index. Can be hardened or not.
arbitraryDerivPath :: Gen DerivPathhaskoin-core Haskoin.Util.Arbitrary.Keys Arbitrary derivation path composed of hardened and non-hardened derivations.
arbitraryFingerprint :: Gen Fingerprinthaskoin-core Haskoin.Util.Arbitrary.Keys No documentation available.
arbitraryHardPath :: Gen HardPathhaskoin-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 ParsedPathhaskoin-core Haskoin.Util.Arbitrary.Keys Arbitrary parsed derivation path. Can contain ParsedPrv, ParsedPub or ParsedEmpty elements.
arbitraryPrivateKey :: Gen PrivateKeyhaskoin-core Haskoin.Util.Arbitrary.Keys Arbitrary private key with arbitrary compressed flag.
arbitraryPublicKey :: Ctx -> Gen PublicKeyhaskoin-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.