Skip to content

Commit

Permalink
Add a module comment for Primitive.Types.Tx.
Browse files Browse the repository at this point in the history
In response to review feedback here:

#2329 (comment)
  • Loading branch information
jonathanknowles committed Nov 19, 2020
1 parent 77de1d2 commit 31b3374
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/core/src/Cardano/Wallet/Primitive/Types/Tx.hs
Expand Up @@ -7,6 +7,12 @@
{-# LANGUAGE OverloadedLabels #-}
{-# LANGUAGE TypeApplications #-}

-- |
-- Copyright: © 2018-2020 IOHK
-- License: Apache-2.0
--
-- This module provides the main transaction data types used by the wallet.
--
module Cardano.Wallet.Primitive.Types.Tx
(
-- * Types
Expand Down

0 comments on commit 31b3374

Please sign in to comment.