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

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

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

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

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

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a private key from a derivation path

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

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive an address from a given parent path.

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

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

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

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

    haskoin-core Haskoin.Crypto.Keys.Extended

    Derive a public key from a soft derivation path

Page 31 of many | Previous | Next