Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. derived0 :: forall (i :: Nat) s t a b . Context0 i s t a b => Lens s t a b

    generic-lens-core Data.Generics.Product.Internal.Positions

    No documentation available.

  2. derived :: Context a s => Lens s s a a

    generic-lens-core Data.Generics.Product.Internal.Typed

    No documentation available.

  3. derived0 :: forall (ctor :: Symbol) s t a b . Context0 ctor s t a b => Prism s t a b

    generic-lens-core Data.Generics.Sum.Internal.Constructors

    No documentation available.

  4. derived :: Context sub sup => Prism' sup sub

    generic-lens-core Data.Generics.Sum.Internal.Subtype

    No documentation available.

  5. derived :: Context a s => Prism' s a

    generic-lens-core Data.Generics.Sum.Internal.Typed

    No documentation available.

  6. derivePublicKey :: Ctx -> PrivateKey -> PublicKey

    haskoin-core Haskoin.Crypto.Keys.Common

    Derives a public key from a private key. This function will preserve compression flag.

  7. deriveAddr :: Ctx -> XPubKey -> KeyIndex -> (Address, PubKey)

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a standard address from an extended public key and an index.

  8. deriveAddrs :: Ctx -> XPubKey -> KeyIndex -> [(Address, PubKey, KeyIndex)]

    haskoin-core Haskoin.Crypto.Keys.Extended

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

  9. deriveCompatWitnessAddr :: Ctx -> XPubKey -> KeyIndex -> (Address, PubKey)

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a backwards-compatible SegWit P2SH-P2WPKH address from an extended public key and an index.

  10. deriveCompatWitnessAddrs :: Ctx -> XPubKey -> KeyIndex -> [(Address, PubKey, KeyIndex)]

    haskoin-core Haskoin.Crypto.Keys.Extended

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

Page 29 of many | Previous | Next