haskoin-core-0.8.3: Bitcoin & Bitcoin Cash library for Haskell

Safe HaskellNone
LanguageHaskell2010

Network.Haskoin.Transaction.Partial

Documentation

data Key Source #

Constructors

Key 

Fields

Instances
Eq Key Source # 
Instance details

Defined in Network.Haskoin.Transaction.Partial

Methods

(==) :: Key -> Key -> Bool #

(/=) :: Key -> Key -> Bool #

Show Key Source # 
Instance details

Defined in Network.Haskoin.Transaction.Partial

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

Generic Key Source # 
Instance details

Defined in Network.Haskoin.Transaction.Partial

Associated Types

type Rep Key :: * -> * #

Methods

from :: Key -> Rep Key x #

to :: Rep Key x -> Key #

Hashable Key Source # 
Instance details

Defined in Network.Haskoin.Transaction.Partial

Methods

hashWithSalt :: Int -> Key -> Int #

hash :: Key -> Int #

Serialize Key Source # 
Instance details

Defined in Network.Haskoin.Transaction.Partial

Methods

put :: Putter Key #

get :: Get Key #

type Rep Key Source # 
Instance details

Defined in Network.Haskoin.Transaction.Partial

type Rep Key = D1 (MetaData "Key" "Network.Haskoin.Transaction.Partial" "haskoin-core-0.8.3-7QKDaQCnQgf2FaRKrwfsTk" False) (C1 (MetaCons "Key" PrefixI True) (S1 (MetaSel (Just "keyType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Word8) :*: S1 (MetaSel (Just "key") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ByteString)))