bitcoin-payment-channel-1.0.0.0: src/PaymentChannel/Internal/Serialization.hs
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE StandaloneDeriving, TypeSynonymInstances, FlexibleInstances #-}
module PaymentChannel.Internal.Serialization
(
module PaymentChannel.Internal.Serialization.Orphans
) where
import PaymentChannel.Internal.Serialization.Orphans ()