Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PrivateKey

    haskoin-core Haskoin.Crypto.Keys.Common

    Elliptic curve private key type with expected public key compression information. Compression information is stored in private key WIF formats and needs to be preserved to generate the correct address from the corresponding public key.

  2. PrivateKey :: SecKey -> Bool -> PrivateKey

    haskoin-core Haskoin.Crypto.Keys.Common

    No documentation available.

  3. data PublicKey

    haskoin-core Haskoin.Crypto.Keys.Common

    Elliptic curve public key type with expected serialized compression flag.

  4. PublicKey :: PubKey -> Bool -> PublicKey

    haskoin-core Haskoin.Crypto.Keys.Common

    No documentation available.

  5. ParsedEmpty :: DerivPath -> ParsedPath

    haskoin-core Haskoin.Crypto.Keys.Extended

    No documentation available.

  6. data ParsedPath

    haskoin-core Haskoin.Crypto.Keys.Extended

    Type for parsing derivation paths of the form m/1/2'/3 or M/1/2'/3.

  7. ParsedPrv :: DerivPath -> ParsedPath

    haskoin-core Haskoin.Crypto.Keys.Extended

    No documentation available.

  8. ParsedPub :: DerivPath -> ParsedPath

    haskoin-core Haskoin.Crypto.Keys.Extended

    No documentation available.

  9. type Passphrase = Text

    haskoin-core Haskoin.Crypto.Keys.Mnemonic

    Optional passphrase for mnemnoic sentence.

  10. newtype Ping

    haskoin-core Haskoin.Network.Common

    A Ping message is sent to bitcoin peers to check if a connection is still open.

Page 922 of many | Previous | Next