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.
derived0 :: forall (i :: Nat) s t a b . Context0 i s t a b => Lens s t a bgeneric-lens-core Data.Generics.Product.Internal.Positions No documentation available.
derived :: Context a s => Lens s s a ageneric-lens-core Data.Generics.Product.Internal.Typed No documentation available.
derived0 :: forall (ctor :: Symbol) s t a b . Context0 ctor s t a b => Prism s t a bgeneric-lens-core Data.Generics.Sum.Internal.Constructors No documentation available.
derived :: Context sub sup => Prism' sup subgeneric-lens-core Data.Generics.Sum.Internal.Subtype No documentation available.
derived :: Context a s => Prism' s ageneric-lens-core Data.Generics.Sum.Internal.Typed No documentation available.
derivePublicKey :: Ctx -> PrivateKey -> PublicKeyhaskoin-core Haskoin.Crypto.Keys.Common Derives a public key from a private key. This function will preserve compression flag.
deriveAddr :: Ctx -> XPubKey -> KeyIndex -> (Address, PubKey)haskoin-core Haskoin.Crypto.Keys.Extended Derive a standard address from an extended public key and an index.
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.
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.
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.