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.
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.
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.
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.
derivePath :: Ctx -> DerivPathI t -> XPrvKey -> XPrvKeyhaskoin-core Haskoin.Crypto.Keys.Extended Derive a private key from a derivation path
derivePathAddr :: Ctx -> XPubKey -> SoftPath -> KeyIndex -> (Address, PubKey)haskoin-core Haskoin.Crypto.Keys.Extended Derive an address from a given parent path.
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.
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.
-
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.
derivePubPath :: Ctx -> SoftPath -> XPubKey -> XPubKeyhaskoin-core Haskoin.Crypto.Keys.Extended Derive a public key from a soft derivation path