Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. deriveWitnessAddr :: Ctx -> XPubKey -> KeyIndex -> (Address, PubKey)

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a SegWit P2WPKH address from an extended public key and an index.

  2. deriveWitnessAddrs :: Ctx -> XPubKey -> KeyIndex -> [(Address, PubKey, KeyIndex)]

    haskoin-core Haskoin.Crypto.Keys.Extended

    Cyclic list of all SegWit P2WPKH addresses derived from a public key starting from an offset index.

  3. deriveXPubKey :: Ctx -> XPrvKey -> XPubKey

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive an extended public key from an extended private key. This function will preserve the depth, parent, index and chaincode fields of the extended private keys.

  4. deriveGeneric :: Name -> Q [Dec]

    linear-generics Generics.Linear.TH

    Given the name of a type or data family constructor, derive a Generic instance.

  5. deriveGeneric1 :: Name -> Q [Dec]

    linear-generics Generics.Linear.TH

    Given the name of a type or data family constructor, derive a Generic1 instance.

  6. deriveGenericAnd1 :: Name -> Q [Dec]

    linear-generics Generics.Linear.TH

    Given the name of a type or data family constructor, derive a Generic instance and a Generic1 instance.

  7. derivedVar :: TargetSrc -> Var -> Bool

    liquidhaskell-boot Language.Haskell.Liquid.Constraint.Template

    No documentation available.

  8. derivedVars :: Config -> MGIModGuts -> [Var]

    liquidhaskell-boot Language.Haskell.Liquid.GHC.Interface

    No documentation available.

  9. derivePubKey :: Ctx -> SecKey -> PubKey

    secp256k1-haskell Crypto.Secp256k1

    No documentation available.

  10. derivePubKey :: Ctx -> SecKey -> PubKey

    secp256k1-haskell Crypto.Secp256k1.Internal.Base

    No documentation available.

Page 32 of many | Previous | Next