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.
derived :: forall (n :: Nat) s t a b . Context n s t a b => Traversal s t a bgeneric-lens-core Data.Generics.Product.Internal.Param No documentation available.
derived' :: forall (i :: Nat) s a . Context' i s a => Lens s s a ageneric-lens-core Data.Generics.Product.Internal.Positions No documentation available.
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.