bitcoin-payment-channel-0.1.0.0: src/Data/Bitcoin/PaymentChannel/Internal/Version.hs
module Data.Bitcoin.PaymentChannel.Internal.Version where
import Data.Int
data Version = CVersion {
versionMajor :: Int32,
versionMinor :: Int32
} deriving Show