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. deriveMSAddr :: Ctx -> [XPubKey] -> Int -> KeyIndex -> (Address, RedeemScript)

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a multisig address from a list of public keys, the number of required signatures m and a derivation index. The derivation type is a public, soft derivation.

  2. deriveMSAddrs :: Ctx -> [XPubKey] -> Int -> KeyIndex -> [(Address, RedeemScript, KeyIndex)]

    haskoin-core Haskoin.Crypto.Keys.Extended

    Cyclic list of all multisig addresses derived from a list of public keys, a number of required signatures m and starting from an offset index. The derivation type is a public, soft derivation.

  3. derivePath :: Ctx -> DerivPathI t -> XPrvKey -> XPrvKey

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a private key from a derivation path

  4. derivePathAddr :: Ctx -> XPubKey -> SoftPath -> KeyIndex -> (Address, PubKey)

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive an address from a given parent path.

  5. derivePathAddrs :: Ctx -> XPubKey -> SoftPath -> KeyIndex -> [(Address, PubKey, KeyIndex)]

    haskoin-core Haskoin.Crypto.Keys.Extended

    Cyclic list of all addresses derived from a given parent path and starting from the given offset index.

  6. derivePathMSAddr :: Ctx -> [XPubKey] -> SoftPath -> Int -> KeyIndex -> (Address, RedeemScript)

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a multisig address from a given parent path. The number of required signatures (m in m of n) is also needed.

  7. derivePathMSAddrs :: Ctx -> [XPubKey] -> SoftPath -> Int -> KeyIndex -> [(Address, RedeemScript, KeyIndex)]

    haskoin-core Haskoin.Crypto.Keys.Extended

    Cyclic list of all multisig addresses derived from a given parent path and starting from the given offset index. The number of required signatures (m in m of n) is also needed.

  8. derivePubPath :: Ctx -> SoftPath -> XPubKey -> XPubKey

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a public key from a soft derivation path

  9. 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.

  10. 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.

Page 30 of many | Previous | Next