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.
-
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.
PrivateKey :: SecKey -> Bool -> PrivateKeyhaskoin-core Haskoin.Crypto.Keys.Common No documentation available.
-
haskoin-core Haskoin.Crypto.Keys.Common Elliptic curve public key type with expected serialized compression flag.
PublicKey :: PubKey -> Bool -> PublicKeyhaskoin-core Haskoin.Crypto.Keys.Common No documentation available.
ParsedEmpty :: DerivPath -> ParsedPathhaskoin-core Haskoin.Crypto.Keys.Extended No documentation available.
-
haskoin-core Haskoin.Crypto.Keys.Extended Type for parsing derivation paths of the form m/1/2'/3 or M/1/2'/3.
ParsedPrv :: DerivPath -> ParsedPathhaskoin-core Haskoin.Crypto.Keys.Extended No documentation available.
ParsedPub :: DerivPath -> ParsedPathhaskoin-core Haskoin.Crypto.Keys.Extended No documentation available.
-
haskoin-core Haskoin.Crypto.Keys.Mnemonic Optional passphrase for mnemnoic sentence.
-
haskoin-core Haskoin.Network.Common A Ping message is sent to bitcoin peers to check if a connection is still open.